gst-libs/gst/cdda/gstcddabasesrc.*: Make the GType of GstCDDABaseSrcMode public for...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst-libs/gst/cdda/gstcddabasesrc.c:
4         * gst-libs/gst/cdda/gstcddabasesrc.h:
5         Make the GType of GstCDDABaseSrcMode public for bindings.
6         Fixes bug #566837.
7
8 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
9
10         * configure.ac:
11         * ext/libvisual/visual.c: (plugin_init):
12           Use new core API to make registry re-scan the plugin
13           whenever visualisations are added or removed (see #350477).
14
15 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
16
17         Patch by: José Alburquerque <jaalburqu svn gnome org>
18
19         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
20         * gst-libs/gst/audio/gstaudioclock.h:
21         Make gst_audio_clock_new use const gchar* to ease the wrapping of
22         C++ bindings. Fixes #566723.
23
24 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
25
26         * configure.ac:
27         * pkgconfig/Makefile.am:
28         * pkgconfig/gstreamer-app-uninstalled.pc.in:
29         * pkgconfig/gstreamer-app.pc.in:
30         Add pkg-config files for libgstapp. Fixes bug #566761.
31
32 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
33
34         * gst-libs/gst/app/gstappsink.c:
35         * gst-libs/gst/app/gstappsink.h:
36         * gst-libs/gst/app/gstappsrc.c:
37         * gst-libs/gst/app/gstappsrc.h:
38           Make debug categories static. Use _element_class_set_details_simple().
39
40 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
41
42         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
43           (gst_app_sink_class_init), (gst_app_sink_init),
44           (gst_app_sink_dispose), (gst_app_sink_finalize),
45           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
46           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
47           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
48           (gst_app_sink_render), (gst_app_sink_getcaps),
49           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
50           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
51           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
52           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
53           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
54           (gst_app_sink_pull_buffer):
55         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
56         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
57           (gst_app_src_class_init), (gst_app_src_init),
58           (gst_app_src_flush_queued), (gst_app_src_dispose),
59           (gst_app_src_finalize), (gst_app_src_set_property),
60           (gst_app_src_get_property), (gst_app_src_unlock),
61           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
62           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
63           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
64           (gst_app_src_set_caps), (gst_app_src_get_caps),
65           (gst_app_src_set_size), (gst_app_src_get_size),
66           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
67           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
68           (gst_app_src_set_latencies), (gst_app_src_set_latency),
69           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
70           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
71         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
72           Move private data into a private instance struct. Add padding to
73           instance and class structures exposed in public headers. Add
74           Since markers to the gtk-doc blurbs (#566750).
75
76 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
77
78         * tests/examples/app/appsrc_ex.c: (main):
79         Some comments.
80         When pulling a buffer we can get NULL when the element is EOS, don't try
81         to unref this NULL buffer.
82
83 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
84
85         * gst-libs/gst/video/Makefile.am:
86         * gst-libs/gst/video/video.h:
87         Fix up build flags and include statement for the new generated
88         enumtypes files, to fix dist.
89
90 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
91
92         * configure.ac:
93         * docs/libs/Makefile.am:
94         * docs/libs/gst-plugins-base-libs-docs.sgml:
95         * docs/libs/gst-plugins-base-libs-sections.txt:
96         * docs/plugins/Makefile.am:
97         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
98         * docs/plugins/gst-plugins-base-plugins-sections.txt:
99         * docs/plugins/gst-plugins-base-plugins.args:
100         * docs/plugins/gst-plugins-base-plugins.hierarchy:
101         * docs/plugins/gst-plugins-base-plugins.interfaces:
102         * docs/plugins/gst-plugins-base-plugins.prerequisites:
103         * docs/plugins/gst-plugins-base-plugins.signals:
104         * docs/plugins/inspect/plugin-app.xml:
105         * gst-libs/gst/Makefile.am:
106         * gst-libs/gst/app/gstappsink.c:
107         * gst-libs/gst/app/gstappsrc.c:
108         * tests/examples/Makefile.am:
109         * tests/examples/app/Makefile.am:
110
111         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
112
113 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         * gst-libs/gst/audio/gstbaseaudiosink.c:
116         (gst_base_audio_sink_change_state):
117         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
118         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
119         this because the async_play method is deprecated and usually not called 
120         anymore.
121
122 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
123
124         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
125         Disconnect signal handlers before destroying a previous decodebin so
126         that we don't end up causing deadlocks. Fixes #566586.
127
128 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * gst/audiotestsrc/gstaudiotestsrc.c:
131         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
132         (gst_audio_test_src_check_get_range),
133         (gst_audio_test_src_set_property),
134         (gst_audio_test_src_get_property):
135         * gst/audiotestsrc/gstaudiotestsrc.h:
136         Add property to control pull/push based scheduling.
137
138 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
139
140         * configure.ac:
141         * tests/examples/seek/Makefile.am:
142         * tests/icles/Makefile.am:
143         Make the seek and colorkey examples depend on gtk+-x11 as they use
144         GDK_WINDOW_XID.
145         Fixes the build with gtk+-quartz.
146
147 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
148
149         * win32/common/libgstaudio.def:
150         * win32/common/libgsttag.def:
151         * win32/common/libgstvideo.def:
152         Add new exports to win32 files.
153
154 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
155
156         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
157         * gst-libs/gst/tag/gsttagdemux.h:
158         Add GType for GstTagDemuxResult enum.
159
160 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
161
162         * gst-libs/gst/video/Makefile.am:
163         * gst-libs/gst/video/video.h:
164         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
165         This will help bindings to use it.
166
167 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
168
169         * gst-libs/gst/audio/Makefile.am:
170         * gst-libs/gst/audio/audio.c:
171         * gst-libs/gst/audio/multichannel.h:
172         * gst-libs/gst/audio/testchannels.c:
173         * win32/MANIFEST:
174         * win32/common/audio-enumtypes.c:
175         (gst_audio_channel_position_get_type),
176         (gst_ring_buffer_state_get_type),
177         (gst_ring_buffer_seg_state_get_type),
178         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
179         * win32/common/audio-enumtypes.h:
180         * win32/common/multichannel-enumtypes.c:
181         * win32/common/multichannel-enumtypes.h:
182         * win32/vs6/grammar.dsp:
183         * win32/vs6/libgstaudio.dsp:
184         * win32/vs7/libgstaudio.vcproj:
185         * win32/vs8/libgstaudio.vcproj:
186         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
187         audio- in order to wrap all enums declarations of that library.
188         This modification should not matter since that header file is not a
189         public header (it will be included by public headers).
190         Modify win32 crap^Wfiles accordingly.
191
192 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
193
194         * gst-libs/gst/audio/gstbaseaudiosrc.h:
195         * gst-libs/gst/audio/gstbaseaudiosink.h:
196         Complete Sebastien's commit from the 13th by exporting the
197         _slave_method_get_type() methods.
198
199 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
200
201         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
202         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
203         (gst_gio_base_src_query):
204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
205         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
206         (gst_gnome_vfs_src_query):
207         Implement URI query. Fixes bug #562949.
208
209 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
212         Add some debug info.
213
214         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
215         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
216         (gst_play_sink_release_pad):
217         Add some more debug info.
218         Reconfigure the audio chain when we switch between raw and encoded audio
219         in gapless playback.
220
221 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
222
223         * gst-libs/gst/audio/gstbaseaudiosink.c:
224         (gst_base_audio_sink_setcaps):
225         Pause the write thread before deactivating and releasing the ringbuffer
226         to avoid a deadlock when we do gapless playback with different sample
227         rates in playbin2.  Fixes #564929.
228
229 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
230
231         * gst-libs/gst/audio/gstbaseaudiosrc.c:
232         Make GstAudioSrcSlaveMethod get_type() function non-static
233         as it's public now.
234
235         * win32/common/libgstaudio.def:
236         * win32/common/libgstnetbuffer.def:
237         Add some missing functions to the list of exported symbols.
238
239 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
240
241         Patch by: Andrew Feren <acferen at yahoo dot com>
242
243         * gst-libs/gst/netbuffer/gstnetbuffer.c:
244         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
245         (gst_netaddress_get_address_bytes),
246         (gst_netaddress_set_address_bytes):
247         * gst-libs/gst/netbuffer/gstnetbuffer.h:
248         Make gst_netaddress_get_ip4_address fail for v6 addresses.
249         Make gst_netaddress_get_ip6_address either fail or return the v4
250         address as a transitional v6 address.
251         Add two convenience functions:
252         API: gst_netaddress_get_address_bytes()
253         API: gst_netaddress_set_address_bytes()
254         Fixes #564896.
255
256 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
257
258         * gst/adder/Makefile.am:
259         * gst/adder/gstadder.c:
260           Cleanup variable names to make the adder-loop easier to understand.
261           Also try to use liboil to spee it up, but ifdef it out as it does not
262           make any change for me (Intel pentim M (sse,sse2) please try on other
263           systems).
264
265 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
266
267         * docs/plugins/Makefile.am:
268         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
269         * docs/plugins/gst-plugins-base-plugins-sections.txt:
270         * gst/tcp/gsttcpclientsink.c:
271         * gst/tcp/gsttcpclientsrc.c:
272         * gst/tcp/gsttcpserversrc.c:
273         Add minimal docs to make the remaining tcp elements show up.
274         Fixes #564139.
275
276 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
277
278         * win32/common/config.h:
279           Update to CVS version.
280
281         * win32/common/config.h.in:
282           Hardcode path to plugin install helper exe, just like we hardcode
283           the paths in core. Removes another source of VCS conflicts for
284           people hacking gst-plugins-base on systems with autotools.
285
286 2008-12-13  Edward Hervey  <bilboed@gmail.com>
287
288         * m4/Makefile.am:
289         And a couple more .m4 that don't exist anymore with gettext 0.17
290
291 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
292
293
294         * m4/Makefile.am:
295         inttypes.m4 hasn't been available since gettext-0.15, and since we now
296         require gettext >= 0.17 ... we can remove it from the list of files to
297         dist.
298
299 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         * gst-libs/gst/audio/gstbaseaudiosink.c:
302         (gst_base_audio_sink_slave_method_get_type),
303         (gst_base_audio_sink_class_init):
304         * gst-libs/gst/audio/gstbaseaudiosink.h:
305         * gst-libs/gst/audio/gstbaseaudiosrc.c:
306         (gst_base_audio_src_slave_method_get_type),
307         (gst_base_audio_src_class_init):
308         * gst-libs/gst/audio/gstbaseaudiosrc.h:
309         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
310         public API. This is needed for the C++ bindings to be able
311         to use this base classes. Fixes bug #564200, #564206.
312
313 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
314
315         * gst-libs/gst/cdda/gstcddabasesrc.c:
316         (gst_cdda_base_src_handle_event):
317         Remove erroneous gst_buffer_ref().
318         * tests/check/libs/rtp.c: (GST_START_TEST):
319         Don't forget to unref the buffer once you're done with it.
320
321 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
322
323         * gst/playback/gstplaybin.c:
324         * gst/playback/gstplaybin2.c:
325           XRef to GstXOverlay.
326
327 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
328
329         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
330         Free the factory array when finalizing.
331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
332         Use a GstStaticPadTemplate since the src pad caps are fixed.
333
334 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
335
336         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
337         (gst_vorbis_enc_init):
338         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
339         pad templates.
340
341 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
342
343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
344         (gst_riff_create_video_template_caps):
345         Add mapping for VP6 in avi/riff.
346
347 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
348
349         * gst/subparse/samiparse.c: (sami_context_push_state),
350         (sami_context_pop_state), (start_sami_element), (end_sami_element):
351         Some versions of libxml seem to be very picky as to strict formatting
352         of the input and never 'close' the final </body> tag.
353         In order to fix that bad behaviour, we trigger the flushing of
354         remaining data on both </body> and </sami>.
355         Fixes #557365
356
357 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
358
359         Patch by: Guillaume Emont <guillaume at fluendo dot com>
360
361         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
362         Add typefinders for MS Word files and OS X .DS_Store files to
363         prevent them to be recognized as MPEG files. Fixes bug #564098.
364
365 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
366
367         * gst/playback/gstplaysink.c: (gen_audio_chain),
368         (gst_play_sink_reconfigure):
369         Add some more debug info.
370         Fix linking of just an encoded sink.
371         Handle failure to create a sink chain more gracefully than crashing.
372
373 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
374
375         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
376         Pushing 10 buffers is enough to run the test.
377
378 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
381         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
382         (main):
383         Hook up the SKIP seek flag.
384
385 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
386
387         * gst/playback/gstplaybin2.c: (pad_added_cb):
388         Error out with a missing-plugin error when the input-selector was not
389         found.
390
391         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
392         Indentation.
393
394 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
395
396         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
397         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
398         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
399         (gst_play_sink_send_event), (gst_play_sink_change_state):
400         Use G_DEFINE_TYPE.
401         Try to set the selected sink to READY before using it. This will allow
402         for detection of incompatible formats sooner.
403         Don't cause a fatal error when conversion elements are missing but post
404         a missing-element message and a warning instead because things might
405         still link and run fine.
406         Simplyfy the construction of audio and video sink chains.
407
408 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
411         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
412         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
413         init from glib.
414
415 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
416
417         Patch by: Luis Menina <liberforce at freeside dot fr>
418
419         * gst-libs/gst/floatcast/floatcast.h:
420         * gst/typefind/gsttypefindfunctions.c:
421         Include glib.h instead of a specific GLib header. Including single
422         GLib headers is deprecated. Fixes bug #563904.
423
424 2008-12-09  Julien Moutte  <julien@fluendo.com>
425
426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
427         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
428
429 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
430
431         * gst-libs/gst/riff/riff-read.c:
432           Fix handling of odd chunks in riff metadata.
433
434 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
435
436         * gst/volume/gstvolume.c: (gst_volume_class_init),
437         (volume_before_transform), (volume_transform_ip):
438         Use new basetransform vmethod to reconfigure the dynamic properties and
439         any pending volume/mute changes. Fixes #563508.
440
441 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
442
443         * configure.ac:
444         First check for "theoraenc theoradec" and if that failed check
445         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
446         deprecate the latter. Also linking on Windows fails with just "theora"
447         and the version check would fail for the release candidates.
448         Fixes bug #563718.
449
450 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
451
452         * gst/playback/gstdecodebin.c:
453         * gst/playback/gstdecodebin2.c:
454           Add basic docs to decodebin and link to decodebin from decodebin2.
455           
456 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         Patch by: Olivier Crete  <tester at tester ca>
459
460         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
461         * gst-libs/gst/rtp/gstrtcpbuffer.h:
462         Implement gst_rtcp_packet_remove(). Fixes #563174.
463
464         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
465         Add unit test for some RTCP functions.
466
467 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
468
469         * configure.ac:
470         Apparently AC_CONFIG_MACRO_DIR breaks when using more
471         than one macro directory, reverting last change.
472
473 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
474
475         * configure.ac:
476         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
477         our M4 macros.
478
479 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
480
481         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
483         Clear all flags on buffers returned from the image pool.
484         Fixes #563143
485
486 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
487
488         Patch by: Cygwin Ports maintainer
489                   <yselkowitz at users dot sourceforge dot net>
490
491         * autogen.sh:
492         * configure.ac:
493         Require gettext 0.17 because older versions don't mix with libtool
494         2.2. At build time an older gettext version will still work.
495         Fixes bug #556091.
496
497 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
498
499         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
500
501 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
502
503         * docs/plugins/gst-plugins-base-plugins.args:
504         * docs/plugins/gst-plugins-base-plugins.hierarchy:
505         * docs/plugins/gst-plugins-base-plugins.interfaces:
506         * docs/plugins/gst-plugins-base-plugins.prerequisites:
507         * docs/plugins/inspect/plugin-videorate.xml:
508         * gst/speexresample/gstspeexresample.c:
509         Update documentation of speexresample for the new element name.
510
511 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
512
513         * gst/speexresample/README:
514         Update README with the latest diff between the Speex resampler
515         and our copy.
516
517 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         * gst/speexresample/gstspeexresample.c: (plugin_init):
520         Update the debug category from speex_resample to audioresample.
521
522 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         * gst/audioresample/Makefile.am:
525         * gst/audioresample/buffer.c:
526         * gst/audioresample/buffer.h:
527         * gst/audioresample/debug.c:
528         * gst/audioresample/debug.h:
529         * gst/audioresample/functable.c:
530         * gst/audioresample/functable.h:
531         * gst/audioresample/gstaudioresample.c:
532         * gst/audioresample/gstaudioresample.h:
533         * gst/audioresample/resample.c:
534         * gst/audioresample/resample.h:
535         * gst/audioresample/resample_chunk.c:
536         * gst/audioresample/resample_functable.c:
537         * gst/audioresample/resample_ref.c:
538         * tests/check/elements/audioresample.c:
539         Remove audioresample files.
540
541 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
542
543         * docs/plugins/inspect/plugin-audioresample.xml:
544         Regenerated for library filename change.
545
546 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
547
548         * configure.ac:
549         * docs/plugins/Makefile.am:
550         * docs/plugins/gst-plugins-base-plugins-sections.txt:
551         * docs/plugins/gst-plugins-base-plugins.args:
552         * docs/plugins/gst-plugins-base-plugins.hierarchy:
553         * docs/plugins/gst-plugins-base-plugins.interfaces:
554         * docs/plugins/gst-plugins-base-plugins.prerequisites:
555         * docs/plugins/inspect/plugin-adder.xml:
556         * docs/plugins/inspect/plugin-alsa.xml:
557         * docs/plugins/inspect/plugin-audioconvert.xml:
558         * docs/plugins/inspect/plugin-audiorate.xml:
559         * docs/plugins/inspect/plugin-audioresample.xml:
560         * docs/plugins/inspect/plugin-audiotestsrc.xml:
561         * docs/plugins/inspect/plugin-cdparanoia.xml:
562         * docs/plugins/inspect/plugin-decodebin.xml:
563         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
564         * docs/plugins/inspect/plugin-gdp.xml:
565         * docs/plugins/inspect/plugin-gio.xml:
566         * docs/plugins/inspect/plugin-gnomevfs.xml:
567         * docs/plugins/inspect/plugin-libvisual.xml:
568         * docs/plugins/inspect/plugin-ogg.xml:
569         * docs/plugins/inspect/plugin-pango.xml:
570         * docs/plugins/inspect/plugin-playback.xml:
571         * docs/plugins/inspect/plugin-queue2.xml:
572         * docs/plugins/inspect/plugin-subparse.xml:
573         * docs/plugins/inspect/plugin-tcp.xml:
574         * docs/plugins/inspect/plugin-theora.xml:
575         * docs/plugins/inspect/plugin-typefindfunctions.xml:
576         * docs/plugins/inspect/plugin-uridecodebin.xml:
577         * docs/plugins/inspect/plugin-video4linux.xml:
578         * docs/plugins/inspect/plugin-videorate.xml:
579         * docs/plugins/inspect/plugin-videoscale.xml:
580         * docs/plugins/inspect/plugin-videotestsrc.xml:
581         * docs/plugins/inspect/plugin-volume.xml:
582         * docs/plugins/inspect/plugin-vorbis.xml:
583         * docs/plugins/inspect/plugin-ximagesink.xml:
584         * docs/plugins/inspect/plugin-xvimagesink.xml:
585         * gst/speexresample/gstspeexresample.c: (plugin_init):
586         * gst/speexresample/Makefile.am:
587         * tests/check/Makefile.am:
588         * tests/check/elements/speexresample.c: (setup_speexresample),
589         (GST_START_TEST), (test_pipeline):
590         Rename the moved speexresample to audioresample, integrate into the
591         build system and remove the old audioresample from the build system.
592         Fixes bug #558124, #385061, #346218, #116051.
593
594 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
595
596         * gst-libs/gst/audio/gstbaseaudiosrc.c:
597         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
598         Avoid nasty int overflows after about 12 hours and 25 minutes when these
599         code paths are triggered. 
600         A free beer to Håvard Graff for finding this!
601
602 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         Patch by: 이문형 <iwings at gmail dot com>
605
606         * gst-libs/gst/rtsp/gstrtspconnection.c:
607         (gst_rtsp_connection_connect):
608         A successful gst_poll_wait() doesn't always mean successful connect() on
609         Windows.  We should check errors by calling gst_poll_fd_has_error().
610         See #561924.
611
612 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
613
614         * gst-libs/gst/rtp/gstrtcpbuffer.c:
615         Fix typo in the docs.
616
617 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
618
619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
620         If no stream was found before receiving EOS, post an error message.
621         Fixes #561924.
622
623 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
624
625         * ext/theora/gsttheoraenc.h:
626         * ext/theora/theoraenc.c: (gst_theora_enc_init),
627         (theora_buffer_from_packet), (theora_push_packet),
628         (theora_enc_sink_event), (theora_enc_is_discontinuous),
629         (theora_enc_chain):
630         Parse segment events.
631         Pass incomming buffer timestamps to outgoing buffers.
632         Use the running_time to construct the granulepos.
633         Fixes #562163.
634
635 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
636
637         * gst/playback/gstplaybin2.c: (activate_group):
638         Fix buffer-duration property.
639
640 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
641
642         * gst-libs/gst/audio/gstbaseaudiosink.c:
643         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
644         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
645         (gst_base_audio_sink_change_state):
646         Really fix audiosink drain handling by keeping track of the running_time
647         of the last sample.
648
649 2008-11-24  Michael Smith <msmith@songbirdnest.com>
650
651         * gst/playback/gstplaybin2.c:
652           Add notification of current stream. Add ability to configure buffer
653           sizes.
654         * gst/playback/gsturidecodebin.c:
655           Add ability to configure buffer sizes for streaming mode.
656           Bug #561734.
657
658 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
659
660         * gst-libs/gst/audio/gstbaseaudiosink.c:
661           Time is already in running_time. Remove base_time handling. Fixes
662           audiosinks not draining and thus chopping some audio in the end.
663
664 2008-11-24  David Schleef  <ds@schleef.org>
665
666         * ext/ogg/gstoggmux.c:
667         * ext/ogg/gstoggmux.h:
668           If we're muxing a dirac stream, flush the page after every picture.
669
670 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
671
672         * gst-libs/gst/audio/gstbaseaudiosink.c:
673           Add one log message to check for audio_drained. Sync one log message
674           with the condition. Send EOS after draining audio in pull mode.
675
676 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
677
678         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
679         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
680         Use gst_buffer_try_new_and_alloc() and fail properly if the
681         allocation failed. This prevents abort() if downstream elements
682         request an insane amount of memory.
683
684 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         * gst/volume/gstvolume.c: (volume_choose_func),
687         (volume_update_volume), (gst_volume_set_volume),
688         (gst_volume_get_volume), (gst_volume_set_mute),
689         (gst_volume_class_init), (gst_volume_init),
690         (volume_process_double), (volume_process_float),
691         (volume_process_int32), (volume_process_int32_clamp),
692         (volume_process_int24), (volume_process_int24_clamp),
693         (volume_process_int16), (volume_process_int16_clamp),
694         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
695         (volume_transform_ip), (volume_set_property),
696         (volume_get_property):
697         * gst/volume/gstvolume.h:
698         Cleanup volume, define and use default values.
699         Recalculate new volume and mute setup before processing. Fixes #561789.
700
701         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
702         Add controller unit test. Patch by: Jonathan Matthew
703         Fix bogus test that messed with basetransform's internal state.
704
705 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst/videorate/gstvideorate.c:
708         Add jpeg and png image media types to the caps. Fixes #561436.
709
710 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst/playback/gstplaysink.c: (gen_audio_chain):
713         Don't post an error when we can't configure the volume but post a
714         warning instead. Fixes #561780.
715
716 2008-11-21  David Schleef  <ds@schleef.org>
717
718         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
719
720         * gst/videotestsrc/gstvideotestsrc.c:
721         * gst/videotestsrc/gstvideotestsrc.h:
722         * gst/videotestsrc/videotestsrc.c:
723         * gst/videotestsrc/videotestsrc.h:
724           Add a zone plate pattern generator based on BBC R&D Report
725           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
726           kx2=20 ky2=20 kt=1'.
727
728 2008-11-20  Michael Smith <msmith@songbirdnest.com>
729
730         * gst/playback/gstdecodebin2.c:
731           Fix random fat-fingering making this not compile.
732
733 2008-11-20  Michael Smith <msmith@songbirdnest.com>
734
735         * gst/playback/gstdecodebin2.c:
736           If the top-level type of the stream is plain text, don't try to decode
737           it, matching behaviour of decodebin.
738         * gst/playback/gstplaysink.c:
739           If we fail to generate a text chain (e.g. due to missing optional
740           plugins), don't crash.
741
742 2008-11-20  Michael Smith <msmith@songbirdnest.com>
743
744         * gst-libs/gst/rtsp/gstrtspdefs.c:
745           Fix win32 build. Oops.
746
747 2008-11-20  Michael Smith <msmith@songbirdnest.com>
748
749         * gst-libs/gst/rtsp/gstrtspdefs.c:
750           Use WSAGetLastError() rather than errno/h_errno on win32.
751
752 2008-11-20  Michael Smith <msmith@songbirdnest.com>
753
754         * gst-libs/gst/riff/riff-media.c:
755           Support WMA Lossless properly.
756
757 2008-11-18  David Schleef  <ds@schleef.org>
758
759         * gst/videotestsrc/gstvideotestsrc.c:
760         * gst/videotestsrc/gstvideotestsrc.h:
761         * gst/videotestsrc/videotestsrc.c:
762         * gst/videotestsrc/videotestsrc.h:
763           Add "colorspec" property, specifying whether to generate BT.601
764           or BT.709 video.  This only affects YCbCr values, not RGB, since
765           if you're generating a 709 test pattern, presumably you want
766           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
767           uses 75% colors instead of 100%, since this is often more useful
768           for testing (and also follows the SMPTE EG-1 guideline).
769
770 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
771
772         * gst/playback/gstdecodebin.c:
773         Add a "sink-caps" property to decodebin like it's done for decodebin2.
774         Fixes #560380.
775
776 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
777
778         * gst/audioresample/gstaudioresample.c:
779         Guard against a NULL dereference I somehow encountered -
780         with a FLUSH_STOP arriving either before basetransform _start(),
781         or after _stop().
782
783         * gst/typefind/gsttypefindfunctions.c:
784         Make sure we never jump backwards when typefinding corrupt mov files.
785
786 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
787
788         * gst-libs/gst/interfaces/propertyprobe.c:
789         Fix random type causing a docs warning.
790
791 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
792
793         * sys/v4l/gstv4l.c:
794           Give it a minimal rank for autovideosrc.
795
796 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
797
798         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
799         (plugin_init):
800         Improve typefinding of ISO JPEG2000 mime types.
801
802 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
805         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
806         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
807         * sys/xvimage/xvimagesink.h:
808         Avoid typechecking when we do trivial casts.
809         Move error handling out of the main program flow.
810         Sneak in the display-region caps property, not completely correct yet.
811         Cache the width/height in buffer_alloc instead of parsing it from the
812         caps all the time.
813
814 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
815
816         * gst/playback/gstplaybin2.c: (deactivate_group):
817         don't try to unlink the selector sinkpad when we don't have it yet. This
818         can happen if an error occured before the group was complete.
819
820 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
823         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
824         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
825         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
826         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
827         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
828         (gst_rtp_buffer_get_extension_data),
829         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
830         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
831         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
832         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
833         (gst_rtp_buffer_get_payload_type),
834         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
835         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
836         (gst_rtp_buffer_set_timestamp),
837         (gst_rtp_buffer_get_payload_subbuffer),
838         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
839         Avoid expensive type checks we already did as part of the 
840         _validate() function that should be called first.
841
842 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
845         (gst_base_rtp_depayload_push_full),
846         (gst_base_rtp_depayload_set_gst_timestamp):
847         Fix some cases where a newsegment event was not sent.
848
849 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
850
851         * gst/playback/gstplaybin2.c: (activate_group):
852         Catch state change errors and stop from the uridecodebin elements
853         instead of trying to continue in vain.
854
855 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
856
857         * gst-libs/gst/audio/gstbaseaudiosink.c:
858         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
859         (gst_base_audio_sink_callback):
860         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
861         for the latency to expire, fixes #559567.
862
863 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
864
865         * gst/adder/gstadder.c:
866           Change author string after seeing output of gst-inspector.
867
868 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
871         Don't try to do crazy things when we only have a text pad without a
872         video pad. Fixes #559478.
873
874 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
877         Fix case where we don't have a range for the rates or channels as is the
878         case with truespeech.
879
880 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * gst/volume/gstvolume.c: (volume_update_real_volume),
883         (gst_volume_set_volume), (gst_volume_get_volume),
884         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
885         (volume_transform_ip), (volume_update_mute),
886         (volume_update_volume), (volume_get_property):
887         * gst/volume/gstvolume.h:
888         Keep negotiated state in a separate variable.
889         Protect the volume and mute properties with the object lock.
890         Protect modifying the transform with the transform lock.
891
892 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
893
894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
895         (gst_ffmpeg_pixfmt_to_caps):
896         Only convert caps to string when debug is enabled.
897
898 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
899
900         * ext/theora/gsttheoradec.h:
901         * ext/theora/theoradec.c: (gst_theora_dec_init),
902         (gst_theora_dec_reset), (theora_dec_src_event),
903         (theora_dec_sink_event), (theora_handle_type_packet):
904         Copy seqnum.
905         Keep events in a pending list, like vorbisdec, instead of trying
906         to construct a segment event ourselves.
907
908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
909         (vorbis_dec_src_event), (vorbis_dec_sink_event):
910         * ext/vorbis/vorbisdec.h:
911         Copy seqnum.
912
913 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
916         (gst_ogg_demux_deactivate_current_chain),
917         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
918         (gst_ogg_demux_loop):
919         * ext/ogg/gstoggdemux.h:
920         Copy seqnums around to track playback segments and messages.
921
922 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
923
924         Based on patch by: Matthias Kretz <kretz at kde dot org>
925
926         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
927         (gst_alsasink_prepare), (gst_alsasink_unprepare),
928         (gst_alsasink_write):
929         Make all access non-blocking so that we can better handle unplugging
930         of usb devices. Fixes #559111
931
932 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         Patch by: Damien Lespiau  <damien.lespiau gmail com>
935
936         * gst-libs/gst/rtsp/gstrtspconnection.c:
937         (gst_rtsp_connection_write):
938         Make the next call to poll not depend on previous calls to poll with or
939         without reading from the active descriptor. Fixes #544293.
940
941 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
942
943         Patch by: Nick Haddad <nick at haddads dot net>
944
945         * gst-libs/gst/riff/riff-ids.h:
946         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
947         Add support for other fourcc codes that are commonly used for
948         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
949         Fixes #558553.
950
951 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
952
953         * gst/audioresample/gstaudioresample.c:
954           Return the result of parent_class->event().
955
956 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
957
958         * gst/audioresample/gstaudioresample.c:
959         (gst_audioresample_class_init), (audioresample_fixate_caps):
960         Fixate the rate to the nearest supported rate instead of
961         the first one. Fixes bug #549510.
962
963 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
964
965         * win32/common/libgstaudio.def:
966         Add new symbols.
967
968 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
969
970         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
971         Attempt to make obfuscated code clearer.
972
973 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
974
975         * docs/libs/gst-plugins-base-libs-sections.txt:
976         * gst-libs/gst/floatcast/floatcast.h:
977         Move float endianness conversion macros to core. Second part of
978         bug ##555196.
979
980 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
981
982         * sys/ximage/ximagesink.h:
983         * sys/xvimage/xvimagesink.h:
984           Don't mark as gtk-doc docs as they aren't public.
985
986 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
987
988         * sys/xvimage/xvimagesink.c:
989         * sys/xvimage/xvimagesink.h:
990         * tests/icles/Makefile.am:
991         * tests/icles/test-colorkey.c:
992           Allow setting colorkey if possible. Implement property probe interface
993           for optional X features (autopaint-colorkey, double-buffer and
994           colorkey). Fixes #554533
995
996 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
997
998         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
999         Remove useless buffer size assignment. It already has this value.
1000
1001 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1002
1003         * gst-libs/gst/audio/gstaudiosink.c:
1004         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1005         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1006         (gst_audioringbuffer_stop):
1007         Implement a separate activate functions to start monitoring the segments
1008         or, in pull mode, pulling in data.
1009
1010         * gst-libs/gst/audio/gstbaseaudiosink.c:
1011         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1012         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1013         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1014         (gst_base_audio_sink_activate_pull),
1015         (gst_base_audio_sink_async_play),
1016         (gst_base_audio_sink_change_state):
1017         Implement pad and element convert query function.
1018         Activate the ringbuffer.
1019         Use the segment last_stop value as the offset to pull.
1020         Use new basesink _do_preroll() method to preroll in the pulling thread.
1021         Take appropriate locking in the pulling thread.
1022
1023         * gst-libs/gst/audio/gstringbuffer.h:
1024         Update some docs.
1025
1026 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1027
1028         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1029         Improve MXF typefinding a bit by searching for a header partition
1030         pack instead of just a general partition pack and checking more
1031         bytes for valid values.
1032
1033 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * tests/icles/.cvsignore:
1036         update ignore file.
1037
1038         * tests/icles/Makefile.am:
1039         * tests/icles/test-box.c: (make_pipeline), (main):
1040         Add another interactive command line experimentation suite for
1041         dynamically boxing/cropping/saling an input video.
1042
1043 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1044
1045         * docs/libs/gst-plugins-base-libs-sections.txt:
1046         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1047         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1048         * gst-libs/gst/audio/gstringbuffer.h:
1049         Add methods to more accuratly control the pulling thread of a
1050         ringbuffer.
1051         Add format conversion helper code to the ringbuffer.
1052         API: GstRingBuffer:gst_ring_buffer_activate()
1053         API: GstRingBuffer:gst_ring_buffer_is_active()
1054         API: GstRingBuffer:gst_ring_buffer_convert()
1055
1056 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1057
1058         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1059         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1060         (gst_audioringbuffer_stop):
1061         Signal thread startup earlier so that we can immediatly go into pull
1062         mode when we have to and block on preroll.
1063
1064 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1065
1066         * gst-libs/gst/audio/gstringbuffer.c:
1067         (gst_ring_buffer_prepare_read):
1068         In pull mode we want the callback to prepull a buffer we can preroll on
1069         even when we are not yet playing.
1070
1071 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1072
1073         * ext/alsa/Makefile.am:
1074         * ext/cdparanoia/Makefile.am:
1075         * ext/gio/Makefile.am:
1076         * ext/gnomevfs/Makefile.am:
1077         * ext/libvisual/Makefile.am:
1078         * ext/ogg/Makefile.am:
1079         * ext/pango/Makefile.am:
1080         * ext/theora/Makefile.am:
1081         * ext/vorbis/Makefile.am:
1082         * gst/adder/Makefile.am:
1083         * gst/audioconvert/Makefile.am:
1084         * gst/audiorate/Makefile.am:
1085         * gst/audioresample/Makefile.am:
1086         * gst/audiotestsrc/Makefile.am:
1087         * gst/ffmpegcolorspace/Makefile.am:
1088         * gst/gdp/Makefile.am:
1089         * gst/playback/Makefile.am:
1090         * gst/subparse/Makefile.am:
1091         * gst/tcp/Makefile.am:
1092         * gst/typefind/Makefile.am:
1093         * gst/videorate/Makefile.am:
1094         * gst/videoscale/Makefile.am:
1095         * gst/videotestsrc/Makefile.am:
1096         * gst/volume/Makefile.am:
1097         * sys/v4l/Makefile.am:
1098         * sys/ximage/Makefile.am:
1099         * sys/xvimage/Makefile.am:
1100           Don't install static libs for plugins. Fixes #550851 for base.
1101
1102 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1103
1104         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1105         Set the default blocksize to -1 because we will then use the configured
1106         samplesperbuffer to create our output buffer.
1107
1108 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1109
1110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1111         (gst_riff_create_video_template_caps):
1112         Add mappping for the KMVC (Karl Morton's Video) Codec.
1113
1114 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1115
1116         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1117         Don't forget to advance the offset of what we're matching against, else
1118         we end up in a forever loop.
1119
1120 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1121
1122         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1123         Improve typefinding a bit. If we don't have a Unicode charset
1124         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1125
1126 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1127
1128         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1129         Fix build on macosx.
1130
1131 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1132
1133         Based on patch by: Robin Stocker <robin at nibor dot org>
1134
1135         * ext/theora/gsttheoradec.h:
1136         * ext/theora/theoradec.c: (gst_theora_dec_init),
1137         (theora_dec_setcaps), (theora_handle_type_packet),
1138         (theora_dec_decode_buffer), (theora_dec_change_state):
1139         Parse input caps and make the PAR override the encoded PAR when
1140         specified by a container. Fixes #555699.
1141
1142 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1143
1144         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1145         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1146         (gst_base_rtp_depayload_set_gst_timestamp),
1147         (gst_base_rtp_depayload_change_state):
1148         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1149         Add some more G_LIKELY
1150         Fail when the setcaps function was not called.
1151
1152         * gst-libs/gst/rtp/gstbasertppayload.c:
1153         (gst_basertppayload_set_outcaps):
1154         Propagate return value of setcaps.
1155
1156 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1157
1158         * gst/subparse/Makefile.am:
1159         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1160         (gst_sub_parse_class_init), (gst_sub_parse_init),
1161         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1162         (get_next_line), (gst_sub_parse_data_format_autodetect),
1163         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1164         (gst_subparse_type_find):
1165         * gst/subparse/gstsubparse.h:
1166         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1167         the first buffer contain the BOM. This also adds support for other
1168         encodings that allow NUL bytes via the encoding property.
1169         Fixes bugs #552237 and #456788.
1170
1171 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1172
1173         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1174         Don't drop the last byte of image tags if they're not an URI list.
1175         Fixes bug #556066.
1176
1177 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1178
1179         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1180         For looking at the 4th byte we have to get 4 bytes of course
1181         and not 3.
1182
1183 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1184
1185         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1186         Improve FLAC-without-headers typefinding by looking at most of the
1187         frame header and checking if invalid values are used. Should prevent
1188         quite some false positives compared to the old version which only
1189         check if the first 14 bits are set.
1190
1191 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1192
1193         * sys/xvimage/xvimagesink.c:
1194           Don't assert on caps==NULL.
1195
1196 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1197
1198         * gst/subparse/gstsubparse.c:
1199         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1200         (gst_sub_parse_change_state):
1201         * gst/subparse/gstsubparse.h:
1202         * tests/check/elements/subparse.c: (GST_START_TEST):
1203         Add support for subtitle files with UTF-8 BOM at the beginning
1204         by simple stripping it from the first line before passing it
1205         to any parsing code. Fixes bug #555257 and playback of files
1206         created by Gnome Subtitles.
1207
1208 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1209
1210         * gst/audiotestsrc/gstaudiotestsrc.c:
1211         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1212         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1213         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1214         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1215         (gst_audio_test_src_create):
1216         * gst/audiotestsrc/gstaudiotestsrc.h:
1217         Define the default property values in the usual place.
1218         Implement start/stop to reset values correctly.
1219         Calculate the sample size only once when we negotiate.
1220         Rename some values to make more sense.
1221         Keep track of our byte range.
1222         Add support for pull based scheduling. Disabled for now until we have
1223         the whole stack working.
1224         Set the BUFFER_OFFSET correctly.
1225
1226 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1227
1228         Based on a patch by: xavierb at gmail dot com
1229
1230         * gst/subparse/gstsubparse.c:
1231         (gst_sub_parse_data_format_autodetect):
1232         * tests/check/elements/subparse.c: (GST_START_TEST):
1233         Make the detection of the used subtitle a bit less strict
1234         for srt subtitles. Fixes bug #555607.
1235
1236 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         * ext/vorbis/vorbisenc.c:
1239         (gst_vorbis_enc_buffer_check_discontinuous):
1240         Fix discontinuity detection which was broken by last commit.
1241
1242 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1243
1244         * configure.ac::
1245           Require core CVS for ghostpad API additions used by decodebin2.
1246
1247 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1248
1249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1250         (gst_base_audio_src_create):
1251         Fix debug statements (space between '%' and actual format).
1252
1253 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1254
1255         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1256         Remove bogus assert, the decodepad could have been created inside an
1257         already existing group.
1258
1259 2008-10-08  Andy Wingo  <wingo@pobox.com>
1260
1261         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1262         target instead of setting it.
1263         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1264         API for a decode pad. The bugfix is that we set the group in
1265         activate(), not when the pad was created because it might be NULL
1266         then.
1267         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1268         Update to use the API.
1269
1270 2008-10-08  Andy Wingo  <wingo@pobox.com>
1271
1272         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1273         be a subclass of GstGhostPad.
1274         (analyze_new_pad): So, when emitting the signals that determine
1275         how we do autoplugging, already create the ghost pad and use it as
1276         the pad in the signal arguments. This allows applications to make
1277         a connection between the pad passed in e.g. autoplug-continue, and
1278         the pad passed in new-decoded-pad.
1279         (connect_pad, expose_pad): Update to receive the ghosted decode
1280         pad in the args, retargetting it as necessary if we have to plug
1281         the target pad through a multiqueue.
1282         (gst_decode_group_control_source_pad): Adapt to receive an
1283         already-ghosted pad that just needs activation, blocking, and
1284         drain notification.
1285         (sort_end_pads): Adapt for decode pads actually being pads.
1286         (gst_decode_group_expose): Adapt for decode pads actually being
1287         pads. Rewrite the decode pad names so they appear in order. Adds a
1288         new error case if we couldn't set the name.
1289         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1290         logic.
1291         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1292         New API for the decode pad, needed because we shouldn't do these
1293         things inside gst_decode_pad_new(), but after.
1294         (gst_decode_pad_new): Change to actually make the real pad, and
1295         delay the blocking/drainage bits.
1296
1297 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1298
1299         Patch by: Daniel Drake <dsd at laptop dot org>
1300
1301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1302         Unref all buffers when clearing collectpads. Fixes bug #546955.
1303
1304 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1305
1306         Based on a patch by: Klaas <klaas at rivercrew dot net>
1307
1308         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1309         (gst_vorbis_enc_buffer_check_discontinuous),
1310         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1311         * ext/vorbis/vorbisenc.h:
1312         Keep track of the upstream segments and use the running time on that
1313         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1314
1315 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1316
1317         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1318         Prevent overflows with big buffer when calculating the size of
1319         the intermediate buffer by using gst_util_uint64_scale() instead of
1320         plain arithmetics. Fixes bug #552801.
1321
1322 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1323
1324         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1325
1326         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1327         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1328         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1329         (gst_clock_overlay_get_property):
1330         * ext/pango/gstclockoverlay.h:
1331         API: Add ability to specify format for date/time display by
1332         adding a "time-format" property.
1333         Fixes bug #554879.
1334
1335 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1336
1337         Patch by: Jan Gerber <j at oil21 dot org>
1338
1339         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1340         (gst_riff_create_video_template_caps):
1341         Add FFV1 fourcc to support playback of FFMPEG lossless video
1342         in AVI. Fixes bug #555319.
1343
1344 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1345
1346         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1347
1348         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1349         (gst_base_audio_src_create):
1350         Implement skew clock slaving. Fixes #552559.
1351
1352 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * gst-libs/gst/audio/multichannel.c:
1355         * gst-libs/gst/audio/testchannels.c:
1356         Fix include of config.h
1357
1358 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1361
1362         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1363         (print_media), (gst_sdp_message_dump):
1364         Fix parsing of the c= field containing multicast addresses.
1365         Fixes #552199.
1366         Add the connection info to the session or streams.
1367         Fix parsing of the bandwidth.
1368         Add debugging for the connections and bandwidths for a media.
1369         Add debugging for the bandwidth of the session. 
1370
1371 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1372
1373         * gst-libs/gst/rtp/gstbasertppayload.c:
1374         (gst_basertppayload_change_state):
1375         Configure the next seqnum and timestamp in the state change so that they
1376         can be queried soon after.
1377
1378 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1379
1380         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1381         (gst_base_rtp_depayload_chain):
1382         Improve debugging of the rtptime.
1383
1384 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1385
1386         * configure.ac:
1387         Back to development -> 0.10.21.1
1388
1389 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1390
1391         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1392         (plugin_init):
1393         Add typefinding for FLAC without headers in the beginning.
1394         This is already handled by flacdec and friends.
1395
1396 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1397
1398         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1399         (plugin_init):
1400         Add typefinder for MXF.
1401
1402 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1403
1404         * tests/icles/Makefile.am:
1405         Only build test-colorkey if GTK+ is available.
1406
1407 === release 0.10.21 ===
1408
1409 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1410
1411         * configure.ac:
1412           releasing 0.10.21, "We Could Be Wrong"
1413
1414 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1415
1416         * configure.ac:
1417         0.10.20.4 pre-release
1418
1419 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1420
1421         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1422
1423         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1424         Set the BOS flag on the BOS packet. Fixes #553244.
1425
1426 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         * gst-libs/gst/rtsp/gstrtspmessage.c:
1429         (gst_rtsp_message_parse_request),
1430         (gst_rtsp_message_parse_response):
1431         Fix the g_return_val_if_fail() statements.
1432
1433 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1434
1435         * gst-libs/gst/tag/gsttagdemux.c:
1436           Fail to activate if there's insufficient data in the file to be usable,
1437           preventing an assertion fail later. Fixes #552960
1438
1439 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1440
1441         * gst-libs/gst/pbutils/descriptions.c:
1442         * gst/typefind/gsttypefindfunctions.c:
1443           Recognise Kate subtitle streams (#550582).
1444
1445 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1446
1447         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1448           Remove trailing comma from enum list, which causes problems
1449           with -pendantic (#550729).
1450
1451 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1452
1453         * configure.ac:
1454         0.10.20.2 pre-release
1455
1456         * po/LINGUAS:
1457         * po/id.po:
1458         * po/pt_BR.po:
1459
1460         New translations.
1461
1462 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1463
1464         * gst-libs/gst/interfaces/propertyprobe.c:
1465           (gst_property_probe_get_properties),
1466           (gst_property_probe_get_property),
1467           (gst_property_probe_probe_property),
1468           (gst_property_probe_probe_property_name),
1469           (gst_property_probe_needs_probe),
1470           (gst_property_probe_needs_probe_name),
1471           (gst_property_probe_get_values),
1472           (gst_property_probe_get_values_name),
1473           (gst_property_probe_probe_and_get_values),
1474           (gst_property_probe_probe_and_get_values_name):
1475           More sanity checks for our second-favourite interface.
1476
1477 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * gst-libs/gst/interfaces/propertyprobe.c:
1480           Check for NULL pointer, in the hope that this fixes #532864.
1481
1482 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1483
1484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1485           No really, the next release is 0.10.21 (fix Since: tags in docs).
1486
1487 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1488
1489         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1490         Disable a code path that is now called but causes a deadlock for some
1491         reason and is unneeded.
1492
1493 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1494
1495         * sys/xvimage/xvimagesink.c:
1496         * sys/xvimage/xvimagesink.h:
1497           Add a "draw-border" property that can be set to false to disable
1498           drawing borders.
1499           
1500         * tests/icles/test-colorkey.c:
1501         * tests/icles/Makefile.am:
1502           Add new test application for the colorkey handling.
1503
1504 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1505
1506         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1507         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1508         This will also be fixed for upcoming gst-ffmpeg release so that once
1509         this release of -base is out, it will work with the latest gst-ffmpeg
1510         release.
1511
1512 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1513
1514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1515         (gst_riff_create_audio_template_caps):
1516         Add Truespeech mapping for RIFF formats (AVI/WAV).
1517         Fixes #550656
1518
1519 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1520
1521         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1522         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1523         Fixes #550638.
1524
1525 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1526
1527         * configure.ac:
1528         * gst/subparse/Makefile.am:
1529         * gst/subparse/gstsubparse.c:
1530         * gst/subparse/samiparse.c:
1531         * tests/check/elements/subparse.c:
1532           Rework last change, so that we build subparse, but just disable the
1533           sami parse functionality, if we're configured to not use xml. In the
1534           tests only the sami test is disabled now.
1535
1536 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * configure.ac:
1539           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1540           test runs.
1541
1542 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1543
1544         * po/POTFILES.in:
1545           Add some more files with strings for translation.
1546
1547 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1548
1549         * gst-libs/gst/tag/gstvorbistag.c:
1550         * tests/check/libs/tag.c:
1551           Use new geo location tags from core. Fixes #481169
1552
1553 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1554
1555         * tests/check/elements/audioresample.c: (setup_audioresample),
1556         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1557         (test_discont_stream_instance):
1558         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1559         Add debugging for coherence.
1560
1561 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1562
1563         Patch by: Jonathan Matthew  <notverysmart gmail com>
1564
1565         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1566           Add typefinder for PDF documents (which is nice to have, since it's a
1567           common format, but also helps prevent false positives). Fixes #549814.
1568
1569 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1570
1571         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1572         (no_more_pads_cb):
1573         Fix nasty race where multiple decodebins could start pushing data before
1574         we manage to configure the sinks, resulting in not-linked errors in
1575         typical RTSP streaming cases.
1576
1577 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1578
1579         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1580         Since we now call stop, we trigger this code path that causes a deadlock
1581         is apparently not needed.
1582
1583 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1584
1585         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1586         (gst_ring_buffer_stop):
1587         Also allow the case where the ringbuffer was paused when we try to stop
1588         it so that the basesrc stop function is still called.
1589
1590 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1591
1592         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1593
1594         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1595         Reprobe devices again instead of taking a cached list as new
1596         devices could've been plugged in. Fixes bug #549062.
1597
1598 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1599
1600         Patch by: Alessandro Dessina <alessandro nnva org>
1601
1602         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1603         (gst_ogg_demux_activate_chain):
1604         Don't add pads and activate them for skeleton streams. These are already
1605         handled inside oggdemux. Fixes bug #537599.
1606
1607 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1608
1609         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1610         Reset variable so that query and convert fail after going back to
1611         READY. Fixes #548898.
1612
1613 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1614
1615         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1616         If a buffer arrives with a timestamp before the timestamp+duration
1617         of the previous buffer clip it instead of dropping it completely.
1618         Slight improvement for the unfixable bug #548913.
1619
1620 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1621
1622         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1623         Take the current timestamp instead of timestamp+duration for the offset.
1624         This offset will later be used for calculating the timestamp and
1625         otherwise vorbisdec will interpolate timestamps wrong if upstream
1626         only sends timestamps and no granulepos.
1627
1628 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1629
1630         * tests/examples/seek/seek.c:
1631           Don't crash when having no visualisations.
1632
1633 2008-08-16  David Schleef  <ds@schleef.org>
1634
1635         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1636           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1637           Fixes #548065.
1638
1639 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1642         When cleaning up the caps fields also remove "depth" for the same
1643         reason we remove "width".
1644
1645 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1646
1647         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1648           Add Lead H.264 here as well.
1649
1650 2008-08-14  Julien Moutte  <julien@fluendo.com>
1651
1652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1653         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1654
1655 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1658         (gst_base_audio_src_create):
1659         When not slaved to another clock also subtract the base_time from our
1660         internal clock time to get the running time.
1661
1662 2008-08-12  David Schleef  <ds@schleef.org>
1663
1664         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1665           since it has no basis in libtheora.
1666
1667 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1668
1669         * gst-libs/gst/interfaces/propertyprobe.h:
1670           Remove double "interface" from doc-string.
1671
1672         * gst-libs/gst/interfaces/xoverlay.h:
1673           Document interface.
1674
1675         * gst-libs/gst/riff/riff.c:
1676           Add basic doc blobs.
1677
1678 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1679
1680         * gst-libs/gst/audio/Makefile.am:
1681           Don't try to build that example anymore.
1682
1683 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1684
1685         * gst-libs/gst/audio/.cvsignore:
1686         * gst-libs/gst/audio/Makefile.am:
1687         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1688         * gst-libs/gst/audio/make_filter:
1689           Move audiofiltertemplate to gst-template.
1690
1691 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1692
1693         * docs/libs/gst-plugins-base-libs-sections.txt:
1694         * gst-libs/gst/audio/gstaudiosrc.h:
1695           More docs and shuffling. What can we do with the hundreds of #defines.
1696
1697 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1698
1699         * gst-libs/gst/audio/audio.h:
1700         * gst-libs/gst/audio/gstaudiofilter.h:
1701         * gst-libs/gst/audio/gstringbuffer.h:
1702         * gst-libs/gst/interfaces/propertyprobe.h:
1703         * gst-libs/gst/tag/gsttagdemux.h:
1704           Reducing number of dundocumented symbols.
1705
1706 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1707
1708         * gst-libs/gst/audio/audio.c:
1709           Fix doc comment syntax.
1710
1711         * gst-libs/gst/interfaces/propertyprobe.c:
1712           Add more doc-comments and a FIXME: for the signal.    
1713
1714 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1715
1716         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1717         (gst_ogg_mux_request_new_pad):
1718         * ext/ogg/gstoggmux.h:
1719         Don't pretend to support NEWSEGMENT events, instead override the
1720         GstCollectPads event function to return FALSE on NEWSEGMENT events
1721         and do the normal work for other events.
1722
1723         This prevents elements like flacenc to seek to the start and rewrite
1724         some data which then results in a broken Ogg packet.
1725
1726 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1727
1728         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1729
1730         * ext/alsa/gstalsaplugin.c: (plugin_init):
1731         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1732         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1734         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1735         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1736         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1737         * gst/playback/gstdecodebin.c: (plugin_init):
1738         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1739         * gst/playback/gstplayback.c: (plugin_init):
1740         * gst/playback/gstqueue2.c: (plugin_init):
1741         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1742         * sys/v4l/gstv4l.c: (plugin_init):
1743         Make sure gettext returns translations in UTF-8 encoding rather
1744         than in the current locale encoding (#546822).
1745
1746 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * gst-libs/gst/pbutils/descriptions.c:
1749           Add audio/x-qdm for qtdemux.
1750
1751 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1752
1753         * ext/vorbis/vorbisdec.c:
1754           Do not leak old taglist.
1755
1756 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * tests/icles/test-scale.c:
1759           Include <stdlib.h> for atoi().
1760
1761 2008-08-04  Andy Wingo  <wingo@pobox.com>
1762
1763         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1764         documentation fix.
1765
1766 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1767
1768         * gst/adder/gstadder.c:
1769           Cleanup lots of empty lines that came from gst-indent going havoc
1770           before I added the INDENT_ON/OFF marker some time agao.
1771
1772 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * configure.ac:
1775         * gst-libs/gst/riff/riff-read.c:
1776           Bump requirement to latest core and use new tag for riff formats.
1777           Needed for #520694.
1778
1779 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1780
1781         * tests/examples/dynamic/Makefile.am:
1782         * tests/examples/dynamic/codec-select.c: (make_encoder),
1783         (make_pipeline), (do_switch), (my_bus_callback), (main):
1784         Add example app that dynamically switches between 3 'encoders'.
1785
1786 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1787
1788         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1789         Add some more comments.
1790
1791 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1792
1793         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1794         (gst_video_test_src_create):
1795         Discard buffers of the wrong size after renegotiation, this is perfectly
1796         possible with things like capsfilter that could suggest caps changes
1797         upstream without knowing the size of the buffer.
1798
1799 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1800
1801         * tests/icles/.cvsignore:
1802         * tests/icles/Makefile.am:
1803         * tests/icles/test-scale.c: (make_pipeline), (main):
1804         Add dynamic rescaling tests for the new basetransform.
1805
1806 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1807
1808         * gst/audioconvert/Makefile.am:
1809           Dist recently-added gstfastrandom.h.
1810
1811 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1812
1813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1814         Fix a "may be used uninitialized in this function" which weirdly only
1815         appears on macosx (?).
1816
1817 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1818
1819         * gst-libs/gst/riff/riff-ids.h:
1820           Adding acid chunk for tempo and loop information.
1821
1822 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1823
1824         * sys/xvimage/Makefile.am:
1825           floor() needs linking to $(LIBM).
1826
1827 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1828
1829         * ext/gnomevfs/gstgnomevfssrc.c:
1830           Aggregate short reads and add some comments and debug logging.
1831           Fixes #537380
1832
1833 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1834
1835         * gst/playback/gstplaybasebin.c:
1836           Fix property doc markup (its not a signal).
1837
1838         * sys/xvimage/xvimagesink.c:
1839           Add since tag for new proeprties (also add sice tags fro the last two
1840           other additions).
1841
1842 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1843
1844         * sys/xvimage/xvimagesink.c:
1845         * sys/xvimage/xvimagesink.h:
1846           Add autofill/colorkey properties. Fixes #538656.
1847
1848 2008-07-28  David Schleef  <ds@schleef.org>
1849
1850         * sys/xvimage/xvimagesink.c:
1851           Fix rounding errors when converting colorbalance values
1852           between hardware and object property ranges.  Partial
1853           fix for #537889, however, there still seems to be a small
1854           drift problem that could be totem's fault.
1855
1856 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1857
1858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1859         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1860         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1861         This fixes a critical warning.
1862
1863 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1864
1865         * ext/ogg/gstoggmux.c:
1866         Allow muxing of CELT into Ogg streams.
1867
1868 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1869
1870         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1871         (plugin_init):
1872         Add simple typefinder for the CELT codec (www.celt-codec.org).
1873
1874 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1875
1876         Patch by: Jan Gerber <j at oil21 dot org>
1877
1878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1879         Fix calculation of the start time from skeleton streams.
1880         Fixes bug #530068.
1881
1882 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1883
1884         * tests/examples/seek/seek.c:
1885           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1886
1887 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1888
1889         * gst/audioconvert/audioconvert.h:
1890         * gst/audioconvert/gstaudioquantize.c:
1891         (gst_audio_quantize_setup_dither),
1892         (gst_audio_quantize_free_dither):
1893         * gst/audioconvert/gstfastrandom.h:
1894         Implement a linear congruential generator as pseudo random number
1895         generator for the dither noise. This is about 2 times faster than
1896         using GLib's mersenne twister. Also this uses only integer math for
1897         generating integers while GLib internally uses floating point math.
1898
1899 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1900
1901         * configure.ac:
1902           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1903
1904 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1905
1906         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1907
1908         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1909           Use GST_STR_NULL to avoid crashes with libcs that don't
1910           like NULL strings in printf args (such as the win32 one).
1911           Fixes #544306.
1912
1913 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1914
1915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1916         Oops - set the size of the image used for probing back to 1x1, for
1917         consistency with ximagesink
1918
1919 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1920
1921         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1922         (gst_ximagesink_ximage_new):
1923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1924         (gst_xvimagesink_xvimage_new):
1925
1926         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1927         X server to attach to a shared memory segment after we've deleted it,
1928         with the result that MIT-SHM is disabled. Instead, remove it only after 
1929         X succeeds in attaching too.
1930
1931 2008-07-16  David Schleef  <ds@schleef.org>
1932
1933         * gst/audiotestsrc/gstaudiotestsrc.c:
1934         * gst/audiotestsrc/gstaudiotestsrc.h:
1935           Add 'ticks', a 1/30 second sine wave pulse every second.
1936
1937 2008-07-15  David Schleef  <ds@schleef.org>
1938
1939         * gst-libs/gst/video/video.c: Revert ABI change.
1940
1941 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1942
1943         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1944         Make it impossible to have NULL caps at the point where we set
1945         framerate and other things. Also don't return immediately for "3ivd"
1946         video and let framerate, etc be set. Might fix bug #542508.
1947
1948 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1949
1950         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1951         Video format can also be conveniently determined from (many)
1952         non-fixed caps.
1953
1954 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1955
1956         * gst/playback/gstplaybasebin.c:
1957         * gst/playback/gstplaybasebin.h:
1958         * gst/playback/gstplaybin.c:
1959         * gst/playback/gststreamselector.c:
1960         First stab at integrating DVD subpicture overlay into
1961         playbin. Successfully plugs and plays, but the queues need
1962         shrinking - 3 seconds of video is too much buffering.
1963
1964 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1965
1966         * gst/audioconvert/gstaudioconvert.c:
1967           Remove now obsolete note in the docs.
1968
1969 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1970
1971         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1972         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1973         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1974         * docs/plugins/gst-plugins-base-plugins.args:
1975         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1976         * docs/plugins/gst-plugins-base-plugins.interfaces:
1977         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1978         * docs/plugins/gst-plugins-base-plugins.signals:
1979         * docs/plugins/inspect/plugin-adder.xml:
1980         * docs/plugins/inspect/plugin-alsa.xml:
1981         * docs/plugins/inspect/plugin-audioconvert.xml:
1982         * docs/plugins/inspect/plugin-audiorate.xml:
1983         * docs/plugins/inspect/plugin-audioresample.xml:
1984         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1985         * docs/plugins/inspect/plugin-cdparanoia.xml:
1986         * docs/plugins/inspect/plugin-decodebin.xml:
1987         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1988         * docs/plugins/inspect/plugin-gdp.xml:
1989         * docs/plugins/inspect/plugin-gnomevfs.xml:
1990         * docs/plugins/inspect/plugin-libvisual.xml:
1991         * docs/plugins/inspect/plugin-ogg.xml:
1992         * docs/plugins/inspect/plugin-pango.xml:
1993         * docs/plugins/inspect/plugin-playback.xml:
1994         * docs/plugins/inspect/plugin-queue2.xml:
1995         * docs/plugins/inspect/plugin-subparse.xml:
1996         * docs/plugins/inspect/plugin-tcp.xml:
1997         * docs/plugins/inspect/plugin-theora.xml:
1998         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1999         * docs/plugins/inspect/plugin-uridecodebin.xml:
2000         * docs/plugins/inspect/plugin-video4linux.xml:
2001         * docs/plugins/inspect/plugin-videorate.xml:
2002         * docs/plugins/inspect/plugin-videoscale.xml:
2003         * docs/plugins/inspect/plugin-videotestsrc.xml:
2004         * docs/plugins/inspect/plugin-volume.xml:
2005         * docs/plugins/inspect/plugin-vorbis.xml:
2006         * docs/plugins/inspect/plugin-ximagesink.xml:
2007         * docs/plugins/inspect/plugin-xvimagesink.xml:
2008         * ext/alsa/gstalsamixer.c:
2009         * ext/alsa/gstalsasink.c:
2010         * ext/alsa/gstalsasrc.c:
2011         * ext/gio/gstgiosink.c:
2012         * ext/gio/gstgiosrc.c:
2013         * ext/gio/gstgiostreamsink.c:
2014         * ext/gio/gstgiostreamsrc.c:
2015         * ext/gnomevfs/gstgnomevfssink.c:
2016         * ext/gnomevfs/gstgnomevfssrc.c:
2017         * ext/ogg/gstoggdemux.c:
2018         * ext/ogg/gstoggmux.c:
2019         * ext/pango/gstclockoverlay.c:
2020         * ext/pango/gsttextoverlay.c:
2021         * ext/pango/gsttextrender.c:
2022         * ext/pango/gsttimeoverlay.c:
2023         * ext/theora/theoradec.c:
2024         * ext/theora/theoraenc.c:
2025         * ext/theora/theoraparse.c:
2026         * ext/vorbis/vorbisdec.c:
2027         * ext/vorbis/vorbisenc.c:
2028         * ext/vorbis/vorbisparse.c:
2029         * ext/vorbis/vorbistag.c:
2030         * gst/adder/gstadder.c:
2031         * gst/audioconvert/gstaudioconvert.c:
2032         * gst/audioresample/gstaudioresample.c:
2033         * gst/audiotestsrc/gstaudiotestsrc.c:
2034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2035         * gst/gdp/gstgdpdepay.c:
2036         * gst/gdp/gstgdppay.c:
2037         * gst/playback/gstdecodebin2.c:
2038         * gst/playback/gstplaybin.c:
2039         * gst/playback/gstplaybin2.c:
2040         * gst/playback/gstqueue2.c:
2041         * gst/playback/gsturidecodebin.c:
2042         * gst/tcp/gstmultifdsink.c:
2043         * gst/tcp/gsttcpserversink.c:
2044         * gst/videorate/gstvideorate.c:
2045         * gst/videoscale/gstvideoscale.c:
2046         * gst/videotestsrc/gstvideotestsrc.c:
2047         * gst/volume/gstvolume.c:
2048         * sys/ximage/ximagesink.c:
2049         * sys/xvimage/xvimagesink.c:
2050           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2051           titles. Drop mentining that all our example pipelines are "simple"
2052           pipelines.
2053
2054 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2055
2056         * tests/examples/seek/Makefile.am:
2057         Fix out of tree build by adding all required CFLAGS.
2058
2059 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2060
2061         * gst/playback/gstdecodebin.c: (add_raw_queue):
2062         And ref the pad before returning it again when linking to the queue
2063         failed. Otherwise we will unref the pad twice later and things break.
2064
2065 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2066
2067         * gst/playback/gstdecodebin.c: (add_raw_queue):
2068         If linking the raw pad with a queue fails, try it without a queue
2069         instead of failing completely. This should never happen.
2070
2071 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2074
2075         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2076         Add a queue after a demuxer if the demuxer outputs raw data. This was
2077         done before only for non-raw data but is required in this case too.
2078         Fixes bug #540215.
2079
2080         decodebin2 doesn't have this issue because all streams of a group
2081         go through multiqueue.
2082
2083 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2084
2085         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2086
2087         * gst-libs/gst/sdp/gstsdpmessage.c:
2088         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2089         that getaddrinfo() can be used. Fixes #541358.
2090
2091 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2092
2093         * gst/videotestsrc/gstvideotestsrc.c:
2094         (gst_video_test_src_class_init), (gst_video_test_src_init),
2095         (gst_video_test_src_set_property),
2096         (gst_video_test_src_get_property), (gst_video_test_src_create):
2097         * gst/videotestsrc/gstvideotestsrc.h:
2098         Cleanups, use default property values as defines.
2099         Add property to enable/disable peer buffer allocation.
2100
2101 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2102
2103         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2104         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2105         Enable unit tests on PPC again as the bugs are now fixed.
2106
2107 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2108
2109         * gst-libs/gst/riff/riff-ids.h:
2110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2111         (gst_riff_create_audio_template_caps):
2112         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2113         Fixes bug #540351.
2114
2115 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2116
2117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2118         (gst_ffmpeg_pixfmt_to_caps):
2119         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2120         (gst_ffmpegcsp_get_unit_size):
2121         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2122         it on other formats. Also adjust the unit size only for that format
2123         to not include the palette. Fixes bug #540497.
2124
2125 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2126
2127         * gst/adder/gstadder.c:
2128           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2129
2130 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2131
2132         * ChangeLog:
2133           ChangeLog surgery.
2134   
2135         * tests/examples/seek/seek.c:
2136           Move variable into ifdef too.
2137         
2138
2139 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2140
2141         * tests/examples/seek/seek.c:
2142           Include config.h and check if we have X. Remove XInitThread(), don't
2143           think its needed. Fixes: #540334.
2144
2145 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2146
2147         Patch by: Sam Morris <sam at robots dot org to uk>
2148
2149         * gst-libs/gst/interfaces/mixertrack.c:
2150         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2151         (gst_mixer_track_set_property):
2152         API: Add "index" property to GstMixerTrack to differantiate between
2153         multiple mixer tracks with the same label.
2154
2155         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2156         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2157         Set the "index" property of GstMixerTrack to the index given by ALSA.
2158         Fixes bug #528299.
2159
2160 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2161
2162         * tests/examples/seek/Makefile.am:
2163         * tests/examples/seek/seek.c:
2164           Remove libgstvideo usage. Use gtk_get_option_group instead of
2165           gtk_init().
2166
2167 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2168
2169         * tests/check/Makefile.am:
2170           Name the test registry format neutral.
2171
2172 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * gst/playback/gstqueue2.c:
2175           Do not double notify. Remove the unsued return value.
2176
2177 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2178
2179         * ext/alsa/gstalsamixer.c:
2180           Also consider "speaker" as a name for master volume. If that doesn't
2181           help look for the first non-mono volume control that also has a
2182           playback switch.
2183
2184 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2185
2186         * ChangeLog:
2187           Forgot to save the ChangeLog :/
2188
2189 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * tests/examples/seek/Makefile.am:
2192         * tests/examples/seek/seek.c:
2193           Embedd the xwindow. Allow to play multiple files.
2194
2195 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2196
2197         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2198         (gst_ximagesink_setcaps):
2199         * sys/ximage/ximagesink.h:
2200         When the caps change, make sure to re-draw borders in
2201         force-aspect-ratio=true mode.
2202         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2203         Don't clear the border_draw flag until we actually draw the border.
2204         * tests/check/Makefile.am:
2205         Ignore alsasink/src during the states test too, so it doesn't fail
2206         when running without access to the sound device.
2207
2208 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2209
2210         * tests/examples/seek/seek.c:
2211           Fix crasher when playing a parse-launch line the 2nd time.
2212
2213 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2214
2215         * tests/check/pipelines/oggmux.c:
2216           Properly ifdef tests to fix compilation.
2217
2218 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2219
2220         * gst/playback/gstplay-marshal.list:
2221         * gst/playback/gstplaybin2.c:
2222           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2223           playbin2. This allows the user to get to the selector's sinkpads, and
2224           thus inspect a range of things - caps, tags, etc. 
2225
2226 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2227
2228         * gst/playback/gstplaybin2.c:
2229           Use a different constant for the convert-frame signal id.
2230           Fixes #537009.
2231
2232 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2233
2234         * gst/playback/gstplaybin2.c:
2235         * gst/playback/gstplaysink.c:
2236           Fix a whole bunch of typos in comments and log statements. 
2237
2238 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2239
2240         * sys/xvimage/xvimagesink.c:
2241           Don't set colour balance values on the Xv port if the user hasn't
2242           changed them (via properties or the interface). Avoids accumulating
2243           rounding errors for the common case.
2244           Partial fix for bug #537889.
2245
2246 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2247
2248         * gst/playback/gstdecodebin2.c:
2249           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2250           pads are drained.
2251
2252 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2253
2254         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2255         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2256         Report the encoder latency. Fixes #538232.
2257
2258 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2259
2260         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2261         (notify_source), (activate_group):
2262         Implement the source property, emit notify when it changes in the
2263         underlying uridecodebin.
2264
2265 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2266
2267         * tests/examples/seek/seek.c: (stop_cb):
2268         Free and clear the seek element list so that we don't use invalid
2269         references when seeking after recreating a gst-launch line.
2270
2271 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * gst-libs/gst/audio/gstbaseaudiosink.c:
2274         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2275         (gst_base_audio_sink_render):
2276         Report latency even if we are not live instead of hiding it.
2277         Take ts-offset and render-delay of the basesink into account when
2278         scheduling samples.
2279         Rework the clipping code so that we can take the various offsets into
2280         account and still do correct clipping.
2281
2282 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2283
2284         * configure.ac:
2285         Bump verion back to devel -> 0.10.20.1
2286
2287 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2288
2289         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2290         Don't increase the size of non-string image buffers by one as this
2291         might in theory confuse decoders. Still increase it by one for string
2292         image buffers to append '\0'.
2293
2294 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2297         
2298         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2299         Fix a buffer memleak and remove a confusing and wrong debug output.
2300         Fixes bug #538663.
2301
2302 === release 0.10.20 ===
2303
2304 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2305
2306         * configure.ac:
2307           releasing 0.10.20, "Here I Go Again"
2308
2309 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2310
2311         * configure.ac:
2312         0.10.19.3 pre-release
2313
2314 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2315
2316         * gst-libs/gst/rtsp/gstrtspconnection.c:
2317         Fix build on win32.
2318         Patch By: David Schleef <ds@schleef.org>
2319         Fixes: #536874
2320
2321 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2322
2323         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2324         (gst_gio_base_src_create):
2325         * ext/gio/gstgiobasesrc.h:
2326         Try to read the requested number of bytes, even if the first
2327         read returns less than requested, until nothing is read anymore
2328         or we have the requested amount of bytes. This fixes playback of
2329         files via Samba as Samba only allows to read 64k at once.
2330
2331         Implement a caching algorithm that makes sure that we read at
2332         least 4k of data every time. Some elements will try to read a few
2333         bytes, then seek, read again a few bytes and so on and this is
2334         painfully slow as every operation has to go over DBus if GVfs is
2335         used as backend.
2336
2337         Fixes bug #536849 and #536848.
2338
2339         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2340         (gst_gio_src_check_get_range):
2341         Override check_get_range() to blacklist http/https URIs
2342         and whitelist file URIs. More to be added on demand.
2343
2344 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2345
2346         * configure.ac:
2347         0.10.19.2 pre-release
2348
2349 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2350
2351         * win32/common/libgstrtsp.def:
2352         * win32/common/libgsttag.def:
2353         Add new API functions to the dll exports
2354
2355 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2356
2357         * gst/playback/gstplaybasebin.c:
2358           Disconnect signals from decodebins we created before we remove it
2359           from playbin, to avoid crashes if the decodebin is eventually
2360           disposed after the playbin itself (possible if the app takes a
2361           reference on the decodebin).
2362           Fixes #536521.
2363
2364 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2365
2366         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2367           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2368           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2369           (h264_video_type_find), (mpeg_video_stream_type_find),
2370           (dv_type_find), (mmsh_type_find):
2371           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2372           copy caps for no good reason (this may be desirable to make it easier
2373           to detect leaks, but then it should probably be done for all caps
2374           in the typefinder somewhere).
2375
2376 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2377
2378         * tests/check/Makefile.am:
2379         Do not try to run the check tests for subparse unless it has been
2380         built.
2381
2382 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2383
2384         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2385         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2386         Do not try to run a test which requires vorbisenc unless we have
2387         actually built it.
2388
2389 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2390
2391         * gst-libs/gst/rtsp/gstrtspconnection.c:
2392         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2393         (gst_rtsp_connection_clear_auth_params),
2394         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2395         * gst-libs/gst/rtsp/gstrtspconnection.h:
2396         Add a couple of missing argument guards.
2397         Add a way of setting the DSCP for an RTSP connection.
2398         Add an accessor method for the ip member of GstRTSPConnection as all
2399         members are supposed to be private.
2400
2401 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2402
2403         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2404         Fixed accidental use of IPv4 options for all IPv6 addresses.
2405
2406 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2407
2408         * gst-libs/gst/interfaces/mixertrack.h:
2409           Document mixer track flags.
2410
2411 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2412
2413         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2414
2415         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2416         Don't set caps on the buffers that contain a copy of the buffer
2417         including the caps of them resulting in an always increasing refcount
2418         of the caps and insanely large caps. Instead include a buffer without
2419         caps in the new caps. Fixes bug #536475.
2420
2421 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2422
2423         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2424         Transform a given PAR to a range on the struct with the generic
2425         height/width instead of the struct with the possibly restricted
2426         height/width.
2427
2428 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2429
2430         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2431         Prefer the given format if it contains something stricter than [1,MAX]
2432         for height or width and only put a structure that requires rescaling
2433         as second. This makes it possible to use videoscale in pipelines where
2434         the source can actually produce the wanted height/width but usually
2435         selects a different one from the requested.
2436
2437 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2438
2439         Based on patch by: John Millikin <jmillikin gmail com>
2440
2441         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2442           (gst_vorbis_tag_add_coverart):
2443           Retrieve COVERART tags from vorbis comments (#512333)
2444
2445 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2446
2447         * gst-libs/gst/tag/tag.h:
2448         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2449           Don't forget to add new enum value here too (should probably use
2450           glib-mkenums here...).
2451
2452 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2453
2454         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2455         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2456         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2457           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2458           (gst_tag_image_data_to_image_buffer):
2459           Add two utility functions to avoid code duplication (#512333):
2460           API: add gst_tag_image_data_to_image_buffer()
2461           API: add gst_tag_list_add_id3_image()
2462           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2463
2464 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2465
2466         * win32/common/libgstaudio.def:
2467         Add gst_audio_check_channel_positions() to the exported symbols.
2468
2469 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2470
2471         * docs/libs/gst-plugins-base-libs-sections.txt:
2472         * gst-libs/gst/audio/multichannel.c:
2473         (gst_audio_check_channel_positions):
2474         * gst-libs/gst/audio/multichannel.h:
2475         API: Make gst_audio_check_channel_positions() public.
2476
2477         * tests/check/libs/audio.c: (GST_START_TEST):
2478         Add some simple checks for gst_audio_check_channel_positions().
2479
2480 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2481
2482         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2483           minrange and maxrange are scaled according to the frequency
2484           multiplier.
2485
2486 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2487
2488         * ext/pango/Makefile.am:
2489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2490           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2491           Use gstvideo functions to calculate strides and plane offsets. Fixes
2492           rendering issue ('ghost' images of the text on the chroma planes)
2493           with widths or heights that are not multiples of 8 (#506659 and
2494           probably also #485729).
2495
2496         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2497           (main):
2498           Test with odd height/width too.
2499
2500 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2501
2502         * gst/adder/gstadder.c: (gst_adder_query_duration),
2503         (gst_adder_query_latency):
2504         When using gst_element_iterate_pads() one has to unref every pad
2505         after usage.
2506
2507 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2508
2509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2510         (gst_base_audio_src_class_init):
2511         Add a gtk-doc chunk for the new properties to have a Since: indication.
2512
2513 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2514
2515         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2516         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2517         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2518         (gst_base_audio_src_change_state):
2519         Provide readable actual-buffer-time and actual-latency-time properties
2520         that reflect the configured ringbuffer values. Fixes #524724.
2521         API: GstBaseAudioSrc:actual-buffer-time
2522         API: GstBaseAudioSrc:actual-latency-time
2523
2524 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2525
2526         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2527         (gst_basertppayload_change_state):
2528         Simply converting the running time into an RTP timestamp by scaling it
2529         based on the clock-rate is good enough for making an RTP timestamp. This
2530         has the added benefit that we can later on expose a property with the
2531         RTP timestamp of running time 0, as is needed for RTSP servers to
2532         generate the response of the PLAY request.
2533
2534 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * gst/audioconvert/gstaudioconvert.c:
2537         (structure_has_fixed_channel_positions),
2538         (gst_audio_convert_transform_caps):
2539         Allow up to 11 positioned channels now that audioconvert can handle
2540         this but add no default positions for > 8 channels.
2541         
2542         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2543         Add some unit tests for the above change: Test conversion of
2544         11 positioned channels to stereo and the other way around, test
2545         conversion of 15 unpositioned channels in different ways.
2546
2547 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2548
2549         * win32/common/libgstaudio.def:
2550         Add gst_audio_clock_reset to the list of exported symbols.
2551
2552 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2553
2554         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2555         Remove wrong_channels_identification_header unit test as we now
2556         support 7 (and more channels).
2557
2558 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2559
2560         * gst/audioconvert/gstchannelmix.c:
2561         (gst_channel_mix_fill_one_other):
2562         If mixing left or right to center (or the other way around) only take
2563         the complete value if we don't already have the original position in
2564         the source.
2565
2566 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2567
2568         * gst-libs/gst/audio/multichannel.c:
2569         (gst_audio_check_channel_positions),
2570         (gst_audio_set_structure_channel_positions_list),
2571         (gst_audio_fixate_channel_positions):
2572         Allow rear center together with rear left/right and other previously
2573         conflicting channel positions. The reason why they weren't allowed
2574         was the channel mixing implementation in audioconvert.
2575         Also take this into account when fixing channel layouts.
2576
2577         Allow setting channel positions for 1/2 channels when using
2578         gst_audio_set_structure_channel_position().
2579
2580         * gst/audioconvert/gstchannelmix.c:
2581         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2582         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2583         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2584         Major rewrite of the channel mixing.
2585
2586         We now allow previously conflicting channel positions to appear
2587         together (rear center and rear left/right for example).
2588         Fixes bug #533817.
2589
2590         Rework the way channels are mixed together to take more possible
2591         channel positions into account, properly mix from/to side channels
2592         and don't assume that either center, left&right or nothing of a
2593         specific position is available anymore.
2594
2595         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2596         Adjust unit tests with non-standard 1/2 channel layouts to the more
2597         correct new behaviour.
2598
2599         Add a unit test for 5.1->Stereo downmixing.
2600
2601 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2602
2603         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2604         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2605         Add sane defaults for the 7 and 8 channel layouts as those are
2606         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2607         more than 8 channels instead of erroring out. Fixes bug #535356.
2608
2609 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2610
2611         * docs/plugins/Makefile.am:
2612         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2613         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2614         * ext/theora/theoraparse.c:
2615         Add theoraparse to the docs and fix some docs.
2616
2617 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2618
2619         * gst-libs/gst/cdda/gstcddabasesrc.c:
2620         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2621         Fix EOS condition and track addition check, the track.end sector is
2622         included in the track. Fixes #533265.
2623
2624 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2625
2626         Patch by: Mark Nauwelaerts <manauw at skynet be>
2627
2628         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2629         (gst_video_rate_flush_prev), (gst_video_rate_event),
2630         (gst_video_rate_chain):
2631         * gst/videorate/gstvideorate.h:
2632         React (more) to NEWSEGMENT
2633         Small adjustment in timestamp calculation to prevent mismatches
2634         Fixes #435633.
2635
2636 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2637
2638         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2639           Initialise error to NULL as we should.
2640
2641 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * gst/adder/gstadder.c: (gst_adder_query_duration),
2644         (gst_adder_query_latency), (gst_adder_query):
2645         Implement latency query.
2646
2647 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2648
2649         * gst/adder/gstadder.c: (gst_adder_query_duration):
2650         Correctly resync the iterator if gst_iterator_next() returns
2651         GST_ITERATOR_RESYNC.
2652
2653 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2654
2655         * win32/vs6/libgstpbutils.dsp:
2656           Add pbutils-enumtypes.c to sources (#518037).
2657
2658 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2659
2660         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2661         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2662         * gst-libs/gst/audio/gstaudioclock.h:
2663         Add method to inform the clock that the time starts from 0 again. We use
2664         this info to calculate a clock offset so that the time we report in
2665         internal_time is monotonically increasing, as required by the clock base
2666         class. Fixes #521761.
2667         API: GstAudioClock::gst_audio_clock_reset()
2668
2669         * gst-libs/gst/audio/gstbaseaudiosink.c:
2670         (gst_base_audio_sink_skew_slaving),
2671         (gst_base_audio_sink_change_state):
2672         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2673         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2674         Reset reported time when we (re)create the ringbuffer.
2675
2676 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2677
2678         * ext/alsa/gstalsamixertrack.c:
2679           (gst_alsa_mixer_track_update_alsa_capabilities):
2680           Make sure playback volumes aren't accidentally overwritten by
2681           capture volumes if an alsa mixer track has both playback and
2682           capture capabilities: we create two GstMixerTracks in that
2683           case, so make sure we query only the alsa capabilities that
2684           refer to the type of GstMixerTrack we created from the dual
2685           capability alsa element. Should fix issues with Audigy2 sound
2686           cards (#518082).
2687
2688 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2689
2690         * tests/check/pipelines/oggmux.c: (test_pipeline):
2691           Don't use deprecated function.
2692
2693 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2694
2695         * gst/playback/gstdecodebin2.c:
2696         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2697         Check for NULL cases and log them, creating ghostpads can, for example,
2698         fail when the pad returns wrong caps.
2699
2700         * gst/playback/gstplaybin2.c: (perform_eos):
2701         When pushing out the EOS event, collect the return value and warn when
2702         something failed.
2703
2704 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2705
2706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2707         (gst_riff_create_video_template_caps):
2708         Add support for DVCPRO.
2709
2710 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2711
2712         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2713           Change default scaling method from nearest-neighbour to bilinear.
2714
2715 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2716
2717         * tests/check/libs/video.c:
2718           More checks.
2719
2720 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2721
2722         * gst/subparse/gstsubparse.c: (parser_state_init),
2723           (gst_sub_parse_format_autodetect), (handle_buffer):
2724         * gst/subparse/gstsubparse.h:
2725         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2726           Limit duration to a maximum of five seconds for tmplayer format where
2727           we can guess the duration only from the timestamp of the next line of
2728           text. We don't want to show a text for eternities just because nothing
2729           else is being said for a while.
2730
2731 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2732
2733         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2734         (gst_base_rtp_depayload_chain),
2735         (gst_base_rtp_depayload_handle_sink_event),
2736         (gst_base_rtp_depayload_push_full),
2737         (gst_base_rtp_depayload_change_state):
2738         Check sequence numbers, mark input buffers with a discont flag for the
2739         subclass when we detected a gap, drop duplicate buffers. We do this
2740         because one can use the element without a jitterbuffer in front and we
2741         don't want to feed the subclasses invalid or reordered data.
2742         Do an error when the subclass did not provide a process function instead
2743         of crashing.
2744         Some other small cleanups.
2745
2746 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2747
2748         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2749           May just as well use the precalculated uvstride here.
2750
2751 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2752
2753         * docs/plugins/Makefile.am:
2754         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2756         * docs/plugins/gst-plugins-base-plugins.args:
2757         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2758         * docs/plugins/gst-plugins-base-plugins.interfaces:
2759         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2760         * docs/plugins/inspect/plugin-adder.xml:
2761         * docs/plugins/inspect/plugin-alsa.xml:
2762         * docs/plugins/inspect/plugin-audioconvert.xml:
2763         * docs/plugins/inspect/plugin-audiorate.xml:
2764         * docs/plugins/inspect/plugin-audioresample.xml:
2765         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2766         * docs/plugins/inspect/plugin-cdparanoia.xml:
2767         * docs/plugins/inspect/plugin-decodebin.xml:
2768         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2769         * docs/plugins/inspect/plugin-gdp.xml:
2770         * docs/plugins/inspect/plugin-gio.xml:
2771         * docs/plugins/inspect/plugin-gnomevfs.xml:
2772         * docs/plugins/inspect/plugin-libvisual.xml:
2773         * docs/plugins/inspect/plugin-ogg.xml:
2774         * docs/plugins/inspect/plugin-pango.xml:
2775         * docs/plugins/inspect/plugin-playback.xml:
2776         * docs/plugins/inspect/plugin-queue2.xml:
2777         * docs/plugins/inspect/plugin-subparse.xml:
2778         * docs/plugins/inspect/plugin-tcp.xml:
2779         * docs/plugins/inspect/plugin-theora.xml:
2780         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2781         * docs/plugins/inspect/plugin-uridecodebin.xml:
2782         * docs/plugins/inspect/plugin-video4linux.xml:
2783         * docs/plugins/inspect/plugin-videorate.xml:
2784         * docs/plugins/inspect/plugin-videoscale.xml:
2785         * docs/plugins/inspect/plugin-videotestsrc.xml:
2786         * docs/plugins/inspect/plugin-volume.xml:
2787         * docs/plugins/inspect/plugin-vorbis.xml:
2788         * docs/plugins/inspect/plugin-ximagesink.xml:
2789         * docs/plugins/inspect/plugin-xvimagesink.xml:
2790         * ext/cdparanoia/gstcdparanoiasrc.c:
2791         * ext/ogg/gstoggdemux.c:
2792         * ext/ogg/gstoggdemux.h:
2793         * ext/ogg/gstoggmux.c:
2794         * ext/ogg/gstoggmux.h:
2795         * gst/audioconvert/audioconvert.c:
2796         * gst/audioconvert/audioconvert.h:
2797         * gst/audioconvert/gstaudioconvert.h:
2798         * gst/gdp/gstgdpdepay.h:
2799         * gst/gdp/gstgdppay.h:
2800         * gst/playback/gstdecodebin.c:
2801         * gst/playback/gstdecodebin2.c:
2802         * gst/playback/gstplaybin.c:
2803         * gst/playback/gstplaybin2.c:
2804         * gst/playback/gsturidecodebin.c:
2805         * gst/tcp/gstmultifdsink.c:
2806         * gst/tcp/gstmultifdsink.h:
2807         * gst/tcp/gsttcp.h:
2808
2809         Add some documentation comments, and some new headers to be scanned.
2810         Rename some internal enum declarations (audioconvert's DitherType and
2811         NoiseShapingType, GstUnitType from the TCP elements) to match the
2812         documented GObject type names so that the docs pick them up.
2813         Name the playbin2 docs markups properly so they get picked up. They'll
2814         need renaming back when/if playbin2 becomes playbin.
2815
2816         100% symbol coverage for the plugin docs, booya.
2817
2818 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2819
2820         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2821
2822         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2823         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2824
2825 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2826
2827         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2828
2829         * gst/playback/gstdecodebin.c: (remove_fakesink):
2830         Lock the fakesink before setting the state to NULL and removing it from
2831         the bin so that a concurrent state change cannot interfere. 
2832         Fixes #534331.
2833
2834 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2835
2836         * docs/Makefile.am:
2837         Fix installing plugin documentation when gtk-doc is disabled.
2838
2839 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2840
2841         * gst-libs/gst/rtsp/Makefile.am:
2842         Distribute, don't install md5.h
2843
2844 2008-05-21  Julien Moutte  <julien@fluendo.com>
2845
2846         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2847         instead of SOL_IP, works on more platforms.
2848         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2849         arguments.
2850
2851 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2852
2853         * ext/vorbis/vorbisdec.c:
2854         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2856         Some debug and comment fixes.
2857
2858         * tests/examples/dynamic/addstream.c: (main):
2859         Fix , to ;
2860
2861 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2862
2863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2864         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2865         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2866         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2867         (cleanup_decodebin):
2868         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2869         (connect_element), (gst_decode_group_control_demuxer_pad):
2870         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2871         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2872         (mute_group_type):
2873         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2874         (gst_play_bin_set_property), (handoff), (gen_video_element),
2875         (gen_text_element), (gen_audio_element), (gen_vis_element),
2876         (remove_sinks), (add_sink), (setup_sinks):
2877         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2878         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2879         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2880         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2881         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2882         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2883         (gen_vis_chain), (gst_play_sink_reconfigure),
2884         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2885         (gst_play_sink_request_pad):
2886         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2887         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2888         (cb_newpad):
2889         * gst/playback/test6.c: (new_decoded_pad_cb):
2890         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2891         * tests/check/elements/audiorate.c: (test_injector_chain),
2892         (do_perfect_stream_test):
2893         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2894         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2895         * tests/check/elements/gnomevfssink.c:
2896         * tests/check/elements/textoverlay.c:
2897         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2898         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2899         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2900         * tests/check/pipelines/oggmux.c: (test_pipeline):
2901         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2902         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2903         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2904         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2905         * tests/examples/seek/seek.c: (make_mod_pipeline),
2906         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2907         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2908         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2909         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2910         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2911         (update_fill), (msg_buffering):
2912         Don't use bad gst_element_get_pad().
2913
2914 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2915
2916         * gst-libs/gst/riff/riff-media.c:
2917           Fix wrong method name in docs. Fix calculation of strf fields for
2918           broken mulaw/alaw.
2919   
2920         * gst-libs/gst/riff/riff-read.c:
2921           Whitespace fix and removing double ';'.
2922
2923 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2924
2925         * docs/design/part-playbin2.txt:
2926         Add some leftover doc.
2927
2928 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2929
2930         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2931         Fix copy & paste error in last commit.
2932
2933 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2934
2935         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2936         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2937         other channel positions when source has SIDE channels and dest doesn't
2938         or the other way around.
2939
2940 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2941
2942         Patch by: Henrik Eriksson <henriken at axis dot com>
2943
2944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2945         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2946         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2947         (gst_multi_fd_sink_get_property):
2948         * gst/tcp/gstmultifdsink.h:
2949         Add support for DSCP QOS. Fixes #469933.
2950
2951 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2952
2953         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2954         Add another test that checks if conversion between standard 1 and 2
2955         channel layouts with and without positions set is working.
2956
2957 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2958
2959         * gst-libs/gst/audio/multichannel.c:
2960         (gst_audio_check_channel_positions):
2961         Allow non-standard 2 channel layouts.
2962         
2963         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2964         Add some tests for converting and remapping non-standard 1 and 2
2965         channel layouts.
2966
2967 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2968
2969         * gst/audioconvert/gstchannelmix.c:
2970         (gst_channel_mix_fill_normalize):
2971         Prevent division by zero if the channel mix matrix contains only
2972         zeroes.
2973
2974 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2975
2976         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2977
2978         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2979         Close a buffer memory leak. Fixes bug #534071.
2980
2981 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2982
2983         * gst-libs/gst/rtsp/gstrtsptransport.h:
2984         Make the GstRTSPTransport struct members public as there are no
2985         setters/getters and it's supposed to be changed directly.
2986         Fixes bug #533087.
2987
2988 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2989
2990         * gst/adder/gstadder.c:
2991         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2992         claim this on the pad template caps.
2993
2994 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2995
2996         * gst-libs/gst/audio/gstbaseaudiosink.c:
2997         (gst_base_audio_sink_sync_latency):
2998         We can only use our optimal calibration if we prerolled before the
2999         latency expired.
3000
3001 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3002
3003         * configure.ac:
3004           Require core CVS for GstBaseSrc buffer caps setting magic.
3005
3006 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3007
3008         * gst/audioconvert/gstaudioconvert.c:
3009         (gst_audio_convert_fixate_channels):
3010         Fix logic in last commit.
3011
3012 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3013
3014         * gst/audioconvert/gstaudioconvert.c:
3015         (gst_audio_convert_fixate_channels):
3016         Passthrough the channel positions if the number of output channels is
3017         the same as the number of input channels, the input had a channel
3018         layout and downstream requests no special one. We did this already for
3019         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3020
3021 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3022
3023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3024         (gst_gnome_vfs_src_finalize),
3025         (gst_gnome_vfs_src_received_headers_callback),
3026         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3027         * ext/gnomevfs/gstgnomevfssrc.h:
3028         Set the ICY caps on the srcpad from where they get picked up by the base
3029         class now and set on the outgoing buffers.
3030
3031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3032         (gst_base_audio_src_create):
3033         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3034         BaseSrc now sets the caps on outgoing buffers automatically.
3035
3036 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3037
3038         * gst-libs/gst/audio/gstbaseaudiosink.c:
3039         (gst_base_audio_sink_resample_slaving),
3040         (gst_base_audio_sink_skew_slaving),
3041         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3042         (gst_base_audio_sink_async_play),
3043         (gst_base_audio_sink_change_state):
3044         Change the way in which the ringbuffer is started when dealing with a
3045         slaved clock and latency. We now sync to the clock until we reach
3046         upstream latency before starting the ringbuffer. This has the effect
3047         that we can accurately align the master and slave clocks and let the
3048         rate correction code take care of the initial drift or rounding errors
3049         instead of leaving them uncorrected with the old approach.
3050
3051 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3052
3053         * gst/audioconvert/gstaudioconvert.c:
3054         (gst_audio_convert_fixate_channels):
3055         Correctly set the default channel positions when converting to 8
3056         channels.
3057
3058 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3059
3060         * configure.ac:
3061           Error out if we don't have the required version of core.
3062
3063 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3064
3065         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3066           Use data scan helper in aac typefinder and stop scanning
3067           for headers when we've found a type. Also fix potential invalid
3068           memory access when calculating the frame length.
3069
3070 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3071
3072         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3073           (mpeg_sys_is_valid_pack):
3074           Don't modify scan context when we return FALSE in ensure_data, so
3075           it's possible to continue scanning, and we don't end up with a NULL
3076           data pointer and a positive size, which might bite us the next time
3077           we're called. Small constification.
3078
3079 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3080
3081         * gst/adder/gstadder.c:
3082         Adder doesn't support 24 bit samples so don't claim it supports them
3083         in the pad template caps.
3084
3085 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3086
3087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3088         (gst_base_rtp_depayload_chain):
3089         Validate the RTP packet before further processing it. It's just too
3090         dangerous to accept random packets and people are not forced to use a
3091         jitterbuffer or session manager to filter out the bad packets.
3092
3093         * gst-libs/gst/rtp/gstrtpbuffer.c:
3094         (gst_rtp_buffer_set_extension_data),
3095         (gst_rtp_buffer_get_payload_subbuffer):
3096         Small cleanups.
3097         When setting extension data in a buffer that is too small, we fail and
3098         we should not set the extension bit.
3099         Change GST_WARNINGS into g_warning because they really are
3100         programming errors.
3101
3102         * tests/check/libs/rtp.c: (GST_START_TEST):
3103         Catch the g_warnings now in the unit tests and that fact that failing to
3104         set extension data left the extension bit untouched.
3105
3106 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3107
3108         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3109           Revert previous change which made basetransform handle buffer_alloc
3110           and which breaks things badly in the non-passthrough case since it
3111           returned buffers with a different (ie. sometimes smaller) size than
3112           the size requested.
3113
3114 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3115
3116         Patch by: Bernard B <b-gnome at largestprime dot net>
3117
3118         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3119         Fix seqnum compare function for bordercase values and fix the docs
3120         again. Fixes #533075.
3121
3122         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3123         Add a testcase for seqnum compare function.
3124
3125 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3126
3127         * gst/adder/gstadder.c: (gst_adder_setcaps),
3128         (gst_adder_class_init):
3129         Correctly declare the supported endianness on the pad templates
3130         and check for correct endianness in the set caps function. Adder
3131         only supports native endianness.
3132         Also use gst_element_class_set_details_simple().
3133
3134 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3135
3136         * sys/xvimage/xvimagesink.c:
3137           Better debug logging in port value handling. Merging separate port
3138           value loops into one.
3139
3140 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         Patch by: Hannes Bistry <hannesb at gmx dot de>
3143
3144         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3145         * gst/tcp/gsttcpserversink.c:
3146         (gst_tcp_server_sink_handle_server_read),
3147         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3148         Fix regression in clientsrc because we did not add the fd to the poll
3149         set anymore. Fixes #532364.
3150         Do some cleanups here and there.
3151
3152 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3153
3154         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3155         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3156         * gst/playback/gstplay-marshal.list:
3157         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3158         Use correct marshallers. GstCaps are a boxed type and no GObject
3159         subclass.
3160
3161 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * win32/common/libgstrtsp.def:
3164         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3165         symbols.
3166
3167 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3168
3169         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3170
3171         * tests/check/elements/audioresample.c:
3172         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3173         (live_switch_push), (GST_START_TEST):
3174         Add unit test for the latest basetransform negotiation changes.
3175         See bug #526768.
3176
3177 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3178
3179         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3180         Fix nv12<->nv21 conversion if stride is larger than width.
3181
3182 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3183
3184         Patch by: Jan Gerber <j at oil21 dot org>
3185
3186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3187         (gst_ogg_pad_parse_skeleton_fisbone):
3188         * ext/ogg/gstoggdemux.h:
3189         Parse presentation time from skeleton streams and use it as offset
3190         for the timestamps. Fixes bug #530068.
3191
3192 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         * gst-libs/gst/audio/gstbaseaudiosink.c:
3195         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3196         Revert previous patch that attempted to more accurately calculate the
3197         initial offset between master and slave clock. The best thing we can do
3198         in general is take the time of both clocks as the diff since we don't
3199         know when the actual preroll happened.
3200
3201 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3202
3203         * gst-libs/gst/pbutils/install-plugins.c:
3204           Fix docs: type and missing word.
3205
3206 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3207
3208         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3209           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3210           for this instead; don't check if we've found enough markers after
3211           each and every step, it's enough to do that only if we've actually
3212           found a new marker.
3213           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3214
3215 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3216
3217         * gst/typefind/gsttypefindfunctions.c:
3218           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3219           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3220           (mpeg_video_stream_type_find):
3221           Move scan helper thingy to the beginning of the file so we can use
3222           it in other typefind functions. Rename it to something more
3223           generic. Also improve handling of things towards the end of the
3224           typefind data: peek as much as we can if we know the size of the
3225           data, rather than just min_size.
3226
3227 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3228
3229         * docs/libs/gst-plugins-base-libs-sections.txt:
3230         * gst-libs/gst/interfaces/colorbalance.c:
3231         * gst-libs/gst/interfaces/colorbalance.h:
3232         * gst-libs/gst/interfaces/colorbalancechannel.c:
3233         * gst-libs/gst/interfaces/colorbalancechannel.h:
3234         * gst-libs/gst/interfaces/tuner.c:
3235         * gst-libs/gst/interfaces/tunerchannel.c:
3236         * gst-libs/gst/interfaces/tunerchannel.h:
3237         * gst-libs/gst/interfaces/tunernorm.c:
3238         * gst-libs/gst/interfaces/tunernorm.h:
3239         * gst-libs/gst/video/video.c:
3240         * gst-libs/gst/video/video.h:
3241         Document the GstTuner and GstColorBalance interfaces, and some
3242         other random API functions that needed it. 70% symbol coverage, woo.
3243
3244 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3245
3246         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3247         Choose to allocate one less segment but require one additional segment
3248         as latency. 
3249
3250         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3251         No need to increment the number of segments in the source.
3252
3253         * gst-libs/gst/audio/gstbaseaudiosink.c:
3254         (gst_base_audio_sink_get_time), (clock_convert_external),
3255         (gst_base_audio_sink_resample_slaving),
3256         (gst_base_audio_sink_skew_slaving),
3257         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3258         (gst_base_audio_sink_async_play):
3259         Remove adding latency when returning the internal time while subtracting
3260         it again when we use the value a little later.
3261         When calculating the end timestamp, we are making a rounding error
3262         with the current algorithm. Ensure that we don't accumulate these
3263         rounding errors when aligning samples by not resampling at all if we
3264         don't need to. Fixes #419351.
3265         Make the initial calibration of the clock slaving a little more
3266         predictable and accurate. Also handle the case where we don't do
3267         clock slaving.
3268
3269 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         Based on a patch by:
3272           Björn Benderius <bjoern dot benderius at axis dot com>
3273
3274         * gst/ffmpegcolorspace/avcodec.h:
3275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3276         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3277         (gst_ffmpegcsp_avpicture_fill):
3278         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3279         * gst/ffmpegcolorspace/imgconvert_template.h:
3280         Add conversions from/to NV12 and NV21 and conversions between those
3281         two formats. Fixes bug #532166.
3282
3283 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3284
3285         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3286         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3287         which happens for example with files smaller than 128kb.
3288
3289 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3290
3291         Patch by: Wouter Cloetens <zombie at e2big dot org>
3292
3293         * gst-libs/gst/rtsp/Makefile.am:
3294         * gst-libs/gst/rtsp/gstrtspconnection.c:
3295         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3296         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3297         (add_auth_header), (gst_rtsp_connection_free),
3298         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3299         (gst_rtsp_connection_set_auth_param),
3300         (gst_rtsp_connection_clear_auth_params):
3301         * gst-libs/gst/rtsp/gstrtspconnection.h:
3302         Add Digest authorization support for RTSP connections. See #532065.
3303
3304         * gst-libs/gst/rtsp/md5.c:
3305         * gst-libs/gst/rtsp/md5.h:
3306         Yeap, another md5 implementation until we can depend on a glib that has
3307         support for it.
3308
3309 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3310
3311         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3312
3313         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3314         Let audioresample use the buffer allocation of basetransform instead
3315         of it's own stuff.
3316
3317         * tests/check/elements/audioresample.c: (alloc_only_48000),
3318         (GST_START_TEST), (audioresample_suite):
3319         Add unit test for the recent basetransform bugfix, where upstream
3320         changes caps to something that can't be passed through anymore.
3321
3322 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3323
3324         * win32/common/config.h.in:
3325           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3326           use the real thing than having "???" unconditionally.
3327
3328 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3329
3330         * gst-libs/gst/audio/gstbaseaudiosink.c:
3331         (gst_base_audio_sink_query):
3332         Report the latency with the new seglatency parameter.
3333
3334         * gst-libs/gst/audio/gstringbuffer.c:
3335         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3336         (gst_ring_buffer_acquire):
3337         * gst-libs/gst/audio/gstringbuffer.h:
3338         Add new field to the ringbufferspec to specify the expected latency
3339         between the underlying device read/write pointer, this is needed
3340         when writing sinks that sit a little closer to the hardware.
3341         Add some more docs for other fields.
3342
3343 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         * gst/volume/gstvolume.c: (volume_transform_ip):
3346         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3347         reason instead of crashing later. Might fix bug #509125.
3348
3349 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3352
3353         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3354         * gst/audioconvert/audioconvert.h:
3355         * gst/audioconvert/gstaudioconvert.c:
3356         (gst_audio_convert_parse_caps),
3357         (structure_has_fixed_channel_positions),
3358         (gst_audio_convert_transform_caps):
3359         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3360         Add support for more than 8 channels and NONE channel layouts. For
3361         more than 8 channels no channel conversion is supported yet, only
3362         format conversions are supported. Fixes bug #398033.
3363
3364         * tests/check/elements/audioconvert.c: (verify_convert),
3365         (GST_START_TEST), (audioconvert_suite):
3366         Add some unit tests by Tim for checking the NONE channel layouts
3367         and more than 8 channels and add some more unit tests for channel
3368         conversions.
3369
3370 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3371
3372         * gst/playback/gstdecodebin2.c: (connect_pad):
3373         When autoplugging fails, set the element back to NULL before
3374         unreffing it.
3375
3376 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3377
3378         * win32/common/libgstaudio.def:
3379         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3380         symbols.
3381
3382 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * gst/subparse/samiparse.c: (handle_start_sync),
3385         (end_sami_element), (characters_sami):
3386         Remove trailing, leading and double whitespaces.
3387         Correctly timestamp buffers and output the last buffer too.
3388
3389         * tests/check/elements/subparse.c: (GST_START_TEST),
3390         (subparse_suite):
3391         Add a simple unit test for SAMI parsing.
3392
3393 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3394
3395         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3396
3397         * gst/subparse/samiparse.c: (handle_start_sync),
3398         (start_sami_element), (end_sami_element), (characters_sami),
3399         (sami_context_reset):
3400         Only output characters inside the "sync" elements. There could be
3401         other elements like "style" that have some content but should
3402         not be printed. Fixes bug #467911.
3403
3404 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3407         (set_active_source):
3408         * gst/playback/gstplaybasebin.h:
3409         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3410         (playbin_set_audio_mute):
3411         Allow setting -1 as current-audio to mute the current audio stream,
3412         similar to what is done for subtitles. Fixes bug #342294.
3413
3414 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3415
3416         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3417         It's SorensOn and not SorensEn.
3418
3419 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3420
3421         * gst-libs/gst/pbutils/descriptions.c: (formats):
3422           Fix description of video/x-flash-video.
3423
3424 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3425
3426         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3427         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3428         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3429         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3430         Remove some unused code.
3431
3432         * gst/audioconvert/gstaudioquantize.c:
3433         (gst_audio_quantize_free_noise_shaping):
3434         Don't return before freeing the noise shaping history.
3435
3436 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3437
3438         * tests/check/elements/subparse.c: (do_test),
3439           (test_tmplayer_style3b), (subparse_suite):
3440           Add unit test for the tmplayer variant from bug #530962.
3441
3442 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3443
3444         * gst/subparse/gstsubparse.c: (handle_buffer),
3445           (gst_sub_parse_sink_event):
3446         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3447           (tmplayer_parse_line):
3448           Fix parsing of tmplayer subtitle variant where every single line contains
3449           text and there isn't an empty line after each line to determine the
3450           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3451           making sure that we push out the last line of text without a duration if
3452           there's still text left in the buffer at the end.
3453
3454 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3455
3456         * gst/subparse/gstsubparse.c: (feed_textbuf):
3457           Fix detection of discontinuities based on the buffer offset (doesn't work
3458           so well if no buffer offset is set) and also check for the DISCONT buffer
3459           flag. This keeps the parser state from being reset after each buffer in
3460           the unit test.
3461
3462 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3463
3464         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3465           Further fine-tuning: don't absolutely require sequence or GOP headers
3466           (as introduced in the previous commit), but adjust the typefind
3467           probabilities returned accordingly if we don't see them. Also make sure
3468           picture header and first slice are somewhat close to each other (which
3469           is not perfect but still better than requiring a fixed offset or having
3470           no limit at all).
3471
3472 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3473
3474         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3475         (gst_basertppayload_sink_setcaps),
3476         (gst_basertppayload_sink_getcaps):
3477         Rename the setcaps/getcaps function internally to make it clear that
3478         they are called for the sink pad.
3479
3480 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3481
3482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3483         (gst_base_rtp_depayload_class_init),
3484         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3485         (gst_base_rtp_depayload_packet_lost),
3486         (gst_base_rtp_depayload_set_gst_timestamp):
3487         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3488         Catch packet-lost events from the jitterbuffer and convert them into a
3489         vmethod call (lost-packet) so that depayloaders can do something smart.
3490         Also add a default packet-lost function that sends out a segment update
3491         to the decoders.
3492
3493 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3494
3495         * gst/playback/test4.c:
3496         * gst/playback/test5.c:
3497         * gst/playback/test6.c:
3498         * gst/playback/test7.c:
3499           Also include config.h when relying on defines from it. Fixes the
3500           build. Its been a please to serve :)
3501
3502 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3503
3504         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3505         (paint_setup_NV21), (paint_hline_NV12_NV21):
3506         Add support for NV12 and NV21 in videotestsrc
3507
3508 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3509
3510         * gst/videoscale/gstvideoscale.c:
3511         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3512         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3513         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3514         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3515         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3516         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3517         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3518         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3519         (vs_image_scale_linear_RGB555):
3520         Support 1x1 images as input and output as for example the BBC HQ new
3521         streams have 1x1 GIFs in the playlists for some reason.
3522
3523 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3524
3525         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3526           (try_to_link_1):
3527           If we can't activate one of the decoders we plugged in (such as,
3528           say, musepackdec) for some reason (it might not support push mode,
3529           for example), remove any pad probes that close_pad_link() might
3530           have set up. This makes sure we later don't try to remove a probe
3531           for a pad that doesn't exist any longer, and avoids nast warnings
3532           and probably other things too.
3533
3534 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3535
3536         * gst/typefind/gsttypefindfunctions.c:
3537           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3538           (plugin_init):
3539           Rework mpeg video stream typefinding a bit more: make sure sequence,
3540           GOP, picture and slice headers appear in the order they should and
3541           that we've in fact at least had one of each; fix picture header
3542           detection; decouple picture and slice header check - don't assume
3543           they're at a fixed offset, there may be extra data in between. Also,
3544           announce varying degrees of probability depending on what we found
3545           exactly (multiple pictures, at least one picture, just sequence and
3546           GOP headers). Finally, in _ensure_data(), take into account that we
3547           might be typefinding smaller amounts of data, such as the first
3548           buffer of a stream, so fall back to the minimum size needed as long
3549           as that's available, instead of erroring out if there's less than
3550           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3551           fuzzed file from #399342 as valid.
3552
3553 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3554
3555         * ext/theora/theoradec.c:
3556           Cool kids don't divide by zero.
3557           Treat PAR of x:0 as 1:1.
3558           Fixes #530719.
3559
3560 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3561
3562         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3563           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3564           (mpeg_video_stream_type_find):
3565           Refactor a bit: use context structure to track parsing offset and
3566           size of available data and make the code a bit clearer. Fixes bad
3567           memory access in #356937.
3568
3569 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3570
3571         * gst/playback/test4.c:
3572         * gst/playback/test5.c:
3573         * gst/playback/test6.c:
3574         * gst/tcp/gstmultifdsink.c:
3575           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3576           is defined.
3577
3578 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3579
3580         * gst-libs/gst/audio/gstbaseaudiosink.h:
3581         Clarify some docs.
3582
3583         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3584         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3585         (gst_base_audio_src_set_slave_method),
3586         (gst_base_audio_src_get_slave_method),
3587         (gst_base_audio_src_set_property),
3588         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3589         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3590         Add property and methods for selecting the clock slave method in the
3591         source, like in the sink.
3592         We only implement "none" and "re-timestamp" for now.
3593         API: gst_base_audio_src_set_slave_method()
3594         API: gst_base_audio_src_get_slave_method()
3595
3596 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3597
3598         * gst-libs/gst/rtp/gstrtpbuffer.c:
3599         Fix the docs about the seqnum compare function, it returns a difference.
3600
3601 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3602
3603         * ext/alsa/gstalsadeviceprobe.c:
3604         (gst_alsa_get_device_list): Don't return before freeing up
3605         the allocated structures.
3606
3607 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3608
3609         * gst/playback/gstplaybin.c:
3610           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3611
3612 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3613
3614         * ext/ogg/gstoggdemux.c:
3615           Revert the event part, that should not go in.
3616
3617 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3618
3619         * ext/ogg/gstoggdemux.c:
3620           Don't leak GstPluginFeatures when filtering.
3621
3622 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3623
3624         * sys/xvimage/xvimagesink.c:
3625           Add some logging for cases when grabbing the xv failed.
3626
3627 2008-04-21  David Schleef  <ds@schleef.org>
3628
3629         * ext/ogg/gstoggmux.c:
3630           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3631           packet.  Should conform to what we currently think is the
3632           final Ogg/Dirac muxing spec.
3633
3634 2008-04-21  David Schleef  <ds@schleef.org>
3635
3636         * sys/xvimage/xvimagesink.c:
3637           Fix typo that causes the overlay keying color to bright green
3638           on a 16-bit display.  Dark grey good.  Bright green bad.
3639
3640 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3641
3642         * ext/gnomevfs/gstgnomevfsuri.c:
3643           Add  FIXME comment about using uri-list for source and sink.
3644
3645 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3646
3647         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3648         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3649         vaargs functions to gint. Otherwise the fractions will get 0 set
3650         instead of the correct value on big endian systems. Fixes bug #529018.
3651
3652 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3653
3654         * ext/gnomevfs/gstgnomevfssink.c:
3655         (gst_gnome_vfs_sink_uri_get_protocols):
3656         * ext/gnomevfs/gstgnomevfssrc.c:
3657         (gst_gnome_vfs_src_uri_get_protocols):
3658         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3659         (gst_gnomevfs_get_supported_uris):
3660         Get the list of supported URI schemes in a threadsafe way and use the
3661         same list for the source and sink.
3662
3663 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3664
3665         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3666         (gst_gio_get_supported_protocols):
3667         Don't generate a new supported protocols list on each call but cache
3668         it. It's supposed to be static anyway, this way we only leak it once
3669         per process.
3670
3671         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3672         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3673         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3674         (gst_gio_sink_start):
3675         * ext/gio/gstgiosink.h:
3676         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3677         (gst_gio_src_class_init), (gst_gio_src_finalize),
3678         (gst_gio_src_set_property), (gst_gio_src_get_property),
3679         (gst_gio_src_start):
3680         * ext/gio/gstgiosrc.h:
3681         API: Add "file" properties where one can set a GFile as
3682         source/destination.
3683
3684         Add locking to the properties and use
3685         gst_element_class_set_details_simple() instead of a static
3686         GstElementDetails struct.
3687
3688 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3691         (plugin_init):
3692         Add "mpp" and "mp+" as possible extensions for MusePack files.
3693
3694         Add typefinding for MusePack StreamVersion 8 files and include the
3695         stream version in the caps.
3696
3697 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3698
3699         * gst-libs/gst/rtp/gstrtppayloads.c:
3700         (gst_rtp_payload_info_for_name):
3701         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3702
3703 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3704
3705         * configure.ac:
3706           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3707           (NB: this only affects compilation of some of the examples).
3708           Remove some configure.ac cruft that's not needed any longer.
3709
3710 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3711
3712         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3713         Don't validate the payload if there isn't any.
3714         Fixes #525915
3715
3716 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3719         Use g_atomic_int_set() instead of gst_atomic_int_set().
3720
3721 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3722
3723         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3724         Return NULL instead of a gchar * array with one NULL element if we
3725         don't get any supported URI schemes from GIO.
3726
3727 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3728
3729         * gst/audiotestsrc/gstaudiotestsrc.c:
3730           Remove cpp style commented old code.
3731
3732 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3733
3734         * gst/playback/gstdecodebin2.c:
3735           Fix signal docs.
3736
3737 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3738
3739         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3740           (gst_text_overlay_init):
3741           Fix textoverlay unit test again by making the supposed default
3742           value for the wait-text property the actual default value.
3743           Also fix Since: tag for new property.
3744
3745 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3746
3747         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3748           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3749           (gst_video_format_get_pixel_stride),
3750           (gst_video_format_get_component_width),
3751           (gst_video_format_get_component_height),
3752           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3753           (gst_video_format_convert):
3754           Add guards to these functions to ensure sane input values.
3755
3756         * tests/check/libs/video.c:
3757           Fix unit test not to create caps with width=0 and height=0.
3758
3759 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3760
3761         * docs/design/draft-keyframe-force.txt:
3762         Fix typo.
3763
3764         * gst/playback/gstqueue2.c: (update_buffering),
3765         (gst_queue_handle_src_query):
3766         Set buffering mode in the messages.
3767         Set buffering percent in the query.
3768
3769         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3770         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3771         Do some more fancy things based on the buffering method in use.
3772
3773 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3774
3775         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3776         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3777         (msg_buffering), (main):
3778         Add basic download reports to seek using the new buffering API.
3779
3780 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3781
3782         * gst/playback/gstqueue2.c: (update_buffering),
3783         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3784         (gst_queue_src_checkgetrange_function):
3785         Include extra buffering stats in the buffering message.
3786         Implement BUFFERING query.
3787
3788         * gst/playback/gsturidecodebin.c: (do_async_start),
3789         (do_async_done), (type_found), (setup_streaming), (setup_source),
3790         (gst_uri_decode_bin_change_state):
3791         Only add decodebin2 when the type is found in streaming mode.
3792         Make uridecodebin async to PAUSED even when we don't have decodebin2
3793         added yet.
3794
3795 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3796
3797         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3798         Filter cdda from the supported URI schemes. We can't support
3799         musicbrainz tags and everything else one expects from a cdda source
3800         with GIO. Fixes bug #526794.
3801
3802 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3803
3804         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3805         (gst_xvimagesink_buffer_alloc):
3806         Fix calculation of 'expected size' for YV12 buffers.
3807         Be a little more verbose in the debug output for buffer-alloc'ed
3808         buffers which turn out to have the wrong size.
3809
3810 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * NEWS:
3813         * RELEASE:
3814         * gst-plugins-base.doap:
3815           Merge other changes from 0.10.19 release branch.
3816
3817 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3818
3819         * gst-libs/gst/audio/gstbaseaudiosink.c:
3820           (gst_base_audio_sink_class_init):
3821         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3822           (gst_base_audio_src_class_init):
3823         * gst/playback/gstplayback.c: (plugin_init):
3824         * gst/volume/gstvolume.c: (plugin_init):
3825           Work around missing bits of thread-safety on older GLibs some
3826           more to avoid assertions when starting up multiple playbin
3827           objects concurrently (see #512382).
3828
3829 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3830
3831         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3832           Remove some more fields.
3833
3834 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3835
3836         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3837
3838         * configure.ac:
3839         Actually build dlls when cross-compiling with mingw32.
3840         Fixes bug #526247.
3841
3842 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3843
3844         * configure.ac:
3845           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3846
3847 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3848
3849         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3850         (msg_buffering), (connect_bus_signals), (main):
3851         Add statusbar.
3852         Add buffering support with feedback in the statusbar.
3853
3854 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         * ext/ogg/gstoggmux.c:
3857           Fix sample pipeline description.
3858
3859 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3860
3861         * docs/plugins/Makefile.am:
3862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3863         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3864         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3865           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3866
3867         * docs/plugins/gst-plugins-base-plugins.args:
3868         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3869         * docs/plugins/gst-plugins-base-plugins.interfaces:
3870         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3871         * docs/plugins/inspect/plugin-adder.xml:
3872         * docs/plugins/inspect/plugin-alsa.xml:
3873         * docs/plugins/inspect/plugin-audioconvert.xml:
3874         * docs/plugins/inspect/plugin-audiorate.xml:
3875         * docs/plugins/inspect/plugin-audioresample.xml:
3876         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3877         * docs/plugins/inspect/plugin-cdparanoia.xml:
3878         * docs/plugins/inspect/plugin-decodebin.xml:
3879         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3880         * docs/plugins/inspect/plugin-gdp.xml:
3881         * docs/plugins/inspect/plugin-gnomevfs.xml:
3882         * docs/plugins/inspect/plugin-libvisual.xml:
3883         * docs/plugins/inspect/plugin-ogg.xml:
3884         * docs/plugins/inspect/plugin-pango.xml:
3885         * docs/plugins/inspect/plugin-playback.xml:
3886         * docs/plugins/inspect/plugin-queue2.xml:
3887         * docs/plugins/inspect/plugin-subparse.xml:
3888         * docs/plugins/inspect/plugin-tcp.xml:
3889         * docs/plugins/inspect/plugin-theora.xml:
3890         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3891         * docs/plugins/inspect/plugin-uridecodebin.xml:
3892         * docs/plugins/inspect/plugin-video4linux.xml:
3893         * docs/plugins/inspect/plugin-videorate.xml:
3894         * docs/plugins/inspect/plugin-videoscale.xml:
3895         * docs/plugins/inspect/plugin-videotestsrc.xml:
3896         * docs/plugins/inspect/plugin-volume.xml:
3897         * docs/plugins/inspect/plugin-vorbis.xml:
3898         * docs/plugins/inspect/plugin-ximagesink.xml:
3899         * docs/plugins/inspect/plugin-xvimagesink.xml:
3900           Update introspection data.
3901
3902         * ext/ogg/gstoggmux.c:
3903           Document oggmux.
3904
3905         * gst/playback/gstdecodebin2.c:
3906           Don't use gtk-doc style comment start for private stuff, but make it
3907           formatted like this for consistency.
3908
3909 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3910
3911         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3912         (gst_decode_bin_init), (gst_decode_bin_dispose),
3913         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3914         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3915         (analyze_new_pad), (connect_pad), (expose_pad),
3916         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3917         (gst_decode_group_expose), (gst_decode_group_free),
3918         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3919         Remove fakesink hack, we can now implement this more elegantly.
3920         Added property to bypass typefinding.
3921         Removed underrun callback and demuxer pad probe, we now use the srcpad
3922         probe to expose groups.
3923         API::sink-caps property
3924
3925         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3926         Guard against multiple emissions of the no_more_pads signal, which
3927         happens when we are dealing with chained oggs.
3928
3929         * gst/playback/gsturidecodebin.c: (remove_decoders),
3930         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3931         (setup_source):
3932         For streams, use our own typefind element and plug our queue after it.
3933         We will need this to determine the type of buffering to use for the
3934         queue soon.
3935
3936 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3937
3938         * gst-libs/gst/audio/gstbaseaudiosink.c:
3939         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3940         Guard against over and underflows because of clock slaving.
3941         When we are using our own clock, still compensate for any calibrations
3942         that we might have done to our clock.
3943
3944 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3945
3946         * ext/theora/theoradec.c: (theora_handle_type_packet),
3947         (theora_dec_chain):
3948         Don't try to do anything fancy with the return code from pushing an
3949         event, it does not have enough information to turn it into a
3950         GST_FLOW_ERROR.
3951
3952 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3953
3954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3955         (gst_ogg_demux_chain_elem_pad):
3956         Add small debug line.
3957         Pass return code from the internal decoder instead of the too generic
3958         GST_FLOW_ERROR.
3959
3960 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * gst-libs/gst/cdda/Makefile.am:
3963         * gst-libs/gst/cdda/base64.c:
3964         * gst-libs/gst/cdda/base64.h:
3965         * gst-libs/gst/cdda/gstcddabasesrc.c:
3966         (gst_cddabasesrc_calculate_musicbrainz_discid):
3967         Use GLib's base64 implementation instead of our own.
3968
3969 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3970
3971         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3972         (gst_ogg_demux_read_chain):
3973         Refix oggdemux, we only have a problem if we failed to find a chain and
3974         we are not EOF.
3975
3976 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3979
3980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3981         (gst_ogg_demux_read_chain):
3982         When we fail to find a BOS page and we and up with no chain, error out
3983         properly instead of segfaulting. Fixes #525665.
3984
3985 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3986
3987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3988         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3989         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3990         no-more-pads...
3991
3992 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3993
3994         * gst/playback/gstqueue2.c: (update_out_rates),
3995         (gst_queue_open_temp_location_file),
3996         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3997         (gst_queue_handle_src_query), (gst_queue_set_property):
3998         Update the estimated input data when we push out a buffer.
3999         Add some debug info about the temp file.
4000         Only forward src events when we are not using a temp file.
4001         Don't block the duration query, we need to find something better.
4002         Don't leak the temp filename.
4003
4004 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4005
4006         * configure.ac:
4007         Require GLib 2.12 and liboil 0.3.14.
4008
4009         * gst/volume/gstvolume.c: (volume_process_double):
4010         Unconditionally use liboil 0.3.14 function.
4011
4012 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4013
4014         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4015         ms-gsm can have arbitrarty sample rates. See #481354.
4016
4017 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4018
4019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4020         MP4S is generic MPEG-4, not a microsoft variant.
4021
4022 2008-03-27  Michael Smith <msmith@fluendo.com>
4023
4024         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4025           Check the body CRC (if set) when depayloading.
4026           Fixes #522401.
4027
4028 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4031           Fix Since: version for new property.
4032
4033 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4034
4035         * gst-libs/gst/rtsp/gstrtspconnection.c:
4036         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4037         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4038         Don't error when poll_wait returns EAGAIN.
4039
4040 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4041
4042         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4043         The queue is never filled when there are no buffers in the queue at all.
4044         Fixes #523993.
4045
4046 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4049         (init_group), (free_group), (gst_play_bin_init),
4050         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4051         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4052         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4053         (gst_play_bin_set_current_video_stream),
4054         (gst_play_bin_set_current_audio_stream),
4055         (gst_play_bin_set_current_text_stream),
4056         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4057         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4058         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4059         (activate_group), (deactivate_group), (setup_next_source),
4060         (save_current_group), (gst_play_bin_change_state):
4061         Update some docs.
4062         Add new locks and conds to protect pipeline creation and group
4063         switching.
4064         Implement the sub-uri property.
4065         Keep track of pending uridecodebin creation and configure the output
4066         pipeline after all streams are configured.
4067         Propagate subtitle encoding to the uridecodebins.
4068         Implement getting the video/audio/visualisation elements.
4069         Use input-selector for stream switching.
4070         If we are asked to do visualisation, prefer to autoplug raw sinks
4071         instead of sinks that accept encoded data.
4072
4073 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4074
4075         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4076         (gst_play_sink_init), (gst_play_sink_dispose),
4077         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4078         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4079         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4080         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4081         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4082         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4083         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4084         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4085         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4086         * gst/playback/gstplaysink.h:
4087         Add methods to get audio/video/vis elements.
4088         Add methods to set the font description for the overlay.
4089         Remove properties, we're using this element with its methods only.
4090         Add support for subtitles.
4091         Rearrange the locking a bit to not use the object lock for protecting
4092         the pipeline construction.
4093         Try to use the volume and mute property on the sink when its available.
4094         Implement the mute option with volume when the sink does not have a mute
4095         property.
4096         Only add volume element when the sink has no volume property.
4097         Only do visualisations with raw audio pads.
4098
4099 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4100
4101         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4102         (gst_text_overlay_init), (gst_text_overlay_set_property),
4103         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4104         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4105         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4106         (gst_text_overlay_change_state):
4107         * ext/pango/gsttextoverlay.h:
4108         Add property to configure waiting for text on the textpad or not, with
4109         the default behaviour being the old one (always wait for text before
4110         rendering the video). This default behaviour is usually not the best one
4111         because the text stream can very sparse and could require queueing a lot
4112         of video.
4113         Fix the flushing and EOS handing so that we don't mix up their meaning.
4114
4115 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4116
4117         * gst/playback/gsturidecodebin.c:
4118         (gst_uri_decode_bin_autoplug_factories),
4119         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4120         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4121         (gst_uri_decode_bin_set_property),
4122         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4123         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4124         (proxy_autoplug_factories_signal), (make_decoder),
4125         (source_new_pad), (setup_source):
4126         Add a readonly source property and notify.
4127         Add new lock for protecting the construction of the pipeline.
4128         Keep track of the decodebins we plugged.
4129         Correctly proxy the autoplug signal so that it actually continues.
4130         Proxy subtitle-encoding to the decodebins.
4131
4132 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4133
4134         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4135         (text_toggle_cb), (update_streams), (main):
4136         Rearrange some buttons in playbin2 and make some other boxes insensitive
4137         when needed.
4138         Add language codes to subtitle selection boxes when we gind the right
4139         tags for the streams.
4140
4141 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4144         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4145         (gst_decode_bin_set_subs_encoding),
4146         (gst_decode_bin_get_subs_encoding),
4147         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4148         (deactivate_free_recursive):
4149         Protect caps property with the object lock.
4150         Protect encoding property with the object lock.
4151         Keep list of elements we added that have the subtitle-encoding property.
4152         Distribute the subtitle-encoding to all of the elements when it
4153         changes.
4154
4155 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4158         Small debug improvement.
4159
4160         * gst-libs/gst/audio/gstbaseaudiosink.c:
4161         (gst_base_audio_sink_render):
4162         Fix bug in determining the sample start/stop position, we want to base
4163         this decision on the fact that we are going forwards or backwards, not
4164         slower or faster. This fixes some ugly resync warnings when playing at
4165         very slow speeds.
4166
4167 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4168
4169         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4170         Correctly set the supported URI schemes and don't leave
4171         some schemes in the middle or at the start at NULL.
4172
4173 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * tests/check/elements/gdpdepay.c:
4176           Make test compile without unused function/variable warnings on PPC.
4177  
4178 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4179
4180         * configure.ac:
4181         * ext/alsa/gstalsamixerelement.c:
4182         (gst_alsa_mixer_element_class_init):
4183         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4184         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4185         * ext/cdparanoia/gstcdparanoiasrc.c:
4186         (gst_cd_paranoia_src_class_init):
4187         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4188         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4189         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4190         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4191         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4194         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4195         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4196         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4197         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4198         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4199         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4200         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4201         (gst_audio_filter_template_class_init):
4202         * gst-libs/gst/audio/gstbaseaudiosink.c:
4203         (gst_base_audio_sink_class_init):
4204         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4205         (gst_base_audio_src_class_init):
4206         * gst-libs/gst/cdda/gstcddabasesrc.c:
4207         (gst_cdda_base_src_class_init):
4208         * gst-libs/gst/interfaces/mixertrack.c:
4209         (gst_mixer_track_class_init):
4210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4211         (gst_base_rtp_depayload_class_init):
4212         * gst-libs/gst/rtp/gstbasertppayload.c:
4213         (gst_basertppayload_class_init):
4214         * gst/audioconvert/gstaudioconvert.c:
4215         (gst_audio_convert_class_init):
4216         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4217         * gst/audioresample/gstaudioresample.c:
4218         (gst_audioresample_class_init):
4219         * gst/audiotestsrc/gstaudiotestsrc.c:
4220         (gst_audio_test_src_class_init):
4221         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4222         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4224         (preroll_unlinked):
4225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4226         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4227         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4228         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4229         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4230         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4231         (gst_stream_selector_class_init):
4232         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4233         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4234         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4235         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4236         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4237         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4238         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4239         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4240         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4241         * gst/videotestsrc/gstvideotestsrc.c:
4242         (gst_video_test_src_class_init):
4243         * gst/volume/gstvolume.c: (gst_volume_class_init):
4244         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4245         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4246         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4248         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4250         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4251         static strings (i.e. all). This gives us less memory usage,
4252         fewer allocations and thus less memory defragmentation. Depend
4253         on core CVS for this. Fixes bug #523806.
4254
4255 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4256
4257         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4258         Filter http and https protocols. GIO/GVfs handles them but it's
4259         impossible to implement iradio/icecast with it. Better use
4260         souphttpsrc or something else for this.
4261
4262         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4263         If getting the file informations by a query fails try it with the
4264         seek-to-end trick too.
4265
4266 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4267
4268         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4269         (gst_volume_base_init), (gst_volume_class_init),
4270         (volume_process_double), (volume_process_float),
4271         (volume_transform_ip), (plugin_init):
4272         memset buffers to zero if we get a GAP buffer. We usually see a
4273         buffer as one unit so let's handle it as one and don't care about
4274         volume changes while processing one buffer.
4275         Also clean up some stuff a bit.
4276
4277 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4278
4279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4280         (gst_audio_convert_create_silence_buffer),
4281         (gst_audio_convert_transform):
4282         Make audioconvert GAP-aware by outputting silence buffers when the
4283         input has the GAP flag set. This is up to 8x faster.
4284         Based on a patch by Stefan Kost. Fixes bug #517813.
4285
4286 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4287
4288         * gst/volume/gstvolume.c: (volume_process_double):
4289         Use oil_scalarmultiply_f64_ns() for double processing when it's
4290         available at compile time.
4291
4292 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4293
4294         * configure.ac:
4295         Fix lrint/lrintf checks to actually work. These functions are
4296         in libm on Linux at least so try to link to it.
4297
4298 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4299
4300         * configure.ac:
4301         Back to development - 0.10.18.1
4302
4303 === release 0.10.18 ===
4304
4305 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4306
4307         * configure.ac:
4308           releasing 0.10.18, "I will follow"
4309
4310 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4311
4312         * configure.ac:
4313         * win32/common/config.h:
4314         0.10.17.4 pre-release
4315
4316 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4317
4318         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4319         Use GST_STR_NULL when trying to print strings that could be NULL because
4320         this might crash on some platforms. See #520808.
4321
4322 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4323
4324         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4325
4326         * gst-libs/gst/rtsp/gstrtspconnection.c:
4327         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4328         (read_line), (gst_rtsp_connection_read_internal):
4329         Generic Windows fixes that makes libgstrtsp work on Windows when
4330         coupled with the new GstPoll API. See #520808.
4331
4332 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4333
4334         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4335
4336         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4337           If seeking to a new position succeeds don't simply return from
4338           create() without creating a buffer. Do this only in the case
4339           seeking to the new position fails. Fixes bug #523054.
4340
4341 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4344           (gst_video_format_from_rgba32_masks):
4345           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4346           (#522635).
4347
4348         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4349           Add unit test for the RGB caps parsing and creation, checking for
4350           internal consistency of the new API and consistency of the API with
4351           the old GST_VIDEO_CAPS_* defines.
4352
4353 2008-03-14  David Schleef  <ds@schleef.org>
4354
4355         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4356           because -base is in freeze.
4357
4358 2008-03-14  David Schleef  <ds@schleef.org>
4359
4360         Patch by: William M. Brack
4361
4362         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4363
4364 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4365
4366         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4367         (gst_selector_pad_chain):
4368         * gst/playback/gststreamselector.h:
4369         Revert change that caused regression until a real fix is found.
4370         Fixes #522203.
4371
4372 2008-03-12  Michael Smith <msmith@fluendo.com>
4373
4374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4375         * gst-libs/gst/audio/gstringbuffer.h:
4376           Rename recently added buffer types to make more sense.
4377         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4378         (gst_alsasink_write):
4379           Adapt for above API changes.
4380           Fixes bug #520523.
4381
4382 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4383
4384         * win32/common/libgstnetbuffer.def:
4385         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4386
4387 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4388
4389         * configure.ac:
4390         * win32/common/config.h:
4391         0.10.17.3 pre-release
4392
4393 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4394
4395         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4396         (gst_base_audio_src_create):
4397         Fix duration when no clock was provided. Fixes #520300.
4398
4399 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         Patch by: Olivier Crete  <tester at tester ca>
4402
4403         * docs/libs/gst-plugins-base-libs-sections.txt:
4404         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4405         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4406         Add trivial function to compare GstNetAddress. See #520626.
4407         API: GstNetBuffer::gst_netaddress_equal
4408
4409 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4410
4411         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4412         Update mode property docs, it's deprecated now.
4413
4414 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4415
4416         * gst-libs/gst/rtsp/gstrtspconnection.c:
4417         (gst_rtsp_connection_create):
4418         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4419         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4420         * gst/tcp/gstmultifdsink.h:
4421         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4422         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4423         Remove GstPollMode from gstpoll constructor.
4424
4425 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4426
4427         * configure.ac:
4428         * win32/common/config.h:
4429         0.10.17.2 pre-release
4430
4431 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4432
4433         * gst/Makefile.am:
4434         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4435         them twice
4436
4437         * win32/common/libgstinterfaces.def:
4438         * win32/common/libgstrtp.def:
4439         Add new API to the defs
4440
4441 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4442
4443         Patch by: Mersad Jelacic  <mersad at axis dot com>
4444
4445         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4446         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4447         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4448         possible to specify the sample size in bits. (#509637)
4449
4450 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4451
4452         * tests/check/libs/mixer.c:
4453           Add a few simple checks for the new message types.
4454
4455 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4456
4457         * docs/libs/gst-plugins-base-libs-sections.txt:
4458         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4459           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4460           (gst_mixer_message_get_type),
4461           (gst_mixer_message_parse_option_changed),
4462           (gst_mixer_message_parse_options_list_changed):
4463         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4464           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4465           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4466           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4467           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4468           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4469
4470 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4473           (gst_mixer_options_get_values):
4474         * gst-libs/gst/interfaces/mixeroptions.h:
4475           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4476           (_GstMixerOptions), (_GstMixerOptionsClass):
4477           API: add GstMixerOptions::get_values vfunc (#519906)
4478
4479 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4480
4481         * configure.ac:
4482         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4483         plug-ins are included/excluded. (#498222)
4484
4485 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4488         Add typefinder for IMelody files, using audio/x-imelody.
4489         See bug #519516.
4490
4491 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4492
4493         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4494         * ext/alsa/gstalsasink.c: (set_hwparams):
4495         * ext/alsa/gstalsasrc.c: (set_hwparams):
4496         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4497         * ext/ogg/gstoggmux.h:
4498         * ext/ogg/gstogmparse.c:
4499         * gst-libs/gst/audio/audio.c:
4500         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4501         * gst-libs/gst/pbutils/missing-plugins.c:
4502         (gst_missing_uri_sink_message_new),
4503         (gst_missing_element_message_new),
4504         (gst_missing_decoder_message_new),
4505         (gst_missing_encoder_message_new):
4506         * gst-libs/gst/rtp/gstbasertppayload.c:
4507         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4508         (gst_rtcp_packet_bye_get_reason):
4509         * gst/audioconvert/gstaudioconvert.c:
4510         * gst/audioresample/gstaudioresample.c:
4511         * gst/ffmpegcolorspace/imgconvert.c:
4512         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4513         * gst/typefind/gsttypefindfunctions.c:
4514         * gst/videoscale/vs_4tap.c:
4515         * gst/videoscale/vs_4tap.h:
4516         * sys/v4l/gstv4lelement.c:
4517         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4518         * sys/v4l/v4l_calls.c:
4519         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4520         (gst_v4lsrc_try_capture):
4521         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4522         (gst_ximagesink_ximage_new):
4523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4524         (gst_xvimagesink_xvimage_new):
4525         * tests/check/elements/audioconvert.c:
4526         * tests/check/elements/audioresample.c:
4527         (fail_unless_perfect_stream):
4528         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4529         * tests/check/elements/decodebin.c:
4530         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4531         (setup_gdpdepay_streamheader):
4532         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4533         (setup_gdppay_streamheader):
4534         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4535         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4536         * tests/check/elements/textoverlay.c:
4537         * tests/check/elements/videorate.c: (setup_videorate):
4538         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4539         * tests/check/elements/volume.c: (setup_volume):
4540         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4541         * tests/check/elements/vorbistag.c:
4542         * tests/check/generic/clock-selection.c:
4543         * tests/check/generic/states.c: (setup), (teardown):
4544         * tests/check/libs/cddabasesrc.c:
4545         * tests/check/libs/video.c:
4546         * tests/check/pipelines/gio.c:
4547         * tests/check/pipelines/oggmux.c:
4548         * tests/check/pipelines/simple-launch-lines.c:
4549         (simple_launch_lines_suite):
4550         * tests/check/pipelines/streamheader.c:
4551         * tests/check/pipelines/theoraenc.c:
4552         * tests/check/pipelines/vorbisdec.c:
4553         * tests/check/pipelines/vorbisenc.c:
4554         * tests/examples/seek/scrubby.c:
4555         * tests/examples/seek/seek.c: (query_positions_elems),
4556         (query_positions_pads):
4557         * tests/icles/stress-xoverlay.c: (myclock):
4558         Correct all relevant warnings found by the sparse semantic code
4559         analyzer. This include marking several symbols static, using
4560         NULL instead of 0 for pointers and using "foo (void)" instead
4561         of "foo ()" for declarations.
4562
4563         * win32/common/libgstrtp.def:
4564         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4565
4566 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         Patch by: José Alburquerque <jaalburqu svn gnome org>
4569
4570         * gst/playback/gstplaybin2.c:
4571           Make the function signature of the _get_*_tags() functions match
4572           the signature of the vfuncs they implement, ie. return a
4573           GstTagList rather than a GstStructure, which is more correct,
4574           even if one is typedef'ed to the other (#518940).
4575
4576 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4577
4578         * gst-libs/gst/rtsp/gstrtspconnection.c:
4579           Don't include unix headers unconditionally (fixes #518037).
4580
4581 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4584           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4585           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4586           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4587           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4588           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4589           (gst_video_format_is_packed), (video_format_is_packed):
4590           Add unit test that makes sure that the strides, offsets and
4591           sizes returned for the various YUV formats by the new video API
4592           match the old reference implementation in videotestsrc.
4593
4594 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4597           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4598           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4599           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4600           (gst_video_format_get_pixel_stride),
4601           (gst_video_format_get_component_width),
4602           (gst_video_format_get_component_height),
4603           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4604         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4605           (GST_VIDEO_FORMAT_Y42B):
4606           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4607
4608 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4609
4610         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4611           YV12 is I420 with swapped components 1 and 2, so the offset of
4612           component 1 for I420 should be the offset for component 2 for YV12
4613           and vice versa.
4614
4615 2008-02-29  Rene Stadler  <mail@renestadler.de>
4616
4617         * sys/v4l/gstv4lelement.c:
4618         Add missing semicolon to fix indentation.
4619
4620 2008-02-29  Julien Moutte  <julien@fluendo.com>
4621
4622         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4623         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4624         if we can do SPDIF output.
4625         * ext/alsa/gstalsa.h:
4626         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4627         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4628         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4630         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4631         to support AC3, EC3 and IEC958 buffers.
4632
4633 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4634
4635         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4636           (gst_mixer_message_parse_mute_toggled),
4637           (gst_mixer_message_parse_record_toggled),
4638           (gst_mixer_message_parse_volume_changed),
4639           (gst_mixer_message_parse_option_changed):
4640           De-cruft and fix message type assertions (NULL is not a really
4641           valid mixer message type string).
4642
4643 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4644
4645         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4646         When negotiating, actually start from a format that we can support
4647         instead of from the too generic template.
4648
4649 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4650
4651         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4652         Enable vis setting.
4653
4654         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4655         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4656         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4657         (gen_vis_chain):
4658         Implement vis switching while playing.
4659
4660 2008-02-28  David Schleef  <ds@schleef.org>
4661
4662         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4663
4664 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         Patch by: Peter Kjellerstedt  <pkj at axis com>
4667
4668         * gst/tcp/Makefile.am:
4669         * gst/tcp/fdsetstress.c:
4670         * gst/tcp/gstfdset.c:
4671         * gst/tcp/gstfdset.h:
4672         Removed fdset and stress test, they are now known as GstPoll in
4673         core. 
4674
4675         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4676         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4677         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4678         (gst_multi_fd_sink_handle_client_write),
4679         (gst_multi_fd_sink_queue_buffer),
4680         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4681         (gst_multi_fd_sink_stop):
4682         * gst/tcp/gstmultifdsink.h:
4683         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4684         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4685         (gst_tcp_gdp_read_caps):
4686         * gst/tcp/gsttcp.h:
4687         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4688         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4689         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4690         * gst/tcp/gsttcpclientsink.h:
4691         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4692         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4693         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4694         * gst/tcp/gsttcpclientsrc.h:
4695         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4696         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4697         * gst/tcp/gsttcpserversink.h:
4698         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4699         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4700         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4701         * gst/tcp/gsttcpserversrc.h:
4702         Port to GstPoll. See #505417.
4703
4704 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4705
4706         Patch by: Peter Kjellerstedt  <pkj at axis com>
4707
4708         * gst-libs/gst/rtsp/gstrtspconnection.c:
4709         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4710         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4711         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4712         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4713         (gst_rtsp_connection_flush):
4714         * gst-libs/gst/rtsp/gstrtspconnection.h:
4715         Use GstPoll for the rtsp connection. See #505417.
4716
4717 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4718
4719         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4720         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4721         Add combo box for visualisations, populate it with a factory list
4722         of all visualisation plugins, configure vis plugin instance in
4723         playbin2. 
4724
4725 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4726
4727         * tests/check/libs/rtp.c: (GST_START_TEST):
4728         Add check for RTP buffer defaults, padding and marker bit API.
4729
4730 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4731
4732         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4733         Use memcpy() instead of upcasting a byte array to long *. This
4734         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4735         This should be ported to GCheckSum once we can use GLib 2.16.
4736         Partially fixes bug #500833.
4737
4738 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4739
4740         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4741           Push tag event after the newsegment event. Log the pointer of
4742           the buffer we're actually going to push rather than the buffer
4743           we're feeding to _make_metadata_writable().
4744
4745 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4746
4747         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4748         Comment smoke typefinder for now. The smokedec plugin needs one
4749         frame per buffer but we have no parser yet, thus it simply crashes
4750         in most situations.
4751
4752 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4755         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4756
4757 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4760         (plugin_init):
4761         Add midi typefinder, copied from the timidity plugin.
4762
4763 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4766
4767         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4768         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4769           (subparse_suite):
4770           Forward slashes at the beginning and end of a line also signify
4771           italics (Fixes: #518162).
4772
4773 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4774
4775         * tests/check/gst-plugins-base.supp:
4776         Add a suppression for a cached value in GIO that wasn't moved
4777         while moving gio from -bad to -base.
4778
4779 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4780
4781         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4782
4783         * configure.ac:
4784         Don't hardcode -Wall and -Werror for configure checks, this fails
4785         with non-GCC compilers. Fixes bug #517991.
4786
4787 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4788
4789         * gst/audioconvert/gstaudioconvert.c:
4790         * gst/audioconvert/gstaudioquantize.c:
4791         * gst/audioconvert/gstaudioquantize.h:
4792           Make audioconvert gap aware. If noiseshaping is used, wait for
4793           noiseshaping to converge before marking as GAP. Fixes #517813.
4794
4795 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4796
4797         * gst/audiotestsrc/gstaudiotestsrc.c:
4798           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4799
4800 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4801
4802         * ext/gnomevfs/gstgnomevfssink.c:
4803         (gst_gnome_vfs_sink_handle_event):
4804         Return FALSE when seeking for a new segment fails instead
4805         of silently ignoring the failure and appending every buffer
4806         that comes for the new segment.
4807
4808 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4809
4810         * gst/playback/gstplaysink.c: (find_property),
4811         (gst_play_sink_find_property), (gen_video_chain),
4812         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4813         Recursively search the sink element for a last-frame property so that we
4814         can also find the property in autovideosink and friends that don't
4815         always proxy the internal sink properties.
4816
4817 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst-libs/gst/audio/multichannel.c:
4820           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4821           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4822           (gst_audio_set_structure_channel_positions_list),
4823           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4824           (gst_audio_fixate_channel_positions):
4825           Fix confusing terminology in docs and code: structure fields are
4826           'fields' and not 'properties'.
4827
4828 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         * gst-libs/gst/audio/multichannel.c:
4831           (gst_audio_check_channel_positions), (add_list_to_struct):
4832           Give more useful warning messages if one of the channel
4833           layout enums passed to us is invalid and if the "channels"
4834           field in the caps has a GType we don't expect.
4835
4836 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4837
4838         * gst-libs/gst/audio/multichannel.c:
4839           Fix typo in docs blurb.
4840
4841 2008-02-19  Julien Moutte  <julien@fluendo.com>
4842
4843         Patch by: Josep Torra Valles <josep@fluendo.com>
4844
4845         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4846         typefind lookup to fix typefinding on HD clips.
4847
4848 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         * gst/playback/gstscreenshot.c:
4851         * gst/playback/gstscreenshot.h:
4852           Fix up copyright (I rewrote the GStreamer-0.10 code for
4853           this from scratch back in the days).
4854
4855 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         * gst/playback/Makefile.am:
4858         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4859         (create_element), (gst_play_frame_conv_convert):
4860         * gst/playback/gstscreenshot.h:
4861         Add screenshot conversion code from totem.
4862
4863         * gst/playback/gstplay-marshal.list:
4864         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4865         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4866         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4867         Implement frame property to get a color-unconverted snapshot.
4868         Implement convert-frame action signal to get a converted snapshot image.
4869         Configure connection speed in uridecodebin.
4870         Document some more properties.
4871
4872         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4873         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4874         (gst_play_sink_get_last_frame):
4875         * gst/playback/gstplaysink.h:
4876         Use last-buffer property of the video sink to get a video snapshot.
4877
4878         * tests/examples/seek/seek.c: (shot_cb), (main):
4879         Add snapshot button for playbin2 and use the frame property to save the
4880         frame as a png in the current directory.
4881
4882 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4883
4884         Patch by: Josep Torra Valles <josep at fluendo dot com>
4885
4886         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4887         (plugin_init):
4888         Add typefinding support for h264 elementary streams.
4889         Fixes bug #517420.
4890
4891 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4892
4893         * configure.ac:
4894           Require CVS of core for new API in collectpads.
4895
4896         * gst/adder/gstadder.c:
4897           Use new API to make adder sparse stream aware.
4898
4899 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4900
4901         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4902         (no_more_pads_cb):
4903         Get the object data correct so that we can remove our channels
4904         correctly.
4905
4906         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4907         (gen_vis_chain), (gst_play_sink_reconfigure),
4908         (gst_play_sink_request_pad):
4909         Add option to disable async behaviour in the sinks when possible. This
4910         makes it possible to avoid an audio queue when dealing with
4911         visualisations.
4912         Add option to add a queue for the audio path.
4913
4914         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4915         (main):
4916         Disable the vis checkbox to match the defaults of playbin2.
4917         Only get the stream info when we need to.
4918
4919 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4920
4921         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4922         (gst_gio_base_sink_set_stream):
4923         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4924         (gst_gio_base_src_set_stream):
4925         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4926         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4927         Don't use async operations as they require a running main loop.
4928         This makes us block again when closing streams and unable
4929         to mount the enclosing volume of an URI if it isn't yet.
4930
4931 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4932
4933         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4934         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4935         (gen_vis_chain), (gst_play_sink_reconfigure),
4936         (gst_play_sink_request_pad):
4937         Move tee in front of the audio and vis pipelines.
4938         Add queue for audio for now.
4939         Add visualisation support.
4940
4941         * tests/examples/seek/seek.c: (main):
4942         Visualisation is by default disabled.
4943
4944 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4945
4946         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4947         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4948         Improve debugging a bit.
4949
4950         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4951         * ext/gio/gstgiosink.h:
4952         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4953         * ext/gio/gstgiosrc.h:
4954         Try to mount the enclosing volume of a GFile if it isn't mounted
4955         yet. This requires us to wait for an async operation to finish, done
4956         with an nested GMainLoop. Authentication is not supported yet, will
4957         come later.
4958
4959 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4960
4961         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4962         (gst_play_bin_set_property), (gst_play_bin_get_property),
4963         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4964         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4965         (gst_play_sink_get_mute), (gen_audio_chain):
4966         * gst/playback/gstplaysink.h:
4967         Add mute property.
4968
4969         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4970         (gst_selector_pad_chain):
4971         * gst/playback/gststreamselector.h:
4972         Make sure we forward the event only once.
4973
4974         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4975         Add and implement the mute button for playbin2.
4976
4977 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4978
4979         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4980
4981         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4982         Add some more debug info.
4983         Make sure we never return a negative delay. Fixes #516246.
4984
4985 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4986
4987         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4988           Revert patch that makes the sink hold the object lock when
4989           calling snd_pcm_delay(), since it breaks playback for me.
4990
4991 2008-02-12  Julien Moutte  <julien@fluendo.com>
4992
4993         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4994         some seek flags when changing rate.
4995
4996 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4997
4998         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4999         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5000         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5001         Fix potential leaks.
5002
5003         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5004         Fix leak when there is no function configured.
5005
5006 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5007
5008         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5009         (gst_v4lsrc_buffer_finalize):
5010         Correctly chain up the finalize method.
5011
5012 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5013
5014         * ext/gio/gstgiostreamsink.c:
5015         * ext/gio/gstgiostreamsrc.c:
5016         Add documentation and example code for giostreamsink/giostreamsrc.
5017
5018         * tests/check/pipelines/gio.c: (GST_START_TEST):
5019         Ask the GMemoryOutputStream for the data instead of assuming that
5020         the pointer to the data stayed the same. It could've been realloc'ed.
5021
5022 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5023
5024         * ext/gio/gstgiosink.c:
5025         * ext/gio/gstgiosrc.c:
5026         Make the documentation of giosink/giosrc complete, large parts
5027         are based on the gnomevfssink/gnomevfssrc docs.
5028
5029 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5030
5031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5032         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5033         * docs/plugins/gst-plugins-base-plugins.args:
5034         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5035         * docs/plugins/gst-plugins-base-plugins.interfaces:
5036         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5037         * docs/plugins/gst-plugins-base-plugins.signals:
5038         * docs/plugins/inspect/plugin-adder.xml:
5039         * docs/plugins/inspect/plugin-audioconvert.xml:
5040         * docs/plugins/inspect/plugin-audiorate.xml:
5041         * docs/plugins/inspect/plugin-audioresample.xml:
5042         * docs/plugins/inspect/plugin-decodebin.xml:
5043         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5044         * docs/plugins/inspect/plugin-gdp.xml:
5045         * docs/plugins/inspect/plugin-gio.xml:
5046         * docs/plugins/inspect/plugin-gnomevfs.xml:
5047         * docs/plugins/inspect/plugin-libvisual.xml:
5048         * docs/plugins/inspect/plugin-ogg.xml:
5049         * docs/plugins/inspect/plugin-pango.xml:
5050         * docs/plugins/inspect/plugin-playback.xml:
5051         * docs/plugins/inspect/plugin-queue2.xml:
5052         * docs/plugins/inspect/plugin-subparse.xml:
5053         * docs/plugins/inspect/plugin-theora.xml:
5054         * docs/plugins/inspect/plugin-uridecodebin.xml:
5055         * docs/plugins/inspect/plugin-videorate.xml:
5056         * docs/plugins/inspect/plugin-videoscale.xml:
5057         * docs/plugins/inspect/plugin-volume.xml:
5058         * docs/plugins/inspect/plugin-vorbis.xml:
5059         Add the GIO documentation again and while at that run make update.
5060
5061 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5064         * ext/alsa/gstalsasink.c: (set_swparams):
5065         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5066           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5067           against libasound >= 1.0.16, since it's been deprecated in
5068           0.10.16, and alignment is always 1 then, apparently. (#512899)
5069
5070 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5071
5072         * gst/playback/gstplaybin.c: (gen_audio_element):
5073         * gst/playback/gstplaysink.c: (gen_audio_chain):
5074           Handle case where we can't create the volume element a bit
5075           better (#514307).
5076
5077 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5078
5079         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5080         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5081           Add support for https protocol. Fixes #510229.
5082
5083 2008-02-11  Julien Moutte  <julien@fluendo.com>
5084         
5085         Patch by: Alan Peevers <peeves@pacbell.net>
5086
5087         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5088         lock when calling alsa methods.
5089
5090 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5091
5092         * gst/typefind/gsttypefindfunctions.c:
5093           Bump rank of jpeg and png typefinders, which will return maximum
5094           probability in the most common cases (thus short-circuiting more
5095           expensive typefinders like the mp3 one for these two quite common
5096           image types).
5097
5098 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5099
5100         * ext/theora/theoraparse.c:
5101         Fix long description of the theora parser to be more verbose than just
5102         the type name.
5103
5104 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5105
5106         Patch by: Branko Čibej <brane at xbc dot nu>
5107
5108         * sys/xvimage/xvimagesink.c:
5109         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5110         Fixes bug #515654.
5111
5112 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5113
5114         * gst/playback/gstplaybasebin.c:
5115         Set is_dynamic as True if there are elements with both request
5116         and sometimes src pad templates instead of breaking out when it
5117         finds the first pad template that is a src.
5118
5119 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5120
5121         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5122         (update_streams), (video_combo_cb), (audio_combo_cb),
5123         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5124         Add some stream switching and volume gui for playbin2.
5125
5126 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5127
5128         * gst/playback/gstplay-marshal.list:
5129         Added marshal for streamselector Tags.
5130
5131         * gst/playback/gstplaybasebin.c: (set_active_source):
5132         Streamselector now selects pads based on the pad object instead of its
5133         name.
5134
5135         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5136         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5137         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5138         (gst_play_bin_get_text_tags),
5139         (gst_play_bin_set_current_video_stream),
5140         (gst_play_bin_set_current_audio_stream),
5141         (gst_play_bin_set_current_text_stream),
5142         (gst_play_bin_set_property), (gst_play_bin_get_property),
5143         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5144         Remove option to mute streams with the current-a/v/t property, we have
5145         this functionality in the flags.
5146         Add signals to notify when the number of A/V/T channels changed.
5147         Add action signals to get tags for the A/V/T streams.
5148         Implement setting the current A/V/T stream.
5149         Rearrange some things to simplify stream selection.
5150         Implement volume.
5151
5152         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5153         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5154         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5155         (activate_vis), (gst_play_sink_reconfigure):
5156         * gst/playback/gstplaysink.h:
5157         Add and implement volume setting methods.
5158
5159         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5160         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5161         (gst_selector_pad_event), (gst_stream_selector_class_init),
5162         (gst_stream_selector_init), (gst_stream_selector_finalize),
5163         (gst_stream_selector_set_property),
5164         (gst_stream_selector_get_property),
5165         (gst_stream_selector_get_linked_pad),
5166         (gst_stream_selector_request_new_pad):
5167         * gst/playback/gststreamselector.h:
5168         Add pad properties for tags and status of pads.
5169         Keep tags on pads.
5170         Make active pad selection based on pad object instead of name.
5171
5172 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5173
5174         * configure.ac:
5175           Revert last change as we now check in gtk-doc.m4 for sed.
5176
5177 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5178
5179         * configure.ac:
5180         Find and subst SED when building the docs.
5181
5182 2008-02-08  Julien Moutte  <julien@fluendo.com>
5183
5184         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5185         (main): Make sure bus signals are reconnected when pressing STOP
5186         and then PLAY again for a parse launch pipeline. Fix a ref leak
5187         on the bus.
5188         * win32/common/config.h: Updated.
5189
5190 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5191
5192         * configure.ac:
5193         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5194         pre-releases or releases.
5195
5196 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5197
5198         * configure.ac:
5199         * ext/gio/Makefile.am:
5200         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5201         reporting
5202
5203 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5204
5205         * docs/plugins/Makefile.am:
5206         Add the headers which need scanning for the GIO plugin. The rest of
5207         the docs still need migrating.
5208
5209 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5210
5211         * ext/Makefile.am:
5212         * tests/check/Makefile.am:
5213         * tests/check/pipelines/.cvsignore:
5214         Add gio in a few more places.
5215
5216 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5217
5218         * configure.ac:
5219         * ext/Makefile.am:
5220         * tests/check/Makefile.am:
5221         Move gio plugin from -bad and mark as experimental.
5222
5223 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5224
5225         * gst-libs/gst/interfaces/mixeroptions.c:
5226         * gst-libs/gst/interfaces/mixertrack.c:
5227         Comment out a couple of other things which break the build when
5228         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5229
5230 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * docs/libs/gst-plugins-base-libs-sections.txt:
5233           Fix pbutils header.
5234
5235 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5236
5237         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5238         Fix compiler warning.
5239
5240 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5241
5242         Patch by: Peter Kjellerstedt  <pkj at axis com>
5243
5244         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5245         Clear the addrinfo struct using memset. Fixes #514937.
5246
5247 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5248
5249         * gst/tcp/gstfdset.h:
5250         Remove unused field to same some memory.
5251
5252         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5253         Mark action signals as such.
5254
5255 2008-02-06  Michael Smith <msmith@fluendo.com>
5256
5257         * ext/theora/theoradec.c: (_theora_granule_frame),
5258         (_inc_granulepos):
5259           Increment granulepos for new-bitstream versions appropriately.
5260           Fixes #514623.
5261
5262 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5263
5264         * tests/examples/seek/seek.c: (do_seek),
5265         (rate_spinbutton_changed_cb), (update_streams), (main):
5266         Remove obsolete stream_time reset after flushing seek, core does that
5267         automatically now.
5268         Improve accuracy of speed spinbutton.
5269         Only do playbin2 stuff when we actually use it.
5270
5271 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * tests/check/Makefile.am:
5274           Revert previous change of the test environment's GST_PLUGIN_PATH.
5275           The problem is not with the plugins, but with element factories
5276           and only occurs if elements are split out from existing plugins
5277           or if plugins change name (see #512740).
5278
5279 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * tests/check/Makefile.am:
5282           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5283           with the core's plugins first and our local build directories last,
5284           since we might be building against an installed core, and that
5285           core's plugin directory may contain older or other versions of
5286           our own -base plugins, but we really do want to test our local
5287           ones (if there are multiple plugins or element factories with the
5288           same name, those inspected last will trump those read in earlier).
5289           Fixes #512740 for the most part.
5290
5291 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5292
5293         * configure.ac:
5294         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5295         Use gmtime_r if available as gmtime is not MT-safe.
5296         Fixes bug #511810.
5297
5298 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5299
5300         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5301         Cast glong to time_t as time_t might have a different type on
5302         other platforms, like FreeBSD, and we get a compiler warning
5303         otherwise. Fixes bug #511825.
5304
5305 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5306
5307         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5308         (get_group), (get_n_pads), (gst_play_bin_get_property),
5309         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5310         (autoplug_select_cb), (deactivate_group):
5311         Remove stream-info, we going for something easier.
5312         Refactor getting the current group.
5313         Implement getting the number of audio/video/text streams.
5314
5315         * gst/playback/gststreamselector.c:
5316         (gst_stream_selector_class_init), (gst_stream_selector_init),
5317         (gst_stream_selector_get_property),
5318         (gst_stream_selector_request_new_pad),
5319         (gst_stream_selector_release_pad):
5320         * gst/playback/gststreamselector.h:
5321         Add property for number of pads.
5322
5323         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5324         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5325         (text_toggle_cb), (update_streams), (msg_async_done),
5326         (msg_state_changed), (main):
5327         Block slider callback when updating the slider position.
5328         Add gui elements for controlling playbin2.
5329         Add callback for async_done that updates position/duration.
5330
5331 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5332
5333         * docs/plugins/Makefile.am:
5334         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5335         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5336         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5337         * docs/plugins/gst-plugins-base-plugins.interfaces:
5338         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5339           First round of plugin docs cleansups.
5340
5341         * docs/plugins/inspect/plugin-adder.xml:
5342         * docs/plugins/inspect/plugin-alsa.xml:
5343         * docs/plugins/inspect/plugin-audioconvert.xml:
5344         * docs/plugins/inspect/plugin-audiorate.xml:
5345         * docs/plugins/inspect/plugin-audioresample.xml:
5346         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5347         * docs/plugins/inspect/plugin-cdparanoia.xml:
5348         * docs/plugins/inspect/plugin-decodebin.xml:
5349         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5350         * docs/plugins/inspect/plugin-gdp.xml:
5351         * docs/plugins/inspect/plugin-gnomevfs.xml:
5352         * docs/plugins/inspect/plugin-libvisual.xml:
5353         * docs/plugins/inspect/plugin-ogg.xml:
5354         * docs/plugins/inspect/plugin-pango.xml:
5355         * docs/plugins/inspect/plugin-subparse.xml:
5356         * docs/plugins/inspect/plugin-tcp.xml:
5357         * docs/plugins/inspect/plugin-theora.xml:
5358         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5359         * docs/plugins/inspect/plugin-video4linux.xml:
5360         * docs/plugins/inspect/plugin-videorate.xml:
5361         * docs/plugins/inspect/plugin-videoscale.xml:
5362         * docs/plugins/inspect/plugin-videotestsrc.xml:
5363         * docs/plugins/inspect/plugin-volume.xml:
5364         * docs/plugins/inspect/plugin-vorbis.xml:
5365         * docs/plugins/inspect/plugin-ximagesink.xml:
5366         * docs/plugins/inspect/plugin-xvimagesink.xml:
5367           Regenerate.
5368
5369         * ext/ogg/Makefile.am:
5370         * ext/ogg/gstoggmux.c:
5371         * ext/ogg/gstoggmux.h:
5372           Add header for oggmux. the c-file needs a doc blob still.
5373
5374 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5375
5376         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5377
5378         * gst-libs/gst/rtp/gstrtpbuffer.c:
5379         (gst_rtp_buffer_set_extension_data):
5380         * gst-libs/gst/rtp/gstrtpbuffer.h:
5381         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5382         Add gst_rtp_buffer_set_extension_data() 
5383         Add a unit test for this addition. Fixes #511478.
5384         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5385
5386 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5387
5388         * configure.ac:
5389         Back to CVS
5390
5391 === release 0.10.17 ===
5392
5393 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5394
5395         * configure.ac:
5396           releasing 0.10.17, "Peanut Butter and Jelly"
5397
5398 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5399
5400         * gst-libs/gst/interfaces/mixeroptions.c:
5401         * gst-libs/gst/interfaces/mixertrack.c:
5402         Also remove the conditional registration of the signals
5403         that disappeared with the ABI change in 0.10.14
5404
5405 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5406
5407         * gst-libs/gst/rtsp/gstrtspconnection.c:
5408         Revert patch to gstrtspconnection.c for brown paper bag
5409         release of -base. Re-opens: #511825
5410
5411 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5412
5413         * gst-libs/gst/interfaces/mixeroptions.h:
5414         * gst-libs/gst/interfaces/mixertrack.h:
5415         Change the way these deprecated function pointers are removed
5416         so that the compiled ABI is unconditionally smaller. This 
5417         sets in stone an ABI break that actually occurred when the
5418         things were deprecated in 0.10.14, which seems to be the best
5419         fix as the only known users are oss-mixer and sunaudio-mixer in 
5420         gst-plugins-good.
5421         Fixes: #513018
5422
5423 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * win32/common/libgstpbutils.def:
5426           Export the two new _get_type() functions which are needed
5427           by the python bindings.
5428
5429 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5430
5431         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5432         Cast glong to time_t as time_t might have a different type on
5433         other platforms, like FreeBSD, and we get a compiler warning
5434         otherwise. Fixes bug #511825.
5435
5436 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5437
5438         * gst-libs/gst/audio/gstaudiofilter.c:
5439         (gst_audio_filter_class_init):
5440         Initialize the GstRingerBuffer class to get it's debug category
5441         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5442         category and otherwise we get some g_critical(). Fixes bug #512334.
5443
5444 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5445
5446         * configure.ac:
5447         Back to CVS
5448
5449 === release 0.10.16 ===
5450
5451 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5452
5453         * configure.ac:
5454           releasing 0.10.16, "Scheduled Interruption"
5455
5456 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5457
5458         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5459
5460         * gst-libs/gst/rtp/gstrtpbuffer.c:
5461         (gst_rtp_buffer_get_extension_data):
5462         Fix typos and wrong extension check. Fixes #511274.
5463
5464 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5465
5466         * po/sk.po:
5467         Oops - add new sk.po mentioned in the LINGUAS I just committed
5468
5469 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5470
5471         * po/LINGUAS:
5472         Add ca translation to the disted list.
5473
5474         * win32/vs6/libgstsdp.dsp:
5475         Convert line endings to CRLF
5476
5477 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5478
5479         * win32/MANIFEST:
5480         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5481
5482 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5483
5484         * win32/common/libgstsdp.def:
5485         * win32/common/libgstvideo.def:
5486         Add new API declarations
5487
5488 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5489
5490         * ext/theora/gsttheoradec.h:
5491         * ext/theora/gsttheoraparse.h:
5492         * ext/theora/theoradec.c:
5493         * ext/theora/theoraparse.c:
5494         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5495         and parser by inspecting the bitstream version of the incoming data.
5496
5497 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5498
5499         * configure.ac:
5500         * pkgconfig/Makefile.am:
5501         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5502         * pkgconfig/gstreamer-audio.pc.in:
5503         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5504         * pkgconfig/gstreamer-cdda.pc.in:
5505         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5506         * pkgconfig/gstreamer-fft.pc.in:
5507         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5508         * pkgconfig/gstreamer-floatcast.pc.in:
5509         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5510         * pkgconfig/gstreamer-interfaces.pc.in:
5511         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5512         * pkgconfig/gstreamer-netbuffer.pc.in:
5513         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5514         * pkgconfig/gstreamer-pbutils.pc.in:
5515         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5516         * pkgconfig/gstreamer-riff.pc.in:
5517         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5518         * pkgconfig/gstreamer-rtp.pc.in:
5519         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5520         * pkgconfig/gstreamer-rtsp.pc.in:
5521         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5522         * pkgconfig/gstreamer-sdp.pc.in:
5523         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5524         * pkgconfig/gstreamer-tag.pc.in:
5525         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5526         * pkgconfig/gstreamer-video.pc.in:
5527         Provide one pkg-config file for every gst-plugins-base library.
5528         This makes linking to those libraries much more intuitive and
5529         provides standard pkg-config behaviour for them. Fixes bug #499697.
5530
5531 2008-01-13  David Schleef  <ds@schleef.org>
5532
5533         * gst/videoscale/vs_4tap.c:
5534           Fix valgrind error on 4tap scaling method.
5535
5536 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5537
5538         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5539         Include Winsock2.h for VS6 and use a different way initialize
5540         hints structure so it can build with VS6.
5541         * win32/MANIFEST:
5542         * win32/vs6/libgstsdp.dsp:
5543         * win32/common/libgstsdp.def:
5544         Add new files for libgstsdp.
5545         * win32/vs6/grammar.dsp:
5546         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5547         * win32/vs6/gst_plugins_base.dsw:
5548         * win32/vs6/libgstdecodebin.dsp:
5549         * win32/vs6/libgstdecodebin2.dsp:
5550         * win32/vs6/libgstplaybin.dsp:
5551         * win32/vs6/libgstvolume.dsp:
5552         Add new dependencies to the link list.
5553
5554 2008-01-13  Julien Moutte  <julien@fluendo.com>
5555
5556         * win32/common/config.h:
5557         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5558         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5559         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5560         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5561         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5562         * win32/common/interfaces-enumtypes.c:
5563         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5564         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5565         (gst_mixer_track_flags_get_type),
5566         (gst_tuner_channel_flags_get_type):
5567         * win32/common/multichannel-enumtypes.c:
5568         (gst_audio_channel_position_get_type):
5569         * win32/common/pbutils-enumtypes.c:
5570         (gst_install_plugins_return_get_type):
5571         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5572         in the win32 build directory.
5573
5574 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5575
5576         * tests/check/Makefile.am:
5577         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5578
5579         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5580         * tests/check/elements/playbin.c:
5581         * tests/check/libs/mixer.c: (test_element_interface_supported),
5582         (gst_implements_interface_init):
5583         * tests/check/libs/rtp.c: (GST_START_TEST):
5584         Fix various assignment type mismatches.
5585
5586 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5587
5588         * configure.ac:
5589         * gst-libs/gst/rtsp/Makefile.am:
5590         Add test to see if hstrerror is available or if we need libresolv
5591         (Solaris) for it, then use it in libgstrtsp.
5592
5593 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5594
5595         * gst-libs/gst/tag/Makefile.am:
5596         Fix include path order
5597
5598 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5599
5600         * gst-libs/gst/pbutils/install-plugins.c:
5601         (gst_install_plugins_context_copy),
5602         (gst_install_plugins_context_get_type):
5603         * gst-libs/gst/pbutils/install-plugins.h:
5604         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5605         for bindings.
5606
5607 2008-01-11  Michael Smith <msmith@fluendo.com>
5608
5609         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5610         (_theora_granule_frame), (_theora_granule_start_time),
5611         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5612           Adapt for post-alpha meaning of granulepos, when we
5613           have a newer version of libtheora.
5614         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5615         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5616         (theora_enc_is_discontinuous), (theora_enc_chain):
5617           Likewise.
5618         * tests/check/Makefile.am:
5619           Link libtheora into theoraenc test so we can check which version of
5620           libtheora we're testing against.
5621         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5622         (check_buffer_granulepos),
5623         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5624         (theoraenc_suite):
5625           Adapt tests to check the values that are now defined for theora; make
5626           the tests backwards-adapt the passed values if we're running against an
5627           old libtheora.
5628           Fixes #497964
5629
5630 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5631
5632         * gst-libs/gst/audio/gstbaseaudiosink.c:
5633           (gst_base_audio_sink_class_init):
5634         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5635           (gst_base_audio_src_class_init):
5636           Ref audio clock class from a thread-safe context to make sure
5637           we're not bit by GObjects lack of thread-safety here (#349410),
5638            however unlikely that may be in practice.
5639
5640 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5641
5642         * autogen.sh:
5643           Add -Wno-portability to the automake parameters to stop warnings
5644           about GNU make extensions being used. We require GNU make in almost
5645           every Makefile anyway.
5646           
5647         * configure.ac:
5648           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5649           at the same time is required for per target flags.
5650
5651 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5652
5653         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5654           Post an error message if we can't pull as many bytes as we need
5655           for the tag. This makes sure the user gets to see a proper error
5656           message if a file with a partial ID3 tag is fed to decodebin, and
5657           not a 'no ID3 tag demuxer' error, which would be confusing
5658           (see #508138).
5659
5660 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5661
5662         * gst-libs/gst/pbutils/descriptions.c: (formats):
5663           Add description strings for ID3, APE, and ICY tags.
5664
5665 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * gst/playback/gstdecodebin.c: (try_to_link_1):
5668           Make sure we error out correctly if we can't activate one of
5669           the elements we've added.  Fixes #508138.
5670           
5671 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         Patch by: Bastien Nocera <hadess at hadess net>
5674
5675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5676           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5677           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5678           the volume is the same for all channels. This works around
5679           some problem in alsa that leaves us with inconsistent state
5680           for some reason (#486840).
5681
5682 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5683
5684         Patch by: Jerone Young <jerone at gmail com>
5685
5686         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5687           If there's no mixer track by the name of 'Master' or 'Front',
5688           check if there's one called 'PCM' before trying the generic
5689           fallback logic (fixes #506928, where we pick 'Mic' as master
5690           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5691
5692 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5693
5694         * gst/playback/gstplay-enum.c:
5695         (register_gst_autoplug_select_result),
5696         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5697         (gst_play_flags_get_type):
5698         * gst/playback/gstplay-enum.h:
5699         Add enums for configuration flags.
5700
5701         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5702         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5703         (gst_play_bin_get_property), (no_more_pads_cb),
5704         (autoplug_select_cb), (gst_play_bin_change_state):
5705         Merge mode with flags.
5706         Add more property getters/setters, defaults and docs.
5707         Add properties to get number of audio/video/text streams.
5708         Create sink object in _init so that we can always rely on it being
5709         there.
5710
5711         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5712         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5713         (activate_vis), (gst_play_sink_reconfigure),
5714         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5715         (gst_play_sink_change_state):
5716         * gst/playback/gstplaysink.h:
5717         Use flags to configure the sink pipelines.
5718         Add tee before audio pipeline so that we can use it for visualisations.
5719         Start working on integrating visualisations.
5720         Remove mode, we can do everything with the flags now.
5721         Add method to configue the sink pipeline.
5722
5723 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5726           (check_buffer_timestamp), (check_buffer_duration):
5727           Turn these functions into macros so we can see right away
5728           where the failure occured.
5729
5730 2008-01-05  Julien Moutte  <julien@fluendo.com>
5731
5732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5733         debugging information to understand how X calculates the stride
5734         for XvImages.
5735
5736 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5737
5738         * gst/volume/Makefile.am:
5739         * gst/volume/gstvolume.c: (volume_choose_func),
5740         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5741         (volume_setup):
5742         * gst/volume/gstvolume.h:
5743         Use GstAudioFilter as base class for the volume element instead of
5744         plain GstBaseTransform.
5745
5746 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5747
5748         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5749         Don't set element details for the abstract GstAudioFilter class.
5750
5751 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5752
5753         * gst-libs/gst/audio/gstaudiofilter.c:
5754         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5755         Implement get_unit_size() vmethod of GstBaseTransform.
5756
5757 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5758
5759         * gst-libs/gst/pbutils/Makefile.am:
5760         * gst-libs/gst/pbutils/pbutils.h:
5761         Use glib-enum generator to have a proper enum GType for
5762         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5763
5764 2007-12-31  David Schleef  <ds@schleef.org>
5765
5766         * tests/check/Makefile.am:
5767         * tests/check/pipelines/theoraenc.c:
5768           Reenable theoraenc test, which fails on the buildbot but
5769           not locally.
5770
5771 2007-12-31  David Schleef  <ds@schleef.org>
5772
5773         * docs/libs/.cvsignore:
5774         * docs/plugins/.cvsignore:
5775           Add *-undeclared.txt to fix buildbot.
5776
5777 2007-12-31  David Schleef  <ds@schleef.org>
5778
5779         * tests/check/Makefile.am:
5780           Second attempt at disabling theoraenc test long enough to
5781           get buildbot to compile -base.
5782
5783 2007-12-31  David Schleef  <ds@schleef.org>
5784
5785         * tests/check/pipelines/theoraenc.c:
5786           Disable theoraenc test long enough to get the buildbot to
5787           compile a recent -base.
5788
5789 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5790
5791         * tests/examples/seek/seek.c: (stop_cb):
5792         Make sure we reset the slider value to 0.0 without racing against a
5793         possible g_idle that sets it to something else.
5794
5795 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5796
5797         * sys/ximage/ximagesink.c:
5798         fix typo
5799
5800 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5801
5802         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5803         * gst-libs/gst/rtsp/gstrtspdefs.h:
5804         Add Location header so that we can start implementing redirects.
5805         See #506025.
5806
5807 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5808
5809         * gst/subparse/gstssaparse.c:
5810         combine if's
5811
5812 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5813
5814         * gst/subparse/gstssaparse.c:
5815         remove duplicate log message
5816
5817 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5818
5819         * ext/libvisual/visual.c: (gst_visual_chain):
5820         Fix 'xyz may be used uninitialized' compiler warnings caused
5821         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5822         abort() in any case but properly report the error.
5823
5824 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5825
5826         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5827         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5828         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5829         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5830         (autoplug_select_cb), (activate_group), (deactivate_group),
5831         (setup_next_source), (save_current_group),
5832         (gst_play_bin_change_state):
5833         Code cleanups.
5834         Remove next-uri, we can use the uri property just fine.
5835         Fix some crasher.
5836         Unref uridecodebin when switching.
5837         Fix going to READY.
5838
5839         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5840         (gst_play_sink_init), (gst_play_sink_dispose),
5841         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5842         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5843         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5844         (gst_play_sink_set_property), (gst_play_sink_get_property),
5845         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5846         (gen_vis_element), (gst_play_sink_get_mode),
5847         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5848         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5849         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5850         (gst_play_sink_change_state):
5851         * gst/playback/gstplaysink.h:
5852         Add some locking to make things threadsafe.
5853
5854         * gst/playback/test7.c: (about_to_finish_cb):
5855         Fix test.
5856
5857 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5858
5859         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5860           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5861           (gst_video_scale_transform):
5862           Don't claim to be able to handle/transform caps that can't really
5863           be handled by the currently selected scaling method (here: RGB or
5864           packed YUV with 4-tap method). Also add locking to method property.
5865
5866         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5867           (test_basetransform_based):
5868           Some test pipelines for the above (not entirely valgrind clean yet
5869           apparently).
5870
5871 2007-12-21  David Schleef  <ds@schleef.org>
5872
5873         * gst-libs/gst/video/video.c:
5874         * gst-libs/gst/video/video.h:
5875           Add additional RGBA and RGB-24 video formats.
5876
5877 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5880           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5881           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5882         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5883           (cddabasesrc_suite):
5884           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5885           deprecated in the future (see #498924).
5886
5887 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5888
5889         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5890           Don't leak event.
5891
5892 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5893
5894         * gst-libs/gst/riff/riff-read.c:
5895         Use GST_ROUND_UP_2 macro
5896
5897 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * gst/playback/.cvsignore:
5900           Ignore more.
5901
5902 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5903
5904         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5905         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5906           (set_active_source):
5907         * gst/playback/gstplaybasebin.h:
5908         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5909           (setup_sinks), (playbin_set_subtitles_visible):
5910           Make switching off of subtitles work. To avoid all kind of
5911           problems with unlinking of the subtitle input, we just keep
5912           the subtitle inputs linked as they are and tell textoverlay
5913           not to render them. Fixes #373011.
5914           Other subtitle switching issues (esp. when there are both
5915           external and in-stream subtitles) remain. They'll be solved
5916           in playbin2.
5917
5918 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5919
5920         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5921         Init the pad segment too.
5922
5923 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5924
5925         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5926         (gst_audioringbuffer_open_device),
5927         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5928         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5929         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5930         (gst_audio_sink_create_ringbuffer):
5931         Improve debug output.
5932
5933         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5934         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5935         Prevent some functions from doing things and failing when the
5936         ringbuffer is not yet acquired.
5937
5938 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5939
5940         * gst-libs/gst/interfaces/interfaces.h:
5941           Also remove interfaces.h from CVS as it is not needed anymore.
5942
5943 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5944
5945         * gst-libs/gst/interfaces/Makefile.am:
5946           interfaces.h is not used anymore so remove it from the build
5947           process.
5948
5949 2007-12-17  David Schleef  <ds@schleef.org>
5950
5951         * gst/videotestsrc/gstvideotestsrc.c:
5952         * gst/videotestsrc/gstvideotestsrc.h:
5953           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5954           for testing vertical refresh synchronization.
5955
5956 2007-12-17  David Schleef  <ds@schleef.org>
5957
5958         * docs/libs/gst-plugins-base-libs-sections.txt:
5959         * gst-libs/gst/video/video.c:
5960         * gst-libs/gst/video/video.h:
5961           Add new GstVideFormat enum and write a bunch of helper functions
5962           based around it.
5963
5964 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5965
5966         * Makefile.am:
5967           Use new common/win32.mak.
5968
5969 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5970
5971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5972         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5973         Add debug info.
5974         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5975         the parent state change function, just like the audiosink, because the
5976         parent waits for the element to finish its processing before completing
5977         the state change. This makes going to PAUSED a lot snappier.
5978         When going from READY to PAUSED, don't allow the ringbuffer to start
5979         yet.
5980
5981 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5982
5983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5984         Yet another fix for broken software that produce files with an empty
5985         blockalign field. Instead of completely failing, make a second attempt
5986         at guessing the width/depth by looking at strf->size.
5987
5988 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5989
5990         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5991           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5992         * gst-libs/gst/pbutils/install-plugins.c:
5993           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5994         * gst-libs/gst/pbutils/missing-plugins.c:
5995           (gst_missing_plugin_message_get_installer_detail),
5996           (gst_missing_encoder_installer_detail_new):
5997         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5998         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5999           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6000           avoid compiler warnings (#503930).
6001
6002 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6003
6004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6005         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6006         for jpeg video streams.
6007         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6008         for the above modification.
6009
6010 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6011
6012         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6013           (gst_x_overlay_handle_events):
6014           More guards (we don't want klass to end up being NULL).
6015
6016 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6017
6018         * configure.ac:
6019         * gst/volume/gstvolume.c: (gst_volume_init):
6020           Use new gst_base_transform_set_gap_aware() function as volume
6021           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6022           for this.
6023
6024 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6025
6026         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6027         Don't go to READY on EOS as this avoids testing of seeking and
6028         restarting after EOS, use the stop button when you want to READY.
6029         Don't try to do a flushing seek in segment-done, it does not make
6030         sense to use this for gapless playback and is not needed.
6031
6032 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6033
6034         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6035         (reset_rate_timer), (update_in_rates), (update_out_rates),
6036         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6037         (gst_queue_chain), (gst_queue_loop):
6038         Use separate timers for input and output rates.
6039         Pause measuring the output rate when we block for more data.
6040         See #503262.
6041
6042 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6043
6044         * gst/playback/gstqueue2.c: (gst_queue_chain):
6045         Pause the timer to measure the input rate when we block because the
6046         queue is filled. See #503262.
6047
6048 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6049
6050         Patch by: Peter Kjellerstedt  <pkj at axis com>
6051
6052         * gst-libs/gst/rtsp/gstrtspconnection.c:
6053         (gst_rtsp_connection_free):
6054         Close control sockets. Fixes #503440.
6055
6056 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6057
6058         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6059         Expose the right pad in the right place with the right element.
6060
6061 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6062
6063         * gst-libs/gst/pbutils/descriptions.c: (formats):
6064           Add description for 'private' dts caps (who come up with that name?).
6065
6066 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6067
6068         * Makefile.am:
6069           Add check-exports target and run it with 'make check'.
6070
6071         * configure.ac:
6072           Be stricter about what we export in our libraries: change regexp so that
6073           we only export _gst_foo(), but not __gst_foo().
6074
6075         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6076         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6077           Change internal functions to __gst_foo so they dont' get exported.
6078
6079         * win32/common/libgstaudio.def:
6080           Add missing symbols.
6081
6082 2007-12-11  David Schleef  <ds@schleef.org>
6083
6084         * ChangeLog: remove conflict markers
6085
6086 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         * ext/gnomevfs/Makefile.am:
6089         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6090           Use gst_tag_freeform_string_to_utf8() here, which also takes
6091           into account any character sets specified by the user via
6092           environment variables.
6093
6094 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6095
6096         * gst/audioconvert/Makefile.am:
6097         Also link to libm.
6098
6099 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6100
6101         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6102         No need for floating point operations here. avoids having to link
6103         against the math library too.
6104
6105 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6106
6107         * gst-libs/gst/pbutils/descriptions.c: (formats),
6108           (format_info_get_desc):
6109         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6110           (GST_START_TEST):
6111           Add one or two missing formats.  Generate ADPCM description
6112           dynamically depending on layout/format.
6113
6114 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6115
6116         * configure.ac:
6117           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6118
6119 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6120
6121         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6122
6123         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6124           Some .srt files start with chunk number 0 and not chunk number 1,
6125           recognise and accept those as well (fixes #502497).
6126
6127         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6128           (test_src):
6129           Add unit test for the above.
6130
6131 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6132
6133         * gst/playback/gstplay-enum.c:
6134         (register_gst_autoplug_select_result),
6135         (gst_autoplug_select_result_get_type):
6136         * gst/playback/gstplay-enum.h:
6137         Add missing files.
6138
6139 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6140
6141         * gst/playback/Makefile.am:
6142         Group decodebin2 and uridecodebin into the same plugin so that they
6143         can share the GEnumType.
6144
6145         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6146         (_gst_select_accumulator), (gst_decode_bin_class_init),
6147         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6148         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6149         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6150         Add signal to sort factories instead of the more awkward autoplug-select
6151         signal.
6152         Modify autoplug_select so that we can try, skip or expose the
6153         autopluggin of an element on a pad.
6154
6155         * gst/playback/gstfactorylists.c: (compare_ranks),
6156         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6157         (element_filter), (gst_factory_list_get_elements),
6158         (gst_factory_list_debug), (gst_factory_list_filter):
6159         * gst/playback/gstfactorylists.h:
6160         Simplify the API, allow getting elements based on mask.
6161
6162         * gst/playback/gstplay-marshal.list:
6163         Add some more marshallers.
6164
6165         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6166         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6167         (autoplug_select_cb), (activate_group):
6168         Add support for managing non-raw sinks by providing a custom element and
6169         sink list to decodebin2.
6170         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6171         decodebin2.
6172
6173         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6174         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6175         * gst/playback/gstplaysink.h:
6176         Add support for raw and non-raw sinks. 
6177         Add support to force sinks selected by playbin2.
6178         Don't plug raw converters for non-raw sinks.
6179
6180         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6181         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6182         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6183         (plugin_init):
6184         Use right accumulators.
6185         Proxy new signal.
6186
6187 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6188
6189         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6190         Use runnning time as the base time instead of the timestamp.
6191         Spotted by Saur on IRC.
6192
6193 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6194
6195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6196         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6197
6198 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6199
6200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6201         (gst_ogg_demux_read_chain):
6202         If we find a new serial number but it does not contain a BOS page, make
6203         sure we initialize the chain to NULL because else we will try to scan it
6204         and crash. Fixes #500763
6205
6206 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6207
6208         * gst/playback/Makefile.am:
6209         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6210         (get_feature_array), (decoders_filter), (sinks_filter),
6211         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6212         (gst_factory_list_filter):
6213         * gst/playback/gstfactorylists.h:
6214         Refactor some common code to filter factories and check caps compat.
6215
6216         * gst/playback/gstdecodebin.c:
6217         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6218         (gst_decode_bin_init), (gst_decode_bin_dispose),
6219         (gst_decode_bin_autoplug_continue),
6220         (gst_decode_bin_autoplug_factories),
6221         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6222         (find_compatibles):
6223         * gst/playback/gstplaybin.c:
6224         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6225         (gst_play_bin_init), (gst_play_bin_finalize),
6226         (autoplug_factories_cb), (activate_group):
6227         * gst/playback/gstqueue2.c:
6228         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6229         (proxy_autoplug_continue_signal),
6230         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6231         (proxy_drained_signal):
6232         Add some more debug info and use factor filtering code.
6233
6234 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6235
6236         * gst/audiotestsrc/gstaudiotestsrc.c:
6237         * gst/volume/gstvolume.c:
6238         * gst/volume/gstvolume.h:
6239           Add GAP-flag support.
6240
6241 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6242
6243         * tests/examples/seek/seek.c: (main): Increase the range of the
6244         rate selector as I would like to test QOS behavior at higher
6245         forward and reverse playback speed like say 64x.
6246
6247 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6248
6249         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6250         (audioresample_query), (audioresample_query_type),
6251         (gst_audioresample_set_property):
6252         Implement latency query.
6253
6254 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6255
6256         * gst-libs/gst/audio/gstbaseaudiosink.c:
6257         (gst_base_audio_sink_drain):
6258         Our EOS time contains the base_time, _wait_eos() expects a running_time
6259         so we have to subtract the base_time again before calling the function.
6260         This fixes an EOS regression where the base_time was added twice and EOS
6261         took longer and longer in certain situations.
6262         Fixes #498767.
6263
6264 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6265
6266         * docs/libs/gst-plugins-base-libs-sections.txt:
6267         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6268         (gst_base_audio_sink_set_provide_clock),
6269         (gst_base_audio_sink_get_provide_clock),
6270         (gst_base_audio_sink_set_slave_method),
6271         (gst_base_audio_sink_get_slave_method),
6272         (gst_base_audio_sink_set_property),
6273         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6274         (gst_base_audio_sink_none_slaving),
6275         (gst_base_audio_sink_handle_slaving):
6276         * gst-libs/gst/audio/gstbaseaudiosink.h:
6277         Expose methods for some object properties so that subclasses can more
6278         easily configure them.
6279         Added slave method none, that completely disables slaving to the
6280         internal clock.
6281         API: gst_base_audio_sink_set_provide_clock()
6282         API: gst_base_audio_sink_get_provide_clock()
6283         API: gst_base_audio_sink_set_slave_method()
6284         API: gst_base_audio_sink_get_slave_method()
6285
6286         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6287         (gst_base_audio_src_set_provide_clock),
6288         (gst_base_audio_src_get_provide_clock),
6289         (gst_base_audio_src_set_property),
6290         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6291         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6292         Expose methods for some object properties so that subclasses can more
6293         easily configure them.
6294         API: gst_base_audio_src_set_provide_clock()
6295         API: gst_base_audio_src_get_provide_clock()
6296
6297 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6298
6299         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6300
6301         * gst-libs/gst/sdp/gstsdpmessage.c:
6302         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6303
6304 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6305
6306         * tests/check/libs/fft.c: (GST_START_TEST):
6307         Fix scaling to really have dB instead of something else.
6308
6309 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6310
6311         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6312         GTK version, use it.
6313
6314 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6315
6316         * tests/examples/seek/seek.c: (main): Try to support stable version
6317         of GTK.
6318
6319 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6320
6321         * gst/playback/README:
6322         * gst/playback/test7.c:
6323           Fix the build + little README update.
6324
6325 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6328         Add playbin2 seek pipeline.
6329
6330 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6331
6332         * gst/playback/Makefile.am:
6333         * gst/playback/gstplayback.c: (plugin_init):
6334         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6335         (eos_cb), (about_to_finish_cb), (main):
6336         Add playbin2.
6337         Added gapless playback example.
6338
6339         * gst/playback/gstplaybasebin.c:
6340         * gst/playback/gstplaybasebin.h:
6341         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6342         * gst/playback/gstqueue2.c:
6343         * gst/playback/test.c:
6344         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6345         (pad_removed_cb):
6346         * gst/playback/gststreaminfo.h:
6347         Change email.
6348
6349         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6350         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6351         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6352         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6353         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6354         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6355         (drained_cb), (unlink_group), (activate_group),
6356         (setup_next_source), (gst_play_bin_change_state),
6357         (gst_play_bin2_plugin_init):
6358         Added raw first version of playbin2. Does chained oggs and gapless
6359         playback fine. No support for raw sinks yet. No visualisations or
6360         subtitles yet.
6361
6362         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6363         (gst_play_sink_class_init), (gst_play_sink_init),
6364         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6365         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6366         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6367         (gst_play_sink_set_property), (gst_play_sink_get_property),
6368         (post_missing_element_message), (free_chain), (add_chain),
6369         (activate_chain), (gen_video_chain), (gen_text_element),
6370         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6371         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6372         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6373         (gst_play_sink_send_event), (gst_play_sink_change_state):
6374         * gst/playback/gstplaysink.h:
6375         Added Element that abstracts the sinks and their pipelines for playbin2.
6376
6377 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6378
6379         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6380         (gst_selector_pad_class_init), (gst_selector_pad_init),
6381         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6382         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6383         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6384         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6385         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6386         (gst_stream_selector_init), (gst_stream_selector_set_property),
6387         (gst_stream_selector_get_linked_pad),
6388         (gst_stream_selector_getcaps),
6389         (gst_stream_selector_is_active_sinkpad),
6390         (gst_stream_selector_activate_sinkpad),
6391         (gst_stream_selector_get_linked_pads),
6392         (gst_stream_selector_request_new_pad),
6393         (gst_stream_selector_release_pad):
6394         * gst/playback/gststreamselector.h:
6395         Improve streamselector, make it select and unselect the current pad more
6396         intelligently. 
6397         Subclass GstPad for the sinkpads of the selector.
6398         Handle segments more correctly.
6399         Fix caps negotiation.
6400         Implement release_pad.
6401
6402 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6403
6404         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6405         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6406         (remove_fakesink):
6407         Add drained signal fired when decodebin finishes decoding the data.
6408         Remove deprecated STATE_DIRTY message.
6409
6410         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6411         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6412         (analyse_source), (proxy_drained_signal), (make_decoder),
6413         (source_new_pad), (value_list_append_structure_list),
6414         (handle_redirect_message), (handle_message):
6415         Proxy the new drained signal.
6416         Handle pad removed from decodebin.
6417         Handle redirect messages by sorting multiple redirections based on the
6418         connection speed.
6419
6420 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6423
6424         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6425         Fix leaking headers. Fixes #496761.
6426
6427 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6428
6429         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6430
6431         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6432         (gst_ximagesink_change_state):
6433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6434         Don't leak the PAR on errors. Fixes #496731.
6435
6436 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6437
6438         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6439           (gst_tag_from_id3_user_tag):
6440           Add mapping for audio cd discid tags, so we can extract
6441           them from tags as well (see #347848). Also compare identifiers
6442           in ID3v2 TXXX frames in a case-insensitive way to increase
6443           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6444
6445 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6446
6447         * gst-plugins-base.doap:
6448         Oops, fix the release name.
6449
6450 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6451
6452         * gst-plugins-base.doap:
6453         Add 0.10.15 release
6454
6455 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6456
6457         * configure.ac:
6458         Back to CVS
6459
6460 === release 0.10.15 ===
6461
6462 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6463
6464         * configure.ac:
6465           releasing 0.10.15, "No need to argue"
6466
6467 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6468
6469         * win32/vs6/libgstfft.dsp:
6470         Convert line endings to DOS.
6471
6472 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6473
6474         * win32/vs6/gst_plugins_base.dsw:
6475         * win32/vs6/libgstfft.dsp:
6476         * win32/MANIFEST:
6477         Add a project file for fft plugin and remove socket
6478         based plugin which don't build from the workspace.
6479         * win32/vs6/libgstaudio.dsp:
6480         * win32/vs6/libgstrtp.dsp:
6481         * win32/vs6/libgsttag.dsp:
6482         Convert line endings back to DOS.
6483         Fixes #496724
6484
6485 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6486
6487         * win32/vs6/libgstinterfaces.dsp:
6488         * win32/vs6/libgstrtsp.dsp:
6489         Convert line endings back to DOS
6490
6491 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6492
6493         * gst-libs/gst/fft/kiss_fft_f32.h:
6494         * gst-libs/gst/fft/kiss_fft_f64.h:
6495         * gst-libs/gst/fft/kiss_fft_s16.h:
6496         * gst-libs/gst/fft/kiss_fft_s32.h:
6497         Don't include malloc.h which doesn't exist on Mac OSX.
6498         Instead, pull in glib.h and use g_malloc/g_free for 
6499         consistency. Fixes: #496548
6500
6501 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6502
6503         * gst/playback/gstdecodebin2.c:
6504           Dont leak ghostpad. Fixes #475451.
6505
6506 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6507
6508         * docs/design/design-decodebin.txt:
6509         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6510         Update some more docs and comments.
6511
6512 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6513
6514         Patch by: Sebastien Moutte  <sebastien moutte net>
6515
6516         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6517           (gst_rtcp_unix_to_ntp):
6518         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6519           Fix some C99-isms and and a missing function that some versions of
6520           MSVC don't like too much (#494346).
6521
6522         * win32/vs6/gst_plugins_base.dsw:
6523         * win32/vs6/libgstaudio.dsp:
6524         * win32/vs6/libgstrtp.dsp:
6525         * win32/vs6/libgsttag.dsp:
6526           Update vs6 projects files (#494346).
6527
6528 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6529
6530         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6531
6532         * win32/common/libgstaudio.def:
6533         * win32/common/libgstcdda.def:
6534         * win32/common/libgstinterfaces.def:
6535         * win32/common/libgstnetbuffer.def:
6536         * win32/common/libgstpbutils.def:
6537         * win32/common/libgstrtp.def:
6538         * win32/common/libgstrtsp.def:
6539         * win32/common/libgsttag.def:
6540         * win32/common/libgstvideo.def:
6541           More missing symbols to export (fixes #493986).
6542
6543 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6544
6545         * docs/libs/gst-plugins-base-libs-sections.txt:
6546         * gst-libs/gst/fft/gstfftf32.c:
6547         * gst-libs/gst/fft/gstfftf32.h:
6548         * gst-libs/gst/fft/gstfftf64.c:
6549         * gst-libs/gst/fft/gstfftf64.h:
6550         * gst-libs/gst/fft/gstffts16.c:
6551         * gst-libs/gst/fft/gstffts16.h:
6552         * gst-libs/gst/fft/gstffts32.c:
6553         * gst-libs/gst/fft/gstffts32.h:
6554         * tests/check/libs/fft.c: (GST_START_TEST):
6555         Remove the magnitude and phase calculation functions as these have
6556         very special use cases and can't even be used for the spectrum
6557         element. Also adjust the docs to mention some properties of the used
6558         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6559
6560 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6563           (finish_source):
6564           Avoid crash when there are external subtitles (fixes #491722).
6565
6566 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6567
6568         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6569         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6570           'Could not open resource for writing' is not an acceptable
6571           error message when we can't open the audio device (see #492334),
6572           even less so when we're trying to open it to record something.
6573
6574 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6575
6576         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6577
6578         * win32/common/libgstrtp.def:
6579           Add some more missing symbols (#492813).
6580
6581 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6584
6585         * tests/check/elements/audioconvert.c: (verify_convert):
6586           Add check to make sure that the out caps have a channel layout
6587           set on them where they should have one.
6588
6589 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6592
6593         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6594         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6595           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6596           (#492306).
6597
6598         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6599           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6600           (it disappeared in GLib 2.14.0) (#492306).
6601
6602         * gst-libs/gst/sdp/Makefile.am:
6603         * gst-libs/gst/sdp/gstsdpmessage.c:
6604           Fix includes and LIBS for win32/Mingw (#492306).
6605
6606         * tests/examples/dynamic/addstream.c (pause_play_stream):
6607           Use more portable g_usleep() instead of sleep() (#492306).
6608
6609 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6610
6611         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6612
6613         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6614           (gst_ring_buffer_parse_caps):
6615           Return NULL instead of an enum that happens to be 0, fixes warning
6616           on MSVC (#492114).
6617
6618         * gst-libs/gst/audio/gstringbuffer.h:
6619           No trailing commas in enum list (for gcc-2.9x).
6620
6621         * gst/videotestsrc/videotestsrc.c: (random_char):
6622           Make information loss explicit instead of implicitly truncating to
6623           eight bits via the return value.  Fixes runtime error on MSVC when
6624           using the debug CRT (#492114).
6625
6626         * win32/common/config.h.in:
6627           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6628
6629         * win32/common/libgstinterfaces.def:
6630         * win32/common/libgstrtp.def:
6631           Export a few more symbols (#492114).
6632
6633 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6634
6635         * gst-libs/gst/audio/audio.c:
6636         * gst-libs/gst/audio/audio.h:
6637           Readd the deprecation guards, but preserve compilability.
6638
6639 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6642           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6643           Preserve channel layout when fixating the number of channels in the
6644           output caps, or make sure there's a suitable channel position layout
6645           set on the caps if required. Fixes #430677.
6646
6647 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6648
6649         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6650           Make sure the pipeline really operates in push mode as it should
6651           in this case.
6652
6653 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6654
6655         * gst-libs/gst/audio/audio.h:
6656           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6657           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6658           (ie. normal cvs builds) will fail.
6659
6660 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * docs/libs/Makefile.am:
6663         * gst-libs/gst/audio/audio.c:
6664         * gst-libs/gst/audio/audio.h:
6665         * gst-libs/gst/interfaces/mixer.c:
6666           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6667
6668 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6671           (test_channel_layout_value_intersect), (audio_suite):
6672           Add simple unit test to make sure GstValue intersection
6673           of channel layouts works the way I think it does.
6674
6675 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6676
6677         * docs/libs/gst-plugins-base-libs-sections.txt:
6678         * gst-libs/gst/audio/gstaudiofilter.h:
6679         * gst-libs/gst/interfaces/mixer.h:
6680         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6681         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6682         * gst-libs/gst/sdp/gstsdpmessage.c:
6683           Fix the docs according to what gtk-doc complained about.
6684
6685 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6686
6687         * tests/icles/stress-playbin.c:
6688           Fix the build.
6689
6690 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6693         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6694           Post nice/more useful error message if we don't have a decoder for
6695           the primary type.
6696
6697 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6698
6699         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6700         Be a bit more useful, unblock the pads after we fired the no-more-pads
6701         signal so that we can use the signal to inspect and connect all pads
6702         without having to keep extra state outside of decodebin.
6703
6704 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6705
6706         * gst/playback/gsturidecodebin.c:
6707         (gst_uri_decode_bin_autoplug_continue),
6708         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6709         Implement default signal handler so that we return TRUE when nothing is
6710         connected.
6711
6712 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6713
6714         * gst-libs/gst/riff/riff-media.c:
6715         (gst_riff_wavext_add_channel_layout),
6716         (gst_riff_wave_add_default_channel_layout),
6717         (gst_riff_wavext_get_default_channel_mask),
6718         (gst_riff_create_audio_caps):
6719         Use the ALSA channel layout as default for wav files without channel
6720         layout information. This fixes playback of chan-id.wav on 5.1 systems
6721         for example. Also refactor the channel layout setting a bit and add
6722         more default channel orders. Fixes #489010.
6723
6724 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6727           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6728           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6729           instead.
6730
6731 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6732
6733         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6734         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6735         (gst_decode_bin_set_subs_encoding),
6736         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6737         (gst_decode_bin_get_property), (analyze_new_pad):
6738         Move subtitle encoding property to decodebin2 so that it can set the
6739         property value on all elements that it autoplugs and that require it.
6740         Make caps refcounting more consistent in get/set.
6741
6742         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6743         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6744         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6745         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6746         (proxy_autoplug_continue_signal),
6747         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6748         (make_decoder):
6749         Proxy properties and relevant signals from the internal decodebin.
6750         Make properties MT safe.
6751
6752 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6755         * gst-libs/gst/tag/tags.c:
6756           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6757           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6758
6759         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6760           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6761
6762         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6763           (gst_tag_to_vorbis_comments):
6764           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6765           just mapping everything I found in the wild) (#414539).
6766
6767 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6768
6769         Inspired by patch of: René Stadler <mail at renestadler dot de>
6770
6771         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6772         (gst_decode_bin_autoplug_continue),
6773         (gst_decode_bin_autoplug_factories),
6774         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6775         (find_compatibles):
6776         * gst/playback/gstplay-marshal.list:
6777         Remove the autoplug-sort signal and replace it with a binding friendly
6778         autoplug-select signal.
6779         Add an autoplug-factories signal that can be used to generate a list of
6780         factories to try to autoplug.
6781         Add the GstPad to the autoplugging signal args as it might be needed to
6782         make a good factory selection.
6783         Fix up the marshallers for this. Fixes #407282.
6784
6785 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         * gst-libs/gst/tag/gsttagdemux.c:
6788           Don't abort with an assertion if we receive a seek event with
6789           a start type of NONE (see launchpad bug #155878).
6790
6791 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6792
6793         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6794         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6795         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6797         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6798         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6799         Make sure that before we clean up the X resources, we shutdown and join
6800         the event thread.
6801         Also make sure the event thread does not shut down immediatly after
6802         startup because the running variable is not yet correctly set.
6803         Fixes #378770. 
6804
6805 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6806
6807         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6808         Make the window for a race in typefind and shutting down smaller until
6809         we figure out the right locking here. Avoids #485753 usually.
6810
6811         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6812         Remove unneeded lock causing a race in typefind and shutting down.
6813         Fixes #485753.
6814
6815         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6816         Also remove sinks when going to NULL because we might not complete the
6817         state change to PAUSED, causing the PAUSED->READY state change not to
6818         happen.
6819
6820 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6821
6822         * gst-libs/gst/audio/gstbaseaudiosink.c:
6823         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6824         Also explicitly release the ringbuffer when going to NULL because it
6825         is required in the setcaps function, before the state change to PAUSED
6826         completes.
6827
6828 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6829
6830         * tests/icles/.cvsignore:
6831         * tests/icles/Makefile.am:
6832         * tests/icles/stress-playbin.c:
6833           Does what it says on the tin.
6834
6835 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6836
6837         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6838         Fix queue negotiation. See #486758.
6839
6840 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6841
6842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6843         (gst_xvimagesink_xwindow_new),
6844         (gst_xvimagesink_update_colorbalance),
6845         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6846
6847         Fix handling of some of the X atoms. If the last parameter is True,
6848         XInternAtom won't create the atom if it doesn't exist, and therefore
6849         might return None. This causes X errors on Xv implementations that
6850         don't provide the colour balance attributes.
6851
6852 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6853
6854         * gst-libs/gst/tag/gstvorbistag.c:
6855         * tests/check/libs/tag.c:
6856           Extract vorbis comment LICENSE tags correctly.
6857
6858 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6861
6862         * gst-libs/gst/tag/gstid3tag.c:
6863         * tests/check/libs/tag.c:
6864           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6865
6866 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * gst-libs/gst/tag/gsttagdemux.c:
6869           Don't error out when a buggy downstream element doesn't
6870           handle the newsegment event we send properly (especially
6871           not without posting a meaningful error message on the
6872           bus). See bug #471370 and launchpad bug #136264.
6873
6874 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6875
6876         * gst-libs/gst/audio/gstbaseaudiosink.c:
6877         (gst_base_audio_sink_drain):
6878         Use new basesink method to make our EOS drain interruptable.
6879
6880 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6881
6882         * gst-libs/gst/rtp/gstrtppayloads.c:
6883         Fix silly search-replace oversight.
6884
6885 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6888
6889         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6890         (gst_basertppayload_set_outcaps):
6891         Fix caps memleak. Fixes #484989.
6892
6893
6894 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6897         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6898         Fix debug output.
6899
6900 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6903         (gst_base_audio_src_create):
6904         Also handle the case where there is no clock set on the audio source,
6905         like in the unit tests.
6906
6907 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6908
6909         * gst-libs/gst/rtp/gstrtppayloads.c:
6910         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6911         to avoid compiler warnings
6912
6913 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6914
6915         * gst/playback/gstdecodebin.c: (type_found),
6916         (gst_decode_bin_change_state):
6917         * gst/playback/gstdecodebin2.c: (type_found),
6918         (gst_decode_bin_change_state):
6919         Don't disconnect the have_type signal because we never reconnect it
6920         later on. Instead keep a variable to see if we already detected a type.
6921
6922 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6923
6924         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6925         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6926         (type_found):
6927         Unlink the signal handler when we found the type, we're not going to do
6928         anything sensible with more type_found signals anyway.
6929
6930 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * gst-libs/gst/tag/gsttagdemux.c:
6933           Don't leak caps.
6934
6935 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6936
6937         * gst-libs/gst/tag/Makefile.am:
6938         * gst-libs/gst/tag/gsttagdemux.c:
6939         * gst-libs/gst/tag/gsttagdemux.h:
6940           API: add GstTagDemux base class for simple tag demuxers.
6941
6942         * docs/libs/gst-plugins-base-libs-docs.sgml:
6943         * docs/libs/gst-plugins-base-libs-sections.txt:
6944           Add GstTagDemux to docs.
6945
6946 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6947
6948         * gst-libs/gst/rtp/gstrtpbuffer.c:
6949         (gst_rtp_buffer_get_payload_subbuffer):
6950         Fix bug introduced with last commit which inverted the logic and
6951         caused all buffers to be dropped. Fixes #483620.
6952         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6953
6954 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6955
6956         * gst-libs/gst/rtp/gstrtpbuffer.c:
6957           Replace g_return_if_val (as it could be disabled), with regular return
6958           and warning.
6959
6960 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6961
6962         * tests/check/pipelines/simple-launch-lines.c:
6963           Print message name and not just number.
6964
6965 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6966
6967         * gst-libs/gst/audio/gstbaseaudiosink.c:
6968         (gst_base_audio_sink_async_play):
6969         When slaved to the clock, don't try to align a sample with the previous
6970         one when going to PLAYING again.
6971
6972 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6973
6974         * tests/examples/snapshot/snapshot.c:
6975           Fix the build.
6976
6977 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6978
6979         * gst-libs/gst/sdp/gstsdpmessage.h:
6980         Add RFC 3556 bandwidth modifiers.
6981
6982 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6983
6984         * docs/libs/gst-plugins-base-libs-docs.sgml:
6985         * docs/libs/gst-plugins-base-libs-sections.txt:
6986         * gst-libs/gst/rtp/gstrtppayloads.c:
6987         Update documentation.
6988
6989 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6990
6991         * gst-libs/gst/rtp/Makefile.am:
6992         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6993         (gst_rtp_payload_info_for_name):
6994         * gst-libs/gst/rtp/gstrtppayloads.h:
6995         Added new file and header to deal with payload info.
6996
6997         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6998         (gst_rtp_buffer_default_clock_rate):
6999         * gst-libs/gst/rtp/gstrtpbuffer.h:
7000         Payload specific stuff is move to new headers.
7001         Implement _default_clock rate using the new payload function.
7002
7003         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7004         (gst_sdp_parse_line):
7005         * gst-libs/gst/sdp/gstsdpmessage.h:
7006         Add some more comments.
7007
7008 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7009
7010         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7011         (sdp_check_header), (sdp_type_find), (plugin_init):
7012         Add typefind function for application/sdp.
7013         Remove some old dirac typefind code that was ifdeffed out.
7014
7015 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7016
7017         * win32/common/libgstaudio.def:
7018         Add new exported functions.
7019         * win32/vs6/grammar.dsp:
7020         Add autogeneration and copy of some autegenerated files from win32/common
7021         for rtsp library.
7022         * win32/vs6/libgstaudioconvert.dsp:
7023         Add gstaudioquantize.c to the build.
7024         * win32/vs6/libgstinterfaces.dsp:
7025         Add videoorientation.c to the build.
7026         * win32/vs6/libgstriff.dsp:
7027         Add libgsttag to the link libraries list.
7028         * win32/vs6/libgstvolume.dsp:
7029         Add liboil to the link.
7030         * win32/vs6/gst_plugins_base.dsw:
7031         * win32/vs6/libgstrtsp.dsp:
7032         * win32/common/libgstrtsp.def:
7033         Add files to build libgstrtsp library.
7034         
7035 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7036
7037         * tests/examples/snapshot/snapshot.c: (main):
7038         Print error when pipeline failed to construct.
7039
7040 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * configure.ac:
7043         * gst-libs/gst/tag/gstid3tag.c:
7044         * gst-libs/gst/tag/gstvorbistag.c:
7045           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7046           and ID3v2 tags.
7047
7048 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         * gst-libs/gst/floatcast/floatcast.h:
7051           Don't include config.h in an installed public header, this
7052           might break compilation of applications that don't have such
7053           a header and doesn't necessarily do what it's supposed to do
7054           anyway (ie. check for the lrint/lrintf defines) (#442065).
7055           Add docs for the various macros and document how this header
7056           has to be used (link against libm, etc.); add a few FIXMEs;
7057           include math.h for non-c99 code path.  Based on patch by
7058           Jan Schmidt.
7059           
7060 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7061
7062         * configure.ac:
7063         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7064         of duplicating these macros in configure.ac.
7065
7066 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7067
7068         * po/hu.po:
7069         * po/sv.po:
7070         * po/uk.po:
7071           Updated translations to 0.10.14
7072
7073 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7074
7075         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7076
7077         * po/pl.po:
7078           Added Polish translation.
7079
7080 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7081
7082         translated by: Ilkka Tuohela <hile@iki.fi>
7083
7084         * po/fi.po:
7085           Added Finnish translation.
7086
7087 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7088
7089         translated by: Jorge González González <aloriel@gmail.com>
7090
7091         * po/es.po:
7092           Added Spanish translation.
7093
7094 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7095
7096         translated by: Mogens Jaeger <mogens@jaeger.tf>
7097
7098         * po/da.po:
7099           Added Danish translation.
7100
7101 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7102
7103         translated by: Funda Wang <fundawang@linux.net.cn>
7104
7105         * po/zh_CN.po:
7106           Added Chinese (simplified) translation.
7107
7108 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7109
7110         translated by: Alexander Shopov <ash@contact.bg>
7111
7112         * po/bg.po:
7113           Added Bulgarian translation.
7114
7115 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7116
7117         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7118         Fix compilation wrt printf arguments.
7119
7120 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7121
7122         * configure.ac:
7123         * tests/examples/Makefile.am:
7124         * tests/examples/snapshot/.cvsignore:
7125         * tests/examples/snapshot/Makefile.am:
7126         * tests/examples/snapshot/snapshot.c: (main):
7127         Add simple snapshot example program using appsink.
7128
7129 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7130
7131         * tests/check/generic/states.c:
7132           Improved state change unit test.
7133
7134 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7135
7136         * docs/plugins/.cvsignore:
7137         * tests/check/.cvsignore:
7138           Ignore registries in any format.
7139
7140 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7141
7142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7143         (gst_base_rtp_depayload_chain),
7144         (gst_base_rtp_depayload_set_gst_timestamp):
7145         Only copy timestamp on outgoing packets if the depayloader did not set
7146         one.
7147         Also copy duration on outgoing packets.
7148
7149 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7150
7151         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7152         (gst_basertppayload_set_outcaps):
7153         Fix compilation because of missing %d in printf.
7154         When fixating caps, fixate what we can and throw away all remaining
7155         unfixed caps, subclasses should do something smart if they need to.
7156
7157 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7158
7159         * ext/gnomevfs/gstgnomevfssrc.c:
7160           Improve debug logs a bit and be more verbose if things go wrong.
7161
7162 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7163
7164         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7165         (gst_text_overlay_set_property):
7166         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7167         * gst-libs/gst/audio/gstbaseaudiosink.c:
7168         (gst_base_audio_sink_render):
7169         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7170         (gst_rtcp_unix_to_ntp):
7171         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7172         * gst/playback/gstqueue2.c:
7173         * tests/examples/seek/seek.c: (set_scale):
7174         Fix a bunch of compile warnings shown with Forte.
7175
7176         * gst/audiorate/gstaudiorate.c:
7177         Always pull in config.h before including any system headers.
7178
7179 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7180
7181         * gst/playback/gstqueue2.c: (update_buffering),
7182         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7183         (gst_queue_handle_sink_event), (gst_queue_chain),
7184         (gst_queue_push_one), (gst_queue_sink_activate_push),
7185         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7186         Also fix #476514 for queue2.
7187
7188 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7189
7190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7191         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7192         (gst_base_rtp_depayload_chain),
7193         (gst_base_rtp_depayload_handle_sink_event),
7194         (gst_base_rtp_depayload_push_full),
7195         (gst_base_rtp_depayload_set_gst_timestamp),
7196         (gst_base_rtp_depayload_change_state):
7197         Remove code to deal with RTP to GST time conversion, we now just copy
7198         the GST timestamp we receive to the outgoing buffers.
7199         Handle segment and flushes correctly.
7200
7201         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7202         When we have no valid input timestamp, use the previous rtp timestamp on
7203         the outgoing RTP packet instead of the RTP base time.
7204
7205 2007-09-15  David Schleef  <ds@schleef.org>
7206
7207         * ext/alsa/gstalsa.c:
7208         * ext/alsa/gstalsadeviceprobe.c:
7209         * ext/alsa/gstalsamixer.c:
7210         * ext/alsa/gstalsasink.c:
7211         * ext/alsa/gstalsasrc.c:
7212           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7213
7214 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst-libs/gst/rtp/gstbasertppayload.c:
7217         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7218         Add some debug info when negotiating caps.
7219
7220 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7221
7222         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7223         A buffer with an empty payload is also a valid buffer.
7224
7225 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7226
7227         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7228         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7229         (gst_basertppayload_change_state):
7230         Make sure we start our RTP timestamp from the random base RTP
7231         timestamp even if the buffer timestamp starts from some random value.
7232
7233 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7234
7235         * configure.ac:
7236         * tests/examples/Makefile.am:
7237         * tests/examples/dynamic/.cvsignore:
7238         * tests/examples/dynamic/Makefile.am:
7239         * tests/examples/dynamic/addstream.c: (create_stream),
7240         (pause_play_stream), (message_received), (eos_message_received),
7241         (perform_step), (main):
7242         Add simple exmple app to demonstrate starting and pausing live and
7243         non-live bins in a PLAYING pipeline.
7244
7245 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7246
7247         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7248         typefind for QCP files (RFC #3625)
7249
7250 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7251
7252         * gst-libs/gst/audio/gstbaseaudiosink.c:
7253         (gst_base_audio_sink_init):
7254         Disable pull mode scheduling, we're not ready for it yet and it subtly
7255         breaks a lot of things.
7256
7257 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7258
7259         * tests/check/elements/libvisual.c:
7260           Test all libvisual plugins, not just the first one; this reproduces
7261           bug #450336 quite easily.  Looks like a problem with the 'jess'
7262           visualisation.
7263
7264 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * tests/check/Makefile.am:
7267         * tests/check/elements/.cvsignore:
7268         * tests/check/elements/libvisual.c:
7269           Add basic libvisual test case in an attempt to reproduce bug #450336.
7270           Doesn't reproduce that bug, but some other crasher instead (invalid
7271           free), at least with make elements/libvisual.forever and the bumscope
7272           plugin on x86-64/gutsy. Leaving test disabled for now.
7273
7274 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7275
7276         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7277
7278         * gst-libs/gst/rtsp/gstrtspconnection.c:
7279         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7280         (read_body), (gst_rtsp_connection_receive):
7281         Make sure we can not cancel in the middle of receiving a message.
7282         Fixes #475731.
7283
7284 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         Patch by: Josep Torra Valles <josep@fluendo.com>
7287
7288         * gst/playback/gstplaybasebin.c:
7289           Increase upper limit for audio queue a bit; fixes preroll problem
7290           with playbin and decodebin2 when playing a quicktime trailer with
7291           multichannel audio via http (#464666).
7292
7293 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7294
7295         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7296         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7297         (gst_base_audio_src_provide_clock),
7298         (gst_base_audio_src_set_property),
7299         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7300         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7301         Allow othe clocks than the internal clock to be used for the pipeline.
7302         Add property to disable clock provide.
7303         API: GstBaseAudioSrc::provide-clock
7304
7305 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7306
7307         * gst/playback/gstdecodebin2.c:
7308           Don't leak request pads. Fixes #475395.
7309
7310 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7311
7312         Patch by: René Stadler <mail at renestadler dot de>
7313
7314         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7315         (gst_ximage_buffer_class_init):
7316         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7317         (gst_xvimage_buffer_class_init):
7318         Correctly chain up finalize with the parent class to prevent
7319         memory leaks. Fixes #474880.
7320
7321 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7322
7323         * gst/volume/gstvolume.c: (volume_choose_func):
7324         * tests/check/elements/volume.c: (GST_START_TEST):
7325         Revert the latest change: floating point samples are allowed to
7326         have any value, not only values in the range [-1,1]. Thanks to Andy
7327         Wingo for noticing.
7328         Also fix processing of int32 samples with volumes > 4 by making the
7329         unity value smaller which prevents overflows.
7330
7331 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * gst-libs/gst/rtp/gstrtpbuffer.c:
7334         * tests/check/libs/rtp.c:
7335           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7336
7337 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7340
7341         * gst-libs/gst/rtp/gstrtpbuffer.c:
7342           Fix up GstRTPHeader helper struct so that compilers will not under
7343           any circumstances add padding in between our fields, as currently
7344           happens with MSVC on win32, because that would lead to us sending
7345           out RTP payloads with broken RTP headers (#471194).
7346           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7347           
7348         * tests/check/Makefile.am:
7349         * tests/check/libs/.cvsignore:
7350         * tests/check/libs/rtp.c:
7351           Add some simple unit tests for GstRTPBuffer. Some are disabled
7352           because the code tested still needs fixing (set_csrc() does not work).
7353
7354 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7355
7356         * win32/MANIFEST:
7357         * win32/common/gstrtsp-enumtypes.c:
7358         * win32/common/gstrtsp-enumtypes.h:
7359         * win32/common/interfaces-enumtypes.c:
7360         * win32/common/interfaces-enumtypes.h:
7361         * win32/common/multichannel-enumtypes.c:
7362           Add rtsp enumtypes (#474384) and update others.
7363
7364 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7365
7366         * configure.ac:
7367           Fix configure check for HAVE_LIBXML_HTML.
7368
7369 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * tests/check/libs/.cvsignore:
7372           Ignore more, in case the build bots work again one day.
7373
7374 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7375
7376         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7377
7378         * configure.ac:
7379         * gst-libs/gst/Makefile.am:
7380         * gst-libs/gst/fft/Makefile.am:
7381         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7382         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7383         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7384         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7385         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7386         * gst-libs/gst/fft/gstfft.h:
7387         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7388         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7389         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7390         * gst-libs/gst/fft/gstfftf32.h:
7391         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7392         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7393         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7394         * gst-libs/gst/fft/gstfftf64.h:
7395         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7396         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7397         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7398         * gst-libs/gst/fft/gstffts16.h:
7399         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7400         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7401         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7402         * gst-libs/gst/fft/gstffts32.h:
7403         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7404         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7405         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7406         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7407         * gst-libs/gst/fft/kiss_fft_f32.h:
7408         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7409         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7410         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7411         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7412         * gst-libs/gst/fft/kiss_fft_f64.h:
7413         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7414         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7415         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7416         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7417         * gst-libs/gst/fft/kiss_fft_s16.h:
7418         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7419         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7420         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7421         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7422         * gst-libs/gst/fft/kiss_fft_s32.h:
7423         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7424         (kiss_fftr_f32), (kiss_fftri_f32):
7425         * gst-libs/gst/fft/kiss_fftr_f32.h:
7426         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7427         (kiss_fftr_f64), (kiss_fftri_f64):
7428         * gst-libs/gst/fft/kiss_fftr_f64.h:
7429         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7430         (kiss_fftr_s16), (kiss_fftri_s16):
7431         * gst-libs/gst/fft/kiss_fftr_s16.h:
7432         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7433         (kiss_fftr_s32), (kiss_fftri_s32):
7434         * gst-libs/gst/fft/kiss_fftr_s32.h:
7435         * gst-libs/gst/fft/kiss_version:
7436         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7437         * pkgconfig/gstreamer-plugins-base.pc.in:
7438         Add libgstfft, a FFT library based on Kiss FFT which is
7439         BSD licensed. Supported sample formats are int16, int32,
7440         float and double. For those formats a real FFT and IFFT
7441         can be done, different windowing functions can be applied
7442         and functions for extracting the magnitude and phase exist.
7443         Fixes #468619.
7444
7445         * docs/libs/Makefile.am:
7446         * docs/libs/gst-plugins-base-libs-docs.sgml:
7447         * docs/libs/gst-plugins-base-libs-sections.txt:
7448         Integrate libgstfft into the docs.
7449
7450         * tests/check/Makefile.am:
7451         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7452         Add unit tests for libgstfft, currently only testing the FFT.
7453         Unit tests for IFFT will follow soon.
7454
7455 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7456
7457         Patch by: Peter Kjellerstedt  <pkj at axis com>
7458
7459         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7460         (gst_sdp_message_init), (gst_sdp_message_uninit),
7461         (is_multicast_address), (gst_sdp_message_as_text),
7462         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7463         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7464         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7465         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7466         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7467         (gst_sdp_media_init), (gst_sdp_media_uninit),
7468         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7469         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7470         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7471         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7472         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7473         * gst-libs/gst/sdp/gstsdpmessage.h:
7474         Separate INIT_ARRAY() and related macros into two versions, one for
7475         structures and one for pointers (e.g., INIT_ARRAY() and
7476         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7477         lists of emails and phone numbers.
7478         Add missing const as appropriate.
7479         Change all gint to guint since they all actually represent unsigned
7480         values.
7481         Do not use time as a variable name as it shadows the global time().
7482         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7483         Actually implement gst_sdp_message_add_time().
7484         Make gst_sdp_message_add_time() take repeat times as an argument.
7485         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7486         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7487         misspelled as badwidth).
7488         gst-indented and a little clean up. Fixes #471067.
7489
7490 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7491
7492         * gst/volume/gstvolume.c: (volume_choose_func),
7493         (volume_process_double), (volume_process_double_clamp),
7494         (volume_process_float_clamp):
7495         Correctly clamp float/double samples in the [-1.0,1.0] range to
7496         prevent weird effects.
7497         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7498         Add unit tests for all samples types that had none before.
7499
7500 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * gst-libs/gst/rtp/gstrtpbuffer.c:
7503           Need to include stdlib.h for abs() here too.
7504
7505 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * gst/playback/gststreaminfo.c:
7508           Fix build.
7509
7510 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7511
7512         * gst/playback/gststreaminfo.c:
7513           Clean up some half-disabled code and comment.
7514
7515 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7518
7519         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7520         (gst_base_rtp_payload_audio_handle_event):
7521         Return FALSE from the event handler to let the parent class handle the
7522         event. Fixes #446766.
7523
7524         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7525         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7526         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7527
7528         * gst-libs/gst/rtp/gstbasertppayload.c:
7529         Bump the MTU to 1400.
7530
7531 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7532
7533         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7534         Add an audio/x-nsf typefind function for the nsfdec element.
7535
7536 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7537         * gst/playback/gstplaybasebin.c:
7538         Included "myth://" on stream_uris list for enable buffering to mythtv files
7539
7540 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7541
7542         * docs/libs/gst-plugins-base-libs-sections.txt:
7543         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7544         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7545         (gst_rtcp_unix_to_ntp):
7546         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7547         Fix parsing of RB blocks.
7548         Fix docs.
7549         Added helper functions to convert to/from UNIX and NTP time.
7550         API: gst_rtcp_ntp_to_unix()
7551         API: gst_rtcp_unix_to_ntp()
7552
7553         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7554         (gst_rtp_buffer_get_header_len),
7555         (gst_rtp_buffer_get_extension_data),
7556         (gst_rtp_buffer_get_payload_subbuffer),
7557         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7558         (gst_rtp_buffer_ext_timestamp):
7559         * gst-libs/gst/rtp/gstrtpbuffer.h:
7560         Fix some more docs.
7561         Implement handling of packets with extensions.
7562         Fix padding check in _validate().
7563         Added function to get extension data.
7564         API: gst_rtp_buffer_get_header_len()
7565         API: gst_rtp_buffer_get_extension_data()
7566
7567 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7570         (gst_base_rtp_depayload_class_init),
7571         (gst_base_rtp_depayload_set_gst_timestamp):
7572         Add some more docs for the queue-delay property and fix a typo in a
7573         comment.
7574
7575         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7576         Fix typo.
7577
7578 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst-libs/gst/audio/gstbaseaudiosink.c:
7581         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7582         (gst_base_audio_sink_change_state):
7583         When skew slaving, try to hover around the middle of a segment so that
7584         we at most drift by half a segment.
7585         If we are aligning in the oposite direction of the clock skew, we don't
7586         have to resync.
7587
7588 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7589
7590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7591         (gst_base_rtp_depayload_setcaps),
7592         (gst_base_rtp_depayload_set_gst_timestamp):
7593         Be less silly with the segment start, just apply the clock-base to the
7594         timestamp.
7595
7596 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7599         (gst_base_rtp_depayload_class_init),
7600         (gst_base_rtp_depayload_finalize),
7601         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7602         (gst_base_rtp_depayload_handle_sink_event),
7603         (gst_base_rtp_depayload_set_gst_timestamp),
7604         (gst_base_rtp_depayload_change_state):
7605         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7606         Deprecate the queue handling thread thing and remove the code.
7607         Use new method to calculate the extended timestamp.
7608
7609 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7610
7611         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7612         (gst_rtcp_packet_sdes_copy_entry):
7613         Use g_strndup which does exactly what we want.
7614
7615         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7616         (gst_rtp_buffer_ext_timestamp):
7617         * gst-libs/gst/rtp/gstrtpbuffer.h:
7618         Add helper function to compare seqnums.
7619         Add helper function to calculate extended timestamps.
7620         API: gst_rtp_buffer_compare_seqnum()
7621         API: gst_rtp_buffer_ext_timestamp()
7622
7623 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7624
7625         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7626         (gst_rtcp_packet_sdes_get_entry),
7627         (gst_rtcp_packet_sdes_copy_entry):
7628         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7629         Fix and document SDES item data function.
7630         Add new function that makes a proper copy of SDES item data.
7631         API: gst_rtcp_packet_sdes_copy_entry()
7632
7633 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7634
7635         * configure.ac:
7636         * gst/Makefile.am:
7637           The tcp and subparse plugins are under gst, but not totaly free of
7638           dependencies. Handle selection inconfigure.ac, so that they show up
7639           on the final list of what is build and what is not. Maybe they should
7640           better be moved to ext.
7641
7642 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7643
7644         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7645
7646         * configure.ac:
7647         * gst/Makefile.am:
7648           Check if libxml provides HTML parser which subparse needs.
7649           Fixes #451970.
7650
7651 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         * ext/alsa/gstalsa.c:
7654           Fix typo and compilation on big endian systems.
7655
7656 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * gst/subparse/gstssaparse.c:
7659           Convert SSA newline codes into actual newline characters (#470766).
7660
7661 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         * docs/libs/gst-plugins-base-libs-sections.txt:
7664         * gst-libs/gst/pbutils/install-plugins.c:
7665         * gst-libs/gst/pbutils/install-plugins.h:
7666         * tests/check/libs/pbutils.c:
7667           API: also add gst_install_plugins_supported() while we're at it
7668           (see #470456).
7669
7670 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         * docs/libs/gst-plugins-base-libs-sections.txt:
7673         * gst-libs/gst/pbutils/missing-plugins.c:
7674         * gst-libs/gst/pbutils/missing-plugins.h:
7675         * tests/check/libs/pbutils.c:
7676           API: add gst_missing_*_installer_detail_new() convenience API so
7677           that applications that know exactly what they're missing can request
7678           installer detail strings for those items directly instead of having
7679           to first create a dummy missing-plugin message and then get the
7680           installer detail string from that.  Fixes #470456.
7681
7682 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7683
7684         * gst/playback/gstdecodebin.c: (close_pad_link):
7685         We need to set up delayed-linking whenever the caps are non-fixed,
7686         not just when there are multiple types - use gst_pad_is_fixed()
7687         to test.
7688
7689 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * gst-libs/gst/pbutils/missing-plugins.c:
7692           (gst_missing_plugin_message_get_installer_detail):
7693           Add missing separator in PID fallback case.
7694
7695 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7696
7697         * ext/alsa/Makefile.am:
7698         There is no GST_PLUGINS_BASE_LIBS defined.
7699         
7700         * ext/alsa/gstalsa.c:
7701         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7702         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7703         Add support for ALSA 24-bit formats.
7704         snd_pcm_delay can return an error code, especially
7705         during XRUNS. In that case, the best we can do is assume
7706         delay = 0.
7707
7708         * gst/audioconvert/Makefile.am:
7709         Add flags from -base before any more-remote dependencies.
7710
7711 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7712
7713         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7714
7715         * gst/volume/gstvolume.c: (volume_choose_func),
7716         (volume_update_real_volume), (gst_volume_set_volume),
7717         (gst_volume_init), (volume_process_int32),
7718         (volume_process_int32_clamp), (volume_process_int24),
7719         (volume_process_int24_clamp), (volume_process_int16),
7720         (volume_process_int16_clamp), (volume_process_int8),
7721         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7722         * gst/volume/gstvolume.h:
7723         Add support for int32, int24 and int8 to the volume element.
7724         Fixes #445529.
7725
7726 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * tests/examples/Makefile.am:
7729           Fix even more.
7730
7731 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7732
7733         * configure.ac:
7734         * docs/libs/Makefile.am:
7735         * docs/libs/gst-plugins-base-libs-docs.sgml:
7736         * docs/libs/gst-plugins-base-libs-sections.txt:
7737         * ext/gnomevfs/gstgnomevfssrc.c:
7738         * ext/gnomevfs/gstgnomevfssrc.h:
7739         * gst-libs/gst/Makefile.am:
7740         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7741         * pkgconfig/gstreamer-plugins-base.pc.in:
7742         * sys/v4l/v4lsrc_calls.c:
7743         * tests/examples/Makefile.am:
7744         * win32/common/config.h:
7745           Revert unwanted commit. many thanks to moap. I want a fix for 
7746           https://thomas.apestaart.org/moap/trac/ticket/239
7747
7748 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7749
7750         * gst/volume/gstvolume.c:
7751           Move passthrough below gst_object_sync_values(). Fixes #442654.
7752
7753 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7754
7755         * gst-libs/gst/audio/audio.c:
7756         Clarify the docs a little.
7757
7758 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * gst/volume/gstvolume.c:
7761           Enable liboil for float and add more details about problems with
7762           int16.
7763
7764 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7767         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7768
7769 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7770
7771         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7772         When calculating the first timestamp of the buffers, don't go below 0
7773         and clip the samples because the offset was on the eos page.
7774         Fixes #466717.
7775
7776 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7779         (gst_ogg_demux_collect_chain_info):
7780         Also submit the eos page when trying to find the first timestamp.
7781         See #466717.
7782
7783 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7784
7785         * gst-libs/gst/audio/audio.h:
7786         Use gst_util_uint64_scale() instead of doing the math
7787         with double for GST_FRAMES_TO_CLOCK_TIME() and
7788         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7789         prevents rounding errors. Fixes #467667.
7790
7791 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7792
7793         * gst-libs/gst/rtsp/gstrtspconnection.c:
7794         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7795         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7796         * gst-libs/gst/rtsp/gstrtspconnection.h:
7797         Small cleanups.
7798         On shutdown, don't read the control socket yet.
7799         Set timeout value correctly in all cases.
7800         Add function to check if the server accepts reads or writes.
7801         API: gst_rtsp_connection_poll()
7802
7803         * gst-libs/gst/rtsp/gstrtspdefs.h:
7804         Fix compilation with -pedantic.
7805         Add enum for _poll.
7806
7807 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         Patch by: Olivier Crete  <tester at tester ca>
7810
7811         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7812         (gst_basertppayload_getcaps):
7813         * gst-libs/gst/rtp/gstbasertppayload.h:
7814         Add getcaps vfunc to basertppayload. See #465146.
7815
7816 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7817
7818         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7819         Only post buffering messages when we are a stream.
7820
7821 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7822
7823         * gst-libs/gst/pbutils/install-plugins.c:
7824         * gst-libs/gst/pbutils/missing-plugins.c:
7825           Small docs fix and addition.
7826
7827 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7828
7829         * tests/icles/.cvsignore:
7830         * tests/icles/Makefile.am:
7831         * tests/icles/test-textoverlay.c:
7832           Add a dumb little test for textoverlay alignments.
7833
7834 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         Patch by: Dan Williams  <dcbw redhat com>
7837
7838         * ext/pango/gsttextoverlay.c:
7839         * ext/pango/gsttextoverlay.h:
7840           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7841           "silent" property so there's a Since tag in the API reference.
7842
7843 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7844
7845         * gst-libs/gst/rtp/gstbasertppayload.c:
7846         (gst_basertppayload_set_outcaps):
7847         * gst-libs/gst/rtp/gstbasertppayload.h:
7848         Improve caps negotiation so that downstream elements can confiure
7849         certain RTP properties by fixing them on the caps. See #465146.
7850         Add docs.
7851
7852 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7853
7854         * docs/libs/gst-plugins-base-libs-sections.txt:
7855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7856         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7857           Mark as deprecated some macros which were presumably meant to be
7858           private API and accidentally exposed in the public header file.
7859           Also actually _init() lock (only works at the moment because the
7860           struct is zeroed out when created and the initial values in the
7861           mutex struct are zeroes too). (#459585)
7862
7863 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7864
7865         * docs/libs/Makefile.am:
7866           Remove cruft and do some cleanups.
7867
7868         * docs/libs/gst-plugins-base-libs-docs.sgml:
7869           Prepare for comming gtkdoc features (rebase against online docs).
7870
7871 2007-08-10  Michael Smith <msmith@fluendo.com>
7872
7873         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7874           Debug output fixes.
7875         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7876         (GST_START_TEST):
7877           Change the number of buffers used; 500 is too many and leads to
7878           timeouts.
7879
7880 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * gst/playback/gstqueue2.c:
7883         * gst/videorate/gstvideorate.c:
7884           Printf format fixes (#465028).
7885
7886 2007-08-09  Michael Smith <msmith@fluendo.com>
7887
7888         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7889           If we have a large (> 1 second) discontinuity, push a series of
7890           smaller buffers rather than a single very large buffer. Avoids
7891           unreasonably large single buffer allocations when encountering a
7892           large gap.
7893         * tests/check/elements/audiorate.c: (GST_START_TEST),
7894         (audiorate_suite):
7895           Add a test for this.
7896
7897 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7898
7899         * gst/playback/gstplaybasebin.c: (group_commit),
7900         (queue_remove_probe), (queue_threshold_reached):
7901
7902         Patch by: Josep Torra Valles <josep@fluendo.com>
7903         Fixes: #465015
7904         Make sure we remove the check_queues buffer probe from the 
7905         correct queue to avoid racily going back to "buffering 99%" when
7906         buffering is actually complete.
7907
7908         Also, fix the spelling of Josep's surname in the ChangeLog.
7909
7910 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7911
7912         * ext/ogg/gstoggmux.c:
7913           Do not leak oggmux instance.
7914         
7915         * ext/vorbis/vorbisenc.c:
7916           Also log values.
7917
7918 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7919
7920         * po/hu.po:
7921         * po/it.po:
7922         * po/nl.po:
7923         * po/uk.po:
7924         * po/vi.po:
7925           Updated translations.
7926
7927 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7928
7929         patch by: Yang Hong <hongyang@redflag-linux.com>
7930
7931         * ext/pango/gsttextoverlay.c:
7932         * ext/pango/gsttextoverlay.h:
7933           Add 'silent' property to GstTimeOverlay. Fixes #462979
7934
7935 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7936
7937         Patch by: Josep Torra Valles <josep@fluendo.com>
7938
7939         * docs/plugins/gst-plugins-base-plugins.args:
7940         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7941         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7942         (gst_uri_decode_bin_get_property), (gen_source_element):
7943         Add connection-speed property. Fixes #464690.
7944
7945 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7946
7947         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7948
7949         * configure.ac:
7950         * gst-libs/gst/rtsp/Makefile.am:
7951         * gst-libs/gst/rtsp/gstrtspconnection.c:
7952         (gst_rtsp_connection_connect):
7953         Fix compilation on windows. Fixes #464320.
7954
7955 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7956
7957         Patch by: Josep Torra Valles <josep@fluendo.com>
7958
7959         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7960         (gst_play_base_bin_init), (queue_threshold_reached),
7961         (gen_source_element), (setup_substreams),
7962         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7963         (gst_play_base_bin_get_streaminfo_value_array):
7964         * gst/playback/gstplaybasebin.h:
7965         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7966         (gst_play_bin_set_property), (gst_play_bin_get_property),
7967         (gst_play_bin_handle_redirect_message):
7968         Move connection-speed property from playbin to playbasebin so that we
7969         can also configure it in source elements that have the connection-speed
7970         property. Fixes #464028.
7971         Add some debug info here and there.
7972
7973 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7974
7975         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7976         Properly respond to conversion queries. Fixes #464079.
7977
7978 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7979
7980         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7981         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7982         (gst_audio_test_src_init_sine_table),
7983         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7984         * gst/audiotestsrc/gstaudiotestsrc.h:
7985         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7986         Also set the default volume to the default value specified in the
7987         GParamSpec.
7988
7989 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7990
7991         Patch by: Jens Granseuer <jensgr at gmx dot net>
7992
7993         * gst/audioconvert/gstaudioquantize.c:
7994         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7995
7996 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7999         Add rdt manager for rdt transport.
8000         Fix parsing of RDT transport.
8001
8002 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8003
8004         * configure.ac:
8005         Back to CVS
8006
8007 === release 0.10.14 ===
8008
8009 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8010
8011         * configure.ac:
8012           releasing 0.10.14, "Light Years Ahead"
8013
8014 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8015
8016         * tests/check/libs/audio.c: (GST_START_TEST):
8017         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8018
8019 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8020
8021         * gst-libs/gst/audio/audio.c:
8022         When clipping a buffer with no timestamp, assume it is
8023         within the segment without warnings.
8024
8025         Fixes: #460978
8026
8027 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8030         Fire the signal on the object, not the interface.
8031
8032 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8033
8034         * gst-libs/gst/rtsp/.cvsignore:
8035         Ber. Don't include the full path, idiot.
8036
8037 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8038
8039         * gst-libs/gst/rtsp/.cvsignore:
8040         Ignore generated files.
8041
8042 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8043
8044         * gst-libs/gst/interfaces/Makefile.am:
8045         * gst-libs/gst/interfaces/interfaces-marshal.list:
8046         * gst-libs/gst/interfaces/rtspextension.c:
8047         * gst-libs/gst/interfaces/rtspextension.h:
8048         * gst-libs/gst/rtsp/Makefile.am:
8049         * gst-libs/gst/rtsp/gstrtsp.h:
8050         * gst-libs/gst/rtsp/gstrtspextension.c:
8051         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8052         (gst_rtsp_extension_detect_server),
8053         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8054         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8055         (gst_rtsp_extension_configure_stream),
8056         (gst_rtsp_extension_get_transports),
8057         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8058         * gst-libs/gst/rtsp/gstrtspextension.h:
8059         * gst-libs/gst/rtsp/rtsp-marshal.list:
8060         Move the rtspextension.h interface into gstrtspextension.h
8061         as part of libgstrtsp instead of libgstinterfaces, because it's
8062         only for use within plugins, not applications. 
8063         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8064         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8065         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8066         is abstract.
8067
8068 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8069
8070         * gst-libs/gst/interfaces/Makefile.am:
8071         * gst-libs/gst/interfaces/interfaces-marshal.list:
8072         * gst-libs/gst/interfaces/rtspextension.c:
8073         (gst_rtsp_extension_iface_init),
8074         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8075         * gst-libs/gst/interfaces/rtspextension.h:
8076         Fix marshaller for the send signal.
8077         Add URL to stream selection interface method.
8078
8079 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8080
8081         * gst-libs/gst/riff/Makefile.am:
8082         Pull in our dependencies from -base before those from outside.
8083
8084 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8085
8086         * docs/libs/gst-plugins-base-libs-sections.txt:
8087         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8088         * gst-libs/gst/rtsp/gstrtspbase64.h:
8089         API: gst_rtsp_base64_decode_ip()
8090         Added function to decode Base64 in-place.
8091
8092 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8093
8094         * tests/check/libs/.cvsignore:
8095         Ignore the mixer test binary.
8096
8097 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8098
8099         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8100         Gratuitous comment change to trigger a rebuild on the buildbots.
8101
8102 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8103
8104         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8105         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8106         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8107         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8108         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8109         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8110         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8111         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8112         (gst_sdp_media_get_attribute_val):
8113         * gst-libs/gst/sdp/gstsdpmessage.h:
8114         Constify args where we can.
8115
8116 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst-libs/gst/interfaces/Makefile.am:
8119         * gst-libs/gst/interfaces/rtspextension.c:
8120         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8121         (gst_rtsp_extension_detect_server),
8122         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8123         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8124         (gst_rtsp_extension_configure_stream),
8125         (gst_rtsp_extension_get_transports),
8126         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8127         * gst-libs/gst/interfaces/rtspextension.h:
8128         Move interface for RTSP extensions from -good to here.
8129         Added helper methods to invoke interface methods.
8130
8131 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8132
8133         * docs/libs/gst-plugins-base-libs-sections.txt:
8134         * gst-libs/gst/rtsp/gstrtspdefs.h:
8135         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8136         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8137         (gst_rtsp_message_init_response),
8138         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8139         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8140         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8141         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8142         (gst_rtsp_message_get_body), (dump_key_value):
8143         * gst-libs/gst/rtsp/gstrtspmessage.h:
8144         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8145         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8146         (gst_rtsp_range_parse):
8147         * gst-libs/gst/rtsp/gstrtsprange.h:
8148         * gst-libs/gst/rtsp/gstrtsptransport.c:
8149         * gst-libs/gst/rtsp/gstrtspurl.c:
8150         Fix some more RTSP docs.
8151         Add some missing methods for dealing with messages.
8152
8153 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8154
8155         * docs/libs/gst-plugins-base-libs-docs.sgml:
8156         * docs/libs/gst-plugins-base-libs-sections.txt:
8157         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8158         * gst-libs/gst/rtsp/gstrtspbase64.h:
8159         * gst-libs/gst/rtsp/gstrtspconnection.c:
8160         (gst_rtsp_connection_connect), (add_auth_header),
8161         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8162         (read_body), (gst_rtsp_connection_receive),
8163         (gst_rtsp_connection_next_timeout),
8164         (gst_rtsp_connection_reset_timeout),
8165         (gst_rtsp_connection_set_auth):
8166         * gst-libs/gst/rtsp/gstrtspconnection.h:
8167         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8168         * gst-libs/gst/rtsp/gstrtspdefs.h:
8169         * gst-libs/gst/rtsp/gstrtspmessage.h:
8170         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8171         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8172         (gst_rtsp_range_parse):
8173         * gst-libs/gst/rtsp/gstrtspurl.h:
8174         Added beginnings of RTSP documentation.
8175
8176 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8177
8178         * docs/libs/Makefile.am:
8179         * docs/libs/gst-plugins-base-libs-docs.sgml:
8180         * docs/libs/gst-plugins-base-libs-sections.txt:
8181         * gst-libs/gst/sdp/gstsdp.h:
8182         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8183         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8184         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8185         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8186         (gst_sdp_message_get_attribute_val),
8187         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8188         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8189         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8190         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8191         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8192         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8193         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8194         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8195         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8196         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8197         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8198         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8199         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8200         (gst_sdp_media_get_attribute_val_n),
8201         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8202         (print_media), (gst_sdp_message_dump):
8203         * gst-libs/gst/sdp/gstsdpmessage.h:
8204         Document the SDP library.
8205         Add some of the missing SDPMedia methods.
8206
8207 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8208
8209         * configure.ac:
8210         * gst-libs/gst/Makefile.am:
8211         * gst-libs/gst/rtsp/Makefile.am:
8212         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8213         * gst-libs/gst/rtsp/gstrtspbase64.h:
8214         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8215         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8216         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8217         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8218         (parse_response_status), (parse_request_line), (parse_line),
8219         (gst_rtsp_connection_read), (read_body),
8220         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8221         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8222         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8223         (gst_rtsp_connection_set_auth):
8224         * gst-libs/gst/rtsp/gstrtspconnection.h:
8225         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8226         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8227         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8228         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8229         (gst_rtsp_find_method):
8230         * gst-libs/gst/rtsp/gstrtspdefs.h:
8231         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8232         (gst_rtsp_message_new), (gst_rtsp_message_init),
8233         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8234         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8235         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8236         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8237         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8238         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8239         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8240         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8241         (gst_rtsp_message_dump):
8242         * gst-libs/gst/rtsp/gstrtspmessage.h:
8243         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8244         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8245         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8246         * gst-libs/gst/rtsp/gstrtsprange.h:
8247         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8248         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8249         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8250         (range_as_text), (rtsp_transport_mode_as_text),
8251         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8252         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8253         (gst_rtsp_transport_free):
8254         * gst-libs/gst/rtsp/gstrtsptransport.h:
8255         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8256         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8257         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8258         * gst-libs/gst/rtsp/gstrtspurl.h:
8259         * gst-libs/gst/sdp/Makefile.am:
8260         * gst-libs/gst/sdp/gstsdp.h:
8261         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8262         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8263         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8264         (gst_sdp_attribute_init), (gst_sdp_message_new),
8265         (gst_sdp_message_init), (gst_sdp_message_uninit),
8266         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8267         (gst_sdp_media_uninit), (gst_sdp_media_free),
8268         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8269         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8270         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8271         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8272         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8273         (gst_sdp_message_get_attribute_val),
8274         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8275         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8276         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8277         (gst_sdp_media_get_attribute_val_n),
8278         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8279         (read_string), (read_string_del), (gst_sdp_parse_line),
8280         (gst_sdp_message_parse_buffer), (print_media),
8281         (gst_sdp_message_dump):
8282         * gst-libs/gst/sdp/gstsdpmessage.h:
8283         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8284         Move SDP and RTSP from helper objects in -good to a reusable library.
8285         Use a proper gst_ namespace.
8286
8287 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8288
8289         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8290         (vorbis_dec_flush_decode):
8291         Use the new buffer clipping function from gstaudio here.
8292
8293 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8294
8295         * docs/libs/gst-plugins-base-libs-sections.txt:
8296         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8297         * gst-libs/gst/audio/audio.h:
8298         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8299         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8300         Also add deprecation guards for gst_audio_structure_set_int() to the
8301         header.
8302
8303 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8304
8305         * docs/libs/gst-plugins-base-libs-sections.txt:
8306           Cleanup the docs.
8307
8308 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8309
8310         Patch by: Dan Williams <dcbw at redhat dot com>
8311
8312         * gst/playback/gstplaybasebin.c:
8313         (gst_play_base_bin_get_streaminfo_value_array):
8314         Don't return NULL when querying the stream info value array but instead
8315         return an empty array. Fixes #459204.
8316
8317 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8318
8319         * gst/playback/gsturidecodebin.c:
8320           Init debug category before using it.
8321
8322 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8323
8324         * gst-libs/gst/interfaces/mixer.h:
8325         Add padding vars in place of the signal pointers
8326         when building with DISABLE_DEPRECATED so that the
8327         interface structure doesn't change size.
8328
8329 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8330
8331         * docs/libs/gst-plugins-base-libs-sections.txt:
8332         * ext/alsa/gstalsamixer.c:
8333         * ext/alsa/gstalsamixer.h:
8334         * ext/alsa/gstalsamixerelement.c:
8335         * ext/alsa/gstalsamixertrack.c:
8336         * gst-libs/gst/interfaces/mixer.c:
8337         * gst-libs/gst/interfaces/mixer.h:
8338         * gst-libs/gst/interfaces/mixeroptions.c:
8339         * gst-libs/gst/interfaces/mixeroptions.h:
8340         * gst-libs/gst/interfaces/mixertrack.c:
8341         * gst-libs/gst/interfaces/mixertrack.h:
8342         * tests/check/Makefile.am:
8343         * tests/check/libs/mixer.c:
8344
8345         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8346         Fixes: #152864 
8347
8348         Add support for notifying mixer changes on the message bus, and
8349         implement it in alsamixer.
8350
8351         API: gst_mixer_get_mixer_flags
8352         API: gst_mixer_message_parse_mute_toggled
8353         API: gst_mixer_message_parse_record_toggled
8354         API: gst_mixer_message_parse_volume_changed
8355         API: gst_mixer_message_parse_option_changed
8356         API: GstMixerMessageType
8357         API: GstMixerFlags
8358
8359 2007-07-20  Michael Smith <msmith@fluendo.com>
8360
8361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8362         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8363           xcontext->im_format is only for testing XShm support (as the header
8364           file comments document). Use xvimage->im_format for everything else.
8365           Avoids spurious warnings on buffer allocation before setcaps.
8366
8367 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8368
8369         * tests/examples/volume/Makefile.am:
8370         * tests/icles/Makefile.am:
8371           We should use $(LIBM).
8372
8373 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8374
8375         * tests/icles/Makefile.am:
8376           This needs -lm.
8377
8378 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8379
8380         * gst-libs/gst/rtp/gstbasertppayload.c:
8381         (gst_basertppayload_class_init), (gst_basertppayload_init),
8382         (gst_basertppayload_set_property),
8383         (gst_basertppayload_get_property):
8384         Don't break ABI, restore previous ranges. Keep the default random
8385         selection of timestamp and seqnum offset but as soon as the app sets a
8386         specific value, use that one.
8387
8388 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8389
8390         Patch by: Bastien Nocera <hadess at hadess dot net>
8391
8392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8393         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8394         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8395         * sys/xvimage/xvimagesink.h:
8396         Add option to turn off double-buffering for debugging purposes.
8397         Fixes #437169.
8398
8399 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8400
8401         Patch by: Jorn Baayen <jorn at openedhand dot com>
8402
8403         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8404         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8405         (gst_ximagesink_init), (gst_ximagesink_class_init):
8406         * sys/ximage/ximagesink.h:
8407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8408         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8409         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8410         * sys/xvimage/xvimagesink.h:
8411         add 'handle-expose' property. Useful for video widgets which may want to
8412         be in control of Expose behaviour. Fixes #380625
8413
8414 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8415
8416         * gst-libs/gst/rtp/gstbasertppayload.c:
8417         (gst_basertppayload_class_init), (gst_basertppayload_init),
8418         (gst_basertppayload_event), (gst_basertppayload_push),
8419         (gst_basertppayload_set_property),
8420         (gst_basertppayload_get_property),
8421         (gst_basertppayload_change_state):
8422         * gst-libs/gst/rtp/gstbasertppayload.h:
8423         Fix ranges of rtp payloader properties so that the full range can be
8424         used in addition to -1 (random).
8425         Fix wrong seqnum reporting in caps.
8426         Fixes #420326.
8427
8428 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8429
8430         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8431         (gst_video_rate_query):
8432         Use boilerplate.
8433         Add latency query, might not be perfect yet but already works a lot
8434         better. Fixes #442557.
8435
8436 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8437
8438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8439         (gst_xvimagesink_setcaps):
8440         * sys/xvimage/xvimagesink.h:
8441         After a caps change, redraw our borders to avoid garbage left there
8442         when the image format changes to a smaller size, like 16:9 -> 4:3
8443         Also, hold the flow_lock a bit longer in the set_caps while we're
8444         fiddling with the xcontext.
8445
8446 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8447
8448         * Makefile.am:
8449         * configure.ac:
8450         * tests/Makefile.am:
8451         Remove bogus check for libcheck, since we check for
8452         gstreamer-check and it pulls in the required info from there, and we
8453         weren't actually _using_ the information for libcheck ourselves
8454         anyway.
8455
8456 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8457
8458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8459         (gst_ffmpeg_caps_to_pixfmt):
8460         Fix the r_mask test for RGBA32 on little-endian.
8461         Fix a stupid typo that would have obviously broken 
8462         compilation on big-endian, if anyone was testing.
8463
8464 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8465
8466         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8467         (paint_hline_str4):
8468         * gst/videotestsrc/videotestsrc.h:
8469         Add alpha to the color struct.
8470         Use a default alpha value of 255 instead of 128.
8471
8472 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8473
8474         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8475         (setup_source):
8476         Clear the dynamic pads counter when starting a new uri. This makes
8477         reusing playbin work again.
8478         Fixes #454264.
8479
8480 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8481
8482         * configure.ac:
8483           Use pkg-config to locate check.
8484
8485 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8486
8487         * configure.ac:
8488         * tests/check/elements/volume.c: (GST_START_TEST):
8489           Fix 'make check' build against core CVS.
8490
8491 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8492
8493         * gst-libs/gst/interfaces/propertyprobe.c:
8494         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8495         * gst-libs/gst/tag/gstvorbistag.c:
8496           Make gtk-doc happy.
8497
8498 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8499
8500         * gst-libs/gst/audio/gstbaseaudiosink.c:
8501         (gst_base_audio_sink_callback):
8502           Quick hack to make audiosinks stop at EOS when operating in
8503           pull-mode; needs to be fixed properly some day.
8504
8505 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8506
8507         * docs/libs/gst-plugins-base-libs-sections.txt:
8508           Fix location of includes in the docs.
8509
8510 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8511
8512         * gst/ffmpegcolorspace/avcodec.h:
8513         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8514         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8515         (gst_ffmpegcsp_avpicture_fill):
8516         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8517         (img_get_alpha_info):
8518         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8519         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8520         end of the word. Partially fixes #451908
8521
8522 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8523
8524         * docs/libs/Makefile.am:
8525         * docs/plugins/Makefile.am:
8526           Simplify --extra-dir as gtkdoc scans recursively.
8527
8528 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8529
8530         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8531         (gst_adder_request_new_pad):
8532         Make getcaps more robust by not using the proxycaps function. This makes
8533         sure that we don't end up recursively calling getcaps upstream.
8534         See #316248.
8535
8536 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8537
8538         * gst/audioconvert/audioconvert.c:
8539         Include math.h to fix compilation.
8540
8541 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8542
8543         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8544         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8545         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8546         format, as produced by some dc1394 cameras like the iSight.
8547         See http://www.fourcc.org/yuv.php#IYU1
8548
8549 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8550
8551         * gst/audioconvert/Makefile.am:
8552         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8553         (check_default), (audio_convert_prepare_context),
8554         (audio_convert_clean_context), (audio_convert_convert):
8555         * gst/audioconvert/audioconvert.h:
8556         * gst/audioconvert/gstaudioconvert.c:
8557         (gst_audio_convert_dithering_get_type),
8558         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8559         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8560         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8561         * gst/audioconvert/gstaudioconvert.h:
8562         * gst/audioconvert/gstaudioquantize.c:
8563         (gst_audio_quantize_setup_noise_shaping),
8564         (gst_audio_quantize_free_noise_shaping),
8565         (gst_audio_quantize_setup_dither),
8566         (gst_audio_quantize_free_dither),
8567         (gst_audio_quantize_setup_quantize_func),
8568         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8569         * gst/audioconvert/gstaudioquantize.h:
8570         Implement dithering and noise shaping in audioconvert. By default now
8571         TPDF dithering (and no noise shaping) will be used when converting
8572         from a higher bit depth to 20 bit depth or smaller, otherwise
8573         everything will be as it is now.
8574         For the last audioconvert in a pipeline it would make sense to
8575         use some kind of noise shaping, enabling it by default for all
8576         conversions would give undesired results though. Fixes #360246.
8577         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8578         (GST_START_TEST):
8579         Adjust unit test for the new audioconvert.
8580
8581 2007-06-28  Wim Taymans  <wim@fluendo.com>
8582
8583         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8584         Use other metrics as well when estimating the buffer level.
8585
8586 2007-06-28  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8589         Small debug improvement.
8590
8591         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8592         (plugin_init):
8593         Tweak the rate estimation period.
8594         When calculating the buffer filledness in rate estimation mode, don't
8595         mix it with other metrics.
8596
8597 2007-06-28  Wim Taymans  <wim@fluendo.com>
8598
8599         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8600         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8601         When creating the groups, allow for a 5 second, unlimited buffers
8602         preroll phase after which we expose the group.
8603         When the group is exposed, use a small number of buffers up to a 2
8604         second limit. Also disconnect the overrun signal from multiqueue when we
8605         exposed the group because it is not needed anymore.
8606
8607 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8608
8609         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8610           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8611           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8612           (#451707); also, output some debugging info when dealing with
8613           freeform strings.
8614
8615         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8616           Add unit test for the above.
8617
8618 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8619
8620         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8621           Add description for Windows Media RTP caps.
8622
8623         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8624           Remove RTP fields that don't define the format from caps.
8625
8626 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8627
8628         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8629           Skip empty buffers, but not empty header buffers. That way the original
8630           vorbisdec unit test still passes (#451145); also, take into account
8631           that those empty packets might carry a granulepos.
8632
8633         * tests/check/Makefile.am:
8634         * tests/check/elements/vorbisdec.c:
8635         (_create_codebook_header_buffer), (_create_audio_buffer),
8636         (GST_START_TEST), (vorbisdec_suite):
8637           Add unit test that sends an empty packet.
8638
8639 2007-06-27  Wim Taymans  <wim@fluendo.com>
8640
8641         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8642         Don't error out on 0-sized packets, just emit a warning because this is
8643         not a fatal error. Fixes #451145.
8644
8645 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8646
8647         * docs/plugins/gst-plugins-base-plugins.args:
8648         * docs/plugins/gst-plugins-base-plugins.signals:
8649         * docs/plugins/inspect/plugin-adder.xml:
8650         * docs/plugins/inspect/plugin-alsa.xml:
8651         * docs/plugins/inspect/plugin-audioconvert.xml:
8652         * docs/plugins/inspect/plugin-audiorate.xml:
8653         * docs/plugins/inspect/plugin-audioresample.xml:
8654         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8655         * docs/plugins/inspect/plugin-cdparanoia.xml:
8656         * docs/plugins/inspect/plugin-decodebin.xml:
8657         * docs/plugins/inspect/plugin-decodebin2.xml:
8658         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8659         * docs/plugins/inspect/plugin-gdp.xml:
8660         * docs/plugins/inspect/plugin-gnomevfs.xml:
8661         * docs/plugins/inspect/plugin-libvisual.xml:
8662         * docs/plugins/inspect/plugin-ogg.xml:
8663         * docs/plugins/inspect/plugin-pango.xml:
8664         * docs/plugins/inspect/plugin-playbin.xml:
8665         * docs/plugins/inspect/plugin-subparse.xml:
8666         * docs/plugins/inspect/plugin-tcp.xml:
8667         * docs/plugins/inspect/plugin-theora.xml:
8668         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8669         * docs/plugins/inspect/plugin-video4linux.xml:
8670         * docs/plugins/inspect/plugin-videorate.xml:
8671         * docs/plugins/inspect/plugin-videoscale.xml:
8672         * docs/plugins/inspect/plugin-videotestsrc.xml:
8673         * docs/plugins/inspect/plugin-volume.xml:
8674         * docs/plugins/inspect/plugin-vorbis.xml:
8675         * docs/plugins/inspect/plugin-ximagesink.xml:
8676         * docs/plugins/inspect/plugin-xvimagesink.xml:
8677           Update docs with caps info.
8678
8679 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8680
8681         * po/POTFILES.in:
8682           Add more files with translatable strings (#450875).
8683
8684 2007-06-23  Edward Hervey  <edward@fluendo.com>
8685
8686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8687         The chain should be freed if we error out here, else it will leak.
8688         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8689         (cleanup_decodebin):
8690         Don't forget to *properly* remove the signals, else it will leak.
8691
8692 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8693
8694         * MAINTAINERS:
8695         Updating all the maintainers files
8696
8697 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8698
8699         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8700         (main):
8701           Destroy and recreate parse-launch based pipeline after stop to be able
8702           to play again. Reorder some code and add more comments.
8703
8704 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8705
8706         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8707         When handling a delayed-caps notification case, mark
8708         the group as dynamic so that the nbdynamic count is
8709         incremented and decremented correctly. Fixes: #449156
8710         Patch by: Wim Taymans <wim@fluendo.com>
8711
8712 2007-06-19  Andy Wingo  <wingo@pobox.com>
8713
8714         * gst-libs/gst/audio/gstbaseaudiosink.c
8715         (gst_base_audio_sink_init): Enable pull-mode operation.
8716
8717 2007-06-19  Michael Smith <msmith@fluendo.com>
8718
8719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8720           Change minimum rate back to 1000 to allow low-sample-rate wav files
8721           to play back.
8722
8723 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8724
8725         * po/vi.po:
8726           Update translations.
8727
8728 2007-06-15  David Schleef  <ds@schleef.org>
8729
8730         * gst/playback/gstqueue2.c:
8731           Fix compile error from ignored return value.
8732
8733 2007-06-15  Michael Smith <msmith@fluendo.com>
8734
8735         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8736           Update tmpbuf for all neccesary rows, not just one, as is required
8737           when downscaling.
8738           Fixes #402076.
8739
8740 2007-06-15  Michael Smith <msmith@fluendo.com>
8741
8742         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8743         (eos_buffer_probe):
8744           Add a test that ensures we set DELTA_UNIT on all non-header,
8745           non-video buffers, if we have a video stream.
8746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8747         (gst_ogg_mux_process_best_pad):
8748           Move setting delta_pad to earlier, where we inspect all pads, so
8749           that leading audio pages don't get DELTA_UNIT unset if they come
8750           before the first DELTA_UNIT from video pages. Fixes the newly-added
8751           test. Fixes #385527.
8752
8753 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8754
8755         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8756           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8757           fails on the p5-ppc64 build bot and the failure looks like it is due
8758           to the same issue as #348114, ie. a compiler bug.
8759
8760 2007-06-13  Edward Hervey  <edward@fluendo.com>
8761
8762         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8763         Fix build on MacOSX.
8764
8765 2007-06-13  Wim Taymans  <wim@fluendo.com>
8766
8767         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8768         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8769         Fix compilation on mingw. Fixes #446972.
8770
8771 2007-06-12  Wim Taymans  <wim@fluendo.com>
8772
8773         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8774
8775         * gst/playback/gstqueue2.c: (update_buffering),
8776         (gst_queue_locked_enqueue):
8777         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8778         also update the buffering status when receiving events. Fixes #446551.
8779
8780 2007-06-11  Wim Taymans  <wim@fluendo.com>
8781
8782         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8783
8784         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8785         (gst_queue_handle_src_query):
8786         Wait for preroll before attempting to forward a duration query upstream.
8787         Fixes #445505.
8788
8789 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8790
8791         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8792         (gst_base_rtp_depayload_set_gst_timestamp):
8793         Use G_GINT64_CONSTANT macro for int64 constant.
8794         * win32/common/libgstinterfaces.def:
8795         * win32/common/libgsttag.def:
8796         Add new exported functions.
8797
8798 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8799
8800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8801           The BOS page of the first Dirac video stream needs to come before
8802           the BOS page of any Vorbis streams or other audio streams, just like
8803           it is with Theora.
8804
8805 2007-06-07  Wim Taymans  <wim@fluendo.com>
8806
8807         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8808         Fix compilation.
8809
8810 2007-06-06  Wim Taymans  <wim@fluendo.com>
8811
8812         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8813
8814         * gst/playback/gstqueue2.c: (gst_queue_init),
8815         (gst_queue_handle_sink_event), (gst_queue_chain),
8816         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8817         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8818         (gst_queue_src_activate_pull):
8819         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8820         Does not yet completely work because duration queries upstream won't
8821         block yet.
8822
8823 2007-06-06  Wim Taymans  <wim@fluendo.com>
8824
8825         * configure.ac:
8826         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8827         Some more fseeko checks.
8828
8829 2007-06-06  Wim Taymans  <wim@fluendo.com>
8830
8831         * configure.ac:
8832         check for large file support.
8833
8834 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8835
8836         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8837
8838         * gst/subparse/gstsubparse.c: (parse_subrip),
8839         (subviewer_unescape_newlines), (parse_subviewer),
8840         (gst_sub_parse_data_format_autodetect),
8841         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8842         * gst/subparse/gstsubparse.h:
8843         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8844         * tests/check/elements/subparse.c: (GST_START_TEST),
8845         (subparse_suite):
8846         Add a unit test for both SubViewer formats.
8847
8848 2007-06-01  Michael Smith <msmith@fluendo.com>
8849
8850         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8851           Don't overflow intermediate values when seeking to large time values
8852           in audiotestsrc.
8853
8854 2007-06-05  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8857         (gst_queue_create_read), (gst_queue_read_item_from_file),
8858         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8859         Include stdio to define fseeko.
8860
8861 2007-06-05  Wim Taymans  <wim@fluendo.com>
8862
8863         Patch by: Edward Hervey  <edward@fluendo.com>
8864
8865         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8866         (gst_v4lsrc_query):
8867         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8868
8869 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         * gst-libs/gst/riff/Makefile.am:
8872         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8873           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8874           our own implementation.
8875
8876 2007-06-05  Wim Taymans  <wim@fluendo.com>
8877
8878         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8879         (gst_base_rtp_depayload_setcaps),
8880         (gst_base_rtp_depayload_set_gst_timestamp),
8881         (gst_base_rtp_depayload_change_state):
8882         Handle timestamp wraparound.
8883
8884 2007-06-05  Wim Taymans  <wim@fluendo.com>
8885
8886         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8887         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8888         (gst_uri_decode_bin_change_state):
8889         Make sure we name srcpads uniquely even when using different internal
8890         decodebins.
8891         Signal no-more-pads when no more dynamic elements exist.
8892         Remove pads on cleanup.
8893
8894 2007-06-05  Wim Taymans  <wim@fluendo.com>
8895
8896         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8897
8898         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8899         (gst_queue_init), (gst_queue_finalize),
8900         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8901         (gst_queue_create_read), (gst_queue_read_item_from_file),
8902         (gst_queue_open_temp_location_file),
8903         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8904         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8905         (gst_queue_is_empty), (gst_queue_is_filled),
8906         (gst_queue_change_state), (gst_queue_set_temp_location),
8907         (gst_queue_set_property):
8908         Add support for filebased buffering. Fixes #441264.
8909
8910 2007-06-05  Wim Taymans  <wim@fluendo.com>
8911
8912         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8913         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8914         (caps_notify_group_cb), (gst_decode_group_new),
8915         (gst_decode_group_free):
8916         Add support for delayed caps fixation when autoplugging.
8917         Optimize cases where a multiqueue is not needed/wanted, like right after
8918         anything that is not a demuxer.
8919
8920 2007-06-05  Wim Taymans  <wim@fluendo.com>
8921
8922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8923         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8924         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8925         consideratly speedup ogg chain detection by not trying to find a base
8926         timestamp for skeleton streams. 
8927
8928 2007-06-05  Wim Taymans  <wim@fluendo.com>
8929
8930         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8931         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8932         (gst_multi_fd_sink_remove_flush),
8933         (gst_multi_fd_sink_remove_client_link),
8934         (gst_multi_fd_sink_handle_client_write),
8935         (gst_multi_fd_sink_handle_clients):
8936         * gst/tcp/gstmultifdsink.h:
8937         Add support for remove_flush.
8938
8939 2007-06-05  Wim Taymans  <wim@fluendo.com>
8940
8941         * docs/design/draft-keyframe-force.txt:
8942         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8943         (theora_enc_chain):
8944         Add draft design for forcing keyframes in encoders and implement in
8945         theoraenc.
8946
8947 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8948
8949         * configure.ac:
8950           Back to CVS
8951
8952 === release 0.10.13 ===
8953
8954 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8955
8956         * configure.ac:
8957           releasing 0.10.13, "What's Going on?"
8958
8959 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8960
8961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8962         In riff, the depth is stored in the size field but it just means that
8963         the least significant bits are cleared. We can therefore just play
8964         the sample as if it had a depth == width. Fixes: #440997
8965
8966         Patch by: Wim Taymans <wim@fluendo.com> 
8967         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8968
8969 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8970
8971         * gst-libs/gst/floatcast/floatcast.h:
8972         Define inline when needed on win32 builds. Fixes: #441295
8973         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8974
8975 2007-05-29  Wim Taymans  <wim@fluendo.com>
8976
8977         * gst/playback/gstplaybasebin.c: (queue_overrun),
8978         (no_more_pads_full):
8979         Stop buffering when the group is commited because the queues filled up.
8980         Fixes #442024.
8981
8982 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8983
8984         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8985         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8986         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8987         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8988         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8989         * ext/alsa/gstalsamixer.h:
8990         * ext/alsa/gstalsamixerelement.c:
8991         (gst_alsa_mixer_element_interface_supported),
8992         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8993         (gst_alsa_mixer_element_set_property),
8994         (gst_alsa_mixer_element_get_property),
8995         (gst_alsa_mixer_element_change_state):
8996         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8997         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8998         (gst_mixer_option_changed):
8999         * gst-libs/gst/interfaces/mixer.h:
9000         Revert commits towards #152864 made so far. We'll pick it up again
9001         after the 0.10.13 release.
9002
9003 2007-05-24  Wim Taymans  <wim@fluendo.com>
9004
9005         * gst-libs/gst/audio/gstbaseaudiosink.c:
9006         (gst_base_audio_sink_render):
9007         After an interrupt (PAUSED/flush) assume that the next sample should not
9008         be aligned to the previous sample. Fixes #417992.
9009
9010 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9011
9012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9013           Don't add channels and rate fields to the template caps for
9014           audio/x-dts, as wavparse might not always be able to set them,
9015           which would then lead to 'caps are not a real subset of the
9016           template caps' warnings.
9017
9018 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9019
9020         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9021         Handle unknown or invalid pads without crashing, as might occur if
9022         a media file like an mp3 is specified as a subtitle file.
9023         Fixes: #410039
9024
9025 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9026
9027         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9028         (setup_sinks):
9029         Block the subtitle bin output queue before ghosting it and linking,
9030         then unblock after. This avoids spurious not-linked errors caused 
9031         by the queue starting up (because it gets linked when it is ghosted). 
9032         Fixes: #350299
9033
9034 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9035
9036         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9037         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9038         file. Avoids flukes where the input gets typefound to some valid but
9039         useless type.
9040
9041 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9042
9043         * tests/check/Makefile.am:
9044         * tests/check/elements/.cvsignore:
9045         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9046         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9047           Add unit test for gnomevfssink seeking and position reporting for
9048           file:// URIs.
9049
9050 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9051
9052         Patch by: Mark Nauwelaerts <manauw at skynet be>
9053
9054         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9055         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9056         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9057         * ext/gnomevfs/gstgnomevfssink.h:
9058           Fix position reporting, especially after a seek (from upstream),
9059           see #412648.
9060
9061 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9062
9063         * ext/cdparanoia/gstcdparanoiasrc.c:
9064           Repair umlaut.
9065
9066 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9067
9068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9069         Specify the full valid range for MP3 samplerates. Fixes a regression
9070         caused by extra header checks since the last release.
9071
9072 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9073
9074         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9076         Fix a locking-order bug I introduced with my changes the other day.
9077         Patch by Mike Smith.
9078
9079 2007-05-21  Michael Smith <msmith@fluendo.com>
9080
9081         * ext/theora/theoradec.c: (theora_handle_data_packet):
9082           Don't look inside 0-length packets (which indicate duplicated
9083           frames)
9084
9085 2007-05-21  Wim Taymans  <wim@fluendo.com>
9086
9087         * ext/cdparanoia/gstcdparanoiasrc.c:
9088         (gst_cd_paranoia_src_read_sector):
9089         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9090         (gst_base_audio_src_create):
9091         Small cleanups.
9092
9093         * ext/theora/theoradec.c: (theora_dec_sink_event):
9094         Fix typo.
9095
9096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9097         (gst_base_rtp_depayload_set_gst_timestamp):
9098         Add some FIXME
9099
9100         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9101         And some debug info when a FIXME path is hit.
9102
9103 2007-05-21  Wim Taymans  <wim@fluendo.com>
9104
9105         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9106         (gst_base_rtp_audio_payload_class_init),
9107         (gst_base_rtp_audio_payload_init),
9108         (gst_base_rtp_audio_payload_finalize),
9109         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9110         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9111         (gst_base_rtp_payload_audio_handle_event):
9112         Some cleanups, remove minptime property as it is now in the parent
9113         class.
9114         Override parent class event function.
9115
9116         * gst-libs/gst/rtp/gstbasertppayload.c:
9117         (gst_basertppayload_class_init), (gst_basertppayload_init),
9118         (gst_basertppayload_event), (gst_basertppayload_set_property),
9119         (gst_basertppayload_get_property):
9120         * gst-libs/gst/rtp/gstbasertppayload.h:
9121         Add min-ptime property.
9122         Add handle-event vmethod. Fixes #415001.
9123
9124 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9125
9126         * gst-libs/gst/audio/gstbaseaudiosink.c
9127           (gst_base_audio_sink_change_state):
9128           Fix typo in comment.
9129
9130         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9131           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9132           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9133           close_link):
9134         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9135           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9136           Remove trailing whitespaces in comments.
9137
9138         * gst/volume/Makefile.am:
9139           Fix tabs.
9140
9141 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9142
9143         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9144
9145         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9146           set_option, get_option, _gst_reserved):
9147           Revert reordering functions (keep ABI).
9148
9149 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9150
9151         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9152         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9153         (gst_ximagesink_show_frame):
9154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9155         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9156         (gst_xvimagesink_show_frame):
9157         When we create our own window, indicate that we handle the 
9158         WM_DELETE client message from the window manager, so that it won't 
9159         kill our window (and our app) along with it. Handle ClientMessage,
9160         post an error on the bus, and close the window. Further buffers
9161         arriving will result in a FlowError because the window has been
9162         destroyed.
9163
9164         Fixes: #393975
9165
9166         Clean up the X event handling loop and make them the same for
9167         both xvimagesink and ximagesink while I'm at it.
9168
9169 2007-05-17  Wim Taymans  <wim@fluendo.com>
9170
9171         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9172         Make decodebin2 autoplug depayloaders too.
9173
9174         * gst/playback/gsturidecodebin.c: (source_new_pad):
9175         Set the newly created decoder in a usable state when autoplugging a
9176         dynamic source such as RTSP.
9177
9178 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9179
9180         * gst/playback/gststreaminfo.c: (cb_probe):
9181           Ignore video-codec tag for audio streams and ignore audio-codec tags
9182           for video streams. Should make codec name collection a bit more
9183           robust against sloppy demuxers that send tag events containing both
9184           tags down each pad.
9185
9186 2007-05-17  Wim Taymans  <wim@fluendo.com>
9187
9188         * gst/playback/gstqueue2.c: (update_rates):
9189         Tweak the buffering thresholds a little.
9190         Update the buffer size with the previously calculate rate instead of
9191         only when we calculate a new rate so that we get smoother buffering
9192         updates.
9193
9194         * gst/playback/Makefile.am:
9195         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9196         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9197         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9198         (gst_uri_decode_bin_get_property), (unknown_type),
9199         (add_element_stream), (no_more_pads_full), (no_more_pads),
9200         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9201         (gen_source_element), (has_all_raw_caps), (analyse_source),
9202         (remove_decoders), (make_decoder), (remove_source),
9203         (source_new_pad), (setup_source), (decoder_query_init),
9204         (decoder_query_duration_fold), (decoder_query_duration_done),
9205         (decoder_query_position_fold), (decoder_query_position_done),
9206         (decoder_query_latency_fold), (decoder_query_latency_done),
9207         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9208         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9209         (gst_uri_decode_bin_change_state), (plugin_init):
9210         New element that intergrates a source, optional buffering element and
9211         decodebin.
9212
9213 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9214
9215         * configure.ac:
9216           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9217           (also has a .pc file, so we don't need the fallback check any
9218           longer). Fixes #438840.
9219
9220 2007-05-17  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9223         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9224         (apply_segment), (apply_buffer), (update_buffering),
9225         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9226         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9227         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9228         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9229         (plugin_init):
9230         fix build.
9231
9232 2007-05-17  Wim Taymans  <wim@fluendo.com>
9233
9234         * gst/playback/Makefile.am:
9235         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9236         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9237         (gst_queue_getcaps), (gst_queue_bufferalloc),
9238         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9239         (apply_buffer), (update_buffering), (reset_rate_timer),
9240         (update_rates), (gst_queue_locked_flush),
9241         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9242         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9243         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9244         (gst_queue_loop), (gst_queue_handle_src_event),
9245         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9246         (gst_queue_src_activate_push), (gst_queue_change_state),
9247         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9248         On our way to playbin2 this is the new network queue that does buffering
9249         all by itself using high and low watermarks. It can also measure up and
9250         downstream bandwidth to optimally size the queue.
9251
9252 2007-05-17  Michael Smith <msmith@fluendo.com>
9253
9254         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9255         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9256           Use the segment->last_stop value to calculate the next timestamp to
9257           generate after a seek; not the segment->start value.
9258
9259 2007-05-15  David Schleef  <ds@schleef.org>
9260
9261         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9262           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9263
9264 2007-05-15  Wim Taymans  <wim@fluendo.com>
9265
9266         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9267         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9268         Some more chained streaming ogg timestamp fixes.
9269
9270 2007-05-15  Wim Taymans  <wim@fluendo.com>
9271
9272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9273         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9274         (gst_ogg_demux_handle_page):
9275         Add some FIXMEs.
9276         Fix chain start/stop segment handling based on patch by
9277         <ahalda at cs dot mcgill dot ca> see #320984.
9278
9279 2007-05-15  Michael Smith <msmith@fluendo.com>
9280
9281         * configure.ac:
9282           We don't require a C++ compiler. So don't require one.
9283
9284 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9285
9286         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9287           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9288           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9289           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9290           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9291           gst_alsa_mixer_update_track):
9292           Apply some of the cleanup Tim suggested in #152864 afterwards.
9293
9294 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9295
9296         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9297
9298         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9299           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9300           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9301           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9302           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9303           gst_alsa_mixer_handle_source_callback,
9304           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9305           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9306           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9307           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9308           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9309           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9310         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9311         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9312           gst_alsa_mixer_element_interface_supported,
9313           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9314           gst_alsa_mixer_element_set_property,
9315           gst_alsa_mixer_element_get_property,
9316           gst_alsa_mixer_element_change_state):
9317         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9318         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9319           gst_mixer_option_changed):
9320         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9321           volume_changed, option_changed, _gst_reserved):
9322           Implement notification for alsamixer. Fixes #152864
9323
9324 2007-05-14  David Schleef  <ds@schleef.org>
9325
9326         * gst/videotestsrc/videotestsrc.c:
9327         * gst/videotestsrc/videotestsrc.h:
9328           Add support for video/x-raw-bayer.
9329
9330 2007-05-12  David Schleef  <ds@schleef.org>
9331
9332         * sys/xvimage/xvimagesink.c:
9333           Add some sanity checking for the XVImage size returned by X.
9334           Related to #377400.
9335
9336 2007-05-12  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9339         (gst_base_rtp_depayload_setcaps),
9340         (gst_base_rtp_depayload_set_gst_timestamp):
9341         Parse and use additional caps fields as described in updated
9342         application/x-rtp caps spec.
9343
9344 2007-05-12  Wim Taymans  <wim@fluendo.com>
9345
9346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9347         (gst_ogg_demux_collect_chain_info):
9348         If there is a stream in a chain without any data packets, ignore the
9349         stream in the total length calculations. Might be related to #436820.
9350
9351 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9354         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9355         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9356         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9357         (plugin_init):
9358
9359         Consolidate and re-work our mpeg system stream detection to probe
9360         more packets and produce a higher confidence result. Fixes a
9361         regression caused by lowering the typefind probability last year
9362         - related to bug #397810. Remove the redundant MPEG-1 specific 
9363         typefind function, as the new one detects both MPEG-1 & MPEG-2
9364         happily.
9365
9366         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9367         little. 
9368
9369         Tested against my media test directory, with some improvements and
9370         no regressions.
9371
9372 2007-05-10  Wim Taymans  <wim@fluendo.com>
9373
9374         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9375         (queue_out_of_data):
9376         Connect to the new queue "pushing" signal instead of the broken
9377         "running" one.
9378
9379 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9380
9381         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9382         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9383         Move variable declaration before the first instruction.
9384         * gst/videotestsrc/videotestsrc.c:
9385         Define M_PI if it's not defined yet.
9386         * win32/common/libgstrtp.def:
9387         Add new exported functions.
9388
9389 2007-05-09  Michael Smith <msmith@fluendo.com>
9390
9391         * ext/theora/theoradec.c: (theora_handle_type_packet):
9392           gst_pad_push_event() does not return a GstFlowReturn!
9393
9394 2007-05-09  Wim Taymans  <wim@fluendo.com>
9395
9396         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9397         * tests/examples/seek/seek.c: (do_seek):
9398         Some small cosmetic changes.
9399
9400 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9401
9402         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9403           gst_adder_change_state):
9404         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9405           segment_pending, segment_position, segment_rate):
9406           Handle playback-rate on adder.
9407
9408 2007-05-07  Michael Smith <msmith@fluendo.com>
9409
9410         * ext/theora/gsttheoradec.h:
9411         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9412         (theora_dec_sink_event), (theora_handle_comment_packet),
9413         (theora_handle_type_packet), (theora_dec_change_state):
9414           Don't push events (newsegment, tags) before initialising the
9415           decoder.
9416           This is neccesary for seeking to work correctly in gnonlin.
9417
9418 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9419
9420         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9421         * gst/adder/gstadder.c:
9422         * gst/audiotestsrc/gstaudiotestsrc.c
9423           (gst_audio_test_src_create_white_noise):
9424         * gst/videotestsrc/gstvideotestsrc.c:
9425         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9426           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9427           volume_sink_template, volume_src_template, gst_volume_init,
9428           volume_process_double, volume_process_int16,
9429           volume_process_int16_clamp):
9430           Doc fixes and formatting.
9431
9432 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * tests/check/Makefile.am:
9435         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9436           Minimal check for volume's GstController usability; also another
9437           test for #422295.
9438
9439 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst-libs/gst/cdda/gstcddabasesrc.c:
9442         (gst_cdda_base_src_add_track):
9443           Fix it so that it (a) makes sense and (b) doesn't break
9444           everything cdda-related including the unit test.
9445
9446 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9447
9448         * gst-libs/gst/cdda/gstcddabasesrc.c:
9449         (gst_cdda_base_src_add_track):
9450           Fix build when disabling asserts.
9451
9452 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9453
9454         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9455           When XShm is not available, we might get row strides that are not
9456           rounded up to multiples of four; this is bad, because virtually
9457           every RGB-processing element in GStreamer assumes rowstrides are
9458           rounded up to multiples of four, so let's allocate at least enough
9459           memory to avoid crashes in this case. The image will still be
9460           displayed distorted though if this happens, so that still needs
9461           fixing (maybe by allocating a bigger image with an 'even' width
9462           and then clipping it appropriately when rendering - something for
9463           Xlib aficionados in any case).
9464
9465 2007-05-03  Michael Smith <msmith@fluendo.com>
9466
9467         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9468           If a buffer doesn't have a timestamp, assume it's contiguous with
9469           the previous buffer, and synthesise timestamps appropriately.
9470
9471 2007-05-03  Edward Hervey  <edward@fluendo.com>
9472
9473         * tests/check/elements/videorate.c: (GST_START_TEST):
9474         Set buffer timestamp to a valid value in order to test the buffer
9475         really does stay in videorate.
9476
9477 2007-05-03  Edward Hervey  <edward@fluendo.com>
9478
9479         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9480         There is no sensible way to handle incoming buffers which don't have a
9481         valid timestamp. We therefore discard them and wait for the next one.
9482
9483 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9486         * gst/playback/gstdecodebin2.c: (plugin_init):
9487           Better error message for text files.
9488
9489 2007-04-29  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9492         Fix offset bug in generation RR packets.
9493
9494 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9495
9496         * ext/theora/theoradec.c: (_theora_granule_time),
9497         (theora_dec_push_forward), (theora_handle_data_packet),
9498         (theora_dec_decode_buffer): Calculate buffer duration correctly
9499         to generate a perfect stream (#433888).
9500         * gst/audioresample/gstaudioresample.c:
9501         (audioresample_check_discont): Glib provides ABS.
9502
9503 2007-04-27  Wim Taymans  <wim@fluendo.com>
9504
9505         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9506         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9507         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9508         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9509         (gst_rtcp_packet_bye_set_reason):
9510         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9511         Fix RB block parsing and writing.
9512         Add support for constructing BYE packets.
9513
9514 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9515
9516         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9517         (gst_base_audio_src_create):
9518         * po/POTFILES.in:
9519           When posting a warning message because samples were dropped, post
9520           something more intelligible than he default error message for clock
9521           errors which is just confusing in this context (#432984).
9522
9523 2007-04-25  Wim Taymans  <wim@fluendo.com>
9524
9525         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9526         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9527         (read_packet_header), (gst_rtcp_packet_move_to_next),
9528         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9529         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9530         (gst_rtcp_packet_sdes_get_item_count),
9531         (gst_rtcp_packet_sdes_first_item),
9532         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9533         (gst_rtcp_packet_sdes_first_entry),
9534         (gst_rtcp_packet_sdes_next_entry),
9535         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9536         (gst_rtcp_packet_sdes_add_entry):
9537         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9538         Implement code to write SR, RR and SDES packets.
9539
9540 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9543
9544         * sys/ximage/ximagesink.c:
9545           Fix build if XShm is not available (#432362).
9546
9547 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9548
9549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9550         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9551         pointers to random memory which are passed to g_free() when
9552         audio_convert_prepare_context() is called the first time.
9553
9554 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         Patch by: Dan Williams <dcbw redhat com>
9557
9558         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9559           Don't leak incoming buffer if gst_pad_push() returns a
9560           non-OK flow. Fixes #432755.
9561          
9562         * tests/check/elements/videorate.c: (GST_START_TEST),
9563         (videorate_suite):
9564           Unit test for the above by Yours Truly.
9565
9566 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9569         (gst_adder_sink_event), (gst_adder_collected):
9570           Fix non-flushing segmented seeks, Fixes #340060 for me
9571
9572 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9573
9574         Patch by: Olivier Crete  <tester at tester ca>
9575
9576         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9577         (gst_base_rtp_audio_payload_class_init),
9578         (gst_base_rtp_audio_payload_init),
9579         (gst_base_rtp_audio_payload_dispose):
9580           Chain up to parent class in dispose function; get rid of
9581           unnecessary 'diposed' flag in private structure (#415001).
9582
9583 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9584
9585         * docs/libs/gst-plugins-base-libs.types:
9586         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9587         (gst_base_rtp_audio_payload_class_init):
9588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9589         * gst-libs/gst/rtp/gstbasertppayload.c:
9590           Some minor docs fixes and additions; also add missing 'Since' bits.
9591
9592 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9593
9594         Patch by: Zeeshan Ali  <zeenix gmail com>
9595
9596         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9597         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9598         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9599         (gst_base_rtp_audio_payload_push):
9600         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9601           The recently-added gst_base_rtp_audio_payload_push() should take an
9602           object of type GstBaseRTPAudioPayload as first argument (#431672).
9603
9604 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         * gst/audioresample/gstaudioresample.c:
9607           Make more functions static, just because we can.
9608
9609 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9610
9611         * tests/check/elements/audioresample.c:
9612           Add unit test for audioresample shutdown crasher (#420106).
9613
9614 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9615
9616         * gst/subparse/gstsubparse.c:
9617         * gst/subparse/samiparse.c:
9618           Use GST_DISABLE_XML here
9619
9620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9621         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9622         (gst_xvimagesink_buffer_alloc),
9623         (gst_xvimagesink_navigation_send_event):
9624         * sys/xvimage/xvimagesink.h:
9625           Include stdlib.h when using atoi.
9626           
9627         * tests/check/elements/playbin.c: (playbin_suite):
9628           Use GST_DISABLE_REGISTRY here
9629
9630 2007-04-19  Michael Smith  <msmith@fluendo.com>
9631
9632         * ext/theora/gsttheoraenc.h:
9633         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9634         (theora_enc_sink_event), (theora_enc_change_state):
9635           Track initialisation state; don't try to use encoder state if we're
9636           not initialised (it'll segfault).
9637
9638 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9639
9640         * tests/check/pipelines/.cvsignore:
9641         Fix build.
9642
9643 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9644
9645         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9646         Allow random depths between 1 and 32 instead of only multiplies of 8.
9647
9648 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9649
9650         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9651         Set the maximum number of channels for PCM and float in the correct
9652         place to have it also used when creating the template caps.
9653
9654 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9655
9656         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9657         Correctly support 4, 6 and 8 channels with normal PCM and float
9658         wav files.
9659
9660         Fix the depth and signedness calculation in extensible wav files and
9661         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9662         mask is found.
9663
9664         Add support for float, alaw and mulaw in extensible wav files.
9665
9666         This allows correct playback of all but 5 files from
9667         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9668         
9669         (gst_riff_create_audio_template_caps):
9670         Add voxware and float formats to the template caps.     
9671
9672 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9673
9674         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9675
9676         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9677         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9678
9679         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9680         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9681         Use the correct format strings for integer formats.
9682
9683 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9684
9685         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9686           Don't use pad_alloc_buffer_and_set_caps to create a small header
9687           packet, or, worse, to create a big temporary video buffer using the
9688           src pad.
9689
9690 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9693         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9694           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9695           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9696
9697 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9698
9699         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9700           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9701           streamheader_suite):
9702           Add another test set up for failure
9703
9704 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9705
9706         * tests/check/Makefile.am:
9707         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9708           GST_START_TEST, streamheader_suite, main):
9709           Add a test for the streamheader bug Wim fixed.
9710
9711 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9712
9713         * ext/theora/theoradec.c: (theora_dec_sink_event):
9714         Fix misleading comment.
9715
9716 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9717
9718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9719           More sanity checks for the header fields.
9720
9721 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9722
9723         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9724           Try encodings from all environment variables, not just those in the
9725           first environment variable that is set.
9726
9727 2007-04-12  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9730         (gst_video_rate_chain):
9731         Add some debug.
9732
9733         * tests/check/elements/videorate.c: (GST_START_TEST),
9734         (videorate_suite):
9735         Added check for videorate changing caps handling. Closes #421834.
9736
9737 2007-04-12  Michael Smith  <msmith@fluendo.com>
9738
9739         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9740           Use scale functions to avoid overflow when calculating duration of 
9741           vorbis buffers.
9742
9743 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * docs/libs/gst-plugins-base-libs-sections.txt:
9746         * gst-libs/gst/tag/tag.h:
9747         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9748           API: add gst_tag_freeform_string_to_utf8() (#405072).
9749
9750         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9751           Use gst_tag_freeform_string_to_utf8() here.
9752
9753 2007-04-12  Wim Taymans  <wim@fluendo.com>
9754
9755         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9756         (gst_gdp_pay_sink_event):
9757         Make sure we set the IN_CAPS flag correctly.
9758
9759         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9760         Get the IN_CAPS flag before we call functions that mess with the flags.
9761
9762 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9765           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9766           Only stamp buffers with offset/offset_end right before they get
9767           pushed.  This ensures offset continuity, which was not the case
9768           before as shown by
9769           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9770
9771 2007-04-06  Wim Taymans  <wim@fluendo.com>
9772
9773         * gst/playback/gstplaybin.c: (add_sink),
9774         (gst_play_bin_change_state):
9775         Activate sync in playbin, we are ready to handle it for live streams.
9776
9777 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9778
9779         * tests/check/elements/playbin.c:
9780         (test_sink_usage_video_only_stream), (playbin_suite):
9781           Add small test for stream-info-value-array code paths.
9782
9783 2007-04-05  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst-libs/gst/audio/gstbaseaudiosink.c:
9786         (gst_base_audio_sink_skew_slaving):
9787         Don't try to create invalid calibration parameters by making the
9788         internal time go backwards, instead make external time go forward.
9789
9790 2007-04-05  Wim Taymans  <wim@fluendo.com>
9791
9792         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9793
9794         * gst/playback/gstplaybasebin.c: (add_stream):
9795         Fix leak in add_stream(), when g_value_set_object() increases the
9796         refcount of streaminfo object. Fixes #426250.
9797
9798 2007-04-03  David Schleef  <ds@schleef.org>
9799
9800         * gst/videotestsrc/gstvideotestsrc.c:
9801         * gst/videotestsrc/gstvideotestsrc.h:
9802         * gst/videotestsrc/videotestsrc.c:
9803         * gst/videotestsrc/videotestsrc.h:
9804           Add a test pattern called "circular", which has concentric
9805           rings with varying radial frequency.  The main purpose of this
9806           pattern is to test fidelity loss in a filter or scaler element.
9807           Notably, this pattern is scale invariant, and is optimally viewed
9808           with a width (and height) of 400.
9809
9810 2007-04-03  Wim Taymans  <wim@fluendo.com>
9811
9812         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9813
9814         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9815         (deactivate_free_recursive):
9816         Decodebin2 doesn't unref pads it obtains in some occasions:
9817         - multiqueue src pads, when either connecting further or exposing
9818         - sink pads of new autoplugged elements
9819         - peer pads when recursively freeing elements
9820         Fixes #425455.
9821
9822 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9823
9824         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9825         Add audio/x-raw-float support, now that audioconvert support
9826         non-native endianness floats.
9827
9828 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9829
9830         * docs/libs/gst-plugins-base-libs-docs.sgml:
9831           gstreamer-plugins-base.pc doesn't exist, it's
9832           gstreamer-plugins-base-0.10.pc.
9833
9834 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9835
9836         Patch by: René Stadler <mail at renestadler dot de>
9837         with some minor changes
9838
9839         * gst-libs/gst/floatcast/floatcast.h:
9840         Use more efficient float endianness conversion functions that don't
9841         involve 2 function calls per value.
9842         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9843         (check_default), (audio_convert_prepare_context):
9844         * gst/audioconvert/gstaudioconvert.c:
9845         (gst_audio_convert_parse_caps), (make_lossless_changes):
9846         Support non-native endianness floats as input and output.
9847         Fixes #339838.
9848         * tests/check/elements/audioconvert.c: (verify_convert),
9849         (GST_START_TEST):
9850         Add unit tests for the non-native endianness float conversions.
9851
9852 2007-03-29  Wim Taymans  <wim@fluendo.com>
9853
9854         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9855         (gst_base_rtp_depayload_base_init),
9856         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9857         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9858         (gst_base_rtp_depayload_set_gst_timestamp),
9859         (gst_base_rtp_depayload_change_state),
9860         (gst_base_rtp_depayload_set_property),
9861         (gst_base_rtp_depayload_get_property):
9862         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9863         Add Private structure.
9864         Bring element code to 2007.
9865         Parse clock-base caps param and use it when generating the
9866         newsegment.
9867         Reset variables before going to PAUSED.
9868         Fix some docs.
9869
9870 2007-03-29  Wim Taymans  <wim@fluendo.com>
9871
9872         * docs/libs/gst-plugins-base-libs-docs.sgml:
9873         * docs/libs/gst-plugins-base-libs-sections.txt:
9874         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9875         (gst_base_rtp_audio_payload_get_adapter):
9876         Add RTCP docs.
9877         Fix some more docs.
9878
9879         * gst-libs/gst/rtp/Makefile.am:
9880         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9881         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9882         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9883         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9884         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9885         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9886         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9887         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9888         (gst_rtcp_packet_sr_get_sender_info),
9889         (gst_rtcp_packet_sr_set_sender_info),
9890         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9891         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9892         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9893         (gst_rtcp_packet_sdes_get_chunk_count),
9894         (gst_rtcp_packet_sdes_first_chunk),
9895         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9896         (gst_rtcp_packet_sdes_first_item),
9897         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9898         (gst_rtcp_packet_bye_get_ssrc_count),
9899         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9900         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9901         (gst_rtcp_packet_bye_get_reason_len),
9902         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9903         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9904         Add new helper object for parsing and creating RTCP messages.
9905
9906 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9907
9908         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9909         PCM samples with width=8 must be always unsigned, no matter what
9910         depth they have.
9911
9912 2007-03-29  Andy Wingo  <wingo@pobox.com>
9913
9914         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9915         perfect offsets also, not just timestamps.
9916
9917         * tests/check/elements/videorate.c (test_more): Test that given
9918         any incoming offsets, that videorate produces perfect offsets.
9919
9920 2007-03-29  Wim Taymans  <wim@fluendo.com>
9921
9922         * gst-libs/gst/riff/riff-ids.h:
9923         Add some more RIFF formats.
9924
9925 2007-03-29  Wim Taymans  <wim@fluendo.com>
9926
9927         * gst-libs/gst/rtp/gstrtpbuffer.c:
9928         (gst_rtp_buffer_default_clock_rate):
9929         * gst-libs/gst/rtp/gstrtpbuffer.h:
9930         Fix fixed payload names and docs.
9931         Added method to get the default clock rates of fixed payload types.
9932         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9933
9934 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9935
9936         * tests/check/pipelines/.cvsignore:
9937         Add new vorbisdec test to cvsignore.
9938
9939 2007-03-28  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9942         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9943         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9944         (gst_base_audio_sink_set_property),
9945         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9946         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9947         (gst_base_audio_sink_skew_slaving),
9948         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9949         (gst_base_audio_sink_async_play):
9950         * gst-libs/gst/audio/gstbaseaudiosink.h:
9951         Store private stuff in GstBaseAudioSinkPrivate.
9952         Add configurable clock slaving modes property.
9953         API:: GstBaseAudioSink::slave-method property
9954         Some more latency reporting tweaks.
9955         Added skew based clock slaving correction and make it the default until
9956         the resampling method is more robust.
9957
9958 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9959
9960         * gst/audioconvert/audioconvert.c:
9961         Add docs to the integer pack functions and implement proper
9962         rounding. Before we had rounding towards negative infinity, i.e.
9963         always the smaller number was taken. Now we use natural rounding,
9964         i.e. rounding to the nearest integer and to the one with the largest
9965         absolute value for X.5. The old rounding introduced some minor
9966         distortions. Fixes #420079
9967         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9968         Fix one unit test that assumed the old rounding and added unit tests
9969         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9970         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9971         rounding from signed int32 to signed/unsigned int16.
9972
9973 2007-03-27  Michael Smith  <msmith@fluendo.com>
9974
9975         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9976         (gst_audio_convert_transform_caps):
9977           Fix typo in debug line introduced recently, as pointed out on irc.
9978
9979 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9980
9981         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9982         * tests/check/libs/tag.c: (GST_START_TEST):
9983           Make sure we parse floating-point numbers in vorbis comments
9984           correctly with either '.' or ',' as separator, no matter what
9985           the current locale is. Add unit test for this too.
9986
9987 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         Patch by: René Stadler  <mail at renestadler de>
9990
9991         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9992           When writing out floating-point numbers to vorbis comment tags, always
9993           use the same character as separator no matter what the current locale is
9994           (fixes #423051).
9995
9996         * tests/check/libs/tag.c: (GST_START_TEST):
9997           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9998
9999 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10000
10001         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10002           vorbis_handle_data_packet):
10003           Correctly set DURATION to generate a timestamp-continuous stream.
10004           One bug left at the end; see
10005           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10006         * tests/check/Makefile.am:
10007         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10008           Add a test to check this.  Without the above patch this test fails.
10009
10010 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10011
10012         * gst-libs/gst/rtp/Makefile.am:
10013         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10014
10015 2007-03-23  Michael Smith  <msmith@fluendo.com>
10016
10017         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10018         (gst_video_rate_reset), (gst_video_rate_chain):
10019           If videorate changes caps, we can no longer use the old buffer
10020           (which may have a different size, incompatible with our caps).
10021           So don't do that; just duplicate the new frame more times.
10022
10023 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10024
10025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10026         Remove playbin's override of the set_clock vmethod. It's irrelevant
10027         after Wim's commit on the 19th.
10028
10029 2007-03-22  Wim Taymans  <wim@fluendo.com>
10030
10031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10032         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10033         * ext/gnomevfs/gstgnomevfssrc.h:
10034         Don't cache file sizes. Fixes #341078.
10035
10036 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10037
10038         * gst/playback/gstplaybin.c: (add_sink):
10039           Use GST_PTR_FORMAT to log caps. 
10040
10041 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10042
10043         Patch by: Young-Ho Cha <ganadist at chollian net>
10044
10045         * gst/subparse/samiparse.c: (handle_start_font):
10046           Special-case some more colour names that pango doesn't handle by
10047           default. Fixes #420578.
10048
10049 2007-03-20  Michael Smith  <msmith@fluendo.com>
10050
10051         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10052           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10053           that marks EOS internally. After that, libvorbis will buffer all
10054           input data, and encode none of it, eventually leading to memory
10055           exhaustion.
10056
10057 2007-03-19  Wim Taymans  <wim@fluendo.com>
10058
10059         * gst/playback/gstdecodebin.c: (remove_fakesink):
10060         Don't post STATE_DIRTY anymore.
10061
10062         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10063         (gst_play_bin_change_state):
10064         Remove stream_time reset in seek handling, core does that now.
10065         Disable clocking for live pipelines by forcing a NULL clock to the
10066         complete pipeline, core is too smart now for our previous hack.
10067         We can always autoplug in PAUSED now.
10068
10069 2007-03-17  David Schleef  <ds@schleef.org>
10070
10071         * REQUIREMENTS:  Update this file, change the formatting to make
10072         it more consistent, plus more machine readable.
10073
10074 2007-03-16  Michael Smith  <msmith@fluendo.com>
10075
10076         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10077         (strip_width_64), (append_with_other_format):
10078           Previous fix was too simplistic, and broke the tests. Use a better
10079           approach; only strip 64 from widths for integer audio.
10080
10081 2007-03-16  Michael Smith  <msmith@fluendo.com>
10082
10083         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10084         (gst_audio_convert_transform_caps):
10085           We don't support 64 bit integer audio, so don't try to claim we can.
10086           Stops us producing caps don't match our template caps.
10087           Update comments.
10088
10089 2007-03-15  Michael Smith  <msmith@fluendo.com>
10090
10091         * gst/audioresample/gstaudioresample.c:
10092         (audioresample_check_discont), (audioresample_transform):
10093           Don't trigger discontinuities for very small imperfections; a filter
10094           flush will sound bad, and many plugins have rounding errors leading
10095           to these.
10096
10097 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10098
10099         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10100
10101         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10102         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10103         API: add "min-ptime" property to RTP base audio payloader.
10104         API: add gst_base_rtp_audio_payload_push().
10105         API: add gst_base_rtp_audio_payload_get_adapter().
10106         Fixes #415001
10107         Indentation/whitespace/documentation fixes.
10108
10109 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10110
10111         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10112         (audioresample_transform_size), (audioresample_do_output),
10113         (audioresample_transform), (audioresample_pushthrough): Handle
10114         discontinuous streams.
10115         * gst/audioresample/gstaudioresample.h:
10116         * tests/check/elements/audioresample.c:
10117         (test_discont_stream_instance), (GST_START_TEST),
10118         (audioresample_suite): Add a test for discontinuous streams.
10119         * win32/common/config.h: Updated.
10120
10121 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10122
10123         * po/af.po:
10124         * po/az.po:
10125         * po/cs.po:
10126         * po/en_GB.po:
10127         * po/it.po:
10128         * po/nb.po:
10129         * po/nl.po:
10130         * po/or.po:
10131         * po/sq.po:
10132         * po/sr.po:
10133         * po/sv.po:
10134         * po/uk.po:
10135         * po/vi.po:
10136           Update translations from translation project.
10137
10138 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10139
10140         * gst/audioresample/debug.h:
10141         * gst/audioresample/resample.c: (resample_init):
10142           Since I really am not interested in a debug line for each sample
10143           being processed, move the library's debugging to its own category,
10144           libaudioresample
10145
10146 2007-03-13  Michael Smith  <msmith@fluendo.com>
10147
10148         * ext/theora/theoradec.c: (theora_handle_type_packet):
10149           Since the plugin doesn't support anything other than 4:2:0 right
10150           now, post an error and fail if we get something else. Won't matter
10151           until libtheora supports the other pixel formats, but hopefully
10152           that'll be soon...
10153
10154 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10155
10156         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10157         Use gst_guint64_to_gdouble for conversion.
10158         * win32/MANIFEST:
10159         Add new files to the win32 MANIFEST.
10160         * win32/common/libgstaudio.def:
10161         * win32/common/libgstpbutils.def:
10162         Add new exported functions.
10163         * win32/vs6/gst_plugins_base.dsw:
10164         * win32/vs6/libgstdecodebin.dsp:
10165         * win32/vs6/libgstplaybin.dsp:
10166         Change the link to libgstpbutils.lib.
10167         * win32/vs6/libgstdecodebin2.dsp:
10168         Add a new project for decodebin2.
10169         * win32/vs6/libgstpbutils.dsp:
10170         Add a new project for pbutils.
10171
10172 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10173
10174         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10175           Also accept partial dates with only year and month,
10176           like 1999-12-00 (fixes #410396 even more).
10177
10178         * tests/check/libs/tag.c: (GST_START_TEST):
10179           Add unit test for the above.
10180
10181 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         * tests/check/elements/subparse.c: (GST_START_TEST),
10184         (subparse_suite):
10185           Add unit test for MPL2 subtitle format (#413799).
10186
10187 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10190
10191         * gst/subparse/Makefile.am:
10192         * gst/subparse/gstsubparse.c:
10193         (gst_sub_parse_data_format_autodetect),
10194         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10195         (gst_subparse_type_find):
10196         * gst/subparse/gstsubparse.h:
10197         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10198         * gst/subparse/mpl2parse.h:
10199           Add support for MPL2 subtitle format (#413799).
10200
10201 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10202
10203         * configure.ac:
10204           We require core CVS for the new buffer metadata copy functions.
10205
10206 2007-03-09  Wim Taymans  <wim@fluendo.com>
10207
10208         * gst-libs/gst/tag/gstid3tag.c:
10209         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10210         Fixes #414496.
10211
10212         Patch by: Alex Lancaster <alexl at users sourceforge net>
10213
10214 2007-03-09  Wim Taymans  <wim@fluendo.com>
10215
10216         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10217         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10218         Improve adapter usage and comments.
10219
10220 2007-03-09  Wim Taymans  <wim@fluendo.com>
10221
10222         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10223         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10224         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10225         Use new metadata copy function.
10226
10227         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10228         (gst_ffmpegcsp_transform):
10229         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10230         Basetransform copied the metadata for us.
10231
10232 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10233
10234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10235         (gst_text_overlay_video_event):
10236           Some more logging. Only accept newsegment events in TIME format and
10237           send a WARNING message if they are not in TIME format.
10238
10239         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10240         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10241         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10242         * gst/subparse/gstsubparse.h:
10243           No need to allocate GstSegment structure dynamically, just put it
10244           into the instance structure; ignore newsegment events in BYTE
10245           format and in particular don't let it overwrite our saved TIME
10246           segment from the last seek.
10247
10248 2007-03-09  Michael Smith  <msmith@fluendo.com>
10249
10250         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10251           Replace AC3 typefinder with one that isn't terrible, and actually
10252           works usefully.
10253
10254 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10255
10256         * gst/audioconvert/gstaudioconvert.c:
10257         (gst_audio_convert_transform):
10258           fix error category and translatable string
10259           
10260
10261 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10262
10263         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10264         * pkgconfig/gstreamer-plugins-base.pc.in:
10265           Fix up utils => pbutils here too.
10266
10267 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10268
10269         * gst/subparse/gstsubparse.c: (handle_buffer):
10270           Break out of loop in chain function as soon as possible if we get
10271           a non-OK flow return.
10272
10273 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10274
10275         * tests/check/elements/alsa.c: (GST_START_TEST):
10276         Unref the mixer if the state change fails too (if the
10277         alsa devices are inaccessible, for example)
10278
10279 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10280
10281         * tests/check/Makefile.am:
10282         Don't test libvisual elements in the states check, because libvisual
10283         seems to leak internally.
10284
10285         Re-enable the alsa and states tests now that there's new suppressions
10286         in gst.supp.
10287
10288         * tests/check/elements/alsa.c: (GST_START_TEST):
10289         Don't leak the alsamixer we instantiated.
10290
10291 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10292
10293         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10294         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10295         (gst_ximagesink_finalize):
10296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10297         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10298         Move some cleanup stuff from the state change handler into a _reset()
10299         function that can be called from _finalize(). This ensures that things
10300         get freed even if (for some reason) the NULL->READY state transition
10301         fails in the parent class.
10302         Even if a parent state change fails, process our downward state change
10303         logic instead of bailing out early.
10304         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10305
10306 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10307
10308         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10309         Extra log line.
10310
10311         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10312         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10313         Use pango_font_description_set_family_static instead of 
10314         pango_font_description_set_family to save a string copy (it was
10315         leaking due to the strdup anyway)
10316
10317         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10318         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10319         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10320         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10321         Chain up in finalize.
10322
10323 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10324
10325         * gst-libs/gst/interfaces/mixertrack.c:
10326         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10327         (gst_mixer_track_set_property):
10328           API: add "untranslated-label" property which should be set by
10329           implementations at construct time (#414645).
10330
10331         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10332         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10333           Set "untranslated-label" when constructing mixer track objects.
10334
10335         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10336           Unit test to check the above.
10337
10338 2007-03-07  Wim Taymans  <wim@fluendo.com>
10339
10340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10341         Fix confusing debug message.
10342
10343 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10344
10345         * gst-plugins-base.doap:
10346         update doap file with new version
10347
10348 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10349
10350         * configure.ac:
10351         Back to CVS
10352
10353 === release 0.10.12 ===
10354
10355 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10356
10357         * configure.ac:
10358           releasing 0.10.12, "Zombie Horde"
10359
10360 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10361
10362         * configure.ac:
10363         Bump version to 0.10.11.4 pre-release
10364
10365 2007-03-06  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst-libs/gst/audio/gstbaseaudiosink.c:
10368         (gst_base_audio_sink_async_play):
10369         Fix regression that made GStreamer skip the first samples of audio.
10370         Fixes #414684.
10371
10372 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10373
10374         * configure.ac:
10375         Bump version to 0.10.11.3 pre-release
10376
10377 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10378
10379         * po/POTFILES.in:
10380           Update paths for the rename from utils to pbutils to fix the build.
10381
10382 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10383
10384         * gst-libs/gst/pbutils/Makefile.am:
10385           Change directory to install headers in from gst/utils to gst/pbutils
10386           as well.
10387
10388 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10389
10390         * configure.ac:
10391         * docs/libs/gst-plugins-base-libs-docs.sgml:
10392         * docs/libs/gst-plugins-base-libs-sections.txt:
10393         * gst-libs/gst/Makefile.am:
10394         * gst-libs/gst/interfaces/mixer.c:
10395         * gst-libs/gst/pbutils/Makefile.am:
10396         * gst-libs/gst/pbutils/descriptions.c:
10397         (gst_pb_utils_get_source_description),
10398         (gst_pb_utils_get_sink_description),
10399         (gst_pb_utils_get_decoder_description),
10400         (gst_pb_utils_get_encoder_description),
10401         (gst_pb_utils_get_element_description),
10402         (gst_pb_utils_add_codec_description_to_tag_list),
10403         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10404         * gst-libs/gst/pbutils/descriptions.h:
10405         * gst-libs/gst/pbutils/install-plugins.c:
10406         * gst-libs/gst/pbutils/install-plugins.h:
10407         * gst-libs/gst/pbutils/missing-plugins.c:
10408         (gst_missing_uri_source_message_new),
10409         (gst_missing_uri_sink_message_new),
10410         (gst_missing_element_message_new),
10411         (gst_missing_decoder_message_new),
10412         (gst_missing_encoder_message_new),
10413         (gst_missing_plugin_message_get_description):
10414         * gst-libs/gst/pbutils/missing-plugins.h:
10415         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10416         * gst-libs/gst/pbutils/pbutils.h:
10417         * gst-libs/gst/utils/Makefile.am:
10418         * gst-libs/gst/utils/base-utils.c:
10419         * gst-libs/gst/utils/base-utils.h:
10420         * gst-libs/gst/utils/descriptions.c:
10421         * gst-libs/gst/utils/descriptions.h:
10422         * gst-libs/gst/utils/install-plugins.c:
10423         * gst-libs/gst/utils/install-plugins.h:
10424         * gst-libs/gst/utils/missing-plugins.c:
10425         * gst-libs/gst/utils/missing-plugins.h:
10426         * gst-plugins-base.spec.in:
10427         * gst/playback/Makefile.am:
10428         * gst/playback/gstdecodebin.c:
10429         * gst/playback/gstdecodebin2.c:
10430         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10431         (gen_source_element):
10432         * gst/playback/gstplaybin.c: (plugin_init):
10433         * tests/check/Makefile.am:
10434         * tests/check/libs/pbutils.c: (GST_START_TEST),
10435         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10436         * tests/check/libs/utils.c:
10437           rename utils to pbutils
10438
10439 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10440
10441         * docs/plugins/Makefile.am:
10442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10444         * docs/plugins/inspect/plugin-decodebin2.xml:
10445         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10446         Add documentation for decodebin2 that indicates that the API
10447         is still unstable.
10448
10449 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10450
10451         * configure.ac:
10452         Update to 0.10.11.2 (0.10.12 pre-release)
10453
10454 2007-03-01  Wim Taymans  <wim@fluendo.com>
10455
10456         * gst-libs/gst/audio/gstbaseaudiosink.c:
10457         (gst_base_audio_sink_async_play):
10458         base time is irrelevant here.
10459
10460 2007-03-01  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10463         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10464         Improve debugging.
10465
10466         * gst-libs/gst/audio/gstbaseaudiosink.c:
10467         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10468         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10469         Improve latency and clock slaving calculations.
10470         Improve slave clock calibration.
10471
10472         * gst-libs/gst/audio/gstringbuffer.c:
10473         (gst_ring_buffer_commit_full):
10474         When we are asked to render N sample to 0 bytes, return N.
10475
10476 2007-03-01  Wim Taymans  <wim@fluendo.com>
10477
10478         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10479         (gst_alsasink_write), (gst_alsasink_reset):
10480         * ext/alsa/gstalsasink.h:
10481         Remove unused dispose function.
10482         Rename lock to not interfere with alsasrc lock.
10483
10484         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10485         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10486         (gst_alsasrc_read), (gst_alsasrc_reset):
10487         * ext/alsa/gstalsasrc.h:
10488         Implement finalize function.
10489         Use lock to protect alsa access.
10490         Implement _reset.
10491         Fine tune sw params.
10492
10493 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10494
10495         * configure.ac:
10496           Convert to new AG_GST style.
10497
10498 2007-02-28  Wim Taymans  <wim@fluendo.com>
10499
10500         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10501
10502         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10503         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10504         Fix race condition when rapidly switching visualisations in playbin.
10505         Fixes #401029.
10506
10507 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10508
10509         * tests/check/Makefile.am:
10510         Include local stuff before system installed things in LDFLAGS and
10511         CFLAGS.
10512
10513 2007-02-28  Wim Taymans  <wim@fluendo.com>
10514
10515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10516         Improve debugging.
10517
10518 2007-02-28  Wim Taymans  <wim@fluendo.com>
10519
10520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10521         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10523         Fix duration and timestamping, taking latency into account.
10524         Implement latency query.
10525
10526 2007-02-28  Wim Taymans  <wim@fluendo.com>
10527
10528         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10529         (gst_audio_clock_new):
10530         Fix clock name.
10531
10532         * gst-libs/gst/audio/gstbaseaudiosink.c:
10533         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10534         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10535         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10536         (gst_base_audio_src_create):
10537         Improve latency query code.
10538         Use proper clock names.
10539
10540 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * tests/check/generic/states.c: (GST_START_TEST):
10543           Copy the states.c test from core again
10544         * tests/check/Makefile.am:
10545           ignore cdio and cdparanoiasrc
10546
10547 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10548
10549         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10550         (double_hq), (audio_convert_get_func_index), (check_default),
10551         (audio_convert_prepare_context), (audio_convert_convert):
10552           Also make valgrind happy and avoid copying data in some cases.
10553
10554 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10555
10556         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10557         (double_hq), (audio_convert_get_func_index),
10558         (audio_convert_prepare_context), (audio_convert_convert):
10559         * gst/audioconvert/gstaudioconvert.c:
10560         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10561         (gst_audio_convert_transform_caps):
10562         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10563         (audioconvert_suite):
10564           Don't run inplace if that overwrites source data as we go. Add more
10565           tests. Fixes #339837 even more.
10566
10567 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10568
10569         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10570         (msg_segment_done): Fix various seeking bugs (Slider was not
10571         updating when doing a non flushing seek, Reverse playback 
10572         on segment seek was wrong).
10573
10574 2007-02-26  Wim Taymans  <wim@fluendo.com>
10575
10576         * tests/examples/seek/seek.c: (stop_seek):
10577         When we stop scrubbing, don't leave the pipeline PLAYING when we
10578         requested a PAUSED state.
10579
10580 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10581
10582         Patch by: René Stadler <mail at renestadler de>
10583
10584         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10585           Parse date strings in vorbis comments that have an invalid (zero)
10586           month or day (#410396).
10587
10588         * tests/check/libs/tag.c: (GST_START_TEST):
10589           Test case for the above.
10590
10591 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10592
10593         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10594
10595         * configure.ac:
10596         * ext/alsa/Makefile.am:
10597         * gst/audiotestsrc/Makefile.am:
10598           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10599
10600 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10601
10602         * gst/playback/gstplaybin.c:
10603           Improve docs: point out that the application needs to assist playbin
10604           with buffering.
10605
10606 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst-libs/gst/utils/install-plugins.c:
10609         * gst-libs/gst/utils/missing-plugins.c:
10610         * tests/check/libs/utils.c: (missing_msg_check_getters):
10611           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10612           to just 'gstreamer'. Document the caps string component of the
10613           decoder/encoder detail a bit better, since not everyone will be
10614           familiar with the GStreamer media type/caps system (but they better
10615           enjoy nested itemized lists).
10616
10617 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10620         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10621           Fix copying of GstNetBuffer (would crash before, or at least lead to
10622           invalid memory access, #410772), for now by copying the GstBuffer copy
10623           code from the core over here so we can copy the GstBuffer fields on a
10624           provided buffer instance (of type GstNetBuffer in this case). Would be
10625           better to fix this with some support by the core though (and in the long
10626           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10627
10628         * tests/check/Makefile.am:
10629           Enable unit test for GstNetBuffer.
10630
10631 2007-02-22  Andy Wingo  <wingo@pobox.com>
10632
10633         * gst-libs/gst/audio/gstbaseaudiosink.c
10634         (gst_base_audio_sink_init): Disable pull-mode activation until we
10635         figure out how to make audio sinks go to PLAYING.
10636
10637 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10638
10639         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10640         (double_hq), (audio_convert_get_func_index),
10641         (audio_convert_prepare_context), (audio_convert_convert):
10642         * gst/audioconvert/audioconvert.h:
10643         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10644         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10645         * gst/audioconvert/gstchannelmix.h:
10646         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10647           Add float as an intermediate format, as well as float mixing. Enable
10648           test that was failing before. Fixes #339837
10649
10650 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10651
10652         * tests/examples/seek/seek.c: (do_seek):
10653         Undo the previous commit: -1 as a stop time implies that the stop
10654         time is the end of file, clearing any previously configured segment.
10655
10656 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10657
10658         * tests/examples/seek/seek.c: (do_seek):
10659         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10660
10661 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10662
10663         * gst/volume/gstvolume.c: (volume_process_int16),
10664         (volume_process_int16_clamp), (volume_set_caps):
10665           Unbreak volume, value remains gint.
10666
10667 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10668
10669         * gst/volume/gstvolume.c: (volume_choose_func),
10670         (volume_update_real_volume), (gst_volume_set_volume),
10671         (gst_volume_init), (volume_process_double), (volume_process_float),
10672         (volume_process_int16), (volume_process_int16_clamp),
10673         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10674         * gst/volume/gstvolume.h:
10675           Extend float audio support (double) and some int->uint cleanups.
10676
10677 2007-02-20  Edward Hervey  <edward@fluendo.com>
10678
10679         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10680         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10681         (sort_end_pads), (gst_decode_group_expose),
10682         (gst_decode_group_hide):
10683         Don't free groups from the streaming threads. Just put them aside and
10684         free them in dispose.
10685
10686 2007-02-20  Edward Hervey  <edward@fluendo.com>
10687
10688         * gst/playback/gstdecodebin2.c: (connect_element),
10689         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10690         (sort_end_pads), (gst_decode_group_expose):
10691         Handle dynamic pads within groups.
10692         Sort pads before exposing them in order to make playbin happy.
10693         There still is a race with the multiqueue filling up. This should be
10694         solved separately.
10695         Fixes #398721
10696
10697 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * gst-libs/gst/utils/base-utils.c:
10700         * gst-libs/gst/utils/descriptions.c:
10701         * gst-libs/gst/utils/install-plugins.c:
10702         * gst-libs/gst/utils/missing-plugins.c:
10703           Some more docs (and descriptions for two subtitle formats).
10704
10705 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10706
10707         * gst-libs/gst/audio/audio.c:
10708           Fix documentation.
10709
10710 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10711
10712         Patch by: Yves Lefebvre  <ivanohe abacom com>
10713
10714         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10715           Don't leak caps. Fixes #408278.
10716
10717 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10718
10719         * ext/cdparanoia/gstcdparanoiasrc.h:
10720         * ext/ogg/gstoggdemux.h:
10721         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10722         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10723         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10724         * gst-libs/gst/audio/audio.h:
10725         * gst-libs/gst/audio/gstaudiofilter.h:
10726         * gst-libs/gst/interfaces/videoorientation.h:
10727         * gst/adder/gstadder.h:
10728           More docs coverage and some ChangeLog surgery (add missing names)
10729
10730 2007-02-15  Wim Taymans  <wim@fluendo.com>
10731
10732         * sys/ximage/ximagesink.c:
10733         (gst_ximagesink_calculate_pixel_aspect_ratio):
10734         * sys/xvimage/xvimagesink.c:
10735         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10736         Small constifications.
10737
10738 2007-02-15  Wim Taymans  <wim@fluendo.com>
10739
10740         * gst-libs/gst/audio/gstbaseaudiosink.c:
10741         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10742         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10743         (gst_base_audio_sink_async_play),
10744         (gst_base_audio_sink_change_state):
10745         Answer latency query.
10746         Use configured latency when syncing.
10747         Fix clock slaving.
10748
10749         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10750         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10751         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10752         Fix possible memleak.
10753         Implement latency query.
10754         Small cleanups.
10755
10756 2007-02-15  Wim Taymans  <wim@fluendo.com>
10757
10758         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10759         Ignore errors in reset, these are not fatal. They also grab the element
10760         lock which is already taking when this function is called. Fixes
10761         #405451.
10762
10763 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10764
10765         * configure.ac:
10766           Remove 'tests/examples/xerror/Makefile' from output files again.
10767
10768 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10769
10770         * configure.ac:
10771         * docs/plugins/Makefile.am:
10772           Also crossref against gst-plugins-base-libs.
10773
10774 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10775
10776         * configure.ac:
10777         * docs/libs/Makefile.am:
10778         * docs/plugins/Makefile.am:
10779           Add crossreferences to glib/gobject/gstream docs.
10780
10781         * gst-libs/gst/audio/audio.h:
10782           Source formatting.
10783
10784         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10785           Add own debug category.
10786
10787 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10788
10789         Patch by: René Stadler <mail at renestadler de>
10790
10791         * gst-libs/gst/tag/gstvorbistag.c:
10792           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10793           (#403597).
10794
10795 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * gst/playback/gstplaybasebin.c: (setup_source):
10798           When we have external subtitles and wait for the subtitle decodebin
10799           to get up and running, we set up a (sync) bus handler for the
10800           subtitle decodebin, so we can stop waiting when it posts an error
10801           message. However, we should do that before we set the subtitle
10802           decodebin's state to playing, otherwise things are racy and we might
10803           miss error messages posted before we had a chance to set up the bus.
10804           This should finally fix totem hanging on .txt pseudo-subtitle files.
10805           
10806 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10807
10808         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10809           Use gst_gdouble_to_guint64 for conversions.
10810         * win32/common/config.h.in:
10811           Add a define for GST_INSTALL_PLUGINS_HELPER
10812         * win32/common/libgstaudio.def:
10813         * win32/common/libgstcdda.def:
10814         * win32/common/libgstnetbuffer.def:
10815         * win32/common/libgstrtp.def:
10816         * win32/common/libgutils.def:
10817           Add new exported functions.
10818         * win32/vs6/gst_plugins_base.dsw:
10819         * win32/vs6/libgstdecodebin.dsp:
10820         * win32/vs6/libgstnetbuffer.dsp:
10821         * win32/vs6/libgstplaybin.dsp:
10822         * win32/vs6/libgstrtp.dsp:
10823         * win32/vs6/libgstvorbis.dsp:
10824         * win32/vs6/libgstcdda.dsp:
10825         * win32/vs6/libgstgdp.dsp:
10826         * win32/vs6/libgstutils.dsp:
10827           Update and add new project files.
10828
10829 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10830
10831         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10832         (subrip_remove_unhandled_tags), (parse_subrip):
10833           For SubRip (.srt) subtitles, ignore all markup tags we don't
10834           handle (like font tags, for example).
10835
10836         * tests/check/elements/subparse.c:
10837           Add test for this.
10838
10839 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/playback/gstdecodebin.c: (add_fakesink),
10842         (gst_decode_bin_change_state):
10843         * gst/playback/gstdecodebin2.c: (add_fakesink),
10844         (gst_decode_bin_change_state):
10845           Don't error out if there is no fakesink in the NULL to READY state
10846           change, since when decodebin is re-used, we're only adding the
10847           fakesink element in READY to PAUSED.
10848
10849         * tests/check/elements/decodebin.c:
10850         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10851         (decodebin_suite):
10852           Minimal unit test to make sure we can use the same decodebin
10853           instance twice (at least with audiotestsrc input).
10854
10855 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10858           Try to get devic-name from device string first, and from handle only
10859           as fallback (seems to yield better results and is more robust
10860           against buggy probing code on the application side).
10861
10862 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10865
10866         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10867         (gst_alsa_find_device_name):
10868         * ext/alsa/gstalsa.h:
10869         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10870         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10871           Improve device-name detection a bit, especially in the case where
10872           the device is not actually open (#405020, #405024). Move common code
10873           into gstalsa.c instead of duplicating it.
10874
10875 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10876
10877         * gst/audioconvert/gstaudioconvert.c:
10878           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10879
10880 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10881
10882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10883         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10884         (gst_xvimagesink_interface_supported),
10885         (gst_xvimagesink_probe_get_properties),
10886         (gst_xvimagesink_probe_probe_property),
10887         (gst_xvimagesink_probe_needs_probe),
10888         (gst_xvimagesink_probe_get_values),
10889         (gst_xvimagesink_property_probe_interface_init),
10890         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10891         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10892         (gst_xvimagesink_get_type):
10893         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10894         for XVAdaptors so that one can choose the adaptor to use with 
10895         gstreamer-properties.
10896
10897 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10898
10899         * gst/audioconvert/gstaudioconvert.c:
10900           Also mention that a conversion from double to float is suboptimal still.
10901
10902 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         * gst-libs/gst/audio/gstaudiofilter.c:
10905         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10906           Clear our formats structure and free the caps contained in it when
10907           shutting down.
10908
10909 2007-02-05  Andy Wingo  <wingo@pobox.com>
10910
10911         * gst-libs/gst/audio/gstbaseaudiosink.c
10912         (gst_base_audio_sink_callback): Update basesink->offset so that we
10913         pull monotonically increasing offsets instead of, um, seeking back
10914         to 0 each time. Fixes alsasrc ! alsasink!
10915
10916 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * gst/videoscale/gstvideoscale.c:
10919           A width and height of 1 makes us crash, so increase minimum size to
10920           2x2 pixels until someone feels like fixing this (#404512).
10921
10922 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10925           Add small test to make sure request pads are cleaned up properly
10926           even if oggmux never changes state out of NULL.
10927
10928 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * tests/check/libs/utils.c: (GST_START_TEST):
10931           Fix unit test. Turns out things work much better when you
10932           NULL-terminate string arrays. Should make p5 build bot happy again.
10933
10934 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10935
10936         * gst-libs/gst/audio/Makefile.am:
10937         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10938         (gst_audio_filter_template_base_init),
10939         (gst_audio_filter_template_class_init),
10940         (gst_audio_filter_template_init),
10941         (gst_audio_filter_template_set_property),
10942         (gst_audio_filter_template_get_property),
10943         (gst_audio_filter_template_setup),
10944         (gst_audio_filter_template_filter),
10945         (gst_audio_filter_template_filter_inplace), (plugin_init):
10946           Oops, forgot to commit fixed-up example.
10947
10948 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * docs/libs/gst-plugins-base-libs-sections.txt:
10951         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10952         (gst_audio_filter_class_init), (gst_audio_filter_init),
10953         (gst_audio_filter_set_caps),
10954         (gst_audio_filter_class_add_pad_templates):
10955         * gst-libs/gst/audio/gstaudiofilter.h:
10956           Port GstAudioFilter to 0.10. This change technically breaks
10957           API and ABI (and thus also every library developer's heart),
10958           but seems justifiable on the grounds that the base class was
10959           completely unusable before (ie. would crash immediately when
10960           actually used). Fixes #403963 (and eventually also #403572).
10961           Also document all of this a bit.
10962
10963 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10964
10965         * gst-libs/gst/utils/install-plugins.c:
10966         (gst_install_plugins_spawn_child):
10967         * tests/check/libs/utils.c:
10968         (test_base_utils_install_plugins_do_callout):
10969           Lowering log level to see why things fail on the p5 build bot;
10970           fix some typos in unit test messages.
10971
10972 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10973
10974         * tests/check/libs/utils.c:
10975         (test_base_utils_install_plugins_do_callout):
10976           Don't hard-code temp directory for test helper; use GLib functions
10977           to write out file and do error checking etc.
10978
10979 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10980
10981         * gst-libs/gst/utils/Makefile.am:
10982         * gst-libs/gst/utils/base-utils.h:
10983         * gst-libs/gst/utils/install-plugins.c:
10984         (gst_install_plugins_context_set_xid),
10985         (gst_install_plugins_context_new),
10986         (gst_install_plugins_context_free),
10987         (gst_install_plugins_get_helper),
10988         (gst_install_plugins_spawn_child),
10989         (gst_install_plugins_return_from_status),
10990         (gst_install_plugins_installer_exited),
10991         (gst_install_plugins_async), (gst_install_plugins_sync),
10992         (gst_install_plugins_return_get_name),
10993         (gst_install_plugins_installation_in_progress):
10994         * gst-libs/gst/utils/install-plugins.h:
10995           API: add API for applications to initiate installation of missing
10996           plugins, ie. gst_install_plugins_async() primarily.
10997           Based on libgimme-codec by Ryan Lortie.
10998
10999         * configure.ac:
11000           Add --with-install-plugins-helper configure option so distros can specify
11001           the path of the helper script or program to call when plugin installation
11002           is requested (distros: please do any argument munging in this helper
11003           script instead of patching GStreamer to pass arguments differently
11004           to another program directly).
11005
11006         * docs/libs/gst-plugins-base-libs-docs.sgml:
11007         * docs/libs/gst-plugins-base-libs-sections.txt:
11008           Build and document new API.
11009
11010         * tests/check/libs/utils.c: (result_cb),
11011         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11012         (libgstbaseutils_suite):
11013           Some simple checks for the new API.
11014
11015 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11016
11017         * tests/check/elements/audioconvert.c: (test_float_conversion):
11018           Add small test for 32bit float <=> 64bit float conversion (works
11019           only one way so far, 32=>64 produces structured noise).
11020
11021 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11022
11023         * gst/audioconvert/gstaudioconvert.c:
11024         (set_structure_widths_32_and_64), (make_lossless_changes):
11025           We don't support floats with a width of 40, 48 or 56 bits.
11026
11027 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11028
11029         * gst/audioconvert/audioconvert.c: (float), (double),
11030         (audio_convert_get_func_index):
11031         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11032         (make_lossless_changes):
11033           Support for 64-bit float audio in audioconvert (#339837)
11034
11035 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11036
11037         Patch by: Holger Wansing  <linux wansing-online de>
11038
11039         * po/LINGUAS:
11040         * po/de.po:
11041           Add German translation (#352069).
11042
11043 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11044
11045         reviewed by: Wim Taymans <wim@fluendo.com>
11046
11047         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11048         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11049         Use newly added GstCollectPads API to free the allocated resources in
11050         the GstOggPad structures (#402393).
11051
11052 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11053
11054         * gst/playback/gstplaybin.c: (gen_vis_element):
11055           Add audioresample+audioconvert in front of the visualisation
11056           element, so that elements like libvisual 0.4 that don't support all
11057           samplerates can work.
11058
11059           Fixes: #402505
11060
11061 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11064         (gst_play_base_bin_get_streaminfo_value_array):
11065           Take some locks and make a copy of the streaminfo value array we
11066           maintain while holding the lock, so that the application can
11067           retrieve the stream-info as a value array in a thread-safe way.
11068
11069 2007-01-30  Wim Taymans  <wim@fluendo.com>
11070
11071         * gst/audioconvert/gstaudioconvert.c:
11072         Don't fail on 0 sized buffers. Fixes #396835.
11073
11074 2007-01-29  David Schleef  <ds@schleef.org>
11075
11076         * gst/typefind/gsttypefindfunctions.c:
11077           Detect BBCD as video/x-dirac, so we can play raw dirac
11078           streams.
11079
11080 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * ext/theora/theoraenc.c: (theora_enc_chain):
11083           Check return value of theora_encode_header(), or we might try to
11084           allocate a random number of bytes. theora_encode_header() can fail
11085           if libtheora has been compiled with encoding support disabled.
11086           Fixes #398110.
11087
11088 2007-01-29  Wim Taymans  <wim@fluendo.com>
11089
11090         * tests/check/gst/.cvsignore:
11091         Do as buildbot says.
11092
11093 2007-01-29  Wim Taymans  <wim@fluendo.com>
11094
11095         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11096         Fix strides in libvisual. Gst uses X strides.
11097         Inspired by: <ed at catmur dot co dot uk> and 
11098         <tim at centricular dot net>
11099         Fixes #401118.
11100
11101 2007-01-27  Wim Taymans  <wim@fluendo.com>
11102
11103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11104         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11105         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11106         (gst_ogg_demux_perform_seek),
11107         (gst_ogg_demux_bisect_forward_serialno),
11108         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11109         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11110         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11111         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11112         * ext/ogg/gstoggdemux.h:
11113         Properly propagate streaming errors when we are scanning the file for
11114         chains so that we don't crash when shut down. Might fix some crashers
11115         when quickly switching oggs in RB such as #332503 and #378436.
11116
11117 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11118
11119         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11120           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11121           error code as well.
11122
11123 2007-01-25  Wim Taymans  <wim@fluendo.com>
11124
11125         * gst/playback/gstplaybasebin.c: (remove_source):
11126         Don't try to disconnect a signal from a finalized object.
11127
11128 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11131           Cast lock macro parameters to make sure we're actually accessing the
11132           lock member at the right class level. Free list itself in _dispose()
11133           as well and NULL it in case dispose gets called multiple times.
11134
11135 2007-01-25  Edward Hervey  <edward@fluendo.com>
11136
11137         * gst/playback/gstdecodebin2.c:
11138         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11139         Free GstDecodeGroups no longer used.
11140         (gst_decode_group_expose):
11141         Don't unlock too many times !
11142         (deactivate_free_recursive):
11143         Free iterator once we're done with it.
11144         Fix for recursively deactivating elements (stop at ghostpads).
11145
11146 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * gst/playback/gstplaybin.c: (handoff):
11149           Fix up caps on the frame buffer before we save it and potentially
11150           make it accessible to other threads via g_object_get; also use
11151           gst_buffer_replace() instead of gst_mini_object_replace().
11152
11153 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11156           Make getting the current frame thread-safe.
11157
11158 2007-01-25  Edward Hervey  <edward@fluendo.com>
11159
11160         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11161         (gst_decode_group_new), (gst_decode_group_free):
11162         Set queues to bigger sizes to cope with HD contents.
11163         Fix some mutex freeing and add comment about MT safe methods.
11164
11165 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11166
11167         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11168         (gst_text_overlay_text_event):
11169           Don't unnecessarily ref (and then leak) upstream events if the text
11170           pad is not linked. Fixes #399948.
11171
11172         * tests/check/gst-plugins-base.supp:
11173           Add suppression for pango on edgy/x86 for textoverlay test.
11174
11175 2007-01-24  Wim Taymans  <wim@fluendo.com>
11176
11177         * gst-libs/gst/rtp/gstrtpbuffer.h:
11178         Add some more fixed payloads.
11179
11180 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11181
11182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11183           Error out properly if we get an error from libogg while reading the
11184           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11185
11186 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11189           Don't leak mutex.
11190
11191         * tests/check/elements/playbin.c:
11192         (test_sink_usage_video_only_stream),
11193         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11194         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11195         (test_missing_suburisource_handler),
11196         (test_missing_primary_decoder), (playbin_suite):
11197           Run all tests once with decodebin and once with decodebin2.
11198           One test does not pass yet with decodebin2.
11199
11200 2007-01-23  Edward Hervey  <edward@fluendo.com>
11201
11202         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11203         Fix the cases where oggmux doesn't properly figure out that all
11204         sinkpads have gone EOS, and therefore doesn't push out the remaining
11205         buffers and the final EOS event.
11206         Fixes #363379
11207
11208 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11209
11210         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11212         Don't lock on navigation event push, just on keysym to string.
11213         Fixes #397673 again.
11214
11215 2007-01-22  Edward Hervey  <edward@fluendo.com>
11216
11217         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11218         (get_current_group), (group_demuxer_event_probe),
11219         (gst_decode_group_expose), (deactivate_free_recursive),
11220         (gst_decode_group_free):
11221         Cleanups.
11222         Don't forget to emit 'no-more-pads' once a group is exposed.
11223         Cleanup elements from a DecodeGroup once we remove it.
11224         Protect call to gst_decode_group_expose() with the decodebin lock.
11225
11226 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11227
11228         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11230         Looking at Xorg code i can't figure out if that XKeysymToString
11231         function is thread sensible or not. Lock it just in case as
11232         recommended by Radek Doulik <rodo at ximian dot com>.
11233
11234 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11235
11236         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11238         Lock that X Call as well. Fixes #397673.
11239
11240 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11243           Don't go into an endless loop if the file starts with 00 00 01 2X,
11244           like quicktime redirect files might. Fixes #396042.
11245
11246         * tests/check/Makefile.am:
11247         * tests/check/gst/.cvsignore:
11248         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11249         (typefindfunctions_suite):
11250           Add unit test for the above.
11251
11252 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11253
11254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11255           On second thought, use "depth" field rather than "bpp" field.
11256
11257 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11258
11259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11260           Camtasia caps apparently need a bpp field (#398875).
11261
11262 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11265         (gen_source_element), (gst_play_base_bin_change_state):
11266           Attempt at a better error message in case we don't have the required
11267           URI handler installed; post missing-plugin message also when we're
11268           missing an URI handler for the subtitle URI; clean up properly also
11269           when an error occurs and we never made it to PAUSED state.
11270
11271         * tests/check/elements/playbin.c: (GST_START_TEST),
11272         (playbin_suite):
11273           Check that we're also getting a missing-plugin messsage for a
11274           missing subtitle URI handler (and clean up properly).
11275
11276 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11277
11278         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11279           Plug a few reference leaks.
11280
11281 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11284           Lower probability a bit if the marker isn't right at the start,
11285           to decrease the chance of false positives.
11286
11287 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11288
11289         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11290           Small mpeg2 system stream typefinding improvement: make typefinder
11291           probe a bit into the stream instead of just looking for a marker
11292           at the beginning. Fixes #397810.
11293
11294 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         * gst/audioconvert/gstchannelmix.c:
11297           Remove compatibility cruft for prehistoric GLib versions.
11298
11299 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * gst/playback/Makefile.am:
11302         * gst/playback/gstdecodebin.c: (close_pad_link):
11303         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11305         (gst_play_base_bin_handle_message_func), (unknown_type):
11306           Let decodebin be the element to post missing-plugin messages for
11307           missing decoders (rather than playbin); make playbin implement
11308           GstBin::handle_message so we can suppress missing-plugin messages
11309           for types we're not handling on purpose (don't want to bring up an
11310           installer in those cases).
11311
11312 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11313
11314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11315         * gst-libs/gst/tag/gstvorbistag.c:
11316         (gst_tag_list_to_vorbiscomment_buffer):
11317         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11318           Fix potentially unaligned access (#397207).
11319
11320 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11321
11322         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11323         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11324         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11325         (main):
11326           Allow to toggle looping while it plays. Fix callback prototype. Clean
11327           up code a bit more. Add copyright header.
11328
11329 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11330
11331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11332           Red and blue mask was swapped (spotted by Dan Williams).
11333
11334 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11335
11336         * gst-libs/gst/tag/gstid3tag.c:
11337         * gst-libs/gst/tag/gstvorbistag.c:
11338           Use new beats-per-minute tag from core.
11339
11340 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11341
11342         * po/POTFILES.in:
11343           Add new files with translatable strings, so they actually make it
11344           into the template file one day.
11345
11346 2007-01-12  Andy Wingo  <wingo@pobox.com>
11347
11348         * gst-libs/gst/audio/gstbaseaudiosink.c
11349         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11350         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11351         stuff, as the base class handles this now. Actually tell the ring
11352         buffer to start.
11353         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11354         How did this work before? Maybe I'm not as awesome a programmer as
11355         I think.
11356
11357         * gst-libs/gst/audio/gstbaseaudiosrc.c
11358         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11359         of a pad function.
11360
11361 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11364           Remove more fields so that the application can better blacklist
11365           formats that have been tried before.
11366
11367 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11368
11369         * gst-libs/gst/audio/mixerutils.h:
11370           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11371           used when compiling with c++ compilers as well.
11372
11373 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11374
11375         * gst/typefind/gsttypefindfunctions.c:
11376           Fix comment.
11377
11378 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11379
11380         * gst/playback/gstplaybin.c: (post_missing_element_message),
11381         (gen_video_element), (gen_text_element), (gen_audio_element),
11382         (gen_vis_element):
11383           Post missing-plugin messages also when we error out because
11384           converters, textoverlay or auto*sinks are missing (#161922).
11385
11386 2007-01-10  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11389         (is_demuxer_element), (new_caps):
11390         * gst/playback/gstplaybasebin.c: (source_new_pad):
11391         Fix the case where we try to ref a NULL element when we delay a link
11392         because of unfixed caps.
11393         Set the state of autoplugged decodebins to PAUSED.
11394         RTSP now works in playbin, we can remove it from the blacklist.
11395
11396 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/playback/Makefile.am:
11399         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11400         (unknown_type), (setup_subtitle), (gen_source_element):
11401         * gst/playback/gstplaybin.c: (plugin_init):
11402           Post missing-plugin messages on the bus for missing sources and
11403           missing decoders/demuxers/depayloaders; fix error code used when
11404           we're missing an URI handler source; for media types that we are not
11405           handling on purpose at the moment, don't print "don't know how to
11406           handle xyz" messages to the terminal or post missing-plugin
11407           messages on the bus.
11408
11409         * tests/check/elements/playbin.c: (create_playbin),
11410         (GST_START_TEST), (gst_codec_src_uri_get_type),
11411         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11412         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11413         (gst_codec_src_init_type), (gst_codec_src_base_init),
11414         (gst_codec_src_create), (gst_codec_src_class_init),
11415         (gst_codec_src_init), (plugin_init), (playbin_suite):
11416           Add some tests for the missing-plugin stuff.
11417
11418 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * configure.ac:
11421         * gst-libs/gst/Makefile.am:
11422         * gst-libs/gst/utils/Makefile.am:
11423         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11424         * gst-libs/gst/utils/base-utils.h:
11425         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11426         (find_format_info), (caps_are_rtp_caps),
11427         (gst_base_utils_get_source_description),
11428         (gst_base_utils_get_sink_description),
11429         (gst_base_utils_get_decoder_description),
11430         (gst_base_utils_get_encoder_description),
11431         (gst_base_utils_get_element_description),
11432         (gst_base_utils_add_codec_description_to_tag_list),
11433         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11434         * gst-libs/gst/utils/descriptions.h:
11435         * gst-libs/gst/utils/missing-plugins.c:
11436         (missing_structure_get_type), (copy_and_clean_caps),
11437         (gst_missing_uri_source_message_new),
11438         (gst_missing_uri_sink_message_new),
11439         (gst_missing_element_message_new),
11440         (gst_missing_decoder_message_new),
11441         (gst_missing_encoder_message_new),
11442         (missing_structure_get_string_detail),
11443         (missing_structure_get_caps_detail),
11444         (gst_missing_plugin_message_get_installer_detail),
11445         (gst_missing_plugin_message_get_description),
11446         (gst_is_missing_plugin_message):
11447         * gst-libs/gst/utils/missing-plugins.h:
11448           API: add new libgstbaseutils library with functions
11449           - to create and parse missing-plugins messages
11450           - that provide (translated) descriptions for caps/decoders/sources/etc.
11451           Closes #392393.
11452
11453         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11454         * pkgconfig/gstreamer-plugins-base.pc.in:
11455           Add new lib.
11456
11457         * docs/libs/gst-plugins-base-libs-docs.sgml:
11458         * docs/libs/gst-plugins-base-libs-sections.txt:
11459           Generate docs for new lib and API.
11460
11461         * tests/check/Makefile.am:
11462         * tests/check/libs/.cvsignore:
11463         * tests/check/libs/utils.c: (missing_msg_check_getters),
11464         (GST_START_TEST), (libgstbaseutils_suite):
11465           Add some basic unit tests.
11466
11467 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * ext/ogg/Makefile.am:
11470           Dist gstoggdemux.h to fix 'make distcheck'.
11471
11472         * sys/v4l/Makefile.am:
11473           Fix 'make distcheck' even more.
11474
11475 2007-01-09  Wim Taymans  <wim@fluendo.com>
11476
11477         * docs/plugins/Makefile.am:
11478         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11479         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11480         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11481         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11482         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11483         (gst_ogg_demux_perform_seek):
11484         * ext/ogg/gstoggdemux.h:
11485         Added docs.
11486         Add some more comments.
11487         Small cleanups.
11488
11489 2007-01-09  Wim Taymans  <wim@fluendo.com>
11490
11491         * ext/theora/theoradec.c:
11492         * ext/vorbis/vorbisdec.c:
11493         * gst-libs/gst/audio/gstringbuffer.c:
11494         (gst_ring_buffer_commit_full):
11495         * gst-libs/gst/audio/gstringbuffer.h:
11496         * gst-libs/gst/rtp/gstrtpbuffer.c:
11497         * gst-libs/gst/tag/gstvorbistag.c:
11498         Small documentation updates/fixes
11499
11500 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11501
11502         * configure.ac:
11503           Require core CVS HEAD for Andy's basesrc/sink API additions.
11504
11505 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11506
11507         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11508
11509         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11510         (plugin_init):
11511           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11512           on flac.sf.net (there appear to be other versions of the first
11513           ogg page in the wild) (#391365).
11514
11515 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * configure.ac:
11518           Check if localtime_r() is available.
11519
11520         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11521           If localtime_r() is not available, fall back to localtime(). Should
11522           fix build on MingW (#393310).
11523
11524 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11525
11526         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11527         * gst/subparse/gstsubparse.h:
11528           Remove spurious 1000 subtrahend when calculating the timestamp from
11529           the frame number and the frame rate . Also, use the frames/second
11530           value specified in the first line of the file, if one is specified
11531           there. Should fix #357503.
11532
11533         * tests/check/elements/subparse.c: (do_test),
11534         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11535         (subparse_suite):
11536           Add some basic unit tests for the microdvd subtitle format.
11537
11538 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11539
11540         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11541
11542         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11543         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11544         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11545         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11546         (gst_xvimagesink_set_xwindow_id),
11547         (gst_xvimagesink_set_event_handling),
11548         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11549         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11550         Fixes: #390076.
11551         Add an adaptor property to select a specific XV adaptor.
11552         * sys/xvimage/xvimagesink.h:
11553
11554 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11555
11556         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11557         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11558         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11559         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11560         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11561         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11562         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11563         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11564         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11565         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11566         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11567         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11568         Use flow_lock much more to protect every access to xwindow.
11569         Try to catch erros while creating images in case some drivers are
11570         just generating an XError when the requested image is too big.
11571         Should fix : #354698, #384008, #384060.
11572         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11573         Implement some stress testing of setting window xid.
11574
11575 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11576
11577         * win32/common/libgsaudio.def:
11578           Add new exported function.
11579         * win32/common/libgstogg.dsp:
11580           Add gstoggaviparse.c to the build.
11581         * win32/common/libgstvideoscale.dsp:
11582           Add vs_4tap.c to the build.
11583         * win32/common/libgstvorbis.dsp:
11584           Add vorbistag.c to the build.
11585         
11586 2007-01-06  Andy Wingo  <wingo@pobox.com>
11587
11588         * gst-libs/gst/audio/gstbaseaudiosink.c
11589         (gst_base_audio_sink_class_init)
11590         (gst_base_audio_sink_init): 
11591         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11592         to baseaudiosink, and tell basesink that we can work in pull mode.
11593         This way the ring buffer thread drives the pipeline directly, if
11594         pull mode is possible. There is some lingering nastiness regarding
11595         capsnego, however.
11596         (gst_base_audio_sink_callback): Implement the callback to pull
11597         data. This interface is a bit light, though -- it should get a
11598         GstFlowReturn return value at least.
11599
11600 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11601
11602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11603         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11604         * gst/playback/gstdecodebin2.c:
11605         (gst_decode_group_check_if_blocked):
11606           Printf format and missing argument fixes.
11607
11608 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11609
11610         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11611         (gst_ogm_parse_change_state):
11612         Activate pads before adding them to the element.
11613
11614 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * tests/examples/seek/scrubby.c: (main):
11617         * tests/examples/seek/seek.c: (main):
11618           Call g_thread_init() first thing in main() (see #391278).
11619
11620 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11621
11622         * tests/check/Makefile.am:
11623         * tests/check/libs/.cvsignore:
11624         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11625         (netbuffer_suite):
11626           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11627           for the time being, since it's broken, see #393099.
11628
11629 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * tests/check/Makefile.am:
11632           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11633
11634 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11635
11636         * configure.ac:
11637           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11638           so that GST_BASE_CFLAGS can go inbetween them, making sure
11639           we use uninstalled gst-libs headers
11640         * docs/libs/Makefile.am:
11641         * ext/alsa/Makefile.am:
11642         * ext/cdparanoia/Makefile.am:
11643         * ext/gnomevfs/Makefile.am:
11644         * ext/libvisual/Makefile.am:
11645         * ext/ogg/Makefile.am:
11646         * ext/theora/Makefile.am:
11647         * ext/vorbis/Makefile.am:
11648         * gst-libs/gst/audio/Makefile.am:
11649         * gst-libs/gst/cdda/Makefile.am:
11650         * gst-libs/gst/interfaces/Makefile.am:
11651         * gst-libs/gst/riff/Makefile.am:
11652         * gst-libs/gst/rtp/Makefile.am:
11653         * gst-libs/gst/tag/Makefile.am:
11654         * gst/adder/Makefile.am:
11655         * gst/audioconvert/Makefile.am:
11656         * gst/audiorate/Makefile.am:
11657         * gst/audioresample/Makefile.am:
11658         * gst/playback/Makefile.am:
11659         * gst/tcp/Makefile.am:
11660         * gst/videoscale/Makefile.am:
11661         * gst/volume/Makefile.am:
11662         * sys/ximage/Makefile.am:
11663         * sys/xvimage/Makefile.am:
11664         * tests/icles/Makefile.am:
11665           adapt
11666
11667 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11668
11669         * gst-libs/gst/interfaces/xoverlay.c:
11670         (gst_x_overlay_handle_events):
11671         * gst-libs/gst/interfaces/xoverlay.h:
11672         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11673         (gst_ximagesink_set_xwindow_id),
11674         (gst_ximagesink_set_event_handling),
11675         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11676         (gst_ximagesink_get_property), (gst_ximagesink_init),
11677         (gst_ximagesink_class_init):
11678         * sys/ximage/ximagesink.h:
11679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11680         (gst_xvimagesink_set_xwindow_id),
11681         (gst_xvimagesink_set_event_handling),
11682         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11683         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11684         (gst_xvimagesink_class_init):
11685         * sys/xvimage/xvimagesink.h:
11686         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11687         Add a method to the XOverlay interface to allow disabling of 
11688         event handling in x[v]imagesink elements. This will let X events
11689         propagate to parent windows which can be usefull in some cases.
11690         Be carefull that the application is then responsible of pushing
11691         navigation events and expose events to the video sink.
11692         Fixes: #387138.
11693
11694 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * gst-libs/gst/tag/gstvorbistag.c:
11697         * tests/check/libs/tag.c: (GST_START_TEST):
11698           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11699           (fixes #392070).
11700
11701 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11702
11703         * configure.ac:
11704         * docs/Makefile.am:
11705         * docs/design/Makefile.am:
11706           Dist design docs.
11707
11708 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11709
11710         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11711         typo. Fixes: #390063.
11712
11713 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11714
11715         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11717         caps leak.
11718         * win32/common/config.h: Updated.
11719
11720 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11721
11722         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11723         (setup_gdpdepay_streamheader):
11724         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11725         (setup_gdppay_streamheader):
11726           Fix the dp tests, but activating the pads for the streamheader tests
11727           too and cleaning up conditionaly
11728
11729 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11730
11731         * gst/ffmpegcolorspace/avcodec.h:
11732         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11733         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11734         (gst_ffmpegcsp_avpicture_fill):
11735         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11736         (img_get_alpha_info):
11737         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11738         other end of the word. Fixes: #387073.
11739
11740         Add some inconsequential branch hints in a couple of places.
11741
11742 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11743
11744         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11745         (gst_ffmpeg_caps_to_smpfmt):
11746           The "signed" field in raw audio caps is of boolean type, trying to
11747           extract the value with _get_int() will fail (fix to keep in sync with
11748           the copy in gst-ffmpeg)
11749
11750 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11751
11752         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11753         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11754         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11755         (cleanup_gdpdepay):
11756         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11757         * tests/check/elements/subparse.c: (teardown_subparse):
11758         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11759         * tests/check/elements/videorate.c: (cleanup_videorate):
11760         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11761         * tests/check/elements/volume.c: (cleanup_volume):
11762         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11763         (cleanup_vorbisdec):
11764         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11765         (cleanup_vorbistag):
11766           consistent pad (de)activation
11767
11768 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11771           Forgot to register the extensions.
11772
11773 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11774
11775         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11776         (plugin_init):
11777           Add typefinder for VIVO files (my christmas present to the 90s).
11778
11779 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11780
11781         * gst/playback/gstdecodebin.c: (type_found):
11782           Special-case the text/plain media type: we only want to recognise it
11783           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11784           parser, but not if the entire stream is of text/plain type. If the
11785           entire stream is text/plain, we should just error out.
11786
11787           This fixes playback of audio files with lyrics in totem. Totem can't
11788           distinguish between text files and subtitle files and passes any
11789           .txt file with the same basename as the main file to playbin as
11790           suburi, and playbin will then throw a 'subtitle found, but no video
11791           stream' error, which isn't entirely helpful. See #380342.
11792
11793           Also, with this change we'll show a slightly more correct error
11794           message in case totem passes a playlist file to us (although a
11795           custom error message wording instead of the default text would
11796           probably not be a bad idea either).
11797
11798           Same problem also needs to be fixed for playbin+decodebin2.
11799
11800         * tests/check/Makefile.am:
11801         * tests/check/elements/decodebin.c: (src_handoff_cb),
11802         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11803         (decodebin_suite):
11804           Add simple unit test for decodebin for the above.
11805
11806 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11807
11808         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11809         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11810           Refuse to change state to READY when we failed to create any of the
11811           required elements in our instance init function.
11812
11813 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * docs/libs/gst-plugins-base-libs-sections.txt:
11816           Small docs fixes/updates.
11817
11818         * gst-libs/gst/video/gstvideosink.h:
11819           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11820           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11821           removed from the base sink API between 0.9.6 and 0.9.7).
11822           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11823           accessor macros, so we don't do a runtime GObject type check every
11824           time we use them.
11825
11826 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * Makefile.am:
11829         * gst-plugins-base.doap:
11830         * gst-plugins-base.spec.in:
11831           add doap file
11832
11833 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         Patch by: Jens Granseuer <jensgr at gmx net>
11836
11837         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11838         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11839         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11840         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11842           Declare variables at the beginning of a block. Fixes #383195.
11843
11844 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11845
11846         * configure.ac:
11847         Bump version nano - back to CVS.
11848
11849
11850 === release 0.10.11 ===
11851
11852 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11853
11854         * configure.ac:
11855           releasing 0.10.11, "Dumb things"
11856
11857 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11858
11859         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11860         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11861         Handle the case where an element has multiple pads with 
11862         unfixed caps as well as still possibly producing more dynamic 
11863         pads by storing each case as a distinct entry in the dynamic list.
11864         Fixes #38223 again.
11865
11866 2006-12-04  Wim Taymans  <wim@fluendo.com>
11867
11868         * gst/playback/gstdecodebin.c: (close_pad_link):
11869         Fix #382223, add more dynamic caps handling.
11870
11871 2006-12-04  Wim Taymans  <wim@fluendo.com>
11872
11873         * gst-libs/gst/audio/gstringbuffer.h:
11874         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11875         (gst_netaddress_set_ip4_interface),
11876         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11877         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11878         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11879         (gst_netaddress_get_ttl):
11880         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11881         * gst/playback/gstdecodebin.c: (close_pad_link):
11882         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11883         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11884         * win32/common/config.h:
11885
11886 2006-12-01  Michael Smith  <msmith@fluendo.com>
11887
11888         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11889           Delete bad debug code.
11890           Fixes #381219
11891
11892 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11893
11894         * gst/videoscale/vs_4tap.c:
11895         * win32/MANIFEST:
11896         * win32/common/config.h:
11897         * win32/vs8/libgstvideoscale.vcproj:
11898         Fix compilation on win32 under VS8
11899         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11900         Partially fixes #381175
11901
11902 2006-11-30  Michael Smith  <msmith@fluendo.com>
11903
11904         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11905         (GST_START_TEST):
11906           It would be very bad if, after a discont buffer, we thought every
11907           single following buffer was also discont. So, add to the test to
11908           ensure that this isn't the case.
11909           
11910         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11911           ... it was the case. So fix it.
11912
11913 2006-11-28  Wim Taymans  <wim@fluendo.com>
11914
11915         * gst/playback/gstplaybasebin.c: (check_queue_event):
11916         Improve debug.
11917
11918         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11919         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11920         padtemplate caps. Refixes #357577.
11921
11922 2006-11-28  Wim Taymans  <wim@fluendo.com>
11923
11924         * gst/playback/gstplaybasebin.c: (check_queue_event),
11925         (queue_threshold_reached), (queue_out_of_data),
11926         (gen_preroll_element):
11927         Add event probe to see when EOS is in a queue and we can disable the
11928         underrun signals. Fixes #357577.
11929
11930 2006-11-28  Edward Hervey  <edward@fluendo.com>
11931
11932         * gst/playback/Makefile.am:
11933         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11934         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11935         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11936         (gst_decode_bin_init), (gst_decode_bin_dispose),
11937         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11938         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11939         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11940         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11941         (connect_element), (expose_pad), (type_found),
11942         (pad_added_group_cb), (pad_removed_group_cb),
11943         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11944         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11945         (are_raw_caps), (multi_queue_overrun_cb),
11946         (multi_queue_underrun_cb), (gst_decode_group_new),
11947         (get_current_group), (group_demuxer_event_probe),
11948         (gst_decode_group_control_demuxer_pad),
11949         (gst_decode_group_control_source_pad),
11950         (gst_decode_group_check_if_blocked),
11951         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11952         (gst_decode_group_hide), (gst_decode_group_free),
11953         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11954         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11955         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11956         (plugin_init):
11957         New decodebin2 element.
11958         Closes #370092
11959         * gst/playback/gstplay-marshal.list:
11960         Added marshallers for new signals in decodebin2
11961         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11962         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11963         is set.
11964
11965 2006-11-28  Wim Taymans  <wim@fluendo.com>
11966
11967         * gst/playback/gstplaybasebin.c: (setup_source),
11968         (gst_play_base_bin_change_state):
11969         Disable rtsp:// uris for the release, it's not good enough yet.
11970         Remove unused var.
11971
11972 2006-11-26  Wim Taymans  <wim@fluendo.com>
11973
11974         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11975         (theora_dec_push_forward), (theora_dec_push_reverse),
11976         (theora_handle_data_packet), (theora_dec_decode_buffer),
11977         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11978         (theora_dec_chain_forward), (theora_dec_chain):
11979         Implement reverse playback.
11980
11981         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11982         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11983         (vorbis_dec_chain_forward):
11984         Clear buffers used for reverse playback in _reset.
11985         No need to set the eos flag, we clip samples using the segment.
11986
11987 2006-11-24  Wim Taymans  <wim@fluendo.com>
11988
11989         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11990         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11991         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11992         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11993         Some cleanups.
11994         Handle continued pages in reverse mode.
11995
11996 2006-11-24  Wim Taymans  <wim@fluendo.com>
11997
11998         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11999         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12000         (vorbis_dec_flush_decode):
12001         Small cleanups.
12002         Don't try to add invalid timestamps.
12003         Clipping will unref the buffer.
12004
12005 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12006
12007         * gst/adder/gstadder.h:
12008         * gst/audiotestsrc/gstaudiotestsrc.h:
12009           remove obsolete _factory_init protos
12010
12011 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12012
12013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12014           Fix spacing in debug message.
12015
12016 2006-11-23  Wim Taymans  <wim@fluendo.com>
12017
12018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12019         (gst_ogg_demux_chain):
12020         Don't just ignore return values from _pad_push().
12021         Small debug improvements.
12022
12023 2006-11-23  Michael Smith  <msmith@fluendo.com>
12024
12025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12026           If our incoming buffer is marked as DISCONT, then increment the page
12027           number (so that the discontinuity is marked in the final ogg
12028           bitstream) and flush the previous page.
12029
12030 2006-11-22  Michael Smith  <msmith@fluendo.com>
12031
12032         * ext/theora/gsttheoraenc.h:
12033         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12034         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12035         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12036         (theora_enc_chain), (theora_enc_change_state):
12037           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12038
12039         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12040         (GST_START_TEST), (theoraenc_suite):
12041           Enable discontinuity test, fix it.
12042
12043 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12044
12045         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12046         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12047         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12048         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12049         (gst_text_overlay_change_state):
12050         * ext/pango/gsttextoverlay.h:
12051           Some textoverlay fixes: for one, in the video chain function,
12052           actually wait for a text buffer to come in if there is none at the
12053           moment and there should be one; also, deal more gracefully with
12054           incoming buffers that do not have a timestamp or duration; discard
12055           text buffer when not needed any longer. Fixes #341681.
12056
12057         * tests/check/Makefile.am:
12058         * tests/check/elements/.cvsignore:
12059         * tests/check/elements/textoverlay.c:
12060         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12061         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12062         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12063         (test_video_waits_for_text_send_text_newsegment_thread),
12064         (test_video_waits_for_text_shutdown_element),
12065         (test_render_continuity_push_video_buffers_thread),
12066         (textoverlay_suite):
12067           Add some unit tests for textoverlay.
12068
12069 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12072           Avoid integer underflow when the found probability for mp3 is
12073           smaller than the 'penalty' we subtract if there's not a clean
12074           mp3 header sync at offset 0.
12075
12076 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12077
12078         * docs/libs/gst-plugins-base-libs-sections.txt:
12079           Add some new symbols to the docs
12080
12081 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12082
12083         * tests/check/Makefile.am:
12084         * tests/check/elements/ffmpegcolorspace.c:
12085         (ffmpegcolorspace_suite):
12086           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12087           (for now not for valgrinding though, since it takes too long).
12088
12089 2006-11-20  Wim Taymans  <wim@fluendo.com>
12090
12091         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12092         (gst_ffmpeg_pixfmt_to_caps):
12093         Fix RGBA32 caps. Fixes #357038.
12094
12095 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * gst-libs/gst/interfaces/mixertrack.h:
12098           Add FIXME so we can add some padding here in 0.11
12099
12100 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12101
12102         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12103           Fix GstBaseRTPAudioPayload structure so the whole GObject
12104           inheritance business actually works (parent class instance structure
12105           must always come first in the derived class instance structure).
12106
12107 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * gst/videotestsrc/Makefile.am:
12110         * tests/check/Makefile.am:
12111           Make sure our checks and the videotestsrc plugin link against the
12112           local uninstalled gst libs and not any installed gst libs that
12113           might happen to exist as well.
12114
12115         * tests/check/elements/adder.c: (message_received),
12116         (test_event_message_received), (test_play_twice_message_received):
12117         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12118           Fix compiler warnings when compiling against core with disabled
12119           debugging system.
12120
12121 2006-11-16  Michael Smith  <msmith@fluendo.com>
12122
12123         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12124         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12125           Fix audiorate, so that it accurately sets offsets and timestamps.
12126           Doesn't change the fundamental algorithmic decisions; so should be
12127           safe.
12128
12129         * tests/check/Makefile.am:
12130           Enable audiorate test now that it passes.
12131
12132 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12133
12134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12135           clear xv when going to NULL, remove // commented non-existant proto
12136
12137         * tests/examples/seek/seek.c: (main):
12138           add missing tooltip description for scrub and play_scrub
12139
12140 2006-11-14  David Schleef  <ds@schleef.org>
12141
12142         * configure.ac:
12143           Bump liboil requirement to 0.3.8.
12144         * gst-libs/gst/riff/riff-media.c:
12145           Add Dirac fourcc.
12146         * gst/videoscale/vs_image.h:
12147         * gst/videoscale/vs_scanline.h:
12148           Use liboil's stdint.h.
12149         * gst/videotestsrc/videotestsrc.c:
12150           Remove liboil related ifdef's, since they aren't needed now, and
12151           won't work with future versions.
12152
12153 2006-11-14  David Schleef  <ds@schleef.org>
12154
12155         * gst/videoscale/Makefile.am:
12156         * gst/videoscale/gstvideoscale.c:
12157         * gst/videoscale/gstvideoscale.h:
12158         * gst/videoscale/vs_4tap.c:
12159         * gst/videoscale/vs_4tap.h:
12160         * gst/videoscale/vs_image.c:
12161         * gst/videoscale/vs_image.h:
12162         * gst/videoscale/vs_scanline.c:
12163         * gst/videoscale/vs_scanline.h:
12164           Add a 4-tap image scaler.  Theoretically looks much prettier.
12165           The tap calculation could use some improvement.
12166
12167 2006-11-14  Wim Taymans  <wim@fluendo.com>
12168
12169         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12170
12171         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12172         (gst_riff_parse_strf_iavs):
12173         * gst/subparse/gstsubparse.c: (convert_encoding):
12174         * gst/tcp/gstmultifdsink.c:
12175         (gst_multi_fd_sink_handle_client_write):
12176         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12177         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12178         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12179         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12180         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12181         (gst_ximagesink_ximage_new):
12182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12183         Various gsize and gssize printf fixes. Fixes #372507.
12184
12185 2006-11-13  Wim Taymans  <wim@fluendo.com>
12186
12187         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12188         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12189         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12190         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12191         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12192         * ext/vorbis/vorbisdec.h:
12193         First stab at vorbis reverse playback.
12194
12195 2006-11-13  Wim Taymans  <wim@fluendo.com>
12196
12197         * gst-libs/gst/audio/gstbaseaudiosink.c:
12198         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12199         * gst-libs/gst/audio/gstbaseaudiosink.h:
12200         Make the clock sync code more accurate wrt resampling and playback
12201         at different rates.
12202         
12203         * gst-libs/gst/audio/gstringbuffer.c:
12204         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12205         * gst-libs/gst/audio/gstringbuffer.h:
12206         Use better algorithm to interpolate sample rates. 
12207
12208 2006-11-13  Michael Smith  <msmith@fluendo.com>
12209
12210         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12211           Improve a debug line slightly.
12212
12213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12214           Call gst_riff_init() in plugin_init, to avoid getting errors from
12215           the debug system (unrelated changes to another plugin made this turn
12216           up; not sure why).
12217
12218 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12219
12220         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12221
12222         * win32/common/libgsttag.def:
12223           Add missing symbol (#366492).
12224
12225 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12226
12227         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12228           Don't unref a NULL pad.
12229
12230 2006-11-09  Wim Taymans  <wim@fluendo.com>
12231
12232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12233         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12234         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12235         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12236         (gst_ogg_demux_loop):
12237         Implement first stab at reverse playback.
12238
12239 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12240
12241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12242         (gst_riff_create_video_template_caps):
12243           add h263/h264 variants to the caps, Fixes #363118
12244
12245 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12248         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12249           Use g_strerror instead of strerror so we get UTF-8.
12250
12251 2006-11-03  David Schleef  <ds@schleef.org>
12252
12253         * ext/ogg/gstoggdemux.c:
12254         * ext/ogg/gstoggmux.c:
12255           Add/remove KW-DIRAC header here, since it is ogg-specific.
12256
12257 2006-11-03  Michael Smith  <msmith@fluendo.com>
12258
12259         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12260           Recognise more mpeg4 elementary video streams.
12261
12262 2006-11-02  Edward Hervey  <edward@fluendo.com>
12263
12264         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12265         Lower the probability of mp3 typefinding functions if we don't find a
12266         valid mp3 header at the start of the file.
12267         Closes #369482
12268
12269 2006-11-02  Wim Taymans  <wim@fluendo.com>
12270
12271         * ext/theora/gsttheoradec.h:
12272         * ext/theora/theoradec.c: (gst_theora_dec_init),
12273         (theora_dec_sink_event), (theora_dec_chain_forward),
12274         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12275         (theora_dec_chain):
12276         Document and partially implement an algorithm for doing reverse playback
12277         of theora video.
12278
12279 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12282
12283         * win32/common/config.h:
12284         * win32/common/interfaces-enumtypes.c:
12285         * win32/common/libgsttag.def:
12286         * win32/vs8/gst-plugins-base.sln:
12287         * win32/vs8/libgstaudioresample.vcproj:
12288         * win32/vs8/libgstinterfaces.vcproj:
12289         * win32/vs8/libgstogg.vcproj:
12290         * win32/vs8/libgstriff.vcproj:
12291         * win32/vs8/libgsttag.vcproj:
12292         * win32/vs8/libgsttheora.vcproj:
12293         * win32/vs8/libgstvideoscale.vcproj:
12294         * win32/vs8/libgstvorbis.vcproj:
12295           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12296           to libgsttag.def; add missing dependencies for some vs8 projects;
12297           re-arrange placement of .def files in vs8 projects (#366334).
12298
12299 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12300
12301         * ext/ogg/gstogg.c:
12302           Remove unused variable.
12303
12304         * ext/ogg/gstoggdemux.c:
12305           Fix Wim's surname in plugin description.
12306
12307 2006-10-31  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst-plugins-base.spec.in:
12310         spec new .h file. Fixes #368310.
12311
12312 2006-10-31  Michael Smith  <msmith@fluendo.com>
12313
12314         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12315         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12316         (gst_multi_fd_sink_get_stats),
12317         (gst_multi_fd_sink_remove_client_link),
12318         (gst_multi_fd_sink_queue_buffer),
12319         (gst_multi_fd_sink_handle_clients):
12320         * gst/tcp/gstmultifdsink.h:
12321           Make using the remove or clear signals threadsafe.
12322           Make calling get-stats with an invalid fd not segfault.
12323           Fixes 368273.
12324
12325 2006-10-31  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst-libs/gst/rtp/Makefile.am:
12328         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12329         (gst_base_rtp_audio_payload_init):
12330         Fix and activate base audio payloader.
12331
12332 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12333
12334         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12335         (plugin_init):
12336           Add typefinder for QuickTime Image Files (see #366156).
12337
12338 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12339
12340         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12341           Another typo fix (#366212).
12342
12343 2006-10-27  Wim Taymans  <wim@fluendo.com>
12344
12345         * gst/volume/gstvolume.c: (volume_transform_ip):
12346         Use stream time to synchronize volume property instead of rather random
12347         timestamps. This is needed when gnonlin does its time shifting.
12348
12349 2006-10-27  Wim Taymans  <wim@fluendo.com>
12350
12351         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12352
12353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12354         Remove the pad from the element in release_pad. Fixes #364812.
12355
12356 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12357
12358         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12360           Explicitly create our custom buffer classes at a thread-safe
12361           location as well, since g_type_class_ref() doesn't seem to be
12362           entirely thread-safe either (#365501; also see #349410).
12363
12364 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12367         (gst_riff_parse_info):
12368           If strings in INFO chunk are not UTF-8, do something similar to
12369           what we do for ID3v1 tags: check a number of environment variables
12370           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12371           character sets to try, otherwise try the current locale and/or fall
12372           back on ISO-8859-1. Fixes #360552.
12373
12374 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12375
12376         * gst/videotestsrc/gstvideotestsrc.c:
12377         (gst_video_test_src_pattern_get_type),
12378         (gst_video_test_src_set_pattern):
12379         * gst/videotestsrc/gstvideotestsrc.h:
12380         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12381         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12382         (gst_video_test_src_checkers8):
12383         * gst/videotestsrc/videotestsrc.h:
12384           Add a bunch of exciting new checkers patterns.
12385
12386 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12387
12388         * gst/subparse/Makefile.am:
12389         * gst/subparse/gstsubparse.c:
12390         (gst_sub_parse_data_format_autodetect),
12391         (gst_sub_parse_format_autodetect), (handle_buffer),
12392         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12393         * gst/subparse/gstsubparse.h:
12394         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12395         (parse_tmplayer):
12396         * gst/subparse/tmplayerparse.h:
12397           Add support for TMPlayer-type subtitles (#362845).
12398
12399         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12400         (GST_START_TEST), (subparse_suite):
12401           Add some basic unit tests for the above.
12402
12403 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * tests/check/elements/audiorate.c: (test_injector_base_init),
12406         (test_injector_class_init), (test_injector_chain),
12407         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12408         (GST_START_TEST), (audiorate_suite):
12409           More tests for audiorate: inject buffers to check behaviour when
12410           buffers overlap.
12411
12412 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * tests/check/Makefile.am:
12415         * tests/check/elements/.cvsignore:
12416         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12417         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12418           Add some basic unit tests for audiorate. Disabled at the moment
12419           since it doesn't pass yet (see bug #363119).
12420
12421 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12424         (parse_subrip), (handle_buffer):
12425           Add missing closing tags for markup and fix broken markup,
12426           otherwise pango won't render anything (fixes #357531). Also,
12427           make sure the text we send out is always NUL-terminated
12428           (better safe than sorry etc.).
12429
12430         * tests/check/elements/subparse.c: (test_srt_do_test),
12431         (test_srt):
12432           Some more tests for .srt incl. tests for the above stuff.
12433
12434 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12435
12436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12438         Patch by: Stefan Kost  <ensonic@users.sf.net>
12439         Try to redraw borders only when needed. Apparently this consumes
12440         resources on small devices... :-O (#363607)
12441
12442 2006-10-20  Michael Smith  <msmith@fluendo.com>
12443
12444         * gst/tcp/gstmultifdsink.c:
12445         (gst_multi_fd_sink_client_queue_buffer):
12446           If caps change, then update the client's idea of the caps so that we
12447           don't end up re-sending streamheaders for every single buffer after
12448           the caps change.
12449
12450 2006-10-20  Michael Smith  <msmith@fluendo.com>
12451
12452         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12453         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12454           Set caps on pushed buffers; fix up refcounting of caps objects.
12455
12456 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12459         (plugin_init):
12460           Typefind mmsh header data packet to application/x-mmsh (#362625).
12461
12462 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12463
12464         * tests/check/Makefile.am:
12465         * tests/check/elements/.cvsignore:
12466         * tests/check/elements/subparse.c: (buffer_from_static_string),
12467         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12468         (GST_START_TEST), (subparse_suite):
12469           Add very simple unit test for subparse.
12470
12471 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12472
12473         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12474         (parse_subrip):
12475           Strip trailing newlines from subtitle text output.
12476
12477 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12480         (gst_sub_parse_change_state):
12481           Fix memleak; clear subparse->textbuf n state change function.
12482
12483 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         * gst/subparse/gstsubparse.c:
12486         (gst_sub_parse_data_format_autodetect):
12487           Don't require subrip (.srt) files to start with a chunk number of 1.
12488
12489 2006-10-18  Wim Taymans  <wim@fluendo.com>
12490
12491         * gst-libs/gst/audio/gstbaseaudiosink.c:
12492         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12493         * gst-libs/gst/audio/gstbaseaudiosink.h:
12494         Extract rate from the NEWSEGMENT event.
12495         Use commit_full to also take rate adjustment into account when writing
12496         samples to the ringbuffer.
12497         
12498         * gst-libs/gst/audio/gstringbuffer.c:
12499         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12500         (gst_ring_buffer_read):
12501         * gst-libs/gst/audio/gstringbuffer.h:
12502         Added _commit_full() to also take rate into account.
12503         Use simple interpolation algorithm to resample audio.
12504         API: gst_ring_buffer_commit_full()
12505
12506         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12507         * tests/examples/seek/seek.c: (segment_done):
12508         Don't try to seek with 0.0 rate, just pause instead.
12509         Remove bogus debug line.
12510
12511 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12514         (setup_source):
12515           Catch async errors when starting up the subtitle bin, so we can
12516           stop waiting and continue with the main film instead of hanging
12517           forever. Fixes #339366.
12518
12519         * tests/check/elements/playbin.c: (playbin_suite):
12520           Enable unit test for the above.
12521
12522 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * tests/check/Makefile.am:
12525         * tests/check/elements/.cvsignore:
12526         * tests/check/elements/playbin.c: (GST_START_TEST),
12527         (gst_red_video_src_uri_get_type),
12528         (gst_red_video_src_uri_get_protocols),
12529         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12530         (gst_red_video_src_uri_handler_init),
12531         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12532         (gst_red_video_src_create), (gst_red_video_src_class_init),
12533         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12534           Some small and basic unit tests for playbin; not very useful yet,
12535           but at least a start.
12536
12537 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * gst/playback/gstplaybin.c: (setup_sinks):
12540           The old pad activation spiel.
12541
12542 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12543
12544         * gst/playback/gstplaybasebin.c: (setup_source):
12545           Don't hang forever if the subbin already fails to start up in 
12546           the state change to PAUSED (#339366).
12547
12548 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12551         (gst_tuner_set_channel), (gst_tuner_get_channel),
12552         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12553         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12554         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12555         (gst_tuner_find_channel_by_name):
12556           Fix some function guards, add some more function guards.
12557
12558 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12559
12560         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12561         (remove_element_chain):
12562         Don't return a pad from get_our_ghost_pad unless it is actually the
12563         one we want.
12564         Change a cast in remove_element_chain slightly.
12565
12566 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12567
12568         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12569         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12570         Segment seeking needs to use the rate and set stop to -1.
12571
12572 2006-10-13  Wim Taymans  <wim@fluendo.com>
12573
12574         * gst-libs/gst/audio/gstbaseaudiosink.c:
12575         (gst_base_audio_sink_setcaps):
12576         Don't crash when ringbuffer is not yet created.
12577         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12578         Fixes #361634.
12579
12580         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12581         * gst/playback/gststreamselector.c:
12582         (gst_stream_selector_request_new_pad):
12583         Activate pads befre adding them to running elements.
12584
12585 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12586
12587         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12588         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12589         updater when we start grabing the slider. Don't wait for the
12590         pipeline to be PAUSED.
12591
12592 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12593
12594         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12595         (gst_mixer_set_volume), (gst_mixer_get_volume),
12596         (gst_mixer_set_mute), (gst_mixer_set_option),
12597         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12598         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12599         (gst_mixer_option_changed):
12600           Guard mixer interface functions against bogus arguments.
12601
12602 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12603
12604         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12605         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12606         (msg_state_changed), (main): Use state-changed messages to trigger
12607         start/stop of scale update timer. Indeed the scale slider was
12608         jumping here and there because the update timer was activated 
12609         before seek completed. This fixes instant applying of rate changes
12610         by pressing the spinbutton like a crazy man !
12611
12612 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12613
12614         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12615
12616         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12617         (gst_basertppayload_finalize):
12618           Fix two small memory leaks (#361456).
12619
12620 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12621
12622         * tests/examples/seek/seek.c: (do_seek),
12623         (rate_spinbutton_changed_cb): When changing spinbutton we try
12624         to change the rate on the fly.
12625
12626 2006-10-10  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst-libs/gst/riff/riff-ids.h:
12629         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12630         (gst_riff_create_audio_template_caps):
12631         Add WMS caps.
12632
12633 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12634
12635         Patch by: Josep Torra Valles <josep@fluendo.com>
12636
12637         * ext/gnomevfs/gstgnomevfssink.c:
12638         * ext/gnomevfs/gstgnomevfssrc.c:
12639         Fix URI interface implementation return type.
12640         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12641         Fix what looks like a copy/paste issue when assigning values.
12642         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12643         (gst_audio_filter_template_get_type):
12644         Cast to prevent Forte warnings.
12645         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12646         Fix URI interface implementation return type.
12647         gst_pad_query_position requires a signed integer pointer as
12648         3rd parameter, GstClockTime is unsigned.
12649         * gst/audioconvert/audioconvert.c:
12650         Fix integer overflow when treated as signed.
12651         * gst/audioresample/resample.c: (resample_add_input_data):
12652         Cast to prevent warnings on Forte.
12653         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12654         Fix integer overflow when treated as signed.
12655         * gst/ffmpegcolorspace/imgconvert_template.h:
12656         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12657         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12658         (cleanup_decodebin):
12659         Who initialises a guint to -1!
12660         Cast function pointers to prevent warnings on Forte.
12661         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12662         (queue_threshold_reached):
12663         Cast function pointers correctly to prevent warnings on Forte.
12664         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12665         Cast function pointers correctly to prevent warnings on Forte.
12666         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12667         Obvious change to unsigned, 0xEF > max signed char.
12668         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12669         GstClockTime is unsigned, initialise correctly.
12670         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12671         Cast so pointer arithemetic doesn't cause warnings on Forte.
12672         * gst/videorate/gstvideorate.c:
12673         Use correct return value.
12674         * tests/examples/seek/scrubby.c:
12675         GstClockTime is unsigned, initialise correctly.
12676
12677 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12680
12681         * gst/typefind/gsttypefindfunctions.c:
12682           Recognise XML files and XML-like files shorter than 256 bytes as
12683           well (fixes #359237).
12684
12685 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12686
12687         Patch by: Renato Filho <renato.filho@indt.org.br>
12688         
12689         * gst/typefind/gsttypefindfunctions.c:
12690         Added typefind functions to video/x-nuv media.
12691         
12692 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst-libs/gst/interfaces/xoverlay.c:
12695         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12696           Some more guards against invalid input.
12697
12698 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12699
12700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12701         Useless goto.
12702         * tests/examples/seek/seek.c: (do_seek),
12703         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12704         seek example to experiment with rates != 1.0 (reverse playback !)
12705
12706 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12707
12708         * gst-libs/gst/interfaces/xoverlay.c:
12709           Unref message in doc-example (spotted by Robert McQueen)
12710
12711 2006-10-06  Wim Taymans  <wim@fluendo.com>
12712
12713         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12714         (mpeg1_parse_header), (mpeg1_sys_type_find):
12715         printf fix.
12716
12717 2006-10-06  Wim Taymans  <wim@fluendo.com>
12718
12719         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12720         (close_pad_link):
12721         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12722         Activate dynamic pads before adding them to the element.
12723
12724 2006-10-06  Michael Smith  <msmith@fluendo.com>
12725
12726         * gst-libs/gst/floatcast/floatcast.h:
12727           Fix obviously-bogus macros; use the correct types.
12728
12729 2006-10-06  Wim Taymans  <wim@fluendo.com>
12730
12731         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12732         (gst_base_rtp_depayload_change_state):
12733         Also call parent state change function to activate pads.
12734
12735         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12736         (mpeg1_parse_header), (mpeg1_sys_type_find):
12737         Add some more debug info in mpeg typefinding.
12738
12739 2006-10-06  Michael Smith  <msmith@fluendo.com>
12740
12741         * ext/theora/theoradec.c: (theora_dec_chain):
12742           Zero byte theora packets are valid and well-defined; don't warn on
12743           them.
12744
12745 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12748         (gst_multi_fd_sink_get_stats), (find_limits),
12749         (gst_multi_fd_sink_queue_buffer):
12750           API: add dropped_buffers to the get-stats GValueArray
12751
12752 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * ext/alsa/gstalsadeviceprobe.c:
12755         (gst_alsa_device_property_probe_get_values):
12756         * ext/alsa/gstalsasink.c: (set_hwparams):
12757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12758         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12760         (gst_ogg_mux_process_best_pad):
12761         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12762         (gst_ogg_parse_chain):
12763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12764         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12765         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12766         (gst_vorbis_enc_buffer_check_discontinuous):
12767         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12768         * gst-libs/gst/audio/gstbaseaudiosink.c:
12769         (gst_base_audio_sink_render):
12770         * gst-libs/gst/cdda/gstcddabasesrc.c:
12771         (gst_cdda_base_src_handle_track_seek):
12772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12773         (gst_base_rtp_depayload_push_full):
12774         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12775         * gst/audioresample/resample.c: (resample_input_pushthrough):
12776         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12777         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12779         (wavpack_type_find):
12780         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12781         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12782         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12783         * tests/check/elements/volume.c: (GST_START_TEST):
12784           Printf format fixes.
12785
12786 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12787
12788         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12789           Fix a simple mistake (see the docs)
12790           Fixes #359580
12791
12792 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * docs/plugins/Makefile.am:
12795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12797         * docs/plugins/gst-plugins-base-plugins.args:
12798         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12799         * docs/plugins/inspect/plugin-adder.xml:
12800         * docs/plugins/inspect/plugin-alsa.xml:
12801         * docs/plugins/inspect/plugin-audioconvert.xml:
12802         * docs/plugins/inspect/plugin-audiorate.xml:
12803         * docs/plugins/inspect/plugin-audioresample.xml:
12804         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12805         * docs/plugins/inspect/plugin-cdparanoia.xml:
12806         * docs/plugins/inspect/plugin-decodebin.xml:
12807         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12808         * docs/plugins/inspect/plugin-gdp.xml:
12809         * docs/plugins/inspect/plugin-gnomevfs.xml:
12810         * docs/plugins/inspect/plugin-libvisual.xml:
12811         * docs/plugins/inspect/plugin-ogg.xml:
12812         * docs/plugins/inspect/plugin-pango.xml:
12813         * docs/plugins/inspect/plugin-playbin.xml:
12814         * docs/plugins/inspect/plugin-subparse.xml:
12815         * docs/plugins/inspect/plugin-tcp.xml:
12816         * docs/plugins/inspect/plugin-theora.xml:
12817         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12818         * docs/plugins/inspect/plugin-video4linux.xml:
12819         * docs/plugins/inspect/plugin-videorate.xml:
12820         * docs/plugins/inspect/plugin-videoscale.xml:
12821         * docs/plugins/inspect/plugin-videotestsrc.xml:
12822         * docs/plugins/inspect/plugin-volume.xml:
12823         * docs/plugins/inspect/plugin-vorbis.xml:
12824         * docs/plugins/inspect/plugin-ximagesink.xml:
12825         * docs/plugins/inspect/plugin-xvimagesink.xml:
12826           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12827
12828 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12831
12832         * ext/vorbis/Makefile.am:
12833         * ext/vorbis/vorbis.c: (plugin_init):
12834         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12835         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12836         * ext/vorbis/vorbisparse.h:
12837         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12838         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12839         (gst_vorbis_tag_parse_packet):
12840         * ext/vorbis/vorbistag.h:
12841           Add new vorbistag element which derives from vorbisparse
12842           and is essentially the same as well, only that it implements
12843           the GstTagSetter interface and can modify the stream's
12844           vorbiscomment on the fly (#335635).
12845
12846         * tests/check/Makefile.am:
12847         * tests/check/elements/.cvsignore:
12848         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12849         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12850         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12851         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12852           Add unit test for new vorbistag element.
12853
12854 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12857         (vorbis_parse_push_headers), (vorbis_parse_chain):
12858           Set BOS flag in packet structure to fix 'jump depends
12859           on unitialized value' errors in valgrind; various minor
12860           clean-ups.
12861
12862 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12863
12864         * gst/playback/gstdecodebin.c: (close_pad_link):
12865         Fix typo in a debug statement.
12866
12867         * gst/playback/gstplaybasebin.c: (probe_triggered),
12868         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12869         (gen_source_element), (source_new_pad), (analyse_source),
12870         (setup_source):
12871         When handling no_more_pads in new_decoded_pad, make sure to treat
12872         subtitle pads correctly. Fixes playback with subtitle files.
12873
12874         Move a recurring message to LOG level.
12875
12876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12877         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12878         which ends up as -1 when cast to an int. Make the logic handle the
12879         max value as an unsigned mask and only change the colorkey when it's
12880         a value we recognise.
12881
12882 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12883
12884         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12885         Removed empty * between paragraphs
12886
12887 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12888
12889         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12890         * gst-libs/gst/rtp/README:
12891         Moved some documentation into .c file
12892
12893 2006-09-29  Wim Taymans  <wim@fluendo.com>
12894
12895         * gst/playback/gstdecodebin.c: (no_more_pads):
12896         Fix compilation.
12897
12898 2006-09-29  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/playback/gstdecodebin.c: (new_caps):
12901         Remove g_print
12902
12903         * gst/playback/gstplaybin.c:
12904         Add some docs.
12905
12906 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12907
12908         * tests/check/Makefile.am:
12909           Re-enable cddabasesrc test to see if it works again
12910           now.
12911
12912 2006-09-29  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12915         (gen_source_element):
12916         Handle invalid URIs a bit more gracefully.
12917
12918 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12919
12920         * tests/check/pipelines/oggmux.c:
12921           Remove obsolete comment.
12922
12923 2006-09-29  Michael Smith  <msmith@fluendo.com>
12924
12925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12926         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12927         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12928         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12929         (gst_ogg_mux_collected):
12930           Commit patch from James "Doc" Livingston, adds proper EOS handling
12931           in oggmux. GStreamer can, for the first time ever, create a valid
12932           Ogg file! Yay!
12933
12934         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12935         (oggmux_suite):
12936           Reenable tests now that they pass.
12937
12938 2006-09-29  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12941         Stop reading commands when EOF (we read 0) as well.
12942
12943 2006-09-28  Wim Taymans  <wim@fluendo.com>
12944
12945         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12946         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12947         (find_dynamic), (unlinked), (close_link):
12948         Implement delayed caps linking needed for element with a lot of
12949         different caps on the src pads that get fixed at runtime.
12950         Improve management of dynamic elements.
12951
12952         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12953         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12954         (gen_preroll_element), (remove_groups), (unknown_type),
12955         (add_element_stream), (no_more_pads_full), (no_more_pads),
12956         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12957         (new_decoded_pad), (setup_subtitle), (array_has_value),
12958         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12959         (analyse_source), (remove_decoders), (make_decoder),
12960         (remove_source), (setup_source), (finish_source), (prepare_output),
12961         (gst_play_base_bin_change_state):
12962         * gst/playback/gstplaybasebin.h:
12963         Use more _CAST instead of full type checking casts.
12964         Small cleanups, plug some leaks.
12965         Handle dynamic sources.
12966         Add some helper functions to create lists of strings used for
12967         blacklisting and other stuff.
12968         Refactor some code dealing with analysing the source.
12969         Re-enable sources without pads (like cd:// or other selfcontained
12970         elements).
12971
12972 2006-09-28  Wim Taymans  <wim@fluendo.com>
12973
12974         * gst-libs/gst/audio/gstbaseaudiosink.c:
12975         (gst_base_audio_sink_render):
12976         When we have a timestamp, we can still perform clipping.
12977         When we have no clock, we must play the sample ASAP.
12978
12979 2006-09-28  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12982         Set caps on outgoing buffers.
12983
12984         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12985         (gst_video_rate_event), (gst_video_rate_chain):
12986         * gst/videorate/gstvideorate.h:
12987         Fix videorate some more. Fixes #357977
12988
12989 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12990
12991         * tests/check/elements/adder.c: (adder_suite):
12992           Don't set timeout to 6 seconds when we're running
12993           in valgrind ... (and how is 6 seconds longer than
12994           the default anyway?)
12995
12996 2006-09-28  Wim Taymans  <wim@fluendo.com>
12997
12998         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12999         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13000         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13001         Keep sink and src segment to keep track of time and support more
13002         input formats.
13003         Fix bogus next_offset and run_time calculation, don't understand how
13004         this could have worked before. Fixes #357976.
13005         Remove some unneeded vars.
13006
13007 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst/playback/gstplaybin.c: (remove_sinks):
13010           Only remove visualisation from visbin if there is a visbin (or:
13011           don't throw warnings when closing totem without playing a file).
13012
13013 2006-09-27  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst-libs/gst/audio/gstbaseaudiosink.c:
13016         (gst_base_audio_sink_render):
13017         Add some more info in a WARNING.
13018
13019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13020         (gst_base_audio_src_create):
13021         Handle PAUSE in create function, use new -core addition to
13022         wait for playing. Fixes pausing and resuming capture from an
13023         audiosrc.
13024
13025         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13026         (gst_ring_buffer_read):
13027         Constify some more.
13028         Caller supports interrupted reads now.
13029
13030 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * tests/check/Makefile.am:
13033           Another attempt to make the gen64 buildbot happy.
13034
13035 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13036
13037         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13038
13039         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13040         (gst_visual_chain), (gst_visual_change_state):
13041           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13042           correctly. Fixes #357800
13043
13044 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13047           Add timeout to _get_state() so we see which pipeline it is
13048           that causes trouble on the gen64 build bot.
13049
13050 2006-09-27  Wim Taymans  <wim@fluendo.com>
13051
13052         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13053         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13054         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13055         (gst_base_rtp_depayload_set_gst_timestamp):
13056         the source pad always uses fixed caps.
13057
13058 2006-09-27  Wim Taymans  <wim@fluendo.com>
13059
13060         * docs/libs/gst-plugins-base-libs-docs.sgml:
13061         * docs/libs/gst-plugins-base-libs-sections.txt:
13062         * gst-libs/gst/audio/gstaudioclock.c:
13063         * gst-libs/gst/audio/gstaudioclock.h:
13064         * gst-libs/gst/audio/gstaudiosink.c:
13065         * gst-libs/gst/audio/gstaudiosink.h:
13066         * gst-libs/gst/audio/gstaudiosrc.c:
13067         * gst-libs/gst/audio/gstbaseaudiosink.c:
13068         (gst_base_audio_sink_render):
13069         * gst-libs/gst/audio/gstbaseaudiosink.h:
13070         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13071         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13072         * gst-libs/gst/audio/gstringbuffer.h:
13073         Added docs for the audio libs.
13074
13075 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * tests/check/Makefile.am:
13078           Temporarily disable test that fails on the bots for unknown reasons.
13079
13080 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13081
13082         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13083         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13084         Moved AudioCodecType into priv
13085         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13086
13087 2006-09-25  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13090         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13091         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13092         (new_pad):
13093         Cleanups and small leak fixes.
13094         Added Depayloaders to valid list of autopluggable elements.
13095
13096 2006-09-25  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13099         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13100         (gen_video_element), (gen_text_element), (gen_audio_element),
13101         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13102         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13103         Detect NO_PREROLL state change returns and disable clock distribution to
13104         the sinks so that sync is disabled.
13105         Avoid some type checking and do simple casts instead.
13106         Small cleanups, fix some FIXMEs.
13107         Be more robust when linking user specified elements, catch an report
13108         errors. Fixes #357404.
13109         Fix some leaks in the error paths.
13110
13111 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13112
13113         * ChangeLog:
13114           ChangeLog surgery for missing bug-number
13115
13116 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         Patch by: Peter Kjellerstedt  <pkj at axis com>
13119
13120         * gst/playback/test.c:
13121           Fix compilation with uClibc and -Werror (#357591).
13122
13123 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13126           Parse dates that are followed by a time as well (#357532).
13127
13128         * tests/check/libs/tag.c: (test_vorbis_tags):
13129           Add unit test for this.
13130
13131 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13132
13133         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13134         (gst_audio_convert_transform_caps):
13135         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13136         * gst/videotestsrc/videotestsrc.h:
13137           A few array const-ifications.
13138
13139 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         * tests/check/Makefile.am:
13142           See if this makes the build bots happy.
13143
13144         * tests/check/libs/cddabasesrc.c:
13145           UTF8-ise my name.
13146
13147 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13148
13149         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13150
13151         * gst/subparse/samiparse.c: (handle_start_font),
13152         (fix_invalid_entities):
13153           More case-insensitivity for certain tags; recognise entities with
13154           decimal codes as special entities as well (#357330).
13155
13156 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         * gst-libs/gst/Makefile.am:
13159           Need to build tag directory before cdda.
13160
13161 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * docs/libs/gst-plugins-base-libs-sections.txt:
13164         * gst-libs/gst/cdda/Makefile.am:
13165         * gst-libs/gst/cdda/gstcddabasesrc.c:
13166         (gst_cdda_base_src_base_init):
13167         * gst-libs/gst/cdda/gstcddabasesrc.h:
13168         * gst-libs/gst/tag/tag.h:
13169         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13170         (gst_tag_register_musicbrainz_tags):
13171           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13172           depend on libgsttag. This is required so we can extract/read tags like
13173           DISCID without depending on libgstcddabasesrc (which used to register
13174           them).
13175
13176         * gst-libs/gst/tag/gstvorbistag.c:
13177           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13178           tags (also see #347848).
13179
13180         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13181           Log vorbis comments we are actually writing. Const-ify array.
13182
13183 2006-09-23  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13186         Improve buffering a bit by avoiding a deadlock because we cannot assume
13187         the underrun is always called.
13188
13189 2006-09-23  Wim Taymans  <wim@fluendo.com>
13190
13191         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13192
13193         * gst-libs/gst/riff/riff-ids.h:
13194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13195         (gst_riff_create_audio_template_caps):
13196         Added MPEG-4 AAC and id and caps. Fixes #357289
13197         Added WMA9 Lossless id.
13198
13199 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13200
13201         * ext/gnomevfs/gstgnomevfssrc.c:
13202           Fix misleading docs addition.
13203
13204         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13205           Get rid of compiler warning the right way.
13206
13207 2006-09-22  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13210         (gst_base_rtp_depayload_finalize),
13211         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13212         (gst_base_rtp_depayload_push_full),
13213         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13214         (gst_base_rtp_depayload_process),
13215         (gst_base_rtp_depayload_set_gst_timestamp),
13216         (gst_base_rtp_depayload_queue_release):
13217         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13218         Small cleanups.
13219         Fix some leaks.
13220         Refactored the process method and added methods to push from the process
13221         vmethod.
13222         Use _scale functions.
13223         API: gst_base_rtp_depayload_push_ts
13224         API: gst_base_rtp_depayload_push
13225
13226         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13227         timestamps are uint.
13228
13229 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13230
13231         * gst-libs/gst/interfaces/xoverlay.c:
13232           Remove unused statement from doc example.
13233
13234 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13235
13236         * gst-libs/gst/interfaces/videoorientation.c:
13237         (gst_video_orientation_iface_init),
13238         (gst_video_orientation_get_hflip),
13239         (gst_video_orientation_get_vflip),
13240         (gst_video_orientation_get_hcenter),
13241         (gst_video_orientation_get_vcenter),
13242         (gst_video_orientation_set_hflip),
13243         (gst_video_orientation_set_vflip),
13244         (gst_video_orientation_set_hcenter),
13245         (gst_video_orientation_set_vcenter):
13246           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13247           in ChangeLog)
13248
13249 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * tests/check/Makefile.am:
13252         * tests/check/elements/.cvsignore:
13253         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13254         (create_rgb_conversions), (rgb_conversion_free),
13255         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13256         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13257           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13258           but disable for now since it doesn't pass (something wrong with
13259           RGBA somewhere).
13260
13261 2006-09-21  Wim Taymans  <wim@fluendo.com>
13262
13263         * gst/playback/gstplaybasebin.c: (group_commit),
13264         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13265         (queue_out_of_data), (gen_preroll_element),
13266         (preroll_remove_overrun), (probe_triggered):
13267         Refactor handling of overrun detection.
13268         Separate handling of group completion and deadlock detection when doing
13269         network buffering. This should fix some deadlocks that were not detected
13270         because the group was completed.
13271         Add more comments, improve debugging.
13272
13273 2006-09-21  Wim Taymans  <wim@fluendo.com>
13274
13275         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13276         * tests/check/libs/audio.c:
13277         Some more compilation fixes.
13278
13279 2006-09-21  Wim Taymans  <wim@fluendo.com>
13280
13281         * gst-libs/gst/audio/gstringbuffer.c:
13282         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13283         (gst_ring_buffer_read):
13284         Early morning compilation fix.
13285
13286 2006-09-20  Wim Taymans  <wim@fluendo.com>
13287
13288         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13289         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13290         * tests/check/elements/videorate.c: (GST_START_TEST):
13291         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13292         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13293         Fix some warnings.
13294
13295 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13296
13297         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13298         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13299         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13300           Handcrafted merge to help CVS understanding what I changed and what
13301           not.
13302
13303 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13304
13305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13306         (gst_xvimagesink_get_times):
13307           change colorkey behaviour back according to #354773 comment 6/7
13308
13309 2006-09-19  Michael Smith  <msmith@fluendo.com>
13310
13311         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13312         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13313         (gst_multi_fd_sink_recover_client),
13314         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13315         (gst_multi_fd_sink_get_property):
13316         * gst/tcp/gstmultifdsink.h:
13317           Implement stubbed out properties unit-type, units-soft-max,
13318           units-max, to allow specifying maximum sizes in units other than
13319           buffers.
13320           Fixes #355935
13321
13322 2006-09-19  Wim Taymans  <wim@fluendo.com>
13323
13324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13325         (gst_riff_create_audio_template_caps):
13326         Reorder the audio formats a bit for clarity.
13327         Detect and create caps for MSGSM and MSN (WAV49).
13328         Fixes #356596.
13329
13330         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13331         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13332         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13333         Small cleanups, move error handling out of normal flow for clarity.
13334
13335 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13336
13337         * docs/libs/gst-plugins-base-libs-docs.sgml:
13338         * docs/libs/gst-plugins-base-libs.types:
13339         * gst-libs/gst/interfaces/Makefile.am:
13340         * gst-libs/gst/interfaces/videoorientation.c:
13341         (gst_video_orientation_get_type),
13342         (gst_video_orientation_iface_init),
13343         (gst_video_orientation_get_hflip),
13344         (gst_video_orientation_get_vflip),
13345         (gst_video_orientation_get_hcenter),
13346         (gst_video_orientation_get_vcenter),
13347         (gst_video_orientation_set_hflip),
13348         (gst_video_orientation_set_vflip),
13349         (gst_video_orientation_set_hcenter),
13350         (gst_video_orientation_set_vcenter):
13351         * gst-libs/gst/interfaces/videoorientation.h:
13352           API: Add new interface to control video orientation (fixes #354908)
13353
13354 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13355
13356         * gst/videotestsrc/gstvideotestsrc.c:
13357           Use G_UNLIKELY in _create and log one more detail.
13358           
13359         (gst_video_test_src_get_times), (gst_video_test_src_create):
13360         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13361           Use gst_util_uint64_scale_int in _get_times().
13362
13363 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13364
13365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13366           Give better warning message (add object and detail).
13367
13368 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13369
13370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13371         (gst_xvimagesink_get_times):
13372           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13373           #354773), use gst_util_uint64_scale_int in _get_times()
13374
13375 2006-09-18  Michael Smith  <msmith@fluendo.com>
13376
13377         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13378           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13379           always true, leading to dropping all timestamps.
13380
13381 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13382
13383         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13384         (gst_visual_chain), (gst_visual_change_state):
13385           update to work also with libvisual 0.4 API, fix double unref (#355914)
13386           
13387         * tools/gst-launch-ext.1.in:
13388         * tools/gst-visualise.1.in:
13389           remove references to old man-pages
13390
13391         * tests/examples/seek/seek.c: (main):
13392           add real meadi-buttons, add tool-tips for the seek-options, arrange
13393           seek options in a table
13394
13395 2006-09-18  Michael Smith  <msmith@fluendo.com>
13396
13397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13398         (gst_ogg_mux_push_buffer):
13399           Don't generate out-of-order timestamps from oggmux, instead clamp
13400           output timestamps to be >= the previously output ts.
13401           Fixes #355595
13402
13403 2006-09-18  Michael Smith  <msmith@fluendo.com>
13404
13405         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13406         (gst_multi_fd_sink_class_init):
13407           Updates, fixes, and typo corrections for multifdsink. No functional
13408           changes.
13409
13410 2006-09-17  Michael Smith  <msmith@fluendo.com>
13411
13412         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13413           Don't crash on truncated files - check that we got an 8 byte buffer
13414           before trying to memcmp it.
13415
13416 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * gst/playback/gstplaybasebin.c: (get_active_source):
13419           Make stream-switching appear instant to the application
13420           (ie. make sure that a g_object_get on 'current-foo' returns
13421           the stream previously set with g_object_set(). Totem needs
13422           this to update stream-related meta-info (like audio-codec)
13423           correctly when switching streams.
13424
13425 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13426
13427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13428         (gst_alsa_mixer_ensure_track_list):
13429           Try harder to guess which mixer track is the master mixer
13430           track (instead of just taking the first one that has a pvolume).
13431           Fixes #342228.
13432
13433 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13434
13435         reviewed by: <delete if not using a buddy>
13436
13437         * gst-libs/gst/audio/audio.h:
13438         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13439
13440 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13441
13442         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13443         (gst_audio_convert_transform_caps):
13444           Get structure-name just once.
13445
13446 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13447
13448         * tests/check/elements/audioresample.c: (GST_START_TEST):
13449         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13450         * tests/check/elements/volume.c: (GST_START_TEST):
13451         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13452         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13453         (test_pipeline), (GST_START_TEST):
13454         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13455         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13456           Fix big batch of compiler warnings.
13457
13458 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13459
13460         * ext/gnomevfs/gstgnomevfssrc.c:
13461           Add docs about icydemux usage in connection with gnomevfssrc
13462
13463         * ext/libvisual/visual.c:
13464         * ext/ogg/gstoggaviparse.c:
13465         * ext/ogg/gstoggdemux.c:
13466         * ext/ogg/gstoggmux.c:
13467         * ext/ogg/gstoggparse.c:
13468         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13469         * gst-libs/gst/audio/gstaudiosink.c:
13470         * gst-libs/gst/audio/gstaudiosrc.c:
13471         * gst/audiorate/gstaudiorate.c:
13472           More G_OBJECT macro fixing.
13473
13474         * gst/audiotestsrc/gstaudiotestsrc.h:
13475           Fix wrong info in header due to copy & paste
13476
13477 2006-09-15  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst-libs/gst/audio/gstbaseaudiosink.c:
13480         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13481         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13482         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13483         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13484         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13485         Do the delay calculation in the source/sink base classes as this is
13486         specific for the capture/playback mode.
13487         Try to fixate a bit better, like round depth up to a multiple of 8
13488         bigger than width.
13489         Handle underruns correctly by marking DISCONT on buffers and adjusting
13490         timestamps to handle the gap.
13491         Set offset/offset_end correctly on buffers.
13492
13493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13494         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13495         (gst_ring_buffer_read):
13496         Remove resync and underrun recovery from the ringbuffer.
13497         Fix ringbuffer read code on under/overrun.
13498
13499 2006-09-15  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13502         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13503         (queue_threshold_reached), (gst_play_base_bin_set_property),
13504         (gst_play_base_bin_get_property):
13505         * gst/playback/gstplaybasebin.h:
13506         Don't use a 0 low watermark when buffering, it is catching starvation
13507         way too late. Instead, use a 3 second queue with 30 and 95
13508         percent low/high watermarks. 
13509         Added queue-min-threshold property to configure low watermark.
13510         Use new _buffering message API.
13511         Make queue_threshold variable big enough to store a uint64 time value.
13512         API: playbin::queue-min-threshold property.
13513
13514 2006-09-15  Wim Taymans  <wim@fluendo.com>
13515
13516         * configure.ac:
13517         We require 0.10.10.1 now because of _wait_preroll().
13518
13519         * gst-libs/gst/audio/gstbaseaudiosink.c:
13520         (gst_base_audio_sink_render):
13521         Use gst_base_sink_wait_preroll().
13522
13523 2006-09-15  Wim Taymans  <wim@fluendo.com>
13524
13525         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13526         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13527         Use DEBUG_OBJECT more.
13528
13529 === release 0.10.10 ===
13530
13531 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13532
13533         patch by: Michael Smith <msmith at fluendo dot com>
13534
13535         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13536         (gst_multi_fd_sink_client_queue_buffer),
13537         (gst_multi_fd_sink_new_client):
13538         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13539         (multifdsink_suite):
13540           Fix implementation of sync-method 'next-keyframe'
13541           Closes #354594
13542
13543 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13544
13545         patch by: Wim Taymans <wim at fluendo dot com>
13546
13547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13548         This patch removes the RANDOM flag that was incorrectly introduced with
13549         revision 1.91.  Fixes #354590
13550
13551 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13552
13553         * tests/check/Makefile.am:
13554           Random variation in Makefile line to see if it makes the
13555           gen64-base-full bot any happier.
13556
13557 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13560           Disable test that fails at the moment (killed after timeout).
13561
13562 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13563
13564         Patch by: James Livingston  <doclivingston at gmail.com>
13565
13566         * tests/check/Makefile.am:
13567         * tests/check/pipelines/.cvsignore:
13568         * tests/check/pipelines/oggmux.c: (get_page_codec),
13569         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13570         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13571         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13572         (test_theora_vorbis), (oggmux_suite):
13573           Add simple unit test for oggmux from #337026 with checking for the
13574           EOS flags disabled for the time being.
13575
13576 2006-09-04  Wim Taymans  <wim@fluendo.com>
13577
13578         patch by: Alessandro Dessina <alessandro nnva org>
13579
13580         * ext/ogg/gstoggmux.c:
13581         Add cmml caps to oggmux. Fixes #353912
13582
13583 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13586           Returning a return value often helps. In this case, we
13587           don't need the return value anyway, so just get rid of it.
13588           Should make build bots much happier.
13589
13590 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13591
13592         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13593         (paint_get_structure), (gst_video_test_src_get_size),
13594         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13595         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13596         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13597         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13598         * gst/videotestsrc/videotestsrc.h:
13599           Add support for AYUV and the various RGBA formats. Initialise
13600           fields of paintinfo structs allocated on the stack.
13601
13602         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13603         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13604         (check_rgb_buf), (videotestsrc_suite):
13605           Add unit tests for videotestsrc's RGB output.
13606
13607 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * gst/videotestsrc/gstvideotestsrc.c:
13610         (gst_video_test_src_pattern_get_type),
13611         (gst_video_test_src_set_pattern):
13612         * gst/videotestsrc/gstvideotestsrc.h:
13613         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13614         (gst_video_test_src_black), (gst_video_test_src_white),
13615         (gst_video_test_src_red), (gst_video_test_src_green),
13616         (gst_video_test_src_blue):
13617         * gst/videotestsrc/videotestsrc.h:
13618           Add more uni-colour patterns ("white", "red", "green", and "blue").
13619
13620 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13623           Fix stride for YVYU, should be word-aligned (#353658).
13624
13625 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13626
13627         * gst/adder/gstadder.c: (gst_adder_src_event):
13628           Fix build.
13629
13630 2006-08-31  Edward Hervey  <edward@fluendo.com>
13631
13632         * gst/adder/gstadder.c: (forward_event_func),
13633         (gst_adder_src_event), (gst_adder_collected),
13634         (gst_adder_change_state):
13635         * gst/adder/gstadder.h:
13636         Remember the start position asked in the incoming seeks, so we can
13637         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13638         of assuming it will always be 0).
13639
13640 2006-08-31  Edward Hervey  <edward@fluendo.com>
13641
13642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13643         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13644         (gst_ogg_demux_loop):
13645         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13646
13647 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13650         (gst_ffmpegcsp_get_unit_size):
13651           Return FALSE instead of returning a random false unit
13652           size when the format isn't known/supported (even if
13653           this shouldn't happen under normal circumstances).
13654
13655 2006-08-29  Wim Taymans  <wim@fluendo.com>
13656
13657         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13658
13659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13660         (gst_gnome_vfs_src_start):
13661         Try harder to get the size from a uri by using _info_uri() when
13662         _info_from_handle() does not give us enough info. 
13663         Also follow symlinks when getting the size.
13664         Partially Fixes #332864.
13665
13666 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13667
13668         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13669
13670         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13671         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13672         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13673         (gst_alsa_mixer_set_record):
13674         * ext/alsa/gstalsamixertrack.c:
13675         (gst_alsa_mixer_track_update_alsa_capabilities),
13676         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13677         (gst_alsa_mixer_track_update):
13678         * ext/alsa/gstalsamixertrack.h:
13679           Improve and fix mixer track handling, in particular better handling
13680           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13681           separate track objects for tracks that have both capture and playback
13682           volume (and label them differently as well so they're not mistakenly
13683           assumed to be duplicates); classify mixer tracks that only affect
13684           the audible volume of something (rather than the capture volume)
13685           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13686           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13687           (following the meaning documented in the mixer interface header
13688           file); add support for alsa's exclusive cswitch groups; update/sync
13689           state/flags better if mixer settings are changed by another
13690           application. Fixes #336075.
13691
13692 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         * gst/playback/gstplaybin.c:
13695           Improve docs: add section about BUFFERING messages sent by playbin.
13696
13697 2006-08-29  Michael Smith  <msmith@fluendo.com>
13698
13699         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13700         (gst_vorbis_enc_buffer_check_discontinuous),
13701         (gst_vorbis_enc_chain):
13702           Ignore explicit DISCONT marked on buffers (which is often spurious,
13703           particularly when using multiple segments), in favour of solely
13704           using the timestamps/durations.
13705
13706 2006-08-29  Edward Hervey  <edward@fluendo.com>
13707
13708         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13709         Don't rely on incoming buffers offset anymore, since it is completely
13710         broken when using multiple segments.
13711         Instead convert the incoming buffers timestamp to running time, and
13712         then convert that value to the offsets.
13713         Also inform GstSegment of the last outputted stop position, which is
13714         needed if we received several segments with an unknown stop value.
13715
13716 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13717
13718         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13719           fix buffer unreffing on a header push failure
13720
13721 2006-08-28  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13724         (gst_audio_rate_chain):
13725         Make the metadata of the buffer writable before changing its
13726         flags.
13727
13728 2006-08-28  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13731         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13732         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13733         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13734         Fix audiorate some more.
13735         Reset and resync counters on flush and READY.
13736         Handle the DISCONT flag correctly.
13737         Use GstSegment to track position.
13738         Fail when not negotiated.
13739         Fixes #353234.
13740
13741 2006-08-25  Michael Smith  <msmith@fluendo.com>
13742
13743         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13744           Fix spelling.
13745           Remove accidently included debug line.
13746
13747 2006-08-25  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13750         Small cleanups.
13751         If a buffer is received with no caps, make the buffer metadata
13752         writable and set the caps, making sure that we don't screw up the
13753         refcounts.
13754
13755 2006-08-25  Michael Smith  <msmith@fluendo.com>
13756
13757         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13758         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13759           Fix memory leaks and misleading debug messages, add a couple of
13760           comments.
13761
13762         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13763         (gst_multi_fd_sink_render):
13764           Do not use gst_buffer_make_writable() in a basesink render method,
13765           as it may incorrectly unref the buffer. Instead, use convoluted
13766           dance to avoid copying the buffer except when we need to.
13767
13768 2006-08-25  Michael Smith  <msmith@fluendo.com>
13769
13770         * ext/vorbis/vorbisenc.c:
13771         (gst_vorbis_enc_buffer_check_discontinuous):
13772           Allow very small discontinuities in the timestamps. These we can't
13773           do anything useful with anyway (because vorbis's timestamps have
13774           only sample granularity), and are commonly produced by elements with
13775           minor bugs. Allow up to 1/2 a sample out.
13776           Fixes #351742.
13777
13778 2006-08-24  Wim Taymans  <wim@fluendo.com>
13779
13780         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13781         (play_scrub_toggle_cb), (main):
13782         Add a checkbox to enable play scrubbing. Makes it possible to disable
13783         normal scrubbing.
13784
13785 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13786
13787         * tests/check/elements/.cvsignore:
13788           make buildbot happy
13789
13790 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13793         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13794         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13795         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13796         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13797         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13798         (gst_ogm_text_parse_strip_trailing_zeroes),
13799         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13800         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13801           Refactor ogm parse, do better input checking, misc. clean-ups.
13802           Cache incoming events and push them once the source pad has
13803           been created. Don't pass unterminated strings to sscanf().
13804           Strip trailing zeroes from subtitle text output, since they
13805           are not valid UTF-8. Don't push vorbiscomment packets on
13806           the subtitle text pad. Output perfect streams if possible.
13807
13808 2006-08-23  Wim Taymans  <wim@fluendo.com>
13809
13810         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13811         Waits for tasks to settle down so that we clean up correctly for 
13812         valgrind.
13813
13814 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13815
13816         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13817           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13818           actually return return value in taglists_are_equal.
13819
13820 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13821
13822         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13823           Fix crash due to broken bitstream parsing on x86-64: can't make
13824           any assumptions about sizeof(struct) due to alignment/packing
13825           differences on different architectures. Fixes #351790.
13826
13827 2006-08-22  Wim Taymans  <wim@fluendo.com>
13828
13829         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13830         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13831         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13832         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13833         (gst_riff_parse_info):
13834         Protect public functions against bad input.
13835         Do some cleanups.
13836         Fix documentation.
13837
13838 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13839
13840         * gst-libs/gst/riff/riff-ids.h:
13841         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13842           Add voxware audio IDs (even if we can't play it) (#351795).
13843
13844 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13845
13846         * gst-libs/gst/riff/riff-media.c:
13847         (gst_riff_create_video_template_caps),
13848         (gst_riff_create_audio_template_caps),
13849         (gst_riff_create_iavs_template_caps):
13850           Const-ify some arrays and use G_N_ELEMENTS instead
13851           of wasting oodles of RAM on terminator bits.
13852
13853 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13854
13855         * gst-libs/gst/tag/gstvorbistag.c:
13856         (gst_tag_list_to_vorbiscomment_buffer):
13857         * tests/check/libs/tag.c: (GST_START_TEST):
13858           And the same for _to_vorbiscomment_buffer(): allow
13859           id_data_len == 0 for speex.
13860
13861 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13862
13863         * configure.ac:
13864         * docs/plugins/Makefile.am:
13865         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13866         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13867         * docs/plugins/inspect/plugin-gdp.xml:
13868         * gst/gdp/Makefile.am:
13869         * tests/check/Makefile.am:
13870           Move GDP plugin to -base from -bad.  Closes #347783.
13871
13872 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13873
13874         * gst-libs/gst/tag/gstvorbistag.c:
13875         (gst_tag_list_from_vorbiscomment_buffer):
13876           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13877           Also add some checks to make sure we don't memcmp() beyond the end of
13878           vorbiscomment buffer if the ID to check for is larger than the buffer.
13879
13880         * tests/check/libs/tag.c: (GST_START_TEST):
13881           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13882
13883 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13884
13885         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13886         (gst_vorbis_enc_set_metadata):
13887           Use vorbis comment utility functions from libgsttag
13888           instead of re-inventing the wheel (partially fixes #347091).
13889
13890 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13891
13892         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13893         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13894         as some that won't.
13895
13896 2006-08-21  Wim Taymans  <wim@fluendo.com>
13897
13898         * docs/libs/Makefile.am:
13899         * docs/libs/gst-plugins-base-libs-sections.txt:
13900         * docs/libs/gst-plugins-base-libs.types:
13901         Don't try to GObject scan the netbuffer as it's not a GObject.
13902         Fixes #351308.
13903
13904         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13905         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13906         Document GstNetBuffer.
13907
13908 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13909
13910         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13911         (audioconvert_suite):
13912           Add testcase for caps-size-explosion
13913
13914 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13915
13916         * gst/audioconvert/gstaudioconvert.c:
13917         (gst_audio_convert_get_unit_size), (set_structure_widths):
13918           Lower debug, use g_assert in _get_unit_size
13919
13920         * gst/audioresample/gstaudioresample.c:
13921         (audioresample_get_unit_size):
13922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13923         (gst_ffmpegcsp_get_unit_size):
13924         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13925           use g_assert in _get_unit_size
13926
13927 2006-08-18  Wim Taymans  <wim@fluendo.com>
13928
13929         * docs/libs/gst-plugins-base-libs-sections.txt:
13930         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13931         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13932         (gst_rtp_buffer_get_payload_buffer):
13933         * gst-libs/gst/rtp/gstrtpbuffer.h:
13934         Document GstRTPBuffer.
13935         Added function to efficiently strip payload headers.
13936         API: gst_rtp_buffer_get_payload_subbuffer()
13937
13938 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13939
13940         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13941         (gst_tag_to_vorbis_comments):
13942           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13943           tags and deserialise them properly as well (#347091).
13944           Add some more gtk-doc blurbs and also some g_return_if_fail().
13945
13946         * tests/check/libs/tag.c: (GST_START_TEST),
13947         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13948           More tests.
13949
13950 2006-08-17  Wim Taymans  <wim@fluendo.com>
13951
13952         * ext/ogg/Makefile.am:
13953         * ext/ogg/gstogg.c: (plugin_init):
13954         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13955         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13956         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13957         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13958         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13959         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13960         Added ogg-in-avi parser element. Fixes #140139.
13961
13962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13963         Fixed a bug in oggdemux debug code.
13964
13965         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13966         (gst_riff_create_audio_template_caps):
13967         Recognise Ogg in the AVI extensible wave format.
13968
13969 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13972           Make buffer durations add up (duration should be next_ts-ts for
13973           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13974           from CVS.
13975
13976         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13977         (test_buffer_timestamps), (cddabasesrc_suite):
13978           Add unit test for the above.
13979
13980         * tests/check/Makefile.am:
13981           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13982           to see what happens.
13983
13984 2006-08-16  Wim Taymans  <wim@fluendo.com>
13985
13986         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13987         (gst_alsasink_open):
13988         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13989         (gst_alsasrc_open):
13990         Avoid setting and using a NULL device name.
13991         Print more info when we fail to open a device.
13992
13993 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13994
13995         * docs/libs/gst-plugins-base-libs-sections.txt:
13996         * gst-libs/gst/tag/tag.h:
13997         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13998           API: add gst_tag_parse_extended_comment() (#351426).
13999
14000         * tests/check/Makefile.am:
14001         * tests/check/libs/.cvsignore:
14002         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14003           Add unit test for gst_tag_parse_extended_comment().
14004
14005 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14006
14007         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14009           Fix leak (#351502).
14010
14011 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14015         * docs/plugins/gst-plugins-base-plugins.args:
14016         * gst/playback/gstplaybin.c:
14017           Document playbin.
14018           
14019         * docs/plugins/inspect/plugin-adder.xml:
14020         * docs/plugins/inspect/plugin-alsa.xml:
14021         * docs/plugins/inspect/plugin-audioconvert.xml:
14022         * docs/plugins/inspect/plugin-audiorate.xml:
14023         * docs/plugins/inspect/plugin-audioresample.xml:
14024         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14025         * docs/plugins/inspect/plugin-cdparanoia.xml:
14026         * docs/plugins/inspect/plugin-decodebin.xml:
14027         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14028         * docs/plugins/inspect/plugin-gnomevfs.xml:
14029         * docs/plugins/inspect/plugin-ogg.xml:
14030         * docs/plugins/inspect/plugin-pango.xml:
14031         * docs/plugins/inspect/plugin-playbin.xml:
14032         * docs/plugins/inspect/plugin-subparse.xml:
14033         * docs/plugins/inspect/plugin-tcp.xml:
14034         * docs/plugins/inspect/plugin-theora.xml:
14035         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14036         * docs/plugins/inspect/plugin-video4linux.xml:
14037         * docs/plugins/inspect/plugin-videorate.xml:
14038         * docs/plugins/inspect/plugin-videoscale.xml:
14039         * docs/plugins/inspect/plugin-videotestsrc.xml:
14040         * docs/plugins/inspect/plugin-volume.xml:
14041         * docs/plugins/inspect/plugin-vorbis.xml:
14042         * docs/plugins/inspect/plugin-ximagesink.xml:
14043         * docs/plugins/inspect/plugin-xvimagesink.xml:
14044           Update to CVS version.
14045
14046 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14047
14048         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14049         (gst_play_bin_set_property), (gst_play_bin_get_property),
14050         (value_list_append_structure_list),
14051         (gst_play_bin_handle_redirect_message),
14052         (gst_play_bin_handle_message):
14053           API: GstPlayBin::connection-speed
14054           Add "connection-speed" property; re-order redirect messages with
14055           multiple redirect locations depending on the minimum bitrate if
14056           that information is available and a connection speed is set
14057           (#350399).
14058
14059 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14060
14061         * gst/playback/gstplaybin.c:
14062           Update max volume to the same value that the volume element uses.
14063
14064 2006-08-14  Wim Taymans  <wim@fluendo.com>
14065
14066         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14067         Less uglyness..
14068
14069 2006-08-14  Wim Taymans  <wim@fluendo.com>
14070
14071         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14072         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14073         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14074         Add some more debug info.
14075         Don't crash when a seek failed.
14076         Actually return the result of the seek instead of TRUE.
14077         Ignore multiple BOS pages with the same serial so that we don't create
14078         the same stream multiple times.
14079         Post an error when we fail to do the initial seek.
14080
14081 2006-08-13  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14084         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14085         Small code cleanup.
14086
14087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14088         (gst_alsa_mixer_new):
14089         Remove hack that always set the device to hw:0*.
14090         Properly find the card name for whatever device was configured.
14091         Do some better debugging.
14092         Fixes #350784.
14093
14094         * ext/alsa/gstalsamixerelement.c:
14095         (gst_alsa_mixer_element_set_property),
14096         (gst_alsa_mixer_element_change_state):
14097         Cleanups.
14098         Handle setting of a NULL device name better.
14099
14100 2006-08-11  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/adder/gstadder.c:
14103         Don't clip float values. Fixes #350900.
14104
14105 2006-08-11  Andy Wingo  <wingo@pobox.com>
14106
14107         * gst/tcp/gsttcp.c: Really fix the build?
14108
14109         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14110         fixes the build.
14111
14112 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14113
14114         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14115           Float caps shouldn't have a "signed" field.
14116
14117 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14118
14119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14120           Implement SEEKING query in its most basic form, so that we can
14121           at least check if we're seekable or not (#350655).
14122
14123 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14124
14125         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14126           The checks here are not even close to anything that would
14127           justify MAXIMUM probability, lowering to POSSIBLE until someone
14128           fixes the checks (case at hand: quicktime redirection files
14129           might start with 00 00 01 XX and pass the checks here just
14130           fine, see #350399).
14131
14132 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14133
14134         Patch by: Sjoerd Simons  <sjoerd at luon net>
14135
14136         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14137           Better detection for multipart/x-mixed-replace: accept leading
14138           whitespaces before the boundary marker as well (as our very own
14139           multipartmux used to produce) (#349068).
14140
14141 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14142
14143         Patch by: Young-Ho Cha  <ganadist at chollian net>
14144
14145         * gst-libs/gst/riff/riff-ids.h:
14146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14147         (gst_riff_create_audio_template_caps):
14148           Detect DTS audio streams (#350157).
14149
14150 2006-08-05  Andy Wingo  <wingo@pobox.com>
14151
14152         * ext/theora/gsttheoraparse.h:
14153         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14154         (theora_parse_dispose, theora_parse_set_property)
14155         (theora_parse_get_property, theora_parse_munge_granulepos)
14156         (theora_parse_push_buffer, theora_parse_change_state):
14157         API: GstTheoraParse::synchronization-points
14158         Add a property 'synchronization-points' to fix badly synchronized oggs.
14159
14160 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14161
14162         * tests/check/Makefile.am:
14163         * tests/check/libs/.cvsignore:
14164         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14165         (fixed_caps_have_channel_positions), (GST_START_TEST),
14166         (audio_suite), (main):
14167           Add a few tests for the channel position stuff in libgstaudio.
14168
14169 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14170
14171         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14172         (gst_alsa_detect_channels):
14173         * ext/alsa/gstalsasink.c:
14174           Add support for cards that (only) do more than 8 channels,
14175           like the Delta 44 (#345188).
14176
14177         * gst-libs/gst/audio/multichannel.c:
14178         (gst_audio_check_channel_positions):
14179         * gst-libs/gst/audio/multichannel.h:
14180           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14181           unspecified channel position and cannot be combined with any
14182           of the other audio channel positions; adjust position layout
14183           checks accordingly (#345188).
14184
14185 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14186
14187         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14188           Recognise ancient RealAudio files (see #349779).
14189
14190 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14191
14192         Patch by: Jens Granseuer  <jensgr at gmx net>
14193
14194         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14195           Add typefinder for Interplay's MVE format (#348973).
14196
14197 2006-08-02  Wim Taymans  <wim@fluendo.com>
14198
14199         Patch by: Marcel Moreaux <marcelm at luon dot net>
14200
14201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14202         (gst_base_rtp_depayload_add_to_queue):
14203         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14204         Handle RTP sequence number rollover.
14205         Disable jitterbuffer by default.
14206
14207 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14208
14209         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14210         (audioresample_set_caps):
14211         Don't leak references to the incoming caps. Clean them up when
14212         stopping.
14213
14214         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14215         (gst_video_scale_finalize):
14216         Don't leak our temporary pixel buffer.
14217
14218         * tests/check/Makefile.am:
14219         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14220         (GST_START_TEST), (simple_launch_lines_suite):
14221
14222         Fix leaks and re-enable the test for valgrind checking.
14223
14224 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14225
14226         Patch by: Sjoerd Simons  <sjoerd at luon net>
14227
14228         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14229         (plugin_init):
14230           Add typefind function for multipart/x-mixed-replace (#348916).
14231
14232 2006-07-28  Wim Taymans  <wim@fluendo.com>
14233
14234         * gst/adder/gstadder.c: (gst_adder_setcaps),
14235         (gst_adder_query_duration):
14236         Fix leak in duration query.
14237         Reflow some docs and notes.
14238
14239 2006-07-28  Michael Smith  <msmith@fluendo.com>
14240
14241         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14242         (vorbisenc_suite):
14243           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14244           aspect of it.
14245
14246 2006-07-28  Michael Smith  <msmith@fluendo.com>
14247
14248         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14249         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14250         (gst_vorbis_enc_push_buffer),
14251         (gst_vorbis_enc_buffer_check_discontinuous),
14252         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14253         * ext/vorbis/vorbisenc.h:
14254           Handle discontinuities in the input vorbis stream correctly,
14255           so that the output is properly timestamped (and has good granulepos
14256           values). Needs some oggmux fixes too.
14257
14258 2006-07-27  Wim Taymans  <wim@fluendo.com>
14259
14260         patch by: Kai Vehmanen <kv2004 eca cx>
14261
14262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14263         (gst_base_rtp_depayload_chain),
14264         (gst_base_rtp_depayload_handle_sink_event),
14265         (gst_base_rtp_depayload_change_state):
14266         Don't send multiple newsegments with different formats.
14267         Fixes #348677.
14268
14269 2006-07-26  Wim Taymans  <wim@fluendo.com>
14270
14271         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14272         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14273         Make seeking in ogg more accurate again by doing the more correct
14274         granuletime to stream time conversion.
14275
14276 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14277
14278         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14279         (gst_multi_fd_sink_new_client):
14280           debug a little more understandably
14281           do not use goto as a substitute for break, especially if
14282           break is also being used
14283
14284 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14285
14286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14287         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14288           Remove GLib-2.6 compatibility cruft.
14289
14290 2006-07-24  Wim Taymans  <wim@fluendo.com>
14291
14292         * gst-libs/gst/audio/gstbaseaudiosink.c:
14293         (gst_base_audio_sink_render):
14294         Don't try to align a sample to an unknown value.
14295
14296 2006-07-24  Wim Taymans  <wim@fluendo.com>
14297
14298         * gst-libs/gst/audio/gstbaseaudiosink.c:
14299         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14300         When the audio clock is slaved to another clock, never try to align
14301         samples but trust the rate interpolation algorithm.
14302
14303 2006-07-24  Wim Taymans  <wim@fluendo.com>
14304
14305         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14306         Don't try to calculate silence samples, base class does this much
14307         better now.
14308
14309         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14310         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14311         (gst_ring_buffer_acquire):
14312         Calculate silence samples correctly.
14313
14314         * gst-libs/gst/audio/gstringbuffer.h:
14315         Add _CAST macro.
14316
14317 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14318
14319         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14320           Limit search for the first markup tag to the first few kB of
14321           the file. If we don't find one there, it's highly unlikely that
14322           this is an XML(-ish) file.
14323
14324 2006-07-21  Andy Wingo  <wingo@pobox.com>
14325
14326         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14327         test to the one in vorbisenc. Also commented out.
14328
14329         * tests/check/pipelines/vorbisenc.c: 
14330         (test_discontinuity): New test, commented out until Mike lands
14331         some elite vorbisenc patches.
14332
14333         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14334         Bufferstraw was actually factored out of these tests. Now we share
14335         code yay.
14336
14337         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14338         for bufferstraw addition to gstcheck.
14339
14340 2006-07-21  Wim Taymans  <wim@fluendo.com>
14341
14342         * ext/theora/theoradec.c: (clip_buffer):
14343         Better clipping.
14344
14345 2006-07-21  Wim Taymans  <wim@fluendo.com>
14346
14347         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14348         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14349         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14350         Fix leak.
14351         Avoid type casting when we can.
14352
14353         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14354         Fix mem leak.
14355
14356 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14357
14358         * ext/alsa/gstalsamixerelement.c:
14359         (gst_alsa_mixer_element_change_state):
14360           Make state change fail if the specified device can't be opened
14361           for some reason.
14362
14363 2006-07-20  Wim Taymans  <wim@fluendo.com>
14364
14365         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14366         (cb_newpad), (main):
14367         Example of a small audio/video player using decodebin.
14368
14369 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14370
14371         * gst-libs/gst/riff/riff-ids.h:
14372           Add 'fact' chunk id
14373
14374 2006-07-19  Wim Taymans  <wim@fluendo.com>
14375
14376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14377         (gst_base_rtp_depayload_chain),
14378         (gst_base_rtp_depayload_change_state):
14379         Don't assert when not negotiated but post a meaningfull 
14380         error message. Fixes #347918.
14381
14382         * gst-libs/gst/rtp/gstbasertppayload.c:
14383         Add comment about better default MTU size.
14384
14385         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14386         Small cleanups, start docs.
14387
14388 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14389
14390         Patch by: Martin Szulecki
14391
14392         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14393           If "device-name" is requested and the device is not
14394           open, try to temporarily open it to obtain this
14395           information (#342494).
14396
14397 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14398
14399         * gst-libs/gst/tag/gstid3tag.c:
14400           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14401
14402         * gst-libs/gst/tag/gsttageditingprivate.h:
14403         * gst-libs/gst/tag/gstvorbistag.c:
14404           Some more random const-ifications.
14405
14406 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14407
14408         * gst-libs/gst/riff/riff-ids.h:
14409         * gst-libs/gst/riff/riff-media.c:
14410         (gst_riff_create_video_template_caps):
14411           Add more FOURCCs (sort list to make stuff easier to find),
14412           add comment what those 16 bytes in struct _gst_riff_strh according to
14413           one avi-dumper are
14414
14415 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * gst-libs/gst/audio/multichannel.c:
14418         (gst_audio_check_channel_positions),
14419         (gst_audio_fixate_channel_positions):
14420           Const-ify two arrays.
14421
14422 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14423
14424         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14425           Fix typo, so that alsasink also advertises 8 channels
14426           if that's supported (tags: can, worms, open, alsa, ph34r).
14427
14428 2006-07-17  Wim Taymans  <wim@fluendo.com>
14429
14430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14431         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14432         *sigh*, when is the compiler going to warn when the comments
14433         are out-of-sync with the code.. Refix case of busted theora
14434         headers with 0 granule pos.
14435
14436 2006-07-14  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14439         (gst_base_rtp_depayload_wait),
14440         (gst_base_rtp_depayload_change_state),
14441         (gst_base_rtp_depayload_set_property),
14442         (gst_base_rtp_depayload_get_property):
14443         Fix 99% cpu load by waiting for absolute times on the
14444         clock. Fixes #347300.
14445
14446 2006-07-14  Andy Wingo  <wingo@pobox.com>
14447
14448         * ext/theora/gsttheoraparse.h: 
14449         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14450         (theora_parse_push_headers, theora_parse_clear_queue)
14451         (theora_parse_drain_queue_prematurely, )
14452         (theora_parse_sink_event, theora_parse_change_state): Queue events
14453         until we initialized our state, like in vorbisparse.
14454
14455         * ext/vorbis/vorbisparse.h: 
14456         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14457         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14458         (vorbis_parse_drain_queue_prematurely, )
14459         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14460         until we have initialized our state. Fixes seeking after an
14461         initial pad block.
14462
14463 2006-07-14  Andy Wingo  <wingo@pobox.com>
14464
14465         Patch by: Iain Holmes <iaingnome@gmail.com>
14466         
14467         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14468
14469 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14470
14471         * configure.ac:
14472         Bump nano back to CVS
14473
14474 === release 0.10.9 ===
14475
14476 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14477
14478         * configure.ac:
14479           releasing 0.10.9, "I walk the line"
14480
14481 2006-07-14  Michael Smith  <msmith@fluendo.com>
14482
14483         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14484           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14485           (commonly happens when running this test under valgrind) when trying
14486           to remove the buffer probe.
14487
14488 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14489
14490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14491         Fix missing g_unlock from the previous commit
14492
14493 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14494
14495         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14496         (gst_ximagesink_change_state):
14497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14498         (gst_xvimagesink_change_state):
14499         Implement a locking order to ensure we always take the object lock
14500         before the x_lock and never vice-versa.
14501
14502 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14503
14504         * gst/playback/gstdecodebin.c: (find_compatibles):
14505         Fix a caps leak when linking (#347304)
14506
14507         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14508         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14509         (gst_ximagesink_change_state):
14510         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14511         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14512         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14513         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14514         Don't leak shared memory resources. Use the object lock to protect
14515         against the xcontext disappearing while returning a buffer from the
14516         pipeline. (#347304)
14517
14518 2006-07-12  Edward Hervey  <edward@fluendo.com>
14519
14520         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14521         (vorbis_handle_comment_packet):
14522         gst_tag_list_merge() returns a new object. Take that into account when
14523         using it. This avoids memleak.
14524         Revert previous commit which is not needed.
14525
14526 2006-07-12  Edward Hervey  <edward@fluendo.com>
14527
14528         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14529         Reset the decoder in finalize so that all fields get cleared.
14530
14531 2006-07-12  Wim Taymans  <wim@fluendo.com>
14532
14533         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14534         (gst_base_audio_src_set_clock),
14535         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14536         Don't try to post an error message when setting the clock fails
14537         as this can happen when adding an element to a bin which will then
14538         deadlock. Fixes #347296.
14539
14540 2006-07-12  Edward Hervey  <edward@fluendo.com>
14541
14542         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14543         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14544         (vorbis_handle_type_packet):
14545         Post tag messages on the bus even if we're not initialized.
14546         If we're not initialized, we still postpone the event pushing of tags.
14547
14548 2006-07-12  Wim Taymans  <wim@fluendo.com>
14549
14550         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14551         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14552         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14553         Revert last two changes that broke the freeze.
14554
14555 2006-07-12  Wim Taymans  <wim@fluendo.com>
14556
14557         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14558         basesink calculates silence sample correctly for us.
14559
14560 2006-07-12  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14563         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14564         Calculate correct silence samples so we don't fill our ringbuffer
14565         with noise.
14566
14567 2006-07-12  Edward Hervey  <edward@fluendo.com>
14568
14569         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14570         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14571         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14572         * ext/vorbis/vorbisdec.h:
14573         Delay sending events (newsegment, tags) until the decoder is properly
14574         initialized.
14575         Fixes #347295
14576
14577 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14578
14579         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14580         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14581           Patch from #347221 adding a test for audioconvert
14582           channel remappings.
14583
14584 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14585
14586         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14587         (gst_ssa_parse_parse_line):
14588           Don't include the terminating NUL in the buffer size,
14589           it's only there for extra paranoia (would add random
14590           '*' characters at the end of each subtitle since the
14591           terminator itself is not valid UTF-8 technically).
14592           Also fix indenting after boilerplate macro.
14593
14594 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * gst/playback/gstdecodebin.c: (close_pad_link):
14597           Also emit 'unknown-type' signal (which should really be
14598           called unhandled-type) if we found potential decoders/demuxers
14599           in the registry but none of them worked in the end (as in the
14600           case where the plugins don't exist any longer but are still
14601           listed in the registry). Fixes #329798.
14602
14603 2006-07-08  Andy Wingo  <wingo@pobox.com>
14604
14605         * theoraparse.c (theora_parse_push_buffer)
14606         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14607         Add some more debugging. Fix granulepos reconstruction in the face
14608         of discontinuities.
14609
14610 2006-07-06  Wim Taymans  <wim@fluendo.com>
14611
14612         * gst-libs/gst/audio/gstbaseaudiosink.c:
14613         (gst_base_audio_sink_class_init),
14614         (gst_base_audio_sink_provide_clock):
14615         Use gobject_class instead of G_OBJECT_CLASS (klass)
14616
14617         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14618         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14619         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14620         (gst_base_audio_src_get_time),
14621         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14622         (gst_base_audio_src_create_ringbuffer):
14623         Fix latency and buffer-time constants and properties ala basesink.
14624         Implement pull based scheduling. Fixes #346527.
14625         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14626         one segment.
14627         Refuse slaving to another clock instead of silently not working.
14628         Only provide a clock when we are actually able to do so.
14629         Various small cleanups and compiler hints.
14630
14631 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14632
14633         Patch by: Lutz Mueller <lutz at topfrose de>
14634
14635         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14636         (plugin_init):
14637           Add typefinding for text/html (#346581).
14638
14639 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14640
14641         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14642         (xml_check_first_element), (xml_type_find), (smil_type_find):
14643           Fix SMIL typefinding, make xml_check_first_element() more
14644           useful.
14645
14646 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14649         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14650         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14651         * gst/playback/gstplaybasebin.h:
14652           Protect list of elements with a subtitle-encoding property and
14653           the subtitle encoding member itself with a lock of their own
14654           instead of using the object lock. This prevents a dead-lock in
14655           the element-remove callback in some circumstances when shutting
14656           down playbin.
14657
14658 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14659
14660         * win32/common/libgsttag.def:
14661         Export some new functions.
14662         * win32/vs6/libgstogg.dsp:
14663         Add a link to libgsttag-0.10.lib.
14664
14665 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14668           Some const-ification.
14669
14670 2006-07-04  Wim Taymans  <wim@fluendo.com>
14671
14672         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14673         Improve checking if we are dealing with a stream. Added some
14674         more uris that need buffering.
14675
14676 2006-07-03  Edward Hervey  <edward@fluendo.com>
14677
14678         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14679         Remove unused variable.
14680
14681 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14682
14683         * Makefile.am:
14684           include lcov.mak
14685         * configure.ac:
14686           add GCOV_LIBS to GST_LIBS
14687
14688 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14689
14690         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14691
14692         * ext/alsa/gstalsasrc.c:
14693           Add 32 bps to template caps and increase channels range
14694           from [1,2] to [1,MAX]. See #346326.
14695
14696 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14699           Recognise 'WMVA' video codec fourcc (#345879).
14700           
14701 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14702          
14703         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14704           Fixed nasty memory leak
14705
14706 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14707
14708         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14709         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14710           fix logging
14711
14712 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14713
14714         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14715         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14716         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14717         Protect remove_fakesink using a mutex, so that we don't try and
14718         remove the fakesink simultaneously from multiple threads.
14719
14720         When going from READY to PAUSED, restore the fakesink, so that
14721         it is there when decodebin gets reused.
14722
14723 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14726         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14727         * gst-libs/gst/rtp/gstbasertppayload.c:
14728         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14729         * gst/tcp/gstmultifdsink.c:
14730         * gst/tcp/gsttcpclientsink.c:
14731         * gst/tcp/gsttcpclientsrc.c:
14732         * gst/tcp/gsttcpserversink.c:
14733         * gst/tcp/gsttcpserversrc.c:
14734         * gst/videorate/gstvideorate.c:
14735         * gst/videotestsrc/gstvideotestsrc.c:
14736         * sys/v4l/gstv4ljpegsrc.c:
14737         * sys/v4l/gstv4lmjpegsink.c:
14738         * sys/v4l/gstv4lsrc.c:
14739         * tests/examples/seek/scrubby.c:
14740         * tests/examples/seek/seek.c:
14741           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14742
14743 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14744
14745         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14746           Second field in GEnumValue shouldn't be a description,
14747           but a stringified version of the enum value.
14748
14749 2006-06-22  Wim Taymans  <wim@fluendo.com>
14750
14751         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14752         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14753         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14754         Avoid type checking in buffer casts.
14755         Avoid caps copy in buffer_alloc when we can.
14756         Use pad_peer_accept.
14757
14758 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14759
14760         * gst-libs/gst/tag/tag.h:
14761           Oops, make that 'Since: 0.10.9'.
14762
14763 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * docs/libs/gst-plugins-base-libs-sections.txt:
14766         * gst-libs/gst/tag/tag.h:
14767         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14768         (gst_tag_image_type_get_type):
14769           API: add GstTagImageType enum to describe images contained
14770           in image tags (#345641).
14771
14772 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14773
14774         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14775           Fix warnings with gst-inspect: "buffers-min" property
14776           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14777           typo in property description.
14778
14779 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         Patch by: Cody Russell <bratsche at gnome org>
14782
14783         * gst/audioresample/gstaudioresample.c:
14784         (gst_audioresample_class_init):
14785         * gst/playback/gststreamselector.c:
14786         (gst_stream_selector_class_init):
14787         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14789         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14790         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14791         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14792         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14793         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14794         * gst/videotestsrc/gstvideotestsrc.c:
14795         (gst_video_test_src_class_init):
14796         * gst/volume/gstvolume.c: (gst_volume_class_init):
14797           Avoid unnecessary class cast check in class_init
14798           functions (#337747).
14799
14800 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14801
14802         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14803         (gst_text_overlay_video_chain):
14804           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14805           and doesn't validate its input either (and neither did
14806           textoverlay it seems). Let's do that then and fix #345206.
14807
14808 2006-06-19  Wim Taymans  <wim@fluendo.com>
14809
14810         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14811         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14812         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14813         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14814         (find_syncframe), (find_limits), (assign_value),
14815         (count_burst_unit), (gst_multi_fd_sink_new_client),
14816         (gst_multi_fd_sink_handle_client_write),
14817         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14818         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14819         (gst_multi_fd_sink_change_state):
14820         * gst/tcp/gstmultifdsink.h:
14821         Added shiny new burst-on-connect methods.
14822         Add properties to control the minimal amount of data queued.
14823         Small cleanups.
14824         API: bytes-min property
14825         API: time-min property
14826         API: buffers-min property
14827         API: burst-unit property
14828         API: burst-value property
14829         API: add-full signal
14830
14831         * gst/tcp/gsttcp-marshal.list:
14832         Added new marshaller code for the new signal.
14833
14834         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14835         (multifdsink_suite):
14836         Added testcases for new burst methods.
14837
14838 2006-06-19  Edward Hervey  <edward@fluendo.com>
14839
14840         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14841         Implement clipping for accurate seeking.
14842         Closes #345225
14843
14844 2006-06-19  Wim Taymans  <wim@fluendo.com>
14845
14846         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14847
14848         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14849         (gst_video_scale_transform):
14850         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14851
14852 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14853
14854         * configure.ac:
14855           Fix --disable-external (can't set conditionals conditionally,
14856           #343602).
14857
14858 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14859
14860         * tests/check/elements/audioresample.c: (test_reuse),
14861         (audioresample_suite):
14862           Add test case for bug #342789 fixed below.
14863
14864 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14865
14866         * gst/audioresample/gstaudioresample.c:
14867         (gst_audioresample_class_init), (gst_audioresample_init),
14868         (audioresample_start), (audioresample_stop),
14869         (gst_audioresample_set_property), (gst_audioresample_get_property):
14870           Implement GstBaseTransform::start and ::stop so that audioresample
14871           can clear its internal state properly and be reused instead of
14872           causing non-negotiated errors with playbin under some circumstances
14873           (#342789).
14874
14875         * tests/check/elements/audioresample.c: (setup_audioresample),
14876         (cleanup_audioresample):
14877           Need to set element state here so that ::start and ::stop are
14878           called.
14879
14880 2006-06-16  Wim Taymans  <wim@fluendo.com>
14881
14882         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14883
14884         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14885         Parse extra data better, apparently it's right behind
14886         the normal strf header size. Fixes #343500.
14887
14888 2006-06-16  Wim Taymans  <wim@fluendo.com>
14889
14890         * ext/alsa/gstalsasink.c: (set_hwparams):
14891         If we fail to set the buffer_time and period_time alsa
14892         parameters, post a warning and leave alsa select a 
14893         default instead of failing. Fixes #342085
14894
14895 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14896
14897         * docs/libs/gst-plugins-base-libs-sections.txt:
14898         * gst-libs/gst/cdda/gstcddabasesrc.h:
14899           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14900           out in the header file and shouldn't be listed in the docs.
14901
14902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14903           Must dereference pointer to fourcc in the debug statement.
14904
14905 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14906
14907         * docs/libs/Makefile.am:
14908         * docs/libs/gst-plugins-base-libs-docs.sgml:
14909         * docs/libs/gst-plugins-base-libs-sections.txt:
14910         * docs/libs/gst-plugins-base-libs.types:
14911         add remaining symbols into correct setions
14912         
14913         * gst-libs/gst/audio/gstringbuffer.c:
14914         fix incomplete docs
14915         
14916         * gst-libs/gst/audio/gstringbuffer.h:
14917         comment out not yet implemented function
14918         
14919         
14920         * gst-libs/gst/floatcast/floatcast.h:
14921         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14922         add short descriptions
14923         
14924         
14925         * gst-libs/gst/interfaces/propertyprobe.c:
14926         fix return value docs   
14927         
14928         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14929         simplify debug logging
14930         
14931         * gst-libs/gst/riff/riff-read.h:
14932         sync function prototype and docs
14933         
14934         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14935         remove left over symbol
14936
14937 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14938
14939         * autogen.sh:
14940         * configure.ac:
14941         * docs/Makefile.am:
14942           Use GST_PLUGIN_DOCS macro in configure.ac, add
14943           --enable-plugin-docs default to autogen.sh and use
14944           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14945
14946 2006-06-15  Wim Taymans  <wim@fluendo.com>
14947
14948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14949         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14950         (gst_ogg_demux_loop):
14951         Combine GstFlowReturn from the source pads to give a
14952         meaningfull result to the upstream peer or to stop the
14953         processing task in case of errors.
14954
14955 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14956
14957         * gst/playback/gststreaminfo.c: (cb_probe):
14958           Try GST_TAG_CODEC as fallback when extracting the
14959           codec name; more debug info.
14960
14961 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14962
14963         * ext/ogg/Makefile.am:
14964         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14965           Extract language tags from ogm subtitle streams, so that
14966           the subtitle menu choices are labelled correctly in
14967           Totem (fixes #344708).
14968
14969 2006-06-14  Wim Taymans  <wim@fluendo.com>
14970
14971         Patch by: Alessandro Decina <alessandro at nnva dot org>
14972
14973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14974         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14975         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14976         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14977         Fix various leaks. Fixes #343699.
14978         Add x-smoke mime type.
14979
14980 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         * gst-libs/gst/riff/riff-ids.h:
14983           Add IDs for 'bext' chunks (see #343837).
14984
14985 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         Patch by: Young-Ho Cha  <ganadist at chollian net>
14988
14989         * gst/subparse/samiparse.c: (sami_context_pop_state),
14990         (handle_start_font), (end_sami_element):
14991           Honour font face tags in SAMI subtitles (#344503).
14992
14993 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14994
14995         * po/POTFILES.in:
14996           add missing files containing translatable strings
14997
14998 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14999
15000         * docs/libs/tmpl/.cvsignore:
15001           we don't want those *.sgml files in CVS either
15002
15003 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15004
15005         * docs/libs/.cvsignore:
15006         * tests/check/elements/.cvsignore:
15007         * tests/check/libs/.cvsignore:
15008           ignore more
15009
15010 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15011
15012         * docs/libs/Makefile.am:
15013           also commiting the changed Makefile.am (added more libs to the
15014           doc-build)
15015
15016 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15017
15018         * docs/libs/gst-plugins-base-libs-docs.sgml:
15019         * docs/libs/gst-plugins-base-libs-sections.txt:
15020         * docs/libs/gst-plugins-base-libs.types:
15021           first batch of reordering things, add index & hierarchy
15022
15023 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15024
15025         * configure.ac:
15026           use GST_PKG_CHECK_MODULES, cleans up output
15027
15028 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15029
15030         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15031           Add support for burn:// URIs (#343385); const-ify things a bit,
15032           use G_N_ELEMENTS instead of hard-coded array size.
15033
15034 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15035
15036         Patch by: Young-Ho Cha  <ganadist at chollian net>
15037
15038         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15039           Fix up broken entities before passing them to libxml *sigh*.
15040           (#343303).
15041           
15042 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15043
15044         * configure.ac:
15045           back to TRUNK
15046
15047 === release 0.10.8 ===
15048
15049 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15050
15051         * configure.ac:
15052           releasing 0.10.8, "Moar gij ziet mij nie"
15053
15054 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15055
15056         * configure.ac:
15057         * po/af.po:
15058         * po/az.po:
15059         * po/cs.po:
15060         * po/en_GB.po:
15061         * po/hu.po:
15062         * po/it.po:
15063         * po/nb.po:
15064         * po/nl.po:
15065         * po/or.po:
15066         * po/sq.po:
15067         * po/sr.po:
15068         * po/sv.po:
15069         * po/uk.po:
15070         * po/vi.po:
15071         * win32/common/config.h:
15072           0.10.7.2 prerelease
15073
15074 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15075
15076         * docs/libs/tmpl/gstaudio.sgml:
15077         * docs/libs/tmpl/gstcolorbalance.sgml:
15078         * docs/libs/tmpl/gstmixer.sgml:
15079         * docs/libs/tmpl/gstringbuffer.sgml:
15080         * docs/libs/tmpl/gsttuner.sgml:
15081         * docs/libs/tmpl/gstxoverlay.sgml:
15082         * gst-libs/gst/audio/audio.c:
15083         * gst-libs/gst/audio/gstringbuffer.c:
15084         * gst-libs/gst/interfaces/colorbalance.c:
15085         * gst-libs/gst/interfaces/mixer.c:
15086         * gst-libs/gst/interfaces/tuner.c:
15087         * gst-libs/gst/interfaces/xoverlay.c:
15088           move last template doc snippets to source code and delete them
15089
15090 2006-06-06  Michael Smith  <msmith@fluendo.com>
15091
15092         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15093         (theora_parse_drain_queue):
15094           Mark DELTA_UNIT on non-keyframes.
15095
15096 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15097
15098         * gst-libs/gst/audio/gstbaseaudiosink.c:
15099         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15100         * gst-libs/gst/audio/gstbaseaudiosink.h:
15101         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15102         (gst_ring_buffer_samples_done):
15103         * gst-libs/gst/audio/gstringbuffer.h:
15104         Document better the fact that latency_time and buffer_time are values
15105         stored in microseconds, and not the usual GStreamer nanoseconds.
15106         Change the variables (compatibly) that store them from GstClockTime 
15107         to guint64 to make it more clear that they're not storing clock times.
15108         Also, remove the bogus property description that says the user can
15109         specify -1 to get the default value, since that's never been the case.
15110
15111         When computing the default segment size for the ring buffer, make it
15112         an integer number of samples.
15113
15114         When the sub-class indicates a delay greater than the number of
15115         samples we've written return 0 from the audio sink get_time method.
15116
15117 2006-06-02  Michael Smith  <msmith@fluendo.com>
15118
15119         * tests/check/elements/audioconvert.c: (set_channel_positions),
15120         (get_float_mc_caps), (get_int_mc_caps):
15121         * tests/check/elements/audioresample.c:
15122         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15123         * tests/check/elements/videorate.c:
15124         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15125         * tests/check/elements/volume.c:
15126         * tests/check/elements/vorbisdec.c:
15127         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15128           Don't busy-wait in tests; this was causing test timeouts very
15129           frequently when running under valgrind.
15130
15131 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15132
15133         * gst/tcp/README:
15134         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15135         (gst_multi_fd_sink_remove_client_link),
15136         (gst_multi_fd_sink_client_queue_caps),
15137         (gst_multi_fd_sink_client_queue_buffer),
15138         (gst_multi_fd_sink_handle_client_write),
15139         (gst_multi_fd_sink_render):
15140         * gst/tcp/gstmultifdsink.h:
15141           make multifdsink properly deal with streamheader:
15142           - streamheader is taken from caps
15143           - buffers marked with IN_CAPS are not sent
15144           - streamheaders are sent, on connection, from the caps of the
15145             buffer where the client gets positioned to
15146           - further streamheader changes are done every time the client
15147             will receive a buffer with different caps
15148         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15149         (gst_multifdsink_create_streamheader):
15150           add tests for this
15151
15152 2006-06-02  Michael Smith  <msmith@fluendo.com>
15153
15154         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15155           Reinstate limit on channel count. Vorbis does not define the meaning
15156           of > 6 channels, so they're just independent channels. Gstreamer
15157           currently has no mechanism to represent N independent channels.
15158
15159 2006-06-02  Michael Smith  <msmith@fluendo.com>
15160
15161         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15162           Don't arbitrarily restrict channel counts and rate in vorbis.
15163           In terms of effects likely on real-world files, this fixes 96kHz
15164           playback of vorbis.
15165
15166 2006-06-02  Michael Smith  <msmith@fluendo.com>
15167
15168         * gst/audioconvert/audioconvert.c: (float):
15169           More correct float->int conversion.
15170
15171 2006-06-02  Michael Smith  <msmith@fluendo.com>
15172
15173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15174           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15175           value. Fixes g-critical on trying to play back ogg containing
15176           unknown codec.
15177
15178 2006-06-02  Wim Taymans  <wim@fluendo.com>
15179
15180         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15181         (setup_source):
15182         * gst/playback/gstplaybasebin.h:
15183         Make the subtitle detection work from any thread so we don't
15184         deadlock. Fixes #343397.
15185
15186 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15187
15188         * gst/volume/Makefile.am:
15189           Seriously, it's not *that* hard to get compilation right.  Even
15190           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15191
15192 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15193
15194         * gst/volume/gstvolume.c: (volume_choose_func),
15195         (volume_update_real_volume), (gst_volume_class_init),
15196         (gst_volume_init), (volume_process_float), (volume_process_int16),
15197         (volume_process_int16_clamp), (volume_set_caps),
15198         (volume_transform_ip), (plugin_init):
15199         * gst/volume/gstvolume.h:
15200         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15201         another property desc., remove unused param from process function
15202         
15203         * tests/check/elements/volume.c: (volume_suite):
15204         reactivate the passthrough test
15205
15206 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15207
15208         * ext/alsa/gstalsamixerelement.h:
15209         * ext/alsa/gstalsamixeroptions.h:
15210         * ext/alsa/gstalsamixertrack.h:
15211         * ext/gnomevfs/gstgnomevfssink.h:
15212         * ext/gnomevfs/gstgnomevfssrc.h:
15213         * ext/theora/gsttheoradec.h:
15214         * ext/theora/gsttheoraenc.h:
15215         * ext/theora/gsttheoraparse.h:
15216         * ext/vorbis/vorbisparse.h:
15217         * gst-libs/gst/audio/gstaudioclock.h:
15218         * gst-libs/gst/audio/gstaudiofilter.h:
15219         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15220         * gst/audioconvert/gstaudioconvert.h:
15221         * gst/audioresample/gstaudioresample.h:
15222         * gst/audiotestsrc/gstaudiotestsrc.h:
15223         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15224         * gst/playback/gststreamselector.h:
15225         * gst/tcp/gstmultifdsink.h:
15226         * gst/tcp/gsttcpclientsink.h:
15227         * gst/tcp/gsttcpclientsrc.h:
15228         * gst/tcp/gsttcpserversink.h:
15229         * gst/tcp/gsttcpserversrc.h:
15230         * gst/videorate/gstvideorate.h:
15231         * gst/videoscale/gstvideoscale.h:
15232         * gst/videotestsrc/gstvideotestsrc.h:
15233         * gst/volume/gstvolume.h:
15234         * sys/v4l/gstv4ljpegsrc.h:
15235         * sys/v4l/gstv4lmjpegsink.h:
15236         * sys/v4l/gstv4lmjpegsrc.h:
15237         * sys/v4l/gstv4lsrc.h:
15238         * sys/ximage/ximagesink.h:
15239         * sys/xvimage/xvimagesink.h:
15240         * tests/old/testsuite/alsa/sinesrc.h:
15241         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15242
15243 2006-05-31  Wim Taymans  <wim@fluendo.com>
15244
15245         * ext/libvisual/visual.c: (gst_visual_reset),
15246         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15247         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15248         Handle DISCONT.
15249         Use running time before doing QoS.
15250         Handle mono too.
15251
15252 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15253
15254         * docs/libs/Makefile.am:
15255           set a magic variable to indicate we know the docs are incomplete
15256
15257 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15258
15259         * win32/common/libgstvideo.def:
15260           export gst_video_calculate_display_ratio
15261         * win32/vs6/libgstvideoscale.dsp:
15262           add link to libgstvideo-0.10.lib
15263
15264 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15265
15266         * gst/playback/gstplaybasebin.c: (gen_source_element):
15267           Throw a more comprehensible error for rtsp:// URIs (rather
15268           than erroring out with a negotiation error later on) until
15269           we fix playbin to handle rtspsrc etc.
15270
15271 2006-05-30  Wim Taymans  <wim@fluendo.com>
15272
15273         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15274         (gst_text_overlay_text_event):
15275         Added some FIXMEs.
15276
15277 2006-05-30  Wim Taymans  <wim@fluendo.com>
15278
15279         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15280         (gst_adder_request_new_pad), (gst_adder_release_pad):
15281         * gst/adder/gstadder.h:
15282         Implement release_request_pad.
15283         Make padcounter atomic.
15284
15285         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15286         Added check for release_pad in adder.
15287
15288 2006-05-30  Wim Taymans  <wim@fluendo.com>
15289
15290         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15291         Fix build again.
15292
15293 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15294
15295         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15296         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15297         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15298         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15299         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15300         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15301         (gst_ogg_demux_bisect_forward_serialno),
15302         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15303         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15304           add more debugging
15305           clean up printf formats for granulepos and serialno
15306
15307 2006-05-30  Michael Smith  <msmith@fluendo.com>
15308
15309         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15310         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15311         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15312         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15313         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15314         * ext/vorbis/vorbisenc.h:
15315           Multi-channel caps negotiation, so we can do proper multichannel
15316           vorbis encoding, negotiated through audioconvert.
15317
15318 2006-05-30  Wim Taymans  <wim@fluendo.com>
15319
15320         * tests/check/elements/adder.c: (test_event_message_received),
15321         (test_play_twice_message_received), (GST_START_TEST),
15322         (adder_suite):
15323         Added check to show that #339935 is fixed with ongoing
15324         adder and collectpads fixes.
15325
15326 2006-05-29  Wim Taymans  <wim@fluendo.com>
15327
15328         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15329         Don't leak pad name.
15330
15331 2006-05-29  Wim Taymans  <wim@fluendo.com>
15332
15333         * gst/adder/gstadder.c: (gst_adder_query_duration),
15334         (forward_event_func), (forward_event), (gst_adder_src_event):
15335         Fix adder seeking.
15336         Make query/seeking code threadsafe.
15337
15338         * tests/check/Makefile.am:
15339         * tests/check/elements/adder.c: (test_event_message_received),
15340         (GST_START_TEST), (test_play_twice_message_received):
15341         Fix adder test case.
15342
15343 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         Patch by: Young-Ho Cha  <ganadist at chollian net>
15346
15347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15348         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15349         (set_encoding_element), (decodebin_element_added_cb),
15350         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15351         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15352         * gst/playback/gstplaybasebin.h:
15353           Add 'subtitle-encoding' property to playbin, so applications can
15354           force a subtitle encoding for non-UTF8 subtitles (#342268).
15355
15356         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15357         (gst_sub_parse_set_property):
15358           Rename recently-added 'encoding' property to 'subtitle-encoding'
15359           (so it can be proxied by playbin/decodebin in a generic way
15360           with less danger of false positives).
15361
15362 2006-05-29  Michael Smith  <msmith@fluendo.com>
15363
15364         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15365         (append_with_other_format), (set_structure_widths),
15366         (gst_audio_convert_transform_caps):
15367           Patch from #341562: give more specific audio caps in get_caps, so
15368           that basetransform  can make better decisions on what caps to
15369           negotiate.
15370
15371 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15372
15373         * tests/check/elements/volume.c:
15374         make it compile again
15375
15376 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15377
15378         * tests/check/elements/volume.c: (volume_suite):
15379         disable test until #343196 gets resolved
15380
15381 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15382
15383         * gst/adder/gstadder.c: (gst_adder_get_type):
15384         Make it easier to copy&paste
15385         
15386         * gst/volume/Makefile.am:
15387         * gst/volume/gstvolume.c: (volume_update_real_volume),
15388         (gst_volume_set_volume), (gst_volume_set_mute),
15389         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15390         (volume_transform_ip), (volume_update_mute),
15391         (volume_update_volume):
15392         * gst/volume/gstvolume.h:
15393         Add own debug category, move duplicate code to helper function, fix
15394         property texts, add more comments and prepare ffor liboil-goodness
15395         
15396         * tests/check/Makefile.am:
15397         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15398         add test for mute and passtrough case, be a bit more verbose to track
15399         failure
15400         
15401         * tests/check/generic/states.c: (GST_START_TEST):
15402         catch elements that fail to instantiate
15403
15404 2006-05-28  Edward Hervey  <edward@fluendo.com>
15405
15406         * tests/check/pipelines/simple-launch-lines.c:
15407         * tests/check/pipelines/theoraenc.c:
15408         * tests/check/pipelines/vorbisenc.c:
15409         Comment out tests using parse_launch() if core was built without
15410         parsing capabilities.
15411
15412 2006-05-27  Edward Hervey  <edward@fluendo.com>
15413
15414         * tests/check/Makefile.am:
15415         Extra bonus points for whoever explains to ensonic that you are meant
15416         to test unit tests thoroughly before commiting them, especially if
15417         you know it's going to break.
15418         De-activated element/adder tests.
15419
15420 2006-05-27  Edward Hervey  <edward@fluendo.com>
15421
15422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15423         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15424         Marking caps conversion issues as GST_WARNING is way too verbose,
15425         Moving them to GST_LOG.
15426
15427 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * README:
15430           Replace current README (containing the release notes from
15431           some 0.9.x version) with a proper README taken from the core.
15432
15433 2006-05-26  Wim Taymans  <wim@fluendo.com>
15434
15435         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15436         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15437         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15438         (vorbis_dec_change_state):
15439         Small cleanups.
15440         Add some FIXMEs
15441         Clip output samples to segment boundaries.
15442
15443 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15444
15445         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15446         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15447         Improve the errors produced on bad output, including some human
15448         readable description strings.
15449         Handle the (theoretical for ximagesink) case where the XServer 
15450         has a different idea about the size required for a particular 
15451         frame and gives us too small a memory allocation.
15452
15453 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15454
15455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15456         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15457         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15458         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15459         Improve the errors produced on bad output, including some human 
15460         readable description strings.
15461         Handle RGB Xv formats properly by transforming them into our 
15462         big-endian caps description.
15463         Use gst_caps_truncate to ensure that we never try and choose a
15464         non-fixed caps in buffer_alloc.
15465         Handle the case where the XServer has a different idea about the size
15466         required for a particular frame and gives us too small a memory
15467         allocation.
15468         Use -1 to indicate 'no image format', because 0 is a valid XServer
15469         image format number.
15470         Put RGB Xv formats at the end of the caps, so that we always prefer
15471         YUV format frames.
15472         Iterate the available Xv Encodings to determine the maximum width and
15473         height, and then return that in our caps.
15474         (Closes #315312, #337544)
15475
15476 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15477
15478         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15479         When there is only one unfinished pad and it receives an event that
15480         doesn't match our requirements, we need to set alldone=FALSE so that
15481         the fakesink is not removed yet.
15482
15483 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15486           Use gst_type_find_helper_for_buffer() to find the type
15487           of stream from the first packet.
15488
15489         * configure.ac:
15490           Bump requirements to core CVS (needed for vorbis
15491           typefinding to work).
15492
15493 2006-05-24  Edward Hervey  <edward@fluendo.com>
15494
15495         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15496         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15497         contain.  Else they play perfectly fine with qtdemux.
15498
15499 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15500
15501         * ext/theora/theoradec.c:
15502         * ext/theora/theoraenc.c:
15503         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15504         * gst/audiorate/gstaudiorate.c:
15505           make more debug catagories static
15506         
15507         * tests/check/Makefile.am:
15508         * tests/check/elements/adder.c: (message_received),
15509         (test_event_message_received), (GST_START_TEST),
15510         (test_play_twice_message_received), (adder_suite):
15511           added test case for using element twice, extra bonus points for anyone
15512           who can make these test run reliably
15513
15514 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15515
15516         * ext/theora/theoradec.c: (theora_dec_chain):
15517           Make work with time-stamped input buffers that do not
15518           have a granulepos in BUFFER_OFFSET_END (like theora
15519           buffers coming from matroskademux). Fixes #342448.
15520
15521 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15522
15523         Patch by: Peter Kjellerstedt  <pkj at axis com>
15524
15525         * gst/tcp/Makefile.am:
15526           fdstresstest doesn't need Gtk+, fix compilation if 
15527           gtk is not available (#342566).
15528
15529 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15530          
15531         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15532           80 line columns
15533           Removed redundant floor()
15534
15535 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15536
15537         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15538           On second thought, just skip JUNK chunks automatically, so
15539           the caller doesn't have to handle this. Fixes #342345.
15540           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15541           not GST_FLOW_ERROR.
15542
15543 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15546           Don't bail out on JUNK chunks with a size of 0 (would try to
15547           pull_range 0 bytes before, which sources don't like too much).
15548           See #342345.
15549
15550 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15551
15552         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15554         Use the gstutil scaling function to preserve 64 bits while calculating
15555         output width and height from the display-aspect-ratio. (A continuation
15556         of #341542)
15557
15558 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15559
15560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15561         (gst_xvimagesink_buffer_alloc):
15562         * sys/xvimage/xvimagesink.h:
15563         When performing buffer allocations, remember the caps and image format
15564         we return so that if the same caps are asked for next time we can
15565         return them immediately without doing any caps intersections.
15566
15567 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15568          
15569         * gst-libs/gst/rtp/README:
15570           Some new documentation
15571         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15572           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15573         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15574         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15575           New RTP audio base payloader class. Supports frame or sample based
15576           codecs.  Not enabled in Makefile.am until approved.
15577
15578 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15579
15580         * tests/check/elements/alsa.c: (test_device_property_probe):
15581           Fix test case: don't try to free NULL GValueArray when there
15582           are no devices.
15583
15584 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * tests/check/Makefile.am:
15587         * tests/check/elements/alsa.c: (test_device_property_probe),
15588         (alsa_suite), (main):
15589           Add simple test that runs a device property probe on alsasrc,
15590           alsasink and alsamixer. Disable valgrind check for now (too
15591           many leaks in libasound, and valgrind ignored my suppressions
15592           additions).
15593
15594 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15597         (gst_alsa_device_property_probe_probe_property),
15598         (gst_alsa_device_property_probe_needs_probe),
15599         (gst_alsa_device_property_probe_get_values),
15600         (gst_alsa_type_add_device_property_probe_interface):
15601         * ext/alsa/gstalsadeviceprobe.h:
15602         * ext/alsa/gstalsamixerelement.c:
15603         (gst_alsa_mixer_element_init_interfaces):
15604         * ext/alsa/gstalsamixerelement.h:
15605           Clean up and simplify alsa device probing. Make it actually work
15606           for multiple classes. Don't cache results any longer.
15607
15608         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15609         (gst_alsasink_init):
15610         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15611         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15612         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15613           Make alsasink and alsasrc implement the GstPropertyProbe interface
15614           for device probing (#342181).
15615           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15616
15617 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/subparse/samiparse.c: (handle_start_font):
15620           Don't ignore return value of strtol (++compiler_happiness).
15621
15622 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15623
15624         Patch by: Young-Ho Cha  <ganadist chollian net>
15625
15626         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15627         (gst_sub_parse_class_init), (gst_sub_parse_init),
15628         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15629         (convert_encoding):
15630         * gst/subparse/gstsubparse.h:
15631           Add 'encoding' property (#341681).
15632
15633         * gst/subparse/samiparse.c: (characters_sami):
15634           Output is pango markup, so we need to escape text
15635           between tags (#342143).
15636
15637 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         * gst-libs/gst/audio/multichannel.c:
15640         (gst_audio_check_channel_positions):
15641           It's okay to have caps with channels=1 and a channel position
15642           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15643           (deinterleavers might want to keep the position in the caps,
15644           so that they can be re-interleaved again properly later).
15645           Leave check for unexpected 2-channel layouts intact for now.
15646
15647 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15648
15649         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15650         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15651         basesrc can do its job correctly.
15652
15653 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * ext/alsa/Makefile.am:
15656         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15657         (gst_alsa_detect_formats), (get_channel_free_structure),
15658         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15659         (gst_alsa_probe_supported_formats):
15660         * ext/alsa/gstalsa.h:
15661         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15662           Refactor and improve caps probing code: probe signedness
15663           when we probe the supported formats/widths; set endianness
15664           to the one we actually probed for (ie. cpu endianness).
15665           
15666         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15667         (gst_alsasrc_close):
15668         * ext/alsa/gstalsasrc.h:
15669           Implement caps probing for alsasrc.
15670
15671 2006-05-15  Wim Taymans  <wim@fluendo.com>
15672
15673         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15674         (theora_dec_src_query), (theora_dec_src_event),
15675         (theora_dec_sink_event), (theora_handle_comment_packet),
15676         (theora_handle_data_packet), (theora_dec_change_state):
15677         Cleanups, add some G_LIKELY.
15678         Use segment helpers instead of our own wrong code.
15679         Clear queued buffers on seek and READY.
15680
15681         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15682         (vorbis_dec_convert), (vorbis_dec_src_query),
15683         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15684         (vorbis_handle_comment_packet), (vorbis_dec_push),
15685         (vorbis_handle_data_packet), (vorbis_dec_chain),
15686         (vorbis_dec_change_state):
15687         * ext/vorbis/vorbisdec.h:
15688         Remove old useless packetno variable.
15689         Do position query properly.
15690         Add some G_LIKELY.
15691         Do cleanup of queued buffers in new helper function
15692         and use it.
15693
15694 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15695
15696         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15697           Query supported sample rates. Fixes #341732.
15698
15699 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15700
15701         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15702         (gst_decode_bin_change_state): Make decodebin reusable
15703         when going from PAUSE_TO_READY and then back to PAUSED.
15704         Fixes #331678.
15705
15706 2006-05-15  Wim Taymans  <wim@fluendo.com>
15707
15708         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15709         (vorbis_dec_convert), (vorbis_dec_src_query),
15710         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15711         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15712         (vorbis_dec_clean_queued), (vorbis_dec_push),
15713         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15714         Cleanups. Use refcounting and DEBUG_OBJECT.
15715         Reset segment on flush, use code methods instead of our
15716         own wrong version.
15717         Fix potential memleak.
15718
15719 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15722         (gst_alsasink_init):
15723         * ext/alsa/gstalsasink.h:
15724           Don't leak allocated snd_output_t structure if there's
15725           more than one alsasink instance at a time (#341873).
15726           Also fix GObject macros in header file.
15727           
15728 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15729
15730         * gst/subparse/gstsubparse.c:
15731         (gst_sub_parse_data_format_autodetect):
15732           Don't use libxml functions in the typefinding code.
15733
15734 2006-05-15  Wim Taymans  <wim@fluendo.com>
15735
15736         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15737         Fix seeking performance in the case where a non-header 
15738         packet has a 0 granulepos (busted theora case). 
15739         Fixes #341719
15740         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15741          the first place, you limelight stealer you)
15742
15743 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15744
15745         * gst/subparse/gstsubparse.c:
15746         (gst_sub_parse_data_format_autodetect):
15747           Improve SAMI typefinding: handle case where there are
15748           whitespaces or newlines in front of the first <SAMI>
15749           tag (#169936).
15750
15751 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15752
15753         * configure.ac:
15754           Build video4linux plugin even if there's no XVIDEO, just
15755           without implementing the GstXOverlay interface (#334002).
15756          
15757 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15758
15759         * configure.ac:
15760         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15761         (plugin_init):
15762           Add tentative support for libvisual-0.4 (#336881).
15763
15764 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15765
15766         Patch by: Young-Ho Cha <ganadist at chollian net>
15767
15768         * gst/subparse/samiparse.c: (handle_start_font):
15769           Need to map "silver" colour explicitly (#169936).
15770
15771 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15772
15773         Patch by: Young-Ho Cha  <ganadist at chollian net>
15774
15775         * gst/subparse/Makefile.am:
15776         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15777         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15778         (gst_sub_parse_format_autodetect), (feed_textbuf),
15779         (gst_subparse_type_find), (plugin_init):
15780         * gst/subparse/gstsubparse.h:
15781         * gst/subparse/samiparse.c:
15782         * gst/subparse/samiparse.h:
15783           Add support for SAMI subtitles (#169936).
15784
15785 2006-05-14  Michael Smith  <msmith@fluendo.com>
15786
15787         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15788           Fix #341696: crash when mixing L+R+C to mono or stereo.
15789         * tests/check/Makefile.am:
15790         * tests/check/elements/audioconvert.c: (set_channel_positions),
15791         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15792         (audioconvert_suite):
15793           Add test for the above, including some generic framework bits for
15794           testing multichannel things.
15795
15796 === release 0.10.7 ===
15797
15798 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15799
15800         * configure.ac:
15801           releasing 0.10.7, "Leave the gun"
15802
15803 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15804
15805         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15807         Fix the build.
15808
15809 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15810
15811         * docs/libs/gst-plugins-base-libs-docs.sgml:
15812         * docs/libs/gst-plugins-base-libs-sections.txt:
15813         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15814         * gst-libs/gst/video/video.h:
15815         * gst/videoscale/Makefile.am:
15816         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15818         * tests/check/Makefile.am:
15819         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15820         (main):
15821           Fix integer overflow problem with pixel-aspect-ratio calculations
15822           in videoscale and xvimagesink (#341542)
15823
15824 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15825
15826         * gst-libs/gst/tag/gstid3tag.c:
15827           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15828
15829 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15830
15831         * win32/MANIFEST:
15832           update win32 files listing
15833
15834 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15835
15836         patch by: Sjoerd Simons (sjoerd@luon.net)
15837
15838         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15839         (group_create), (group_destroy), (add_stream),
15840         (gst_play_base_bin_get_property),
15841         (gst_play_base_bin_get_streaminfo_value_array):
15842         * gst/playback/gstplaybasebin.h:
15843           API: GstPlayBaseBin::stream-info-value-array property
15844           use a more bindings-friendly way of exposing streaminfo
15845           using a GValueArray.  Tested in ipython.
15846           Closes #341114
15847
15848 2006-05-11  Wim Taymans  <wim@fluendo.com>
15849
15850         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15851         (queue_underrun_cb), (queue_filled_cb):
15852         Also catch queue underruns but don't do anything yet.
15853         Refactor and comment queue enlarging code a bit.
15854
15855         * gst/playback/gstplaybasebin.c: (queue_overrun),
15856         (queue_threshold_reached), (queue_out_of_data),
15857         (gen_preroll_element):
15858         If a queue over/underruns check that we don't create nasty
15859         deadlocks when the min-threshold is not reached but the
15860         max-bytes is. In those cases disable max-bytes when we
15861         know that the queue is fed timed data.
15862         Add more comments.
15863
15864 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         * gst/playback/gstplaybin.c: (gen_audio_element):
15867           Make playbin automatically plug an 'audioresample'
15868           element before the audio sink as well. This solves
15869           problems with sinks that only accept a very specific
15870           sample rate, like esdsink (e.g. #340379).
15871
15872 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * gst/playback/gstplaybasebin.c: (gen_source_element):
15875           Make http sources send special headers so that we receive
15876           icecast metadata if the http stream is an icecast stream
15877           (otherwise the server will just ignore them). This also
15878           means that from now on users will need the 'icydemux'
15879           element from gst-plugins-good installed if they want to
15880           listen to icecast radio streams. (#341432, #333657).
15881
15882 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15885         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15886           remove stupid example from docs - it should come with a simple
15887           C program instead.
15888           Clean up/fix docs
15889         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15890         (fail_if_can_read), (GST_START_TEST),
15891         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15892           add a test for changing streamheader which exposes a bug in
15893           multifdsink
15894
15895 2006-05-11  Michael Smith  <msmith@fluendo.com>
15896
15897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15898         (gst_gnome_vfs_src_received_headers_callback):
15899         * ext/gnomevfs/gstgnomevfssrc.h:
15900           Don't set icy-caps unless we have a sane interval value. Move
15901           interval to a local variable; we never use it outside this function.
15902
15903 2006-05-11  Wim Taymans  <wim@fluendo.com>
15904
15905         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15907         Register special buffer types along with the objects so
15908         that they are not registered at runtime from N different
15909         streaming threads since they are not threadsafe.
15910
15911 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15912
15913         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15914         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15915           add two more tests, one doing streamheader
15916
15917 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15920           clean up the bufqueue when shutting down
15921         * tests/check/Makefile.am:
15922         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15923         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15924         (main):
15925           add a test for the leak that was just fixed
15926
15927 2006-05-10  Wim Taymans  <wim@fluendo.com>
15928
15929         * gst/adder/gstadder.c: (gst_adder_setcaps),
15930         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15931         (gst_adder_src_event), (gst_adder_sink_event),
15932         (gst_adder_class_init), (gst_adder_finalize),
15933         (gst_adder_request_new_pad), (gst_adder_collected):
15934         * gst/adder/gstadder.h:
15935         Updated some docs. Added comments and FIXMEs all over the place.
15936         Improve debugging info.
15937         Fix leak on finalize by not calling the parent.
15938         Implement duration query.
15939         Make event forwarding threadsafe.
15940         Correctly send NEWSEGMENT at start and after flush.
15941         Handle EOS correctly.
15942         Post error when not negotiated.
15943
15944         * tests/check/elements/adder.c: (GST_START_TEST):
15945         Added FIXME in the test.
15946
15947 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15950         (gst_text_overlay_halign_get_type),
15951         (gst_text_overlay_wrap_mode_get_type):
15952         * ext/theora/theoradec.c: (theora_handle_type_packet),
15953         (theora_handle_data_packet):
15954         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15955         (theora_enc_sink_setcaps), (theora_enc_chain):
15956         * gst-libs/gst/cdda/gstcddabasesrc.c:
15957         (gst_cdda_base_src_mode_get_type):
15958         * gst/audiotestsrc/gstaudiotestsrc.c:
15959         (gst_audiostestsrc_wave_get_type):
15960         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15961         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15962         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15963         (gst_sync_method_get_type), (gst_unit_type_get_type),
15964         (gst_client_status_get_type):
15965         * gst/videoscale/gstvideoscale.c:
15966         (gst_video_scale_method_get_type):
15967         * gst/videotestsrc/gstvideotestsrc.c:
15968         (gst_video_test_src_pattern_get_type):
15969         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15970         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15971         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15972         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15973         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15974         (paint_setup_RGB565), (paint_setup_xRGB1555):
15975           Const-ify GEnumValue and GFlagsValue arrays. Use
15976           GST_ROUND_UP_* macros instead of home-made ones.
15977
15978 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15979
15980         * configure.ac:
15981           Require core CVS for the new newsegment stuff.
15982
15983 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15984
15985         Patch by: Sjoerd Simons  <sjoerd at luon net>
15986
15987         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15988           Register nick for enum value (#341160).
15989
15990 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15991
15992         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15993         (plugin_init):
15994          backout typefind patch #340375
15995          
15996         * tests/check/elements/adder.c: (message_received),
15997         (GST_START_TEST), (adder_suite):
15998           redo, signal-handling of test
15999
16000 2006-05-09  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16003         (gst_adder_collected):
16004         * gst/adder/gstadder.h:
16005         Remove bogus segment merging and forwarding, we don't
16006         care about timestamps anyway and we just produce a
16007         continuous stream. 
16008         Also create a nice NEWSEGMENT event when we start.
16009         Use _scale_int some more.
16010
16011 2006-05-09  Edward Hervey  <edward@fluendo.com>
16012
16013         * tests/icles/stress-xoverlay.c:
16014         Fix if core was built without parsing support.
16015
16016 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16017
16018         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16019           Add SEDG (Samsung MPEG-4) fourcc.
16020
16021 2006-05-09  Edward Hervey  <edward@fluendo.com>
16022
16023         * tests/icles/stress-xoverlay.c:
16024         * tests/examples/volume/volume.c:
16025         Fix if core was built without parsing support.
16026
16027         * tests/examples/seek/seek.c:
16028         Disable the parse_launch example if core was built without parsing
16029         support.
16030
16031 2006-05-08  Edward Hervey  <edward@fluendo.com>
16032
16033         * autogen.sh: (CONFIGURE_DEF_OPT): 
16034         libtoolize on Darwin/MacOSX is called glibtoolize
16035
16036 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16037
16038         * tests/check/Makefile.am:
16039         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16040           Disable the adder test, until the build-slaves posses the kindness to 
16041           either like it or to give valid reason for not doing so 
16042
16043 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16044
16045         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16046         (adder_suite):
16047           Shuffle NULL state change around and raise timeout more
16048
16049 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16050
16051         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16052         (mp4_type_find), (plugin_init):
16053           Add typefind to distinguish between "audio/x-m4a" and new type
16054           "video/mp4". Fixes #340375
16055
16056         * tests/check/elements/adder.c: (adder_suite):
16057           Raise timeout to make buildbot happy
16058
16059 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16060
16061         * gst/adder/gstadder.c: (gst_adder_sink_event),
16062         (gst_adder_request_new_pad), (gst_adder_change_state):
16063         * gst/adder/gstadder.h:
16064         * tests/check/Makefile.am:
16065         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16066         (adder_suite), (main):
16067           Add sink-event handling to adder. It tries to merge incomming
16068           newsegment-events. Added test to check if segment_done is comming
16069           through. Fixes #340060
16070
16071 2006-05-05  Andy Wingo  <wingo@pobox.com>
16072
16073         * ext/theora/theoraparse.c (gst_theora_parse_init)
16074         (theora_parse_src_convert, theora_parse_src_query):
16075         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16076         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16077         query functions on the source pads of the theora and vorbis parse
16078         elements. Fixes position querying when doing a remux.
16079
16080 2006-05-05  Michael Smith  <msmith@fluendo.com>
16081
16082         * ext/theora/theoraparse.c: (parse_granulepos),
16083         (theora_parse_drain_queue_prematurely),
16084         (theora_parse_queue_buffer), (theora_parse_sink_event):
16085           Fix flushing.
16086           Fix invalid granulepos outputs when starting with a non-keyframe.
16087
16088 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16089
16090         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16091         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16092         Rearrange MPEG system stream detection, fixing some memleaks in the
16093         process.
16094         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16095         they clean up their data correctly.
16096         Remove unused ogganx caps and move the 'is_annodex' check to inside
16097         the 'is_ogg' if statement.
16098
16099 2006-05-05  Wim Taymans  <wim@fluendo.com>
16100
16101         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16102         Properly remove ghostpads. Fixes #340392
16103
16104 2006-05-04  David Schleef  <ds@schleef.org>
16105
16106         * gst/typefind/gsttypefindfunctions.c:
16107
16108 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16109
16110         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16111         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16112
16113         When typefinding an MP3 in push-based mode, don't penalise the
16114         probability down to 74% when we found 5 valid frames just because we
16115         can't peek the end of the file.
16116
16117         Make the probability for detecting MPEG Transport Streams based on the
16118         number of sequential headers we successfully detected.
16119
16120 2006-05-03  Wim Taymans  <wim@fluendo.com>
16121
16122         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16123         (vorbis_dec_push), (vorbis_dec_chain):
16124         Still produce an error when we receive an empty packet.
16125
16126 2006-05-03  Wim Taymans  <wim@fluendo.com>
16127
16128         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16129         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16130         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16131         Mark buffers with DISCONT after seek and after activating new
16132         chains.
16133
16134         * ext/theora/gsttheoradec.h:
16135         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16136         (theora_get_query_types), (theora_dec_sink_event),
16137         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16138         (theora_dec_change_state):
16139         Fix frame counter.
16140         Detect and mark DISCONT buffers.
16141
16142         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16143         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16144         (vorbis_dec_change_state):
16145         * ext/vorbis/vorbisdec.h:
16146         Use GstSegment.
16147         Detect and mark DISCONT buffers.
16148         Don't crash on 0 sized buffers.
16149
16150 2006-05-03  Wim Taymans  <wim@fluendo.com>
16151
16152         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16153         (volume_transform_ip):
16154         Increase "volume" property to 10.0. Fixes #340369.
16155         Set the process function to NULL when capsnego fails so that
16156         we properly error out.
16157
16158 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16159
16160         * gst/playback/gstplaybin.c: (add_sink):
16161         * gst/playback/test.c: (main):
16162         * gst/playback/test5.c: (dump_element_stats):
16163         * gst/playback/test6.c: (main):
16164           free caps using gst_caps_unref, don't leak caps-strings
16165
16166 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16167
16168         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16169         (plugin_init):
16170           Refine musepack typefinding a bit. Return MAXIMUM
16171           probability when we detect stream version 7 to make
16172           sure the mpeg audio typefinder doesn't trump us.
16173
16174 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16175
16176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16177           Protect against unexpected NULL strf_data buffer.
16178
16179 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16180
16181         * tests/check/elements/audioconvert.c: (verify_convert),
16182         (GST_START_TEST):
16183           interpret the out[] buffer in the order the bytes are actually
16184           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16185           Other tests should use BYTE_ORDER since the array is filled in
16186           with actual values
16187
16188 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16189
16190         * tests/check/elements/audioconvert.c: (verify_convert),
16191         (GST_START_TEST):
16192           when a test fails, give an indication of which it is
16193
16194 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16195
16196         * gst-libs/gst/cdda/gstcddabasesrc.c:
16197           compile fix; strtol() needs <stdlib.h>
16198
16199 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16200
16201         * ext/alsa/gstalsamixerelement.c:
16202         * ext/alsa/gstalsasrc.c:
16203         * ext/cdparanoia/gstcdparanoiasrc.c:
16204         * ext/gnomevfs/gstgnomevfssink.c:
16205         * ext/gnomevfs/gstgnomevfssrc.c:
16206         * ext/ogg/gstoggdemux.c:
16207         * ext/ogg/gstoggmux.c:
16208         * ext/ogg/gstoggparse.c:
16209         * ext/ogg/gstogmparse.c:
16210         * ext/pango/gstclockoverlay.c:
16211         * ext/pango/gsttextoverlay.c:
16212         * ext/pango/gsttextrender.c:
16213         * ext/pango/gsttimeoverlay.c:
16214         * ext/theora/theoradec.c:
16215         * ext/theora/theoraenc.c:
16216         * ext/vorbis/vorbisdec.c:
16217         * ext/vorbis/vorbisenc.c:
16218         * gst-libs/gst/audio/gstaudiofilter.c:
16219         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16220         * gst/audioconvert/gstaudioconvert.c:
16221         * gst/audiorate/gstaudiorate.c:
16222         * gst/audioresample/gstaudioresample.c:
16223         * gst/audiotestsrc/gstaudiotestsrc.c:
16224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16225         * gst/playback/gstdecodebin.c:
16226         * gst/playback/gstplaybin.c:
16227         * gst/playback/gststreamselector.c:
16228         * gst/subparse/gstsubparse.c:
16229         * gst/tcp/gstmultifdsink.c:
16230         * gst/tcp/gsttcpclientsink.c:
16231         * gst/tcp/gsttcpclientsrc.c:
16232         * gst/tcp/gsttcpserversink.c:
16233         * gst/tcp/gsttcpserversrc.c:
16234         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16235         * gst/videorate/gstvideorate.c:
16236         * gst/videoscale/gstvideoscale.c:
16237         * gst/videotestsrc/gstvideotestsrc.c:
16238         * gst/volume/gstvolume.c:
16239         * sys/v4l/gstv4ljpegsrc.c:
16240         * sys/v4l/gstv4lmjpegsink.c:
16241         * sys/v4l/gstv4lmjpegsrc.c:
16242         * sys/v4l/gstv4lsrc.c:
16243         * sys/ximage/ximagesink.c:
16244         * sys/xvimage/xvimagesink.c:
16245         * tests/check/libs/cddabasesrc.c:
16246           make GstElementDetails const
16247
16248 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16249
16250         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16251         (gst_adder_init):
16252           send events from src-pad to all sink-pads fixes #338657
16253
16254 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16255
16256         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16257         (alsasink_parse_spec):
16258           query width capabilities from alsa, fixes #338919
16259
16260 2006-04-28  Wim Taymans  <wim@fluendo.com>
16261
16262         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16263         (gst_multi_fd_sink_remove_client_link):
16264         * gst/tcp/gstmultifdsink.h:
16265         Fix race condition in multifdsink that can lead to spurious 
16266         duplicate clients. this patch adds a new signal that is fired when
16267         multifdsink has removed all references to the fd.
16268         Fixes #339574.
16269         Updated documentation.
16270         API: client-fd-removed signal added
16271
16272 2006-04-28  Michael Smith  <msmith@fluendo.com>
16273
16274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16275           When asking g_value_array_new to prealloc elements, we may as well
16276           ask for the right number of elements.
16277
16278 2006-04-28  Wim Taymans  <wim@fluendo.com>
16279
16280         * gst-libs/gst/audio/gstbaseaudiosink.c:
16281         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16282         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16283         patch to make timestamp checking more tollerant to rounding 
16284         errors given that real discontinuities are to be marked on
16285         buffers. Fixes some asf files and #338778.
16286         Also avoid some crashers when we receive an event in the 
16287         NULL state.
16288
16289 2006-04-28  Michael Smith  <msmith@fluendo.com>
16290
16291         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16292         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16293         (gst_gnome_vfs_src_get_property),
16294         (gst_gnome_vfs_src_send_additional_headers_callback),
16295         (gst_gnome_vfs_src_received_headers_callback),
16296         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16297         (gst_gnome_vfs_src_stop):
16298         * ext/gnomevfs/gstgnomevfssrc.h:
16299           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16300           proper shared support within icydemux.
16301
16302 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16303
16304         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16305         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16306           fix up docs
16307           fix a leak when no caps negotiated
16308           fix counting of input frames
16309         * tests/check/elements/.cvsignore:
16310         * tests/check/elements/videorate.c: (assert_videorate_stats),
16311         (GST_START_TEST), (videorate_suite):
16312           add tests for these
16313
16314 2006-04-28  Wim Taymans  <wim@fluendo.com>
16315
16316         * gst-libs/gst/audio/gstringbuffer.c:
16317         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16318         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16319         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16320         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16321         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16322         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16323         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16324         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16325         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16326         Check arguments passed to public functions instead of
16327         crashing.
16328
16329 2006-04-28  Wim Taymans  <wim@fluendo.com>
16330
16331         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16332         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16333         GstBaseAudioSrc must be live or it does not work.
16334
16335         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16336         Don't set live to TRUE as this is the default in the parentclass.
16337
16338 2006-04-28  Wim Taymans  <wim@fluendo.com>
16339
16340         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16341         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16342         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16343         fixation cases better. Fixes #338991
16344
16345 2006-04-28  Wim Taymans  <wim@fluendo.com>
16346
16347         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16348         Handle 0/1 framerate correctly Fixes #331901.
16349
16350 2006-04-28  Wim Taymans  <wim@fluendo.com>
16351
16352         * tests/check/elements/audioconvert.c: (get_float_caps),
16353         (GST_START_TEST), (audioconvert_suite):
16354         Added check for correct clipping when doing float samples
16355         in audioconvert.
16356
16357 2006-04-28  Wim Taymans  <wim@fluendo.com>
16358
16359         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16360         (gst_video_rate_chain):
16361         Print more debugging info.
16362
16363 2006-04-28  Wim Taymans  <wim@fluendo.com>
16364
16365         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16366         (resample_set_state_from_caps):
16367         Add support for other formats audioresample can handle such as
16368         32 bits in and float and 64 bits float. Fixes #301759
16369
16370 2006-04-28  Wim Taymans  <wim@fluendo.com>
16371
16372         * gst/audioconvert/audioconvert.c: (float):
16373         correctly clip float samples > 1.0. Fixes #338718
16374
16375 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         Patch by: Young-Ho Cha  <ganadist at chollian net>
16378
16379         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16380         (gst_text_overlay_render_text):
16381           Don't strip newlines from the text. Also, center lines
16382           within multi-line paragraphs (#339405).
16383
16384 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16387           Fix wavpack typefinding to work in more cases (don't peek
16388           for chunks of multiple hundred kBs at once, but process
16389           things step-by-step in smaller units). Fixes #339786.
16390
16391 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16392
16393         * configure.ac:
16394           back to HEAD
16395
16396 === release 0.10.6 ===
16397
16398 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16399
16400         * configure.ac:
16401           releasing 0.10.6, "Chao"
16402
16403 2006-04-26  David Schleef  <ds@schleef.org>
16404
16405         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16406           Fixes #338897.
16407
16408 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16409
16410         * configure.ac:
16411         * win32/common/config.h:
16412           new prerelease
16413
16414 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16415
16416         patch by: Wim Taymans
16417
16418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16419         (gst_ogg_demux_perform_seek):
16420           make sure correct newsegments are sent, so that the decoder
16421           and the demuxer agree on timestamps.  Fixes playback of a lot
16422           of Ogg files that do not start from 0.  Fixes #339833.
16423
16424 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16425
16426         Patch by: Edward Hervey  <edward@fluendo.com>
16427
16428         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16429         * tests/check/Makefile.am:
16430         * tests/check/elements/videorate.c: (assert_videorate_stats),
16431         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16432         (videorate_suite), (main):
16433           Fix an infinite loop if frames are passed in with wrongly ordered
16434           timestamps.  Fixes #339013.
16435
16436 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16437
16438         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16439
16440         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16441           fix typefinding on some ISO files.  Fixes #339212.
16442
16443 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16446
16447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16448           add another H264 fourcc.  Fixes #339047.
16449
16450 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         Patch by: Jan Schmidt
16453
16454         * gst/playback/gststreamselector.c:
16455         (gst_stream_selector_bufferalloc):
16456           Restore old StreamSelector behaviour.
16457           Fixes #338419.
16458
16459 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16460
16461         * configure.ac:
16462         * win32/common/config.h:
16463           prerelease
16464
16465 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16468
16469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16470         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16471           Fix some memory leaks: on finalize, free buffers left in the queue
16472           before destroying the queue; in _push(), unref rtp_buf even if
16473           the process vfunc returned a NULL buffer as output buffer (#337548);
16474           demote some recuring debug messages to LOG level.
16475
16476 2006-04-11  Wim Taymans  <wim@fluendo.com>
16477
16478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16479         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16480         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16481         (gst_ogg_demux_loop):
16482         More cleanups.
16483         Respect segment stop when emiting EOS or SEGMENT_DONE.
16484         Fixes (#337945).
16485
16486 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16487
16488         * gst/playback/gststreamselector.c:
16489         (gst_stream_selector_get_property):
16490           Don't leak pad name.
16491
16492 2006-04-10  Michael Smith  <msmith@fluendo.com>
16493
16494         * tests/check/Makefile.am:
16495         * tests/check/gst-plugins-base.supp:
16496           Suppress an old libtheora bug (fixed in more recent versions), so 
16497           that FC4 buildslaves can pass.
16498
16499 2006-04-10  Wim Taymans  <wim@fluendo.com>
16500
16501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16502         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16503         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16504         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16505         (gst_ogg_demux_loop):
16506         Don't leak events.
16507         Remember what error we got when finding chains, if we
16508         were shutdown, that would not be an error.
16509
16510 2006-04-10  Wim Taymans  <wim@fluendo.com>
16511
16512         * gst-libs/gst/audio/gstbaseaudiosink.c:
16513         (gst_base_audio_sink_event):
16514         Starting the ringbuffer when we did not acquire it can cause
16515         a deadlock, is pointless and causes nasty things for
16516         subclasses. 
16517         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16518
16519 2006-04-10  Wim Taymans  <wim@fluendo.com>
16520
16521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16522         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16523         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16524         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16525         (gst_ogg_demux_deactivate_current_chain),
16526         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16527         (gst_ogg_demux_bisect_forward_serialno),
16528         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16529         Add some more debugging.
16530
16531 2006-04-10  Wim Taymans  <wim@fluendo.com>
16532
16533         * ext/theora/theoradec.c: (theora_dec_src_event),
16534         (theora_handle_data_packet):
16535         Some more debug info.
16536
16537         * tests/examples/seek/seek.c: (start_seek), (main):
16538         Print element messages too.
16539
16540 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16541
16542         * gst/audioresample/debug.h:
16543           replace debug macros with variable number of parameters
16544           by a simple alias to gstreamer standard debug macros 
16545          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16546           supported by MSVC 6.0 and 7.1)
16547         * gst/audioresample/resample.h:
16548           define M_PI and rint for WIN32
16549         * win32/common/libgstaudio.def:
16550         * win32/common/libgstriff.def:
16551         * win32/common/libgsttag.def:
16552         * win32/common/libgstvideo.def:
16553           add new exported functions
16554         * win32/vs6:
16555           update project files
16556
16557 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16558
16559         * ext/alsa/gstalsamixeroptions.c:
16560         (gst_alsa_mixer_options_class_init):
16561         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16564         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16565         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16566         * gst-libs/gst/audio/gstaudiofilter.c:
16567         (gst_audio_filter_class_init):
16568         * gst-libs/gst/audio/gstaudiosink.c:
16569         (gst_audioringbuffer_class_init):
16570         * gst-libs/gst/audio/gstaudiosrc.c:
16571         (gst_audioringbuffer_class_init):
16572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16573         * gst-libs/gst/interfaces/colorbalancechannel.c:
16574         (gst_color_balance_channel_class_init):
16575         * gst-libs/gst/interfaces/mixeroptions.c:
16576         (gst_mixer_options_class_init):
16577         * gst-libs/gst/interfaces/mixertrack.c:
16578         (gst_mixer_track_class_init):
16579         * gst-libs/gst/interfaces/tunerchannel.c:
16580         (gst_tuner_channel_class_init):
16581         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16582         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16583         (gst_netbuffer_class_init):
16584         * gst-libs/gst/rtp/gstbasertppayload.c:
16585         (gst_basertppayload_class_init):
16586         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16588         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16589         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16590         * gst/playback/gststreamselector.c:
16591         (gst_stream_selector_class_init):
16592         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16593         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16594         * sys/v4l/gstv4lcolorbalance.c:
16595         (gst_v4l_color_balance_channel_class_init):
16596         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16597         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16598         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16599         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16600         (gst_v4l_tuner_norm_class_init):
16601         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16603         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16604         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16605
16606 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16607
16608         * ext/pango/gsttextrender.h:
16609         * gst-libs/gst/audio/gstaudiosink.h:
16610         * gst-libs/gst/audio/gstaudiosrc.h:
16611         * gst-libs/gst/audio/gstbaseaudiosink.h:
16612         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16613         * gst-libs/gst/audio/gstringbuffer.h:
16614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16615         * gst-libs/gst/rtp/gstbasertppayload.h:
16616         * gst-libs/gst/video/gstvideofilter.h:
16617         * gst-libs/gst/video/gstvideosink.h:
16618         * gst/playback/gstplaybasebin.h:
16619         * gst/tcp/gstmultifdsink.h:
16620         * sys/v4l/gstv4lelement.h:
16621         Fix broken GObject macros
16622
16623 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16624
16625         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16626         More debug to trace why my USB headset is not working with gst
16627
16628 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16629
16630         * gst/playback/gstplaybasebin.c: (group_destroy):
16631         Clean up our group elements properly in the case where it never 
16632         got committed - it still got added unconditionally to the bin.
16633
16634 2006-04-07  Wim Taymans  <wim@fluendo.com>
16635
16636         * ext/theora/theoradec.c: (theora_dec_sink_event),
16637         (theora_handle_data_packet), (theora_dec_chain):
16638         Unref unhandled events.
16639         Protect against empty buffers.
16640         Perform QoS on running time.
16641
16642 2006-04-07  Michael Smith  <msmith@fluendo.com>
16643
16644         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16645         (gst_vorbis_enc_chain):
16646           Remove leaks from vorbisenc.
16647           Mostly minor changes, the only significant one is that now the
16648           buffers we set as 'streamheader' on the caps are copies of the
16649           original buffers, to avoid circular refcounting problems.
16650
16651 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16652
16653         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16654           Don't remove our mute-probe if someone else already did so.
16655           Don't set a 2nd one if there is already one pending on the pad.
16656
16657         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16658         (do_playbin_seek):
16659           When a seek fails, ensure that playbin is still set back to playing.
16660           
16661         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16662         (mpeg_ts_type_find), (plugin_init):
16663           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16664
16665 2006-04-06  Andy Wingo  <wingo@pobox.com>
16666
16667         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16668         (gst_video_rate_init): Caps-related parameters should not be reset
16669         by a flush -- move their inits to the instance init function.
16670         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16671         is not OK, just return the result.
16672
16673         * gst/audiotestsrc/gstaudiotestsrc.c
16674         (gst_audio_test_src_class_init)
16675         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16676         broken by Stefan's commit on 24 March.
16677
16678         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16679         buffers being pushed out. Fixes oggmux ! multifdsink.
16680
16681 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16682
16683         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16684         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16685         * ext/vorbis/vorbisdec.h:
16686         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16687         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16688         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16689         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16690         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16691         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16692         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16693         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16694         (gst_vorbis_enc_buffer_from_packet),
16695         (gst_vorbis_enc_buffer_from_header_packet),
16696         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16697         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16698         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16699         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16700         (gst_vorbis_enc_change_state):
16701         * ext/vorbis/vorbisenc.h:
16702           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16703           vorbisenc adhere to the official nomenclature; use boilerplate
16704           macro.
16705
16706 2006-04-04  Andy Wingo  <wingo@pobox.com>
16707
16708         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16709         Whoops, fix bug introduced. Bad hacker!
16710         
16711         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16712         Properly handle the case where you get EOS before any buffers are
16713         received. Use gst_buffer_make_metadata_writable where appropriate.
16714
16715         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16716         is often negative -- make it signed so as not to wrap around.
16717         Fixes segfaults introduced on 9 March.
16718
16719 2006-04-03  Wim Taymans  <wim@fluendo.com>
16720
16721         * ext/theora/gsttheoradec.h:
16722         * ext/theora/theoradec.c: (theora_dec_src_event):
16723         Don't try to store a gdouble in a gboolean.
16724         Small cleanups.
16725
16726 2006-04-03  Michael Smith  <msmith@fluendo.com>
16727
16728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16729           Oggmux sucks.
16730           Make it suck slightly less by writing out the final page.
16731           Still can't encode a vorbis-in-ogg file correctly, though.
16732
16733 2006-04-03  Andy Wingo  <wingo@pobox.com>
16734
16735         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16736         a g_print.
16737
16738         * ext/theora/theora.c (plugin_init): Register theoraparse.
16739
16740         * ext/theora/gsttheoraparse.h: 
16741         * ext/theora/theoraparse.c: New files implementing a theora
16742         parser. Now we can properly remux ogg/theora+vorbis, yay.
16743
16744         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16745
16746 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16747
16748         * gst/audiotestsrc/gstaudiotestsrc.c:
16749           Fixed the sample pipeline (see #323798)
16750
16751 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16752
16753         * configure.ac:
16754         * win32/common/config.h:
16755         * win32/common/config.h.in:
16756           use AS_VERSION and AS_NANO
16757           more cleanups
16758
16759 2006-03-31  Andy Wingo  <wingo@pobox.com>
16760
16761         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16762         uninitialized variable return that would happen.
16763         
16764         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16765         uninitialized variable return that would never happen.
16766
16767         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16768         (vorbis_parse_sink_event): Add an event function to flush our
16769         state on a seek, and to drain buffers on a premature EOS.
16770         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16771         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16772         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16773         (vorbis_parse_drain_queue): Queue up buffers until we can set
16774         their timestamps and granulepos values.
16775
16776         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16777         and keep track of data needed for deriving granulepos and
16778         timestamps for buffers.
16779
16780 2006-03-29  Wim Taymans  <wim@fluendo.com>
16781
16782         Patch by: j^ <j at bootlab dot org>
16783
16784         * ext/alsa/gstalsamixerelement.c:
16785         (gst_alsa_mixer_element_class_init):
16786         * ext/alsa/gstalsasink.c:
16787         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16788         * ext/ogg/gstoggdemux.c:
16789         * ext/ogg/gstoggmux.c:
16790         * ext/ogg/gstoggparse.c:
16791         * ext/pango/gstclockoverlay.c:
16792         * ext/pango/gsttextoverlay.c:
16793         * ext/pango/gsttextrender.c:
16794         * ext/pango/gsttimeoverlay.c:
16795         * ext/theora/theoradec.c:
16796         * ext/theora/theoraenc.c:
16797         * ext/vorbis/vorbisdec.c:
16798         * ext/vorbis/vorbisenc.c:
16799         * gst/audioconvert/gstaudioconvert.c:
16800         * gst/subparse/gstsubparse.c:
16801         * gst/tcp/gstmultifdsink.c:
16802         * gst/tcp/gsttcpclientsink.c:
16803         * gst/tcp/gsttcpclientsrc.c:
16804         * gst/tcp/gsttcpserversink.c:
16805         * gst/tcp/gsttcpserversrc.c:
16806           better/unified long descriptions
16807           Fixes #336477
16808
16809 2006-03-29  Wim Taymans  <wim@fluendo.com>
16810
16811         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16812         (stop_seek):
16813         Don't let double and triple clicks mess up our state.
16814
16815 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16816
16817         * gst/playback/gstplaybin.c: (gen_video_element),
16818         (gen_text_element), (gen_audio_element), (gen_vis_element):
16819           Error out gracefully when we can't create any of the usual
16820           conversion elements for some reason. Also, don't try to
16821           create an audioscale (sic) element that's not used anyway.
16822
16823 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         * gst/playback/gstplaybasebin.c: (setup_source):
16826           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16827           element for a particular protocol, that's confusing for users.
16828           Instead, post a RESOURCE_FAILED error, so that our own error
16829           message is actually shown in totem etc. (#336303).
16830
16831 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16832
16833         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16834
16835         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16836         (gst_gnome_vfs_src_get_icy_metadata):
16837           Fix some minor memory leaks (#336194).
16838
16839 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         * ext/gnomevfs/gstgnomevfs.c:
16842         (gst_gnome_vfs_location_to_uri_string):
16843         * ext/gnomevfs/gstgnomevfs.h:
16844         * ext/gnomevfs/gstgnomevfssink.c:
16845         (gst_gnome_vfs_sink_set_property):
16846         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16847           Make gnomevfssink accept filenames as well as URIs for the
16848           "location" property, just like gnomevfssrc does (and
16849           filesrc/filesink do) (#336190).
16850
16851 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16852
16853         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16854           set to NULL before unreffing, fixes a valgrind leak.
16855           Why was this not triggering the error that an object needs to
16856           be NULL before unreffing ?
16857         * win32/common/config.h:
16858           update
16859
16860 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * gst/subparse/gstsubparse.c: (convert_encoding),
16863         (gst_sub_parse_change_state):
16864         * gst/subparse/gstsubparse.h:
16865           Text subtitle files may or may not be UTF-8. If it's not, we
16866           don't really want to see '?' characters in place of non-ASCII
16867           characters like accented characters. So let's assume the input
16868           is UTF-8 until we come across text that is clearly not. If it's
16869           not UTF-8, we don't really know what it is, so try the following:
16870           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16871           is set; if not, check (b) if the current locale encoding is
16872           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16873           the current locale encoding is UTF-8 and the environment variable
16874           was not set to any particular encoding. Not perfect, but better
16875           than nothing (and better than before, I think) (fixes #172848).
16876
16877 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16878
16879         * configure.ac:
16880           update core requirement to 0.10.4.1 because of async_playback
16881           vmethod on GstBaseSink
16882
16883 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16884
16885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16886         * gst/adder/gstadder.c: (gst_adder_init):
16887         use DEBUG_FUNCPTR for collectpads
16888
16889 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16890
16891         * docs/plugins/Makefile.am:
16892         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16893         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16894         * ext/cdparanoia/gstcdparanoiasrc.c:
16895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16896         (gst_gnome_vfs_sink_class_init):
16897         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16899         * ext/ogg/gstoggmux.c:
16900         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16901         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16902         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16903         * ext/pango/gsttextoverlay.c:
16904         * ext/pango/gsttextrender.c:
16905         * ext/theora/theoradec.c:
16906         * ext/theora/theoraenc.c:
16907         * ext/vorbis/vorbisdec.c:
16908         * ext/vorbis/vorbisenc.c:
16909         * gst-libs/gst/audio/gstaudiofilter.c:
16910         (gst_audio_filter_base_init):
16911         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16912         (gst_audio_filter_template_base_init):
16913         * gst/adder/gstadder.c: (gst_adder_get_type):
16914         * gst/adder/gstadder.h:
16915         * gst/audioconvert/gstaudioconvert.c:
16916         * gst/audiotestsrc/gstaudiotestsrc.c:
16917         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16918         (gst_audio_test_src_create):
16919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16920         * gst/playback/gstdecodebin.c:
16921         * gst/playback/gstplaybin.c:
16922         * gst/playback/gststreamselector.c:
16923         (gst_stream_selector_base_init):
16924         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16925         * gst/volume/gstvolume.c:
16926         * sys/v4l/gstv4lmjpegsink.c:
16927         * sys/v4l/gstv4lmjpegsrc.c:
16928         * tests/check/libs/cddabasesrc.c:
16929         * tests/old/examples/gob/gst-identity2.gob:
16930           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16931           define GstElementDetails at the top
16932
16933 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16934
16935         * win32/common/libgstinterfaces.def:
16936         Add a lot of export functions for gst-python
16937         * win32/vs6/libgstinterfaces.dsp:
16938         Add a missing include folder in the project configuration
16939         
16940 2006-03-23  Wim Taymans  <wim@fluendo.com>
16941
16942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16943         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16944         (gst_base_audio_src_change_state):
16945         Fix audio sources, forgot to make the ringbuffer
16946         startable...
16947
16948 2006-03-23  Wim Taymans  <wim@fluendo.com>
16949
16950         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16951         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16952         (gst_base_audio_src_change_state):
16953         unparent instead of unref the ringbuffer.
16954
16955 2006-03-23  Wim Taymans  <wim@fluendo.com>
16956
16957         * gst-libs/gst/audio/gstbaseaudiosink.c:
16958         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16959         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16960         Implement new async_play vmethod to start slaving and allow
16961         playback start in case of async PLAY state changes. 
16962
16963         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16964         Enable QoS with new method in base class.
16965
16966 2006-03-23  Wim Taymans  <wim@fluendo.com>
16967
16968         Patch by: Julien MOUTTE <julien at moutte dot net>
16969
16970         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16971         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16972         Partially handle 0 framerate, only EOS after the first frame
16973         is missing.
16974
16975 2006-03-23  Wim Taymans  <wim@fluendo.com>
16976
16977         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16978
16979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16980         (gst_riff_create_video_template_caps):
16981         * gst/ffmpegcolorspace/avcodec.h:
16982         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16983         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16984         (gst_ffmpegcsp_avpicture_fill):
16985         * gst/ffmpegcolorspace/imgconvert.c:
16986         Patch for support of YVU9 AVI files (#334822)
16987
16988 2006-03-22  Edward Hervey  <edward@fluendo.com>
16989
16990         * docs/design/design-decodebin.txt:
16991         Added design document for new decodebin
16992         (Target Caps): text/x-pango-markup is also a default target caps.
16993
16994 2006-03-22  Wim Taymans  <wim@fluendo.com>
16995
16996         * gst-libs/gst/audio/gstbaseaudiosink.c:
16997         (gst_base_audio_sink_dispose):
16998         Since we _parent the ringbuffer, we also need to
16999         _unparent instead of a plain _unref.
17000
17001 2006-03-22  Wim Taymans  <wim@fluendo.com>
17002
17003         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17004         (stop_seek), (scrub_toggle_cb), (main):
17005         Add scrub checkbox.
17006
17007 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17008
17009         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17010         (gst_ogg_parse_chain):
17011           Fix very inefficient usage of linked lists (#335365).
17012
17013 2006-03-21  Edward Hervey  <edward@fluendo.com>
17014
17015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17016         * gst/playback/gstplaybin.c: (handoff):
17017         * gst/playback/gststreamselector.c:
17018         (gst_stream_selector_set_property):
17019         gcc 4.1 unreferenced pointer fixes.
17020         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17022         gst_buffer_ref() now takes a GstBuffer*.
17023
17024 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17025
17026         * sys/xvimage/xvimagesink.c:
17027         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17028         by Jan Schmidt.
17029
17030 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17033         (id3v1_type_find), (apetag_type_find), (plugin_init):
17034           Can't do tag preferences via probability, as tags would then
17035           lose against types that are recognised with MAXIMUM probability
17036           (like .wav); so let all tag typefinders return MAXIMUM themselves
17037           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17038           that we can prefer APE to ID3v1 (fixes #335028).
17039           
17040 2006-03-17  Wim Taymans  <wim@fluendo.com>
17041
17042         * gst-libs/gst/audio/gstbaseaudiosink.c:
17043         (gst_base_audio_sink_change_state):
17044         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17045         (gst_ring_buffer_may_start):
17046         * gst-libs/gst/audio/gstringbuffer.h:
17047         Only start playback if we are playing.
17048         should fix #330748.
17049
17050 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17051
17052         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17053         * win32/common/config.h:
17054           Revert accidental commits to these files.
17055
17056 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17059
17060         * tests/Makefile.am:
17061           Don't try to build tests in tests/icles if we
17062           don't have X (#323852)
17063
17064 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17065
17066         * gst-libs/gst/tag/gstid3tag.c:
17067           Add TXXX frame identifiers for replaygain stuff as used
17068           by some taggers (see #323721).
17069
17070 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17071
17072         * gst/playback/gststreamselector.c:
17073         (gst_stream_selector_set_property),
17074         (gst_stream_selector_bufferalloc):
17075           Preserve the existing buggy streamselector behaviour by performing
17076           a fallback buffer allocation when downstream isn't linked yet.
17077           This should really be fixed in playbin by blocking pads until it's
17078           linked them.
17079           Also, use gst_pad_alloc_buffer instead of
17080           gst_pad_alloc_buffer_and_set.
17081
17082 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17083
17084         * gst-libs/gst/tag/gstid3tag.c:
17085           Don't crash on unknown ID3v2 TXXX frames.
17086           
17087 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17088
17089         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17090           Chain up to the parent finalize method.
17091           Add 32-bit sample size to the template caps.
17092
17093         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17094         (gst_riff_create_video_template_caps):
17095           Add the fourcc that the VMWare codec uses.
17096           
17097         * gst/playback/gststreamselector.c:
17098         (gst_stream_selector_set_property),
17099         (gst_stream_selector_bufferalloc),
17100         (gst_stream_selector_request_new_pad):
17101           For the active pad, forward buffer-alloc requests, otherwise
17102           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17103           having to memcpy every frame when used by playbin.
17104
17105         * gst/tcp/gstmultifdsink.c:
17106         (gst_multi_fd_sink_handle_client_write):
17107           Get negotiated caps from the sink pad, rather than the sink
17108           pad's peer.
17109
17110 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17111
17112         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17113         
17114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17115           Don't forget to set src->callbacks_pushed to FALSE again when
17116           popping them, otherwise re-activation in a different mode won't
17117           work (#334620).
17118
17119 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17120
17121         Patch by: Sebastien Moutte  <sebastien moutte net>
17122
17123         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17124         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17125         (gst_ffmpeg_smpfmt_to_caps):
17126           Replace __VA_ARGS__ caps creation macros with varargs functions.
17127           Makes things compile on MSVC (#320765), looks nicer, and we can
17128           tell the compiler to check for the NULL terminator.
17129
17130 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17133
17134         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17135           Make sure the buffer we copy into is really always big
17136           enough, this time for real (#333488).
17137           
17138 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17139
17140         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17141           Add support for 24bpp DIB (#305279).
17142
17143 2006-03-14  Wim Taymans  <wim@fluendo.com>
17144
17145         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17146         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17147         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17148         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17149         (gst_video_scale_init), (gst_video_scale_src_event):
17150         Re-enable QoS after the release.
17151         Rework videoscale to use the base class src_event handler.
17152
17153 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * configure.ac:
17156           back to CVS.
17157
17158 === release 0.10.5 ===
17159
17160 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17161
17162         * configure.ac:
17163           releasing 0.10.5, "Net"
17164
17165 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17166
17167         * docs/plugins/Makefile.am:
17168           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17169           
17170 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17173         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17174         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17175           Add cdparanoiasrc to docs.
17176
17177         * gst-libs/gst/cdda/gstcddabasesrc.c:
17178           More GstCddaBaseSrc docs.
17179
17180 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * docs/libs/gst-plugins-base-libs-sections.txt:
17183         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17184         * gst-libs/gst/tag/tag.h:
17185           API: libgsttag: new method gst_tag_from_id3_user_tag().
17186
17187 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17188
17189         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17190           NULL-terminate array of mpeg4 video file extensions.
17191           Fixes crash on PPC (#334226).
17192
17193 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17194
17195         * ext/gnomevfs/gstgnomevfssrc.c:
17196         (gst_gnome_vfs_src_check_get_range):
17197           gnome_vfs_uri_is_local() alone is not a good indicator
17198           whether we can operate in pull-mode with a specific URI,
17199           as it returns FALSE for file:// URIs that point to an
17200           NFS-mounted path. Be more conservative here: whitelist
17201           local files, blacklist http URIs and use the old
17202           mechanism for anything else (fixes #334216).
17203
17204 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17205
17206         * configure.ac:
17207           back to trunk
17208
17209 === release 0.10.4 ===
17210
17211 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17212
17213         * configure.ac:
17214           releasing 0.10.4, "Power"
17215
17216 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17217
17218         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17219         Disable max-lateness by setting it to -1 for now, so that 
17220         we can bed QoS stuff in thoroughly between now and the next
17221         release.
17222
17223 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17224
17225         Patch by: Fabrizio Gennari
17226
17227         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17228           Make sure we don't read beyond the palette buffer in case of
17229           broken or manipulated files (#333488)
17230
17231 2006-03-10  Edward Hervey  <edward@fluendo.com>
17232
17233         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17234         Fix for variable not initialized.
17235
17236 2006-03-09  Wim Taymans  <wim@fluendo.com>
17237
17238         * ext/libvisual/visual.c: (gst_visual_get_type),
17239         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17240         (gst_visual_chain):
17241         Small cleanups.
17242
17243         * ext/theora/gsttheoradec.h:
17244         * ext/theora/theoradec.c: (gst_theora_dec_init),
17245         (gst_theora_dec_reset), (_theora_granule_time),
17246         (theora_dec_src_convert), (theora_dec_sink_convert),
17247         (theora_dec_src_query), (theora_dec_src_event),
17248         (theora_dec_sink_event), (theora_handle_comment_packet),
17249         (theora_handle_header_packet), (theora_dec_push),
17250         (theora_handle_data_packet), (theora_dec_chain),
17251         (theora_dec_change_state):
17252         Add simple QoS.
17253
17254 2006-03-09  Wim Taymans  <wim@fluendo.com>
17255
17256         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17257         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17258         Some cleanups.
17259
17260 2006-03-09  Wim Taymans  <wim@fluendo.com>
17261
17262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17263         Don't try to activate NULL chains.
17264
17265 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17266
17267         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17268           Fix invalid memory access to region before peek'd data (#332964).
17269
17270 2006-03-09  Wim Taymans  <wim@fluendo.com>
17271
17272         Patch by: Christophe Fergeau
17273
17274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17275         * ext/pango/gsttextrender.c: (gst_text_render_init):
17276         * gst/adder/gstadder.c: (gst_adder_init):
17277         Don't leak padtemplates, closes #333510.
17278
17279 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17282           Fix invalid memory access: make sure string passed to
17283           regexec() is NUL-termianted.
17284
17285 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17286
17287         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17288         (mp3_type_find):
17289           Refactor mpeg/audio typefinding to make it more maintainable
17290           and easier to fine-tune. Make probing into middle of the file
17291           work properly (fixes #333900, also see #152688).
17292
17293 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17294
17295         * gst/typefind/gsttypefindfunctions.c:
17296         (utf8_type_find_have_valid_utf8_at_offset):
17297           Remove part from previous commit that was bogus:
17298           g_utf8_validate() does in fact not accept embedded
17299           zeroes, so we don't need to check for those (thanks
17300           to Mike for the hint).
17301
17302 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17303
17304         * gst/typefind/gsttypefindfunctions.c:
17305         (utf8_type_find_count_embedded_zeroes),
17306         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17307           Make plain/text typefinder more conservative: firstly, check
17308           for embedded zeroes, which are perfectly valid UTF-8 characters,
17309           but also a fairly good sign that something is not a plain text
17310           file; secondly, probe into the middle of the file if possible.
17311           If we can't probe into the middle, limit the probability value
17312           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17313
17314 2006-03-08  Michael Smith  <msmith@fluendo.com>
17315
17316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17317           Make typefind function name for mpeg4 video unique.
17318
17319 2006-03-08  Wim Taymans  <wim@fluendo.com>
17320
17321         * ext/libvisual/visual.c: (gst_visual_init),
17322         (gst_visual_clear_actors), (gst_visual_dispose),
17323         (gst_visual_reset), (gst_visual_src_setcaps),
17324         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17325         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17326         (gst_visual_chain), (gst_visual_change_state):
17327         Cleanups, post nice errors.
17328         Handle sink and src events.
17329         Implement simple QoS.
17330
17331         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17332         Use new basesink methods to configure max-lateness.
17333         Small doc update.
17334
17335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17336         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17337         Debug statement cleanups.
17338
17339         * gst/volume/gstvolume.c: (gst_volume_class_init):
17340         Simple cleanup.
17341
17342 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17343
17344         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17345         (gst_text_overlay_init), (gst_text_overlay_set_property),
17346         (gst_text_overlay_get_property):
17347           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17348           as string type properties, but mark them deprecated. Add
17349           'halignment' and 'valignment' properties that use enums
17350           instead of strings.
17351
17352 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17353
17354         Patch by: Fabrizio Gennari
17355
17356         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17357           Allow palettes with less than 256 colours in AVI files
17358           (#333488)
17359
17360 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17361
17362         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17363         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17364         pad. We were releasing the queued text buffer when we should keep
17365         it until video pad gets EOS or discard the text buffer because it's
17366         too old. That was eating the last subtitle buffer. Add some more
17367         debug.
17368
17369 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17370
17371         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17372         (gst_text_overlay_video_chain):
17373           Fix invalid memory access (we can't access a buffer after it's been
17374           pushed downstream without taking a reference); fix memory leak (if
17375           there's no text to render, bail out before allocating stuff).
17376
17377 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17380         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17381         * ext/pango/gsttextoverlay.h:
17382           If input is plain text, escape it before passing it to
17383           pango_layout_set_markup().
17384
17385 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17386
17387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17388           Don't ignore flow return from gst_pad_push().
17389
17390 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17391
17392         Patch by: Fabrizio Gennari
17393
17394         * ext/libvisual/visual.c: (gst_visual_getcaps),
17395         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17398         (gst_vorbisenc_convert_sink):
17399         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17400         (gst_audio_duration_from_pad_buffer):
17401         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17402         (gst_audio_filter_chain):
17403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17404         (gst_base_rtp_depayload_setcaps):
17405         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17406         (gst_video_get_size):
17407         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17408           Don't leak references returned by gst_pad_get_parent()
17409           (#333663)
17410
17411 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17412
17413         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17414           change location param details
17415         * gst/volume/gstvolume.c: (plugin_init):
17416           correct plugin description
17417
17418 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17419
17420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17421         (gst_gnome_vfs_src_check_get_range):
17422           Override GstBaseSrc::check_get_range() in order to avoid opening
17423           the resource just to check whether we can operate in pull-mode or
17424           not - we can predict that pretty well from the URI alone. Should
17425           fix problems with last.fm (#331690). (Requires latest core CVS).
17426
17427 2006-03-06  Wim Taymans  <wim@fluendo.com>
17428
17429         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17430         (gst_video_sink_class_init):
17431         Throw away frames that are later than 20 ms.
17432
17433 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17434
17435         Patch by: Fabrizio Gennari
17436
17437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17438           Set depth on WMA caps (#333545)
17439
17440 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17441
17442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17443         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17444           put Theora BOS pages before others.  This hardcodes
17445           the Ogg/Theora I profile, but hey.
17446
17447 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17448
17449         * ext/ogg/README:
17450           updated with some examples
17451         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17452         (granulepos_add), (theora_buffer_from_packet):
17453         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17454         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17455         (gst_vorbisenc_chain):
17456           implement strategy from ext/ogg/README
17457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17458         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17459         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17460         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17461           Fix muxer so that oggz-validate is happy with all streams;
17462           except for no eos mark, and the BOS page ordering
17463         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17464         (check_buffer_granulepos):
17465         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17466           update tests to check for OFFSET being set as requested
17467           fixed type of granulepos, it's not a ClockTime
17468
17469 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17470
17471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17472         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17473         Check that the xvimage we are creating has a correct size
17474         before returning it. (#314897)
17475
17476 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17477
17478         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17479           Give id3 and ape tag typefinders a rank slightly higher
17480           than PRIMARY to ensure they're always run before any of
17481           the other typefinders (in particular wav and mp3) (#324186).
17482
17483 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17484
17485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17486           Add support for '3IVD' fourcc (#333403).
17487
17488 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17489
17490         * configure.ac:
17491           Bump requirements to GStreamer CVS for the new error enum.
17492
17493         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17494           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17495           space left on the device (fixes #333352).
17496
17497 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17498
17499         * win32/vs6:
17500           add a project file for libgstvolume
17501           update the workspace
17502
17503 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17506         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17507         (GST_START_TEST):
17508           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17509           Set IN_CAPS on header buffers
17510
17511 2006-03-02  Wim Taymans  <wim@fluendo.com>
17512
17513         * docs/plugins/Makefile.am:
17514         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17515         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17516         Add audioresample to docs.
17517
17518         * gst/audioconvert/gstaudioconvert.c:
17519         Add revision date.
17520
17521         * gst/audioresample/gstaudioresample.c:
17522         (gst_audioresample_base_init), (gst_audioresample_class_init),
17523         (gst_audioresample_init), (gst_audioresample_dispose),
17524         (audioresample_get_unit_size), (audioresample_transform_caps),
17525         (resample_set_state_from_caps), (audioresample_transform_size),
17526         (audioresample_set_caps), (audioresample_event),
17527         (audioresample_do_output), (audioresample_transform),
17528         (audioresample_pushthrough), (gst_audioresample_set_property),
17529         (gst_audioresample_get_property), (plugin_init):
17530         * gst/audioresample/gstaudioresample.h:
17531         Added docs.
17532         Small code cleanups.
17533
17534 2006-03-02  Wim Taymans  <wim@fluendo.com>
17535
17536         * docs/plugins/Makefile.am:
17537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17539         Added videoscale to docs.
17540
17541         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17542         (gst_video_rate_swap_prev), (gst_video_rate_event),
17543         (gst_video_rate_chain):
17544         Fix typo in docs.
17545
17546         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17547         (gst_video_scale_init), (gst_video_scale_prepare_size),
17548         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17549         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17550         * gst/videoscale/gstvideoscale.h:
17551         Added docs, examples.
17552         Some code cleanups.
17553         Post errors instead of g_warning.
17554
17555 2006-03-02  Wim Taymans  <wim@fluendo.com>
17556
17557         * docs/libs/gst-plugins-base-libs-docs.sgml:
17558         * docs/libs/gst-plugins-base-libs-sections.txt:
17559         * docs/libs/gst-plugins-base-libs.types:
17560         * docs/plugins/Makefile.am:
17561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17563         Added some more docs to libs and plugins.
17564
17565         * gst-libs/gst/audio/gstringbuffer.c:
17566         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17567         * gst-libs/gst/audio/gstringbuffer.h:
17568         Document ringbuffer some more.
17569
17570         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17571         (gst_video_rate_setcaps), (gst_video_rate_reset),
17572         (gst_video_rate_init), (gst_video_rate_flush_prev),
17573         (gst_video_rate_swap_prev), (gst_video_rate_event),
17574         (gst_video_rate_chain), (gst_video_rate_change_state):
17575         * gst/videorate/gstvideorate.h:
17576         Fix videorate to use segments.
17577         Make it work with 0/1 framerates (closes #331903)
17578         Handle EOS correctly.
17579         Added docs.
17580
17581 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17582
17583         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17584         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17585         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17586           In state change function, first chain up to parent class,
17587           then handle downwards state change stuff. Remove some
17588           commented out cruft from 0.8 code.
17589
17590 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17591
17592         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17593         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17594         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17595         (gst_ogm_parse_chain):
17596           Don't remove/re-add source pad if the new caps are the same as
17597           the old caps anyway (#333042). When removing source pad, don't
17598           unref it afterwards - we didn't ref it when adding. Sprinkle some
17599           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17600           after using gst_pad_get_parent(). Return downstream flow return
17601           value in chain function.
17602
17603 2006-03-02  Wim Taymans  <wim@fluendo.com>
17604
17605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17606         * docs/plugins/gst-plugins-base-plugins.args:
17607         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17608         * docs/plugins/gst-plugins-base-plugins.interfaces:
17609         * docs/plugins/gst-plugins-base-plugins.signals:
17610         Fix hierarchy, added some more elements to the docs.
17611
17612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17613         (gst_ffmpegcsp_get_type):
17614         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17615         Fix docs for ffmpegcolorspace.
17616
17617 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17618
17619         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17620         (apetag_type_find), (ape_type_find), (plugin_init):
17621           Some typefinding fine-tuning:
17622           - rank ID3/APE tags in order of preference via probabilities, so that
17623             ID3v2 > APEv2 > APEv1 > ID3v1.
17624           - three or four bytes don't really justify MAXIMUM probability,
17625             change those to 'very likely' (musepack and monkeysaudio).
17626
17627 2006-03-01  Wim Taymans  <wim@fluendo.com>
17628
17629         * docs/plugins/Makefile.am:
17630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17632         * ext/alsa/gstalsamixer.c:
17633         * ext/alsa/gstalsamixer.h:
17634         * ext/alsa/gstalsamixerelement.c:
17635         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17636         * ext/alsa/gstalsamixerelement.h:
17637         * ext/alsa/gstalsasink.c:
17638         * ext/alsa/gstalsasink.h:
17639         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17640         (gst_alsasrc_init):
17641         * ext/alsa/gstalsasrc.h:
17642         Added alsa docs.
17643         Small code cleanups.
17644
17645 2006-03-01  Wim Taymans  <wim@fluendo.com>
17646
17647         * ext/theora/Makefile.am:
17648         Dist new header too,
17649
17650 2006-03-01  Wim Taymans  <wim@fluendo.com>
17651
17652         * docs/plugins/Makefile.am:
17653         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17654         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17655         * ext/gnomevfs/gstgnomevfssink.h:
17656         * ext/gnomevfs/gstgnomevfssrc.h:
17657         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17658         * ext/vorbis/vorbisdec.h:
17659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17660         * ext/vorbis/vorbisenc.h:
17661         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17662         (vorbis_parse_chain), (vorbis_parse_change_state):
17663         * ext/vorbis/vorbisparse.h:
17664         * gst/audioconvert/gstaudioconvert.h:
17665         * gst/tcp/gsttcpserversink.h:
17666         * gst/videotestsrc/gstvideotestsrc.c:
17667         * gst/videotestsrc/gstvideotestsrc.h:
17668         * gst/volume/gstvolume.c:
17669         * gst/volume/gstvolume.h:
17670         Fix some more docs.
17671         Added docs for vorbisdec and vorbisparse.
17672         Fix vorbisparse.
17673
17674 2006-03-01  Wim Taymans  <wim@fluendo.com>
17675
17676         * docs/plugins/Makefile.am:
17677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17679         * ext/pango/gstclockoverlay.h:
17680         * ext/pango/gsttextoverlay.h:
17681         * ext/pango/gsttextrender.h:
17682         * ext/pango/gsttimeoverlay.h:
17683         * ext/theora/gsttheoradec.h:
17684         * ext/theora/gsttheoraenc.h:
17685         * ext/theora/theoradec.c:
17686         * ext/theora/theoraenc.c:
17687         * gst/audioconvert/gstaudioconvert.h:
17688         * gst/audiotestsrc/gstaudiotestsrc.h:
17689         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17690         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17691         * gst/tcp/gstmultifdsink.h:
17692         Updated/added documentation.
17693
17694         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17695         (gst_text_overlay_halign_get_type),
17696         (gst_text_overlay_wrap_mode_get_type),
17697         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17698         (gst_text_overlay_init), (gst_text_overlay_set_property),
17699         (gst_text_overlay_get_property):
17700         Fix up properties to be enums instead of string to make bindings,
17701         introspection and automatic GUI creation possible.
17702         Add getters for the properties.
17703
17704 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17705
17706         * gst/audiotestsrc/gstaudiotestsrc.c:
17707           added defines of M_PI and M_PI_2
17708         * gst/ffmpegcolorspace/avcodec.h:
17709           removed #include "stdint.h" for win32 as _stdint.h is 
17710           autogenerated to win32/common
17711         * win32/common/libgstaudio.def:
17712         * win32/common/libgsttag.def:
17713           added some exports
17714         * win32/vs6:
17715           some project files bugs corrected
17716         * win32/vs7:
17717           project files are reset to the default vs7 configuration 
17718           (they link to msvcr71.dll using default optimizations)
17719           
17720 2006-02-28  Wim Taymans  <wim@fluendo.com>
17721
17722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17723         Fix some docs.
17724
17725 2006-02-28  Edward Hervey  <edward@fluendo.com>
17726
17727         * ext/alsa/gstalsasrc.c:
17728         Set proper class on the ElementDetails:
17729         Source/Audio instead of Src/Audio/
17730
17731 2006-02-28  Edward Hervey  <edward@fluendo.com>
17732
17733         * gst/videoscale/vs_scanline.c:
17734         (vs_scanline_resample_nearest_RGBA):
17735         Revert optimization in videoscale. It should go in liboil and have
17736         an appropriate liboil function.
17737
17738 2006-02-28  Wim Taymans  <wim@fluendo.com>
17739
17740         * gst-libs/gst/audio/gstbaseaudiosink.c:
17741         (gst_base_audio_sink_provide_clock):
17742         Don't try to provide a clock in the NULL state.
17743
17744 2006-02-28  Wim Taymans  <wim@fluendo.com>
17745
17746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17747         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17748         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17749         (gst_ogg_demux_deactivate_current_chain),
17750         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17751         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17752         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17753         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17754         Use GstSegment infrastructure to remove duplicated code
17755         and handle more seek cases correctly.
17756
17757 2006-02-28  Wim Taymans  <wim@fluendo.com>
17758
17759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17760         (gst_ffmpegcsp_transform):
17761         Don't ignore return code from ffmpeg convert function.
17762
17763         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17764         Split out some long statements to ease debugging.
17765
17766 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17767
17768         * ext/libvisual/visual.c: (gst_visual_init),
17769         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17770         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17771         being able to renegotiate the size. Instead, use the negotiation
17772         algorithm from the goom plugin to pick an initial output caps. 
17773
17774         Also, allow theoretical libvisual plugins that might support non-GL 
17775         output even if they also do GL.
17776
17777 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17778
17779         * ext/libvisual/visual.c: (gst_visual_init),
17780         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17781         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17782         possible negotiation issues.
17783
17784 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17785
17786         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17787
17788 2006-02-24  Michael Smith  <msmith@fluendo.com>
17789
17790         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17791         (cmml_type_find), (plugin_init):
17792           Fix CMML type find function to not require a specific minor version
17793           of the CMML header.
17794
17795           Add an MPEG4 video elementary stream typefind function.
17796
17797 2006-02-04  Michael Smith  <msmith@fluendo.com>
17798
17799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17800         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17801         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17803         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17804         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17805           Annodex support in ogg demuxer. Doesn't do very much without the
17806           other annodex patches (to come).
17807
17808 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17809
17810         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17811
17812         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17813           Pick up palette for MS video v1 (#327028)
17814
17815 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17816
17817         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17818         (gst_ffmpegcsp_caps_remove_format_info),
17819         (gst_ffmpegcsp_get_unit_size):
17820           The 'palette_data' field from incoming RGB caps shouldn't be
17821           proxied on outgoing YUV caps; also, restrict unit size
17822           adjustment in case of paletted data only to the unit that
17823           actually has a palette. Fixes #330711.
17824
17825 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17828         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17829         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17830         (gst_ffmpegcsp_get_unit_size):
17831           Plug some memory leaks.
17832
17833 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17834
17835         * sys/ximage/Makefile.am:
17836         * sys/xvimage/Makefile.am:
17837           Add some _CFLAGS and _LIBS that seem to be missing
17838           and/or required for Cygwin (see #317048).
17839
17840 2006-02-22  Wim Taymans  <wim@fluendo.com>
17841
17842         * ext/alsa/gstalsasrc.c:
17843         Fix description as pointed out by caugier.
17844
17845 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17846
17847         Reviewed by : Edward Hervey  <edward@fluendo.com>
17848
17849         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17850         (qt_type_find):
17851         Better 3gp typefinding (#331526).
17852
17853 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17854
17855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17856           Don't send EOS event here, the base class will send one for us.
17857
17858         * gst/playback/gstplaybasebin.c: (prepare_output):
17859           Subpictures without video stream aren't allowed either.
17860         
17861         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17862           Fix debug statement copy'n'paste-o.
17863
17864 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17865
17866         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17867           Fix issues with mixer keeping state when muting/unmuting
17868           and when changing the volume whilst muted (see #331763
17869           and #331765).
17870
17871 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17872
17873         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17874         (parse_subrip), (gst_sub_parse_format_autodetect):
17875           Set right caps given that we send escaped text. Also,
17876           honour <i></i>, <b></b> and <u></u> markers that can be found
17877           in .srt files (fixes #310202).
17878
17879 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * gst-libs/gst/audio/mixerutils.c:
17882         (element_factory_rank_compare_func):
17883           Make order in which elements are tried more determinable.
17884
17885 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17886
17887         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17888         (remove_element_chain), (cleanup_decodebin),
17889         (gst_decode_bin_change_state): Make decodebin reusable by
17890         fixing remove_element_chain first and then introduce a
17891         cleaner in state change to ->NULL. (Closes #331678)
17892
17893 2006-02-19  Wim Taymans  <wim@fluendo.com>
17894
17895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17896         use 0666 mask when creating files so umask gets applied
17897         correctly. Fixes #331295.
17898
17899 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * gst/subparse/Makefile.am:
17902         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17903         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17904         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17905         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17906         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17907         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17908         * gst/subparse/gstssaparse.h:
17909         * gst/subparse/gstsubparse.c: (plugin_init):
17910           Add very basic parser for SSA subtitle streams (as often
17911           found in matroska files).
17912
17913 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17914
17915         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17916           That should be text/x-pango-markup, not text/x-pango-layout.
17917
17918 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17919
17920         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17921         Polishing.
17922
17923 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17924
17925         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17926         (gst_text_overlay_finalize), (gst_text_overlay_init),
17927         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17928         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17929         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17930         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17931         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17932         Fix state change deadlock.
17933
17934 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17935
17936         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17937         (gst_text_overlay_finalize), (gst_text_overlay_init),
17938         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17939         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17940         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17941         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17942         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17943         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17944         and subtitles files.
17945
17946 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17947
17948         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17949         should be considered as raw.
17950
17951 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17952
17953         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17954         (cb_probe):
17955         * gst/playback/gststreaminfo.h: Introduce language informations.
17956
17957 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17958
17959         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17960         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17961         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17962         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17963         Set shared memory segments to be deleted as soon as we have attached,
17964         that way they get cleaned up automatically if we crash.
17965
17966 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17967
17968         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17969         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17970         functions are called with lock held.
17971
17972 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17973
17974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17975         (gst_text_overlay_finalize), (gst_text_overlay_init),
17976         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17977         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17978         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17979         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17980         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17981         (gst_text_overlay_change_state): Refactoring of textoverlay
17982         without collectpads. This now supports sparse subtitles coming
17983         from a demuxer instead of a sub file. Seeking is still broken 
17984         though. Need to discuss with wtay some more on how to handle
17985         seeking correctly.
17986         * ext/pango/gsttextoverlay.h:
17987         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17988         subtitles coming from the demuxer.
17989
17990 2006-02-17  Wim Taymans  <wim@fluendo.com>
17991
17992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17993         (gst_vorbisenc_convert_sink):
17994         Use some more scaling functions.
17995
17996 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17997
17998         * ext/cdparanoia/gstcdparanoiasrc.c:
17999         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18000         (gst_cd_paranoia_paranoia_callback),
18001         (gst_cd_paranoia_src_signal_is_being_watched),
18002         (gst_cd_paranoia_src_read_sector):
18003         * ext/cdparanoia/gstcdparanoiasrc.h:
18004           Add back 'transport-error' and 'uncorrected-error' signals and
18005           make them actually be fired when bad stuff happens (#319340).
18006
18007 2006-02-17  Wim Taymans  <wim@fluendo.com>
18008
18009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18010         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18011         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18012         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18013         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18014         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18015         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18016         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18017         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18018         (gst_ring_buffer_clear):
18019         Small cleanups.
18020         Added some G_LIKELY.
18021
18022 2006-02-17  Wim Taymans  <wim@fluendo.com>
18023
18024         * gst-libs/gst/audio/TODO:
18025         Update TODO
18026
18027         * gst-libs/gst/audio/gstbaseaudiosink.c:
18028         (gst_base_audio_sink_get_offset):
18029         When trying to play samples ASAP and we don't have a
18030         previous sample, try to play at position 0 instead of
18031         an invalid position.
18032
18033 2006-02-17  Wim Taymans  <wim@fluendo.com>
18034
18035         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18036         (gst_alsasink_reset):
18037         Also release lock when we get an error in _reset();
18038         fix an error message.
18039
18040 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18041
18042         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18043         (gst_alsasink_init), (get_channel_free_structure),
18044         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18045         (gst_alsasink_close):
18046         * ext/alsa/gstalsasink.h:
18047           Add support for more than 2 channels (#326720).
18048
18049 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18050
18051         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18052           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18053           with 4 or 6 channels, assume a default channel layout to make things
18054           work (not sure there's anything else we can do in those cases).
18055
18056 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18057
18058         * gst-libs/gst/audio/multichannel.c:
18059           Minor docs fix.
18060
18061         * gst-libs/gst/riff/Makefile.am:
18062         * gst-libs/gst/riff/riff-ids.h:
18063         * gst-libs/gst/riff/riff-media.c:
18064         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18065           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18066           channels and a channel layout map.
18067           
18068 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18069
18070         Reviewed by Edward Hervey  <edward@fluendo.com>
18071
18072         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18073         C-level optimization of the RGBA nearest neighbour function.
18074         Eventually this might end up in liboil with vectorized versions.
18075
18076 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18077
18078         * gst-libs/gst/audio/multichannel.c:
18079         (gst_audio_get_channel_positions):
18080           When we have more than 2 channels, but no channel layout is
18081           specified in the caps, return some default channel layout
18082           to the caller and warn about about a possibly buggy element
18083           (could be buggy filtercaps as well of course) (#317038).
18084
18085 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18086
18087         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18088           Add gst-libs/gst/cdda to list of lib search paths.
18089
18090 2006-02-15  Andy Wingo  <wingo@pobox.com>
18091
18092         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18093         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18094         to the Lord Jesus that I do not have to touch the ogg muxer ever
18095         again.
18096
18097 2006-02-15  Edward Hervey  <edward@fluendo.com>
18098
18099         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18100         quicktime movie files can also contain 'uuid' atoms.
18101
18102 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18103
18104         * gst/audioconvert/plugin.c: (plugin_init):
18105           Register the GstAudioChannelPosition enum type with the type
18106           system in the plugin_init function, so that it is known before
18107           any element actually makes use of multi-channel stuff. This is
18108           required for example if one wants to be able to deserialise/use
18109           a caps string with channel positions before any pipeline has
18110           been setup and started, like with gst-launch.
18111
18112 2006-02-14  Wim Taymans  <wim@fluendo.com>
18113
18114         * gst-libs/gst/audio/gstringbuffer.c:
18115         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18116         (gst_ring_buffer_samples_done), (wait_segment),
18117         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18118         Add some compiler G_(UN_)LIKELY help.
18119         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18120         make sure they can exit their functions. Should fix #330748
18121
18122 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18123
18124         * Makefile.am:
18125         * configure.ac:
18126         * win32/MANIFEST:
18127         * win32/common/_stdint.h:
18128           Windows does not have long long; copy the generated _stdint.h
18129         * win32/common/interfaces-enumtypes.c:
18130         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18131         (gst_mixer_track_flags_get_type),
18132         (gst_tuner_channel_flags_get_type):
18133         * win32/common/multichannel-enumtypes.c:
18134         (gst_audio_channel_position_get_type):
18135           update
18136
18137 2006-02-13  Wim Taymans  <wim@fluendo.com>
18138
18139         * gst-libs/gst/audio/gstbaseaudiosink.c:
18140         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18141         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18142         Always sync on first sample we receive when starting.
18143
18144 2006-02-13  Wim Taymans  <wim@fluendo.com>
18145
18146         * gst/playback/gstplaybin.c: (gen_vis_element):
18147         Update vis bin docs.
18148         Move queue after tee so we don't queue video buffers but
18149         audio samples instead. Fixes problems where the video queue
18150         is filled and the audio queue empty.
18151
18152 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18153
18154         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18155           No need to push an EOS event here, GstBaseSrc will do that for us
18156           when we return FLOW_UNEXPECTED.
18157           
18158 2006-02-12  Wim Taymans  <wim@fluendo.com>
18159
18160         * gst-libs/gst/audio/gstbaseaudiosink.c:
18161         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18162         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18163         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18164         Use scale functions when possible.
18165         Fix error messages.
18166         Free clockid when after waiting for EOS.
18167         Use G_(UN_)LIKLY when it makes sense.
18168         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18169
18170 2006-02-12  Edward Hervey  <edward@fluendo.com>
18171
18172         * gst/playback/gstplaybasebin.c: (prepare_output): 
18173         Remove stray semi-colon (fixes #330888).
18174
18175 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18179         Fix up the XShm call testing so that we catch errors, and don't
18180         cause new ones by attempting to detach from a segment we failed
18181         to attach to. Fixes #312439.
18182
18183 2006-02-10  Edward Hervey  <edward@fluendo.com>
18184
18185         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18186         Added flv file typefind (video/x-flv).
18187
18188 2006-02-10  Edward Hervey  <edward@fluendo.com>
18189
18190         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18191         (gst_riff_create_video_template_caps):
18192         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18193         Also added the caps to the default set of riff video caps.
18194
18195 2006-02-09  Andy Wingo  <wingo@pobox.com>
18196
18197         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18198         time and the end time of the last packet in the page.
18199         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18200         on the pages in our queue, set the duration as well. Reflow a
18201         debug statement.
18202         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18203         Fixes bad muxing order.
18204
18205 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18206
18207         * gst-libs/gst/rtp/gstbasertppayload.c:
18208         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18209           update seqnum before setting it on the packet; this makes sure
18210           that the timestamp and seqnum properties match after pushing
18211           a buffer
18212
18213 2006-02-09  Andy Wingo  <wingo@pobox.com>
18214
18215         * gst-libs/gst/audio/gstringbuffer.c
18216         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18217         overflow after 13.5 hours of recording. Kapow!
18218
18219         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18220         the buffer size -- we don't care about underrun/overrun reporting
18221         right now, just need to return a useful value.
18222
18223 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18224
18225         * configure.ac:
18226           Back to CVS
18227
18228 === release 0.10.3 ===
18229
18230 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18231
18232         * configure.ac:
18233           releasing 0.10.3, "Under Pressure"
18234
18235 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18236
18237         * configure.ac:
18238         Drat. Bump libtool version number for new API.
18239         Prelease 0.10.2.3 (of 0.10.3)
18240
18241 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18242
18243         * configure.ac:
18244         * win32/common/config.h:
18245         0.10.2.2 prerelease (of 0.10.3).
18246
18247 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18248
18249         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18250           Revert Andy's newsegment change pending a more correct
18251           fix.
18252
18253 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18254
18255         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18256         (qt_type_find), (plugin_init):
18257           detect more files as 3gp
18258           group and reorder the iso file formats
18259
18260 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18261
18262         * ext/vorbis/vorbis.c: (plugin_init):
18263           Register musicbrainz tags, so apps don't have to.
18264
18265 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18266
18267         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18268         (gst_tag_to_vorbis_tag):
18269           Make sure we called gst_tag_register_musicbrainz_tags()
18270           before possibly mapping a vorbiscomment string from/to a
18271           musicbrainz tag.
18272
18273 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18274
18275         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18276           In case we can't find the required number of consecutive
18277           mpeg audio frames to positively identify an MPEG audio
18278           stream, check if there's at least a valid mpeg audio
18279           frame right at offset 0 and if so suggest mpeg/audio
18280           caps with a very low probability (#153004).
18281
18282 2006-02-07  Andy Wingo  <wingo@pobox.com>
18283
18284         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18285         a TIME segment if we get timestamped buffers. Requires recent
18286         fixes in core to work properly.
18287
18288 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18289
18290         * gst/playback/gstplaybasebin.c: (prepare_output):
18291           Don't print the URI as part of the error message, it
18292           makes error dialogs look rather ugly, especially if
18293           the URI is very long or has characters in it that
18294           need escaping.
18295
18296 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18297
18298         * gst/playback/gstplaybasebin.c: (prepare_output):
18299           Error out if we have only text or subtitles, but nothing
18300           else. Also error out if we have subtitles but no video
18301           stream.
18302
18303 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18304
18305         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18306           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18307           Post an error message on the bus when we encounter an
18308           error, which will hopefully be more meaningful than the
18309           'Internal Flow Error' message users get to see if we
18310           just return GST_FLOW_ERROR.
18311
18312 2006-02-07  Andy Wingo  <wingo@pobox.com>
18313
18314         * configure.ac (GST_MAJORMINOR): Update core version req to
18315         0.10.2.2, for the collectpads API addition (#330244).
18316
18317 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18320           Return FALSE from plugin_init() when GnomeVFS can't
18321           be initialised for some reason (#328423).
18322
18323 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18324
18325         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18326         Stick to seeking theory until i find the bug.
18327         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18328
18329 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18330
18331         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18332         (theora_enc_finalize), (theora_enc_sink_setcaps),
18333         (theora_set_header_on_caps), (theora_enc_chain),
18334         (theora_enc_change_state):
18335         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18336           Make theoraenc and the tests leak free. Like, really.
18337
18338 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18339
18340         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18341         (theora_enc_finalize), (theora_enc_sink_setcaps):
18342           Add a finalize method to ensure we clean up state even if
18343           someone omitted the state change back to NULL.
18344
18345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18346         (gst_vorbisenc_chain):
18347           Free some more leaked bits.
18348
18349         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18350         (stop_pipeline):
18351           Wait for state changes to happen if they're ASYNC.
18352
18353           This ought to teach those fancy pants buildbots a lesson.
18354
18355 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18356
18357         * gst-libs/gst/tag/gstid3tag.c:
18358           Add mapping for ID3 International Standard Recording Code
18359           tag "TSRC"
18360
18361 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18362
18363         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18364           Don't leak tag names.
18365
18366 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18367
18368         * docs/libs/gst-plugins-base-libs-docs.sgml:
18369         * docs/libs/gst-plugins-base-libs-sections.txt:
18370         * gst-libs/gst/tag/gstid3tag.c:
18371         * gst-libs/gst/tag/gstvorbistag.c:
18372         * gst-libs/gst/tag/tags.c:
18373           Split libgsttag docs into multiple sections.
18374
18375 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18376
18377         * docs/libs/Makefile.am:
18378         * docs/libs/gst-plugins-base-libs-docs.sgml:
18379         * docs/libs/gst-plugins-base-libs-sections.txt:
18380         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18381         * gst-libs/gst/tag/gstvorbistag.c:
18382         * gst-libs/gst/tag/tag.h:
18383         * gst-libs/gst/tag/tags.c:
18384           Add libgsttag to the docs.
18385
18386 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18387
18388         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18389         (gst_text_overlay_init), (gst_text_overlay_src_event),
18390         (gst_text_overlay_collected): Fix clockoverlay.
18391
18392 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * docs/libs/compiling.sgml:
18395           Fix typo: it's pkg-config, not pkg-gconfig
18396
18397         * docs/libs/gst-plugins-base-libs-docs.sgml:
18398         * docs/libs/gst-plugins-base-libs-sections.txt:
18399         * docs/libs/tmpl/gstgconf.sgml:
18400           There is no libgstgconf in 0.10, remove it
18401           from the docs.
18402
18403 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18404
18405         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18406         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18407         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18408         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18409         (gst_sub_parse_class_init), (gst_sub_parse_init),
18410         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18411         (parse_mpsub), (parser_state_init), (handle_buffer),
18412         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18413         * gst/subparse/gstsubparse.h: Introduce seeking code.
18414
18415 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18416
18417         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18418           Add comment about LANGUAGE tag inconsistency (we want
18419           ISO-639-1, but extract three-letter identifiers?)
18420
18421         * po/POTFILES.in:
18422           Add two translatable files.
18423
18424 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18425
18426         * gst-libs/gst/tag/Makefile.am:
18427         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18428         * gst-libs/gst/tag/tag.h:
18429         * gst-libs/gst/tag/tags.c:
18430         (gst_tag_register_musicbrainz_tags_internal),
18431         (gst_tag_register_musicbrainz_tags):
18432           Forward-port some tags stuff from the 0.8 branch. This is
18433           mostly the addition of musicbrainz tags and their mapping
18434           to vorbistags, and a vorbistag mapping of the language tag.
18435
18436 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18437
18438         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18439         refactoring.
18440
18441 2006-02-04  David Schleef  <ds@schleef.org>
18442
18443         * ext/ogg/gstoggmux.c:
18444         * gst/typefind/gsttypefindfunctions.c:
18445           Add Dirac typefinding and add dirac format to oggmux.
18446
18447 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18448
18449         * gst/playback/gstdecodebin.c: (try_to_link_1):
18450           Don't put essential function call into
18451           g_return_*() macro, otherwise it'll all be
18452           replaced by NOOPs when compiling with
18453           G_DISABLE_CHECKS defined.
18454
18455 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18456
18457         * ext/ogg/gstoggdemux.c:
18458         * ext/ogg/gstoggparse.c:
18459         * gst/tcp/gsttcpserversink.c:
18460         * sys/v4l/v4lsrc_calls.c:
18461         * sys/v4l/v4lsrc_calls.h:
18462         Just make it compile with --disable-gst-debug.
18463
18464 2006-02-03  Wim Taymans  <wim@fluendo.com>
18465
18466         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18467         (gst_alsasink_class_init), (gst_alsasink_init),
18468         (gst_alsasink_write), (gst_alsasink_reset):
18469         * ext/alsa/gstalsasink.h:
18470         Add lock to protect alsa calls.
18471         Implement reset to flush samples ASAP, does not work
18472         with dmix though.
18473
18474 2006-02-02  Wim Taymans  <wim@fluendo.com>
18475
18476         * gst-libs/gst/audio/gstbaseaudiosink.c:
18477         (gst_base_audio_sink_provide_clock):
18478         Ugh.. getting late I guess...
18479
18480 2006-02-02  Wim Taymans  <wim@fluendo.com>
18481
18482         * gst-libs/gst/audio/gstbaseaudiosink.c:
18483         (gst_base_audio_sink_provide_clock),
18484         (gst_base_audio_sink_set_property),
18485         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18486         Don't try to provide a clock when we are not negotiated since
18487         we might not be able to make it run.
18488
18489 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * gst/playback/gstdecodebin.c: (try_to_link_1):
18492           Unlinking two source pads is ... hard.
18493
18494 2006-02-02  Wim Taymans  <wim@fluendo.com>
18495
18496         * gst-libs/gst/audio/TODO:
18497         Updated.
18498
18499         * gst-libs/gst/audio/gstbaseaudiosink.c:
18500         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18501         On EOS, wait till the last sample is played before posting EOS.
18502
18503 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18504
18505         Patch by: Kai Vehmanen
18506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18507           Adds ability to enable newsegment bypass by setting queue_delay to
18508           zero. Also avoid thread being started if queue_delay is zero.
18509
18510 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18513           Make test work again by connecting fakesinks to each decoded pad,
18514           which makes the pipeline wait until each fakesink has a buffer
18515           queued before going to PAUSED state. At that point we know the
18516           decodebin pads are negotiated.
18517
18518 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18519
18520         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18521         (gst_cdda_base_src_handle_event):
18522         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18523           Pass unhandled queries to the parent class's query function.
18524
18525 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18526
18527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18528         (gst_ogg_pad_src_query):
18529         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18530         * ext/theora/theoradec.c: (theora_dec_src_query),
18531         (theora_dec_sink_query):
18532         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18533         (vorbis_dec_sink_query):
18534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18535         (gst_vorbisenc_sink_query):
18536         * gst/adder/gstadder.c: (gst_adder_query):
18537           Pass unhandled queries upstream instead of just
18538           dropping them (#326447). Also, fix supported
18539           query types list for some elements.
18540
18541 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18542
18543         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18544         (paris_type_find), (ilbc_type_find), (plugin_init):
18545           Fix typefinding for audio/x-au, audio/x-paris and
18546           audio/iLBC-sh. We cannot use the START_WITH macros
18547           here, because there can only be one typefind factory
18548           with the same name (caps), so the second one would
18549           replace the first one and the first one would never
18550           be called when doing typefinding (see #161712).
18551           
18552
18553 2006-01-31  Wim Taymans  <wim@fluendo.com>
18554
18555         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18556         (vorbis_handle_header_packet), (vorbis_dec_push),
18557         (vorbis_handle_data_packet):
18558         Use scale_int when we can, add some more scaling.
18559         Check packettype before parsing it.
18560
18561 2006-01-31  Wim Taymans  <wim@fluendo.com>
18562
18563         * ext/theora/theoradec.c: (_theora_granule_time),
18564         (theora_dec_src_convert), (theora_dec_sink_convert):
18565         Call right _scale functions.
18566         Use parameter instead of some other random value.
18567
18568 2006-01-31  Wim Taymans  <wim@fluendo.com>
18569
18570         * ext/theora/theoradec.c: (_theora_granule_frame),
18571         (_theora_granule_time), (_inc_granulepos),
18572         (theora_dec_src_convert), (theora_dec_sink_convert),
18573         (theora_handle_type_packet), (theora_handle_data_packet),
18574         (theora_dec_chain):
18575         Use higher precision timestamps calculation.
18576         Convert some other conversions to _scale.
18577
18578 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18579
18580         * gst/audiotestsrc/gstaudiotestsrc.c:
18581         (gst_audio_test_src_create_sine_table), (plugin_init):
18582         * gst/volume/gstvolume.c: (plugin_init):
18583           initialize gst_controller before using
18584
18585 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18586
18587         * tests/check/pipelines/theoraenc.c:
18588         * tests/check/pipelines/vorbisenc.c:
18589         Define constant using G_GINT64_CONSTANT to avoid errors when
18590         passing it around - otherwise it gets truncated to 32 bits.
18591
18592         Fixes failing tests.
18593
18594 2006-01-31  Andy Wingo  <wingo@pobox.com>
18595
18596         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18597         caps being set doesn't have a framerate value. Basically a stopgap
18598         measure.
18599
18600         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18601         technically correct enough to put into core though.
18602         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18603         DURATION. Fixes theoraenc ! oggmux.
18604
18605         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18606         fraction, not double.
18607
18608 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18609
18610         * win32/vs7:
18611         add vs7 project files created by Sergey Scobich
18612
18613 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18614
18615         * win32/vs8:
18616         add vs8 project files created by Sergey Scobich
18617         
18618 2006-01-30  Andy Wingo  <wingo@pobox.com>
18619
18620         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18621         timestamp + duration, not just timestamp -- ogg pages should be
18622         ordered by stop time. Necessary fix given the change in vorbis
18623         timestamps.
18624
18625         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18626         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18627         (granulepos_add): New function, handles the messiness of adjusting
18628         granulepos values.
18629         (theora_buffer_from_packet):
18630         (theora_enc_chain):
18631         (theora_enc_sink_event): Use granulepos_add, not +.
18632
18633         * tests/check/pipelines/theoraenc.c
18634         (check_buffer_granulepos_from_starttime): Just check the frame
18635         count, not the actual granulepos -- we can't dictate to the
18636         encoder when it should be placing keyframes.
18637
18638 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18639
18640         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18641           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18642           play an http:// stream from a server that's not serving
18643
18644 2006-01-30  Andy Wingo  <wingo@pobox.com>
18645
18646         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18647         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18648         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18649         available.
18650
18651         * ext/theora/gsttheoraenc.h:
18652         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18653         although theoraenc was timestamping correctly. Added handling of
18654         streams that start with nonzero timestamps.
18655
18656         * tests/check/Makefile.am:
18657         * tests/check/pipelines/theoraenc.c: New file, basically does same
18658         tests as vorbisenc.
18659
18660         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18661
18662 2006-01-30  Wim Taymans  <wim@fluendo.com>
18663
18664         * gst-libs/gst/audio/gstaudiosink.c:
18665         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18666         (gst_audioringbuffer_pause):
18667         Implement pause that does not wait for completion.
18668
18669         * gst-libs/gst/audio/gstbaseaudiosink.c:
18670         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18671         Don't drop buffers when going to PAUSED but perform preroll on
18672         remaining samples now that core base class supports this.
18673
18674         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18675         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18676         (gst_ring_buffer_commit):
18677         Pause should not signal waiters.
18678         Implement return value of _commit correctly.
18679
18680 2006-01-30  Andy Wingo  <wingo@pobox.com>
18681
18682         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18683
18684         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18685         updated to timestamp from the first sample, not the last.
18686         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18687         special care of granulepos and timestamp for header packets.
18688         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18689         when the first buffer has a nonzero timestamp.
18690
18691         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18692         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18693         case when the first audio buffer we get has a nonzero timestamp.
18694         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18695         properly timestamp vorbis buffers with the time of the first
18696         sample, not the last.
18697         
18698         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18699         vorbis_granule_time_copy -- now it takes the granule/subgranule
18700         offset into account.
18701
18702         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18703         timestamps, durations, and granulepos on buffers produced by
18704         vorbisenc.
18705
18706 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18707
18708         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18709         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18710           Patch from Eric Jonas to support conversions to/from UYVY 
18711           (Fixes: #324626)
18712
18713 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18714
18715         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18716         (setup_subtitle), (setup_source), (set_active_source):
18717         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18718         (gen_text_element), (gen_audio_element), (gen_vis_element),
18719         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18720
18721 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18722
18723         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18724         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18725                 use gst_guint64_to_gdouble to be compliant with vs6
18726         * gst/playback/gstdecodebin.c: (try_to_link_1)
18727         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18728                 use G_GINT64_CONSTANT for int64 constants
18729         * win32/common/libgstinterfaces.def:
18730                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18731         * win32/vs6:
18732                 update and add new project files
18733                 
18734 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * Makefile.am:
18737         * win32/MANIFEST:
18738         * win32/common/interfaces-enumtypes.c:
18739         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18740         (gst_mixer_track_flags_get_type),
18741         (gst_tuner_channel_flags_get_type):
18742         * win32/common/interfaces-enumtypes.h:
18743         * win32/common/multichannel-enumtypes.c:
18744         (gst_audio_channel_position_get_type):
18745         * win32/common/multichannel-enumtypes.h:
18746           add a win32-update rule like in core, and copy over enumtypes files
18747
18748 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18749
18750         * win32/MANIFEST:
18751         * win32/common/config.h:
18752         * win32/common/config.h.in:
18753           add config files just like in core
18754
18755 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18758           Make gcc-4.1 happy (part of #327357).
18759
18760 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18761
18762         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18763         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18764         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18765         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18766         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18767         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18768           Update all error messages.  All of them should either use
18769           the default translated message, or actually provide a
18770           translatable string.
18771           Make the string for channel count problems meaningful.
18772
18773 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18774
18775         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18776           check for and throw RESOURCE_BUSY
18777
18778 2006-01-27  David Schleef  <ds@schleef.org>
18779
18780         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18781           checked in this change -- it requires liboil features not
18782           in 0.3.6.  Revert parts.
18783
18784 2006-01-27  David Schleef  <ds@schleef.org>
18785
18786         * REQUIREMENTS:
18787         * configure.ac: update liboil requirement to 0.3.6
18788         * gst/videoscale/Makefile.am:
18789         * gst/videoscale/vs_scanline.c: liboilify
18790
18791 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18792
18793         * ext/libvisual/visual.c: (get_buffer):
18794           When pad_alloc returns a GstFlowReturn other
18795           than GST_FLOW_OK, make sure it is passed upstream.
18796
18797 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18798
18799         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18800         (gst_alsasink_class_init):
18801           Free the device name string.
18802
18803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18804         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18805         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18806           Don't remove a pad from the collectpads structure until it
18807           is released - it's a request pad, and may receive data again
18808           if the element gets moved back to PLAYING state.
18809
18810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18811           Ensure we turn on double buffering on the Xv port, and
18812           set the colour key to something dark and mysterious that
18813           isn't black.
18814
18815 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * ext/alsa/gstalsaplugin.c: (plugin_init):
18818         * ext/cdparanoia/gstcdparanoiasrc.c:
18819         (gst_cd_paranoia_src_base_init), (plugin_init):
18820         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18822           - a library should not call setlocale. see "Libraries" node in
18823             gettext manual
18824           - make sure all plugins that use translation do bindtextdomain
18825             to point to the localedir
18826         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18827         (setup_sinks), (plugin_init):
18828           all this, and check for NULL when creating sinks
18829
18830 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18831
18832         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18833         (plugin_init): Make typefinding of subtitles work again.
18834
18835 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18836
18837         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18838         (mp3_type_frame_length_from_header), (mp3_type_find),
18839         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18840         (plugin_init):
18841           Backport a bunch of typefinding fixes from the 0.8 branch.
18842           Also, improve wavpack typefinding: if we can't peek the
18843           entire wavpack block, try to parse the bits we can get and
18844           see if we find what we're looking for in those.
18845
18846 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18847
18848         * sys/ximage/ximagesink.c:
18849         (gst_ximagesink_calculate_pixel_aspect_ratio):
18850         * sys/xvimage/xvimagesink.c:
18851         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18852         more cases of pixel aspect ratio.
18853
18854 2006-01-26  Edward Hervey  <edward@fluendo.com>
18855
18856         * gst/playback/gstdecodebin.c: (pad_probe):
18857         Also consider the flush-start and tag events as unblockers
18858         for the pad probes.
18859
18860 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18861
18862         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18863         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18864         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18865         On the fly visualisation switch, works disabling, enabling as
18866         well but it won't be able to enable vis in a playbin that was
18867         created with no visualisation.
18868
18869 2006-01-25  Wim Taymans  <wim@fluendo.com>
18870
18871         * gst-libs/gst/audio/gstbaseaudiosink.c:
18872         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18873         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18874         resume after pause.
18875
18876 2006-01-25  Wim Taymans  <wim@fluendo.com>
18877
18878         * gst-libs/gst/audio/gstbaseaudiosink.c:
18879         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18880         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18881         Improve debugging.
18882         Post error when caps cannot be parsed.
18883         Resync on discontinuity in the stream.
18884         Clip samples to segment boundaries.
18885         return WRONG_STATE sooner when we are flushing.
18886
18887         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18888         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18889         Make audiosrc operate in TIME.
18890         Set TIMESTAMP and DURATION on buffers.
18891
18892 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * tests/examples/seek/seek.c: (main):
18895           Output tag messages as well.
18896
18897 2006-01-23  Edward Hervey  <edward@fluendo.com>
18898
18899         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18900         (free_pad_probes), (remove_fakesink), (pad_probe),
18901         (close_pad_link), (gst_decode_bin_change_state):
18902         Replace GstPadBlockCallback with pad probes that detect
18903         first buffer AND eos before removing fakesink.
18904         Fixes hang with demuxers doing EOS while pre-rolling.
18905         Solves #328279
18906
18907 2006-01-23  Andy Wingo  <wingo@pobox.com>
18908
18909         * ext/alsa/gstalsasink.c:
18910         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18911         (gst_base_rtp_depayload_setcaps),
18912         (gst_base_rtp_depayload_add_to_queue),
18913         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18914         
18915         Patch by: Jens Granseuer <jensgr at gmx dot net>
18916
18917 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18918
18919         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18920         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18921         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18922         frames. We might get a frame destroyed after changing state to
18923         NULL, adding a safety check on xcontext.
18924
18925 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18926
18927         * gst-libs/gst/interfaces/xoverlay.c:
18928           Fix prepare-xwindow-id code example in the docs - we need to
18929           ignore all messages that aren't element messages as well.
18930           
18931 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18932
18933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18934           I think one day i'll completely undestand how caps negotiation
18935           is supposed to work. This refactoring handles buffer_alloc
18936           called with caps we can't handle. We definitely don't want a
18937           set_caps with those caps, so we define and allocate a buffer
18938           we would like to receive.
18939
18940 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18941
18942         * gst/playback/gstplaybasebin.c: (setup_source):
18943           Free iterator when done.
18944
18945 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18946
18947         * gst-libs/gst/audio/gstbaseaudiosink.c:
18948         (gst_base_audio_sink_render):
18949           Fix playback of non-synchronised streams by assuming a rate
18950           of 1.0 instead of a random one.
18951
18952           Makes this work again:
18953
18954           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18955           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18956           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18957           audioresample ! alsasink
18958
18959 === release 0.10.2 ===
18960
18961 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18962
18963         * configure.ac:
18964           releasing 0.10.2, "Then the devil is six"
18965
18966 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18967
18968         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18969         * gst/playback/gststreamselector.c:
18970         (gst_stream_selector_set_property):
18971           Comment out broken code that connects to the state-changed signal.
18972           At this point, changing current stream selection is broken, but 
18973           stuff like gst-launch playbin current-audio=1 works and filters
18974           to the chosen stream.
18975
18976 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18979           Fix #327216 (null dereference in vorbisdec)
18980
18981 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18982
18983         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18984           Post taglist actually on bus instead of just freeing it
18985           (fixes #327114 and totem bug #327080).
18986
18987         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18988           Use gst_element_found_tags_for_pad(), so that the tags
18989           are sent downstream as an event as well.
18990
18991 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18994         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18995         (gst_ximagesink_buffer_alloc):
18996         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18997         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18998         (gst_xvimagesink_buffer_alloc):
18999           move all regularly occurring messages to GST_LOG level
19000           add some more object logs
19001
19002 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19003
19004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19005           fix a silly segfault
19006
19007 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * docs/libs/gst-plugins-base-libs-docs.sgml:
19010         * docs/libs/gst-plugins-base-libs-sections.txt:
19011         * gst-libs/gst/audio/mixerutils.c:
19012         * gst-libs/gst/audio/mixerutils.h:
19013           Add docs for mixerutils stuff.
19014
19015 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * gst/playback/gstplaybasebin.c: (setup_source):
19018           Fix playback for sources that emit raw audio or
19019           raw video streams (e.g.: cd audio sources) (#325984).
19020
19021 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19022
19023         * gst-libs/gst/audio/mixerutils.c:
19024         (gst_audio_mixer_filter_do_filter):
19025           actually save the element we create
19026
19027 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * gst-libs/gst/cdda/gstcddabasesrc.c:
19030         (gst_cdda_base_src_handle_track_seek):
19031           No need to post a tag message on the bus when seeking
19032           within the same track, only post it when the current
19033           track changes.
19034
19035 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19036
19037         * gst/playback/gstplaybasebin.c: (group_destroy),
19038         (probe_triggered), (new_decoded_pad), (mute_group_type),
19039         (set_active_source):
19040         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19041         * gst/playback/gststreamselector.c:
19042         (gst_stream_selector_base_init),
19043         (gst_stream_selector_set_property),
19044         (gst_stream_selector_request_new_pad):
19045           Reenable stream selection. These mechanisms need a complete overhaul
19046           in the face of 0.8->0.10 changes though.
19047
19048 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19049
19050         * ext/ogg/gstoggdemux.c:
19051           Change the pad template to src_%d to match the pads that 
19052           are created from it. decodebin needs this information in order
19053           to decide that oggdemux is capable of producing multiple pads
19054           (and hence needs queues inserted).
19055
19056         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19057         (gst_ogg_mux_collected):
19058           Make debug output more useful by using GST_PTR_FORMAT.
19059
19060 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19061
19062         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19063
19064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19065           Set depth and width for alaw/mulaw (fixes #326601).
19066
19067 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19068
19069         * tests/icles/Makefile.am:
19070           don't build the tests if we don't have the libs
19071
19072 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19075         (gst_cd_paranoia_paranoia_callback):
19076           Don't try to free NULL pointers.
19077
19078 2006-01-10  Edward Hervey  <edward@fluendo.com>
19079
19080         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19081         (gst_audio_rate_change_state), (plugin_init):
19082         Add debugging category.
19083         Fix type issues.
19084         Add case for incoming buffers without valid offset/offset_end.
19085
19086 2006-01-10  Michael Smith  <msmith@fluendo.com>
19087
19088         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19089           Don't leak GCond in audio sources.
19090
19091 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19092
19093         * gst/playback/gstplaybin.c: (gen_audio_element):
19094           Don't leak an autoaudiosink/alsasink when we generate
19095           a new audio element. (old code, I guess)
19096
19097 2006-01-10  Michael Smith  <msmith@fluendo.com>
19098
19099         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19100           Support float audio in audiorate.
19101           Use width rather than depth for selecting sample width.
19102
19103 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19104
19105         * gst/videotestsrc/videotestsrc.h:
19106           Use GLib types here (that way we don't have to include the
19107           generated _stdint.h header, which makes life easier for win32
19108           folks that don't use autotools for the build) (#325990, patch
19109           by: Sergey Scobich).
19110
19111 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19112
19113         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19114         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19115         (gst_ring_buffer_pause), (wait_segment):
19116         * gst-libs/gst/audio/gstringbuffer.h:
19117           Name (private) union, makes Forte compiler happy (this time
19118           for real) (#324900).
19119
19120 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19121
19122         * gst-libs/gst/audio/Makefile.am:
19123           Link against libgstinterfaces, needed for mixer
19124           and property probe stuff.
19125
19126 2006-01-09  Edward Hervey  <edward@fluendo.com>
19127
19128         * gst-libs/gst/Makefile.am:
19129
19130 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19131
19132         * gst-libs/gst/audio/Makefile.am:
19133         * gst-libs/gst/audio/mixerutils.c:
19134         (gst_audio_mixer_filter_do_filter),
19135         (gst_audio_mixer_filter_check_element),
19136         (gst_audio_mixer_filter_probe_feature),
19137         (element_factory_rank_compare_func),
19138         (gst_audio_default_registry_mixer_filter):
19139         * gst-libs/gst/audio/mixerutils.h:
19140           Add gst_audio_default_registry_mixer_filter() utility
19141           function.
19142
19143 2006-01-03  Michael Smith  <msmith@fluendo.com>
19144
19145         * gst/audioresample/resample.h:
19146           As before, but for o_buf
19147
19148 2006-01-03  Michael Smith  <msmith@fluendo.com>
19149
19150         * gst/audioresample/resample.h:
19151           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19152           since we do arithmetic on it.
19153
19154 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19155
19156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19157         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19158         (gst_ring_buffer_pause), (wait_segment):
19159         * gst-libs/gst/audio/gstringbuffer.h:
19160           Sun's Forte compiler doesn't seem to like anonymous structs,
19161           so use same setup as in GstBaseSrc (fixes #324900).
19162
19163 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19164
19165         * configure.ac:
19166         * gst/volume/Makefile.am:
19167         * gst/volume/demo.c:
19168           move old example to tests/examples/volume/volune.c
19169         * tests/examples/Makefile.am:
19170         * tests/examples/seek/seek.c: (main):
19171           change window-close event from "delete-event" to "destroy"
19172         * tests/examples/volume/Makefile.am:
19173         * tests/examples/volume/volume.c: (value_changed_callback),
19174         (setup_gui), (message_received), (eos_message_received), (main):
19175           fix event handling and bus usage
19176
19177 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19178
19179         * gst/audiotestsrc/gstaudiotestsrc.c:
19180         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19181         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19182         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19183         (gst_audio_test_src_create_square),
19184         (gst_audio_test_src_create_saw),
19185         (gst_audio_test_src_create_triangle),
19186         (gst_audio_test_src_create_silence),
19187         (gst_audio_test_src_create_white_noise),
19188         (gst_audio_test_src_create_pink_noise),
19189         (gst_audio_test_src_init_sine_table),
19190         (gst_audio_test_src_create_sine_table),
19191         (gst_audio_test_src_change_wave),
19192         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19193         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19194         * gst/audiotestsrc/gstaudiotestsrc.h:
19195           update to basesrc changes, implement segmented seeking and eos
19196           handling, add a 'sine-tab' waveform for performance critical playback
19197
19198 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19199
19200         * po/POTFILES.in:
19201           ... and this time the other modified file that I missed last time.
19202
19203 2005-12-29  Michael Smith  <msmith@fluendo.com>
19204
19205         * gst/playback/gstdecodebin.c: (new_pad):
19206           Fix non-C89 variable declaration not at the start of a block. Should
19207           help some compilers.
19208
19209 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19210
19211         * tests/check/Makefile.am:
19212           And now fix 'make distcheck' (builddir != srcdir)
19213
19214 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19215
19216         * configure.ac:
19217         * ext/cdparanoia/Makefile.am:
19218         * ext/cdparanoia/gstcdparanoia.c:
19219         * ext/cdparanoia/gstcdparanoia.h:
19220         * ext/cdparanoia/gstcdparanoiasrc.c:
19221         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19222         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19223         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19224         (gst_cd_paranoia_paranoia_callback),
19225         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19226         (gst_cd_paranoia_src_set_property),
19227         (gst_cd_paranoia_src_get_property), (plugin_init):
19228         * ext/cdparanoia/gstcdparanoiasrc.h:
19229           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19230           plugin again (there are still fixes required to playbin to make
19231           cdda:// uris work there).
19232
19233 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19234
19235         * tests/check/Makefile.am:
19236           Fix test case compilation.
19237
19238 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19239
19240         * gst-libs/gst/cdda/gstcddabasesrc.c:
19241         (gst_cdda_base_src_update_duration),
19242         (gst_cdda_base_src_calculate_cddb_id):
19243           An integer is not a string. Fix access to uninitialised variable.
19244
19245         * tests/check/Makefile.am:
19246           Add cddabasesrc unit test; also actually enable the vorbis test.
19247
19248         * tests/check/generic/states.c:
19249           Blacklist new cd audio elements as well.
19250
19251         * tests/check/libs/cddabasesrc.c:
19252           Unit test for GstCddaBaseSrc (discid calculation mostly).
19253
19254 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * docs/libs/Makefile.am:
19257         * docs/libs/gst-plugins-base-libs-docs.sgml:
19258         * docs/libs/gst-plugins-base-libs-sections.txt:
19259         * docs/libs/gst-plugins-base-libs.types:
19260           Add docs for libgstcdda/GstCddaBaseSrc.
19261
19262         * gst-libs/gst/interfaces/mixertrack.h:
19263           Do one struct member per line with a semicolon at the end, that way
19264           even gtk-doc might parse it without complaining.
19265
19266 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19267
19268         * configure.ac:
19269         * gst-libs/gst/Makefile.am:
19270         * gst-libs/gst/cdda/Makefile.am:
19271         * gst-libs/gst/cdda/base64.c:
19272         * gst-libs/gst/cdda/base64.h:
19273         * gst-libs/gst/cdda/gstcddabasesrc.c:
19274         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19275         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19276         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19277         (gst_cdda_base_src_get_property),
19278         (gst_cdda_base_src_get_track_from_sector),
19279         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19280         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19281         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19282         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19283         (gst_cdda_base_src_uri_get_protocols),
19284         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19285         (gst_cdda_base_src_uri_handler_init),
19286         (gst_cdda_base_src_setup_interfaces),
19287         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19288         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19289         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19290         (gst_cdda_base_src_add_tags),
19291         (gst_cdda_base_src_add_index_associations),
19292         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19293         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19294         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19295         (gst_cdda_base_src_create):
19296         * gst-libs/gst/cdda/gstcddabasesrc.h:
19297         * gst-libs/gst/cdda/sha1.c:
19298         * gst-libs/gst/cdda/sha1.h:
19299           Add new libgstcdda with GstCddaBaseSrc class.
19300
19301 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19302
19303         * ext/gnomevfs/gstgnomevfssink.h:
19304           Use GstBaseSinkClass as parent_class member for class struct, not
19305           GstBaseSink.
19306
19307 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19308
19309         Patch by: Michael Benes
19310
19311         * gst/videotestsrc/gstvideotestsrc.c:
19312         (gst_video_test_src_class_init), (gst_video_test_src_start):
19313           Add start method to reset running time and number of frames sent
19314           when starting up (fixes #324696)
19315
19316 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19317
19318         * docs/plugins/Makefile.am:
19319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19321         * docs/plugins/gst-plugins-base-plugins.args:
19322         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19323         * docs/plugins/gst-plugins-base-plugins.signals:
19324           Add docs stuff for gnomevfssrc and gnomevfssink.
19325
19326         * ext/gnomevfs/gstgnomevfssrc.c:
19327           Fix example pipeline in gtk-doc blurb.
19328
19329 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19330
19331         * ext/gnomevfs/Makefile.am:
19332         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19333         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19334         (gst_gnome_vfs_handle_get_type), (plugin_init):
19335         * ext/gnomevfs/gstgnomevfs.h:
19336         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19337         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19338         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19339         (gst_gnome_vfs_sink_set_property),
19340         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19341         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19342         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19343         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19344         (gst_gnome_vfs_sink_uri_get_type),
19345         (gst_gnome_vfs_sink_uri_get_protocols),
19346         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19347         (gst_gnome_vfs_sink_uri_handler_init):
19348         * ext/gnomevfs/gstgnomevfssink.h:
19349           Port gnomevfssink; add gtk-doc blurb.
19350
19351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19352         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19353         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19354         (gst_gnome_vfs_src_uri_get_type),
19355         (gst_gnome_vfs_src_uri_get_protocols),
19356         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19357         (gst_gnome_vfs_src_uri_handler_init),
19358         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19359         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19360         (gst_gnome_vfs_src_send_additional_headers_callback),
19361         (gst_gnome_vfs_src_received_headers_callback),
19362         (gst_gnome_vfs_src_push_callbacks),
19363         (gst_gnome_vfs_src_pop_callbacks),
19364         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19365         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19366         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19367         * ext/gnomevfs/gstgnomevfssrc.h:
19368           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19369           file; add gtk-doc blurb with example pipelines.
19370
19371 === release 0.10.1 ===
19372
19373 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19374
19375         * configure.ac:
19376           releasing 0.10.1, "Dobro Dedek"
19377
19378 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19379
19380         * gst/typefind/gsttypefindfunctions.c:
19381         iLBC30 and iLBC20 added to typefind.
19382
19383 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19384
19385         * gst-libs/gst/audio/gstbaseaudiosink.c:
19386         (gst_base_audio_sink_class_init):
19387         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19388         (gst_base_audio_src_class_init):
19389           update strings, values are in microseconds
19390           change the default sink buffer time to something that is smaller
19391           (to help software volume mixing have a slightly lower delay) but
19392           still be acceptable on Wim's laptop
19393
19394 2005-12-20  Edward Hervey  <edward@fluendo.com>
19395
19396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19397         Made a quack, forgot to add DUCK to the riff video template.
19398
19399 2005-12-19  Edward Hervey  <edward@fluendo.com>
19400
19401         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19402         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19403         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19404         (gst_ogm_parse_chain):
19405         Make sure pads are initialized correctly.
19406         * gst-libs/gst/riff/riff-ids.h:
19407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19408         (gst_riff_create_video_template_caps):
19409         Add a whole bunch of FOURCC <=> MimeType.
19410         Extend the riff video pad template to support the newly added fourcc.
19411
19412 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19413
19414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19415         (gst_ogg_demux_activate_chain):
19416           Extra debug output when activating/deactivating chains.
19417
19418         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19419         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19420         (unlinked):
19421           Remove a queue from our list when it becomes unlinked.
19422           Don't add queues to elements in class 'Demux' if they
19423           can only produce one pad 
19424
19425 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19426
19427         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19428         (gst_video_sink_get_type): Add a debug category.
19429
19430 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19431
19432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19433         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19434           Handle downstream newsegment by sending our own newsegment before the
19435           next buffer to be released. (#323900)
19436
19437 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19438
19439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19440         (gst_base_rtp_depayload_set_gst_timestamp):
19441           add queue delay to new segment as well (as opposed to just the first
19442           buffer). (bug #322347)
19443
19444 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19445
19446         * ext/libvisual/visual.c: (make_valid_name):
19447           change some char* into char[]
19448         * gst/audiotestsrc/gstaudiotestsrc.c:
19449         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19450         (gst_audio_test_src_create):
19451         * gst/audiotestsrc/gstaudiotestsrc.h:
19452           prepare to handle EOS and SEGMENT_DONE
19453
19454 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19455
19456         * tests/check/generic/states.c: (GST_START_TEST):
19457           Blacklist cdparanoia element in state test.
19458
19459 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19460
19461           Patch by: Benjamin Pineau
19462
19463         * gst/tcp/gsttcp.c:
19464         * gst/tcp/gsttcpclientsink.c:
19465         * gst/tcp/gsttcpserversink.c:
19466         * gst/tcp/gsttcpserversrc.c:
19467           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19468
19469 2005-12-15  Michael Smith  <msmith@fluendo.com>
19470
19471         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19472         (gst_video_rate_chain):
19473           Fix timestamping for videorate when the first buffer it sees has a
19474           non-zero timestamp. Fix some misleading debug output.
19475
19476 2005-12-15  Michael Smith  <msmith@fluendo.com>
19477
19478         * gst/audioresample/gstaudioresample.c:
19479           Don't leak all input buffers to audioresample.
19480
19481 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19482
19483         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19484           Don't operate on empty text buffers. Strip newlines and
19485           tabs only from the end of the text, but leave them intact
19486           in the middle. Fix typo in gtk-doc description.
19487
19488 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19489
19490         * gst/playback/gstplaybasebin.c:
19491         * gst/playback/gstplaybin.c: (handoff):
19492           Make sure the video frame buffer we return to apps via the
19493           "frame" property always has caps set on it. Modify
19494           _gst_gvalue_set_object() macro to handle NULL objects
19495           gracefully too.
19496
19497 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19498
19499         * gst/audiotestsrc/gstaudiotestsrc.c:
19500         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19501         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19502         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19503         (gst_audio_test_src_create):
19504         * gst/audiotestsrc/gstaudiotestsrc.h:
19505         Adjust to some recent api changes and add wtays new cool seeking
19506         capabillities
19507
19508 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19509
19510         * ext/alsa/Makefile.am:
19511         * ext/alsa/gstalsadeviceprobe.c:
19512         * ext/alsa/gstalsadeviceprobe.h:
19513           Helper functions to add device probing via the GstPropertyProbe
19514           interface to a class.
19515
19516         * ext/alsa/gstalsamixer.h:
19517           Comment out GST_ALSA_MIXER, it returns a struct that's not
19518           used.
19519
19520         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19521           Add some debug info. 
19522
19523         * ext/alsa/gstalsamixerelement.c:
19524         (gst_alsa_mixer_element_interface_supported),
19525         (gst_implements_interface_init),
19526         (gst_alsa_mixer_element_init_interfaces),
19527         (gst_alsa_mixer_element_class_init),
19528         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19529         (gst_alsa_mixer_element_set_property),
19530         (gst_alsa_mixer_element_get_property),
19531         (gst_alsa_mixer_element_change_state):
19532         * ext/alsa/gstalsamixerelement.h:
19533           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19534           for device handling (gnome-volume-control will need that).
19535
19536 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19537
19538         * ext/Makefile.am: fix cdparanoia entry
19539         * gst-plugins-base.spec.in: add cdparanoia
19540
19541 2005-12-12  Michael Smith  <msmith@fluendo.com>
19542
19543         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19544           Use the correct function to free list of typefind factories.
19545
19546 2005-12-12  Wim Taymans  <wim@fluendo.com>
19547
19548         * gst/videotestsrc/gstvideotestsrc.c:
19549         (gst_video_test_src_class_init), (gst_video_test_src_init),
19550         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19551         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19552         (gst_video_test_src_create):
19553         * gst/videotestsrc/gstvideotestsrc.h:
19554         Implement seeking in videotestsrc.
19555         Small cleanups.
19556
19557 2005-12-12  Wim Taymans  <wim@fluendo.com>
19558
19559         * ext/cdparanoia/Makefile.am:
19560         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19561         (gst_paranoia_endian_get_type), (_do_init),
19562         (cdparanoia_class_init), (cdparanoia_init),
19563         (cdparanoia_set_property), (cdparanoia_get_property),
19564         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19565         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19566         (cdparanoia_convert), (cdparanoia_get_query_types),
19567         (cdparanoia_query), (cdparanoia_set_index),
19568         (cdparanoia_uri_set_uri):
19569         * ext/cdparanoia/gstcdparanoia.h:
19570         Partially ported cdparanoia now that basesrc can support a
19571         plugin like this..
19572
19573 2005-12-12  Wim Taymans  <wim@fluendo.com>
19574
19575         * tests/examples/seek/scrubby.c: (main):
19576         Set higher priority for bus events so they don't get reordered with
19577         gtk gui events.
19578
19579         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19580         (flush_toggle_cb), (main):
19581         Added checkbox to disable flushing seeks. 
19582         Disable scrubbing when doing non flushing seeks.
19583
19584 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19585
19586         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19587         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19588         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19589         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19590           Implement some sort of event handling that doesn't rely on
19591           g_return_if_fail; make sure we always push the last chunk of an 
19592           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19593           state change function; remove some old cruft. Seeking is still
19594           rather unlikely to work though.
19595
19596         * tools/.cvsignore:
19597           Ignore more.
19598
19599 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19600
19601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19602         Fixed a leak of the current image reference when cleaning up.
19603         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19604
19605 2005-12-09  Michael Smith  <msmith@fluendo.com>
19606
19607         * tools/Makefile.am:
19608         * tools/gst-launch-ext-m.m:
19609           Remove gst-launch-ext. It doesn't work, and is no longer
19610           particularly useful.
19611
19612 2005-12-08  Luca Ognibene  <luogni@tin.it>
19613
19614         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19615           don't pass random values to ogmparse convert function.
19616           Make seeking possible in the exile1.ogm file.
19617
19618 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19619
19620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19621         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19622           Work around refcount problem with g_value_set_object() that occur
19623           if the core has been compiled against GLib-2.6 (g_value_set_object()
19624           will only g_object_ref() the element, but the caller will
19625           gst_object_unref() it and bad things will happen due to the way
19626           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19627           totem for people on FC4 using Thomas's 0.10 RPMs.
19628           
19629 2005-12-07  Edward Hervey  <edward@fluendo.com>
19630
19631         Time to welcome ogm to 0.10 :)
19632         
19633         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19634         (gst_ogg_pad_typefind):
19635         Oggdemux can now properly typefind elements with dynamic pads.
19636         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19637         Properly set caps on src pad, and set caps on outgoing buffers.
19638
19639 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19640
19641         * ext/alsa/gstalsamixer.h:
19642         * ext/alsa/gstalsamixerelement.h:
19643         * ext/alsa/gstalsamixeroptions.h:
19644         * ext/alsa/gstalsamixertrack.h:
19645         * ext/alsa/gstalsasink.c:
19646         * ext/alsa/gstalsasink.h:
19647         * ext/alsa/gstalsasrc.c:
19648         * ext/alsa/gstalsasrc.h:
19649         * ext/cdparanoia/gstcdparanoia.h:
19650         * ext/gnomevfs/gstgnomevfsuri.h:
19651         * ext/ogg/gstoggdemux.c:
19652         * ext/ogg/gstoggmux.c:
19653         * ext/pango/gsttextoverlay.h:
19654         * ext/theora/theoradec.c:
19655         * ext/theora/theoraenc.c:
19656         * ext/vorbis/vorbisdec.h:
19657         * ext/vorbis/vorbisenc.c:
19658         * ext/vorbis/vorbisenc.h:
19659         * ext/vorbis/vorbisparse.h:
19660         * gst-libs/gst/audio/gstaudioclock.h:
19661         * gst-libs/gst/audio/gstaudiosink.c:
19662         * gst-libs/gst/audio/gstaudiosink.h:
19663         * gst-libs/gst/audio/gstaudiosrc.c:
19664         * gst-libs/gst/audio/gstaudiosrc.h:
19665         * gst-libs/gst/audio/gstbaseaudiosink.c:
19666         * gst-libs/gst/audio/gstbaseaudiosink.h:
19667         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19668         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19669         * gst-libs/gst/audio/gstringbuffer.h:
19670         * gst-libs/gst/audio/multichannel.h:
19671         * gst-libs/gst/floatcast/floatcast.h:
19672         * gst-libs/gst/interfaces/colorbalance.c:
19673         * gst-libs/gst/interfaces/colorbalance.h:
19674         * gst-libs/gst/interfaces/colorbalancechannel.h:
19675         * gst-libs/gst/interfaces/mixer.h:
19676         * gst-libs/gst/interfaces/mixeroptions.h:
19677         * gst-libs/gst/interfaces/mixertrack.h:
19678         * gst-libs/gst/interfaces/navigation.h:
19679         * gst-libs/gst/interfaces/propertyprobe.h:
19680         * gst-libs/gst/interfaces/tuner.h:
19681         * gst-libs/gst/interfaces/tunerchannel.h:
19682         * gst-libs/gst/interfaces/tunernorm.h:
19683         * gst-libs/gst/interfaces/xoverlay.h:
19684         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19685         * gst-libs/gst/riff/riff-ids.h:
19686         * gst-libs/gst/riff/riff-media.h:
19687         * gst-libs/gst/riff/riff-read.h:
19688         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19689         * gst-libs/gst/rtp/gstbasertppayload.c:
19690         * gst-libs/gst/rtp/gstbasertppayload.h:
19691         * gst-libs/gst/rtp/gstrtpbuffer.c:
19692         * gst-libs/gst/rtp/gstrtpbuffer.h:
19693         * gst-libs/gst/tag/gsttageditingprivate.h:
19694         * gst-libs/gst/tag/gstvorbistag.c:
19695         (gst_tag_list_from_vorbiscomment_buffer):
19696         * gst-libs/gst/tag/tag.h:
19697         * gst-libs/gst/video/video.h:
19698         * gst/adder/gstadder.c:
19699         * gst/adder/gstadder.h:
19700         * gst/audioconvert/audioconvert.c:
19701         * gst/audioconvert/audioconvert.h:
19702         * gst/audioconvert/gstaudioconvert.c:
19703         * gst/audioconvert/gstchannelmix.c:
19704         * gst/audioconvert/gstchannelmix.h:
19705         * gst/audiorate/gstaudiorate.c:
19706         * gst/audioresample/buffer.h:
19707         * gst/audioresample/functable.h:
19708         * gst/audioresample/gstaudioresample.c:
19709         * gst/audioresample/resample.h:
19710         * gst/ffmpegcolorspace/avcodec.h:
19711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19712         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19713         * gst/ffmpegcolorspace/imgconvert.c:
19714         * gst/ffmpegcolorspace/imgconvert_template.h:
19715         * gst/playback/gstdecodebin.c:
19716         * gst/playback/gstplaybasebin.h:
19717         * gst/playback/gstplaybin.c:
19718         * gst/playback/gststreaminfo.h:
19719         * gst/tcp/gstfdset.c:
19720         * gst/tcp/gstfdset.h:
19721         * gst/tcp/gstmultifdsink.c:
19722         * gst/tcp/gstmultifdsink.h:
19723         * gst/tcp/gsttcp.h:
19724         * gst/tcp/gsttcpclientsrc.c:
19725         * gst/tcp/gsttcpclientsrc.h:
19726         * gst/tcp/gsttcpplugin.h:
19727         * gst/tcp/gsttcpserversink.c:
19728         * gst/tcp/gsttcpserversrc.c:
19729         * gst/typefind/gsttypefindfunctions.c:
19730         * gst/videorate/gstvideorate.c:
19731         * gst/videotestsrc/gstvideotestsrc.h:
19732         * gst/videotestsrc/videotestsrc.h:
19733         * sys/v4l/gstv4lcolorbalance.h:
19734         * sys/v4l/gstv4ltuner.h:
19735         * sys/v4l/gstv4lxoverlay.h:
19736         * sys/v4l/v4l_calls.h:
19737         * sys/v4l/videodev_mjpeg.h:
19738         * tests/check/elements/audioconvert.c:
19739         * tests/check/elements/audioresample.c:
19740         * tests/check/elements/audiotestsrc.c:
19741         * tests/check/elements/videotestsrc.c:
19742         * tests/check/elements/volume.c:
19743         * tests/examples/seek/scrubby.c:
19744         * tests/examples/seek/seek.c:
19745           expand tabs
19746
19747 === release 0.10.0 ===
19748
19749 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19750
19751         * configure.ac:
19752           releasing 0.10.0, "Mont-d'or"
19753
19754 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19755
19756         * tests/examples/seek/Makefile.am:
19757         Build fix for when gtk is not available.
19758
19759 2005-12-05  Andy Wingo  <wingo@pobox.com>
19760
19761         * ext/libvisual/visual.c: (get_buffer):
19762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19763         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19764         * ext/theora/theoradec.c: (theora_handle_data_packet):
19765         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19766         (theora_enc_chain):
19767         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19768         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19769         Update for alloc_buffer changes.
19770
19771 2005-12-05  Andy Wingo  <wingo@pobox.com>
19772
19773         patch by: Kai Vehmanen <kv2004 eca cx>
19774         
19775         * gst-libs/gst/rtp/gstbasertpdepayload.c
19776         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19777
19778 2005-12-04  Andy Wingo  <wingo@pobox.com>
19779
19780         patch by: Sebastien Cote <sebas642 yahoo ca>
19781         
19782         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19783         Fixes #319172.
19784
19785 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19786
19787         * docs/plugins/Makefile.am:
19788         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19789         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19790         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19791         * ext/pango/gstclockoverlay.c:
19792         * ext/pango/gsttextoverlay.c: 
19793         * ext/pango/gsttextrender.c:
19794         * ext/pango/gsttimeoverlay.c:
19795           Add gtk-doc blurbs to pango elements.
19796
19797 2005-12-02  Wim Taymans  <wim@fluendo.com>
19798
19799         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19800         * gst/audioresample/buffer.h:
19801         * gst/audioresample/gstaudioresample.c:
19802         * gst/audioresample/gstaudioresample.h:
19803         * gst/audioresample/resample.c: (resample_input_flush),
19804         (resample_input_pushthrough), (resample_input_eos),
19805         (resample_get_output_size_for_input),
19806         (resample_get_input_size_for_output), (resample_get_output_size),
19807         (resample_get_output_data):
19808         * gst/audioresample/resample.h:
19809         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19810         Fix audioresample, seek torture, new segments, reverse negotiation
19811         etc.. work fine.
19812
19813 2005-12-02  Wim Taymans  <wim@fluendo.com>
19814
19815         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19816         Small cleanups.
19817
19818 2005-12-02  Wim Taymans  <wim@fluendo.com>
19819
19820         * gst/audioconvert/gstaudioconvert.c:
19821         (gst_audio_convert_transform):
19822         Post errors.
19823
19824 === release 0.9.7 ===
19825
19826 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19827
19828         * configure.ac:
19829           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19830
19831 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19832
19833         * Makefile.am:
19834         * po/hu.po:
19835         * win32/MANIFEST:
19836         * win32/gst.sln:
19837           add win32 MANIFEST file
19838           do something to the hungarian translation
19839
19840 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19841
19842         * ext/Makefile.am:
19843           Add $(PANGO_DIR) to SUBDIRS
19844
19845         * ext/pango/gstclockoverlay.c:
19846         * ext/pango/gsttimeoverlay.c:
19847           Fix and improve element descriptions.
19848
19849 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19850
19851         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19852         * docs/plugins/inspect/plugin-libvisual.xml:
19853         * docs/plugins/inspect/plugin-pango.xml:
19854           add pango plugin to docs
19855
19856 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19857
19858         * configure.ac:
19859         * ext/Makefile.am:
19860           moved pango to base
19861
19862 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * configure.ac:
19865         * tests/Makefile.am:
19866         * tests/icles/.cvsignore:
19867         * tests/icles/Makefile.am:
19868         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19869         (close_display), (resize_window), (move_window), (create_window),
19870         (terminate_playback), (pause_playback), (start_playback), (main):
19871           add stress test for xoverlay from Julien
19872
19873 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19874
19875         * docs/libs/tmpl/gstcolorbalance.sgml:
19876         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19877         * gst-libs/gst/rtp/gstbasertppayload.c:
19878         * gst-libs/gst/rtp/gstrtpbuffer.c:
19879         * gst-libs/gst/rtp/gstrtpbuffer.h:
19880           Do burger's rename for rtp payloaders and depayloaders
19881
19882 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19883
19884         * win32/:
19885           add Visual Studio 6 build files
19886
19887 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19888
19889         * docs/libs/gst-plugins-base-libs-docs.sgml:
19890         * docs/libs/gst-plugins-base-libs-sections.txt:
19891         * docs/libs/tmpl/gstaudio.sgml:
19892         * docs/libs/tmpl/gstringbuffer.sgml:
19893         * gst-libs/gst/interfaces/xoverlay.c:
19894         * gst-libs/gst/video/gstvideofilter.c:
19895         * gst-libs/gst/video/gstvideosink.c:
19896           update documentation
19897
19898 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19899
19900         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19901         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19902         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19903         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19904         (gst_multi_fd_sink_get_stats),
19905         (gst_multi_fd_sink_remove_client_link),
19906         (gst_multi_fd_sink_handle_client_read),
19907         (gst_multi_fd_sink_client_queue_data),
19908         (gst_multi_fd_sink_client_queue_caps),
19909         (gst_multi_fd_sink_client_queue_buffer),
19910         (gst_multi_fd_sink_new_client),
19911         (gst_multi_fd_sink_handle_client_write),
19912         (gst_multi_fd_sink_recover_client),
19913         (gst_multi_fd_sink_queue_buffer),
19914         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19915         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19916         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19917         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19918         * gst/tcp/gstmultifdsink.h:
19919         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19920         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19921         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19922         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19923         (gst_tcp_client_sink_set_property),
19924         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19925         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19926         * gst/tcp/gsttcpclientsink.h:
19927         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19928         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19929         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19930         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19931         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19932         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19933         * gst/tcp/gsttcpclientsrc.h:
19934         * gst/tcp/gsttcpplugin.c: (plugin_init):
19935         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19936         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19937         (gst_tcp_server_sink_finalize),
19938         (gst_tcp_server_sink_handle_server_read),
19939         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19940         (gst_tcp_server_sink_set_property),
19941         (gst_tcp_server_sink_get_property),
19942         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19943         * gst/tcp/gsttcpserversink.h:
19944         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19945         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19946         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19947         (gst_tcp_server_src_set_property),
19948         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19949         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19950         * gst/tcp/gsttcpserversrc.h:
19951           more borgifying
19952
19953 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19954
19955         * docs/plugins/Makefile.am:
19956         * docs/plugins/gst-plugins-base-plugins.args:
19957         * docs/plugins/inspect/plugin-libvisual.xml:
19958         * gst/audioconvert/plugin.h:
19959         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19960         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19961         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19962         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19963         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19964         (plugin_init):
19965         * gst/audiotestsrc/gstaudiotestsrc.c:
19966         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19967         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19968         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19969         (gst_audio_test_src_get_query_types),
19970         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19971         (gst_audio_test_src_create_square),
19972         (gst_audio_test_src_create_saw),
19973         (gst_audio_test_src_create_triangle),
19974         (gst_audio_test_src_create_silence),
19975         (gst_audio_test_src_create_white_noise),
19976         (gst_audio_test_src_init_pink_noise),
19977         (gst_audio_test_src_generate_pink_noise_value),
19978         (gst_audio_test_src_create_pink_noise),
19979         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19980         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19981         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19982         (plugin_init):
19983         * gst/audiotestsrc/gstaudiotestsrc.h:
19984         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19985         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19986         (gst_sub_parse_init), (gst_sub_parse_formats),
19987         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19988         (convert_encoding), (get_next_line),
19989         (gst_sub_parse_data_format_autodetect),
19990         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19991         (gst_sub_parse_loop), (gst_sub_parse_chain),
19992         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19993         (plugin_init):
19994         * gst/subparse/gstsubparse.h:
19995         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19996         (gst_video_rate_base_init), (gst_video_rate_class_init),
19997         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19998         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19999         (gst_video_rate_init), (gst_video_rate_event),
20000         (gst_video_rate_chain), (gst_video_rate_set_property),
20001         (gst_video_rate_get_property), (gst_video_rate_change_state),
20002         (plugin_init):
20003         * gst/videoscale/gstvideoscale.c:
20004         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20005         (gst_video_scale_src_template_factory),
20006         (gst_video_scale_sink_template_factory),
20007         (gst_video_scale_get_type), (gst_video_scale_base_init),
20008         (gst_video_scale_class_init), (gst_video_scale_init),
20009         (gst_video_scale_set_property), (gst_video_scale_get_property),
20010         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20011         (gst_video_scale_prepare_size), (parse_caps),
20012         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20013         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20014         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20015         (plugin_init):
20016         * gst/videoscale/gstvideoscale.h:
20017         * gst/videotestsrc/gstvideotestsrc.c:
20018         (gst_video_test_src_pattern_get_type),
20019         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20020         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20021         (gst_video_test_src_set_pattern),
20022         (gst_video_test_src_set_property),
20023         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20024         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20025         (gst_video_test_src_event), (gst_video_test_src_get_times),
20026         (gst_video_test_src_create), (plugin_init):
20027         * gst/videotestsrc/gstvideotestsrc.h:
20028         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20029         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20030         (gst_video_test_src_black):
20031         * gst/videotestsrc/videotestsrc.h:
20032           borgify further
20033           clean up docs a little
20034
20035 2005-11-30  Wim Taymans  <wim@fluendo.com>
20036
20037         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20038         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20039         (gst_basertppayload_event), (gst_basertppayload_push),
20040         (gst_basertppayload_change_state):
20041         * gst-libs/gst/rtp/gstbasertppayload.h:
20042         closed #320644.
20043
20044 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20045
20046         * docs/libs/gst-plugins-base-libs-docs.sgml:
20047         * docs/libs/gst-plugins-base-libs-sections.txt:
20048         * gst-libs/gst/video/gstvideofilter.c:
20049         * gst-libs/gst/video/gstvideosink.c:
20050         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20051
20052 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20053
20054         * LICENSE:
20055           move
20056         * po/af.po:
20057         * po/az.po:
20058         * po/cs.po:
20059         * po/en_GB.po:
20060         * po/hu.po:
20061         * po/it.po:
20062         * po/nb.po:
20063         * po/nl.po:
20064         * po/or.po:
20065         * po/sq.po:
20066         * po/sr.po:
20067         * po/sv.po:
20068         * po/uk.po:
20069         * po/vi.po:
20070         * Makefile.am:
20071           update
20072         * scripts/autoplugins.sh:
20073           remove
20074
20075 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20076
20077         * Makefile.am:
20078         * configure.ac:
20079         * examples/Makefile.am:
20080         * examples/capsfilter/Makefile.am:
20081         * examples/capsfilter/capsfilter1.c:
20082         * examples/gob/Makefile.am:
20083         * examples/gob/gst-identity2.gob:
20084         * examples/indexing/.cvsignore:
20085         * examples/indexing/Makefile.am:
20086         * examples/indexing/indexmpeg.c:
20087         * examples/seeking/.cvsignore:
20088         * examples/seeking/Makefile.am:
20089         * examples/seeking/cdparanoia.c:
20090         * examples/seeking/cdplayer.c:
20091         * examples/seeking/chained.c:
20092         * examples/seeking/scrubby.c:
20093         * examples/seeking/seek.c:
20094         * examples/stats/Makefile.am:
20095         * examples/stats/mp2ogg.c:
20096         * examples/switch/.cvsignore:
20097         * examples/switch/Makefile.am:
20098         * examples/switch/switcher.c:
20099         * tests/Makefile.am:
20100         * tests/check/generic/.cvsignore:
20101         * tests/check/pipelines/.cvsignore:
20102         * tests/examples/Makefile.am:
20103         * tests/examples/seek/Makefile.am:
20104           reorganize stuff under tests/
20105
20106 2005-11-30  Edward Hervey  <edward@fluendo.com>
20107
20108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20109         Go away you stupid GstStaticPadTemplate memleak.
20110
20111 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20112
20113         * gst-libs/gst/net/Makefile.am:
20114         * gst-libs/gst/net/README:
20115         * gst-libs/gst/net/gstnetbuffer.c:
20116         * gst-libs/gst/net/gstnetbuffer.h:
20117           this was moved to "netbuffer"
20118
20119 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20120
20121         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20122         (gst_video_filter_class_init), (gst_video_filter_init):
20123         * gst-libs/gst/video/gstvideofilter.h:
20124           borgify name to bring in line with other classes
20125
20126 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * gst/audioscale/.cvsignore:
20129         * gst/audioscale/Makefile.am:
20130         * gst/audioscale/README:
20131         * gst/audioscale/audioscale.vcproj:
20132         * gst/audioscale/dtof.c:
20133         * gst/audioscale/dtos.c:
20134         * gst/audioscale/functable.c:
20135         * gst/audioscale/gstaudioscale.c:
20136         * gst/audioscale/gstaudioscale.h:
20137         * gst/audioscale/private.h:
20138         * gst/audioscale/resample.c:
20139         * gst/audioscale/resample.h:
20140         * gst/audioscale/test.c:
20141           remove
20142
20143 2005-11-30  Edward Hervey  <edward@fluendo.com>
20144
20145         * gst-libs/gst/netbuffer/Makefile.am:
20146         really, really tired
20147
20148 2005-11-30  Edward Hervey  <edward@fluendo.com>
20149
20150         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20151         Update for new GstTypeFindFactory _register()
20152
20153 2005-11-30  Edward Hervey  <edward@fluendo.com>
20154
20155         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20156         Let's not override libgstnet from core for no reason...
20157         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20158         Ok, maybe not so quick next time.
20159
20160 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20161
20162         * configure.ac:
20163         * gst-libs/gst/Makefile.am:
20164           moved gst-libs/gst/net to netbuffer through CVS surgery
20165           remove old directory
20166           updating build to accomodate
20167           (#322257)
20168
20169 2005-11-29  Andy Wingo  <wingo@pobox.com>
20170
20171         * pkgconfig/gstreamer-plugins-base.pc.in:
20172         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20173         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20174         (#322257).
20175
20176 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20177
20178         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20179         3rd time's the charm. Correct ref-counting for discarded buffers.
20180
20181 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20182
20183         * gst/playback/gststreamselector.c:
20184         (gst_stream_selector_class_init),
20185         (gst_stream_selector_set_property),
20186         (gst_stream_selector_get_property),
20187         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20188         Fix ref-counting
20189
20190 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20191
20192         * gst/subparse/gstsubparse.c: (feed_textbuf):
20193           Don't access already unref'ed buffer.
20194
20195 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20196
20197         * gst/playback/gststreamselector.c:
20198         (gst_stream_selector_class_init), (gst_stream_selector_init),
20199         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20200         (gst_stream_selector_get_property),
20201         (gst_stream_selector_get_linked_pad),
20202         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20203         * gst/playback/gststreamselector.h:
20204         Add the active-pad property for playbin to use shortly. Ignore buffers
20205         from any other pad, returning GST_FLOW_NOT_LINKED
20206
20207 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20208
20209         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20210         patch from bug #322704 (Alessandro Decina).
20211
20212 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20213
20214         * gst-libs/gst/audio/Makefile.am:
20215           folded audiofilter into the audio library
20216
20217 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20218
20219         * gst/videoscale/gstvideoscale.h:
20220         * gst/videoscale/gstvideoscale.c:
20221           remove unimplemented scale methods
20222
20223 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20224
20225         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20226           Don't leak caps.
20227
20228 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20229
20230         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20231         (gst_ximagesink_setcaps):
20232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20233         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20234         happens (only visible on ximagesink but bug is in xv too) set_caps was
20235         destroying the internal x[v]image used to memcpy non locally alloced
20236         buffers so that it got renewed on next _chain. The issue is that 
20237         _expose will try to put that image as it reffed it in _put.
20238         Using gst_buffer_unref instead of destroy fixes it !
20239
20240 2005-11-28  Edward Hervey  <edward@fluendo.com>
20241
20242         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20243         (try_to_link_1), (queue_filled_cb):
20244         Better use of the queues. Start with a small size queue and only increase
20245         the size of the queues when the other queues are empty.
20246
20247 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * gst-libs/gst/video/Makefile.am:
20250           compile in copied-over videofilter into the video library
20251         * gst-libs/gst/video/videosink.h:
20252           rename the header to gstvideosink.h since it's a base GstObject class
20253         * sys/ximage/ximagesink.h:
20254         * sys/xvimage/xvimagesink.h:
20255           use the new header
20256
20257 2005-11-28  Wim Taymans  <wim@fluendo.com>
20258
20259         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20260         * gst/playback/gstplaybasebin.h:
20261         Prepare to handle errors betters.
20262
20263         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20264         Set sinks to PAUSED first before adding and linking them so that
20265         we don't interrupt dataflow.
20266
20267 2005-11-28  Wim Taymans  <wim@fluendo.com>
20268
20269         * gst-libs/gst/audio/TODO:
20270         Updated TODO
20271
20272         * gst-libs/gst/audio/gstaudiosink.c:
20273         (gst_audioringbuffer_open_device),
20274         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20275         (gst_audioringbuffer_release):
20276         Small cleanups.
20277
20278         * gst-libs/gst/audio/gstbaseaudiosink.c:
20279         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20280         (gst_base_audio_sink_change_state):
20281         Slave to the master clock when going to PLAYING and unslave when
20282         going to PAUSED.
20283
20284         * gst-libs/gst/audio/gstringbuffer.c:
20285         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20286         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20287         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20288         (gst_ring_buffer_clear_all), (wait_segment),
20289         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20290         (gst_ring_buffer_advance):
20291         * gst-libs/gst/audio/gstringbuffer.h:
20292         Add some docs and cleanups.
20293
20294 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20295
20296         * sys/xvimage/xvimagesink.c:
20297         (gst_xvimagesink_navigation_send_event): Fix navigation events
20298         coordinates translation with pixel aspect ratios.
20299
20300 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20301
20302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20303         Use calculated video geometry from _setcaps instead of buffer
20304         caps to respect pixel aspect ratio. (fixes #322388)
20305
20306 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20307
20308         * docs/libs/tmpl/gstcolorbalance.sgml:
20309         * docs/libs/tmpl/gstmixer.sgml:
20310         * docs/libs/tmpl/gstxoverlay.sgml:
20311         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20312         interface.
20313
20314 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20315
20316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20317         Refuse to create an XvImage if we can't find the format.
20318
20319 2005-11-28  Edward Hervey  <edward@fluendo.com>
20320
20321         * gst-libs/gst/riff/riff-media.c:
20322         (gst_riff_create_audio_template_caps):
20323         Add ATRAC3 to the list of riff-possible audio caps.
20324         I know we still don't have a plugin for atrac3, but it's saner to output
20325         that than a cryptic mimetype.
20326
20327 2005-11-27  Edward Hervey  <edward@fluendo.com>
20328
20329         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20330         Don't try to create a zero-sized subbuffer.
20331
20332 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20333
20334         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20335         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20336         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20337         (gst_ximagesink_expose): Fixed a tricky race.
20338         * sys/ximage/ximagesink.h:
20339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20340         (gst_xvimagesink_expose): Fixed a tricky race.
20341         * sys/xvimage/xvimagesink.h:
20342
20343 2005-11-27  Edward Hervey  <edward@fluendo.com>
20344
20345         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20346         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20347         Remove unused properties, and add queues between demuxers and decoders
20348         so that a lot more files can preroll properly.
20349
20350 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20351
20352         * gst-libs/gst/net/Makefile.am:
20353         * gst-libs/gst/rtp/Makefile.am:
20354         * gst-libs/gst/tag/Makefile.am:
20355           remove silly include
20356         * gst/tags/Makefile.am:
20357         * gst/tags/gsttagediting.c:
20358         * gst/tags/gsttageditingprivate.h:
20359         * gst/tags/tagedit.vcproj:
20360           remove directory, is as good as empty
20361
20362 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20363
20364         * configure.ac:
20365           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20366         * gst-libs/Makefile.am:
20367         * gst-libs/gst/audio/Makefile.am:
20368         * gst-libs/gst/interfaces/Makefile.am:
20369         * gst-libs/gst/net/Makefile.am:
20370         * gst-libs/gst/riff/Makefile.am:
20371         * gst-libs/gst/rtp/Makefile.am:
20372         * gst-libs/gst/tag/Makefile.am:
20373         * gst-libs/gst/video/Makefile.am:
20374           and use them
20375
20376 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20377
20378         * docs/libs/tmpl/gstcolorbalance.sgml:
20379         * docs/libs/tmpl/gstmixer.sgml:
20380         * docs/libs/tmpl/gstxoverlay.sgml:
20381         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20382         * sys/ximage/ximagesink.h:
20383         * sys/xvimage/xvimagesink.h: More and more documentation.
20384
20385 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20386
20387         * docs/libs/gst-plugins-base-libs-docs.sgml:
20388         * docs/libs/gst-plugins-base-libs-sections.txt:
20389         * docs/libs/tmpl/gstcolorbalance.sgml:
20390         * docs/libs/tmpl/gstmixer.sgml:
20391         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20392         to documentation.
20393
20394 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20395
20396         * docs/plugins/Makefile.am:
20397         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20398         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20399         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20400
20401 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20402
20403         * docs/plugins/Makefile.am:
20404         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20405         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20406         * docs/plugins/inspect/plugin-adder.xml:
20407         * docs/plugins/inspect/plugin-alsa.xml:
20408         * docs/plugins/inspect/plugin-audioconvert.xml:
20409         * docs/plugins/inspect/plugin-audiorate.xml:
20410         * docs/plugins/inspect/plugin-audioresample.xml:
20411         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20412         * docs/plugins/inspect/plugin-decodebin.xml:
20413         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20414         * docs/plugins/inspect/plugin-gnomevfs.xml:
20415         * docs/plugins/inspect/plugin-ogg.xml:
20416         * docs/plugins/inspect/plugin-playbin.xml:
20417         * docs/plugins/inspect/plugin-subparse.xml:
20418         * docs/plugins/inspect/plugin-tcp.xml:
20419         * docs/plugins/inspect/plugin-theora.xml:
20420         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20421         * docs/plugins/inspect/plugin-video4linux.xml:
20422         * docs/plugins/inspect/plugin-videorate.xml:
20423         * docs/plugins/inspect/plugin-videoscale.xml:
20424         * docs/plugins/inspect/plugin-videotestsrc.xml:
20425         * docs/plugins/inspect/plugin-volume.xml:
20426         * docs/plugins/inspect/plugin-vorbis.xml:
20427         * docs/plugins/inspect/plugin-ximagesink.xml:
20428         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20429         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20430
20431 2005-11-26  Edward Hervey  <edward@fluendo.com>
20432
20433         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20434         Properly return GstFlowReturn from gst_pad_push in chain functions.
20435
20436 2005-11-25  Michael Smith  <msmith@fluendo.com>
20437
20438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20439         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20440         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20441         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20442           Handle various conditions better when we don't understand a stream.
20443           Removes a heap of CRITICALs on ogg streams containing unknown data.
20444
20445 2005-11-24  Andy Wingo  <wingo@pobox.com>
20446
20447         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20448         Be threadsafe.
20449
20450 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20451
20452         * configure.ac: back to HEAD
20453
20454 === release 0.9.6 ===
20455
20456 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20457
20458         * configure.ac:
20459           releasing 0.9.6, "White Eight"
20460
20461 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20464         * docs/plugins/inspect/plugin-sine.xml:
20465           remove sinesrc some more
20466
20467 2005-11-23  Wim Taymans  <wim@fluendo.com>
20468
20469         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20470         If we are reading too slowly, jump forward in the ringbuffer
20471         instead of blocking.
20472
20473 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20474
20475         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20476         (gst_visual_chain):
20477         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20478         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20479         (gst_videorate_chain):
20480         * gst/videotestsrc/gstvideotestsrc.c:
20481         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20482         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20483         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20484         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20485         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20486         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20487           Updates for API changes
20488
20489 2005-11-23  Wim Taymans  <wim@fluendo.com>
20490
20491         * gst-libs/gst/audio/gstbaseaudiosink.c:
20492         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20493         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20494         Fix for calibration API change.
20495
20496 2005-11-23  Michael Smith <msmith@fluendo.com>
20497
20498         * gst-libs/gst/audio/multichannel.c:
20499         (gst_audio_get_channel_positions),
20500         (gst_audio_set_channel_positions),
20501         (gst_audio_set_structure_channel_positions_list),
20502         (gst_audio_fixate_channel_positions):
20503           Use gst_value_array_*() functions on value arrays, not
20504           gst_value_list_*().
20505
20506 2005-11-23  Edward Hervey  <edward@fluendo.com>
20507
20508         * autogen.sh:
20509         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20510         Fixes autogen
20511
20512 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20513
20514         * check/Makefile.am:
20515         * check/elements/videotestsrc.c: (setup_videotestsrc),
20516         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20517         (main):
20518           add a test for videotestsrc
20519
20520 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * gst/sine/.cvsignore:
20523         * gst/sine/Makefile.am:
20524         * gst/sine/gstsinesrc.c:
20525         * gst/sine/gstsinesrc.h:
20526         * gst/sine/sinesrc.vcproj:
20527           and remove sinesrc from the repository.  Closes #321446
20528
20529 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20530
20531         * configure.ac:
20532         * gst-plugins-base.spec.in:
20533           remove sinesrc from the build
20534
20535 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20536
20537         * check/Makefile.am:
20538         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20539         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20540         (main):
20541           add a test for audiotestsrc, testing all waves.  Even seems
20542           leak-free at first glance, nice job Stefan
20543
20544 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20545
20546         * po/af.po:
20547         * po/az.po:
20548         * po/cs.po:
20549         * po/en_GB.po:
20550         * po/hu.po:
20551         * po/it.po:
20552         * po/nb.po:
20553         * po/nl.po:
20554         * po/or.po:
20555         * po/sq.po:
20556         * po/sr.po:
20557         * po/sv.po:
20558         * po/uk.po:
20559         * po/vi.po:
20560           Translation string updates
20561
20562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20563         (gst_v4lsrc_set_caps):
20564         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20565         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20566         * sys/v4l/v4lsrc_calls.h:
20567           Improve v4lsrc, by making it work again.
20568
20569 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20570
20571         * ext/libvisual/visual.c: (gst_visual_chain):
20572           Fix the fps calculations.
20573
20574         * gst/ffmpegcolorspace/avcodec.h:
20575           Move structure element for clarity
20576
20577         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20578         * gst-libs/gst/interfaces/tunernorm.h:
20579         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20580         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20581         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20582         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20583         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20584         (gst_v4lmjpegsrc_getcaps):
20585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20586         (gst_v4lsrc_set_caps):
20587         * sys/v4l/gstv4lsrc.h:
20588         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20589         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20590         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20591         * sys/v4l/v4lsrc_calls.h:
20592           Fractional framerates...
20593
20594 2005-11-22  Wim Taymans  <wim@fluendo.com>
20595
20596         * gst-libs/gst/audio/gstbaseaudiosink.c:
20597         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20598         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20599         And we provide a clock by default, of course...
20600
20601 2005-11-22  Wim Taymans  <wim@fluendo.com>
20602
20603         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20604         This clock can be slaved to a master clock now.
20605
20606         * gst-libs/gst/audio/gstbaseaudiosink.c:
20607         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20608         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20609         (gst_base_audio_sink_set_clock),
20610         (gst_base_audio_sink_set_property),
20611         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20612         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20613         * gst-libs/gst/audio/gstbaseaudiosink.h:
20614         Handle slaving the internal clock to the clock selected in the
20615         pipeline.
20616         Add property to make the basesink not provide a clock.
20617
20618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20619         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20620         (gst_base_rtp_depayload_wait):
20621         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20622         We can use the clock in GstElement, no need to store it ourselves.
20623
20624 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20625
20626         * docs/libs/tmpl/gstaudio.sgml:
20627           update
20628         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20629         (gst_paranoia_endian_get_type):
20630         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20631         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20632         * gst/audiotestsrc/gstaudiotestsrc.c:
20633         (gst_audiostestsrc_wave_get_type):
20634         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20635         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20636         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20637         (gst_sync_method_get_type), (gst_unit_type_get_type),
20638         (gst_client_status_get_type), (gst_multifdsink_class_init),
20639         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20640         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20641         (gst_multifdsink_get_property):
20642         * gst/tcp/gstmultifdsink.h:
20643         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20644         * gst/videotestsrc/gstvideotestsrc.c:
20645         (gst_videotestsrc_pattern_get_type):
20646           remove deprecated properties
20647           fix up enums to correctly have short lowercase dashed nicks
20648
20649 2005-11-22  Michael Smith <msmith@fluendo.com>
20650
20651         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20652         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20653           Add underscore.
20654
20655 2005-11-22  Michael Smith <msmith@fluendo.com>
20656
20657         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20658         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20659           Use utility method for scaling clocktime for fractional framerates.
20660
20661 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20662
20663         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20664         (gst_visual_chain):
20665         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20666         * ext/theora/theoradec.c: (theora_handle_type_packet):
20667         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20668         (theora_enc_chain):
20669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20670         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20671         * gst-libs/gst/video/video.h:
20672         * gst/ffmpegcolorspace/avcodec.h:
20673         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20674         (gst_ffmpeg_caps_to_pixfmt):
20675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20676         (gst_ffmpegcsp_set_caps):
20677         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20678         (gst_videorate_setcaps), (gst_videorate_blank_data),
20679         (gst_videorate_chain):
20680         * gst/videotestsrc/gstvideotestsrc.c:
20681         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20682         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20683         (gst_videotestsrc_event), (gst_videotestsrc_create):
20684         * gst/videotestsrc/gstvideotestsrc.h:
20685         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20686         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20687         (gst_ximagesink_get_times), (gst_ximagesink_init):
20688         * sys/ximage/ximagesink.h:
20689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20690         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20691         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20692         * sys/xvimage/xvimagesink.h:
20693           Convert elements to use fractions for their framerate.
20694           V4L elements to come later tonight.
20695
20696 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20697
20698         * gst-libs/gst/audio/audio.c:
20699         * gst-libs/gst/audio/audio.h:
20700           remove some deprecated functions
20701
20702 2005-11-22  Andy Wingo  <wingo@pobox.com>
20703
20704         * Update for gst_tag_setter API changes.
20705
20706 2005-11-22  Andy Wingo  <wingo@pobox.com>
20707
20708         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20709         (gst_ogg_demux_perform_seek):
20710         * ext/theora/theoradec.c (theora_dec_sink_event):
20711         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20712         update-funcnames.
20713
20714 2005-11-22  Wim Taymans  <wim@fluendo.com>
20715
20716         * examples/seeking/seek.c: (main):
20717         Give higher priority to bus signals than the gtk events
20718         to fix a race condition in the segment looping.
20719
20720 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20721
20722         * ext/theora/Makefile.am:
20723         * ext/vorbis/Makefile.am:
20724         * gst-libs/gst/tag/Makefile.am:
20725         * gst-plugins-base.spec.in:
20726           Rename libgsttagedit to libgsttag (#322117).
20727
20728 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20732           Call gst_x_overlay_prepare_xwindow_id() to give applications
20733           a final chance to set their own xwindow id before the video
20734           sink creates its own window.
20735
20736 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20737
20738         * sys/xvimage/xvimagesink.c:
20739         (gst_xvimagesink_navigation_send_event): Handle navigation
20740         events correcly with borders if applicable.
20741
20742 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20743
20744         Patch by: Luca Ognibene
20745
20746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20747         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20749         (gst_ffmpegcsp_caps_remove_format_info):
20750         * gst/ffmpegcolorspace/imgconvert.c:
20751         * gst/ffmpegcolorspace/imgconvert_template.h:
20752           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20753           #318353); use gst_structure_has_name().
20754
20755 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20756
20757         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20758         (gst_ximagesink_class_init): Add debug macros on functions.
20759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20760         (gst_xvimagesink_xwindow_draw_borders),
20761         (gst_xvimagesink_xvimage_put),
20762         (gst_xvimagesink_xwindow_update_geometry),
20763         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20764         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20765         (gst_xvimagesink_xcontext_clear),
20766         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20767         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20768         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20769         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20770         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20771         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20772         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20773         expose while being PAUSED, out of data flow navigation events, etc..
20774
20775 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20776
20777         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20778         * gst-libs/gst/audio/audio.h:
20779           fix prototype - wondering why the test worked regardless
20780
20781 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20782
20783         * check/Makefile.am:
20784         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20785         * gst-libs/gst/audio/audio.h:
20786           add a method that returns a proper GstClockTime
20787
20788 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20789
20790         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20791         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20792         * gst-libs/gst/interfaces/xoverlay.h:
20793           Remove everything having to do with the desired size; add 
20794           gst_x_overlay_prepare_xwindow_id() function; remove the
20795           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20796           post a message on the bus instead (#321816).
20797
20798         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20800         (gst_xvimagesink_xoverlay_init):
20801           Remove desired size stuff (#321816).
20802
20803 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20806         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20807         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20808           Terminate vararg functions with NULL instead of 0 to 
20809           make gcc4 happy.
20810
20811 2005-11-21  Andy Wingo  <wingo@pobox.com>
20812
20813         patch by: Sebastien Cote <sebas642@yahoo.ca>
20814         
20815         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20816         * gst-libs/gst/rtp/gstrtpbuffer.c
20817         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20818
20819 2005-11-21  Andy Wingo  <wingo@pobox.com>
20820
20821         * gst/playback/gstplaybin.c (gen_audio_element) 
20822         (gen_video_element): Use the new MISSING_PLUGIN core error
20823         category. Closes #320060.
20824
20825         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20826         * gst/videorate/gstvideorate.c (gst_videorate_event):
20827         * ext/theora/theoradec.c (theora_dec_sink_event): 
20828         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20829         stream lock.
20830
20831         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20832         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20833         stream lock changes.
20834
20835 2005-11-21  Wim Taymans  <wim@fluendo.com>
20836
20837         * gst-libs/gst/audio/gstbaseaudiosink.c:
20838         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20839         (gst_base_audio_sink_provide_clock),
20840         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20841         (gst_base_audio_sink_change_state):
20842         * gst/audioresample/gstaudioresample.c:
20843         Segment update fix.
20844
20845 2005-11-21  Andy Wingo  <wingo@pobox.com>
20846
20847         * *.h:
20848         * *.c: Ran scripts/update-macros. Oh yes.
20849
20850 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20851
20852         * sys/ximage/Makefile.am:
20853         * sys/ximage/ximage.c:
20854           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20855           remove your old libgstximage.* manually if necessary).
20856
20857 2005-11-21  Michael Smith <msmith@fluendo.com>
20858
20859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20860           Minimal fix for bug #320200: set the min/max bitrate in the correct
20861           units. A better fix would be to upgrade to the RATEMANAGE2
20862           interface, rather than using the deprecated interface used here, but
20863           that would require an update in our libvorbis dependency (to 1.1),
20864           which is probably undesirable.
20865
20866 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20867
20868         * ext/libvisual/visual.c: (get_buffer):
20869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20870         (gst_base_audio_src_fixate):
20871         * gst/audioconvert/gstaudioconvert.c:
20872         (gst_audio_convert_fixate_caps):
20873         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20874         * gst/audiotestsrc/gstaudiotestsrc.c:
20875         (gst_audiotestsrc_src_fixate):
20876         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20877         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20878         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20879         * gst/videotestsrc/gstvideotestsrc.c:
20880         (gst_videotestsrc_src_fixate):
20881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20883           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20884           (#322027)
20885
20886
20887 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20888
20889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20890         (gst_riff_create_iavs_caps):
20891         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20892         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20893         (gst_riff_parse_info):
20894         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20897           Fixes for GST_FOURCC_FORMAT API change.
20898
20899 2005-11-21  Andy Wingo  <wingo@pobox.com>
20900
20901         patch by: Alessandro Dessina <alessandro nnva org>
20902
20903         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20904         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20905         (gst_ogg_parse_chain):
20906         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20907         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20908         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20909         gst_value_list calls on arrays. Fixes #321962.
20910
20911 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20912
20913         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20914         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20915         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20916         * gst/adder/gstadder.c: (gst_adder_init),
20917         (gst_adder_request_new_pad), (gst_adder_collected),
20918         (gst_adder_change_state):
20919           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20920           API change.
20921
20922 2005-11-21  Michael Smith <msmith@fluendo.com>
20923
20924         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20925         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20926           Properly handle pad_push return values.
20927
20928 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20929
20930         * gst-libs/gst/tag/Makefile.am:
20931         * gst-libs/gst/tag/gstvorbistag.c:
20932         (gst_tag_list_to_vorbiscomment_buffer):
20933           Remove obsolete vorbistag element and debug category.
20934
20935         * gst/playback/gstplaybasebin.c: (check_queue):
20936           Don't divide by 0 when queue-threshold is 0.
20937
20938         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20939           Don't modify an existing pixel-aspect-ratio if we fail to read
20940           a new one.
20941
20942 2005-11-20  Wim Taymans  <wim@fluendo.com>
20943
20944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20945         (gst_vorbisenc_push_packet):
20946         GST_PAD_IS_USABLE is gone, use the return value of
20947         the push or pad_alloc_buffer instead.
20948
20949 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20950
20951         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20952         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20953         (gst_ximagesink_ximage_destroy),
20954         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20955         (gst_ximagesink_xwindow_new),
20956         (gst_ximagesink_xwindow_update_geometry),
20957         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20958         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20959         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20960         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20961         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20962         (gst_ximagesink_navigation_send_event),
20963         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20964         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20965         (gst_ximagesink_finalize), (gst_ximagesink_init),
20966         (gst_ximagesink_class_init):
20967         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20968         This new version brings correct software scaling, non flickering
20969         window while resizing, pixel aspect ratio handling, usage of
20970         hardware buffer pools, out of data flow event thread for 
20971         navigation and handling of expose events even when being PAUSED,
20972         a new property to keep video aspect ratio when resizing, etc...
20973
20974 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20975
20976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20977         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20978         handling of PAR.
20979
20980 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20981
20982         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20983         Unsetting IS_SINK flag from the fakesink, so decodebin
20984         never behaves as a sink.
20985
20986 2005-11-17  Wim Taymans  <wim@fluendo.com>
20987
20988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20989         (gst_base_audio_src_change_state):
20990         Fix the audiosrc base class again, we did not unflush.
20991
20992 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20993
20994         * examples/seeking/seek.c: (make_dv_pipeline),
20995         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20996         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20997         to ogg/vorbis/theora pipeline.
20998
20999 2005-11-17  Wim Taymans  <wim@fluendo.com>
21000
21001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21002         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21003         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21004         Fix EOS on multiple streams.
21005         More debugging.
21006
21007 2005-11-16  Wim Taymans  <wim@fluendo.com>
21008
21009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21010         (gst_ogg_demux_perform_seek):
21011         Segment done must include stream time.
21012
21013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21014         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21015         (gst_ogg_mux_change_state):
21016         Fix ogg muxer again.
21017
21018 2005-11-16  Wim Taymans  <wim@fluendo.com>
21019
21020         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21021         Fix compile again.
21022
21023 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21024
21025         * ext/libvisual/visual.c: (gst_visual_init):
21026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21027         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21028         (gst_ogg_parse_chain):
21029         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21030         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21031         * ext/theora/theoradec.c: (gst_theora_dec_init):
21032         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21033         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21034         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21035         * gst/adder/gstadder.c: (gst_adder_class_init),
21036         (gst_adder_dispose):
21037         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21038         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21039         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21040           Fix a whole set of pad template leaks
21041
21042 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21043
21044         * check/generic/states.c: (GST_START_TEST):
21045           fix the test so that it only checks for elements that are part of
21046           this source module
21047
21048 2005-11-16  Michael Smith <msmith@fluendo.com>
21049
21050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21051         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21052         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21053         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21054         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21055         (gst_ogg_mux_change_state):
21056           Fix leaking collectpads.
21057
21058 2005-11-16  Edward Hervey  <edward@fluendo.com>
21059
21060         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21061         (gst_videorate_event), (gst_videorate_chain):
21062         Handle segment seeks
21063
21064 2005-11-16  Wim Taymans  <wim@fluendo.com>
21065
21066         * gst-libs/gst/audio/gstbaseaudiosink.c:
21067         (gst_base_audio_sink_provide_clock),
21068         (gst_base_audio_sink_change_state):
21069         Set ringbuffer to non-flushing when going to PAUSED, set to
21070         flushing again when going to READY.
21071
21072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21073         (gst_ring_buffer_stop):
21074         Start in flushing mode by default.
21075         Don't set flushing in the _stop method, let the app call
21076         this explicitly.
21077
21078 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21079
21080         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21081         * gst-libs/gst/video/videosink.h: Add helper function needed
21082         for video sinks.
21083
21084 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21085
21086         * gst/videoscale/gstvideoscale.c:
21087         (gst_videoscale_handle_src_event):
21088           Don't leak reference to pad parent.
21089
21090 2005-11-16  Wim Taymans  <wim@fluendo.com>
21091
21092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21093         Set ringbuffer to flushing when stopping so that we don't
21094         block on wait_segment anymore and livelock.
21095
21096 2005-11-16  Wim Taymans  <wim@fluendo.com>
21097
21098         * examples/seeking/seek.c: (send_event), (do_seek),
21099         (loop_toggle_cb), (segment_done), (main):
21100         Added looping checkbox.
21101
21102 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21103
21104         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21105         (gst_ogg_demux_init):
21106         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21107         (gst_vorbis_dec_init):
21108           revert unrefs, they don't pass make check
21109
21110 2005-11-15  Johan Dahlin  <johan@gnome.org>
21111
21112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21113         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21114         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21115         (gst_vorbis_dec_init):
21116         Fix pad template leaks. 
21117
21118 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21119
21120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21121           Make state change function thread safe.
21122
21123 2005-11-15  Edward Hervey  <edward@fluendo.com>
21124
21125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21126         (gst_ogg_demux_class_init):
21127         Implement GstElement::send_event, so we can send seek events
21128         in GST_STATE_READY
21129
21130 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21131
21132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21133         Discovered how to take away flickering while resizing the
21134         window. Please don't put that in ximagesink, refactoring in
21135         progress.
21136
21137 2005-11-14  Michael Smith <msmith@fluendo.com>
21138
21139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21140         (gst_multifdsink_render):
21141           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21142
21143 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21144
21145         * gst/playback/gstplaybin.c: (gen_audio_element):
21146           Use autoaudiosink, it tends to be more widely available than
21147           autoaudiiosink.
21148           
21149 2005-11-14  Andy Wingo  <wingo@pobox.com>
21150
21151         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21152         as well if it is available. Fixes #316442.
21153
21154 2005-11-14  Michael Smith <msmith@fluendo.com>
21155
21156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21157         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21158         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21159         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21160         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21161         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21163         (gst_vorbisenc_change_state):
21164           Fix a small memory leak in vorbisenc.
21165           Fix large memory leaks in oggmux, also fix lots of state change
21166           bugs in oggmux.
21167
21168 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21169
21170         * gst/videotestsrc/gstvideotestsrc.c:
21171         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21172         (gst_videotestsrc_src_fixate):
21173           move fixation to a fixate function
21174           remove negotiate function, basesrc's is good enough
21175           fixes a bug for check when using the element alone
21176
21177 2005-11-13  Edward Hervey  <edward@fluendo.com>
21178
21179         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21180         (key_toggle_cb), (main):
21181         Added checkboxes for adding/removing the accurate and key_unit seek
21182         flags.
21183
21184 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21185
21186         * configure.ac: back to HEAD
21187
21188 === release 0.9.5 ===
21189
21190 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21191
21192         * configure.ac:
21193           releasing 0.9.5, "No No Kia"
21194
21195 2005-11-11  Edward Hervey  <edward@fluendo.com>
21196
21197         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21198         Added parse-launch syntax seeking mode for the seeking example.
21199         This should help stress-test even more cases.
21200         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21201
21202 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21203
21204         * sys/xvimage/xvimagesink.c:
21205         (gst_xvimagesink_navigation_send_event):
21206           Check whether peer pad exists before sending navigation events
21207           to it.
21208
21209 2005-11-11  Michael Smith <msmith@fluendo.com>
21210
21211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21212         (gst_vorbisenc_buffer_from_packet):
21213         * ext/vorbis/vorbisenc.h:
21214           Set duration on encoded buffers. This allows oggmux's
21215           max_page_delay parameter to actually work.
21216
21217 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21218
21219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21220         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21221         (gst_ffmpegcsp_avpicture_fill):
21222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21223         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21224           Make palettes work again (see #132341). Use our own macros
21225           for rounding up.
21226
21227 2005-11-10  Andy Wingo  <wingo@pobox.com>
21228
21229         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21230         string doober.
21231
21232 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21233
21234         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21235         (gst_ffmpegcsp_transform_caps):
21236           Prefer passthrough in transform_caps
21237
21238 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21239
21240         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21241           check for ALSA errors properly, instead of relying on ALSA's
21242           error strings to serve to the user.
21243
21244 2005-11-10  Wim Taymans  <wim@fluendo.com>
21245
21246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21247         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21248         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21249         Modernise the seek code.
21250
21251 2005-11-10  Michael Smith <msmith@fluendo.com>
21252         
21253         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21254         (setup_substreams), (set_active_source):
21255           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21256           trying to go to NULL if we failed to read a file.
21257
21258 2005-11-10  Wim Taymans  <wim@fluendo.com>
21259
21260         * gst/audiotestsrc/gstaudiotestsrc.c:
21261         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21262         (gst_audiotestsrc_create):
21263         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21264         (gst_sinesrc_get_times), (gst_sinesrc_create):
21265         * gst/videotestsrc/gstvideotestsrc.c:
21266         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21267         (gst_videotestsrc_create):
21268         The base class can now sync for us.
21269
21270 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21273           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21274           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21275           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21276           format=(fourcc)I420" ! xvimagesink
21277
21278 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21279
21280         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21281         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21282         (gst_sinesrc_newsegment):
21283           Send newsegment event in TIME format, set duration if
21284           num-buffers is set, fix duration querying.
21285
21286 2005-11-10  Michael Smith <msmith@fluendo.com>
21287
21288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21289         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21290         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21291         (gst_ogg_mux_collected):
21292          Fix EOS handling, partially. Now forwarding an EOS event once we have
21293          EOS on all pads works correctly. However, we still don't properly set
21294          EOS on the actual ogg stream pages.
21295
21296 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21297
21298         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21299           Set elements to NULL state before disposing of them.
21300
21301 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21302
21303         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21304
21305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21306         (gst_base_rtp_depayload_init),
21307         (gst_base_rtp_depayload_set_gst_timestamp):
21308         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21309           We need to send a newsegment event for each instance, not
21310           just for the first instance of this class (get rid of
21311           static variable in function). (#321011).
21312           
21313 2005-11-08  Michael Smith <msmith@fluendo.com>
21314
21315         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21316         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21317         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21318         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21319           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21320           This makes us mux things correctly according to the ogg muxing
21321           rules. Still not handling EOS correctly right now, though.
21322
21323 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * gst/audioconvert/gstaudioconvert.c:
21326           Fix typo in docs. 
21327
21328 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21329
21330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21331         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21332           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21333           creating a new chain; should fix live streaming. Also
21334           add more debug output and fix a typo.
21335
21336 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21337
21338         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21339
21340         * gst/volume/gstvolume.c: (volume_set_caps):
21341           Fix compilation on Solaris with Forte. (#320923)
21342
21343 2005-11-08  Wim Taymans  <wim@fluendo.com>
21344
21345         * gst-libs/gst/audio/gstbaseaudiosink.c:
21346         (gst_base_audio_sink_render):
21347         No need to do a typecheck.
21348
21349 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21350
21351         * ext/alsa/gstalsa.h:
21352           We register a debug category, so let's use it.
21353
21354 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21355
21356         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21357         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21358         Fixed a small problem.
21359
21360 2005-11-04  Wim Taymans  <wim@fluendo.com>
21361
21362         * examples/seeking/Makefile.am:
21363         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21364         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21365         (make_playerbin_pipeline), (format_value), (update_scale),
21366         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21367         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21368         (print_usage), (main):
21369         Added app for playback speed testing.
21370
21371         * examples/seeking/seek.c: (dynamic_link),
21372         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21373         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21374         (message_received), (main):
21375         Updated seek example.
21376
21377 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21378
21379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21380         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21381         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21382         (gst_base_rtp_depayload_set_clock):
21383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21384         Don't sleep on the bench (system clock) when you have a nice 
21385         comfortable bed (Gstreamer clock) to sleep on.
21386
21387 2005-11-03  Wim Taymans  <wim@fluendo.com>
21388
21389         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21390         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21391         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21392         Handle the case where a pad_block failed.
21393
21394 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21395
21396         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21397
21398         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21399         (gst_base_rtp_depayload_add_to_queue),
21400         (gst_base_rtp_depayload_push),
21401         (gst_base_rtp_depayload_set_gst_timestamp),
21402         (gst_base_rtp_depayload_queue_release):
21403           Fixes some bugs in the depayloader's queuing/de-queueing code.
21404
21405 2005-10-31  Michael Smith <msmith@fluendo.com>
21406
21407         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21408         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21409         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21410           Patch from Alessandro Decina <alessandro@nnva.org>.
21411           Make oggdemux only find the final time in a chain, not per-pad,
21412           since the per-pad information can be very expensive to locate, and
21413           it isn't used anywhere. This makes reading a file containing
21414           OggSkeleton reasonably fast.
21415           Also, make chain finding work when there are logical bitstreams that
21416           can't be decoded. Fixes #319110.
21417
21418 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21419
21420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21421         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21422         (gst_base_rtp_depayload_chain),
21423         (gst_base_rtp_depayload_add_to_queue),
21424         (gst_base_rtp_depayload_push),
21425         (gst_base_rtp_depayload_set_gst_timestamp),
21426         (gst_base_rtp_depayload_queue_release),
21427         (gst_base_rtp_depayload_start_thread),
21428         (gst_base_rtp_depayload_set_property),
21429         (gst_base_rtp_depayload_get_property):
21430         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21431         Some random fixes, to fullfill the desires of thomas.
21432
21433 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21434
21435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21436         (gst_base_rtp_depayload_add_to_queue),
21437         (gst_base_rtp_depayload_push):
21438         Fixed the queueing algorithm.
21439
21440 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21441
21442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21443         (gst_base_rtp_depayload_push):
21444         A small fix
21445
21446 2005-10-31  Wim Taymans  <wim@fluendo.com>
21447
21448         * gst-libs/gst/audio/gstringbuffer.h:
21449         Don't break ABI.
21450
21451         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21452         (gst_ffmpeg_caps_to_pixfmt):
21453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21454         (gst_ffmpegcsp_set_caps):
21455         Some more comments.
21456         Handle missing required caps fields better.
21457
21458 2005-10-31  Wim Taymans  <wim@fluendo.com>
21459
21460         * gst-libs/gst/audio/gstbaseaudiosink.c:
21461         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21462         (gst_base_audio_sink_render):
21463         * gst-libs/gst/audio/gstringbuffer.c:
21464         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21465         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21466         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21467         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21468         (gst_ring_buffer_read):
21469         * gst-libs/gst/audio/gstringbuffer.h:
21470         Add flushing mode to the ringbuffer so that it in all cases does
21471         not try to handle more audio. This makes sure it does not try to
21472         block anymore when flushing and fixes a livelock.
21473
21474 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21475
21476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21477         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21478         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21479           Explicitly check for -1 values before doing a conversion
21480           and always map them to -1. (#315545)
21481
21482 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21483
21484         * gst/playback/gstplaybin.c: (gen_video_element):
21485           first try autovideosink, then xvimagesink, then error out
21486         * po/POTFILES.in:
21487           add translatable file
21488         * po/af.po:
21489         * po/az.po:
21490         * po/cs.po:
21491         * po/en_GB.po:
21492         * po/hu.po:
21493         * po/it.po:
21494         * po/nb.po:
21495         * po/nl.po:
21496         * po/or.po:
21497         * po/sq.po:
21498         * po/sr.po:
21499         * po/sv.po:
21500         * po/uk.po:
21501         * po/vi.po:
21502           update translations
21503
21504 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21505
21506         * gst-libs/gst/rtp/gstbasedepayload.c:
21507         * gst-libs/gst/rtp/gstbasedepayload.h:
21508           Minor cleanups
21509
21510 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21511
21512         * gst/playback/.cvsignore:
21513         * gst/playback/decodetest.c:
21514         * gst/playback/test3.c:
21515           Port these two tests as well.
21516
21517 2005-10-27  Wim Taymans  <wim@fluendo.com>
21518
21519         * ext/theora/theoradec.c: (theora_dec_src_query),
21520         (theora_dec_sink_event):
21521         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21522         (theora_enc_change_state):
21523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21524         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21525         Take proper locks when handling events.
21526
21527 2005-10-27  Wim Taymans  <wim@fluendo.com>
21528
21529         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21530         (gst_adder_change_state):
21531         Fix timestamps and fix deadlock when stopping the collectpads.
21532
21533 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21534
21535         * gst-libs/gst/rtp/gstrtpbuffer.h:
21536         Declaring the payload types as strings too so that they can be used
21537         in the padtemplate inialization.
21538
21539 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21540
21541         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21542
21543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21544         (gst_base_rtp_depayload_class_init):
21545         Fixes a small but nasty bug. The derived elements no longer segfaults
21546         on finalization.
21547
21548 2005-10-26  Michael Smith <msmith@fluendo.com>
21549
21550         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21551           When clearing an audioconvert context, set tmpbufsize to zero, so
21552           we'll allocate it again later if required.
21553           This fixes audioconvert re-negotiating formats, which previously
21554           segfaulted with a NULL destination buffer.
21555
21556 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21557
21558         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21559         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21560         (gst_base_rtp_depayload_set_gst_timestamp),
21561         (gst_base_rtp_depayload_queue_release):
21562         Fixed a smalll memleak.
21563
21564 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21566         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21567         (gst_base_rtp_depayload_finalize),
21568         (gst_base_rtp_depayload_setcaps),
21569         (gst_base_rtp_depayload_add_to_queue),
21570         (gst_base_rtp_depayload_push),
21571         (gst_base_rtp_depayload_set_gst_timestamp),
21572         (gst_base_rtp_depayload_queue_release),
21573         (gst_base_rtp_depayload_thread),
21574         (gst_base_rtp_depayload_change_state):
21575         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21576         Changed the C++ comments to C comments
21577
21578 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21579
21580         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21581         * gst/tcp/gsttcpclientsrc.h:
21582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21583         * gst/tcp/gsttcpserversrc.h:
21584           Remove unused 'curoffset' structure member.
21585
21586 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21587
21588         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21589         (gst_base_rtp_depayload_base_init),
21590         (gst_base_rtp_depayload_finalize):
21591         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21592         * gst-libs/gst/rtp/gstbasertppayload.h:
21593           The pad-template on the sinkpad should be set by the derived classes.
21594           Also added some useful macros.
21595
21596 2005-10-24  Wim Taymans  <wim@fluendo.com>
21597
21598         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21599         Correctly flush decoder samples even if we could not
21600         copy them to an output buffer. Fixes #319618.
21601
21602 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21603
21604         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21606         the caps against our xcontext caps.
21607
21608 2005-10-24  Wim Taymans  <wim@fluendo.com>
21609
21610         * gst-libs/gst/audio/gstbaseaudiosink.c:
21611         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21612         Remove g_print
21613         Use sync property from baseclass to disable sync.
21614
21615 2005-10-24  Wim Taymans  <wim@fluendo.com>
21616
21617         * gst-libs/gst/audio/gstbaseaudiosink.c:
21618         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21619         Buffers with no timestamps get aligned with previous buffers or
21620         on underrun, played ASAP.
21621
21622 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21623
21624         * gst-libs/gst/video/video.h:
21625         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21626         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21628         here comes my change on caps for framerate and geometry range.
21629         We are now accepting 1 to MAXINT for width and height, and from
21630         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21631         to be blended correctly in videomixer.
21632
21633 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21634
21635         * configure.ac:
21636           back to HEAD
21637
21638 === release 0.9.4 ===
21639
21640 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21641
21642         * NEWS:
21643         * RELEASE:
21644         * configure.ac:
21645           releasing 0.9.4, "Velociraptor"
21646
21647 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21648
21649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21650         * po/POTFILES.in:
21651           STOPPED -> FAILED
21652
21653 2005-10-21  Wim Taymans  <wim@fluendo.com>
21654
21655         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21656         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21657         (pad_blocked), (close_pad_link), (new_pad):
21658         Don't try to remove elements twice.
21659
21660 2005-10-21  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/theora/theoradec.c: (theora_dec_src_query),
21663         (theora_dec_sink_event):
21664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21665         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21666         (vorbis_handle_data_packet):
21667         * ext/vorbis/vorbisdec.h:
21668         Fix old naming.
21669
21670         * gst-libs/gst/audio/gstbaseaudiosink.c:
21671         (gst_base_audio_sink_render):
21672         Don't try to sync on buffers without a timestamp.
21673
21674 2005-10-21  Wim Taymans  <wim@fluendo.com>
21675
21676         * ext/theora/theoradec.c: (theora_dec_src_query),
21677         (theora_dec_sink_event):
21678         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21679         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21680         (vorbis_handle_data_packet):
21681         * ext/vorbis/vorbisdec.h:
21682         Fix old naming.
21683
21684 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21685
21686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21687         (gst_vorbisenc_src_query):
21688           Implement position and duration queries.
21689
21690         * gst/playback/test3.c: (update_scale), (main):
21691           Fix for async state changes and print nicer output.
21692
21693 2005-10-20  Wim Taymans  <wim@fluendo.com>
21694
21695         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21696         (dump_element_stats), (main):
21697         * gst/playback/test6.c: (main):
21698         Fix tests again
21699
21700 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21701
21702         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21703         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21704           Don't use functions for position queries when handling
21705           duration queries.
21706
21707 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21708
21709         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21710         (vorbis_handle_data_packet), (vorbis_dec_chain),
21711         (vorbis_dec_change_state):
21712         * ext/vorbis/vorbisdec.h:
21713           Vorbis streams can be embedded in other container formats
21714           than ogg, container formats where the demuxer might set 
21715           timestamps on encoded vorbis buffers instead of those silly 
21716           granulepos thingies. In short: make vorbisdec handle 
21717           timestamps on incoming buffers as well.
21718
21719 2005-10-20  Wim Taymans  <wim@fluendo.com>
21720
21721         * gst/playback/gstplaybasebin.c: (group_destroy),
21722         (gst_play_base_bin_change_state):
21723         Fix leak.
21724         Handle case where playbasebin is now ASYNC because
21725         decodebin is.
21726
21727 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21728
21729         * gst/audioconvert/Makefile.am:
21730         * gst/audioconvert/bufferframesconvert.c:
21731         * gst/audioconvert/plugin.c: (plugin_init):
21732         * gst/audioconvert/plugin.h:
21733           And bye bye buffer-frames-convert
21734
21735 2005-10-19  Wim Taymans  <wim@fluendo.com>
21736
21737         * check/elements/audioconvert.c:
21738         * docs/libs/tmpl/gstaudio.sgml:
21739         * docs/libs/tmpl/gstcolorbalance.sgml:
21740         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21741         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21742         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21743         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21744         * gst-libs/gst/audio/audio.h:
21745         * gst/audioconvert/audioconvert.h:
21746         * gst/audioconvert/gstaudioconvert.c:
21747         (gst_audio_convert_parse_caps):
21748         * gst/volume/gstvolume.c:
21749         Bye bye buffer-frames.
21750
21751 2005-10-19  Wim Taymans  <wim@fluendo.com>
21752
21753         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21754         (query_positions_elems), (query_positions_pads), (update_scale),
21755         (do_seek), (set_update_scale), (message_received), (main):
21756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21757         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21758         (gst_ogg_demux_loop):
21759         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21760         * ext/theora/theoradec.c: (theora_dec_src_query),
21761         (theora_dec_sink_event):
21762         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21763         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21764         * gst/adder/gstadder.c: (gst_adder_query):
21765         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21766         * gst/playback/test3.c: (update_scale):
21767         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21768         (dump_element_stats), (main):
21769         * gst/playback/test6.c: (main):
21770         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21771         Query API update.
21772
21773 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21774
21775         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21776         (xml_check_first_element), (xml_type_find), (smil_type_find),
21777         (plugin_init):
21778           Add typefinding for SMIL and for generic XML. Based on patch by
21779           Akos Maroy (#308663).
21780
21781 2005-10-18  Wim Taymans  <wim@fluendo.com>
21782
21783         * gst/playback/Makefile.am:
21784         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21785         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21786         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21787         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21788         (gst_decode_bin_change_state):
21789         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21790         (gst_play_bin_send_event_to_sink):
21791         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21792         (dump_element_stats), (main):
21793         * gst/playback/test6.c: (main):
21794         Make playbin async, it'll commit state to paused when all streams
21795         are detected.
21796         Remove ugly hack.
21797         Added test6.c to show async behaviour.
21798
21799 2005-10-18  Wim Taymans  <wim@fluendo.com>
21800
21801         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21803         Fix for segment-start/stop API change.
21804
21805 2005-10-18  Wim Taymans  <wim@fluendo.com>
21806
21807         * check/Makefile.am:
21808         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21809         (main):
21810         Add future test for clock selection.
21811
21812 2005-10-18  Wim Taymans  <wim@fluendo.com>
21813
21814         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21815         (gst_alsasink_close):
21816         Set handle to NULL.
21817
21818         * gst-libs/gst/audio/gstringbuffer.c:
21819         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21820         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21821         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21822         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21823         (gst_ring_buffer_read):
21824         More debug info.
21825
21826 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21827
21828         * gst/audiotestsrc/Makefile.am:
21829         * gst/sine/Makefile.am:
21830         * gst/volume/Makefile.am:
21831           fix broken build of controllerized plugins
21832
21833 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21834
21835         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21836
21837         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21838         (gst_riff_create_video_template_caps):
21839           Add support for Indeo-3 (IV32).
21840
21841 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * configure.ac:
21844           rewrite
21845
21846 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21847
21848         * gst-libs/gst/video/video.c: (gst_video_get_size):
21849         * gst/audiotestsrc/gstaudiotestsrc.c:
21850           doc updates
21851
21852 2005-10-17  Andy Wingo  <wingo@pobox.com>
21853
21854         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21855         with the collectpads change.
21856         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21857
21858         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21859
21860         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21861
21862         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21863         alloc_buffer flow return to callers.
21864         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21865         change. Fix some memleaks in theoraenc.
21866
21867         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21868         in strange circumstance.
21869
21870 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21871
21872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21873         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21874         from caps, let's use the caps...
21875
21876 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * configure.ac:
21879           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21880
21881 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * gst-libs/gst/interfaces/Makefile.am:
21884           fix silly typo
21885
21886 2005-10-16  Andy Wingo  <wingo@pobox.com>
21887
21888         * gst/playback/gstdecodebin.c
21889         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21890         function!
21891         (try_to_link_1): Increase kraziness level.
21892
21893 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * configure.ac:
21896           restructure like the core one
21897         * gst-libs/gst/audio/Makefile.am:
21898         * gst-libs/gst/interfaces/Makefile.am:
21899         * gst-libs/gst/net/Makefile.am:
21900         * gst-libs/gst/riff/Makefile.am:
21901         * gst-libs/gst/rtp/Makefile.am:
21902         * gst-libs/gst/tag/Makefile.am:
21903         * gst-libs/gst/video/Makefile.am:
21904           use correct linker flags, now the libs are properly versioned
21905         * check/elements/audioconvert.c: (verify_convert):
21906         * ext/alsa/gstalsaplugin.c:
21907         * ext/cdparanoia/gstcdparanoia.c:
21908         * ext/gnomevfs/gstgnomevfs.c:
21909         * ext/libvisual/visual.c:
21910         * ext/ogg/gstogg.c:
21911         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21912         * ext/theora/theora.c:
21913         * ext/vorbis/vorbis.c:
21914         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21915         * gst-libs/gst/tag/gsttagediting.c:
21916         * gst-libs/gst/video/video.c:
21917         * gst/adder/gstadder.c:
21918         * gst/audioconvert/plugin.c:
21919         * gst/audiorate/gstaudiorate.c:
21920         * gst/audioresample/gstaudioresample.c:
21921         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21922         * gst/audioscale/gstaudioscale.c:
21923         * gst/audioscale/resample.c:
21924         * gst/audiotestsrc/gstaudiotestsrc.c:
21925         * gst/ffmpegcolorspace/gstffmpeg.c:
21926         * gst/playback/gstdecodebin.c: (close_pad_link):
21927         * gst/playback/gstplaybin.c: (gen_video_element),
21928         (gen_audio_element):
21929         * gst/sine/gstsinesrc.c:
21930         * gst/subparse/gstsubparse.c:
21931         * gst/tags/gsttagediting.c:
21932         * gst/tcp/gsttcpplugin.c:
21933         * gst/typefind/gsttypefindfunctions.c:
21934         * gst/videorate/gstvideorate.c:
21935         * gst/videoscale/gstvideoscale.c:
21936         * gst/videotestsrc/gstvideotestsrc.c:
21937         * gst/volume/gstvolume.c:
21938         * sys/v4l/gstv4l.c:
21939         * sys/ximage/ximage.c:
21940         * sys/xvimage/xvimagesink.c:
21941           fix up defines
21942
21943 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21944
21945         * ext/vorbis/vorbisenc.c:
21946         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21947         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21948         (gst_tag_to_vorbis_comments):
21949           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21950
21951 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21952
21953         * examples/stats/mp2ogg.c:
21954         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21955           typo fixes
21956
21957 2005-10-13  Michael Smith <msmith@fluendo.com>
21958
21959         * ext/ogg/gstoggmux.c:
21960           Use magic glib macros to define constants as 64 bit, to ensure
21961           appropriate vararg passing.
21962
21963 2005-10-13  Michael Smith <msmith@fluendo.com>
21964
21965         * ext/ogg/gstoggmux.c:
21966         * gst/audioconvert/audioconvert.c: (float):
21967           Don't use LL suffix, as it's not portable, and neither of these
21968           uses required it anyway.
21969
21970 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21971
21972         * examples/indexing/indexmpeg.c: (main):
21973         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21974         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21975         (cdparanoia_convert), (cdparanoia_query):
21976         * ext/cdparanoia/gstcdparanoia.h:
21977         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21978         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21979         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21981         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21982         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21983         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21984         (gst_multifdsink_render), (gst_multifdsink_start),
21985         (gst_multifdsink_stop):
21986         * gst/tcp/gstmultifdsink.h:
21987         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21988         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21989         (gst_tcpclientsink_stop):
21990         * gst/tcp/gsttcpclientsink.h:
21991         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21992         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21993         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21994         * gst/tcp/gsttcpclientsrc.h:
21995         * gst/tcp/gsttcpserversink.h:
21996         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21997         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21998         (gst_tcpserversrc_stop):
21999         * gst/tcp/gsttcpserversrc.h:
22000         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22002         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22003           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22004           moved bitshift from macro to enum definition
22005
22006 2005-10-12  Wim Taymans  <wim@fluendo.com>
22007
22008         * examples/seeking/Makefile.am:
22009         Oops.
22010
22011 2005-10-12  Wim Taymans  <wim@fluendo.com>
22012
22013         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22014         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22015         Don't assert on normal stuff.
22016
22017         * gst/playback/gstplaybin.c: (do_playbin_seek):
22018         API fix.
22019
22020 2005-10-12  Wim Taymans  <wim@fluendo.com>
22021
22022         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22023         * examples/seeking/Makefile.am:
22024         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22025         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22026         (do_seek), (set_update_scale), (message_received), (main):
22027         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22028         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22029         Update for _get_state() API change.
22030
22031 2005-10-11  Wim Taymans  <wim@fluendo.com>
22032
22033         * gst-libs/gst/audio/gstbaseaudiosink.c:
22034         (gst_base_audio_sink_render):
22035         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22036         (gst_base_audio_src_create):
22037         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22038         (gst_ring_buffer_read):
22039         Cleanups.
22040         Commit and read from ringbuffer in samples rather than bytes.
22041
22042 2005-10-11  Wim Taymans  <wim@fluendo.com>
22043
22044         * gst-libs/gst/audio/gstbaseaudiosink.c:
22045         (gst_base_audio_sink_render):
22046         Respect segment rate and accum when scheduling samples.
22047
22048 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22049
22050         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22051         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22052         EOS correctly, that needs more work.
22053
22054 2005-10-11  Wim Taymans  <wim@fluendo.com>
22055
22056         * check/generic/states.c: (GST_START_TEST):
22057         remove old property.
22058
22059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22060         (gst_ogg_demux_perform_seek):
22061         * ext/theora/theoradec.c: (theora_dec_sink_event):
22062         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22063         (vorbis_handle_data_packet):
22064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22065         (gst_base_rtp_depayload_set_gst_timestamp):
22066         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22067         Update for newsegment API change.
22068
22069 2005-10-11  Michael Smith <msmith@fluendo.com>
22070
22071         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22072         (do_playbin_seek), (gst_play_bin_send_event):
22073           Override send_event differently, so that we can takes bits of
22074           functionality from GstPipeline (special handling for seeks,
22075           including pausing/resuming, and resetting stream time) and still get
22076           the appropriate behaviour of only forwarding event to a single sink,
22077           rather than all of them.
22078           Unfortunately requires a lot of code duplication, but the
22079           alternatives are equally ugly in the end.
22080
22081 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22082
22083         * check/elements/audioconvert.c: (setup_audioconvert),
22084         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22085         (GST_START_TEST), (audioconvert_suite):
22086           clean up tests a little, fix some leaks.
22087
22088 2005-10-10  Wim Taymans  <wim@fluendo.com>
22089
22090         * ext/alsa/gstalsasink.c:
22091         Also allow unsigned int.
22092
22093         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22094         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22095         Small cleanup
22096
22097 2005-10-10  Wim Taymans  <wim@fluendo.com>
22098
22099         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22100         Small update, use API as stated in design docs.
22101
22102         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22103         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22104         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22105         (message_received), (main):
22106         Updated seek example for GOption. Some usability improvements.
22107
22108 2005-10-10  Wim Taymans  <wim@fluendo.com>
22109
22110         * gst/audioconvert/audioconvert.h:
22111         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22112         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22113         Alloc temp storage somewhere else where we can do it more
22114         portable.
22115
22116 2005-10-10  Wim Taymans  <wim@fluendo.com>
22117
22118         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22119         (gst_tcpserversrc_start):
22120         Don't block in accept while doing the state change, move
22121         to poll and make cancellable.
22122
22123 2005-10-09  Philippe Khalaf <burger@speedy.org>
22124
22125         * gst-libs/gst/rtp/rtpbasedepayload.c:
22126         Set timestamp and add queue delay to timestamp
22127         * gst-libs/gst/rtp/rtpbuffer.h:
22128         Set correct payload type for h263
22129
22130 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22131
22132         * gst/audiotestsrc/gstaudiotestsrc.c:
22133         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22134         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22135         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22136         (gst_audiotestsrc_create_triangle),
22137         (gst_audiotestsrc_create_silence),
22138         (gst_audiotestsrc_create_white_noise),
22139         (gst_audiotestsrc_init_pink_noise),
22140         (gst_audiotestsrc_generate_pink_noise_value),
22141         (gst_audiotestsrc_create_pink_noise),
22142         (gst_audiotestsrc_change_wave):
22143         * gst/audiotestsrc/gstaudiotestsrc.h:
22144           fixed typo, added pink noise
22145
22146 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22147
22148         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22149         (plugin_init):
22150           Add wavpack and spc typefind functions from 0.8 branch.
22151
22152 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22153
22154         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22155         (ar_type_find), (msdos_type_find), (plugin_init):
22156           Add typefind functions for tar archives, ar archives,
22157           RAR archives, and msdos-executables (dlls, exe, etc.).
22158           Some of those would be wrongly identified as mpeg
22159           streams of some sort before (#315550).
22160
22161 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22162
22163         * configure.ac:
22164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22166         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22167         * gst/audiotestsrc/Makefile.am:
22168         * gst/audiotestsrc/gstaudiotestsrc.c:
22169         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22170         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22171         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22172         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22173         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22174         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22175         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22176         (gst_audiotestsrc_create_silence),
22177         (gst_audiotestsrc_create_white_noise),
22178         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22179         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22180         (gst_audiotestsrc_start), (plugin_init):
22181         * gst/audiotestsrc/gstaudiotestsrc.h:
22182           add new plugin and element
22183         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22184           use gobject_class
22185
22186 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22187
22188         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22189         (gst_adder_init), (gst_adder_request_new_pad),
22190         (gst_adder_change_state):
22191           Add query function to source pad, so adder reports the correct
22192           time/sample position when queried (#315457); fix state change
22193           function; use GST_DEBUG_FUNCPTR() for pad functions.
22194
22195 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22196
22197         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22198           Fix leaks in typefind registration
22199           Clean up the gratuitous commenting and whitespacing a little
22200
22201 2005-10-08  Wim Taymans  <wim@fluendo.com>
22202
22203         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22204         Only actually wait for the thread to be stopped if it's 
22205         running.
22206
22207 2005-10-08  Wim Taymans  <wim@fluendo.com>
22208
22209         * gst-libs/gst/audio/gstbaseaudiosink.c:
22210         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22211         If we receive EOS we can start playback of what we had.
22212
22213 2005-10-08  Wim Taymans  <wim@fluendo.com>
22214
22215         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22216         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22217         (gst_multifdsink_stop):
22218         Fix crasher when going to NULL multiple times.
22219
22220 2005-10-06  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22223         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22224         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22226         patch from Edgard Lima <edgard.lima@indt.org.br>
22227         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22228
22229 2005-10-06  Wim Taymans  <wim@fluendo.com>
22230
22231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22232         Report the FLOW_RETURN as string in the error message.
22233
22234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22235         Don't assert when clearing an unnegotiated buffer.
22236
22237 2005-10-04  Michael Smith <msmith@fluendo.com>
22238
22239         * gst/playback/gstplaybasebin.c: (group_destroy),
22240         (gen_preroll_element), (remove_groups), (setup_source):
22241         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22242         (setup_sinks), (gst_play_bin_send_event),
22243         (gst_play_bin_change_state):
22244           Set state to NULL before removing from bin. Fix refcounting.
22245
22246 2005-10-04  Michael Smith <msmith@fluendo.com>
22247
22248         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22249           Correct refcounting in send_event() function. Previously was wrong
22250           if the first sink was unable to handle the event.
22251
22252 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * configure.ac:
22255           back to development
22256
22257 === release 0.9.3 ===
22258
22259 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22260
22261         * configure.ac:
22262           Releasing 0.9.3, "De Facto"
22263
22264 2005-10-03  Andy Wingo  <wingo@pobox.com>
22265
22266         * gst/playback/gstdecodebin.c (try_to_link_1)
22267         (remove_element_chain): set element to NULL before removing it.
22268
22269 2005-10-02  Johan Dahlin  <johan@gnome.org>
22270
22271         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22272         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22273         MT safe.
22274
22275 2005-10-02  Andy Wingo  <wingo@pobox.com>
22276
22277         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22278         (gst_ring_buffer_prepare_read): 
22279         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22280         Demote to LOG.
22281
22282 2005-09-29  Wim Taymans  <wim@fluendo.com>
22283
22284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22285         * ext/theora/theoradec.c: (theora_handle_data_packet):
22286         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22287         Propagate error codes from alloc_buffer too.
22288
22289 2005-09-29  Wim Taymans  <wim@fluendo.com>
22290
22291         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22292         We use fixed caps.
22293
22294         * gst/playback/Makefile.am:
22295         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22296         (dump_element_stats), (main):
22297         Added example stream introspection code.
22298
22299 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22300
22301         * gst/adder/gstadder.c: (gst_adder_collected):
22302           fix adder for float elements
22303
22304 2005-09-28  Wim Taymans  <wim@fluendo.com>
22305
22306         * gst-libs/gst/audio/gstbaseaudiosink.c:
22307         (gst_base_audio_sink_class_init),
22308         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22309         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22310         (gst_base_audio_src_class_init),
22311         (gst_base_audio_src_provide_clock):
22312         get_clock -> provide_clock
22313
22314 2005-09-28  Andy Wingo  <wingo@pobox.com>
22315
22316         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22317         and unlocking.
22318
22319         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22320         unlocking.
22321
22322         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22323         Actually add the pad template.
22324         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22325
22326         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22327         I'm at it...
22328
22329         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22330         from fdsrc. Get caps in create() instead of start() so it can be
22331         interrupted. Interruption somewhat untested.
22332
22333         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22334         Proper EOS handling.
22335
22336 2005-09-27  Andy Wingo  <wingo@pobox.com>
22337
22338         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22339
22340         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22341
22342         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22343
22344         * gst/tcp/gsttcp.h: 
22345         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22346         out of tcpclientsrc.c. Cancellable.
22347         (gst_tcp_socket_read): Made private, cancellable, with better
22348         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22349         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22350         whole buffer, and better diagnostics.
22351         (gst_tcp_gdp_read_caps): Same.
22352
22353         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22354
22355 2005-09-26  Andy Wingo  <wingo@pobox.com>
22356
22357         * gst/sine/gstsinesrc.h:
22358         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22359         change the 'sync' property to 'is-live' and implement it halfway,
22360         update for controller api change.
22361
22362         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22363         controller api change.
22364
22365 2005-09-24  Wim Taymans  <wim@fluendo.com>
22366
22367         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22368         * gst-libs/gst/audio/gstaudiosink.c:
22369         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22370         (gst_audioringbuffer_stop):
22371         * gst-libs/gst/audio/gstbaseaudiosink.c:
22372         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22373         (gst_base_audio_sink_change_state):
22374         * gst-libs/gst/audio/gstbaseaudiosink.h:
22375         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22376         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22377         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22378         * gst-libs/gst/audio/gstringbuffer.h:
22379         Fix sync again. Moved sample alignment to basesink.
22380
22381 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22382
22383         * docs/plugins/Makefile.am:
22384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22386         * gst/volume/gstvolume.c:
22387           add/fix docs
22388         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22389         * gst-libs/gst/audio/audio.h:
22390           add conversion macros for frames <-> clocktime
22391
22392 2005-09-23  David Schleef  <ds@schleef.org>
22393
22394         * gst/audioresample/Makefile.am:
22395         * gst/audioresample/debug.h:
22396         * gst/audioresample/gstaudioresample.c:
22397         * gst/audioresample/resample.c: Convert to using gst debugging
22398
22399 2005-09-22  Wim Taymans  <wim@fluendo.com>
22400
22401         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22402         (gst_play_bin_send_event):
22403         Only seek on one sink, the first one that succeeds.
22404
22405 2005-09-22  Michael Smith <msmith@fluendo.com>
22406
22407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22408         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22409         Don't flush encoder state unless we have an initialised encoder.
22410         Clear out encoder state on PAUSED_TO_READY.
22411
22412 2005-09-22  Wim Taymans  <wim@fluendo.com>
22413
22414         * gst-libs/gst/rtp/gstbasertppayload.c:
22415         (gst_basertppayload_class_init), (gst_basertppayload_init),
22416         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22417         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22418         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22419         (gst_basertppayload_set_property),
22420         (gst_basertppayload_get_property),
22421         (gst_basertppayload_change_state):
22422         * gst-libs/gst/rtp/gstbasertppayload.h:
22423         Added max-ptime to control amount of data in the rtp packets.
22424
22425 2005-09-21  Andy Wingo  <wingo@pobox.com>
22426
22427         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22428         thingies.
22429
22430         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22431         can be called multiple times, dogs.
22432
22433 2005-09-21  Wim Taymans  <wim@fluendo.com>
22434
22435         * gst-libs/gst/rtp/gstbasertppayload.c:
22436         (gst_basertppayload_class_init), (gst_basertppayload_init),
22437         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22438         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22439         (gst_basertppayload_push), (gst_basertppayload_get_property),
22440         (gst_basertppayload_change_state):
22441         Allow 0 ssrc too.
22442
22443 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22444
22445         * docs/libs/compiling.sgml:
22446           fixing typos
22447
22448 2005-09-20  Wim Taymans  <wim@fluendo.com>
22449
22450         * gst-libs/gst/rtp/gstbasertppayload.c:
22451         (gst_basertppayload_class_init), (gst_basertppayload_init),
22452         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22453         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22454         (gst_basertppayload_push), (gst_basertppayload_set_property),
22455         (gst_basertppayload_get_property),
22456         (gst_basertppayload_change_state):
22457         * gst-libs/gst/rtp/gstbasertppayload.h:
22458         Added property to configure sequence number offsets.
22459
22460 2005-09-20  Wim Taymans  <wim@fluendo.com>
22461
22462         * gst-libs/gst/rtp/gstbasertppayload.c:
22463         (gst_basertppayload_class_init), (gst_basertppayload_init),
22464         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22465         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22466         (gst_basertppayload_push), (gst_basertppayload_set_property),
22467         (gst_basertppayload_get_property),
22468         (gst_basertppayload_change_state):
22469         * gst-libs/gst/rtp/gstbasertppayload.h:
22470         Make timestamp offset configurable.
22471
22472 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22473
22474         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22475           fix wrong pop/unref
22476
22477 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22478
22479         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22480
22481         * gst-libs/gst/interfaces/propertyprobe.c:
22482         (gst_property_probe_probe_property_name),
22483         (gst_property_probe_needs_probe_name),
22484         (gst_property_probe_get_values_name),
22485         (gst_property_probe_probe_and_get_values_name):
22486           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22487           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22488
22489 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22490
22491         * check/Makefile.am:
22492           have some tests be disabled for valgrinding
22493         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22494         (GST_START_TEST):
22495         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22496           Fix A Leak.  Chain To Parent Finalize.
22497
22498 2005-09-19  Wim Taymans  <wim@fluendo.com>
22499
22500         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22501         Fixed wav pipeline.
22502
22503 2005-09-19  Wim Taymans  <wim@fluendo.com>
22504
22505         * gst-libs/gst/rtp/gstbasertppayload.c:
22506         (gst_basertppayload_class_init), (gst_basertppayload_init),
22507         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22508         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22509         (gst_basertppayload_push), (gst_basertppayload_get_property),
22510         (gst_basertppayload_change_state):
22511         Posting ERROR and WARNING messages is good.
22512
22513 2005-09-19  Wim Taymans  <wim@fluendo.com>
22514
22515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22516         (gst_base_rtp_depayload_add_to_queue),
22517         (gst_base_rtp_depayload_push),
22518         (gst_base_rtp_depayload_set_gst_timestamp),
22519         (gst_base_rtp_depayload_queue_release):
22520         This one was not supposed to go in.
22521
22522 2005-09-19  Wim Taymans  <wim@fluendo.com>
22523
22524         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22525         Fix for bus API.
22526
22527         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22528         (gst_base_rtp_depayload_chain),
22529         (gst_base_rtp_depayload_add_to_queue),
22530         (gst_base_rtp_depayload_push),
22531         (gst_base_rtp_depayload_set_gst_timestamp),
22532         (gst_base_rtp_depayload_queue_release):
22533         Some cleanups.
22534
22535         * gst-libs/gst/rtp/gstbasertppayload.c:
22536         (gst_basertppayload_class_init), (gst_basertppayload_init),
22537         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22538         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22539         (gst_basertppayload_get_property),
22540         (gst_basertppayload_change_state):
22541         Added debugging category.
22542
22543 2005-09-18  David Schleef  <ds@schleef.org>
22544
22545         * gst/playback/gstdecodebin.c: free plugin list correctly
22546         * gst/playback/gstplaybin.c: emit warning if autovideosink
22547           and autoaudiosink can't be found (instead of segfaulting)
22548
22549 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22550
22551         * check/elements/audioconvert.c: (GST_START_TEST):
22552           try out 24 bit conversion
22553
22554 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22555
22556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22557         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22558         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22559         * ext/vorbis/vorbisenc.h:
22560           Fix EOS handling.  Still needs a fix in the ogg muxer to
22561           mark the last page as eos.
22562
22563 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22564
22565         * common/gtk-doc-plugins.mak:
22566         * docs/plugins/Makefile.am:
22567         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22568         * gst/ffmpegcolorspace/Makefile.am:
22569         * gst/ffmpegcolorspace/avcodec.h:
22570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22571         * gst/tcp/gstmultifdsink.c:
22572           fix up ffmpegcolorspace docs; extract header
22573
22574 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22575
22576         * common/gtk-doc-plugins.mak:
22577         * docs/plugins/Makefile.am:
22578         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22579         * ext/theora/Makefile.am:
22580         * ext/theora/gsttheoraenc.h:
22581         * ext/theora/theoraenc.c:
22582         * ext/vorbis/vorbisenc.c:
22583           pick up signals and args for vorbis; add some docs for vorbis
22584
22585 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22586
22587         * common/gstdoc-scangobj:
22588         * common/gtk-doc-plugins.mak:
22589         * docs/libs/Makefile.am:
22590         * docs/plugins/gst-plugins-base-plugins.args:
22591         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22592         * docs/plugins/gst-plugins-base-plugins.interfaces:
22593         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22594         * docs/plugins/gst-plugins-base-plugins.signals:
22595           only scanobj stuff from our source module.  Not sure yet
22596           if that's correct, given the hierarchy stuff :)
22597
22598 2005-09-15  Wim Taymans  <wim@fluendo.com>
22599
22600         * gst/audioconvert/gstaudioconvert.c:
22601         And enable 24 bits mode as well..
22602
22603 2005-09-15  Wim Taymans  <wim@fluendo.com>
22604
22605         * gst-libs/gst/rtp/Makefile.am:
22606         * gst-libs/gst/rtp/gstbasertppayload.c:
22607         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22608         (gst_basertppayload_class_init), (gst_basertppayload_init),
22609         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22610         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22611         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22612         (gst_basertppayload_set_property),
22613         (gst_basertppayload_get_property),
22614         (gst_basertppayload_change_state):
22615         * gst-libs/gst/rtp/gstbasertppayload.h:
22616         Added rtp payloader base class.
22617
22618 2005-09-15  Andy Wingo  <wingo@pobox.com>
22619
22620         * configure.ac (plugindir): Remove the EOL matcher from the
22621         regexp, as it causes me problems. Libtool? Make? Who knows?
22622
22623 2005-09-14  David Schleef  <ds@schleef.org>
22624
22625         * check/generic/states.c: 
22626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22628           Fixes for changes in registry API.
22629
22630         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22631           to GST_PLUGIN_LDFLAGS.
22632         * ext/libvisual/visual.c: Make the library shut up.
22633         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22634         * gst-libs/gst/audio/gstaudiofilter.c: same
22635
22636 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22637
22638         * docs/plugins/Makefile.am:
22639         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22640         * docs/plugins/inspect/plugin-libvisual.xml:
22641         * docs/plugins/tmpl/element-tcpserversink.sgml:
22642         * ext/theora/theoraenc.c:
22643           add libvisual plugin and theoraenc element to docs
22644
22645 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22648         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22649         * ext/theora/theoraenc.c:
22650           add theoraenc
22651
22652 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22653
22654         * gst/audioconvert/Makefile.am:
22655           Audioconvert derives from GstBaseTransform and should
22656           link to the library with our base elements to avoid
22657           unresolved symbols. Makes things work with MinGW (#316160)
22658
22659         * gst/playback/test4.c: (main):
22660           Fix MinGW build problem and use g_usleep() instead of 
22661           sleep() (#316162)
22662
22663 2005-09-12  Wim Taymans  <wim@fluendo.com>
22664
22665         * gst/audioconvert/audioconvert.c: (float),
22666         (audio_convert_prepare_context), (audio_convert_convert):
22667         * gst/audioconvert/audioconvert.h:
22668         Cleanups, speedups, simplifications, added back support
22669         for 24 bits.
22670
22671 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22672
22673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22675         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22676         * docs/plugins/tmpl/element-tcpserversink.sgml:
22677         * gst/ffmpegcolorspace/gstffmpeg.c:
22678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22679         * gst/videotestsrc/gstvideotestsrc.c:
22680         * gst/volume/gstvolume.c:
22681           add more elements to the docs
22682
22683 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22684
22685         * check/Makefile.am:
22686         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22687         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22688           Add extra tests for basetransform based components. 
22689           Comment out the test_element_negotiation test until we decide
22690           if it's testing correct behaviour.
22691         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22692         (gst_visual_chain), (gst_visual_change_state):
22693           Slightly more correct but still bogus timestamping.
22694           Fix state change function.
22695         * gst/audioconvert/gstaudioconvert.c:
22696         (gst_audio_convert_class_init):
22697         * gst/audioresample/gstaudioresample.c:
22698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22699         (gst_ffmpegcsp_class_init):
22700         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22701         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22702         (gst_videoscale_prepare_image):
22703         * gst/volume/gstvolume.c: (gst_volume_class_init),
22704         (volume_transform_ip):
22705           Basetransform updates. Enable passthrough modes.
22706         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22707         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22708         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22709           Negotiation fix that allows the window to return to the original
22710           size and renegotiate passthrough upstream. Extra debug output.
22711
22712 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22713
22714         * gst/sine/gstsinesrc.c:
22715         * gst/volume/gstvolume.c:
22716           fix up header include
22717
22718 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22719
22720         * gst-libs/gst/audio/gstbaseaudiosink.c:
22721         (gst_base_audio_sink_render):
22722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22723         * gst/volume/gstvolume.c: (gst_volume_class_init),
22724         (volume_transform):
22725           fixing lost sync, some more debugging
22726
22727 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22728
22729         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22730         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22731         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22732         (gst_xvimagesink_check_xshm_calls):
22733           Fix compilation when XShm is not available.
22734
22735 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22736
22737         * ext/libvisual/visual.c: (gst_visual_dispose),
22738         (gst_visual_getcaps), (gst_visual_src_setcaps),
22739         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22740         (gst_visual_change_state):
22741           Finish fixing up libvisual plugin so that it runs. 
22742
22743 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22744
22745         * ext/vorbis/vorbisenc.c:
22746         * gst-libs/gst/tag/gstvorbistag.c:
22747           gsttaginterface.h -> gsttagsetter.h
22748
22749 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22750
22751         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22752           added another test that failes for me (test is not active by default)
22753
22754 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22755
22756         * configure.ac:
22757           v4l2 is no longer in gst-plugins-base
22758
22759 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22760
22761         * configure.ac:
22762           In the output at the end, don't show the first plugin on the same
22763           line as "Core plug-ins, always built:".
22764           Indent the output as for other plugin categories
22765         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22766           #define that can be used to not use peer buffer_alloc functions for
22767           test purposes.
22768         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22769         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22770         (gst_ximagesink_show_frame):
22771         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22772         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22773         (gst_xvimagesink_show_frame):
22774           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22775           fails gracefully instead of XError aborting or deadlocking.
22776
22777 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22778
22779         * ext/libvisual/Makefile.am:
22780           link against gst-base-libs
22781
22782 2005-09-06  David Schleef  <ds@schleef.org>
22783
22784         * configure.ac: Enable libvisual plugin.
22785         * ext/libvisual/Makefile.am:
22786         * ext/libvisual/visual.c: Fixes to make it compile.
22787
22788 === release 0.9.2 ===
22789
22790 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22791
22792         * NEWS:
22793         * RELEASE:
22794         * configure.ac:
22795         * docs/random/ChangeLog-0.8:
22796           releasing 0.9.2, "Spoon"
22797
22798 2005-09-05  Michael Smith <msmith@fluendo.com>
22799
22800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22801           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22802           that in the vorbisenc element.
22803
22804 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22805
22806         * common/gtk-doc-plugins.mak:
22807         * docs/plugins/Makefile.am:
22808           fix distcheck
22809         * gst/audioresample/resample.c:
22810           fix wrong docstring
22811
22812 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22813
22814         * common/gst-xmlinspect.py:
22815         * common/gtk-doc-plugins.mak:
22816           only inspect plugins for this given package
22817           require gst-python 0.9
22818
22819 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22820
22821         * Makefile.am:
22822         * autogen.sh:
22823         * common/gst-xmlinspect.py:
22824         * configure.ac:
22825         * docs/Makefile.am:
22826         * docs/plugins/inspect/plugin-alsa.xml:
22827         * docs/plugins/inspect/plugin-audioresample.xml:
22828         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22829         * docs/plugins/inspect/plugin-ogg.xml:
22830         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22831         * docs/plugins/tmpl/element-multifdsink.sgml:
22832         * docs/plugins/tmpl/element-tcpserversink.sgml:
22833         * docs/plugins/tmpl/element-vorbisenc.sgml:
22834         * gst-plugins-base.spec.in:
22835           various doc-related updates
22836
22837 2005-08-31  Wim Taymans  <wim@fluendo.com>
22838
22839         * gst-libs/gst/audio/gstbaseaudiosink.c:
22840         (gst_base_audio_sink_render):
22841         Resync if the buffer timestamps drift more than a 10th 
22842         of a second.
22843
22844 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22845
22846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22847         (gst_v4lsrc_get_property):
22848           The 'timestamp-offset' property is registered as an int64, so
22849           let's use g_value_{set|get}_int64() in our setter and getter
22850           functions (makes it work and fixes warnings with gst-inspect).
22851
22852 2005-08-30  Wim Taymans  <wim@fluendo.com>
22853
22854         * check/elements/audioconvert.c: (setup_audioconvert):
22855         * check/elements/audioresample.c: (setup_audioresample):
22856         * check/elements/volume.c: (setup_volume):
22857         Fix checks.
22858
22859 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22860
22861         * common/gtk-doc-plugins.mak:
22862         * common/plugins.xsl:
22863         * docs/plugins/Makefile.am:
22864           make module a param
22865
22866 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22867
22868         * examples/seeking/seek.c: (make_mp3_pipeline),
22869         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22870         (play_cb), (pause_cb), (stop_cb):
22871           update the example
22872
22873 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22874
22875         * gst/volume/gstvolume.c: (gst_volume_class_init),
22876         (volume_transform):
22877           do not update controlled params, if buffer has no timestamp
22878
22879 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22880
22881         * configure.ac:
22882         * gst/sine/Makefile.am:
22883         * gst/volume/Makefile.am:
22884           controllerized elements also need to link against controller-libs ;)
22885
22886 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22887
22888         * docs/libs/tmpl/gstcolorbalance.sgml:
22889         * docs/libs/tmpl/gstgconf.sgml:
22890         * docs/libs/tmpl/gstmixer.sgml:
22891         * docs/libs/tmpl/gstringbuffer.sgml:
22892         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22893         (gst_sinesrc_create):
22894         * gst/volume/gstvolume.c: (gst_volume_class_init),
22895         (volume_transform):
22896           controllerized two audio plugins
22897
22898 2005-08-29  Andy Wingo  <wingo@pobox.com>
22899
22900         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22901         (vorbis_handle_data_packet): Fix some int overflow errors.
22902
22903         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22904         -1.
22905         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22906         valid.
22907         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22908         if it's valid. Fixed streaming-mode playback.
22909
22910         * check/elements/volume.c (cleanup_volume): Fix for running
22911         CK_FORK=no.
22912
22913         * check/elements/audioconvert.c: Convert from native endian, not
22914         little endian.
22915
22916 2005-08-29  Michael Smith <msmith@fluendo.com>
22917
22918         * ext/ogg/Makefile.am:
22919         * ext/ogg/gstogg.c: (plugin_init):
22920         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22921         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22922         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22923         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22924         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22925         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22926         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22927         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22928         Add an ogg parser element.
22929
22930 2005-08-28  Andy Wingo  <wingo@pobox.com>
22931
22932         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22933
22934 2005-08-26  Wim Taymans  <wim@fluendo.com>
22935
22936         * gst/audioconvert/audioconvert.c: (if), (float),
22937         (audio_convert_get_func_index), (check_default),
22938         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22939         (audio_convert_clean_context), (audio_convert_get_sizes),
22940         (audio_convert_convert):
22941         Cleanups.
22942
22943 2005-08-26  Wim Taymans  <wim@fluendo.com>
22944
22945         * gst/audioconvert/audioconvert.c: (if), (float),
22946         (audio_convert_get_func_index), (check_default),
22947         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22948         (audio_convert_clean_context), (audio_convert_get_sizes),
22949         (audio_convert_convert):
22950         More elegant and working temp buffer selection algo.
22951
22952 2005-08-26  Wim Taymans  <wim@fluendo.com>
22953
22954         * gst/audioconvert/audioconvert.c: (if), (float),
22955         (audio_convert_get_func_index), (check_default),
22956         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22957         (audio_convert_clean_context), (audio_convert_get_sizes),
22958         (get_temp_buffer), (audio_convert_convert):
22959         Use realloc else we lose our original data.
22960
22961 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22962
22963         * gst/audioresample/gstaudioresample.c:
22964           use base class' newsegment to properly timestamp
22965
22966 2005-08-26  Wim Taymans  <wim@fluendo.com>
22967
22968         * gst/audioconvert/audioconvert.c: (if), (float),
22969         (audio_convert_get_func_index), (check_default),
22970         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22971         (audio_convert_clean_context), (audio_convert_get_sizes),
22972         (get_temp_buffer), (audio_convert_convert):
22973         * gst/audioconvert/gstaudioconvert.c:
22974         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22975         (gst_audio_convert_transform_caps),
22976         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22977         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22978         Oops, allocate enough space to perform the channel mix.
22979
22980 2005-08-26  Wim Taymans  <wim@fluendo.com>
22981
22982         * gst/audioconvert/Makefile.am:
22983         * gst/audioconvert/audioconvert.c: (if), (float),
22984         (audio_convert_get_func_index), (check_default),
22985         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22986         (audio_convert_clean_context), (audio_convert_get_sizes),
22987         (get_temp_buffer), (audio_convert_convert):
22988         * gst/audioconvert/audioconvert.h:
22989         * gst/audioconvert/gstaudioconvert.c:
22990         (gst_audio_convert_class_init), (gst_audio_convert_init),
22991         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22992         (gst_audio_convert_get_unit_size),
22993         (gst_audio_convert_transform_caps),
22994         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22995         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22996         * gst/audioconvert/gstaudioconvert.h:
22997         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22998         (gst_channel_mix_fill_identical),
22999         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23000         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23001         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23002         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23003         (gst_channel_mix_mix):
23004         * gst/audioconvert/gstchannelmix.h:
23005         Cleanups, librarify a bit, optimize, better negotiation and more.
23006
23007 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23008
23009         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23010         Another from MikeS:
23011         During typefinding, don't support negative offsets
23012         (offsets from the end of the stream) in our typefind->peek() function
23013         - nothing embedded in ogg ever needs them. However, we need to recognise
23014         those requests and reject them, otherwise we return invalid pointers.
23015
23016 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23017
23018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23019         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23020         (vorbisdec_finalize), (vorbis_handle_type_packet):
23021           Big shout-out to MikeS for fixing this giant memory leak.
23022           Huzzah!
23023
23024 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23025
23026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23027         (audio_convert_get_unit_size):
23028           plug some leaks
23029
23030 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23031
23032         * check/Makefile.am:
23033         * check/elements/audioconvert.c: (setup_audioconvert),
23034         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23035         (GST_START_TEST), (audioconvert_suite), (main):
23036           add a test for audioconvert
23037         * gst/audioresample/gstaudioresample.c:
23038         * gst/audioresample/gstaudioresample.h:
23039           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23040           note that for buffers of 1/3 sec this means DURATION(c) is 
23041           one nanosecond more than for a and b
23042
23043 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23044
23045         * check/Makefile.am:
23046         * check/elements/audioresample.c: (setup_audioresample),
23047         (cleanup_audioresample), (fail_unless_perfect_stream),
23048         (test_perfect_stream_instance), (GST_START_TEST),
23049           add a check for audioresample
23050         (audioresample_suite), (main):
23051         * check/elements/volume.c: (GST_START_TEST):
23052           remove unused method
23053         * gst/audioresample/gstaudioresample.c:
23054           set correct buffer parameters since we're changing them
23055         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23056           add some debug
23057
23058 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23059
23060         * gst/audioresample/debug.c:
23061         * gst/audioresample/gstaudioresample.c:
23062           add room for extra overlap samples when asked to transform size
23063           protect against possible mem corruption and check for discrepancies
23064           between written size and outbuffer's size so we can warn for
23065           potential problems
23066         * gst/audioresample/resample.c: (resample_init),
23067         (resample_get_output_size_for_input), (resample_get_output_size),
23068         (resample_set_n_channels), (resample_set_format):
23069           set debug level based on RESAMPLE_DEBUG env var
23070           make sure that get_output_size* returns a whole number of
23071           sample_size
23072           set sample_size each time either channel or format is set
23073         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23074         * gst/audioresample/resample_functable.c:
23075         (resample_scale_functable):
23076         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23077           remove r->sample_size, it's done in resample.c now
23078           add some debugging to the ref implementation
23079           make sure we only give back bytes that are wholes of the sample
23080           size
23081
23082 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23083         * gst/playback/gstplaybasebin.c: (fill_buffer):
23084         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23085
23086 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23087
23088         * gst/volume/gstvolume.c:
23089           made set_caps function static
23090
23091 2005-08-24  Wim Taymans  <wim@fluendo.com>
23092
23093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23094         (gst_vorbisenc_change_state):
23095         Stop leaking taglists.
23096
23097 2005-08-24  Wim Taymans  <wim@fluendo.com>
23098
23099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23100         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23101         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23102         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23103         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23104         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23105         Parse seeking events better.
23106         Unref static caps.
23107         Generate correct newsegment events, fixes seeking in live oggs.
23108
23109         * ext/theora/theoradec.c: (theora_dec_src_query),
23110         (theora_dec_src_event), (theora_dec_src_getcaps),
23111         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23112         Use newsegment values to report correct play time.
23113
23114         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23115         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23116         * ext/vorbis/vorbisdec.h:
23117         Parse and use newsegment values to report correct play time.
23118
23119         * gst-libs/gst/audio/gstbaseaudiosink.c:
23120         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23121         Clear ringbuffer on flush.
23122         Use newsegment values to calculate playback time.
23123
23124         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23126         Basesink does newsegment calculations for us now.
23127
23128 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23129
23130         * check/Makefile.am:
23131         * configure.ac:
23132           add core's plugins to the mix so that playbin works
23133         * check/generic/states.c: (GST_START_TEST):
23134           set a 0 timeout on pipelines, so they don't force the next
23135           state change
23136         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23137         (gst_play_base_bin_change_state):
23138           remove the crappy error handling and do GST error handling
23139
23140 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23141
23142         * check/Makefile.am:
23143         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23144           add same test as to core, it bitches out on playbin atm.
23145
23146 2005-08-24  Wim Taymans  <wim@fluendo.com>
23147
23148         * configure.ac:
23149         Remove audioscale.
23150
23151 2005-08-24  Wim Taymans  <wim@fluendo.com>
23152
23153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23154         (gst_videoscale_prepare_size), (parse_caps),
23155         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23156         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23157         (gst_videoscale_transform):
23158         * gst/videoscale/gstvideoscale.h:
23159         Refactor, make use of BaseTranform really well.
23160
23161 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23162
23163         * configure.ac:
23164           compile audioresample
23165         * gst/audioresample/Makefile.am:
23166         * gst/audioresample/buffer.c:
23167         * gst/audioresample/functable.c:
23168         * gst/audioresample/gstaudioresample.c:
23169         * gst/audioresample/gstaudioresample.h:
23170         * gst/audioresample/resample.c:
23171         (resample_get_output_size_for_input):
23172         * gst/audioresample/resample.h:
23173         * gst/audioresample/resample_chunk.c:
23174         * gst/audioresample/resample_functable.c:
23175         * gst/audioresample/resample_ref.c:
23176           port to use basetransform; doesn't work in all cases yet
23177
23178 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23179
23180         * gst/audioconvert/gstaudioconvert.c:
23181         (gst_audio_convert_class_init), (gst_audio_convert_init),
23182         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23183         (audio_convert_fixate_caps), (audio_convert_set_caps),
23184         (audio_convert_transform),
23185         (gst_audio_convert_buffer_to_default_format),
23186         (gst_audio_convert_buffer_from_default_format),
23187         (gst_audio_convert_channels):
23188         * gst/audioconvert/gstchannelmix.c:
23189         * gst/audioconvert/gstchannelmix.h:
23190           port to basetransform
23191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23192         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23193         (gst_ffmpegcsp_get_unit_size):
23194         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23195         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23196           fix for basetransform changes
23197
23198 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23199
23200         * check/Makefile.am:
23201           Add CHECK_CFLAGS and LDFLAGS
23202
23203         * gst/playback/gstplaybasebin.c: (fill_buffer):
23204           GST_MESSAGE_SRC became a GObject
23205
23206 2005-08-24  Wim Taymans  <wim@fluendo.com>
23207
23208         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23209         (gst_ring_buffer_clear_all):
23210         * gst-libs/gst/audio/gstringbuffer.h:
23211         Added function to clear the ringbuffer.
23212
23213 2005-08-24  Andy Wingo  <wingo@pobox.com>
23214
23215         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23216         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23217         of _open and _close.
23218
23219         * sys/v4l/gstv4lxoverlay.h:
23220         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23221         an Xv connection here, instead of all the time. Make Xv only be
23222         loaded if you axe for it. Kindof a workaround for buggy behaviour
23223         of Xv when using remote xservers (XvQueryExtension would block).
23224         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23225         replace the _open and _close public API. Only start the xv
23226         connection if necessary.
23227         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23228
23229 2005-08-23  David Schleef  <ds@schleef.org>
23230
23231         * gst/audioresample/Makefile.am: Leet audioresampling code
23232         * gst/audioresample/buffer.c:
23233         * gst/audioresample/buffer.h:
23234         * gst/audioresample/debug.c:
23235         * gst/audioresample/debug.h:
23236         * gst/audioresample/functable.c:
23237         * gst/audioresample/functable.h:
23238         * gst/audioresample/gstaudioresample.c:
23239         * gst/audioresample/gstaudioresample.h:
23240         * gst/audioresample/resample.c:
23241         * gst/audioresample/resample.h:
23242         * gst/audioresample/resample_chunk.c:
23243         * gst/audioresample/resample_functable.c:
23244         * gst/audioresample/resample_ref.c:
23245
23246 2005-08-23  Wim Taymans  <wim@fluendo.com>
23247
23248         * examples/seeking/seek.c: (make_vorbis_pipeline),
23249         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23250         Small seek updates.
23251
23252 2005-08-23  Andy Wingo  <wingo@pobox.com>
23253
23254         * gst-libs/gst/audio/gstbaseaudiosrc.c
23255         (gst_base_audio_src_fixate): Only fixate endianness if it is
23256         present in the caps.
23257
23258 2005-08-22  Andy Wingo  <wingo@pobox.com>
23259
23260         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23261         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23262         device-name property.
23263
23264         * gst-libs/gst/audio/gstaudiosrc.h:
23265         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23266         close_device in the ring buffer, like gstaudiosink.
23267
23268         * ext/alsa/gstalsamixer.h:
23269         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23270         macro to implement the interface without much code. Cleanups. 
23271
23272         * ext/alsa/gstalsasrc.h:
23273         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23274         READY.
23275
23276         * ext/alsa/Makefile.am: Add new files.
23277         * ext/alsa/gstalsamixerelement.c: 
23278         * ext/alsa/gstalsamixerelement.c: Split element code out from
23279         mixer code so that alsasrc can be a mixer too.
23280
23281 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23282
23283         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23284         (GST_START_TEST):
23285         * check/elements/vorbisdec.c: (setup_vorbisdec),
23286         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23287         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23288         (vorbis_handle_identification_packet),
23289         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23290         (vorbis_handle_header_packet), (vorbis_dec_push),
23291         (vorbis_dec_chain):
23292           use the setup/teardown methods to save code.  save code is good.
23293
23294 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23295
23296         * check/Makefile.am:
23297           add ext dir for plugins
23298           add vorbisdec test conditionally
23299         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23300         (GST_START_TEST), (volume_suite):
23301           add a test with wrong caps
23302         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23303         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23304           add a vorbisdec test
23305         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23306         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23307           clean up debug output
23308         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23309           yay, fix a segfault/security issue in vorbisdec
23310           gst-launch fakesrc ! vorbisdec wasn't happy
23311         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23312         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23313         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23314         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23315         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23316         (gst_vorbisenc_set_metadata), (get_constraints_string),
23317         (update_start_message), (gst_vorbisenc_setup),
23318         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23319         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23320         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23321         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23322         * ext/vorbis/vorbisenc.h:
23323           march in line
23324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23325         (gst_ffmpegcsp_transform):
23326           have the kow come home
23327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23328           debug my func ptr
23329         * gst/volume/gstvolume.c: (volume_set_caps):
23330           add a debug
23331
23332 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23333
23334         * Makefile.am:
23335         * check/.cvsignore:
23336         * check/Makefile.am:
23337         * check/elements/.cvsignore:
23338         * check/elements/volume.c: (chain_func), (event_func),
23339         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23340         (main):
23341         * configure.ac:
23342           add unit test structure for gst-plugins-base
23343           add a test for volume
23344         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23345         (gst_volume_set_volume), (gst_volume_get_volume),
23346         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23347         (volume_funcfind), (volume_process_float), (volume_process_int16),
23348         (volume_set_caps), (volume_transform), (volume_update_mute),
23349         (volume_update_volume), (volume_set_property),
23350         (volume_get_property):
23351           document a little; use basetransform vmethod _set_caps
23352
23353 2005-08-19  Andy Wingo  <wingo@pobox.com>
23354
23355         * ext/alsa/gstalsamixertrack.h:
23356         * ext/alsa/gstalsamixertrack.c:
23357         * ext/alsa/gstalsamixeroptions.h:
23358         * ext/alsa/gstalsamixeroptions.c:
23359         * ext/alsa/gstalsamixer.h:
23360         * ext/alsa/gstalsamixer.c: Port to 0.9.
23361
23362         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23363         Remove gstalsa.c and alsaclock. No more cruft here.
23364         
23365 2005-08-18  Wim Taymans  <wim@fluendo.com>
23366
23367         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23368         (gst_base_rtp_depayload_chain),
23369         (gst_base_rtp_depayload_add_to_queue),
23370         (gst_base_rtp_depayload_push),
23371         (gst_base_rtp_depayload_queue_release):
23372         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23373         Fix for RTPBuffer changes.
23374
23375         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23376         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23377         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23378         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23379         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23380         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23381         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23382         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23383         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23384         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23385         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23386         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23387         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23388         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23389         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23390         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23391         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23392         (gst_rtpbuffer_get_payload):
23393         * gst-libs/gst/rtp/gstrtpbuffer.h:
23394         Don't subclass GstBuffer but add methods and helper functions
23395         to construct and manipulate RTP packets in regular GstBuffers.
23396
23397 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23398
23399         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23400           moved statement below switch
23401         * gst/volume/gstvolume.c: (gst_volume_class_init):
23402           added debug ptr
23403
23404 2005-08-16  Wim Taymans  <wim@fluendo.com>
23405
23406         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23407         (gst_base_audio_src_change_state):
23408         Open and close device in READY<->NULL state change.
23409
23410 2005-08-16  Andy Wingo  <wingo@pobox.com>
23411
23412         * examples/seeking/Makefile.am: Don't compile non-compiling
23413         compiled objects with the compiler.
23414
23415         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23416         elements.
23417
23418 2005-08-12  Philippe Khalaf <burger@speedy.org>
23419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23420         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23421           Made a thread to release the queue.
23422           Removed timestamp conversion for now.
23423
23424 2005-08-10  Philippe Khalaf <burger@speedy.org>
23425         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23426         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23427           Added rtp timestamp -> gst timestamp conversion.
23428           Fixed several problems with queue.
23429
23430 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23431
23432         * gst-libs/gst/audio/gstaudioclock.h:
23433         * gst-libs/gst/audio/gstaudiofilter.h:
23434         * gst-libs/gst/audio/gstaudiosink.h:
23435         * gst-libs/gst/audio/gstaudiosrc.h:
23436         * gst-libs/gst/audio/gstbaseaudiosink.h:
23437         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23438         * gst-libs/gst/audio/gstringbuffer.h:
23439         * gst-libs/gst/net/gstnetbuffer.h:
23440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23441         * gst-libs/gst/rtp/gstrtpbuffer.h:
23442           Add padding (you will need to rebuild gst-plugins-base,
23443           gst-plugins and all applications afterwards!)
23444
23445 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23446
23447         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23448         (gst_riff_parse_chunk):
23449           Fix bug in debug message and add some more debug messages.
23450
23451 2005-08-08  Edward Hervey  <edward@fluendo.com>
23452
23453         * gst-libs/gst/riff/riff-media.c:
23454         backported updates since branch
23455
23456 2005-08-08  Andy Wingo  <wingo@pobox.com>
23457
23458         * gst-libs/gst/audio/gstbaseaudiosink.c
23459         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23460         like good elements should. Close on READY->NULL too.
23461
23462         * gst-libs/gst/audio/gstaudiosink.c
23463         (gst_audioringbuffer_open_device,
23464         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23465         (gst_audioringbuffer_release): Updates for new ring buffer API,
23466         hook into the new audio sink api.
23467
23468         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23469         (GstAudioSinkClass.close): Just open and close the device -- no
23470         resource allocation or configuration.
23471         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23472         vmethods, handle device setup and resource allocation.
23473
23474         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23475         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23476         base class API.
23477
23478         * gst-libs/gst/audio/gstringbuffer.h
23479         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23480         New vmethods.
23481
23482         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23483         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23484         New API functions. The device should be opened before acquiring
23485         and closed after releasing.
23486
23487 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23488
23489         * gst-libs/gst/interfaces/mixer.h:
23490           Reset padding to GST_PADDING.
23491
23492 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23493
23494         * gst/playback/gstplaybin.c: (remove_sinks):
23495           Remove visualization from parent explicitely; works around some
23496           apparent refcount issue that I haven't tracked down yet.
23497
23498 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23499
23500         * ext/alsa/gstalsasink.c: (set_hwparams):
23501           Assign debug category, add negotiation debug msgs.
23502
23503 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23504
23505         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23506           Fix error code for file-not-found to NOT_FOUND.
23507
23508 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23509
23510         * common/gtk-doc-plugins.mak:
23511         * docs/plugins/Makefile.am:
23512         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23513         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23514           renamed to actual element names, so much nicer to look at
23515         * docs/plugins/tmpl/gstmultifdsink.sgml:
23516           remove
23517         * docs/plugins/tmpl/multifdsink.sgml:
23518         * docs/plugins/tmpl/tcpserversink.sgml:
23519           add
23520         * ext/alsa/gstalsa.c:
23521         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23522         * ext/ogg/gstoggmux.c:
23523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23524         * gst/playback/gstdecodebin.c:
23525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23526         * gst/tcp/gsttcpserversink.c:
23527           various fixes and documentation additions
23528
23529 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23530
23531         * common/Makefile.am:
23532         * common/gstdoc-scangobj:
23533         * common/gtk-doc-plugins.mak:
23534         * common/gtk-doc.mak:
23535           add a custom scangobj that uses the registry
23536           add a custom gtk-doc-plugins.mak that uses it
23537           some doc build fixes
23538         * configure.ac:
23539         * docs/Makefile.am:
23540         * docs/plugins/Makefile.am:
23541         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23542         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23543         * docs/plugins/gst-plugins-base-plugins.types:
23544         * docs/plugins/tmpl/gstmultifdsink.sgml:
23545           add docs for one element, multifdsink
23546         * gst/adder/gstadder.h:
23547         * gst/volume/gstvolume.h:
23548           don't privatize enum
23549         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23550         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23551         (gst_sync_method_get_type), (gst_client_status_get_type),
23552         (gst_multifdsink_class_init),
23553         (gst_multifdsink_client_queue_buffer),
23554         (gst_multifdsink_handle_client_write):
23555         * gst/tcp/gstmultifdsink.h:
23556         * gst/tcp/gsttcp.h:
23557         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23558         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23559         (gst_tcpclientsink_render):
23560         * gst/tcp/gsttcpclientsink.h:
23561         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23562         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23563         (gst_tcpclientsrc_start):
23564         * gst/tcp/gsttcpclientsrc.h:
23565         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23566         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23567         * gst/tcp/gsttcpserversrc.h:
23568         * gst/typefind/gsttypefindfunctions.c:
23569           remove superfluous Type stuff
23570
23571 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23572
23573         * gst/playback/gstplaybin.c: (gen_video_element):
23574           Enable videoscale.
23575
23576 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23577
23578         * gst-libs/gst/gconf/gconf.c:
23579         * gst-libs/gst/gconf/gconf.h:
23580           Fix some Andy Problem [tm].
23581
23582 2005-08-04  Andy Wingo  <wingo@pobox.com>
23583
23584         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23585         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23586         (gst_ffmpegcsp_get_size): Adapt to API changes.
23587
23588         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23589         Implement an in-place do-nothing transform.
23590
23591 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23592
23593         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23594         (gst_ximagesink_renegotiate_size):
23595           Do not set new window sizes yet if we prepare a new buffer size
23596           for upstream renegotiation (software scaling) at some point in the
23597           future, because this new size waqs not actually accepted yet. Once
23598           accepted, renegotiation later on will set the new sizes just fine.
23599           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23600           embedding testcase.
23601
23602 2005-08-03  Andy Wingo  <wingo@pobox.com>
23603
23604         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23605         (gst_ximagesink_buffer_alloc): 
23606         Protect the height, width, and desired_caps with the pool_lock.
23607         Fixes videotestsrc ! queue ! ximagesink.
23608
23609 2005-08-02  Edward Hervey  <edward@fluendo.com>
23610
23611         * gst/volume/gstvolume.c:
23612         include left from controller cleanup
23613
23614 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23615         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23616           Stop collectpads before calling the parent state
23617           change function on PAUSED->READY.
23618
23619 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23620         * configure.ac:
23621           When testing for X libs, use the X CFlags 
23622         * gst/adder/gstadder.c: (gst_adder_change_state):
23623           Stop the collectpads before calling parent state change function
23624           on PAUSED->READY, otherwise we deadlock deactivating pads.
23625
23626 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23627
23628         * configure.ac:
23629         * docs/libs/tmpl/gstcolorbalance.sgml:
23630         * docs/libs/tmpl/gstmixer.sgml:
23631         * examples/Makefile.am:
23632         * gst/sine/Makefile.am:
23633         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23634         (gst_sinesrc_set_property), (plugin_init):
23635         * gst/sine/gstsinesrc.h:
23636         * gst/volume/Makefile.am:
23637         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23638         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23639         (volume_process_float), (volume_process_int16),
23640         (volume_set_property), (plugin_init):
23641         * gst/volume/gstvolume.h:
23642           deactivate and remove dparams (libgstcontrol)
23643
23644 2005-07-29  Wim Taymans  <wim@fluendo.com>
23645
23646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23647         Convert me to BaseTransform!! help..
23648
23649 2005-07-29  Andy Wingo  <wingo@pobox.com>
23650
23651         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23652         sinks.
23653
23654         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23655         support of both endiannesses.
23656
23657 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23658
23659         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23660           Fix confusing debug message (s/event/query/)
23661
23662 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23663
23664         * gst/videotestsrc/videotestsrc.h:
23665           Use "_stdint.h" instead of <stdint.h>
23666
23667 2005-07-27  Wim Taymans  <wim@fluendo.com>
23668
23669         * ext/vorbis/Makefile.am:
23670         Revert wrong commit.
23671
23672 2005-07-27  Wim Taymans  <wim@fluendo.com>
23673
23674         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23675         More compilation fixen.
23676
23677 2005-07-27  Wim Taymans  <wim@fluendo.com>
23678
23679         * gst-libs/gst/audio/gstbaseaudiosink.c:
23680         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23681         (gst_base_audio_sink_create_ringbuffer),
23682         (gst_base_audio_sink_change_state):
23683         Fix compilation.
23684
23685 2005-07-27  Wim Taymans  <wim@fluendo.com>
23686
23687         * examples/seeking/seek.c: (setup_dynamic_link),
23688         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23689         (query_positions_elems), (query_positions_pads), (do_seek):
23690         Update seek example.
23691
23692         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23693         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23694         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23695         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23696         (gst_ogg_demux_handle_event),
23697         (gst_ogg_demux_deactivate_current_chain),
23698         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23699         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23700         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23701         (gst_ogg_demux_loop):
23702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23703         * ext/theora/theoradec.c: (theora_dec_src_event),
23704         (theora_dec_src_getcaps), (theora_dec_sink_event),
23705         (theora_dec_push), (theora_dec_chain):
23706         * ext/vorbis/Makefile.am:
23707         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23708         (vorbis_dec_sink_event), (vorbis_dec_push),
23709         (vorbis_handle_data_packet):
23710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23711         (gst_vorbisenc_chain):
23712         * gst/playback/gststreaminfo.c: (cb_probe):
23713         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23714         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23715         * gst/videoscale/gstvideoscale.c:
23716         (gst_videoscale_handle_src_event):
23717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23718         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23719         (gst_ximagesink_navigation_send_event):
23720         * sys/xvimage/xvimagesink.c:
23721         (gst_xvimagesink_navigation_send_event):
23722         Various event updates and cleanups
23723
23724 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23725
23726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23727           Fix segfault for I420/YV12.
23728
23729 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23730
23731         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23732           Report bitrate.
23733
23734 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23735
23736         * gst/playback/gstplaybin.c: (gen_video_element),
23737         (gen_audio_element):
23738           Switch to auto*sink elements as default sinks; add volume element
23739           so that volume control in totem works.
23740
23741 2005-07-21  Wim Taymans  <wim@fluendo.com>
23742
23743         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23744         * gst/playback/gstplaybin.c: (setup_sinks),
23745         (gst_play_bin_change_state):
23746         Refcount fix and more comments.
23747
23748 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23749
23750         * sys/ximage/Makefile.am:
23751         * sys/ximage/ximage.c: (plugin_init):
23752         * sys/ximage/ximagesink.c:
23753         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23754         
23755
23756 2005-07-21  Wim Taymans  <wim@fluendo.com>
23757
23758         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23759         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23760         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23761         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23762         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23763         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23764         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23765         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23766         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23767         Generate correct disconts for live chained oggs.
23768
23769         * gst-libs/gst/audio/gstbaseaudiosink.c:
23770         (gst_base_audio_sink_render),
23771         (gst_base_audio_sink_create_ringbuffer),
23772         (gst_base_audio_sink_change_state):
23773         Handle discont math correctly.
23774
23775         * gst/playback/gstplaybin.c: (add_sink):
23776         Some small debug cleanup.
23777
23778 2005-07-21  Wim Taymans  <wim@fluendo.com>
23779
23780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23781         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23782         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23783         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23784         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23785         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23786         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23787         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23788         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23789         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23790         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23791         (gst_ogg_demux_change_state), (gst_ogg_print):
23792         Reorganize code to send the right disconts when in streaming
23793         mode.
23794
23795 2005-07-20  Andy Wingo  <wingo@pobox.com>
23796
23797         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23798         fix (?), fixes a seggie mcfalterson (#310894).
23799
23800 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23801
23802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23803         (gst_ogg_mux_set_header_on_caps):
23804         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23805         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23806         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23807         * gst-libs/gst/audio/multichannel.c:
23808         (gst_audio_set_channel_positions),
23809         (gst_audio_set_structure_channel_positions_list):
23810         * gst/playback/gstdecodebin.c: (dynamic_create):
23811         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23812         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23813           Fixes for API changes in core.
23814
23815 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23816
23817         * gst/playback/gstplaybasebin.c: (fill_buffer):
23818           Use _new_custom() so we can set custom message types for buffering
23819           messages.
23820
23821 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23822
23823         * configure.ac:
23824         * gst-libs/gst/Makefile.am:
23825         * gst-libs/gst/gconf/.cvsignore:
23826         * gst-libs/gst/gconf/Makefile.am:
23827         * gst-libs/gst/gconf/test-gconf.c:
23828         * pkgconfig/Makefile.am:
23829         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23830         * pkgconfig/gstreamer-gconf.pc.in:
23831           Remove gconf stuff, use gconf elements instead from now on.
23832
23833 2005-07-20  Wim Taymans  <wim@fluendo.com>
23834
23835         * gst-libs/gst/audio/TODO:
23836         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23837         (gst_audio_clock_get_internal_time):
23838         * gst-libs/gst/audio/gstaudioclock.h:
23839         * gst-libs/gst/audio/gstbaseaudiosink.c:
23840         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23841         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23842         (gst_base_audio_sink_render),
23843         (gst_base_audio_sink_create_ringbuffer),
23844         (gst_base_audio_sink_change_state):
23845         Make sure the audio clock always returns an increasing value.
23846
23847 2005-07-19  Andy Wingo  <wingo@pobox.com>
23848
23849         * gst/videotestsrc/: Cleanups.
23850
23851 2005-07-19  Wim Taymans  <wim@fluendo.com>
23852
23853         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23854         Better debugging.
23855
23856 2005-07-19  Wim Taymans  <wim@fluendo.com>
23857
23858         * examples/seeking/seek.c: (make_dv_pipeline),
23859         (make_vorbis_theora_pipeline), (query_rates),
23860         (query_positions_elems), (query_positions_pads), (do_seek):
23861         Make correct DV pipeline.
23862
23863 2005-07-18  Andy Wingo  <wingo@pobox.com>
23864
23865         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23866         default. Also because it's the only thing that really works. (This
23867         is used in the GConf elements).
23868         Use AS_LIBTOOL_TAGS.
23869
23870 2005-07-18  Wim Taymans  <wim@fluendo.com>
23871
23872         * gst/playback/gstdecodebin.c: (remove_element_chain):
23873         * gst/playback/gstplaybin.c: (add_sink):
23874         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23875         (gst_stream_info_set_mute):
23876         * gst/playback/gststreamselector.c:
23877         (gst_stream_selector_get_linked_pad),
23878         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23879         More leak and compile fixes.
23880
23881 2005-07-18  Wim Taymans  <wim@fluendo.com>
23882
23883         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23884         (query_rates), (query_positions_elems), (query_positions_pads),
23885         (do_seek), (seek_cb), (stop_seek):
23886         Updated seek example. 
23887
23888         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23889         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23890         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23891         * gst/playback/gstplaybin.c: (add_sink):
23892         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23893         (gst_stream_info_set_mute):
23894         Some refcount leak fixes.
23895
23896 2005-07-16  Wim Taymans  <wim@fluendo.com>
23897
23898         * gst-libs/gst/audio/gstbaseaudiosink.c:
23899         (gst_base_audio_sink_render):
23900         Align samples even if we have roundoff errors in the 
23901         timestamp conversion.
23902
23903 2005-07-16  Wim Taymans  <wim@fluendo.com>
23904
23905         * docs/libs/tmpl/gstringbuffer.sgml:
23906         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23907         (query_rates), (query_positions_elems), (query_positions_pads),
23908         (update_scale), (do_seek):
23909         Updated seek example.
23910
23911         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23912         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23913         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23914         (gst_ogg_demux_loop):
23915         Push out correct discont values.
23916
23917         * ext/theora/theoradec.c: (theora_dec_src_convert),
23918         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23919         (theora_dec_sink_event), (theora_handle_type_packet),
23920         (theora_handle_header_packet), (theora_dec_push),
23921         (theora_handle_data_packet), (theora_dec_chain),
23922         (theora_dec_change_state):
23923         Better timestamping.
23924
23925         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23926         (vorbis_dec_sink_event), (vorbis_dec_push),
23927         (vorbis_handle_data_packet), (vorbis_dec_chain):
23928         * ext/vorbis/vorbisdec.h:
23929         Better timestamping.
23930
23931         * gst-libs/gst/audio/gstbaseaudiosink.c:
23932         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23933         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23934         Handle syncing on timestamps instead of sample offsets. Make
23935         use of DISCONT values as described in design docs.
23936
23937         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23938         (gst_base_audio_src_get_time):
23939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23940         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23941         (gst_ring_buffer_read):
23942         * gst-libs/gst/audio/gstringbuffer.h:
23943         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23944         (gst_ximagesink_show_frame):
23945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23946         Correcly convert buffer timestamp to stream time.
23947
23948 2005-07-16  Wim Taymans  <wim@fluendo.com>
23949
23950         * gst/audioconvert/gstaudioconvert.c:
23951         (gst_audio_convert_get_buffer):
23952         Timestamp buffers correctly.
23953
23954         * gst/playback/gstplaybin.c: (gen_video_element):
23955         Make internal fakesink silent.
23956
23957 2005-07-15  Wim Taymans  <wim@fluendo.com>
23958
23959         * gst/ffmpegcolorspace/Makefile.am:
23960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23961         (gst_ffmpegcsp_caps_remove_format_info),
23962         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23963         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23964         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23965         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23966         Ported ffmpegcolorspace to basetransform.
23967
23968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23969         * gst/volume/gstvolume.c: (volume_transform):
23970         Ported to new API.
23971
23972 2005-07-14  Wim Taymans  <wim@fluendo.com>
23973
23974         * gst/videotestsrc/Makefile.am:
23975         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23976         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23977         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23978         (gst_videotestsrc_init), (gst_videotestsrc_event),
23979         (gst_videotestsrc_create), (gst_videotestsrc_start),
23980         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23981         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23982         (gst_videotestsrc_get_property):
23983         * gst/videotestsrc/gstvideotestsrc.h:
23984         Make videotestsrc a pushsrc.
23985
23986 2005-07-14  Wim Taymans  <wim@fluendo.com>
23987
23988         * gst/tcp/gstfdset.c: (gst_fdset_free):
23989         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23990         (gst_multifdsink_add), (gst_multifdsink_remove),
23991         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23992         (gst_multifdsink_remove_client_link),
23993         (gst_multifdsink_client_queue_data),
23994         (gst_multifdsink_client_queue_caps),
23995         (gst_multifdsink_client_queue_buffer),
23996         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23997         (gst_multifdsink_stop):
23998         * gst/tcp/gstmultifdsink.h:
23999         0.8 backporting.
24000
24001         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24002         Also draw image when not from a pool.
24003
24004 2005-07-14  Wim Taymans  <wim@fluendo.com>
24005
24006         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24007         (mute_stream), (silence_stream):
24008         Small debug additions.
24009
24010 2005-07-14  Wim Taymans  <wim@fluendo.com>
24011
24012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24013         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24014         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24015         Better error recovery, ignore unconnected pads and
24016         non-fatal errors.
24017
24018 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24019
24020         * docs/libs/tmpl/gstaudio.sgml:
24021         * docs/libs/tmpl/gstcolorbalance.sgml:
24022         * docs/libs/tmpl/gstgconf.sgml:
24023         * docs/libs/tmpl/gstmixer.sgml:
24024         * docs/libs/tmpl/gstringbuffer.sgml:
24025         * docs/libs/tmpl/gsttuner.sgml:
24026         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24027         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24028         (gst_tcpclientsrc_class_init):
24029         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24030         (gst_tcpserversrc_class_init):
24031         * sys/v4l/gstv4lelement.c:
24032           more autistic cleanliness in functions/names/defines
24033
24034 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24035
24036         * configure.ac:
24037           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24038           added manually to each Makefile.am so we are sure it goes
24039           *last* and doesn't add -L flags before linking in libs of our
24040           own, like, say, internal .la libs, that then accidentally pick
24041           up the installed copy.
24042         * docs/libs/Makefile.am:
24043         * ext/alsa/Makefile.am:
24044         * ext/cdparanoia/Makefile.am:
24045         * ext/gnomevfs/Makefile.am:
24046         * ext/libvisual/Makefile.am:
24047         * ext/ogg/Makefile.am:
24048         * ext/theora/Makefile.am:
24049         * ext/vorbis/Makefile.am:
24050         * gst-libs/gst/video/Makefile.am:
24051         * gst/adder/Makefile.am:
24052         * gst/audioconvert/Makefile.am:
24053         * gst/audiorate/Makefile.am:
24054         * gst/audioscale/Makefile.am:
24055         * gst/ffmpegcolorspace/Makefile.am:
24056         * gst/playback/Makefile.am:
24057         * gst/sine/Makefile.am:
24058         * gst/subparse/Makefile.am:
24059         * gst/tags/Makefile.am:
24060         * gst/tcp/Makefile.am:
24061         * gst/typefind/Makefile.am:
24062         * gst/videorate/Makefile.am:
24063         * gst/videoscale/Makefile.am:
24064         * gst/videotestsrc/Makefile.am:
24065         * gst/volume/Makefile.am:
24066         * sys/v4l/Makefile.am:
24067         * sys/ximage/Makefile.am:
24068         * sys/xvimage/Makefile.am:
24069           adapt properly to this change. This should make sure that
24070           plugins and libs properly link to the as-yet-uninstalled
24071           copies of stuff like libgstinterfaces and libgstvideo
24072
24073 2005-07-13  Andy Wingo  <wingo@pobox.com>
24074
24075         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24076         (gst_v4lsrc_fixate): Fixate on format as well.
24077
24078         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24079         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24080         buffer points to it.
24081         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24082         rather just doing X calls ourselves. Also fixes a memleak.
24083
24084 2005-07-12  Andy Wingo  <wingo@pobox.com>
24085
24086         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24087         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24088         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24089         TRUE to avoid deadlocks if an element holds on to our buffers.
24090
24091 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24092
24093         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24094         (gst_sinesrc_init), (gst_sinesrc_create),
24095         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24096         (gst_sinesrc_start):
24097         * gst/sine/gstsinesrc.h:
24098           removing num-buffers property before moving it
24099
24100 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24101
24102         * configure.ac:
24103           use overridable ERROR_CFLAGS
24104         * docs/libs/gst-plugins-base-libs.types:
24105         * docs/libs/tmpl/gstringbuffer.sgml:
24106         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24107         (gst_alsasink_class_init):
24108         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24109         (gst_alsasrc_class_init):
24110         * gst-libs/gst/audio/audio.h:
24111         * gst-libs/gst/audio/gstaudioclock.h:
24112         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24113         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24114         (gst_audio_filter_link), (gst_audio_filter_init),
24115         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24116         (gst_audio_filter_get_property),
24117         (gst_audio_filter_class_add_pad_templates):
24118         * gst-libs/gst/audio/gstaudiofilter.h:
24119         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24120         (gst_audio_filter_template_get_type),
24121         (gst_audio_filter_template_base_init),
24122         (gst_audio_filter_template_class_init),
24123         (gst_audio_filter_template_init),
24124         (gst_audio_filter_template_set_property),
24125         (gst_audio_filter_template_get_property), (plugin_init),
24126         (gst_audio_filter_template_setup),
24127         (gst_audio_filter_template_filter),
24128         (gst_audio_filter_template_filter_inplace):
24129         * gst-libs/gst/audio/gstaudiosink.c:
24130         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24131         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24132         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24133         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24134         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24135         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24136         * gst-libs/gst/audio/gstaudiosink.h:
24137         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24138         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24139         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24140         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24141         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24142         (gst_audio_src_class_init), (gst_audio_src_init),
24143         (gst_audio_src_create_ringbuffer):
24144         * gst-libs/gst/audio/gstaudiosrc.h:
24145         * gst-libs/gst/audio/gstbaseaudiosink.c:
24146         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24147         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24148         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24149         (gst_base_audio_sink_set_property),
24150         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24151         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24152         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24153         (gst_base_audio_sink_create_ringbuffer),
24154         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24155         * gst-libs/gst/audio/gstbaseaudiosink.h:
24156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24157         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24158         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24159         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24160         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24161         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24162         (gst_base_audio_src_event), (gst_base_audio_src_create),
24163         (gst_base_audio_src_create_ringbuffer),
24164         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24165         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24167         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24168         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24169         (gst_ring_buffer_debug_spec_caps),
24170         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24171         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24172         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24173         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24174         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24175         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24176         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24177         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24178         (gst_ring_buffer_clear):
24179         * gst-libs/gst/audio/gstringbuffer.h:
24180         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24181         (gst_video_sink_class_init), (gst_video_sink_get_type):
24182         * gst-libs/gst/video/videosink.h:
24183         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24184         (gst_multifdsink_class_init),
24185         (gst_multifdsink_handle_client_write),
24186         (gst_multifdsink_change_state):
24187         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24188         (gst_tcpclientsink_setcaps):
24189         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24190         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24191         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24192         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24193         (gst_ximagesink_send_pending_navigation),
24194         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24195         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24197         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24198         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24199         (gst_xvimagesink_send_pending_navigation),
24200         (gst_xvimagesink_navigation_send_event),
24201         (gst_xvimagesink_set_xwindow_id),
24202         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24203         (gst_xvimagesink_get_type):
24204         more macro splitting
24205
24206 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24209           plug a memleak, allows me to import 1479 albums in one go
24210           in jamboree
24211         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24212         (vorbis_handle_type_packet), (vorbis_dec_chain),
24213         (vorbis_dec_change_state):
24214           fix some format strings
24215
24216 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24217
24218         * docs/libs/tmpl/gstcolorbalance.sgml:
24219         * docs/libs/tmpl/gstmixer.sgml:
24220         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24221         (gst_alsasink_set_property), (gst_alsasink_get_property):
24222         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24223         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24224           add device property
24225
24226 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24229         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24230         (audiocast_register_listener), (audiocast_thread_run),
24231         (gst_gnomevfssrc_send_additional_headers_callback),
24232         (gst_gnomevfssrc_received_headers_callback),
24233         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24234         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24235         (gst_gnomevfssrc_get_size):
24236           add/clean up debugging
24237         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24238           cleanups
24239
24240 2005-07-07  Andy Wingo  <wingo@pobox.com>
24241
24242         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24243         framerate. Need to get a handle on when exactly this function is
24244         called, tho.
24245
24246         * sys/v4l/v4lsrc_calls.h:
24247         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24248         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24249         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24250
24251         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24252         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24253         v4lelements are sources.
24254
24255         * sys/v4l/gstv4lxoverlay.h:
24256         * sys/v4l/gstv4lxoverlay.c:
24257         * sys/v4l/gstv4ltuner.h:
24258         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24259         
24260         * sys/v4l/gstv4lsrc.h:
24261         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24262         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24263         or something should handle that. Made a live source.
24264
24265         * sys/v4l/gstv4lelement.h:
24266         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24267         signals. Some cleanups.
24268
24269         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24270
24271         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24272         stuff.
24273
24274         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24275         stuff.
24276
24277         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24278
24279 2005-07-07  Wim Taymans  <wim@fluendo.com>
24280
24281         * ext/theora/theoradec.c: (theora_get_query_types),
24282         (theora_dec_src_getcaps), (theora_dec_push):
24283         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24285         Remove deprecated/unused query types.
24286
24287 2005-07-06  Wim Taymans  <wim@fluendo.com>
24288
24289         * ext/alsa/Makefile.am:
24290         * ext/alsa/gstalsaplugin.c: (plugin_init):
24291         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24292         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24293         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24294         (gst_alsasrc_class_init), (gst_alsasrc_init),
24295         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24296         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24297         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24298         (gst_alsasrc_reset):
24299         * ext/alsa/gstalsasrc.h:
24300         * gst-libs/gst/audio/Makefile.am:
24301         * gst-libs/gst/audio/gstaudiosink.c:
24302         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24303         (gst_audioringbuffer_start):
24304         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24305         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24306         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24307         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24308         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24309         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24310         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24311         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24312         * gst-libs/gst/audio/gstaudiosrc.h:
24313         * gst-libs/gst/audio/gstbaseaudiosink.c:
24314         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24315         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24316         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24317         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24318         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24319         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24320         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24321         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24322         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24323         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24324         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24325         (gst_baseaudiosrc_change_state):
24326         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24327         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24328         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24329         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24330         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24331         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24332         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24333         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24334         * gst-libs/gst/audio/gstringbuffer.h:
24335         Added audiosource base classes.
24336         Ported alsasrc, still very basic.
24337
24338 2005-07-06  Wim Taymans  <wim@fluendo.com>
24339
24340         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24341         (theora_dec_push), (theora_handle_data_packet):
24342         Prepare for better timestamp fix later.
24343
24344         * gst/audioconvert/gstaudioconvert.c:
24345         List most accurate caps first
24346
24347         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24348         Use proper pad task function.
24349
24350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24351         (gst_xvimagesink_show_frame):
24352         Fix deadlock when alloc failed.
24353
24354 2005-07-05  Andy Wingo  <wingo@pobox.com>
24355
24356         * ext/gnomevfs/gstgnomevfssrc.c:
24357         * gst/sine/gstsinesrc.c:
24358         * gst/tcp/gsttcpserversrc.c:
24359         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24360
24361         * sys/v4l/: Port from 0.8.
24362
24363         * Many files: Null if we got it....
24364
24365 2005-07-05  Andy Wingo  <wingo@pobox.com>
24366
24367         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24368         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24369         Signedness fixes.
24370
24371 2005-07-05  Wim Taymans  <wim@fluendo.com>
24372
24373         * configure.ac:
24374         * gst/tcp/Makefile.am:
24375         * gst/tcp/README:
24376         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24377         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24378         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24379         (is_sync_frame), (gst_multifdsink_handle_client_write),
24380         (gst_multifdsink_render), (gst_multifdsink_start),
24381         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24382         * gst/tcp/gstmultifdsink.h:
24383         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24384         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24385         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24386         * gst/tcp/gsttcp.h:
24387         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24388         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24389         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24390         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24391         * gst/tcp/gsttcpclientsink.h:
24392         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24393         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24394         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24395         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24396         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24397         * gst/tcp/gsttcpclientsrc.h:
24398         * gst/tcp/gsttcpplugin.c: (plugin_init):
24399         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24400         * gst/tcp/gsttcpserversink.h:
24401         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24402         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24403         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24404         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24405         (gst_tcpserversrc_stop):
24406         * gst/tcp/gsttcpserversrc.h:
24407         * gst/tcp/gsttcpsink.c:
24408         * gst/tcp/gsttcpsink.h:
24409         * gst/tcp/gsttcpsrc.c:
24410         * gst/tcp/gsttcpsrc.h:
24411         Ported tcp plugins to 0.9. 
24412         
24413
24414 2005-07-05  Andy Wingo  <wingo@pobox.com>
24415
24416         * gst/playback/gstplaybasebin.c (fill_buffer):
24417         message_new_application fixen.
24418
24419         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24420         Style fix.
24421
24422 2005-07-04  Wim Taymans  <wim@fluendo.com>
24423
24424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24425         Set caps on output buffer.
24426
24427 2005-07-04  Andy Wingo  <wingo@pobox.com>
24428
24429         * ext/gnomevfs/gstgnomevfssrc.c
24430         (gst_gnomevfssrc_received_headers_callback) 
24431         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24432         hopefully.
24433
24434         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24435         No refcount leakage.
24436
24437         * configure.ac: Enable -Werror.
24438         
24439         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24440         * gst/audioconvert/bufferframesconvert.c
24441         (buffer_frames_convert_fixate):
24442         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24443         (gst_audio_convert_fixate):
24444         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24445         (gst_sinesrc_create): Fixate func changes.
24446         
24447         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24448         (gst_ximagesink_buffer_alloc): Unused var.
24449
24450 2005-07-01  Andy Wingo  <wingo@pobox.com>
24451
24452         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24453         getcaps to do explicit caps. Needs to be done in all decoders,
24454         possibly via a base class.
24455
24456         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24457
24458         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24459         caps on the sink pad, just rely on the pad template. Also, setting
24460         ANY caps on a pad is not valid because the caps are not fixed.
24461
24462         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24463         caps on the buffer, and get the width from the desired_caps if
24464         they're set.
24465         (gst_ximagesink_renegotiate_size): Implement via setting the
24466         desired_caps on the ximagesink.
24467         (gst_ximagesink_setcaps): Only reset the width of the player if it
24468         wasn't already set. Not sure if this is right.
24469         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24470
24471         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24472         that the user wants. NULL unless the window has been resized.
24473
24474         * gst/volume/gstvolume.c (volume_transform): Adapt to
24475         basetransform refcount changes.
24476         
24477 2005-07-01  Andy Wingo  <wingo@pobox.com>
24478
24479         * gst/videoscale/gstvideoscale.c:
24480         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24481         from BaseTransform, implements a transform_caps. Removed dead code
24482         including some PAR stuff that was never reached -- should probably
24483         be added back somehow.
24484
24485 2005-07-01  Andy Wingo  <wingo@pobox.com>
24486
24487         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24488         come later.
24489
24490 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24491
24492         * configure.ac:
24493         * docs/libs/Makefile.am:
24494         * docs/libs/gst-plugins-libs.types:
24495         * ext/alsa/Makefile.am:
24496         * ext/alsa/gstalsamixer.h:
24497         * ext/alsa/gstalsamixeroptions.h:
24498         * ext/alsa/gstalsamixertrack.h:
24499         * gst-libs/gst/Makefile.am:
24500         * gst-libs/gst/colorbalance/.cvsignore:
24501         * gst-libs/gst/colorbalance/Makefile.am:
24502         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24503         * gst-libs/gst/colorbalance/colorbalance.c:
24504         * gst-libs/gst/colorbalance/colorbalance.h:
24505         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24506         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24507         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24508         * gst-libs/gst/interfaces/Makefile.am:
24509         * gst-libs/gst/interfaces/colorbalance.c:
24510         (gst_color_balance_class_init):
24511         * gst-libs/gst/interfaces/colorbalance.h:
24512         * gst-libs/gst/interfaces/interfaces-marshal.list:
24513         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24514         * gst-libs/gst/interfaces/mixer.h:
24515         * gst-libs/gst/interfaces/mixeroptions.h:
24516         * gst-libs/gst/interfaces/navigation.c:
24517         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24518         * gst-libs/gst/interfaces/tuner.h:
24519         * gst/volume/Makefile.am:
24520         * gst/volume/gstvolume.c:
24521         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24522         * sys/ximage/Makefile.am:
24523         * sys/ximage/ximagesink.c:
24524         * sys/xvimage/Makefile.am:
24525         * sys/xvimage/xvimagesink.c:
24526           fold in all interfaces into an interfaces dir, preserving CVS
24527           history
24528
24529 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24530
24531         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24532           Fix build after riff changes.
24533
24534 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24535
24536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24537         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24538         (gst_riff_create_video_template_caps),
24539         (gst_riff_create_audio_template_caps),
24540         (gst_riff_create_iavs_template_caps):
24541         * gst-libs/gst/riff/riff-media.h:
24542         * gst-libs/gst/riff/riff-read.h:
24543         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24544           Add gst_riff_init() to initialize the debug category, instead
24545           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24546
24547 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24548
24549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24550           Oops, I shouldn't apply hacks.
24551
24552 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24553
24554         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24555           Remove pad_loop function which doesn't work.
24556
24557 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24558
24559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24560           Send EOS when deactivating.
24561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24562         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24563         (gen_preroll_element), (probe_triggered), (mute_stream),
24564         (silence_stream), (new_decoded_pad), (setup_substreams),
24565         (set_active_source):
24566         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24567         (remove_sinks), (add_sink):
24568         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24569           Change for new probe API.
24570
24571 2005-06-29  Wim Taymans  <wim@fluendo.com>
24572
24573         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24574         * gst-libs/gst/audio/gstbaseaudiosink.c:
24575         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24576         (gst_baseaudiosink_change_state):
24577         * gst-libs/gst/audio/gstbaseaudiosink.h:
24578         * gst-libs/gst/audio/gstringbuffer.c:
24579         (gst_ringbuffer_set_callback):
24580         Fix compilation error.
24581         Ringbuffer starts out as not running.
24582         Free our clock in dispose.
24583         When releasing the ringbuffer we need to renegotiate so
24584         clear the pad caps.
24585
24586 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24587
24588         * autogen.sh:
24589         * configure.ac:
24590         * docs/Makefile.am:
24591         * docs/libs/Makefile.am:
24592         * docs/libs/gst-plugins-libs-docs.sgml:
24593         * docs/libs/gst-plugins-libs-sections.txt:
24594         * docs/libs/gst-plugins-libs.types:
24595         * docs/libs/tmpl/gstaudio.sgml:
24596         * docs/libs/tmpl/gstcolorbalance.sgml:
24597         * docs/libs/tmpl/gstringbuffer.sgml:
24598         * gst-libs/gst/audio/gstringbuffer.c:
24599         (gst_ringbuffer_set_callback):
24600           reinstate gtk-doc docs for plugin libs
24601
24602 2005-06-28  Wim Taymans  <wim@fluendo.com>
24603
24604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24605         (gst_ogg_demux_init):
24606         Removed pad loop function.
24607
24608 2005-06-28  Wim Taymans  <wim@fluendo.com>
24609
24610         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24611         If we're building a chain we are not in an error case
24612         when we queue a buffer.
24613
24614 2005-06-28  Andy Wingo  <wingo@pobox.com>
24615
24616         * *.c: Don't cast to GstObject before reffing/unreffing.
24617
24618 2005-06-27  Andy Wingo  <wingo@pobox.com>
24619
24620         * gst/videotestsrc/gstvideotestsrc.c
24621         (gst_videotestsrc_activate_push): Activation API changes.
24622
24623         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24624         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24625         they have refs on the decodebin.
24626
24627         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24628         parent class.
24629         (gst_ogg_pad_typefind): Don't leak a pad ref.
24630         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24631         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24632         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24633
24634 2005-06-27  Edward Hervey  <edward@fluendo.com>
24635
24636         * ext/theora/theoradec.c: (theora_dec_change_state): 
24637         re-arranged call to parent's state change in order to avoid locks (or
24638         worse).
24639
24640 2005-06-26  Edward Hervey  <edward@fluendo.com>
24641
24642         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24643         2nd argument of 'unknow-type' signal is a GstCaps and not a
24644         GstMiniObject
24645
24646 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24647         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24648           Set the worker thread's running flag to TRUE before starting the
24649           thread.
24650         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24651           Catch a failure to add typefind to the bin.
24652
24653 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24654
24655         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24656         (gst_sinesrc_init), (gst_sinesrc_create),
24657         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24658         (gst_sinesrc_start):
24659         * gst/sine/gstsinesrc.h:
24660           add num-buffers and timestamp-offset properties
24661         * gst/videotestsrc/gstvideotestsrc.c:
24662         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24663         (gst_videotestsrc_get_property):
24664           add timestamp-offset property
24665
24666 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24667
24668         * configure.ac: add videorate
24669         * gst-plugins-base.spec.in: add videorate
24670
24671 2005-06-23  Wim Taymans  <wim@fluendo.com>
24672
24673         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24674         (gst_videorate_getcaps), (gst_videorate_setcaps),
24675         (gst_videorate_event), (gst_videorate_chain):
24676         Fixed videorate, fixating an already fixated caps is not
24677         an error.
24678
24679 2005-06-23  Wim Taymans  <wim@fluendo.com>
24680
24681         * ext/ogg/README:
24682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24683         Buffer on caps is not boxed anymore.
24684
24685 2005-06-22  Wim Taymans  <wim@fluendo.com>
24686
24687         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24689         Set buffers on caps as miniobjects and not as boxed.
24690
24691 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24692
24693         * configure.ac:
24694           back to HEAD
24695
24696 === release 0.9.1 ===
24697
24698 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24699
24700         * .cvsignore:
24701         * NEWS:
24702         * README:
24703         * RELEASE:
24704         * configure.ac:
24705         * po/af.po:
24706         * po/az.po:
24707         * po/cs.po:
24708         * po/en_GB.po:
24709         * po/hu.po:
24710         * po/it.po:
24711         * po/nb.po:
24712         * po/nl.po:
24713         * po/or.po:
24714         * po/sq.po:
24715         * po/sr.po:
24716         * po/sv.po:
24717         * po/uk.po:
24718         * po/vi.po:
24719           updates for release
24720
24721 2005-06-09  Andy Wingo  <wingo@pobox.com>
24722
24723         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24724         
24725 2005-06-09  Andy Wingo  <wingo@pobox.com>
24726
24727         * configure.ac:
24728         * gst-libs/gst/Makefile.am:
24729         * gst-libs/gst/net/Makefile.am:
24730         Add gstnet to build.
24731
24732 2005-06-09  Andy Wingo  <wingo@pobox.com>
24733
24734         * gst-libs/gst/gconf/gconf.c:
24735         * gst/playback/test.c:
24736         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24737         fixes.
24738
24739         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24740
24741         * ext/theora/theoraenc.c (theora_enc_chain): 
24742         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24743
24744         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24745         RealPad.
24746
24747 2005-06-02  Wim Taymans  <wim@fluendo.com>
24748
24749         * gst-libs/gst/net/Makefile.am:
24750         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24751         * pkgconfig/gstreamer-libs.pc.in:
24752         Added net stuff, version net lib.
24753
24754 2005-06-02  Wim Taymans  <wim@fluendo.com>
24755
24756         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24757         (query_rates), (query_positions_elems), (query_positions_pads),
24758         (do_seek):
24759         Updated seek example.
24760
24761 2005-06-02  Andy Wingo  <wingo@pobox.com>
24762
24763         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24764         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24765         list.
24766
24767         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24768         remove the typefind, the bin dispose will do it for us. When it's
24769         removed and unreffed, the signal handler will be disconnected,
24770         too.
24771         (unlinked): It's too difficult to disconnect from unlinked
24772         handlers, as they are on pads not elements. Just punt if the pads
24773         aren't grandkids of the bin.
24774
24775 2005-06-02  Wim Taymans  <wim@fluendo.com>
24776
24777         * ext/ogg/README:
24778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24779         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24781         * ext/theora/theoradec.c: (theora_dec_src_query),
24782         (theora_handle_data_packet):
24783         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24784         (theora_enc_chain):
24785         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24786         (vorbis_handle_data_packet):
24787         * gst/audioconvert/bufferframesconvert.c:
24788         (buffer_frames_convert_chain):
24789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24790         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24791         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24792         (gst_ffmpegcsp_chain):
24793         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24794         (gst_videorate_getcaps), (gst_videorate_setcaps),
24795         (gst_videorate_event), (gst_videorate_chain):
24796         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24797         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24798         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24799         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24800         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24801         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24802         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24803         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24804         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24805         Cleanups and buffer alloc.
24806
24807 2005-05-31  Wim Taymans  <wim@fluendo.com>
24808
24809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24810         Don't try to call the delay method when the device is not
24811         opened.
24812
24813 2005-05-31  Wim Taymans  <wim@fluendo.com>
24814
24815         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24816         Get actual segment size and buffer size after opening
24817         the device.
24818
24819 2005-05-30  Wim Taymans  <wim@fluendo.com>
24820
24821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24822         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24823         Also FLUSH upstream, makes the loop function exit faster.
24824         
24825         * ext/theora/theoradec.c: (theora_dec_src_query):
24826         Some more debug info in the query.
24827         
24828         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24829         (gst_ximagesink_setcaps):
24830         Release lock on par error, better error reporting.
24831
24832 2005-05-26  Wim Taymans  <wim@fluendo.com>
24833
24834         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24835         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24836         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24837         Clear chains in READY
24838         Queue packets until the chain is activated.
24839
24840 2005-05-25  Wim Taymans  <wim@fluendo.com>
24841
24842         * gst-libs/gst/audio/gstaudiosink.c:
24843         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24844         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24845         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24846         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24847         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24848         (gst_audiosink_create_ringbuffer):
24849         * gst-libs/gst/audio/gstbaseaudiosink.c:
24850         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24851         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24852         (gst_baseaudiosink_set_property), (build_linear_format),
24853         (debug_spec_caps), (debug_spec_buffer),
24854         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24855         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24856         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24857         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24859         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24860         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24861         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24862         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24863         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24864         (wait_segment), (gst_ringbuffer_commit),
24865         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24866         (gst_ringbuffer_clear):
24867         Various small cleanups.
24868
24869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24870         (gst_audio_convert_change_state):
24871         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24872         No need to take the locks anymore.
24873
24874 2005-05-25  Wim Taymans  <wim@fluendo.com>
24875
24876         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24877         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24878         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24879         (type_found):
24880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24881         (group_destroy), (group_commit), (queue_overrun),
24882         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24883         (mute_stream), (new_decoded_pad), (setup_substreams),
24884         (setup_source), (mute_group_type), (set_active_source),
24885         (gst_play_base_bin_change_state):
24886         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24887         (gen_video_element), (gen_text_element), (gen_audio_element),
24888         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24889         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24890         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24891         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24892         Some playbin cleanups mostly refcounting sloppyness.
24893
24894 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24895
24896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24897           Work with streaming input.
24898
24899 2005-05-25  Wim Taymans  <wim@fluendo.com>
24900
24901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24902         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24903         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24904         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24905         No need to take the STREAM lock anymore.
24906
24907 2005-05-25  Wim Taymans  <wim@fluendo.com>
24908
24909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24910         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24911         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24912         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24913         (gst_ogg_demux_sink_activate):
24914         * ext/theora/theoradec.c: (theora_dec_src_event),
24915         (theora_handle_comment_packet), (theora_dec_chain),
24916         (theora_dec_change_state):
24917         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24918         (vorbis_handle_data_packet), (vorbis_dec_chain),
24919         (vorbis_dec_change_state):
24920         Remove STREAM locks as they are taken in core now.
24921         Never set bogus granulepos on vorbis/theora.
24922         Fix leaks in theoradec tag parsing.
24923
24924 2005-05-25  Wim Taymans  <wim@fluendo.com>
24925
24926         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24927         Fix memleaks, GST_BUFFER_DATA() is not freed.
24928
24929 2005-05-25  Wim Taymans  <wim@fluendo.com>
24930
24931         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24932         Open non-blocking, set to blocking mode afterwards to avoid
24933         lockups when audio device is busy.
24934
24935 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24936
24937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24938           This can't be good.
24939
24940 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24941
24942         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24943         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24944         (gst_audio_convert_setcaps):
24945           Implement instant setup switching.
24946
24947 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24948
24949         * gst/playback/gstplaybasebin.c: (probe_triggered):
24950           Fix missing unlock.
24951         * gst/playback/gstplaybin.c: (add_sink):
24952           First add, then link (otherwise pad link fails).
24953
24954 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24955
24956         * examples/Makefile.am:
24957         fix buildbot (make distcheck)
24958
24959 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * gst/playback/gstplaybin.c: (gen_vis_element):
24962           Remove some wrong code. Doesn't work yet.
24963
24964 2005-05-19  Wim Taymans  <wim@fluendo.com>
24965
24966         * gst-libs/gst/net/Makefile.am:
24967         * gst-libs/gst/net/README:
24968         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24969         (gst_netbuffer_class_init), (gst_netbuffer_init),
24970         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24971         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24972         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24973         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24974         * gst-libs/gst/net/gstnetbuffer.h:
24975         Added buffer subclass to store extra to/from addresses for
24976         network sources/sinks.
24977
24978 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24979
24980         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24981           Don't lock an unassigned variable.
24982
24983 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24984
24985         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24986           Increase buffer for video, decrease buffer for other media types.
24987         * gst/playback/gstplaybin.c: (gen_video_element),
24988         (gen_audio_element):
24989           Change names for debugging purposes.
24990
24991 2005-05-18  Wim Taymans  <wim@fluendo.com>
24992
24993         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24994         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24995         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24996         (gst_ffmpegcsp_chain):
24997         Enable buffer alloc passthrough if the source and dest
24998         formats are the same.
24999
25000 2005-05-17  Wim Taymans  <wim@fluendo.com>
25001
25002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25003         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25004         (gst_ogg_demux_chain_unlocked):
25005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25006         (gst_audio_convert_caps_remove_format_info),
25007         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25008         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25009         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25010         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25011         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25012         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25013         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25014         (gst_ffmpegcsp_get_property):
25015         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25016         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25017         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25018         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25019         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25020         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25021         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25022         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25023         Leak fixes in oggdemux.
25024         Some cleanups in audioconvert.
25025         Make passthrough work along with buffer_alloc etc.
25026         Make buffer_alloc and buffer recycling actually work in
25027         xvimagesink.
25028
25029 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25030
25031         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25032           make the compiler happy
25033
25034 2005-05-17  Wim Taymans  <wim@fluendo.com>
25035
25036         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25037         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25038         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25039         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25040         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25041         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25042         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25043         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25044         (gst_xvimagesink_set_xwindow_id):
25045         * sys/xvimage/xvimagesink.h:
25046         Port xvimagesink to new MiniObject.
25047
25048 2005-05-17  Wim Taymans  <wim@fluendo.com>
25049
25050         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25051         (gst_audiofilter_chain):
25052         * gst-libs/gst/audio/gstaudiosink.c:
25053         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25054         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25055         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25056         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25057         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25058         (gst_audiosink_create_ringbuffer):
25059         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25060         (gst_audio_convert_caps_remove_format_info),
25061         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25062         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25064         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25065         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25066         Fix passthrough in ffmpegcolorspace.
25067         Fix memset in audiosink on wrong memory.
25068
25069 2005-05-16  David Schleef  <ds@schleef.org>
25070
25071         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25072         to GstMiniObject.
25073
25074 2005-05-16  David Schleef  <ds@schleef.org>
25075
25076         Port from GstData to GstMiniObject.
25077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25079         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25080         (gst_ogg_mux_collected):
25081         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25082         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25083         (theora_handle_data_packet):
25084         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25085         (theora_set_header_on_caps), (theora_enc_chain):
25086         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25087         (vorbis_handle_comment_packet):
25088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25089         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25090         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25091         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25092         * gst/audioconvert/gstaudioconvert.c:
25093         (gst_audio_convert_get_buffer):
25094         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25095         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25096         (mute_stream), (silence_stream):
25097         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25098         * gst/volume/gstvolume.c: (volume_transform):
25099         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25100         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25101         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25102         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25103         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25104         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25105         (gst_ximagesink_buffer_alloc):
25106         * sys/ximage/ximagesink.h:
25107
25108 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25109
25110         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25111         (fill_buffer), (check_queue), (queue_threshold_reached),
25112         (queue_out_of_data):
25113         * gst/playback/gstplaybasebin.h:
25114           Post buffer-fullness on the bus.
25115
25116 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25117
25118         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25119         (try_to_link_1):
25120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25121         (group_commit), (probe_triggered), (setup_source),
25122         (gst_play_base_bin_change_state):
25123         * gst/playback/gstplaybasebin.h:
25124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25125         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25126         (gst_play_bin_change_state):
25127           Move setup_output_pads into a virtual function, remove
25128           group-switch (no longer needed) and redirect (handled by bus
25129           now) signals.
25130
25131 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25132
25133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25134         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25135         (get_active_group), (get_building_group), (group_destroy),
25136         (group_commit), (check_queue), (queue_overrun),
25137         (queue_threshold_reached), (queue_out_of_data),
25138         (gen_preroll_element), (remove_groups), (unknown_type),
25139         (add_element_stream), (no_more_pads), (probe_triggered),
25140         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25141         (setup_substreams), (setup_source), (finish_source),
25142         (prepare_output), (muted_group_change_state),
25143         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25144         (gst_play_base_bin_change_state):
25145         * gst/playback/gstplaybasebin.h:
25146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25147         (gst_play_bin_init), (gst_play_bin_set_property),
25148         (gen_video_element), (gen_text_element), (gen_audio_element),
25149         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25150         (gst_play_bin_change_state):
25151         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25152         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25153         (stream_info_change_state), (gst_stream_info_set_mute),
25154         (gst_stream_info_get_property):
25155         * gst/playback/gststreaminfo.h:
25156         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25157         (gst_stream_selector_get_linked_pad),
25158         (gst_stream_selector_getcaps),
25159         (gst_stream_selector_get_linked_pads),
25160         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25161         * gst/playback/gststreamselector.h:
25162           Rough port of playbin. Needs some more work, but is mostly done,
25163           and uses a few locks in important places, which should make stuff
25164           like chain-switches clean. Still uses GST_STATE() in a few places,
25165           which isn't all that good an idea, subtitles/elements disabled
25166           because no elements to test with and thus probably broken, query
25167           and event handling moved to GstBin, internal thread removed
25168           alltogether because the pipeline does that for us now. Can play
25169           Ogg/Vorbis files. Haven't tested anything else yet.
25170
25171 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25174           Do no-more-pads (needed for autoplugging).
25175
25176 2005-05-10  Andy Wingo  <wingo@pobox.com>
25177
25178         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25179         message to the bus with the tags. Still not sent downstream tho.
25180
25181         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25182         get_parent.
25183         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25184         avoid refcounting hassles.
25185
25186 2005-05-09  Andy Wingo  <wingo@pobox.com>
25187
25188         * gst/volume/Makefile.am:
25189         * gst/volume/demo.c
25190         * gst/volume/gstvolume.h
25191         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25192         basetransform. Probably need an audio filter base class.
25193
25194 2005-05-09  Wim Taymans  <wim@fluendo.com>
25195
25196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25197         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25198         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25199         (gst_vorbisenc_chain):
25200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25201         (gst_audio_convert_caps_remove_format_info),
25202         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25203         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25204         Make caps writable before writing to it.
25205         Fix negotiation in audioconvert some more.
25206
25207 2005-05-09  Wim Taymans  <wim@fluendo.com>
25208
25209         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25210         (gst_videorate_getcaps), (gst_videorate_setcaps),
25211         (gst_videorate_event), (gst_videorate_chain):
25212         Better negotiation.
25213
25214 2005-05-09  Wim Taymans  <wim@fluendo.com>
25215
25216         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25217         (gst_videorate_getcaps), (gst_videorate_setcaps),
25218         (gst_videorate_blank_data), (gst_videorate_init),
25219         (gst_videorate_event), (gst_videorate_chain),
25220         (gst_videorate_change_state):
25221         Port videorate, do a better job at negotiation while we're at
25222         it.
25223
25224 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25225
25226         * configure.ac:
25227           Disable libvisual
25228
25229         * examples/Makefile.am:
25230         * gst-libs/gst/audio/Makefile.am:
25231         * gst-libs/gst/riff/Makefile.am:
25232         * gst-libs/gst/tag/Makefile.am:
25233         * gst-libs/gst/video/Makefile.am:
25234           Fixups for missing variables.
25235
25236 2005-05-09  Wim Taymans  <wim@fluendo.com>
25237
25238         * examples/seeking/seek.c: (make_theora_pipeline),
25239         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25240         (query_rates), (query_positions_elems), (query_positions_pads),
25241         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25242         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25243         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25244         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25245         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25246         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25248         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25249         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25250         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25251         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25252         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25253         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25254         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25255         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25256         (theora_dec_src_convert), (theora_dec_sink_convert),
25257         (theora_dec_src_query), (theora_dec_sink_query),
25258         (theora_dec_src_event), (theora_dec_sink_event),
25259         (theora_handle_comment_packet), (theora_handle_type_packet),
25260         (theora_handle_header_packet), (theora_handle_data_packet),
25261         (theora_dec_chain):
25262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25263         (vorbis_dec_convert), (vorbis_dec_src_query),
25264         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25265         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25266         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25267         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25269         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25270         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25272         (gst_play_bin_query):
25273         * gst/playback/test3.c: (update_scale):
25274         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25275         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25276         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25277         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25278         (gst_videotestsrc_src_query):
25279         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25280         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25281         (paint_hline_YUV9):
25282         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25283         Port to new query API.
25284         Updated seek.
25285         Cleanups in x[v]imagesink
25286
25287 2005-05-09  Andy Wingo  <wingo@pobox.com>
25288
25289         * ext/alsa/gstalsasink.h:
25290         * ext/gnomevfs/gstgnomevfssrc.c:
25291         (gst_gnomevfssrc_get_icy_metadata):
25292         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25293         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25294         * ext/theora/theoradec.c (theora_dec_src_query)
25295         (theora_dec_src_event, theora_dec_sink_event)
25296         (theora_handle_comment_packet, theora_handle_data_packet):
25297         * ext/theora/theoraenc.c (theora_enc_chain):
25298         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25299         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25300         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25301         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25302         (qt_type_find):
25303         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25304         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25305         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25306         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25307         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25308         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25309         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25310         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25311         (paint_setup_RGB565, paint_setup_xRGB1555):
25312         * gst/videotestsrc/videotestsrc.h:
25313         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25314         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25315         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25316         GCC4 fixes.
25317         
25318         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25319         gst_pad_query_position. Fixes oggdemux.
25320
25321 2005-05-08  David Schleef  <ds@schleef.org>
25322
25323         * configure.ac: Require liboil.
25324         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25325         a few more.
25326         * gst/videotestsrc/videotestsrc.c:
25327         * gst/videotestsrc/videotestsrc.h:
25328
25329 2005-05-06  Wim Taymans  <wim@fluendo.com>
25330
25331         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25332         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25333         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25334         Well, unreffing a buffer right before pushing it is asking
25335         for trouble..
25336
25337 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25338
25339         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25340
25341 2005-05-06  Wim Taymans  <wim@fluendo.com>
25342
25343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25344         (gst_audio_convert_caps_remove_format_info),
25345         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25346         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25348         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25349         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25350         * gst/sine/Makefile.am:
25351         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25352         (gst_sinesrc_class_init), (gst_sinesrc_init),
25353         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25354         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25355         (gst_sinesrc_update_freq):
25356         * gst/sine/gstsinesrc.h:
25357         * gst/tcp/gstmultifdsink.c:
25358         * sys/xvimage/xvimagesink.c:
25359         Fixed negotiation wrt _peer_get_caps()
25360         Some cleanups.
25361
25362
25363 2005-05-06  Wim Taymans  <wim@fluendo.com>
25364
25365         * gst-libs/gst/audio/gstaudiosink.c:
25366         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25367         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25368         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25369         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25370         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25371         (gst_audiosink_create_ringbuffer):
25372         * gst-libs/gst/audio/gstbaseaudiosink.c:
25373         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25374         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25375         (gst_baseaudiosink_set_property), (build_linear_format),
25376         (debug_spec_caps), (debug_spec_buffer),
25377         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25378         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25379         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25380         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25381         * gst-libs/gst/audio/gstbaseaudiosink.h:
25382         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25383         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25384         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25385         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25386         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25387         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25388         (wait_segment), (gst_ringbuffer_commit),
25389         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25390         (gst_ringbuffer_clear):
25391         * gst-libs/gst/audio/gstringbuffer.h:
25392         Make the base audiosink return an error when there is no
25393         audiobuffer negotiated.
25394
25395 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25396
25397         * ext/Makefile.am:
25398         Disable cdparanoia until someone ports it!
25399
25400 2005-05-06  Wim Taymans  <wim@fluendo.com>
25401
25402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25403         (gst_ogg_demux_sink_activate):
25404         And revert after wingo's revert.. sigh..
25405
25406 2005-05-05  Andy Wingo  <wingo@pobox.com>
25407
25408         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25409         GObject.
25410         * configure.ac: Return audiorate and subparse from the ghetto.
25411         Re-enable -Wall -Werror.
25412         * gst/subparse/gstsubparse.c:
25413         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25414         or chain-based. Cleaned up a bit. Not tested.
25415         
25416 2005-05-05  Christian Schaller <christian@fluendo.com> 
25417
25418         * Makefile.am: remove stuff that is not building
25419         * configure.ac: remove stuff that is not building
25420         * examples/Makefile.am: remove stuff that is not building
25421         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25422         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25423         * sys/Makefile.am: remove stuff that is not building
25424         * testsuite/Makefile.am: remove stuff that is not building
25425
25426 2005-05-05  Andy Wingo  <wingo@pobox.com>
25427
25428         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25429         * gst-libs/gst/tag/gstvorbistag.c:
25430         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25431         * gst/adder/gstadder.h:
25432         * gst/audioconvert/gstchannelmix.c:
25433         (gst_audio_convert_fill_one_other):
25434         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25435         (gst_audiorate_init), (gst_audiorate_chain):
25436         * gst/playback/gstplaybasebin.c: (setup_source):
25437         * gst/playback/test3.c: (update_scale):
25438         Some GCC4 fixes
25439         
25440         * po/af.po:
25441         * po/az.po:
25442         * po/cs.po:
25443         * po/en_GB.po:
25444         * po/hu.po:
25445         * po/it.po:
25446         * po/nb.po:
25447         * po/nl.po:
25448         * po/or.po:
25449         * po/sq.po:
25450         * po/sr.po:
25451         * po/sv.po:
25452         * po/uk.po:
25453         * po/vi.po: Foo
25454
25455 2005-05-05  Wim Taymans  <wim@fluendo.com>
25456
25457         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25458         (gst_audio_convert_caps_remove_format_info),
25459         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25460         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25461         * gst/videotestsrc/gstvideotestsrc.c:
25462         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25463         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25464         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25465         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25466         Don't ignore _push() return values.
25467         Make sure no processing is done when shutting down.
25468         Videotestsrc pad activation fix.
25469
25470 2005-05-05  Wim Taymans  <wim@fluendo.com>
25471
25472         * gst/adder/Makefile.am:
25473         * gst/adder/gstadder.c: (gst_adder_setcaps),
25474         (gst_adder_class_init), (gst_adder_init),
25475         (gst_adder_request_new_pad), (gst_adder_collected),
25476         (gst_adder_change_state):
25477         * gst/adder/gstadder.h:
25478         Ported adder as an example of a mixer element using
25479         collect pads. Needs more negotiation work.
25480
25481 2005-05-05  Wim Taymans  <wim@fluendo.com>
25482
25483         * ext/theora/theoradec.c: (_inc_granulepos),
25484         (theora_dec_src_event), (theora_dec_sink_event),
25485         (theora_handle_comment_packet), (theora_handle_type_packet),
25486         (theora_handle_header_packet), (theora_handle_data_packet),
25487         (theora_dec_chain):
25488         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25489         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25490         (theora_push_buffer), (theora_push_packet),
25491         (theora_enc_sink_event), (theora_enc_chain),
25492         (theora_enc_change_state), (theora_enc_set_property),
25493         (theora_enc_get_property):
25494         Added stream lock to decoder so that we can serialize
25495         the discont event.
25496         More theoraenc porting, recover from errors, do clean
25497         shutdown.
25498
25499 2005-05-05  Wim Taymans  <wim@fluendo.com>
25500
25501         * ext/ogg/Makefile.am:
25502         * ext/ogg/README:
25503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25504         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25505         (gst_ogg_print):
25506         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25507         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25508         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25509         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25510         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25511         (gst_ogg_mux_change_state):
25512         Ported ogg muxer.
25513
25514 2005-05-05  Wim Taymans  <wim@fluendo.com>
25515
25516         * docs/design-audiosinks.txt:
25517         * gst-libs/gst/audio/TODO:
25518         * gst-libs/gst/audio/gstaudiosink.c:
25519         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25520         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25521         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25522         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25523         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25524         (gst_audiosink_create_ringbuffer):
25525         * gst-libs/gst/audio/gstbaseaudiosink.c:
25526         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25527         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25528         (gst_baseaudiosink_set_property), (build_linear_format),
25529         (debug_spec_caps), (debug_spec_buffer),
25530         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25531         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25532         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25533         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25534         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25535         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25536         (gst_ringbuffer_release), (gst_ringbuffer_play),
25537         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25538         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25539         (gst_ringbuffer_set_sample), (wait_segment),
25540         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25541         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25542         More work on the audiosink, mostly debugging and a race in
25543         shutdown.
25544
25545 2005-04-28  Wim Taymans  <wim@fluendo.com>
25546
25547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25548         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25549         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25550         (vorbis_dec_src_query), (vorbis_dec_src_event),
25551         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25552         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25553         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25554         Don't crap out when seeking back to position 0.
25555
25556 2005-04-28  Wim Taymans  <wim@fluendo.com>
25557
25558         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25559         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25560         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25561         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25562         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25563         Make audio sink configurable, use alsasink as default.
25564
25565 2005-04-28  Wim Taymans  <wim@fluendo.com>
25566
25567         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25568         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25569         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25570         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25571         (vorbis_dec_change_state):
25572         * ext/vorbis/vorbisdec.h:
25573         Refactor, use STREAM_LOCK.
25574
25575 2005-04-28  Wim Taymans  <wim@fluendo.com>
25576
25577         * ext/theora/theoradec.c: (_inc_granulepos),
25578         (theora_dec_sink_event), (theora_handle_comment_packet),
25579         (theora_handle_type_packet), (theora_handle_header_packet),
25580         (theora_handle_data_packet), (theora_dec_chain),
25581         (theora_dec_change_state):
25582         Refactor a bit, use STREAM_LOCK.
25583
25584 2005-04-28  Wim Taymans  <wim@fluendo.com>
25585
25586         * ext/alsa/Makefile.am:
25587         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25588         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25589         (gst_alsa_link), (gst_alsa_close_audio):
25590         * ext/alsa/gstalsaplugin.c: (plugin_init):
25591         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25592         (gst_alsasink_dispose), (gst_alsasink_base_init),
25593         (gst_alsasink_class_init), (gst_alsasink_init),
25594         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25595         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25596         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25597         (gst_alsasink_reset):
25598         * ext/alsa/gstalsasink.h:
25599         Implement alsasink with simple open/write/close API. 
25600         Make alsa dir build by disabling compilation of code.
25601
25602 2005-04-28  Wim Taymans  <wim@fluendo.com>
25603
25604         * gst-libs/gst/audio/Makefile.am:
25605         * gst-libs/gst/audio/audio.h:
25606         * gst-libs/gst/audio/audioclock.c:
25607         * gst-libs/gst/audio/audioclock.h:
25608         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25609         (gst_audio_clock_class_init), (gst_audio_clock_init),
25610         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25611         * gst-libs/gst/audio/gstaudioclock.h:
25612         * gst-libs/gst/audio/gstaudiosink.c:
25613         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25614         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25615         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25616         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25617         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25618         (gst_audiosink_create_ringbuffer):
25619         * gst-libs/gst/audio/gstbaseaudiosink.c:
25620         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25621         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25622         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25623         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25624         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25625         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25626         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25627         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25628         * gst-libs/gst/audio/gstbaseaudiosink.h:
25629         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25630         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25631         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25632         (gst_ringbuffer_release), (gst_ringbuffer_play),
25633         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25634         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25635         (gst_ringbuffer_set_sample), (wait_segment),
25636         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25637         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25638         * gst-libs/gst/audio/gstringbuffer.h:
25639         Make ringbuffer faster and more simple by removing the locks
25640         in the playback thread.
25641         Add sample accurate playback based on buffer sample offsets.
25642         Make the baseaudiosink provide a clock.
25643         Parse caps in the base class.
25644         Correctly handle seeking, flushing and state changes.
25645
25646 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25647
25648         * configure.ac:
25649         * gst/audioconvert/Makefile.am:
25650         * gst/audioscale/Makefile.am:
25651           Fix part of the build.  Come on guys, autogen didn't even work :)
25652
25653 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * configure.ac:
25656         * gst-libs/gst/Makefile.am:
25657         * gst-libs/gst/media-info/.cvsignore:
25658         * gst-libs/gst/media-info/Makefile.am:
25659         * gst-libs/gst/media-info/README:
25660         * gst-libs/gst/media-info/media-info-priv.c:
25661         * gst-libs/gst/media-info/media-info-priv.h:
25662         * gst-libs/gst/media-info/media-info-test.c:
25663         * gst-libs/gst/media-info/media-info.c:
25664         * gst-libs/gst/media-info/media-info.h:
25665         * gst-libs/gst/media-info/media-info.vcproj:
25666         * pkgconfig/Makefile.am:
25667         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25668         * pkgconfig/gstreamer-media-info.pc.in:
25669           Remove media-info, which is also successed by playbin (see Totem
25670           implementation).
25671
25672 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * configure.ac:
25675         * examples/Makefile.am:
25676         * examples/gstplay/.cvsignore:
25677         * examples/gstplay/Makefile.am:
25678         * examples/gstplay/player.c:
25679         * gst-libs/gst/Makefile.am:
25680         * gst-libs/gst/play/.cvsignore:
25681         * gst-libs/gst/play/Makefile.am:
25682         * gst-libs/gst/play/play.c:
25683         * gst-libs/gst/play/play.h:
25684         * gst-libs/gst/play/play.vcproj:
25685         * pkgconfig/Makefile.am:
25686         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25687         * pkgconfig/gstreamer-play.pc.in:
25688           Remove libgstplay, playbin is now the official successor.
25689
25690 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25691
25692         * configure.ac:
25693         * gst-libs/gst/Makefile.am:
25694         * gst-libs/gst/xwindowlistener/Makefile.am:
25695         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25696         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25697           Remove deprecated xwindowlistener (I've moved xwindowlistening
25698           in the v4l/v4l2 plugins over to serverside).
25699
25700 2005-04-25  David Schleef  <ds@schleef.org>
25701
25702         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25703         to examples/dynparams.  Examples do not belong interspersed with
25704         source code.
25705         * examples/dynparams/demo-dparams.c:
25706         * gst/sine/Makefile.am:
25707         * gst/sine/demo-dparams.c:
25708
25709 2005-04-25  David Schleef  <ds@schleef.org>
25710
25711         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25712         * gst-libs/gst/audio/Makefile.am:
25713         * gst-libs/gst/riff/Makefile.am:
25714         * gst-libs/gst/tag/Makefile.am:
25715         * gst-libs/gst/video/Makefile.am:
25716         * gst-libs/gst/xwindowlistener/Makefile.am:
25717
25718         Convert to 0.9 API, seems to work:
25719         * sys/ximage/Makefile.am:
25720         * sys/ximage/ximagesink.c:
25721
25722 2005-04-24  David Schleef  <ds@schleef.org>
25723
25724         Link plugins against libraries:
25725         * ext/alsa/Makefile.am:
25726         * gst/tcp/Makefile.am:
25727
25728         Remove asm code that should be in liboil
25729         * gst/videoscale/Makefile.am:
25730         * gst/videoscale/videoscale_x86_asm.s:
25731
25732         gettext wants these checked in:
25733         * po/af.po:
25734         * po/az.po:
25735         * po/cs.po:
25736         * po/en_GB.po:
25737         * po/hu.po:
25738         * po/it.po:
25739         * po/nb.po:
25740         * po/nl.po:
25741         * po/or.po:
25742         * po/sq.po:
25743         * po/sr.po:
25744         * po/sv.po:
25745         * po/uk.po:
25746         * po/vi.po:
25747
25748 2005-04-24  David Schleef  <ds@schleef.org>
25749
25750         Convert gst_main() to g_main_loop_run()
25751         * gst/playback/decodetest.c: (main):
25752         * gst/playback/test2.c: (main):
25753         * gst/playback/test3.c: (main):
25754         * gst/playback/test4.c: (main):
25755
25756         Link plugins against libraries:
25757         * ext/libvisual/Makefile.am:
25758         * sys/xvimage/Makefile.am:
25759
25760 2005-04-24  David Schleef  <ds@schleef.org>
25761
25762         * configure.ac: Remove idct and resample libs
25763         * gst-libs/gst/Makefile.am: same
25764
25765         Remove usage of gst_library_load():
25766         * ext/alsa/gstalsaplugin.c: (plugin_init):
25767         * ext/libvisual/visual.c: (plugin_init):
25768         * ext/ogg/gstogg.c: (plugin_init):
25769         * ext/theora/theora.c: (plugin_init):
25770         * ext/vorbis/vorbis.c: (plugin_init):
25771         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25772         * gst/audioscale/gstaudioscale.c:
25773         * gst/adder/gstadder.c: (plugin_init):
25774         * gst/audioconvert/plugin.c: (plugin_init):
25775         * sys/ximage/ximagesink.c: (plugin_init):
25776         * sys/xvimage/xvimagesink.c: (plugin_init):
25777         * gst/tcp/gsttcpplugin.c: (plugin_init):
25778
25779         Link plugins against libraries:
25780         * ext/ogg/Makefile.am:
25781         * ext/theora/Makefile.am:
25782         * ext/vorbis/Makefile.am:
25783         * gst/audioconvert/Makefile.am:
25784
25785         Create proper libraries:
25786         * gst-libs/gst/riff/Makefile.am:
25787         * gst-libs/gst/audio/Makefile.am:
25788         * gst-libs/gst/video/Makefile.am:
25789
25790         Move resample library to audioscale plugin directory:
25791         * gst-libs/gst/resample/Makefile.am:
25792         * gst-libs/gst/resample/README:
25793         * gst-libs/gst/resample/dtof.c:
25794         * gst-libs/gst/resample/dtos.c:
25795         * gst-libs/gst/resample/functable.c:
25796         * gst-libs/gst/resample/private.h:
25797         * gst-libs/gst/resample/resample.c:
25798         * gst-libs/gst/resample/resample.h:
25799         * gst-libs/gst/resample/resample.vcproj:
25800         * gst-libs/gst/resample/test.c:
25801         * gst/audioscale/Makefile.am:
25802         * gst/audioscale/README:
25803         * gst/audioscale/dtof.c:
25804         * gst/audioscale/dtos.c:
25805         * gst/audioscale/functable.c:
25806         * gst/audioscale/private.h:
25807         * gst/audioscale/resample.c:
25808         * gst/audioscale/resample.h:
25809         * gst/audioscale/test.c:
25810
25811         Move tagedit library to gst-libs:
25812         * gst-libs/gst/tag/Makefile.am:
25813         * gst-libs/gst/tag/gstid3tag.c:
25814         * gst-libs/gst/tag/gsttagediting.c:
25815         * gst-libs/gst/tag/gsttageditingprivate.h:
25816         * gst-libs/gst/tag/gstvorbistag.c:
25817         * gst/tags/Makefile.am:
25818         * gst/tags/gstid3tag.c:
25819         * gst/tags/gstvorbistag.c:
25820
25821         Fix for core changes:
25822         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25823         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25824         (gst_sinesrc_getrange):
25825
25826 2005-04-23  David Schleef  <ds@schleef.org>
25827
25828         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25829         in gst-plugins in a long time, and properly belongs in liboil.
25830         * gst-libs/gst/idct/Makefile.am:
25831         * gst-libs/gst/idct/README:
25832         * gst-libs/gst/idct/dct.h:
25833         * gst-libs/gst/idct/doieee:
25834         * gst-libs/gst/idct/fastintidct.c:
25835         * gst-libs/gst/idct/floatidct.c:
25836         * gst-libs/gst/idct/idct.c:
25837         * gst-libs/gst/idct/idct.h:
25838         * gst-libs/gst/idct/idtc.vcproj:
25839         * gst-libs/gst/idct/ieeetest.c:
25840         * gst-libs/gst/idct/intidct.c:
25841
25842 2005-04-20  Wim Taymans  <wim@fluendo.com>
25843
25844         * docs/design-audiosinks.txt:
25845         * gst-libs/gst/audio/Makefile.am:
25846         * gst-libs/gst/audio/TODO:
25847         * gst-libs/gst/audio/gstaudiosink.c:
25848         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25849         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25850         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25851         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25852         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25853         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25854         (gst_audiosink_class_init), (gst_audiosink_init),
25855         (gst_audiosink_create_ringbuffer):
25856         * gst-libs/gst/audio/gstaudiosink.h:
25857         * gst-libs/gst/audio/gstbaseaudiosink.c:
25858         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25859         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25860         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25861         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25862         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25863         (gst_baseaudiosink_create_ringbuffer),
25864         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25865         * gst-libs/gst/audio/gstbaseaudiosink.h:
25866         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25867         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25868         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25869         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25870         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25871         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25872         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25873         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25874         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25875         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25876         * gst-libs/gst/audio/gstringbuffer.h:
25877         An attempt at a set of audio base classes together with some
25878         design docs.
25879
25880 2005-04-20  Wim Taymans  <wim@fluendo.com>
25881
25882         * gst/audioconvert/Makefile.am:
25883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25884         (gst_audio_convert_caps_remove_format_info),
25885         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25886         (gst_audio_convert_channels):
25887         Link against audio libs.
25888         Fix audio convert plugin.
25889
25890 2005-04-20  Wim Taymans  <wim@fluendo.com>
25891
25892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25893         (gst_ogg_demux_sink_activate):
25894         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25895         (theora_set_header_on_caps), (theora_enc_sink_event),
25896         (theora_enc_chain):
25897         Fix theora encoder.
25898
25899 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25900
25901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25902         * gst/playback/gstdecodebin.c: (find_compatibles):
25903           Work with staticpadtemplates in elementfactories.
25904
25905 2005-04-12  Wim Taymans  <wim@fluendo.com>
25906
25907         * gst/playback/README:
25908         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25909         (compare_ranks), (print_feature), (gst_decode_bin_init),
25910         (dynamic_create), (dynamic_free), (find_compatibles),
25911         (mimetype_is_raw), (close_pad_link), (got_redirect),
25912         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25913         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25914         (gst_decode_bin_change_state):
25915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25916         (gst_play_base_bin_init), (group_destroy), (group_commit),
25917         (check_queue), (queue_overrun), (queue_threshold_reached),
25918         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25919         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25920         (got_redirect), (setup_source), (play_base_eos),
25921         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25922         (gst_play_base_bin_remove_element):
25923         * gst/playback/gstplaybasebin.h:
25924         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25925         (gst_play_bin_init), (gst_play_bin_dispose),
25926         (gst_play_bin_set_property), (gen_video_element),
25927         (gen_text_element), (gen_audio_element), (remove_sinks),
25928         (gst_play_bin_send_event):
25929         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25930         (stream_info_change_state), (gst_stream_info_set_mute):
25931         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25932         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25933         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25934         (gst_stream_selector_chain):
25935         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25936         (main):
25937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25938         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25939         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25940         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25941         Raw and crude port of decodebin. 
25942         Make playbin compile.
25943
25944 2005-04-06  Wim Taymans  <wim@fluendo.com>
25945
25946         * ext/gnomevfs/Makefile.am:
25947         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25948         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25949         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25950         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25951         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25952         (gst_gnomevfssrc_stop):
25953         * ext/ogg/Makefile.am:
25954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25955         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25956         * ext/theora/Makefile.am:
25957         * ext/theora/theoradec.c: (_inc_granulepos),
25958         (theora_dec_sink_event), (theora_dec_chain):
25959         * ext/vorbis/Makefile.am:
25960         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25961         (vorbis_dec_sink_event), (vorbis_dec_chain):
25962         * gst-libs/gst/audio/Makefile.am:
25963         * sys/xvimage/Makefile.am:
25964         Make gnomevfssrc extend the source base class.
25965         Fix linking against libs in various plugins.
25966
25967 2005-04-06  Andy Wingo  <wingo@pobox.com>
25968
25969         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25970         GST_BASE_LIBS.
25971
25972         * configure.ac: Add check and AC_SUBST for libgstbase.
25973
25974 2005-03-31  Wim Taymans  <wim@fluendo.com>
25975
25976         * examples/seeking/Makefile.am:
25977         * examples/seeking/cdparanoia.c: (main):
25978         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25979         (play_cb), (pause_cb), (stop_cb), (main):
25980         * examples/seeking/playbin.c:
25981         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25982         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25983         (make_sid_pipeline), (make_vorbis_pipeline),
25984         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25985         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25986         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25987         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25988         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25989         (stop_cb), (main):
25990         * examples/seeking/spider_seek.c:
25991         * examples/seeking/vorbisfile.c:
25992         * ext/gnomevfs/Makefile.am:
25993         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25994         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25995         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25996         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25997         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25998         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25999         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26000         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26001         * ext/ogg/README:
26002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26003         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26004         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26005         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26006         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26007         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26008         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26009         (gst_ogg_demux_factory_filter), (compare_ranks),
26010         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26011         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26012         (gst_ogg_chain_new), (gst_ogg_chain_free),
26013         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26014         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26015         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26016         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26017         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26018         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26019         (gst_ogg_demux_get_prev_page),
26020         (gst_ogg_demux_deactivate_current_chain),
26021         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26022         (gst_ogg_demux_bisect_forward_serialno),
26023         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26024         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26025         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26026         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26027         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26028         (gst_ogg_demux_change_state), (gst_ogg_print):
26029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26030         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26031         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26032         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26033         (gst_ogg_mux_loop):
26034         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26035         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26036         (theora_dec_src_convert), (theora_dec_sink_convert),
26037         (theora_dec_src_query), (theora_dec_src_event),
26038         (theora_dec_sink_event), (theora_dec_chain),
26039         (theora_dec_change_state):
26040         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26041         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26042         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26043         (theora_enc_change_state):
26044         * ext/vorbis/Makefile.am:
26045         * ext/vorbis/oggvorbisenc.c:
26046         * ext/vorbis/oggvorbisenc.h:
26047         * ext/vorbis/vorbis.c: (plugin_init):
26048         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26049         (vorbis_dec_src_query), (vorbis_dec_src_event),
26050         (vorbis_dec_sink_event), (vorbis_dec_chain),
26051         (vorbis_dec_change_state):
26052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26053         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26054         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26055         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26056         (gst_vorbisenc_change_state):
26057         * ext/vorbis/vorbisenc.h:
26058         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26059         * gst-libs/gst/audio/audioclock.c:
26060         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26061         (gst_audiofilter_init), (gst_audiofilter_chain):
26062         * gst-libs/gst/audio/testchannels.c: (main):
26063         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26064         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26065         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26066         (gmip_find_track_streaminfo), (gmip_find_track_format):
26067         * gst-libs/gst/media-info/media-info.c:
26068         (gst_media_info_read_idler):
26069         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26070         (gst_play_get_all_by_interface):
26071         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26072         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26073         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26074         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26075         (gst_riff_parse_info):
26076         * gst-libs/gst/riff/riff-read.h:
26077         * gst-libs/gst/riff/riff.c: (plugin_init):
26078         * gst-libs/gst/video/Makefile.am:
26079         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26080         (gst_videosink_class_init), (gst_videosink_get_type):
26081         * gst-libs/gst/video/videosink.h:
26082         * gst/audioconvert/bufferframesconvert.c:
26083         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26084         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26085         * gst/audioconvert/channelmixtest.c: (main):
26086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26087         (gst_audio_convert_chain),
26088         (gst_audio_convert_caps_remove_format_info),
26089         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26090         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26091         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26092         (gst_audio_convert_buffer_to_default_format),
26093         (gst_audio_convert_buffer_from_default_format),
26094         (gst_audio_convert_channels):
26095         * gst/audioconvert/gstchannelmix.h:
26096         * gst/ffmpegcolorspace/avcodec.h:
26097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26098         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26099         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26100         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26101         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26102         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26103         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26104         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26105         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26106         (dv_type_find):
26107         * gst/videotestsrc/gstvideotestsrc.c:
26108         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26109         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26110         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26111         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26112         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26113         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26114         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26116         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26117         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26118         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26119         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26120         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26121         (gst_xvimagesink_navigation_send_event),
26122         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26123         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26124         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26125         * sys/xvimage/xvimagesink.h:
26126         Plugin port to 0.9, ogg/theora playback should work in the seek
26127         example now.
26128         Removed old examples.
26129         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26130         explained in 0.9 TODO doc.
26131
26132
26133 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26134
26135         * autogen.sh:
26136         * configure.ac:
26137         * ext/Makefile.am:
26138         * gst/Makefile.am:
26139         * po/POTFILES.in:
26140         * po/af.po:
26141         * po/az.po:
26142         * po/cs.po:
26143         * po/en_GB.po:
26144         * po/hu.po:
26145         * po/it.po:
26146         * po/nb.po:
26147         * po/nl.po:
26148         * po/or.po:
26149         * po/sq.po:
26150         * po/sr.po:
26151         * po/sv.po:
26152         * po/uk.po:
26153         * po/vi.po:
26154         * sys/Makefile.am:
26155         * testsuite/Makefile.am:
26156           remove a whole bunch of plugins.  This module now contains a set
26157           of free reference plugins/elements as agreed.
26158
26159 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26160
26161         * configure.ac:
26162           hunting season on 0.9 is now OPEN
26163
26164 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26165
26166         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26167           Kick the hell out of gcc for not warning me about a symbol conflict.
26168
26169 2005-02-22  Luca Ognibene  <luogni@tin.it>
26170
26171         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26172
26173         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26174           Don't leak caps string (fixes #168134)
26175
26176         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26177         (gst_jpegenc_init), (gst_jpegenc_finalize),
26178         (gst_jpegenc_change_state):
26179           Don't leak line buffers and context struct (fixes #168133).
26180
26181 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26182
26183         * configure.ac:
26184         * ext/dirac/gstdiracdec.cc:
26185         (gst_diracdec_chain):
26186           Since dirac 0.5.0 the framerate in dirac is expressed as a
26187           rational number. Fix build and up requirement to 0.5.0, and
26188           also pass parameters to gst_diracdec_link in the right order
26189           (fixes #167959).
26190
26191 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26192
26193         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26194         * ext/faad/gstfaad.h:
26195         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26196         certain invalid muxed streams, where some packets will contain 
26197         junk after decoder data. Partially fixes #149158.
26198
26199 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26200         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26201           Make sure we only write to writable buffers
26202
26203 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26204
26205         * gst-libs/gst/riff/riff-media.c:
26206         (gst_riff_create_audio_caps_with_data):
26207           Do actually fix invalid RIFF fmt header values for alaw
26208           and mulaw audio instead of just saying so.
26209
26210         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26211           Give gst_riff_create_audio_caps_with_data() a chance to
26212           fix up broken format header fields before extracting any
26213           parameters from the header. (fixes #167633)
26214
26215 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26216
26217         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26218
26219         * gst/audioconvert/bufferframesconvert.c:
26220         (buffer_frames_convert_link):
26221           Don't leak othercaps. (fixes #167878)
26222
26223 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26224
26225         * configure.ac:
26226         * ext/libvisual/visual.c: (gst_visual_srclink),
26227         (gst_visual_change_state):
26228           Support libvisual 0.2.0.
26229
26230 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26231
26232         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26233         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26234           Use same rowstrides for I420 as used everywhere else.
26235
26236 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26237
26238         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26239           Declare variables at beginning of block and make gcc-2.95 happy
26240           (fixes # 167482, patch by Gergely Nagy).
26241           
26242         * gst/tcp/gsttcpclientsrc.c:
26243         * gst/tcp/gsttcpclientsrc.h:
26244           Move some includes into the header, so that struct sockaddr_in is
26245           defined when it should be defined on FreeBSD as well (fixes
26246           #167483).
26247           
26248         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26249           Don't pass uninitialised values to setsockopt() here either.
26250
26251 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26252
26253         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26254
26255         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26256           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26257
26258 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26259
26260         * gst/playback/gstplaybin.c: (add_sink):
26261           Invert bin_add/link order to workaround deadlock in opt.
26262
26263 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * gst/modplug/gstmodplug.cc:
26266           Add missing break causing position queries to fail.
26267
26268 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26269
26270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26271           Granpos can apparently be -1, which screws up calculations...
26272
26273 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26274
26275         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26276         (gst_ximagesink_send_pending_navigation),
26277         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26278         (gst_ximagesink_init):
26279         * sys/ximage/ximagesink.h:
26280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26281         (gst_xvimagesink_send_pending_navigation),
26282         (gst_xvimagesink_navigation_send_event),
26283         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26284         * sys/xvimage/xvimagesink.h:
26285           Use a mutex protected list to marshal navigation
26286           events into the stream thread from whichever thread
26287           sends them.
26288
26289 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26290
26291         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26292           Display current position and track length; misc. clean-ups.
26293           
26294         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26295         (speed_init), (speed_chain):
26296           Add query function, so that the stream length and current position
26297           get adjusted when queried (note that current position queries may
26298           still be wrong if the audio sink returns values based on buffer
26299           timestamps instead of passing on the query).
26300
26301 2005-02-13  Benjamin Otte  <otte@gnome.org>
26302
26303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26304         (gst_audio_convert_channels):
26305           create channel conversion matrix when linking
26306         * gst/audioconvert/.cvsignore:
26307         * gst/audioconvert/Makefile.am:
26308         * gst/audioconvert/channelmixtest.c: (main):
26309           add (ugly) test that ensures stereo <=> mono conversion works
26310           correctly
26311
26312 2005-02-13  Benjamin Otte  <otte@gnome.org>
26313
26314         * gst/audioconvert/gstchannelmix.h:
26315           include missing header file
26316         * gst/audioconvert/gstchannelmix.c:
26317         (gst_audio_convert_fill_compatible):
26318           use same sign for both channels when converting to/from compatible
26319           channel. Previously used different signs made the signals cancel
26320           each other out and appear like silence. (fixes #167269)
26321
26322 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26323
26324         * gst/ffmpegcolorspace/avcodec.h:
26325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26326         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26327         (gst_ffmpegcsp_avpicture_fill):
26328         * gst/ffmpegcolorspace/imgconvert.c:
26329           Convert to and from YV12 (fixes #156379).
26330
26331 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26332
26333         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26334         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26335         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26336         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26337         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26338         methods from chain and negotiation and vice versa (Fixes #166142).
26339         * sys/ximage/ximagesink.h: Add stream_lock.
26340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26341         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26342         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26343         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26344
26345 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26346
26347         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26348           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26349           error message when we can't open the DVD device (when dvdnav_open()
26350           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26351           the above). Send something more useful instead (fixes #167117).
26352
26353 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26354
26355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26356         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26357         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26358         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26359         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26360         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26361         methods from chain and negotiation and vice versa (Fixes #166142).
26362         Fix a possible bug of images in the buffer pool being discarded because
26363         we are looking at the wrong geometry.
26364         * sys/xvimage/xvimagesink.h: Add stream_lock.
26365
26366 2005-02-11  David Schleef  <ds@schleef.org>
26367
26368         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26369         unsigned int. (fixes #167128)
26370
26371 2005-02-11  David Schleef  <ds@schleef.org>
26372
26373         * gst/librfb/Makefile.am: Testing stuff before committing is
26374           for wimps... and people with fast machines.  Fix stupid
26375           mistake.
26376
26377 2005-02-11  David Schleef  <ds@schleef.org>
26378
26379         * configure.ac: Pull in librfb from my CVS tree, because it is
26380           too small and annoying to be separate.  Move rfbsrc plugin
26381           to gst/.
26382         * ext/Makefile.am:
26383         * ext/librfb/Makefile.am:
26384         * ext/librfb/gstrfbsrc.c:
26385         * gst/librfb/Makefile.am:
26386         * gst/librfb/gstrfbsrc.c:
26387         * gst/librfb/rfb.c:
26388         * gst/librfb/rfb.h:
26389         * gst/librfb/rfbbuffer.c:
26390         * gst/librfb/rfbbuffer.h:
26391         * gst/librfb/rfbbytestream.c:
26392         * gst/librfb/rfbbytestream.h:
26393         * gst/librfb/rfbcontext.h:
26394         * gst/librfb/rfbdecoder.c:
26395         * gst/librfb/rfbdecoder.h:
26396         * gst/librfb/rfbutil.h:
26397
26398 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26399
26400         * gst/speed/Makefile.am:
26401         * gst/speed/demo-mp3.c: (main):
26402         * gst/speed/filter.func:
26403         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26404         (speed_class_init), (speed_init), (speed_chain_int16),
26405         (speed_chain_float32), (speed_chain), (speed_set_property),
26406         (speed_get_property), (speed_change_state):
26407         * gst/speed/gstspeed.h:
26408           Fix speed element and make it chain-based (fixes #156467),
26409           and make it handle more than one channel.
26410
26411 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26412
26413         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26414         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26415         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26416         * ext/dts/gstdtsdec.h:
26417           Don't clobber the stack constructing the channels array.
26418           Make the element chain-based. DTS tracks can now be played.
26419           
26420 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26421
26422         * gst-libs/gst/audio/multichannel.h:
26423         * gst-libs/gst/gconf/gconf.h:
26424         * gst-libs/gst/idct/idct.h:
26425         * gst-libs/gst/media-info/media-info-priv.h:
26426         * gst-libs/gst/play/play.h:
26427         * gst-libs/gst/resample/private.h:
26428         * gst-libs/gst/resample/resample.h:
26429         * gst-libs/gst/riff/riff-ids.h:
26430         * gst-libs/gst/video/video.h:
26431         * gst-libs/gst/video/videosink.h:
26432           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26433           missing, so that they work when included from C++ code.
26434
26435 2005-02-09  David Schleef  <ds@schleef.org>
26436
26437         * testsuite/gst-lint: Check for non-statically scoped
26438           parent_class variables.  This won't be a problem once
26439           plugins are loaded with RTLD_LOCAL.
26440
26441 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * ext/mplex/gstmplexibitstream.cc:
26444           gcc madness.
26445
26446 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/ogg/gstogmparse.c:
26449         * gst/debug/gstnavigationtest.c:
26450           Die, thou faulty symbol pollutors (non-static parent_class).
26451
26452 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26453
26454         * ext/mplex/gstmplexibitstream.cc:
26455           Fix event handling (#165525).
26456
26457 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26458
26459         * ext/mikmod/gstmikmod.c:
26460         * gst/modplug/gstmodplug.cc:
26461           Add missing endianness to template (fixes #165509).
26462
26463 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26466           Fix wrong order of reading of optional bytes (#165290).
26467
26468 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26471           Implement FILLER event awareness.
26472
26473 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26476           Fix track calculations (#166208).
26477
26478 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26479
26480         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26481
26482         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26483         * ext/libpng/gstpngenc.c:
26484           Fix byte-order, use proper fixed caps. Fixes #164197.
26485
26486 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26487
26488         * configure.ac:
26489           Add dvdlpcmdec 
26490
26491         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26492         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26493           Don't push buffers if the src pad isn't negotiated yet.
26494           
26495         * gst/audioconvert/gstaudioconvert.c:
26496         (gst_audio_convert_buffer_to_default_format),
26497         (gst_audio_convert_buffer_from_default_format):
26498           Add support for 24-bit width.
26499
26500         * gst/dvdlpcmdec/.cvsignore:
26501         * gst/dvdlpcmdec/Makefile.am:
26502         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26503         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26504         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26505         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26506         (plugin_init):
26507         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26508           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26509           format. Needs support for the channels maps if someone can find 
26510           a DVD LPCM track with > 2 channels.
26511
26512         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26513         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26514         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26515         * gst/mpegstream/gstdvddemux.h:
26516         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26517         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26518         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26519         * gst/mpegstream/gstmpegdemux.h:
26520         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26521         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26522         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26523         (gst_mpeg_parse_handle_src_query),
26524         (gst_mpeg_parse_handle_src_event):
26525           Use audio/x-dvd-lpcm for LPCM output.
26526           Add DTS output.
26527
26528 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26529
26530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26533         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26534           Add BGRA handling (#165736).
26535
26536 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26537
26538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * gst/law/alaw-decode.c: (alawdec_link):
26541         * gst/law/alaw-encode.c: (alawenc_link):
26542         * gst/law/mulaw-decode.c: (mulawdec_link):
26543         * gst/law/mulaw-encode.c: (mulawenc_link):
26544           Fix caps memleaks (#166600).
26545
26546 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26547
26548         * ext/tarkin/mem.h:
26549         * ext/tarkin/wavelet.h:
26550         * ext/tarkin/yuv.h:
26551         * gst/ffmpegcolorspace/avcodec.h:
26552           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26553           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26554
26555 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26559         (gst_xvimagesink_change_state):
26560           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26561           Xv video (and thereby regenerate Xv colourkey) in clear() so
26562           that PLAY -> READY -> PLAY works (fixes #162504).
26563
26564 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26567           Switch to list instead of range, since MJPEG-devices really just
26568           support decimations, not any size.
26569
26570 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26571         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26572         (gst_mpeg2dec_reset), (free_all_buffers),
26573         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26574         * ext/mpeg2dec/gstmpeg2dec.h:
26575           The libmpeg2 user-allocated buffer management is awkward, 
26576           to say the least. Hopefully this fixes things.
26577
26578 2005-02-04  Andy Wingo  <wingo@pobox.com>
26579
26580         * gst/audioconvert/bufferframesconvert.c
26581         (buffer_frames_convert_fixate): New function, fixates to 256
26582         frames per buffer by default. (Much better than 1.)
26583         (buffer_frames_convert_init): Set the fixate function for both src
26584         and sink pad.
26585         (buffer_frames_convert_link): After success setting nonfixed caps,
26586         get the negotiated caps so we can know how many buffer-frames it
26587         will be. No idea how this worked at all before.
26588
26589 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26590
26591         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26592         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26593         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26594         (handle_sequence), (handle_picture):
26595         * ext/mpeg2dec/gstmpeg2dec.h:
26596           Rearrange buffer tracking and refcounting and refactor
26597           a little for readability. 
26598
26599 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26600         * sys/v4l/gstv4l.c: (plugin_init):
26601         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26602         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26603         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26604         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26605         * sys/v4l/gstv4ljpegsrc.h:
26606         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26607         * sys/v4l/v4l_calls.h:
26608         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26609         (gst_v4lsrc_get_fps):
26610         * sys/v4l/v4lsrc_calls.h:
26611           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26612           you jpeg inside rgb frames" driver.
26613           Don't error in the v4lsrc link function, just return 
26614           REFUSED.
26615
26616 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26617
26618         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26619         (gst_qcamsrc_open):
26620           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26621
26622 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26623
26624         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26625           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26626
26627 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26628
26629         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26630           Reset negotiated state on PAUSED->READY.
26631
26632 2005-02-02  David Schleef  <ds@schleef.org>
26633
26634         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26635         whereever possible.  (Fixes #165997)
26636         * examples/capsfilter/capsfilter1.c: (main):
26637         * examples/dynparams/filter.c: (create_ui):
26638         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26639         * examples/seeking/chained.c: (main):
26640         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26641         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26642         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26643         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26644         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26645         * examples/switch/switcher.c: (main):
26646         * ext/dv/demo-play.c: (main):
26647         * ext/faad/gstfaad.c: (gst_faad_change_state):
26648         * ext/mad/gstmad.c: (gst_mad_chain):
26649         * ext/smoothwave/demo-osssrc.c: (main):
26650         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26651         (gst_gconf_render_bin_from_description),
26652         (gst_gconf_get_default_audio_sink),
26653         (gst_gconf_get_default_video_sink),
26654         (gst_gconf_get_default_audio_src),
26655         (gst_gconf_get_default_video_src),
26656         (gst_gconf_get_default_visualization_element):
26657         * gst/level/demo.c: (main):
26658         * gst/level/plot.c: (main):
26659         * gst/playback/gstplaybin.c: (gen_video_element),
26660         (gen_audio_element):
26661         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26662         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26663         * gst/sine/demo-dparams.c: (main):
26664         * gst/spectrum/demo-osssrc.c: (main):
26665         * gst/speed/demo-mp3.c: (main):
26666         * gst/volume/demo.c: (main):
26667         * testsuite/embed/embed.c: (main):
26668
26669 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26670
26671         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26672         (gst_tcpclientsink_finalize):
26673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26674         (gst_tcpclientsrc_finalize):
26675         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26676         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26677         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26678         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26679           Don't leak the hostname when shutting down.
26680           In tcpserversrc, take a copy of the default hostname.
26681
26682 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26683
26684         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26685           Set caps to systemstream=TRUE.
26686
26687 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * testsuite/Makefile.am:
26690           Fix more OSX buildbots.
26691
26692 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26693
26694         * ext/mpeg2dec/gstmpeg2dec.c:
26695           Don't send things to NULL PAD_PEERs
26696
26697         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26698           Copy-on-write the incoming buffer.
26699
26700         * gst/mpegstream/gstdvddemux.h:
26701         * gst/mpegstream/gstmpegclock.h:
26702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26703         (normal_seek), (gst_mpeg_demux_handle_src_event):
26704         * gst/mpegstream/gstmpegdemux.h:
26705         * gst/mpegstream/gstmpegpacketize.h:
26706         * gst/mpegstream/gstmpegparse.c:
26707         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26708         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26709         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26710         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26711         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26712         * gst/mpegstream/gstmpegparse.h:
26713         * gst/mpegstream/gstrfc2250enc.h:
26714           Various changes to the way time is computed that make seeking and
26715           total time estimation much better here.
26716           Use G_BEGIN/END_DECLS instead of __cplusplus
26717
26718         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26719           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26720
26721 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26722
26723         * gst/subparse/gstsubparse.c:
26724           Fix OSX buildbot.
26725
26726 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26727
26728         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26729         (theora_enc_chain), (theora_enc_change_state):
26730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26731         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26732         (gst_vorbisenc_change_state):
26733         * ext/vorbis/vorbisenc.h:
26734           Set granulepos and timestamp correctly for streams not
26735           starting at 0, taking into account the initial delay.
26736
26737 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26738
26739         * gst/mpegstream/gstdvddemux.c:
26740           Add audio/x-dts to audio pad template caps
26741
26742 2005-01-30  David Schleef  <ds@schleef.org>
26743
26744         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26745         (create_context), (gst_polypsink_link): Fix silly endianness
26746         bug.  Add some debugging.  Remove float from caps; it doesn't
26747         work.  Attempt to get remote audio working.
26748
26749 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26750
26751         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26752           Add 3IV2 fourcc.
26753
26754 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26755
26756         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26757         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26758         (gst_avi_demux_stream_data):
26759         * gst/avi/gstavidemux.h:
26760           Invert DIB images. Fixes #132341.
26761
26762 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26763
26764         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26765         (gst_ffmpegcsp_chain):
26766           D'oh, reference the palette data, not the palette structure.
26767           Fixes color distortion in #132341.
26768
26769 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26770
26771         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26772           PAR can be non-fixed when not provided as argument (#162626).
26773
26774 2005-01-29  David Moore  <dcm@acm.org>
26775
26776         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26777
26778         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26779         (gst_qtdemux_loop_header):
26780           Re-apply patch from #142272 that allows non-seekable sources,
26781           re-proposed by Daniel Drake <dsd@gentoo.org>.
26782
26783 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26784
26785         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26786           Use the src template for creating the src pad (#162330).
26787
26788 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * configure.ac:
26791         * ext/musepack/Makefile.am:
26792         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26793         (gst_musepackdec_init), (gst_musepackdec_dispose),
26794         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26795         (gst_musepack_stream_init), (gst_musepackdec_loop),
26796         (gst_musepackdec_change_state):
26797         * ext/musepack/gstmusepackdec.cpp:
26798         * ext/musepack/gstmusepackdec.h:
26799         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26800         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26801         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26802         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26803         * ext/musepack/gstmusepackreader.cpp:
26804         * ext/musepack/gstmusepackreader.h:
26805           Update to 1.1 API (#165446).
26806
26807 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26808
26809         * ext/Makefile.am:
26810           Unbreak buildbot.
26811
26812 2005-01-28  Andy Wingo  <wingo@pobox.com>
26813
26814         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26815         to reflect a different dubious internet source. Add a reference
26816         and some commentary.
26817
26818 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26819
26820         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26821         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26822         * gst/playback/gststreamselector.h:
26823           Be more selective when we're redoing caps negotiation from
26824           within the chain function on a stream change.
26825
26826 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26827
26828         * configure.ac:
26829         * ext/Makefile.am:
26830         * ext/amrnb/Makefile.am:
26831         * ext/amrnb/amrnb.c: (plugin_init):
26832         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26833         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26834         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26835         (gst_amrnbdec_state_change):
26836         * ext/amrnb/amrnbdec.h:
26837         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26838         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26839         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26840         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26841         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26842         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26843         * ext/amrnb/amrnbparse.h:
26844           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26845         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26846           Add AMR-NB/-WB raw formats.
26847         * ext/alsa/gstalsa.c: (gst_alsa_link):
26848           Keep valid time when changing format.
26849         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26850         (qtdemux_parse_trak):
26851           Add some more format-specific options (#140141, #143555, #155163).
26852
26853 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * gst/matroska/matroska-demux.c:
26856         (gst_matroska_demux_parse_blockgroup):
26857           Fix logic error in timing of subtitle stream synchronization.
26858         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26859           Add skip-chunk, which is found in kodak-camera streams.
26860
26861 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26862
26863         * po/LINGUAS:
26864         * po/vi.po:
26865           Adding Vietnamese translation (submitted by Clytie Siddall)
26866
26867 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * gst/playback/gstdecodebin.c: (try_to_link_1):
26870           Use realpad for signal.
26871
26872 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26875           Fix category so decodebin picks it up.
26876
26877 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * ext/mad/Makefile.am:
26880         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26881         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26882         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26883         (found_type), (gst_id3demux_bin_change_state):
26884         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26885         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26886         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26887         (gst_id3_tag_change_state), (plugin_init):
26888         * ext/mad/gstmad.h:
26889           Add id3demuxbin (which is a simple bin consisting of id3demux
26890           and typefind), take over rank from id3demux, remove typefind
26891           code from id3demux. Makes all broken mp3s that I know of work,
26892           and thereby fixes #152688.
26893
26894 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26895
26896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * ext/mad/gstmad.c: (gst_mad_src_event):
26899         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26900           Allow seeks on audio pad, make mad forward those (#164826).
26901         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26902           Set duration (#165335).
26903
26904 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26907         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26908         (gst_asf_demux_process_ext_content_desc),
26909         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26910         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26911         * gst/asfdemux/gstasfdemux.h:
26912           Improve metadata display, e.g. if the metadata comes before the
26913           streams are loaded (which is perfectly valid).
26914
26915 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26916
26917         * tools/gst-launch-ext-m.m:
26918           Fix AVI/ASF pipelines (#165340).
26919
26920 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26921         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26922         build failure on amd64
26923
26924 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26925
26926         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26927         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26928           Check environment variables GST_ID3V2_TAG_ENCODING,
26929           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26930           list of character encodings to force interpretation of non-unicode
26931           strings stored in an ID3v2 tag to a particular encoding. If none
26932           is specified, try to use current locale's encoding, then fall back
26933           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26934         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26935         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26936           Check environment variables GST_ID3V1_TAG_ENCODING,
26937           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26938           list of character encodings to use in case a string encountered
26939           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26940           specified, try to use the current locale's encoding, then fall
26941           back to ISO-8859-1 (which will always succeed).
26942
26943 2005-01-25  Benjamin Otte  <otte@gnome.org>
26944
26945         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26946           - on half framerate, compute the rate in advance so the comparisons
26947             don't compare wrong values
26948           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26949             behaviour
26950           - don't use mad_header_decode anymore, mad_frame_decode does that
26951             automatically
26952           - when getting rid of consumed bytes, reset the stream's skiplen
26953           (fixes #163867)
26954
26955 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26956
26957         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26958           Use 1/2 a second for default max_discont, as PES streams from DVB
26959           seem to have larger spacings in the SCR. 
26960           Fix a typo.
26961
26962 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26963
26964         * gst/playback/gstplaybasebin.c: (group_commit):
26965           Notify delayed stream-info availability.
26966
26967 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26968         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26969         (gst_a52dec_handle_event), (gst_a52dec_chain):
26970         Add some debug output. Check that a discont has a valid
26971         time associated.
26972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26973         (gst_alsa_sink_loop):
26974         Ignore TAG events. A little extra debug for broken timestamps.
26975         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26976         (dvdnavsrc_change_state):
26977         Ensure we send a discont to engage the link before we send any
26978         other events.
26979         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26980         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26981         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26982         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26983         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26984         dvd://title works in totem because typefinding sends a seek that ends
26985         up going back to chapter 1 regardless.
26986         * ext/mpeg2dec/gstmpeg2dec.c:
26987         * ext/mpeg2dec/gstmpeg2dec.h:
26988         Output correct timestamps and handle disconts.
26989         * ext/ogg/gstoggdemux.c: (get_relative):
26990         Small guard against a null dereference.
26991         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26992         (gst_textoverlay_set_property):
26993         Free memory when done. Don't call gst_event_filler_get_duration on
26994         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26995         g_warning.
26996         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26997         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26998         (gst_sw_srclink), (gst_smoothwave_chain):
26999         Draw solid lines, prettier colours.
27000         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27001         Add a default palette that'll work for some movies.
27002         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27003         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27004         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27005         * gst/mpegstream/gstdvddemux.h:
27006         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27007         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27008         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27009         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27010         * gst/mpegstream/gstmpegparse.h:
27011         Use PTM/NAV events when for timestamp adjustment when connected to 
27012         dvdnavsrc. Don't use many discont events where one suffices.
27013         * gst/playback/gstplaybasebin.c: (group_destroy),
27014         (gen_preroll_element), (gst_play_base_bin_add_element):
27015         * gst/playback/gstplaybasebin.h:
27016         Make sure we remove subtitles from the same bin we put them in.
27017         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27018         (gst_subparse_buffer_format_autodetect),
27019         (gst_subparse_change_state):
27020         Fix some memleaks and invalid accesses.
27021         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27022         (oggskel_type_find), (cmml_type_find), (plugin_init):
27023         Some typefind functions for Annodex v3.0 files
27024         * gst/wavparse/gstwavparse.h:
27025         GstRiffReadClass is the correct parent class.
27026
27027 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst-libs/gst/riff/riff-media.c:
27030         (gst_riff_create_video_caps_with_data):
27031           Add extradata to huffyuv (fixes #165013).
27032         * gst-libs/gst/riff/riff-read.c:
27033         (gst_riff_read_strf_vids_with_data):
27034           Fix extradata extraction if it is in the chunk size.
27035
27036 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27037
27038         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27039
27040         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27041         (gst_quarktv_change_state), (gst_quarktv_dispose):
27042           Memory free'ing location fix (#164708).
27043
27044 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27045
27046         * gst/playback/gstplaybasebin.c: (group_commit),
27047         (gen_preroll_element), (probe_triggered), (gen_source_element),
27048         (setup_source), (gst_play_base_bin_change_state),
27049         (gst_play_base_bin_add_element):
27050           Don't block for streams.
27051         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27052         (gst_stream_info_set_mute):
27053           Use gst_pad_set_active_recursive.
27054
27055 2005-01-25  Andy Wingo  <wingo@pobox.com>
27056
27057         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27058         for #ifndef HAVE_XVIDEO.
27059
27060 2005-01-24  Jeffrey C. Ollie
27061
27062         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27063
27064         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27065         * ext/gsm/gstgsmdec.h:
27066         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27067         * ext/gsm/gstgsmenc.h:
27068         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27069         was given by property. Add proper buffer timestamps and offsets.
27070
27071 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27072
27073         * gst-libs/gst/riff/riff-media.c:
27074         (gst_riff_create_audio_caps_with_data):
27075           Audio can be <8000Hz.
27076
27077 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27078
27079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27080           Explicit state change to workaround refcount bugs.
27081
27082 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27083
27084         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27085         (gst_avimux_riff_get_avi_header):
27086           Fix...
27087
27088 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27089
27090         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27091         (gst_riff_read_element_data):
27092         * gst-libs/gst/riff/riff-read.h:
27093           Add _peek version (req'ed in CDXA).
27094         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27095         (gst_cdxaparse_loop):
27096           Fix parsing in playbin.
27097         * gst/playback/gstdecodebin.c: (close_pad_link):
27098           Ignore current_ pads, they cause major annoyance.
27099
27100 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27101
27102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27103           Safety guard.
27104
27105 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27108           Fix padding...
27109
27110 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27113           Allow for 0-sized buffers. Fixes length query problems in
27114           starwars.mkv from the testsuite.
27115
27116 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27117
27118         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27119         (gst_video_box_i420), (gst_video_box_chain):
27120           Fix row strides for I420 (fixes #163159)
27121           
27122 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27123
27124         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27125           MPEG2 has a useful rate property, so we can actually use that.
27126           For MPEG-1, continue using the bytes/time properties.
27127
27128 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * gst-libs/gst/riff/riff-media.c:
27131         (gst_riff_create_video_caps_with_data),
27132         (gst_riff_create_video_template_caps):
27133           Add intel-h263.
27134
27135 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27136
27137         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27138           Fail if caps negotiation fails. Should fix #162184, and should
27139           definately be in there regardless of it fixing the actual bug.
27140         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27141         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27142         (gst_avimux_riff_get_avix_header),
27143         (gst_avimux_riff_get_video_header),
27144         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27145         (gst_avimux_start_file), (gst_avimux_handle_event),
27146         (gst_avimux_change_state):
27147         * gst/avi/gstavimux.h:
27148           Refactor structure writing to use GST_WRITE_UINT macros, add
27149           metadata writing support.
27150
27151 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27152
27153         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27154           Elements may already be destroyed when this function is called.
27155
27156 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27159         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27160           More memory leak fixes (#149162).
27161
27162 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27165         (gst_qtdemux_add_stream):
27166           Fix two memleaks.
27167
27168 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27169
27170         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27171           Argh...
27172
27173 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27174
27175         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27176           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27177           when fixating to six channels in Totem.
27178
27179 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27180
27181         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27182           Fix compile warnings on Solaris 10 buildbot
27183
27184 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27185
27186         * ext/dvdread/dvdreadsrc.c: (_read):
27187           Don't read beyond the last cell in a chapter (fixes 
27188           invalid memory access)
27189
27190 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27191
27192         * ext/dvdread/stream_labels.c:
27193         (dvdreadsrc_get_audio_stream_labels):
27194           Use NULL for an empty GList instead of g_list_alloc(); fix 
27195           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27196           of GString (easier to bulk free later)
27197
27198 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27199
27200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27203         (gst_ffmpeg_pixfmt_to_caps):
27204           Fix BGRA32 caps (#164209).
27205
27206 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27207
27208         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27211         (gst_ffmpeg_caps_to_pixfmt):
27212           alpha_mask can be RGBA/ABGR. Fixes #164265.
27213
27214 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27215
27216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27217
27218         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27219         (gst_mpeg2dec_alloc_buffer):
27220         * ext/mpeg2dec/gstmpeg2dec.h:
27221           Crop if decoding size is not the actual image size (#163676).
27222
27223 2005-01-17  Steve Baker  <steve@stevebaker.org>
27224
27225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27226
27227         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27228         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27229           Add libsndfile typefind functions (#163309).
27230
27231 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * tools/gst-launch-ext-m.m:
27234           Add .aac, fix .m1v/.m2v (#163891).
27235
27236 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27239           Sanity check, don't wait endlessly since the clock might not
27240           actually run at this point (which is a deadlock). Fixes #164069.
27241
27242 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * gst/playback/gstplaybasebin.c: (probe_triggered):
27245           Of course, only pause if group is done...
27246
27247 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27248
27249         * gst/playback/gstplaybasebin.c: (probe_triggered):
27250           Thread safety.
27251
27252 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27253
27254         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27255           Don't return state change success when the parent
27256           failed.
27257
27258 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27259
27260         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27261           Free events (fix memleak in #162905).
27262
27263 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27264
27265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27266
27267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27268         (gst_ffmpeg_caps_to_pixfmt):
27269           Fix for depth = 15. Fixes #161675.
27270
27271 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27274           Set FPS correctly, even for webcams and the like.
27275         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27276           Don error on setting while capturing.
27277
27278 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27279
27280         * ext/dv/gstdvdec.c:
27281         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27282         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27283           I'm a bad boy. using /1001. to force C to do float division
27284           and not integer division (as it did in my last commit)
27285           Thanks to David I. Lehn for pointing this mistake.
27286
27287 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27288
27289         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27290           Revert Johan's 1.35->1.36 since it breaks compat.
27291
27292 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27293
27294         * ext/dv/gstdvdec.c:
27295         * ext/libfame/gstlibfame.c:
27296         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27297         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27298           replace framerate aproximations by their real value
27299           (24000/1001, 30000/1001, 60000/1001)
27300           Finish fixing bug #164049
27301
27302 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * ext/ogg/gstoggmux.c:
27305           eos/bos debugging
27306         * gst/tcp/gstmultifdsink.c:
27307         * gst/tcp/gstmultifdsink.h:
27308         * gst/tcp/gsttcp.c:
27309         * gst/tcp/gsttcp.h:
27310         * gst/tcp/gsttcpclientsink.c:
27311         * gst/tcp/gsttcpclientsrc.c:
27312         * gst/tcp/gsttcpserversink.c:
27313         * gst/tcp/gsttcpserversrc.c:
27314           improve reusability of elements after state changes and errors
27315           make multifdsink throw away streamheaders when receiving new ones
27316
27317 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27318
27319         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27320           Fix for if items are already in list...
27321
27322 2005-01-12  Benjamin Otte  <otte@gnome.org>
27323
27324         * gst/adder/gstadder.c: (gst_adder_loop):
27325           fix adder a bit so it doesn't screw up with events as much anymore
27326
27327 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27328
27329         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27330         (pixbufscale_scale), (gst_pixbufscale_chain):
27331         * ext/gdk_pixbuf/pixbufscale.h:
27332           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27333           to ensure rowstrides are calculated the same way as 
27334           ffmpegcolorspace
27335           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27336           that we pick up duration and offset also.
27337
27338 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27339
27340         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27341         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27342           Reusability fixes.
27343
27344 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27345
27346         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27347         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27348         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27349         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27350           Update flags when requested.
27351
27352 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27353
27354         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27355           Fix dmix.
27356
27357 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27358
27359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27360         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27361         (probe_triggered), (new_decoded_pad), (gen_source_element),
27362         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27363         * gst/playback/gstplaybasebin.h:
27364         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27365         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27366         (gst_play_bin_change_state):
27367           Implement group-switch signal for use in apps to clear metadata
27368           cache, clean up subtitle, add suburi property instead of # hack,
27369           some error-out fixes.
27370
27371 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27372
27373         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27374           Debug.
27375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27376           If we got a state change in the _get handler, don't return success.
27377
27378 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27379
27380         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27381         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27382           Make jpegdec quiet on MJPEG decoding
27383         * gst/asfdemux/README:
27384           Fix mimetypes for MJPEG and H263
27385
27386 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * ext/theora/theoradec.c: (theora_dec_chain):
27389           Fix broken code generation by gcc by swapping arguments.
27390         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27391           Fix \n in debug.
27392
27393 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27394
27395         * TODO:
27396           delete this file, it is by far outdated
27397         * ext/alsa/gstalsa.1: remove
27398         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27399         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27400         (gst_alsa_get_caps):
27401           Add HW probing for supported sample rates. Fixes #161704
27402
27403 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27406           Don't crash, biatch! :).
27407
27408 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * ext/musepack/gstmusepackreader.cpp:
27411         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27412           Some work on tags - still doesn't work in playbin...
27413         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27414           Handle events...
27415
27416 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27419           Also shove tags on kid pads.
27420
27421 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27422
27423         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27424           Don't bail on unknown events.
27425         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27426           Don't crash on events before negotiation.
27427         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27428           Send tags on pads, too.
27429         * gst/playback/gststreamselector.c:
27430         (gst_stream_selector_request_new_pad):
27431           Forward events on first pad if no input was selected yet.
27432
27433 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27434
27435         * gst/playback/gstplaybasebin.c: (setup_substreams):
27436           Don't disable streamtype if the stream doesn't exist, since
27437           then playing a video after audio will disable both and nothing
27438           will happen. Fixes the testsuite.
27439
27440 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27441
27442         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27443         (gst_v4l_xoverlay_set_xwindow_id):
27444         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27445         (gst_v4l2_xoverlay_set_xwindow_id):
27446           Add debug categories, fix overlay disabling.
27447
27448 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27449
27450         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27451         * ext/alsa/gstalsa.h:
27452           Add HW probing for period_count/size and buffer_size MIX/MAX
27453           Adjust default/user defined value if out of bounds
27454           Should fix bug #162024
27455
27456 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27459           Fix warning (#161191).
27460
27461 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27462
27463         * ext/dvdread/stream_labels.c:
27464         (dvdreadsrc_get_audio_stream_labels):
27465           Fix warning (init the good variable in switch default)
27466
27467 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27468
27469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27470
27471         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27472           Fix gcc-2.95 compile (#163485).
27473
27474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27475
27476         * configure.ac:
27477         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27478         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27479         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27480         (gst_flacenc_change_state):
27481         * ext/flac/gstflacenc.h:
27482           Update for API change in flac-1.1.1. Update requirement in
27483           configure.ac. Fixes #162974.
27484
27485 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27486
27487         * gst/playback/gstplaybasebin.c: (group_destroy):
27488           Remove hack to get rid of assert and get rid of unlinked
27489           signals properly.
27490
27491 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27492
27493         * gst/playback/gstplaybasebin.c: (setup_source):
27494           Set source to NULL so that resources are free'ed. Fixes issues
27495           with playback of CDDA and similar device-accessing things.
27496
27497 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * testsuite/embed/Makefile.am:
27500           test->noinst, fix make test in buildbot.
27501
27502 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27503
27504         * ext/dvdread/stream_labels.c: new file
27505         * ext/dvdread/stream_labels.h: new file
27506         * ext/dvdread/Makefile.am:
27507         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27508           Extract audio stream label from DVD IFO files.
27509           It only dump them on the console for now, still have to
27510           make playbin aware of them.
27511
27512 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27513
27514         * gst/playback/gstplaybasebin.c: (setup_source):
27515           Fix hanging subs.
27516
27517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27520         (gen_preroll_element), (remove_groups), (setup_subtitle),
27521         (gen_source_element), (setup_source):
27522         * gst/playback/gstplaybasebin.h:
27523           Multiple .sub files is just a stupid idea... Fix some threading
27524           mistakes. Interestingly, external .sub files cause playbin to
27525           hang, I don't know why... Parsing fixes contributed by Fran??ois
27526           Kooman <fkooman@tuxed.net>.
27527
27528 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27529
27530         * testsuite/embed/Makefile.am:
27531           Fix buildbot.
27532
27533 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27534
27535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27536
27537         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27538         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27539         (gst_pngenc_set_property):
27540         * ext/libpng/gstpngenc.h:
27541           Add compression level property (#163323).
27542
27543 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * configure.ac:
27546         * examples/capsfilter/capsfilter1.c: (main):
27547         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27548         * ext/dvdread/Makefile.am:
27549         * ext/dvdread/demo-play:
27550         * ext/dvdread/demo-play.c:
27551         * gconf/gstreamer.schemas.in:
27552         * gst-libs/gst/gconf/gconf.c:
27553         * sys/v4l/TODO:
27554         * testsuite/Makefile.am:
27555         * testsuite/embed/Makefile.am:
27556         * testsuite/embed/embed.c: (cb_expose), (main):
27557           Remove all references to xvideosink, fix examples (#140845).
27558         * gst/playback/gstplaybasebin.c: (group_destroy):
27559           Apparently, disposal does not unlink - so do explicitely.
27560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27561           Add debug.
27562
27563 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27564
27565         * README: fix PKG_CONFIG_PATH instructions, what was there
27566         previously was breaking default search path, not nice. 
27567         Fixes #163358
27568
27569 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27572         (gst_audioscale_chain):
27573           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27574           when resampling - how the ^@$^!@^! is this possible?!?
27575
27576 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27579           Reset variables on READY.
27580         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27581         (gst_matroska_mux_loop):
27582           Require data before writing header.
27583
27584 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27585
27586         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27587
27588         * ext/mad/gstmad.c: (gst_mad_chain):
27589           Don't call mad_stream_sync() directly after recovering sync.
27590           Fixes #151661.
27591
27592 2005-01-09  Martin Eikermann  <meiker@upb.de>
27593
27594         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27595
27596         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27597         (snapshot_handler), (gst_snapshot_sinkconnect),
27598         (gst_snapshot_chain):
27599           Allocate resources when required, fix recursive signal emission
27600           and fix caps. Fixes #161667.
27601
27602 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27603
27604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27605
27606         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27607         (gst_pngdec_chain):
27608           Handle only 8-bppc (bits-per-pixel-component) images, better
27609           error handling and correct strides. Fixes #163177.
27610         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27611         (gst_pngenc_chain):
27612           Better error handling. Fixes #163348.
27613
27614 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27615
27616         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27617         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27618         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27619         (dvdnavsrc_uri_handler_init):
27620           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27621         * gst/playback/gstplaybasebin.c: (gen_source_element):
27622           Add MMS to streaming URIs.
27623
27624 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27625
27626         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27627         * sys/xvimage/xvimagesink.c:
27628         (gst_xvimagesink_navigation_send_event):
27629           Check for pad availability before sending event.
27630
27631 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27632
27633         * gst-plugins.spec.in:
27634           Add subparse.
27635
27636 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27637
27638         * configure.ac:
27639           Since we use functions from CVS, up requirement.
27640
27641 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * gst/playback/Makefile.am:
27644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27645         (group_destroy), (group_commit), (group_is_muted),
27646         (gen_preroll_element), (add_stream), (unknown_type),
27647         (probe_triggered), (preroll_unlinked), (mute_stream),
27648         (silence_stream), (new_decoded_pad), (setup_substreams),
27649         (setup_source), (get_active_source), (mute_group_type),
27650         (muted_group_change_state), (set_active_source),
27651         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27652         (play_base_eos), (gst_play_base_bin_change_state):
27653         * gst/playback/gstplaybasebin.h:
27654         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27655         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27656         (gst_stream_info_dispose), (stream_info_mute_pad),
27657         (stream_info_change_state), (gst_stream_info_set_mute):
27658         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27659         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27660         (gst_stream_selector_init), (gst_stream_selector_dispose),
27661         (gst_stream_selector_get_linked_pad),
27662         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27663         (gst_stream_selector_get_linked_pads),
27664         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27665         * gst/playback/gststreamselector.h:
27666           Adding stream selection support plus required properties for
27667           applications to use this. Fully fixes #100931.
27668
27669 2005-01-08  Benjamin Otte  <otte@gnome.org>
27670
27671         * gst/games/gstpuzzle.c: (nav_event_handler):
27672           - handle nav events differently: forward every event no matter if it
27673             was handled or not.
27674           - translate events
27675           You can now cheat by using navigationtest ! puzzle and moving the
27676           mouse close to the edge of a tile. ;)
27677
27678 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * configure.ac:
27681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27682         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27683         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27684         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27685         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27686         (gst_ogm_parse_plugin_init):
27687         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27688         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27689         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27690         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27691         * ext/pango/gsttextoverlay.h:
27692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27693         (gst_matroska_demux_handle_seek_event),
27694         (gst_matroska_demux_sync_streams),
27695         (gst_matroska_demux_parse_blockgroup),
27696         (gst_matroska_demux_subtitle_caps),
27697         (gst_matroska_demux_plugin_init):
27698         * gst/matroska/matroska-ids.h:
27699         * gst/playback/gstdecodebin.c: (close_pad_link):
27700         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27701         (gen_preroll_element), (remove_groups), (add_stream),
27702         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27703         (setup_source):
27704         * gst/playback/gstplaybasebin.h:
27705         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27706         * gst/subparse/Makefile.am:
27707         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27708         (gst_subparse_base_init), (gst_subparse_class_init),
27709         (gst_subparse_init), (gst_subparse_formats),
27710         (gst_subparse_eventmask), (gst_subparse_event),
27711         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27712         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27713         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27714         (parse_mpsub_deinit), (parse_mpsub_init),
27715         (gst_subparse_buffer_format_autodetect),
27716         (gst_subparse_format_autodetect), (gst_subparse_loop),
27717         (gst_subparse_change_state), (gst_subparse_type_find),
27718         (plugin_init):
27719         * gst/subparse/gstsubparse.h:
27720         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27721         (plugin_init):
27722           Add subtitle support, .sub parser (supports SRT and MPsub),
27723           OGM text support, Matroska UTF-8 text support, deadlock fixes
27724           all over the place, subtitle awareness in decodebin/playbin
27725           and some fixes to textoverlay to handle subtitles in a stream
27726           correctly. Fixes #100931.
27727
27728 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27729
27730         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27731           Check for pad availability before doing a query on it.
27732
27733 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27734
27735         * ext/dv/gstdvdec.c:
27736           really fix bpp24/32 dvdec caps (classic rgba indeed)
27737         * gst/asfdemux/gstasfdemux.c:
27738         (gst_asf_demux_process_ext_content_desc):
27739           don't send text tags if they are empty (bis repetita)
27740
27741 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27742
27743         * ext/dv/gstdvdec.c:
27744          remove unneeded comment from dvdec
27745           (related to DV 4CC codes in AVI files)
27746           moved them in gstreamer/docs/random/mimetypes
27747         * gst/asfdemux/gstasfdemux.c:
27748         (gst_asf_demux_process_ext_content_desc):
27749          don't send text tags if they are empty
27750          fix mem leak on error path
27751         * gst/ffmpegcolorspace/avcodec.h:
27752         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27753         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27754         (gst_ffmpegcsp_avpicture_fill):
27755         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27756         * gst/ffmpegcolorspace/imgconvert_template.h:
27757          adds BGR32 and BGRA32 to ffmpegcolorspace
27758           (still bad colors, fixing it on next commit)
27759           helps with dvdec outputing BGR32
27760
27761 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27762
27763         * ext/dv/gstdvdec.c:
27764          Fix audio caps i just broke (missing ',')
27765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27766         (gst_matroska_mux_reset):
27767          Fix typo + add FIXME about old "x-gst-metadata" crap
27768
27769 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27770
27771         * ext/dv/demo-play.c: (main):
27772          xvideosink -> xvimagesink
27773         * ext/dv/gstdvdec.c:
27774          change rgb 32/32 caps to 24/32 (no alpha)
27775          change nb of channels to be a list (2 or 4, not 2)
27776          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27777         * gst/asfdemux/gstasfdemux.c:
27778         (gst_asf_demux_process_ext_content_desc):
27779          Add 'date/year' to extracted metadata list
27780
27781 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27782
27783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27784           The return value of fixate_to does not imply that the requested
27785           value was set, so don't assume.
27786
27787 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27788
27789         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27790
27791         * ext/libpng/gstpngdec.c:
27792         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27793         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27794         * ext/libpng/gstpngenc.h:
27795           Alpha support (encoder; #163161), mime fixage.
27796
27797 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27798
27799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27800
27801         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27802         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27803         (gst_faac_set_property), (gst_faac_get_property):
27804         * ext/faac/gstfaac.h:
27805           Allow for ADTS output (#153434).
27806
27807 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27808
27809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27810           Fix against template (#150576).
27811
27812 2005-01-06  Benjamin Otte  <otte@gnome.org>
27813
27814         * gst/games/gstpuzzle.c: (draw_puzzle):
27815           don't draw a puzzle if either width or height of tiles would be 0.
27816
27817 2005-01-06  Benjamin Otte  <otte@gnome.org>
27818
27819         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27820         (gst_puzzle_class_init), (gst_puzzle_finalize):
27821           no memleaks, please
27822         (gst_puzzle_create), (gst_puzzle_init),
27823         (gst_puzzle_set_property), (gst_puzzle_setup):
27824           change initialization code around so we don't reshuffle on resize
27825         (draw_puzzle):
27826           fix another stupid typo
27827
27828 2005-01-06  Benjamin Otte  <otte@gnome.org>
27829
27830         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27831           fix stupid typo that borked copying on YUY2
27832
27833 2005-01-06  Benjamin Otte  <otte@gnome.org>
27834
27835         * gst/games/gstpuzzle.c: (draw_puzzle):
27836           fix edges when image sizes aren't multiples of tile sizes
27837
27838 2005-01-06  Benjamin Otte  <otte@gnome.org>
27839
27840         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27841           make RGB endianness work correctly
27842         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27843           refactor and fix race with initial shuffling
27844         (nav_event_handler):
27845           allow using the mouse to puzzle
27846         (draw_puzzle):
27847           insist on tiles having width and height as multiples of 4 to get
27848           clean YUV image handling
27849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27850         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27851           s/DEBUG/LOG/ for common messages
27852         (gst_xvimagesink_navigation_send_event):
27853           fix mouse event translation to not include screen PAR
27854         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27855           fix mouse event translation to actually work
27856
27857 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27858
27859         * gst/asfdemux/gstasfdemux.c:
27860         (gst_asf_demux_process_ext_content_desc):
27861          Extract TrackNumber metadata + clean up code
27862         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27863          Hope this is the good fix (var used unitialised)
27864
27865 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27866
27867         * ext/faad/gstfaad.c: (gst_faad_chain):
27868           Only increment timestamp if it's valid. Fixes raw AAC streams.
27869
27870 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27871
27872         * configure.ac:
27873         * gst/games/Makefile.am:
27874         * gst/games/gstpuzzle.c:
27875           add a puzzle game with...
27876         * gst/games/gstvideoimage.c:
27877         * gst/games/gstvideoimage.h:
27878           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27879           from videotestsrc and made into something that would be a nice
27880           library for a lot of other plugins.
27881
27882 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27883
27884         * configure.ac:
27885          don't compile faad plugin if a RC of 2.0 is found
27886          Fixes #155346 (and FC1 buildbot)
27887         * gst/asfdemux/gstasfdemux.c:
27888         (gst_asf_demux_process_ext_content_desc):
27889          try to make Solaris compiler happier
27890
27891 2005-01-06  Paul Jack  <pjack@sfaf.org>
27892
27893         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27894
27895         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27896           Fix segfault (#161667).
27897
27898 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27901           Fix framerate reporting.
27902
27903 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27904
27905         * gst-libs/gst/riff/riff-ids.h:
27906         * gst/wavenc/riff.h:
27907          Add AMR (VBR and CBR) ids to riff.h audio codec list
27908         * gst/asfdemux/gstasfdemux.c:
27909         (gst_asf_demux_process_ext_content_desc),
27910         (gst_asf_demux_process_object):
27911           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27912
27913 2005-01-05  Martin Eikermann  <meiker@upb.de>
27914
27915         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27916
27917         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27918         (gst_dvd_demux_handle_discont):
27919         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27920         (gst_mpeg_demux_handle_discont):
27921           Recreate pads on new-media (#160730).
27922         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27923           Send discont even if manager changes timestamps (#161929).
27924
27925 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27926
27927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27928
27929         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27930           Fix invalid memory access (#159211).
27931
27932 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * examples/gstplay/player.c: (main):
27935           Don't iterate.
27936         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27937           Add visualizations.
27938         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27939         (gst_a52dec_handle_frame):
27940           Set duration.
27941         * ext/dvdnav/gst-dvd:
27942           Add audioconvert. Fixes #161325.
27943         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27944           Explicitely case to gint64. Possible valgrind error.
27945         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27946         (gst_play_tick_callback), (gst_play_change_state),
27947         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27948         (gst_play_set_location), (gst_play_get_location),
27949         (gst_play_seek_to_time), (gst_play_set_data_src),
27950         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27951         (gst_play_set_visualization), (gst_play_connect_visualization),
27952         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27953         (gst_play_new):
27954           Use playbin. Fixes #139749 and #147744.
27955         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27956           Add genre tag.
27957         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27958         (audioscale_get_type), (gst_audioscale_base_init),
27959         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27960         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27961         (gst_audioscale_link), (gst_audioscale_get_buffer),
27962         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27963         (gst_audioscale_init), (gst_audioscale_dispose),
27964         (gst_audioscale_chain), (gst_audioscale_set_property),
27965         (gst_audioscale_get_property), (plugin_init):
27966           Indent properly.
27967         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27968           Fix LPCM.
27969         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27970         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27971         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27972           Add more metadata (fixes #162656).
27973
27974 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27975
27976         * configure.ac:
27977           back to cvs
27978
27979 === release 0.8.7 ===
27980
27981 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27982
27983         * NEWS:
27984         * RELEASE:
27985         * configure.ac:
27986           releasing 0.8.7, "Hyperspace"
27987
27988 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27989
27990         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27991
27992         * gst/playback/gstplaybasebin.c:
27993          Fix for #162924 - free caps after use, not before
27994
27995 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27996
27997         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27998
27999         * gst/playback/gstplaybasebin.c:
28000         * gst/wavparse/gstwavparse.c:
28001           Fix for #154773 - fixes playback of small .wav files
28002
28003 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28004
28005         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28006
28007         * gst/audioscale/gstaudioscale.c:
28008           Fix for #162819 - make audioscale reusable
28009           Fixes playback of more than one file with playbin/totem
28010
28011 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28012
28013         * gst/ffmpegcolorspace/avcodec.h:
28014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28015         * gst/ffmpegcolorspace/imgconvert.c:
28016           clean up the mess that made me cry and avoid needless duplication
28017
28018 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28019
28020         * gst/ffmpegcolorspace/imgconvert.c:
28021           give some indication of why we're segfaulting
28022
28023 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28024
28025         * configure.ac:
28026           Fix indentation, fix v4l2 plugin detection.
28027         * ext/Makefile.am:
28028           Fix libmms location (Maciej, use diff -u!).
28029         * ext/alsa/gstalsa.c: (gst_alsa_init):
28030           Initialize caps cache to NULL.
28031         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28032           Only change state on audiosink if it exists.
28033
28034 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28035
28036         * gst/matroska/matroska-demux.c:
28037         * gst/matroska/matroska-ids.h:
28038         * gst/matroska/matroska-demux.h:
28039         Fix Vorbis streams failing to decode in some files, where cluster_time
28040         isn't 0, because then it doesn't send codec_priv before actual data.
28041         Remove time-based test and replace it with marker set on beginning of
28042         new stream
28043
28044 2004-12-28  David Schleef  <ds@schleef.org>
28045
28046         Merge patch from Ronald fixing problems with streaming
28047         text.
28048         * ext/cairo/gstcairo.c: (plugin_init):
28049         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28050         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28051         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28052         (gst_textoverlay_font_init), (gst_textoverlay_init),
28053         (gst_textoverlay_set_property):
28054         * ext/cairo/gsttextoverlay.h:
28055
28056 2004-12-27  David Schleef  <ds@schleef.org>
28057
28058         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28059         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28060         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28061         (gst_textoverlay_font_init), (gst_textoverlay_init),
28062         (gst_textoverlay_set_property): Improvements to actually
28063         render text as white on black outline on video, including
28064         font selection and horizontal/vertical alignment.  (Ronald's
28065         christmas present)
28066         * ext/cairo/gsttextoverlay.h:
28067
28068 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28069
28070         * ext/ogg/gstogg.c:
28071         * ext/ogg/gstogmparse.c:
28072           fix ogm[audio/video]parse plugin registration
28073           (riff won't load if bytestream is already loaded)
28074
28075 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28076
28077         * gst/audioconvert/gstchannelmix.c:
28078           fix for GLIB < 2.4
28079
28080 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28081
28082         * Makefile.am:
28083         * configure.ac:
28084           disable docs again until it actually passes make distcheck.
28085
28086 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28087
28088         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28089         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28090         (plugin_init):
28091           Add 3GP (variables name Q3GP because they can't start with a
28092           number). Add samr audio fourcc (used in .3gp files), decoder
28093           is work in progress. Also do a GST_WARNING instead of ERROR
28094           in case of unknown nodes, to decrease output.
28095
28096 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28097
28098         * Makefile.am:
28099           really fix dist
28100
28101 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28102
28103         * configure.ac:
28104         * ext/speex/gstspeexdec.h:
28105         * ext/speex/gstspeexenc.h:
28106           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28107           Fix detection code in configure.ac
28108
28109 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28110
28111         * gst/matroska/matroska-demux.c:
28112         (gst_matroska_demux_parse_blockgroup):
28113           Save position, so that queries give proper return values. Don't
28114           know how this could ever have worked before...
28115
28116 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28117
28118         * configure.ac:
28119           Put additional LAME check inside the conditional.  Fixes #152339
28120
28121 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28124         (gst_avi_demux_stream_scan):
28125           Add some more debug. Fix logic error when setting movi offset
28126           while reading index.
28127
28128 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28129
28130         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28131         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28132         (gst_avi_demux_process_next_entry):
28133           Add some debugging. Better detection of broken indexes and the
28134           accompanying index recovery. No infinite loops on state changes
28135           when we're still in our loopfunction.
28136
28137 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * configure.ac:
28140           Fix up.
28141
28142 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28143
28144         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28145
28146         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28147           Normalizing the value before setting
28148         (gst_sunaudiomixer_get_volume):
28149           Normalizing the value after getting. Fixes bug# 161980
28150
28151 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28152
28153         * Makefile.am: Make sure docs gets disted
28154         * docs/Makefile.am: Make sure all needed files get disted
28155         * gst-plugins.spec.in: latest updates
28156
28157 2004-12-22  Wim Taymans  <wim@fluendo.com>
28158
28159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28160         Revert patch 1.38 as clock distribution over schedulers does
28161         not work correcly in the core yet.
28162
28163 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28164
28165         * sys/oss/README: remove this file, which predates my birth
28166           (and which content is by far outdated)
28167
28168 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28169
28170         * Makefile.am:
28171         * configure.ac:
28172         * docs/Makefile.am:
28173         * docs/libs/Makefile.am:
28174         * docs/libs/gst-plugins-libs-docs.sgml:
28175         * docs/libs/gst-plugins-libs-sections.txt:
28176         * docs/libs/tmpl/gstgconf.sgml:
28177         * docs/upload.mak:
28178         * docs/version.entities.in:
28179           Added boilerplate gtk-doc files for plugin-libs documentation.
28180
28181 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28182
28183         * gst/auparse/gstauparse.c: fix int and float audio caps
28184
28185 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28186
28187         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28188         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28189           g_assert() can be a macro, don't use #ifdef inside it.
28190
28191 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28192
28193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28196         (gst_videorate_init), (gst_videorate_chain),
28197         (gst_videorate_change_state):
28198           Event handling (fixes #159986).
28199
28200 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28201
28202         * gst-libs/gst/riff/riff-media.c:
28203         (gst_riff_create_video_caps_with_data):
28204           Add BLZ0 (Blizzard's version of DivX) fourcc.
28205
28206 2004-12-18  David Schleef  <ds@schleef.org>
28207
28208         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28209         portability fix.
28210
28211 2004-12-18  David Schleef  <ds@schleef.org>
28212
28213         * gst/tta/ttadec.h: Disable some header code that isn't used
28214         and clearly isn't portable.
28215
28216 2004-12-18  David Schleef  <ds@schleef.org>
28217
28218         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28219         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28220         (avcodec_get_pix_fmt), (avpicture_layout),
28221         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28222         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28223         Fix code to not use GCC extensions (and c99 extensions that
28224         Forte does not like.)
28225
28226 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28227
28228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28229
28230         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28231         (gst_deinterlace_chain):
28232           Rowstride fixes. Fixes #161039.
28233         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28234         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28235         (gst_video_crop_getcaps), (gst_video_crop_link),
28236         (gst_video_crop_i420), (gst_video_crop_chain),
28237         (gst_video_crop_change_state):
28238           Rework of negotiation. Actually works now. Fixes #158650.
28239
28240 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28241
28242         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28243           That was very stupid.
28244
28245 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28246
28247         * gst/matroska/matroska-demux.c:
28248         (gst_matroska_demux_parse_blockgroup):
28249           Fix possible crasher.
28250
28251 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28254         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28255           Lace sizes can be zero.
28256
28257 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28258
28259         * ext/musepack/gstmusepackdec.cpp:
28260           Fetch error return values. Fixes #161624.
28261         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28262           Really EOS.
28263
28264 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28265
28266         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28267           Work for truncated (unfinished download etc.) files. Fixes #160514.
28268
28269 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28270
28271         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28272           Fix for integer overflow. Makes #156001 not crash. Probably masks
28273           the real bug.
28274
28275 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28276
28277         * gst/ac3parse/gstac3parse.c: (plugin_init):
28278           Parsers never have ranks. Fixes #159651.
28279
28280 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28281
28282         * gst/playback/gstdecodebin.c: (compare_ranks):
28283           make sure the facotries are ordered the same every time even if they
28284           have the same rank by using the name
28285         * gst/playback/gstdecodebin.c: (find_compatibles):
28286           make sure we don't add factories to the list twice
28287
28288 2004-12-16  David Schleef  <ds@schleef.org>
28289
28290         * configure.ac: look for musepack headers as musepack/*.h
28291         (fixes #159847)
28292         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28293         * ext/musepack/gstmusepackreader.h: same
28294
28295 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * gst-libs/gst/riff/riff-read.c:
28298         (gst_riff_read_strf_auds_with_data):
28299           Read extradata correctly (fixes #155879).
28300
28301 2004-12-16  David Schleef  <ds@schleef.org>
28302
28303         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28304         audio.  does _not_ attempt or allow conversion unless channels
28305         is 1 or 2.
28306
28307 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28308
28309         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28310
28311 2004-12-16  David Schleef  <ds@schleef.org>
28312
28313         * gst/audioscale/gstaudioscale.c: the resample library only
28314         handles 1 or 2 channels.  Change caps to compensate.
28315
28316 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28319         (gst_matroska_demux_audio_caps):
28320           Some MPEG-AAC hacks, because else it doesn't work...
28321
28322 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * gst-libs/gst/riff/riff-media.c:
28325         (gst_riff_create_video_caps_with_data),
28326         (gst_riff_create_video_template_caps):
28327           Add h264.
28328
28329 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * gst-libs/gst/audio/Makefile.am:
28332           Try to fix buildbot.
28333
28334 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28335
28336         * gst/tcp/gstmultifdsink.c:
28337           Clean up and uniformize debugging.
28338
28339 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28340
28341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28342
28343         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28344         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28345         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28346         (gst_mpeg_demux_change_state):
28347           Reset on ready. Fixes 160276.
28348
28349 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28350
28351         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28352
28353         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28354         (gst_ffmpegcsp_pad_link):
28355           Fix memleak (#154815).
28356
28357 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28358
28359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28360
28361         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28362         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28363         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28364         * ext/musicbrainz/gsttrm.h:
28365           Add support for using a proxy server when getting a trm id from
28366           the MusicBrainz database (#149613).
28367
28368 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28369
28370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28371
28372         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28373         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28374           Fix memleaks (#157233).
28375
28376 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28377
28378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28381         * gst-libs/gst/resample/resample.h:
28382         * gst/audioscale/gstaudioscale.c:
28383           Fix memleak (#159215).
28384
28385 2004-12-16  Toni Willberg  <toniw@iki.fi>
28386
28387         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28390         * sys/oss/oss_probe.c: (main):
28391           Check for mono/stereo support (similar to samplerate probing),
28392           fixes #159433. Also add missing copyright header to oss_probe.c.
28393
28394 2004-12-15  David Schleef  <ds@schleef.org>
28395
28396         * configure.ac: add audioresample and cairo plugins.  Remove
28397         HAVE_MMX stuff, because it's not used.
28398         * ext/Makefile.am: same
28399         * ext/audioresample/Makefile.am: You are not ready for an
28400         audio resampling element based on audioresample.
28401         * ext/audioresample/gstaudioresample.c:
28402         * ext/audioresample/gstaudioresample.h:
28403         * ext/cairo/Makefile.am: You are not ready for overlay elements
28404         based on cairo.  Don't look too closely, these elements kinda
28405         suck right now.
28406         * ext/cairo/gstcairo.c: new
28407         * ext/cairo/gsttextoverlay.c: new
28408         * ext/cairo/gsttextoverlay.h: new
28409         * ext/cairo/gsttimeoverlay.c: new
28410         * ext/cairo/gsttimeoverlay.h: new
28411         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28412         problem with compilers that don't support variadic macros.
28413
28414 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28415
28416         Reviewed by:  David Schleef  <ds@schleef.org>
28417
28418         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28419         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28420         bit.  Also ran indent-gst.
28421         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28422         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28423         (gst_sunaudiosrc_setparams):
28424
28425 2004-12-14  David Schleef  <ds@schleef.org>
28426
28427         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28428         output rate to 16000.  Should fix #160235.
28429
28430 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28431
28432         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28433         Add typefinding for mpeg2 pes streams
28434
28435 2004-12-13  David Schleef  <ds@schleef.org>
28436
28437         * configure.ac:  Applied patch from bug #143659, making default
28438         sources and sinks OS-dependent (for Solaris), and added code
28439         for OS/X.
28440         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28441
28442 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28443
28444         * gst-libs/gst/riff/riff-media.c:
28445           forgot to add h2.64 to avidemux template caps
28446
28447 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28448
28449         * gst/wavenc/riff.h:
28450         * gst-libs/gst/riff/riff-media.c:
28451         * gst-libs/gst/riff/riff-ids.h:
28452         * gst/avi/gstavimux.c
28453         add 4CC code for VideoSoft h264 in AVI (VSSH)
28454           fixes bug #160655
28455         remove s323 from riff, it's quicktime specific :(
28456
28457 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28458
28459         * gst/asfdemux/README
28460         * gst/wavenc/riff.h
28461         * gst-libs/gst/riff/riff-ids.h
28462         * gst-libs/gst/riff/riff-media.c
28463         * gst/qtdemux/qtdemux.c:
28464           add new 4CC codes for h263 related codecs
28465           fixes partially bug #155163
28466
28467 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28468
28469         * configure.ac: Update polyaudio requirement to 0.7
28470         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28471
28472 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28473
28474         * gst/interleave/deinterleave.c:
28475         fix my name's spelling! :)
28476
28477 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28478
28479         * AUTHORS ChangeLog
28480         * gst/auparse/gstauparse.c
28481         * gst/interleave/deinterleave.c
28482         * gst/law/:
28483                 alaw-decode.c alaw-encode.c
28484                 mulaw-decode.c mulaw-encode.c
28485         * gst/oneton/gstoneton.c
28486         * sys/osxaudio/:
28487                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28488         * sys/osxvideo/:
28489                 cocoawindow.h cocoawindow.m
28490                 osxvideosink.h osxvideosink.m
28491
28492         put the same mail address for Zaheer Abbas Merali everywhere
28493
28494 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28495
28496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28497           Align by packetsize, and assert that we a packet available before
28498           playing. The first makes webstreams work (they often include
28499           trailing padding data in a packet), the second allows pausing a
28500           ASF stream in totem without getting demux errors afterwards.
28501
28502 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28503
28504         * ext/ogg/gstoggdemux.c: (get_relative):
28505           Check for non-NULL before accessing member (end-of-chain).
28506
28507 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28508
28509         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28510         (cdparanoia_set_property), (cdparanoia_get_property):
28511         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28512         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28513         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28514         (dvdreadsrc_init), (dvdreadsrc_set_property),
28515         (dvdreadsrc_get_property):
28516         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28517         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28518           Synchronize property names where not yet the case. Devices are
28519           now device=X, other versions are deprecated (but still exist).
28520           Also use g_free() unconditionally.
28521         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28522         (setup_source), (gst_play_base_bin_get_property):
28523           Expose source.
28524
28525 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28526
28527         * configure.ac: move GCONF macro outside conditional for the am
28528           conditional. Fixes #160439
28529
28530 2004-12-08  David Schleef  <ds@schleef.org>
28531
28532         * tools/gst-visualise-m.m: Switch to elements that currently
28533         exist.
28534
28535 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28536
28537         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28538           We love wrong commas.
28539
28540 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * gst/matroska/matroska-demux.c:
28543         (gst_matroska_demux_handle_src_query):
28544           Don't set DEFAULT, unsupported - makes length display incorrectly
28545           in some cases.
28546
28547 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28548
28549         * gst/monoscope/README: remove blurb about files being GPL
28550         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28551         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28552           monoscope is now effectively LGPL licensed
28553
28554 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28555
28556         * gst/monoscope/README: Update information to be more correct
28557         * gst/monoscope/convolve.c: Relicense to LGPL
28558         * gst/monoscope/convolve.h: Relicense to LGPL
28559
28560 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28561
28562         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28563           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28564         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28565           set default_duration for mpeg1 audio
28566
28567 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28568
28569         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28570         * ext/alsa/gstalsa.h:
28571           refactor big chunks of the core caps negotiation code to make it
28572           a lot faster, because people claim it's really slow
28573           (actually, just cache the getcaps when the device is opened)
28574
28575 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28578         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28579         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28580         (gst_a52dec_change_state), (plugin_init):
28581         * ext/a52dec/gsta52dec.h:
28582           Do something useful with timestamps. Make chain-based (since
28583           there's really no reason to be loopbased).
28584         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28585           Update current_byte/frame correctly.
28586
28587 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28588
28589         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28590         (gst_ape_demux_stream_init):
28591           Forward tags, too.
28592
28593 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28594
28595         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28596           Let's make sure we're done typefinding when detecting tags.
28597
28598 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28599
28600         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28601         (gst_ebml_read_init), (gst_ebml_read_use_event),
28602         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28603         (gst_ebml_read_seek), (gst_ebml_read_skip),
28604         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28605         (gst_ebml_read_master):
28606         * gst/matroska/ebml-read.h:
28607         * gst/matroska/matroska-demux.c:
28608         (gst_matroska_demux_parse_contents),
28609         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28610           Disgustingly evil hack for working around INTERRUPT events and
28611           their extremely annoying habit of being a pain in the ass. We
28612           simply peek a cluster before reading any of it.
28613
28614 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * ext/musepack/gstmusepackdec.cpp:
28617           There's also floating point libmusepacks.
28618
28619 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28622         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28623           Set DURATION even if source buffer didn't. Also use increasing
28624           timestamps.
28625         * gst-libs/gst/riff/riff-media.c:
28626         (gst_riff_create_audio_caps_with_data):
28627           Block_align can have larger values than 8192.
28628
28629 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28630
28631         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28632         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28633         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28634         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28635           Fix caps.
28636
28637 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28638
28639         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28640           Fix logic bug.
28641
28642 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28643
28644         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28645           Yay, another one.
28646
28647 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * ext/esd/esdsink.c: (gst_esdsink_chain):
28650           Make error actually say something useful (fixes #156798).
28651         * gst-libs/gst/riff/riff-media.c:
28652         (gst_riff_create_video_caps_with_data),
28653         (gst_riff_create_video_template_caps):
28654           Add Intel Video 5.0 fourcc (IV50).
28655
28656 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28657
28658         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28659         detection on mono and stereo mp3 files.
28660
28661 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28662
28663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28664           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28665           the contained stream).
28666
28667 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28668
28669         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28670           Oops, remove debug.
28671
28672 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28673
28674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28675
28676         * gst/law/alaw-decode.c: (alawdec_getcaps):
28677         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28678           Prevent warnings when negotiating caps (fixes #159338).
28679
28680 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28681
28682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28683         (gst_ffmpegcsp_chain):
28684           Remove old leftover that shouldn't be there...
28685
28686 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28687
28688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28689
28690         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28691           Don't forward DISCONT events (fixes #159684).
28692
28693 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28696           Unlink manually since sometimes bin disposal (and therefore
28697           pad unlinking) is delayed, which will cause a new media file
28698           to not be able to start playing instantly.
28699
28700 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28701
28702         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28703           On mute of an unlinked stream, check for pad availability so
28704           we don't crash on unlinked pad.
28705
28706 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28707
28708         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28709         (gst_avi_demux_massage_index):
28710           Fix quite humiliating bug in omitting 0-sized index chunks but
28711           forgetting to count them for timestamps.
28712
28713 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28714
28715         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28716           Actually leave the loop if we failed to sync. Don't crash.
28717
28718 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28719
28720         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28721         (gst_dvd_demux_process_private):
28722         * gst/mpegstream/gstdvddemux.h:
28723           Fix crash (#159759). Doesn't work, though. :-(.
28724
28725 2004-11-28  Benjamin Otte  <otte@gnome.org>
28726
28727         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28728           more overwriting protection due to modifying channels one by one
28729           instead of all at once
28730
28731 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28732
28733         * gst/audioconvert/gstchannelmix.c:
28734         (gst_audio_convert_fill_normalize):
28735           Normalize using absolute values.
28736
28737 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28738
28739         * configure.ac:
28740         * ext/Makefile.am:
28741         * ext/directfb/Makefile.am:
28742         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28743         (gst_directfbvideosink_get_pixel_format),
28744         (gst_directfbvideosink_get_format_from_fourcc),
28745         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28746         (gst_directfbvideosink_sink_link),
28747         (gst_directfbvideosink_change_state),
28748         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28749         (gst_directfbvideosink_buffer_alloc),
28750         (gst_directfbvideosink_interface_supported),
28751         (gst_directfbvideosink_interface_init),
28752         (gst_directfbvideosink_navigation_send_event),
28753         (gst_directfbvideosink_navigation_init),
28754         (gst_directfbvideosink_set_property),
28755         (gst_directfbvideosink_get_property),
28756         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28757         (gst_directfbvideosink_base_init),
28758         (gst_directfbvideosink_class_init),
28759         (gst_directfbvideosink_get_type), (plugin_init):
28760         * ext/directfb/directfbvideosink.h: Adding a first version of
28761         directfbvideosink.
28762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28763         more.
28764
28765 2004-11-28  Benjamin Otte  <otte@gnome.org>
28766
28767         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28768           walk the samples backwards if out_channels > in_channels so we don't
28769           overwrite data
28770
28771 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * gst/audioconvert/Makefile.am:
28774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28775         (gst_audio_convert_link), (gst_audio_convert_change_state),
28776         (gst_audio_convert_channels):
28777         * gst/audioconvert/gstchannelmix.c:
28778         (gst_audio_convert_unset_matrix),
28779         (gst_audio_convert_fill_identical),
28780         (gst_audio_convert_fill_compatible),
28781         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28782         (gst_audio_convert_fill_others),
28783         (gst_audio_convert_fill_normalize),
28784         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28785         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28786         * gst/audioconvert/gstchannelmix.h:
28787           Implement a channel mixer.
28788
28789 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28790
28791         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28792         * ext/alsa/gstalsa.h:
28793         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28794         Make alsasink actually honor gst_element_set_clock and use that
28795         clock instead of its internal one.
28796
28797 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28798
28799         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28800         (gst_play_base_bin_change_state): nullify source and decoder when
28801         going from READY to NULL so that we don't try to do weird stuff with
28802         them when going from NULL to READY
28803         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28804         instead of g_object_unref
28805         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28806         it should be correct
28807         (gst_play_bin_change_state): don't call remove_sinks if we are
28808         currently disposing the object
28809
28810 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28811
28812         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28813           Don't forget bass if it's there. Else left channel is silent...
28814
28815 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28816
28817         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28818         (gst_a52dec_change_state):
28819           Don't do sample adjusting anymore, we use float audio now.
28820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28821           Don't fixate to non-existing properties.
28822
28823 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28824
28825         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28826         (gst_a52dec_change_state):
28827           Advertise that we can do surround sound.
28828
28829 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28830
28831         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28832           Add buffer-frames=0.
28833         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28834         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28835         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28836         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28837         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28838         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28839         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28840         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28841         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28842         * ext/dvdread/dvdreadsrc.h:
28843           Add seeking, querying for bytes, sectors, title, angle and
28844           chapter. Handle multiple chapters. Relicense to LGPL because
28845           Billy agreed on that (thanks Billy!).
28846
28847 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28848
28849         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28850         call parent dispose method
28851
28852 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28853
28854         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28855         (gst_audio_clock_get_internal_time):
28856         Fix active <-> inactive transitions: ensure time value always
28857         grows and avoid abrupt value changes.
28858
28859 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28860
28861         * configure.ac:
28862         * gst/tta/Makefile.am:
28863         * gst/tta/crc32.h:
28864         * gst/tta/filters.h:
28865         * gst/tta/gsttta.c:
28866         * gst/tta/gstttadec.c:
28867         * gst/tta/gstttadec.h:
28868         * gst/tta/gstttaparse.c:
28869         * gst/tta/gstttaparse.h:
28870         * gst/tta/ttadec.h:
28871           added TTA parser and decoder
28872
28873 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28874
28875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28876         (probe_triggered), (check_queue), (buffer_underrun),
28877         (buffer_running), (buffer_overrun), (gen_source_element),
28878         (setup_source):
28879         * gst/playback/gstplaybasebin.h:
28880           Implement buffering. Needs some more work.
28881
28882 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28883
28884         * ext/theora/theoradec.c: (theora_dec_chain):
28885           Fix ilog mask range overflow.
28886
28887 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28888
28889         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28890           Don't omit the last (which in case of dmix is the only :) )
28891           channel count. Don't set channels if <= 2.
28892
28893 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28894
28895         * gst/playback/gstplaybin.c: (gen_video_element),
28896         (gen_audio_element): Removed 2 obsolete comments
28897
28898 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28899
28900         * ext/vorbis/oggvorbisenc.c
28901         * ext/vorbis/vorbisenc.c :
28902           change description fields of those plugins to differentiate them
28903           (pitivi show Encoders by description, they had the same one)
28904
28905 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28906
28907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28908
28909         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28910         (gst_play_bin_set_property), (gen_video_element),
28911         (gen_audio_element):
28912           Refcounting fixes for provided audio-/videosinks.
28913
28914 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28915
28916         * gst/playback/gstplaybin.c: (gen_video_element),
28917         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28918           Don't reference all sinks, but only the video- and audiosinks.
28919           The vis. element should be disposed when we're done with it.
28920           We don't have any reason to keep it around. This fixes warnings
28921           when reusing playbin for playing multiple audio files with
28922           vis. enabled. Also release audio device on pause - idea stolen
28923           from Rhythmbox.
28924
28925 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28926
28927         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28928         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28929         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28930         * ext/alsa/gstalsaplugin.c: (plugin_init):
28931         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28932         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28933         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28934         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28935         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28936         (gst_faad_change_state), (plugin_init):
28937         * ext/faad/gstfaad.h:
28938         * ext/vorbis/vorbis.c: (plugin_init):
28939         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28940         * gst-libs/gst/audio/Makefile.am:
28941         * gst-libs/gst/audio/audio.c: (plugin_init):
28942         * gst-libs/gst/audio/multichannel.c:
28943         (gst_audio_check_channel_positions),
28944         (gst_audio_get_channel_positions),
28945         (gst_audio_set_channel_positions),
28946         (gst_audio_set_structure_channel_positions_list),
28947         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28948         (gst_audio_fixate_channel_positions):
28949         * gst-libs/gst/audio/multichannel.h:
28950         * gst-libs/gst/audio/testchannels.c: (main):
28951         * gst/audioconvert/gstaudioconvert.c:
28952         (gst_audio_convert_class_init), (gst_audio_convert_init),
28953         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28954         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28955         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28956         * gst/audioconvert/plugin.c: (plugin_init):
28957           Surround sound support.
28958
28959 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28960
28961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28962           Fix position for discont if we're close as well. Nitpicking, but
28963           saves a few milliseconds of extra waiting or skipping.
28964
28965 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28968           We sometimes need parsers for playback, so add those too.
28969
28970 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28971
28972         * configure.ac:
28973         * gst/apetag/Makefile.am:
28974         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28975         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28976         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28977         (gst_ape_demux_get_src_query_types),
28978         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28979         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28980         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28981         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28982         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28983         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28984         (gst_ape_demux_change_state):
28985         * gst/apetag/apedemux.h:
28986         * gst/apetag/apetag.c: (plugin_init):
28987         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28988         (plugin_init):
28989           APE v1/2 tag reader plus typefind function.
28990
28991 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28992
28993         * configure.ac:
28994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28995         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28996           Remove hacks for older core. Require newer core version
28997           accordingly.
28998
28999 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29000
29001         * gst/cdxaparse/Makefile.am:
29002         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29003         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29004         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29005         * gst/cdxaparse/gstcdxaparse.h:
29006         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29007         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29008         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29009         (gst_cdxastrip_get_src_query_types),
29010         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29011         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29012         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29013         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29014         * gst/cdxaparse/gstcdxastrip.h:
29015           SVCD/VCD header stripping separated from CDXA image parsing.
29016         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29017         (plugin_init):
29018           Add VCD/SVCD header typefinding for VCD/SVCD.
29019         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29020         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29021         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29022         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29023         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29024         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29025         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29026         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29027         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29028         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29029         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29030         * sys/vcd/vcdsrc.h:
29031           Fix up, add seeking, querying, URI interface. Works in totem now.
29032
29033 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29034
29035         * configure.ac:
29036           back to CVS
29037
29038 === release 0.8.6 ===
29039
29040 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29041
29042         * NEWS:
29043         * RELEASE:
29044         * configure.ac:
29045         * po/af.po:
29046         * po/az.po:
29047         * po/cs.po:
29048         * po/en_GB.po:
29049         * po/hu.po:
29050         * po/it.po:
29051         * po/nb.po:
29052         * po/nl.po:
29053         * po/or.po:
29054         * po/sq.po:
29055         * po/sr.po:
29056         * po/sv.po:
29057         * po/uk.po:
29058           releasing 0.8.6, "IOU Love"
29059
29060 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29061
29062         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29063
29064         * gst/playback/gstplaybasebin.c:
29065           Fix unplayable files error handling.  Fixes #158365
29066
29067 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29068
29069         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29070
29071         * gst/typefind/gsttypefindfunctions.c:
29072           Fix broken mp3 typefinding.  Fixes #158375
29073
29074 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29075
29076         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29077
29078         * ext/ogg/gstoggdemux.c:
29079           Fix sync on broken files.  Fixes #158976
29080
29081 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29082
29083         patch by: Edward Hervey <bilboed@bilboed.com>
29084
29085         * ext/libpng/gstpngenc.c:
29086           Copy over buffer properties.  Fixes #158832
29087
29088 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29089
29090         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29091
29092         * ext/dvdread/dvdreadsrc.c:
29093           Fixes invalid reads (#158462)
29094
29095 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29096
29097         * sys/v4l/gstv4lsrc.c:
29098         * sys/v4l/gstv4lsrc.h:
29099         * sys/v4l/v4lsrc_calls.c:
29100           Probe less and cache it.  Fixes #159187.
29101
29102 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29103
29104         * gst/videorate/gstvideorate.c:
29105           Handle all video formats. Fixes #159186.
29106
29107 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29108         * gst/synaesthesia/gstsynaesthesia.c:
29109         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29110         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29111         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29112         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29113         (gst_synaesthesia_change_state), (plugin_init):
29114         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29115         Force 320x200 output, as that's the only thing the underlying
29116         synaesthesia implementation supports. Still needs to be made
29117         re-entrant.
29118
29119 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29120
29121         * configure.ac:
29122           Fix mpeg2enc configure check (similar to mplex check below).
29123
29124 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29125
29126         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29127
29128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29129           Fix for gcc-2.95 (fixes #158221).
29130
29131 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29132
29133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29134           Re-add clock distribution hack (until new core is released).
29135           Fixes #158125.
29136
29137 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29138         * configure.ac:
29139           fix mplex configure check segfaulting on some systems (bug #140994)
29140
29141 2004-11-13  Benjamin Otte  <otte@gnome.org>
29142
29143         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29144           add debugging
29145         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29146           do a wait when we enter the loop func with no data available to
29147           write instead of getting into an 100% CPU loop by just returning and
29148           being called again by the scheduler
29149
29150 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29151
29152         * configure.ac:
29153         * ext/libvisual/visual.c: (gst_visual_get_type),
29154         (libvisual_log_handler), (gst_visual_getcaps),
29155         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29156         (plugin_init):
29157           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29158         * ext/smoothwave/Makefile.am:
29159         * ext/smoothwave/demo-osssrc.c: (main):
29160         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29161         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29162         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29163         (plugin_init):
29164         * ext/smoothwave/gstsmoothwave.h:
29165           Make gstsmoothwave a working element in the 20th century.
29166
29167         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29168           Fix incorrect link function
29169
29170 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29171
29172         * gst/volume/gstvolume.c:
29173           Allow buffer-frames=0.
29174
29175 2004-11-12 Iain <iaingnome@gmail.com>
29176
29177         * configure.ac: Check for polypaudio
29178
29179         * ext/Makefile.am: Build the polyp dir
29180
29181         * ext/polyp: The polypsink sources.
29182
29183 2004-10-30 Iain <iaingnome@gmail.com>
29184
29185         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29186         caps to reflect the new number of channels.
29187
29188 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29189
29190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29191           Fix for negotiation order problem. This would show when the
29192           ALSA loopfuction was called before any other function. ALSA
29193           wouldn't do anything because we're not negotiated yet, leading
29194           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29195
29196 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29197
29198         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29199
29200         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29201           No warnings (#157986).
29202
29203 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29204
29205         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29206           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29207
29208 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29209
29210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29211           Signal no-more-pads (so it works in playbin).
29212
29213 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29214
29215         * ext/musepack/gstmusepackreader.cpp:
29216           Workaround for older core.
29217
29218 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29221           Actually test for odd width/height rather than testing whether
29222           a temporary variable that was 0 before we subtracted 1 is now
29223           not equal to zero (which it always is).
29224
29225 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29226
29227         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29228         Fix compilation if HAVE_XVIDEO is not defined
29229
29230 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29231
29232         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29233         Fix compilation if HAVE_XVIDEO is not defined
29234
29235 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29236
29237         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29238         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29239         (gst_goom_change_state), (plugin_init):
29240         Use the bytestream adapter so goom doesn't depend on the input
29241         buffer size.
29242         Add a debug category
29243
29244 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29245
29246         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29247           Only set hardware parameters *after* negotiation. Before
29248           negotiation, it will set ANY and that seems to cause crashes
29249           (see e.g. #151288, #153227).
29250
29251 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29252
29253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29254           This seems to be antique leftover. It needs to pass error
29255           checking.
29256         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29257         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29258         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29259         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29260           Fix GstXOverlay implementation (#151059).
29261
29262 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29263
29264         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29265           Don't assert (#157853).
29266
29267 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29270           Fix bytes/samples confustion.
29271         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29272           Fix for underrun (#144389).
29273
29274 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29277           Disable halfway-seek for pending release (since it needs a new
29278           core release).
29279
29280 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29281
29282         * sys/v4l/gstv4lsrc.c:
29283         * sys/v4l/gstv4lsrc.h:
29284         * sys/v4l/v4lsrc_calls.c:
29285           add autoprobe-fps property so we can separate autoprobing parts
29286
29287 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29288
29289         * sys/v4l/gstv4lsrc.c:
29290         * sys/v4l/v4lsrc_calls.c:
29291         initialise fourcc to catch unset fourcc's, and debug
29292
29293 2004-11-09  Wim Taymans  <wim@fluendo.com>
29294
29295         * gst/playback/README:
29296         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29297         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29298         (gst_play_bin_dispose), (gst_play_bin_set_property),
29299         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29300         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29301         (gst_play_bin_get_formats), (gst_play_bin_convert),
29302         (gst_play_bin_get_query_types), (gst_play_bin_query):
29303         Cleanups and some more documentation.
29304
29305 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29306
29307         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29308         (gst_cacasink_init), (gst_cacasink_chain):
29309         * ext/libcaca/gstcacasink.h:
29310         Cacasink inherits from VideoSink, so let that store the clock.
29311
29312 2004-11-09  Wim Taymans  <wim@fluendo.com>
29313
29314         * gst/playback/README:
29315         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29316         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29317         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29318         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29319         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29320         (setup_sinks):
29321         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29322         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29323         * gst/playback/gststreaminfo.h:
29324         Updated README.
29325         Only switch groups if all streams have muted (EOSed).
29326         Send Tags in sync with the stream playback instead of in
29327         the playback/preroll phase.
29328         Some cleanups, free the fakesrc elements.
29329
29330 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29331
29332         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29333           buffer-frames property was missing
29334         * ext/arts/gst_arts.c:
29335           rate missing from sinkcaps
29336         * ext/audiofile/gstafparse.c:
29337         * ext/audiofile/gstafsink.c:
29338         * ext/audiofile/gstafsrc.c:
29339         * ext/swfdec/gstswfdec.c:
29340           int audio doesn't know buffer-frames
29341         * ext/cdparanoia/gstcdparanoia.c:
29342           int audio doesn't know chunksize either
29343         * ext/nas/nassink.c:
29344           it's endianness, not endianess
29345         * gst-libs/gst/audio/audio.h:
29346           make float standard pad template caps really describe float
29347         * gst/law/mulaw.c: (linear_factory):
29348           signed only, please
29349         * gst/mpegstream/gstdvddemux.c:
29350           widths of 20 are not valid
29351
29352 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29353
29354         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29355
29356         * po/LINGUAS:
29357         * po/it.po:
29358           Add Italian
29359
29360 2004-11-08  Wim Taymans  <wim@fluendo.com>
29361
29362         * gst/playback/README:
29363         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29364         * gst/playback/gstplaybasebin.c: (probe_triggered),
29365         (gst_play_base_bin_change_state):
29366         Updated README, added more comments for fixmes etc..
29367
29368 2004-11-08  Wim Taymans  <wim@fluendo.com>
29369
29370         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29371         We can remove this hack now.
29372
29373 2004-11-08  Wim Taymans  <wim@fluendo.com>
29374
29375         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29376         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29377         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29378         Only mix AYUV for maximum quality.
29379
29380 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29381
29382         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29383         (gst_ogg_demux_push), (gst_ogg_pad_push):
29384           Let's act as if we're synchronized now! :).
29385         * ext/theora/theoradec.c: (theora_dec_chain):
29386           Add some debug.
29387
29388 2004-11-08  Wim Taymans  <wim@fluendo.com>
29389
29390         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29391         (gst_alpha_set_property), (gst_alpha_sink_link),
29392         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29393         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29394         (gst_alpha_init_params), (gst_alpha_chain):
29395         Implement alpha functions for AYUV too, this increases
29396         accuracy quite a bit.
29397
29398 2004-11-08  Wim Taymans  <wim@fluendo.com>
29399
29400         * gst/ffmpegcolorspace/avcodec.h:
29401         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29402         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29403         (gst_ffmpegcsp_avpicture_fill):
29404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29405         (gst_ffmpegcsp_caps_remove_format_info):
29406         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29407         (shrink12), (img_get_alpha_info), (deinterlace_line),
29408         (deinterlace_line_inplace):
29409         * gst/ffmpegcolorspace/imgconvert_template.h:
29410         Added AYUV colorspace and handle RGBA a bit more respectful.
29411
29412 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29413
29414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29415           Actually always send a discont (cornercase when resending the
29416           same serial-tagged chain twice).
29417
29418 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29419
29420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29421         (gst_ximagesink_finalize):
29422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29423         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29424
29425 2004-11-08  Wim Taymans  <wim@fluendo.com>
29426
29427         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29428         Don't segfault on NULL data.
29429
29430 2004-11-08  Wim Taymans  <wim@fluendo.com>
29431
29432         * gst/playback/gstdecodebin.c: (unlinked):
29433         * gst/playback/gstplay-marshal.list:
29434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29435         (gst_play_base_bin_init), (group_create), (get_active_group),
29436         (get_building_group), (group_destroy), (group_commit),
29437         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29438         (add_element_stream), (no_more_pads), (probe_triggered),
29439         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29440         (state_change), (setup_source), (gst_play_base_bin_get_property),
29441         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29442         (gst_play_base_bin_link_stream),
29443         (gst_play_base_bin_get_streaminfo):
29444         * gst/playback/gstplaybasebin.h:
29445         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29446         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29447         Add support for chained ogg files. Prepare for playlist
29448         support. This patch introduces the concept of pad groups, which
29449         together compose one playable media file.
29450
29451 2004-11-07  David Schleef  <ds@schleef.org>
29452
29453         * testsuite/gst-lint: Check for pad templates that aren't statically
29454         scoped.
29455
29456 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29457
29458         * configure.ac:
29459         * ext/Makefile.am:
29460         * ext/musepack/Makefile.am:
29461         * ext/musepack/gstmusepackdec.cpp:
29462         * ext/musepack/gstmusepackdec.h:
29463         * ext/musepack/gstmusepackreader.cpp:
29464         * ext/musepack/gstmusepackreader.h:
29465           Add musepack decoder.
29466         * ext/faad/gstfaad.c: (gst_faad_base_init):
29467           Make pad templates static.
29468         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29469         (plugin_init):
29470           Add musepack typefinder, make mp3 typefinding work halfway stream,
29471           which doesn't actually work yet because id3demux doesn't implement
29472           _get_length().
29473
29474 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29475
29476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29477         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29478           Fix interrupt event handling (#144436).
29479
29480 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29483           Hide unused glory.
29484
29485 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29486
29487         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29488
29489         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29490           Fix weird caps (#157548).
29491
29492 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29493
29494         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29495
29496         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29497           Add missing NULL terminator (#157543).
29498
29499 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29500
29501         * gst/tcp/gsttcp.h:
29502         * gst/tcp/gsttcpclientsink.c:
29503         * gst/tcp/gsttcpclientsrc.c:
29504         * gst/tcp/gsttcpserversink.c:
29505         * gst/tcp/gsttcpserversrc.c:
29506           ports can go up to 65535.  Move common defines to gsttcp.h
29507
29508 2004-11-05  Wim Taymans  <wim@fluendo.com>
29509
29510         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29511         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29512         Added two more colorspaces.
29513
29514 2004-11-05  Wim Taymans  <wim@fluendo.com>
29515
29516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29517         (gst_ffmpegcsp_avpicture_fill):
29518         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29519         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29520         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29521         More stride fixes.
29522
29523 2004-11-05  Wim Taymans  <wim@fluendo.com>
29524
29525         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29526         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29527         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29528         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29529         (gst_videomixer_loop):
29530         More stride fixes.
29531
29532 2004-11-05  Benjamin Otte  <otte@gnome.org>
29533
29534         * ext/mad/gstmad.c: (gst_mad_chain):
29535           don't overflow data buffer. Flush not needed sync data when syncing
29536           failed.
29537
29538 2004-11-04  Wim Taymans  <wim@fluendo.com>
29539
29540         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29541         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29542         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29543         (gst_alpha_init_params), (gst_alpha_chain),
29544         (gst_alpha_change_state):
29545         Updated the chroma keying algorithm with something more
29546         sophisticated.
29547
29548 2004-11-03  Wim Taymans  <wim@fluendo.com>
29549
29550         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29551         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29552         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29553         Fix stride issues. Does not completely work for odd
29554         heights.
29555
29556 2004-11-03  Wim Taymans  <wim@fluendo.com>
29557
29558         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29559         (gst_alpha_chroma_key), (gst_alpha_chain):
29560         Fix stride issues. Does not completely work for odd
29561         heights.
29562
29563 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29564
29565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29566         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29567         leak fixes
29568
29569 2004-11-03  Wim Taymans  <wim@fluendo.com>
29570
29571         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29572         (gst_ffmpegcsp_avpicture_fill):
29573         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29574         (avpicture_alloc):
29575         * gst/ffmpegcolorspace/imgconvert_template.h:
29576         Use correct _fill function to get correct strides.
29577
29578 2004-11-02  David Schleef  <ds@schleef.org>
29579
29580         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29581         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29582         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29583         Change all g_print()s to debugging.  Add a bunch of consistency
29584         checks.
29585
29586 2004-11-02  Wim Taymans  <wim@fluendo.com>
29587
29588         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29589         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29590         (unlinked), (no_more_pads), (close_link):
29591         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29592         (unknown_type), (add_element_stream), (new_decoded_pad),
29593         (removed_decoded_pad), (setup_source):
29594         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29595         (gst_stream_info_class_init), (gst_stream_info_init),
29596         (gst_stream_info_new), (gst_stream_info_dispose),
29597         (stream_info_mute_pad), (gst_stream_info_set_property),
29598         (gst_stream_info_get_property):
29599         * gst/playback/gststreaminfo.h:
29600         Fix playback of multiple files.
29601         a slightly different approach to handling dynamic pad removals.
29602         This one only looks at pads that we have linked.
29603
29604 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29605
29606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29607         free" warning from libc.
29608
29609 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29610
29611         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29612         (get_unconnected_element), (remove_starting_from), (pad_removed),
29613         (close_link):
29614           Implement support for dynamic pad changing. We listen to "live"
29615           pad removals (i.e. while playing) and re-setup autoplugging
29616           after that. Playbasebin/playbin need some more work for this
29617           to finally work, but decodebin supports (and replugs) chained
29618           ogg now.
29619
29620 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29621
29622         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29623         (gst_alsa_finalize):
29624         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29625         (gst_cdaudio_finalize):
29626         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29627         (cdparanoia_finalize):
29628         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29629         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29630         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29631         (dvdreadsrc_finalize):
29632         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29633         (gst_flacdec_finalize):
29634         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29635         (gst_flacenc_finalize):
29636         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29637         (gst_gnomevfssink_finalize):
29638         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29639         (gst_gnomevfssrc_finalize):
29640         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29641         (gst_fameenc_finalize):
29642         * ext/nas/nassink.c: (gst_nassink_class_init),
29643         (gst_nassink_finalize):
29644         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29645         (gst_sdlvideosink_class_init):
29646         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29647         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29648         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29649         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29650         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29651         (gst_x_window_listener_dispose):
29652         * gst/audioscale/gstaudioscale.c:
29653         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29654         (play_on_demand_finalize):
29655         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29657         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29658         (cdplayer_finalize):
29659         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29660         (gst_glimagesink_class_init):
29661         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29662         (gst_osselement_finalize):
29663         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29664         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29665         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29666           Fixes a bunch of problems with finalize and dispose functions,
29667           either assumptions that dispose is only called once, or not calling
29668           the parent class dispose/finalize function
29669
29670 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29671
29672         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29673           added two api precondition guards
29674           use g_strdup with getenv to fix crash when using ENVVAR
29675
29676 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29677         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29678         (gst_esdsink_finalize):
29679         Use a finalize function, not dispose, and more importantly,
29680         call the parent class finalize function too
29681
29682 2004-11-01  Johan Dahlin  <johan@gnome.org>
29683
29684         * ext/ogg/gstoggdemux.c:
29685         * gst/tags/gstvorbistag.c:
29686         Plug leaks.
29687
29688 2004-10-31  Benjamin Otte  <otte@gnome.org>
29689
29690         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29691           lotsa memleaks today. But they're all small...
29692
29693 2004-10-31  Benjamin Otte  <otte@gnome.org>
29694
29695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29696           another memleak crushed
29697
29698 2004-10-31  Benjamin Otte  <otte@gnome.org>
29699
29700         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29701           fix memleak
29702
29703 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29706           Hack to prevent crash when going to READY inside signal handler
29707           while this function is active.
29708
29709 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29710
29711         * gst/ffmpegcolorspace/Makefile.am:
29712         * gst/ffmpegcolorspace/avcodec.h:
29713         * gst/ffmpegcolorspace/common.h:
29714         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29715         * gst/ffmpegcolorspace/dsputil.h:
29716         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29717         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29718         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29719         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29720         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29721         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29722         (gst_ffmpegcsp_avpicture_fill):
29723         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29725         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29726         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29727         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29728         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29729         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29730         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29731         * gst/ffmpegcolorspace/imgconvert.c:
29732         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29733         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29734         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29735         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29736         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29737         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29738         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29739         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29740         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29741         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29742         (grow21), (grow22), (grow41), (grow44), (conv411),
29743         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29744         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29745         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29746         (avpicture_free), (is_yuv_planar), (img_convert),
29747         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29748         (deinterlace_line_inplace), (deinterlace_bottom_field),
29749         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29750         * gst/ffmpegcolorspace/imgconvert_template.h:
29751         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29752         * gst/ffmpegcolorspace/mmx.h:
29753         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29754         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29755         (av_freep), (avcodec_get_context_defaults),
29756         (avcodec_alloc_context), (avcodec_init):
29757           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29758           handling plus update from ffmpeg CVS. Large clean-up.
29759
29760 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29761
29762         * gst/playback/Makefile.am:
29763           We need the marshallers for decodebin, too.
29764
29765 2004-10-30  David Schleef  <ds@schleef.org>
29766
29767         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29768           quicktime typefinding work with 64-bit offsets.
29769
29770 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29771
29772         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29773           Set EOS on the element when processing an EOS event.
29774         * ext/speex/gstspeexdec.h:
29775         * ext/speex/gstspeexenc.h:
29776           Only keep a const ptr to the mode
29777         * gst-libs/gst/riff/riff-media.c:
29778         (gst_riff_create_audio_caps_with_data),
29779         (gst_riff_create_audio_template_caps):
29780           Allow WMAV3, with up to 6 channels.
29781         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29782           Don't call gst_pad_set_event_function on a sink pad.
29783         * gst/mpegstream/gstdvddemux.c:
29784         (gst_dvd_demux_get_subpicture_stream),
29785         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29786           Copy the explicit caps that were set across to the cur_* pads,
29787           instead of trying to use a possibly non-existent negotiated caps.
29788           Reset the type of subpicture pads to UNKNOWN after calling
29789           init_stream, so that the caps get set.
29790
29791 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29792
29793         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29794
29795         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29796           Don't touch buffer if it is of size 0 (fixes #151064).
29797
29798 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29799
29800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29801           Synchronized discont handling.
29802
29803 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29804
29805         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29806         (gst_ogg_demux_push):
29807           Make seeking sort-of exact again (fixes #156387).
29808
29809 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/playback/gstplaybasebin.c: (unknown_type),
29812         (add_element_stream), (new_decoded_pad),
29813         (gst_play_base_bin_change_state):
29814         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29815         (gst_stream_info_init), (gst_stream_info_new),
29816         (gst_stream_info_dispose), (gst_stream_info_get_property):
29817         * gst/playback/gststreaminfo.h:
29818           Make caps explicitely available. Makes testing for unsupported
29819           types possible. Improves error reporting.
29820
29821 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29822
29823         * gst/audioconvert/gstaudioconvert.c:
29824         (gst_audio_convert_buffer_to_default_format):
29825           Really don't touch read-only buffers (#156563).
29826
29827 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29828
29829         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29832           Fix memleak (#155223).
29833
29834 2004-10-29  Wim Taymans  <wim@fluendo.com>
29835
29836         * gst/tcp/.cvsignore:
29837         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29838         (gst_multifdsink_class_init), (gst_multifdsink_init),
29839         (gst_multifdsink_add), (gst_multifdsink_remove),
29840         (gst_multifdsink_remove_client_link), (is_sync_frame),
29841         (gst_multifdsink_new_client),
29842         (gst_multifdsink_handle_client_write),
29843         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29844         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29845         (gst_multifdsink_get_property):
29846         * gst/tcp/gstmultifdsink.h:
29847         Added burst on connect sync_method, deprecated sync_clients,
29848         streamlined the sync code some more.
29849
29850 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29851
29852         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29853         (gst_play_base_bin_change_state):
29854           Improve error reporting.
29855
29856 2004-10-28  Wim Taymans  <wim@fluendo.com>
29857
29858         * gst/tcp/Makefile.am:
29859         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29860         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29861         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29862         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29863         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29864         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29865         (gst_fdset_wait):
29866         Added more locks around fdset structures. Fixed/reworked
29867         the poll array resizing code.
29868         Added stress test for fdset.
29869
29870 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29871
29872         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29873         fix build
29874
29875 2004-10-28  Benjamin Otte  <otte@gnome.org>
29876
29877         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29878           fix link function to always query channels and query width for
29879           floats
29880         * configure.ac:
29881           add equalizer dir
29882         * gst/equalizer/Makefile.am:
29883         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29884         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29885         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29886         (arg_to_scale), (setup_filter),
29887         (gst_iir_equalizer_compute_frequencies),
29888         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29889         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29890         (plugin_init):
29891           add an equalizer
29892
29893 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29894
29895         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29896
29897         * po/LINGUAS:
29898         * po/nb.po:
29899           Added Norwegian Bokmaal translation
29900
29901 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29902
29903         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29904           Don't break on options (fixes #156488).
29905
29906 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29907
29908         * configure.ac:
29909         * ext/cdaudio/Makefile.am:
29910         * sys/Makefile.am:
29911           fix build on older automake
29912
29913 2004-10-26  Wim Taymans  <wim@fluendo.com>
29914
29915         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29916         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29917         Allow a little margin when negotiating the framerate.
29918
29919 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29920
29921         * gst/level/gstlevel.c:
29922           synchonised naming of pads and pad-templates
29923
29924 2004-10-26  Wim Taymans  <wim@fluendo.com>
29925
29926         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29927         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29928         (_find_streams_check), (gst_ogg_demux_push):
29929         Fix EOS again. Needs to be done in a better way. We should not
29930         remove the pad if there is no new chained stream.
29931
29932 2004-10-26 Iain <iaingnome@gmail.com>
29933
29934         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29935         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29936         of the caps.
29937         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29938         pad.
29939         (interleave_release_pad): Remove the pad.
29940         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29941         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29942         the set device.
29943         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29944         attrs
29945         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29946         (gst_xvimagesink_finalize): Free the par.
29947
29948 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29951         (gst_avimux_stop_file):
29952           First calculate the rate, and only then use it. Hdr.rate is a
29953           multiple and not a derivative of hdr.scale. Scale is not the
29954           same as blockalign but is solely related to rate.
29955
29956 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29957
29958         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29959         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29960           Implement seeking.
29961
29962 2004-10-25  James Henstridge  <james@jamesh.id.au>
29963
29964         Reviewed by:  David Schleef  <ds@schleef.org>
29965
29966         * examples/gstplay/player.c: (got_stream_length), (main):
29967         * examples/seeking/cdplayer.c: (update_scale):
29968         * examples/seeking/seek.c: (format_value), (update_scale):
29969         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29970         (stop_seek):
29971         Build fixes on AMD64.
29972
29973 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29974
29975         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29976
29977         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29978         Fix for some v4l cards which hang in v4lsrc
29979
29980 2004-10-25  Wim Taymans  <wim@fluendo.com>
29981
29982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29983         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29984         Make sure to remove the pad when a new chain is
29985         encountered. Set some vars to NULL so we don't try
29986         to reference freed memory.
29987
29988 2004-10-25  Wim Taymans  <wim@fluendo.com>
29989
29990         * examples/seeking/Makefile.am:
29991         * examples/seeking/cdplayer.c: (update_scale):
29992         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29993         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29994         (format_value), (update_scale), (iterate), (start_seek),
29995         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29996         (print_usage), (main):
29997         Added some more examples, update others.
29998
29999 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30000
30001         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30002         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30003         * ext/theora/theoradec.c: (theora_dec_chain):
30004         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30005           Add codec-name metadata.
30006
30007 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30008
30009         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30010
30011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30012         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30013         * ext/alsa/gstalsamixertrack.h:
30014         * po/POTFILES.in:
30015           ALSA mixer track label internationalization (#154054).
30016
30017 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30018
30019         * ext/theora/theoradec.c: (theora_dec_chain):
30020           Export bitrate as metadata.
30021
30022 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30023
30024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30025         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30026         * ext/alsa/gstalsamixertrack.h:
30027           Fix names, fix loop.
30028
30029 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30030
30031         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30032         (speex_dec_convert):
30033           sinkconvert function so oggdemux can get the file length (totem).
30034
30035 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30036
30037         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30038
30039         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30040           Don't push incomplete packets.
30041         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30042           Fix MPEG-4 audio typefinding.
30043
30044 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * sys/v4l/Makefile.am:
30047         * sys/v4l/gstv4l.c: (plugin_init):
30048         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30049         (gst_v4lelement_init), (gst_v4lelement_dispose),
30050         (gst_v4lelement_change_state):
30051         * sys/v4l/gstv4lelement.h:
30052         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30053         (gst_v4l_xoverlay_close), (idle_refresh),
30054         (gst_v4l_xoverlay_set_xwindow_id):
30055         * sys/v4l/gstv4lxoverlay.h:
30056         * sys/v4l/v4l-overlay_calls.c:
30057         * sys/v4l/v4l_calls.h:
30058         * sys/v4l2/Makefile.am:
30059         * sys/v4l2/gstv4l2.c: (plugin_init):
30060         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30061         (gst_v4l2element_init), (gst_v4l2element_dispose),
30062         (gst_v4l2element_change_state):
30063         * sys/v4l2/gstv4l2element.h:
30064         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30065         (gst_v4l2_xoverlay_close), (idle_refresh),
30066         (gst_v4l2_xoverlay_set_xwindow_id):
30067         * sys/v4l2/gstv4l2xoverlay.h:
30068         * sys/v4l2/v4l2-overlay_calls.c:
30069         * sys/v4l2/v4l2_calls.h:
30070           Remove client-side overlay handling, use the X-server v4l plugin
30071           for that. Nicer overlay, less code. Also make the plugin
30072           compileable without X (but then without overlay, obviously).
30073           Makes xwindowlistener obsolete, should we remove that?
30074
30075 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30078         (gst_osssrc_src_query):
30079         * sys/oss/gstosssrc.h:
30080           OK, so people want offset in DEFAULT. This time, actually fix all
30081           cases.
30082         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30083           Add FPS properly.
30084
30085 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * gst/asfdemux/gstasfmux.c:
30088         * gst/avi/gstavimux.c:
30089           Framerate.
30090
30091 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30092
30093         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30094           Fix properties (channel, norm, frequency).
30095
30096 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30097
30098         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30099           Flag typo.
30100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30101           No warnings.
30102
30103 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30104
30105         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30106           Fix hang.
30107
30108 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30109
30110         * sys/v4l2/gstv4l2element.h:
30111           Yet Another Hack (tm) for kernel header borkedness.
30112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30113         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30114         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30115         (gst_v4l2src_change_state):
30116         * sys/v4l2/gstv4l2src.h:
30117         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30118         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30119           Fix caps, keep track of state, work.
30120
30121 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30122
30123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30124           Quiet.
30125
30126 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30127
30128         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30129           Don't mix bytes and samples.
30130
30131 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30132
30133         * ext/ogg/gstoggmux.c:
30134           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30135           and theora. Any is incorrect.
30136         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30137           Fix caps.
30138         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30139         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30140         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30141         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30142         * sys/v4l/gstv4lmjpegsrc.h:
30143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30144         (gst_v4lsrc_change_state):
30145         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30146         (gst_v4lmjpegsrc_capture_stop):
30147           Fix caps. Keep track of internal state. Work.
30148
30149 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30150
30151         * ext/Makefile.am:
30152           Fix the build fixes.
30153
30154 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30155
30156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30157         (gst_ogg_demux_src_event), (_find_chain_seek),
30158         (gst_ogg_pad_push):
30159           Check for pad availability before using it.
30160         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30161           Fix parsing of chained ogg. Needs more work on the decoder side.
30162
30163 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30164
30165         * gst/spectrum/Makefile.am:
30166         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30167         (idle_func):
30168           Fix demo and reenable it. Yes, I'm currently playing with audio
30169           analysis tools
30170
30171 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30174           We love it if files that start at zero work too...
30175
30176 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30177
30178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30179           Handle files with missing EOS headers.
30180
30181 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30182
30183         * gst/tcp/gsttcpserversink.c:
30184         (gst_tcpserversink_handle_server_read),
30185         (gst_tcpserversink_init_send):
30186         Zero some variables first (need for accept not to return EINVAL)
30187
30188 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30189
30190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30191         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30192         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30193         (theora_dec_chain):
30194         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30195         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30196           Seeking and querying finetune.
30197
30198 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30199
30200         * configure.ac:
30201         * ext/Makefile.am:
30202         * ext/raw1394/Makefile.am:
30203           fix the build
30204
30205 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30206
30207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30208           Wrong return.
30209         * gst/playback/Makefile.am:
30210         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30211         * gst/playback/gstplay-marshal.list:
30212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30213           Fix marshallers.
30214
30215 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30216
30217         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30218           Silence.
30219
30220 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30221
30222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30223         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30224         (gst_ogg_pad_push):
30225           Yay for non-lineair granulepos in theora.
30226
30227 2004-10-18  Wim Taymans  <wim@fluendo.com>
30228
30229         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30230         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30231         * ext/dv/gstdvdec.h:
30232         Make sure we renegotiate aspect ratio when the camera switches.
30233
30234 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30235
30236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30237         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30238           Start at zero.
30239         * ext/theora/theoradec.c: (theora_dec_chain):
30240           Skip headers. Bad idea for chained ogg, but fixes seeking.
30241
30242 2004-10-18  Wim Taymans  <wim@fluendo.com>
30243
30244         * configure.ac:
30245         I swear, this is the last time I touch this.
30246
30247 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30248
30249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30250         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30251         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30252           Faster seeking.
30253         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30254           Time-to-default conversion.
30255         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30256           Don't error on unknown packets, just skip. We should probably
30257           read them if we want to support chained ogg.
30258
30259 2004-10-18  Wim Taymans  <wim@fluendo.com>
30260
30261         * configure.ac:
30262         Added cdaudio to wrong list.
30263
30264 2004-10-18  Wim Taymans  <wim@fluendo.com>
30265
30266         * configure.ac:
30267         Revive cdaudio.
30268
30269 2004-10-18  Wim Taymans  <wim@fluendo.com>
30270
30271         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30272         (gst_dvdec_video_link), (gst_dvdec_push):
30273         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30274         (gst_smokeenc_resync), (gst_smokeenc_chain):
30275         Fix mimetype on smoke encoder.
30276         Add aspect ratio to dvdec. Not sure if these
30277         values are correct though....
30278
30279 2004-10-18  Wim Taymans  <wim@fluendo.com>
30280
30281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30282         Fix vorbis property descriptions and ranges.
30283
30284 2004-10-18  Wim Taymans  <wim@fluendo.com>
30285
30286         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30287         Really do nothing when no data is available.
30288         Go to the playing state when the stream is not seekable
30289         instead of failing.
30290
30291 2004-10-18  Wim Taymans  <wim@fluendo.com>
30292
30293         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30294         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30295         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30296         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30297         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30298         Added uri handler for cd://
30299         Port to new API.
30300
30301 2004-10-18  Wim Taymans  <wim@fluendo.com>
30302
30303         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30304         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30305         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30306         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30307         (remove_prerolls), (unknown_type), (add_element_stream),
30308         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30309         (gst_play_base_bin_remove_element),
30310         (gst_play_base_bin_link_stream):
30311         * gst/playback/gstplaybin.c: (gen_video_element),
30312         (gen_vis_element), (remove_sinks), (setup_sinks):
30313         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30314         (gst_stream_info_get_type), (gst_stream_info_class_init),
30315         (gst_stream_info_init), (gst_stream_info_new),
30316         (gst_stream_info_dispose), (stream_info_mute_pad),
30317         (gst_stream_info_set_property), (gst_stream_info_get_property):
30318         * gst/playback/gststreaminfo.h:
30319         Add sink padtemplate to decodebin.
30320         Added some more comments.
30321         Make queue size configurable in playbasebin.
30322         Added possibility to use elements as sinks (ex cdaudio).
30323
30324 2004-10-15  Wim Taymans  <wim@fluendo.com>
30325
30326         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30327         (gst_speexenc_chain):
30328         Fix speex timestamps so that it gets muxed properly.
30329
30330 2004-10-15  Wim Taymans  <wim@fluendo.com>
30331
30332         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30333         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30334         (gst_dv1394src_init), (gst_dv1394src_dispose),
30335         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30336         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30337         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30338         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30339         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30340         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30341         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30342         * ext/raw1394/gstdv1394src.h:
30343         Added conversion/query functions.
30344         Update buffer timestamps,
30345         Added signals.
30346         Added uri dv:// so it might play from the firewire in playbin.
30347         Fix a possible leak.
30348         Added debugging.
30349
30350 2004-10-15  Wim Taymans  <wim@fluendo.com>
30351
30352         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30353         (gst_dv1394src_init), (gst_dv1394src_set_property),
30354         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30355         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30356         * ext/raw1394/gstdv1394src.h:
30357         Added AV/C VTR control support needed for some cameras.
30358         Added automatic port detection.
30359         Added properties for selecting the channel.
30360         The configure.ac script is not yet updated to reflect the
30361         new libavc1394 and librom1394 dependencies.
30362
30363 2004-10-15  Wim Taymans  <wim@fluendo.com>
30364
30365         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30366         (qtdemux_parse), (gst_qtdemux_handle_esds):
30367         An esds box is not a container.
30368         Fix parsing of mp4v boxes.
30369         Do not try to renegotiate fps for each frame. Need to
30370         find a better method. This should fix mp4 playback.
30371
30372 2004-10-14  David Schleef  <ds@schleef.org>
30373
30374         * configure.ac: update for swfdec-0.3 and liboil-0.2
30375         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30376         * ext/swfdec/gstswfdec.h: same
30377         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30378         * gst/videotestsrc/videotestsrc.c: same
30379
30380 2004-10-14  Wim Taymans  <wim@fluendo.com>
30381
30382         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30383         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30384         (is_sync_frame), (gst_multifdsink_new_client),
30385         (gst_multifdsink_handle_client_write),
30386         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30387         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30388         Turn warnings into info.
30389         Don't allow a state change in the streaming thread.
30390
30391 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30392
30393         * ext/vorbis/oggvorbisenc.c:
30394         * ext/vorbis/vorbisdec.c:
30395           fix template sample rate
30396
30397 2004-10-13  Wim Taymans  <wim@fluendo.com>
30398
30399         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30400         Decoding the header first fixes some problems in resyncing
30401         in more mp3s.
30402
30403 2004-10-12  Wim Taymans  <wim@fluendo.com>
30404
30405         * gst/playback/gstplaybin.c: (gen_video_element),
30406         (gen_vis_element), (remove_sinks), (setup_sinks):
30407         Added vis plugin support, need to configure the vis
30408         element to activate it.
30409
30410 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30411
30412         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30413         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30414           Some debug.
30415         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30416         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30417         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30418         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30419         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30420         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30421         * gst/avi/gstavidemux.h:
30422           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30423           recovery (where, if part of the index is broken, we will still read
30424           the rest of the index and recover the broken part by stream
30425           scanning). More broken media support. EOS workarounds. General AVI
30426           braindamage headache recovery. Aspirin included.
30427
30428 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30429
30430         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30431         (cdparanoia_event), (cdparanoia_query):
30432           Get rid of hideous lead-in.
30433
30434 2004-10-11  Wim Taymans  <wim@fluendo.com>
30435
30436         * gst/playback/gstplaybasebin.c: (setup_source):
30437         Wrong var used to get g_list_next.
30438
30439 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30442         (cdparanoia_get), (cdparanoia_open):
30443           Report discid as metadata, add duration.
30444
30445 2004-10-11  Wim Taymans  <wim@fluendo.com>
30446
30447         * gst/playback/gstplaybasebin.c: (setup_source):
30448         Cleanup the previous pipeline a little earlier for the
30449         case that a source element provides raw data.
30450
30451 2004-10-11  Benjamin Otte  <otte@gnome.org>
30452
30453         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30454           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30455           consuming the last 128 bytes, even though it was valid mp3 data.
30456
30457 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30458
30459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30460         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30461         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30462         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30463
30464 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30465
30466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30467         Fix for webcams that support only specific width or height
30468
30469 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30470
30471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30472
30473         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30474           Fix wrong discont event setup (fixes #154967).
30475
30476 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30477
30478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30481           Error out on invalid data (fixes #154807).
30482
30483 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30484
30485         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30486
30487         * ext/dvdread/dvdreadsrc.c: (_read):
30488           Make titles > 0 work again (fixes #154834).
30489
30490 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * gst-libs/gst/riff/riff-media.c:
30493         (gst_riff_create_video_template_caps):
30494           WMV3 missing in template caps.
30495
30496 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30497
30498         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30499           OK, so the original code was too strict. It makes random AVI files
30500           hang for seconds upon opening, which is unacceptable and is far
30501           beyond the original goal of getting multiple chunks for one-chunk
30502           sounc stream files. So now do just that.
30503
30504 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * gst/playback/gstplaybasebin.c: (setup_source),
30507         (gst_play_base_bin_change_state):
30508           Actually clean up streaminfo if output fails. This would trigger
30509           if, for example, there was no CD in the drive. No preroll, so
30510           a streaminfo structure is created, but the subsequent state change
30511           of the thread fails.
30512         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30513           Don't change state if parent failed.
30514
30515 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30518         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30519         (gen_video_element), (remove_sinks):
30520           Add small bits of code for screenshot handling.
30521
30522 2004-10-08  Wim Taymans  <wim@fluendo.com>
30523
30524         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30525         (gen_video_element), (gen_audio_element), (setup_sinks):
30526         Don't assume the user provided sinks are named "sink"...
30527
30528 2004-10-08  Wim Taymans  <wim@fluendo.com>
30529
30530         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30531         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30532         (gst_play_base_bin_link_stream):
30533         Do not try to autoplug sources that generate raw streams like
30534         cdparanoia.
30535         disconnect the preroll overrun signal when we don't need it anymore.
30536
30537 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30538
30539         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30540         Added reworked patch from #154903 from milosz derezynski (deadchip).
30541
30542 2004-10-08  Wim Taymans  <wim@fluendo.com>
30543
30544         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30545         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30546         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30547         (cdparanoia_convert), (cdparanoia_uri_get_type),
30548         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30549         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30550         * ext/cdparanoia/gstcdparanoia.h:
30551         This adds the cdda://<tracknum> uri.
30552
30553 2004-10-08  Wim Taymans  <wim@fluendo.com>
30554
30555         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30556         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30557         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30558         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30559         (unknown_type), (gst_play_base_bin_remove_element),
30560         (gst_play_base_bin_link_stream):
30561         * gst/playback/gstplaybasebin.h:
30562         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30563         (gst_play_bin_set_property), (gen_video_element),
30564         (gen_audio_element), (setup_sinks):
30565         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30566         (gst_stream_info_get_type), (gst_stream_info_class_init),
30567         (gst_stream_info_init), (gst_stream_info_new),
30568         (gst_stream_info_dispose), (stream_info_mute_pad),
30569         (gst_stream_info_set_property), (gst_stream_info_get_property):
30570         * gst/playback/gststreaminfo.h:
30571         Reuse the audio and video bins.
30572         Some internal cleanups in the stream selection code.
30573
30574 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30575
30576         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30577         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30578         * sys/ximage/ximagesink.h:
30579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30580         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30581         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30582         not coming from those elements. Moreover these elements should not keep
30583         the xid they have been given when in NULL state.
30584
30585 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30588         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30589         * sys/ximage/ximagesink.h:
30590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30591         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30592         * sys/xvimage/xvimagesink.h:
30593           Actually only create a new toplevel window if we're not gonna
30594           embed it right after.
30595
30596 2004-10-07  Wim Taymans  <wim@fluendo.com>
30597
30598         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30599         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30600         * gst/playback/gstplaybin.c: (setup_sinks):
30601         Implement muting/unmuting of streams, mute streams that are not
30602         used.
30603
30604 2004-10-07  Wim Taymans  <wim@fluendo.com>
30605
30606         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30607         (plugin_init):
30608         Added lame audio/x-ac3 typefind function.
30609
30610 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30611
30612         * configure.ac:
30613           bump nano to cvs
30614
30615 === release 0.8.5 ===
30616
30617 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30618
30619         * NEWS:
30620         * RELEASE:
30621         * configure.ac:
30622           releasing 0.8.5, "Take You On"
30623
30624 2004-10-06  Wim Taymans  <wim@fluendo.com>
30625
30626         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30627         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30628         (no_more_pads), (close_link), (type_found):
30629         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30630         * gst/playback/gstplaybin.c: (gen_video_element):
30631         Do not signal the no_more_pads after the first pad when
30632         we are plugging a non dynamic element with multiple
30633         output pads (like swfdec, dvdec, ...).
30634
30635 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30636
30637         * configure.ac:
30638           bump for prerelease
30639
30640 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30641
30642         * gst/wavparse/gstwavparse.c:
30643           add ATRAC3 to STATIC CAPS to fix a warning
30644
30645         * gst/matroska/ebml-read.c:
30646         * gst-libs/gst/riff/riff-read.c:
30647           fix typos
30648
30649 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30650
30651         * gst-libs/gst/riff/riff-media.c:
30652           generate caps for ATRAC3 audio streams
30653
30654         * gst/realmedia/rmdemux.c:
30655           generate caps for ATRAC3 audio streams
30656
30657 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30658
30659         * gst/wavparse/Makefile.am
30660         * gst/wavparse/riff.h
30661         * gst/wavparse/wavparse.vcproj
30662           riff.h removal (unused and duplication with riff-ids.h)
30663
30664 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30665
30666         * gst/wavparse/gstwavparse.h
30667           remove duplicated defines for audio codec codes
30668
30669         * gst-libs/gst/riff/riff-ids.h
30670         * gst/wavenc/riff.h:
30671           add "4CC" code for ATRAC3 audio streams
30672           add "4CC" code for ITU_G721_ADPCM (unused for now)
30673
30674 2004-10-06  Wim Taymans  <wim@fluendo.com>
30675
30676         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30677         Actually _do_ negotiation. Pass gdouble as arg instead
30678         of guint64 for the framerate.
30679
30680 2004-10-06  Wim Taymans  <wim@fluendo.com>
30681
30682         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30683         (find_compatibles), (close_pad_link), (try_to_link_1),
30684         (no_more_pads), (close_link), (type_found):
30685         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30686         * gst/playback/gstplaybin.c: (gen_video_element),
30687         (gen_audio_element):
30688         Set state on newly added element to READY so that negotiation
30689         can happen ASAP.
30690         Addes some more debug info.
30691         Do not try to plug pads with multiple caps structures or ANY
30692         because it is too dangerous since we do not do dynamic
30693         replugging.
30694
30695 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30696
30697         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30698
30699         * po/LINGUAS:
30700         * po/or.po:
30701           add Oriya translation
30702
30703 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30704
30705         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30706           Prevent overwrite of size member. Makes audio sound crappy.
30707
30708 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30709
30710         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30711         Add rmvb to the list of known RealMedia extensions
30712
30713 2004-10-05  Wim Taymans  <wim@fluendo.com>
30714
30715         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30716         (mngdec_openstream), (mngdec_closestream),
30717         (mngdec_handle_sink_event), (mngdec_readdata),
30718         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30719         (mngdec_getcanvasline), (mngdec_refresh),
30720         (gst_mngdec_change_state):
30721         Set the framerate correctly.
30722
30723 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30724
30725         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30726           There was something wrong with the index massaging.
30727
30728 2004-10-04  Wim Taymans  <wim@fluendo.com>
30729
30730         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30731         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30732         (gst_smokedec_chain):
30733         * ext/jpeg/gstsmokedec.h:
30734         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30735         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30736         * ext/jpeg/gstsmokeenc.h:
30737         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30738         (smokecodec_decode_new), (smokecodec_info_free),
30739         (smokecodec_set_quality), (smokecodec_get_quality),
30740         (smokecodec_set_threshold), (smokecodec_get_threshold),
30741         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30742         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30743         (smokecodec_encode), (smokecodec_parse_id),
30744         (smokecodec_parse_header), (smokecodec_decode):
30745         * ext/jpeg/smokecodec.h:
30746         * ext/jpeg/smokeformat.h:
30747         Updated smoke, new bitstream, allows embedding in ogg.
30748
30749 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30752           Fix seeking in some files. All this code is no longer needed (and
30753           actually breaks stuff) because we now synchronize the full index
30754           right when reading the header.
30755
30756 2004-10-04  Wim Taymans  <wim@fluendo.com>
30757
30758         * configure.ac:
30759         configure update for libmng.
30760
30761 2004-10-04  Wim Taymans  <wim@fluendo.com>
30762
30763         * ext/libmng/Makefile.am:
30764         * ext/libmng/gstmng.c: (plugin_init):
30765         * ext/libmng/gstmng.h:
30766         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30767         (gst_mngdec_base_init), (gst_mngdec_class_init),
30768         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30769         (gst_mngdec_loop), (gst_mngdec_get_property),
30770         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30771         (mngdec_closestream), (mngdec_handle_sink_event),
30772         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30773         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30774         (gst_mngdec_change_state):
30775         * ext/libmng/gstmngdec.h:
30776         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30777         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30778         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30779         (gst_mngenc_chain), (gst_mngenc_get_property),
30780         (gst_mngenc_set_property):
30781         * ext/libmng/gstmngenc.h:
30782         Added basic MNG decoder. Needs more work. The encoder does
30783         not work yet.
30784
30785 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30786
30787         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30788         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30789         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30790           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30791           no-more-pads.
30792
30793 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30794
30795         * configure.ac:
30796           you need at least 1.0.4 of speex
30797
30798 2004-10-04 Iain <iaingnome@gmail.com>
30799
30800         * ext/speex/gstspeexdec.h: Revert the includes changes.
30801
30802         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30803
30804 2004-09-30 Iain <iaingnome@gmail.com>
30805
30806         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30807         found during init or set as a property instead of hardcoding /dev/audio
30808
30809 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30810
30811         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30812         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30813         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30814         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30815         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30816         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30817         (gst_rmdemux_dump_data):
30818           Use debug category, fix EOS handling. filesrc ! rmdemux now
30819           works.
30820
30821 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30822
30823         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30824         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30825         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30826           Improve allocation, cutting and sorting of the index. How takes a
30827           few seconds instead of minutes.
30828
30829 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30830
30831         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30832           fixed compilation
30833
30834 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30835
30836         * gst-libs/gst/riff/riff-media.c:
30837         (gst_riff_create_video_caps_with_data),
30838         (gst_riff_create_video_template_caps):
30839           Add wing commander format mimetype/fourccs.
30840         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30841           Don't crash if some value is 0.
30842
30843 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30844
30845         * gst-libs/gst/riff/riff-media.c:
30846         (gst_riff_create_video_caps_with_data),
30847         (gst_riff_create_video_template_caps):
30848           Add DIB fourcc (raw, palettized 8-bit RGB).
30849         * gst-libs/gst/riff/riff-read.c:
30850         (gst_riff_read_strf_vids_with_data):
30851           Oops, fix strf_data reading bug.
30852         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30853           Use a non-NULL tag.
30854         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30855           Time for hacks. Sorry Dave. At least one quicktime movie (a
30856           trailer) that I've encountered contains multiple video tracks.
30857           One of those is the actual video track, the other are one-frame
30858           tracks (images). Unfortunately, the number of frames according
30859           to the trak header is 1 for each, so that doesn't help. So
30860           instead, I look at the duration and discard tracks with a
30861           duration shorter than 20% of the length of the stream. Better
30862           than nothing.
30863
30864 2004-10-01  Christian Schaller <christian@fluendo.com>
30865
30866         * ext/ivorbis/vorbis.c:
30867           Patch from Phil Blundell (Bug 152341)
30868
30869 2004-10-01  Wim Taymans  <wim@fluendo.com>
30870
30871         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30872         (speex_dec_get_formats), (speex_dec_convert),
30873         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30874         (speex_dec_chain), (gst_speexdec_get_property),
30875         (gst_speexdec_set_property):
30876         Small cleanups.
30877
30878 2004-10-01  Wim Taymans  <wim@fluendo.com>
30879
30880         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30881         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30882         (gst_wavparse_other), (gst_wavparse_loop),
30883         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30884         (gst_wavparse_srcpad_event):
30885         * gst/wavparse/gstwavparse.h:
30886         Added some more debugging info.
30887         Fix the case where the length of the file is 0.
30888         Make sure we seek to sample borders.
30889
30890 2004-10-01  Wim Taymans  <wim@fluendo.com>
30891
30892         * gst/playback/README:
30893         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30894         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30895         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30896         Add some debug info to decodebin, update README
30897
30898 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30901           Don't use g_print(); use GST_DEBUG().
30902
30903 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30904
30905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30906         (gst_ogg_mux_queue_pads):
30907           Handle EOS properly.
30908
30909 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30910
30911         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30912
30913         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30914         (gst_faad_chain), (gst_faad_change_state):
30915         * ext/faad/gstfaad.h:
30916           Allow playback of raw (unframed) MPEG AAC files (#148993).
30917
30918 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30919
30920         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30921
30922         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30923           Throw error if we didn't recognize the stream. Fixes #152289.
30924
30925 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30926
30927         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30928           Fix negotiation.
30929
30930 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30931
30932         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30933
30934         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30935           Fix memleak.
30936
30937 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30938
30939         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30940
30941         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30942           Solve #152805.
30943         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30944           Solve 152806.
30945
30946 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30947
30948         * gst-libs/gst/riff/riff-media.c:
30949         (gst_riff_create_video_caps_with_data),
30950         (gst_riff_create_audio_caps_with_data):
30951           Add codec_data handling (like asfdemux used to do).
30952         * gst/asfdemux/gstasf.c: (plugin_init):
30953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30954         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30955           Use riff-media for caps creation instead of our own (mostly
30956           broken) copy of its functions.
30957
30958 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30959
30960         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30961           Don't actually error out if we get another return value than
30962           -EINVAL. Opposite to what I first thought, drivers have random
30963           return values for this, although -EINVAL is the expected return
30964           value. Since this is not fatal, we shouldn't use
30965           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30966
30967 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30968
30969         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30970         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30971         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30972         (dvdreadsrc_get), (dvdreadsrc_open_file),
30973         (dvdreadsrc_change_state):
30974           Fix. Don't do one big huge loop around the whole DVD, that will
30975           cache all data and thus eat sizeof(dvd) (several GB) before we
30976           see something.
30977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30978           Actually NULL'ify event after using it.
30979         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30980         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30981         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30982         (gst_ebml_read_seek), (gst_ebml_read_skip):
30983           Handle events.
30984         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30985         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30986         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30987           Fix timing (this will probably break if I seek using menus, but
30988           I didn't get there yet). VOBs and normal DVDs should now work.
30989           Add a mpeg2-only pad with high rank so this get autoplugged for
30990           MPEG-2 movies.
30991         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30992         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30993         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30994         (gst_mpeg_demux_get_audio_stream),
30995         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30996         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30997           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30998           MPEG-1 but use dvddemux for MPEG-2.
30999         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31000         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31001         (gst_mpeg_parse_parse_packhead):
31002           Timing. Only add pad template if it exists. Add sink template from
31003           class and not from ourselves. This means we will always use the
31004           correct sink template even if it is not the one defined in this
31005           file.
31006
31007 2004-09-29  Wim Taymans  <wim@fluendo.com>
31008
31009         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31010         (gst_mpeg_demux_parse_pes):
31011         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31012         Fix playback of mpeg again, timestamps where screwed up by
31013         patch 1.61.
31014
31015 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31016
31017         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31018           Only return true if we actually filled something in. Prevents
31019           player applications from showing a random length for flac files.
31020         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31021         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31022         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31023         (gst_riff_read_strf_vids_with_data),
31024         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31025           OK, ok, so I implemented event handling. Apparently it's normal
31026           that we receive random events at random points without asking
31027           for it.
31028         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31029         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31030         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31031         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31032         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31033         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31034         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31035         * gst/avi/gstavidemux.h:
31036           Implement non-lineair chunk handling and subchunk processing.
31037           The first solves playback of AVI files where the audio and video
31038           data of individual buffers that we read are not synchronized.
31039           This should not happen according to the wonderful AVI specs, but
31040           of course it does happen in reality. It is also a prerequisite for
31041           the second. Subchunk processing allows us to cut chunks in small
31042           pieces and process each of these pieces separately. This is
31043           required because I've seen several AVI files with incredibly large
31044           audio chunks, even some files with only one audio chunk for the
31045           whole file. This allows for proper playback including seeking.
31046           This patch is supposed to fix all AVI A/V sync issues.
31047         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31048         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31049           Work.
31050         * gst/modplug/gstmodplug.cc:
31051           Proper return value setting for the query() function.
31052         * gst/playback/gstplaybasebin.c: (setup_source):
31053           Being in non-playing state (after, e.g., EOS) is not necessarily
31054           a bad thing. Allow for that. This fixes playback of short files.
31055           They don't actually playback fully now, because the clock already
31056           runs. This means that small files (<500kB) with a small length
31057           (<2sec) will still not or barely play. Other files, such as mod
31058           or flx, will work correctly, however.
31059
31060 2004-09-28  Wim Taymans  <wim@fluendo.com>
31061
31062         * ext/speex/gstspeex.c: (plugin_init):
31063         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31064         (gst_speex_dec_class_init), (speex_dec_get_formats),
31065         (speex_get_event_masks), (speex_get_query_types),
31066         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31067         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31068         (gst_speexdec_get_property), (gst_speexdec_set_property),
31069         (speex_dec_change_state):
31070         * ext/speex/gstspeexdec.h:
31071         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31072         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31073         (gst_speexenc_base_init), (gst_speexenc_class_init),
31074         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31075         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31076         (gst_speexenc_src_query), (gst_speexenc_init),
31077         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31078         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31079         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31080         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31081         (gst_speexenc_chain), (gst_speexenc_get_property),
31082         (gst_speexenc_set_property), (gst_speexenc_change_state):
31083         * ext/speex/gstspeexenc.h:
31084         Rewrote speex encoder, make sure it can be embedded in ogg.
31085         Implemented speex decoder.
31086
31087 2004-09-28  Christian Schaller <christian@fluendo.com>
31088
31089         * configure.ac:
31090         Remove kioslave plugin. Markey is brewing a new working one
31091         * ext/Makefile.am: Remove kioslave plugin
31092         * ext/kio: remove
31093         * gst-plugins.spec.in: remove kio plugin from spec
31094
31095 2004-09-27  Wim Taymans  <wim@fluendo.com>
31096
31097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31098         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31099         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31100         (gst_multifdsink_new_client),
31101         (gst_multifdsink_handle_client_write),
31102         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31103         (gst_multifdsink_handle_clients):
31104         * gst/tcp/gstmultifdsink.h:
31105         Make syncing to keyframes actually work for new clients and lagging
31106         clients.
31107
31108 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31109
31110         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31111         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31112         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31113         * gst/debug/gstnavigationtest.h:
31114           make navigationtest display button-press and button-release events
31115
31116 2004-09-26 Iain <iaingnome@gmail.com>
31117
31118         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31119         the channels have received a new media event.
31120         (interleave_buffered_loop): Compresses a new media event on all
31121         channels into one.
31122
31123 2004-09-26 Iain <iaingnome@gmail.com>
31124
31125         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31126         call the sinkpad's default event handler and not the srcpads. He also
31127         says this is confusing :)
31128         (gst_wavenc_stop_file): Company says that seek events only go upstream
31129         we should send a discontinuous downstream instead.
31130
31131 2004-09-25  Christian Schaller <christian@fluendo.com>
31132
31133         * Update SPEC file to be usable in conjunction with Fedora Core,
31134           Fedora.us and freshrpms packages
31135         * Fix typo in multifilesrc test Makefile
31136
31137 2004-09-24  Wim Taymans  <wim@fluendo.com>
31138
31139         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31140         Only signal the no_more_pads signal when we have
31141         added the stream to our list.
31142
31143 2004-09-24  Wim Taymans  <wim@fluendo.com>
31144
31145         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31146         (new_decoded_pad):
31147         * gst/playback/gstplaybasebin.h:
31148         * gst/playback/gstplaybin.c: (setup_sinks):
31149         Don't try to preroll or decode more than one audio/video
31150         track.
31151
31152 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31153
31154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31155           Throw error if we failed to find a suitable output. This should
31156           throw an error if we successfully set up a pipeline (e.g. because
31157           we recognized a media file) but found no decodable streams in it
31158           (e.g. because it contains only media stream types for which we
31159           have no decoders, or because it's not a media type).
31160
31161 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31162
31163         * ext/dirac/Makefile.am:
31164         * ext/dirac/gstdirac.cc:
31165         * ext/dirac/gstdiracdec.cc:
31166         * ext/dirac/gstdiracdec.h:
31167           Do something. Don't actually know if this works because I don't
31168           have a demuxer yet.
31169         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31170           Add channels=1 to caps returned from _getcaps().
31171         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31172         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31173         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31174         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31175         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31176         (gst_ogm_parse_change_state):
31177           Separate between audio/video so ogmaudioparse actually uses the
31178           audio pad templates. Both audio and video work now, including
31179           autoplugging. Also use sometimes-srcpad hack.
31180         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31181           Handle events better. Don't hang on infinite loops.
31182         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31183         (gst_avi_demux_init), (gst_avi_demux_reset),
31184         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31185         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31186         (gst_avi_demux_change_state):
31187         * gst/avi/gstavidemux.h:
31188           Improve A/V sync. Still not perfect.
31189         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31190         (gst_ebml_read_skip):
31191           Handle events better.
31192         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31193         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31194         (qtdemux_audio_caps):
31195           Add IMA4. Improve event handling. Save offset after a seek when
31196           the headers are at the end of the file so that we don't end up in
31197           an infinite loop.
31198         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31199           Add low-priority typefind support for files with no length.
31200
31201 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31202
31203         * testsuite/multifilesink/Makefile.am:
31204         fix typo
31205
31206 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31207
31208         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31210         mistakes from thaytan's patches.
31211
31212 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31213
31214         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31215           For completeness, XSync in the destroy function as xvimage does.
31216
31217 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31218
31219         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31220            Correct caps negotiation
31221         * gst/volume/gstvolume.c: (volume_chain_float),
31222         (volume_chain_int16):
31223            Modify debug output to be little more informative
31224         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31226         (gst_xvimagesink_xvimage_destroy):
31227           Add XSync calls after detaching from the shared memory segment to
31228           avoid a crash.
31229
31230 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31231
31232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31233         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31234         * ext/vorbis/vorbis.c: (plugin_init):
31235         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31236         (gst_vorbisenc_chain):
31237         * ext/vorbis/vorbisenc.h:
31238         remove explicit newmedia support from oggmux and vorbisenc
31239         add debug category to vorbisenc
31240         * gst/multifilesink/gstmultifilesink.c:
31241         (gst_multifilesink_class_init), (gst_multifilesink_init),
31242         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31243         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31244         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31245         (plugin_init):
31246         * gst/multifilesink/gstmultifilesink.h:
31247         add support for streamheader in multifilesink
31248
31249 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31250
31251         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31252         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31253         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31254           Prevent infinite loops. More correct error reporting.
31255         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31256           Error out if negotiation fails.
31257         * gst/playback/gstplaybasebin.c: (setup_source),
31258         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31259         (gst_play_base_bin_found_tag):
31260           Error/tag forwarding. Pre-roll fixes for source errors on state
31261           changes (e.g. "file does not exist") to prevent hangs.
31262
31263 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31264
31265         * testsuite/multifilesink/Makefile.am:
31266         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31267         (gst_newmedia_class_init), (gst_newmedia_init),
31268         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31269         (newfile_signal), (test_signal), (main):
31270         * testsuite/multifilesink/multifilesrc_test.c: (main):
31271         * testsuite/multifilesink/oggtheora_test.c:
31272         (gst_newmedia_base_init), (gst_newmedia_class_init),
31273         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31274         (test_format), (newfile_signal), (test_signal), (main):
31275         * testsuite/multifilesink/oggvorbis_test.c:
31276         (gst_newmedia_base_init), (gst_newmedia_class_init),
31277         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31278         (test_format), (newfile_signal), (test_signal), (main):
31279         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31280         (gst_newmedia_class_init), (gst_newmedia_init),
31281         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31282         (newfile_signal), (test_signal), (main):
31283         New media tests
31284
31285 2004-09-20  Christian Schaller <christian@fluendo.com>
31286
31287         * Fix mikmod license to LGPL as they have relicensed
31288         * Move Dirac and Effectv into LGPL section of README_license
31289
31290 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31291
31292         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31293         (gst_mad_change_state):
31294           Allow for mp3 rate/channels changes. However, only very
31295           conservatively. Reason that we *have* to enable this is smiply
31296           because the mad find_sync() function is not good enough, it will
31297           regularly sync on random data as valid frames and therefore make
31298           us provide random caps as *final* caps of the stream. The best fix
31299           I could think of is to simply require several of the same stream
31300           changes in a row before we change caps.
31301           The actual testcase that works now is #
31302         * ext/ogg/Makefile.am:
31303         * ext/ogg/gstogg.c: (plugin_init):
31304         * ext/ogg/gstogmparse.c:
31305           OGM support (video only for now; I need an audio sample file).
31306         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31307         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31308         (gst_asf_demux_add_video_stream):
31309           WMV extradata.
31310         * gst/playback/gstplaybasebin.c: (unknown_type):
31311           Don't error out on single unknown-types after all. It's wrong.
31312           If we found type of video and audio but not of a subtitle stream,
31313           it will still error out (which is unwanted). Will find a better fix
31314           later on.
31315         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31316         (ogmaudio_type_find), (plugin_init):
31317           OGM support.
31318
31319 2004-09-20  Johan Dahlin  <johan@gnome.org>
31320
31321         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31322         after setting caps.
31323
31324 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31325
31326         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31327         * gst/wavenc/gstwavenc.h:
31328         Added newmedia support to wavenc
31329
31330 2004-09-17  Wim Taymans  <wim@fluendo.com>
31331
31332         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31333         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31334         (gst_fdset_fd_can_write), (gst_fdset_wait):
31335         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31336         (gst_multifdsink_init), (gst_multifdsink_add),
31337         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31338         (gst_multifdsink_remove_client_link),
31339         (gst_multifdsink_client_queue_buffer),
31340         (gst_multifdsink_handle_client_write),
31341         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31342         (gst_multifdsink_close), (gst_multifdsink_change_state):
31343         * gst/tcp/gstmultifdsink.h:
31344         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31345         (gst_tcpserversink_removed):
31346         Small cleanups in fdset.c
31347         Use a hastable to map fd to the client structure for faster
31348         lookup in _remove and get_stats.
31349         Added virtual function to close the fds.
31350         Handle clients even when the select/poll call was unblocked because
31351         of a command.
31352         Implement syncing to keyframe in the recovery procedure.
31353
31354 2004-09-16 Iain <iaingnome@gmail.com>
31355
31356         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31357         try caps.
31358
31359 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31360
31361         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31362           Caps are only set if the type of the stream is unknown, but this
31363           is initialized in ->init_stream(), so set to UNKNOWN after calling
31364           ->init_stream() so that capsnego starts.
31365
31366 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31367
31368         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31369         (gst_avi_demux_stream_data):
31370           Just hardcode for raw audio then. AVI audio sucks.
31371
31372 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31373
31374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31375         * gst/matroska/matroska-mux.c: (audiosink_templ),
31376         (gst_matroska_mux_audio_pad_link):
31377         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31378         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31379
31380 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31381
31382         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31383         (gst_avi_demux_stream_data):
31384           Try to fix a/v sync issues.
31385
31386 2004-09-15  David Schleef  <ds@schleef.org>
31387
31388         * configure.ac: remove NASM check, since we don't use it.  Update
31389         dirac check to 0.4
31390         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31391         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31392         Initialized variables.
31393         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31394         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31395         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31396         SVQ3 format
31397
31398 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31399
31400         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31401         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31402         * gst/avi/gstavidemux.h:
31403           Fix for compressed audio (mp3) timestamp generation. How did this
31404           ever work?
31405
31406 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31407
31408         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31409           Volume is a double not a float.
31410
31411 2004-09-15  Wim Taymans  <wim@fluendo.com>
31412
31413         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31414         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31415         Don't close the fd in multifdsink as we didn't open it in the
31416         first place. Some cleanups.
31417
31418 2004-09-15  Wim Taymans  <wim@fluendo.com>
31419
31420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31422         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31423         Fix the case where the muxer would mark pages as delta
31424         frames when they are not (vorbis only ogg).
31425
31426 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31427
31428         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31429         (gst_play_base_bin_change_state):
31430           Handle the case where we failed to setup a clear pipeline. This
31431           will throw an error (or EOS, another nice case) and if you don't
31432           catch that, the app will wait for the signal forever (and thus
31433           hang).
31434
31435 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31436
31437         * ext/gnomevfs/gstgnomevfssink.c:
31438         (gst_gnomevfssink_uri_get_protocols):
31439         * ext/gnomevfs/gstgnomevfssrc.c:
31440         (gst_gnomevfssrc_uri_get_protocols):
31441         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31442         * ext/gnomevfs/gstgnomevfsuri.h:
31443           Use _uri_new() instead of _open(), so it doesn't take as long and
31444           Christophe's computer won't hang.
31445         * gst/playback/gstplaybasebin.c: (unknown_type):
31446           Throw error on unknown media type, so apps actually display it.
31447
31448 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31449
31450         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31451           this script to work on Solaris since bash shell handles echo
31452           differenly than bash.
31453
31454 2004-09-17  Wim Taymans  <wim@fluendo.com>
31455
31456         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31457         (setup_source), (gst_play_base_bin_set_property),
31458         (gst_play_base_bin_add_element):
31459         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31460         Some more work on making sure seeking pauses the pipeline and
31461         that changing the uri actually does something.
31462
31463 2004-09-17  Wim Taymans  <wim@fluendo.com>
31464
31465         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31466         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31467         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31468         (gst_tcpserversink_close):
31469         Be a bit more paranoid when freeing memory.
31470
31471 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31472
31473         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31474         (qtdemux_parse_trak):
31475           Don't crash by dividing by zero (see sample movie in #126922).
31476
31477 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31480           Don't touch non-existing data (fixes crash on file in #140147).
31481
31482 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31483
31484         * gst/playback/gstplaybasebin.c:
31485         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31486           Handle double disposals, and proper change of URIs.
31487
31488 2004-09-13  Martin Eikermann <meiker@upb.de>
31489
31490         * gst/mpegstream/gstmpegparse.c:
31491           fix synchronistation for streams recorded from digital PCR
31492           fixes bug #119376
31493
31494 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31495
31496         * ext/gnomevfs/Makefile.am:
31497         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31498         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31499         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31500         (gst_gnomevfssink_uri_get_type),
31501         (gst_gnomevfssink_uri_get_protocols),
31502         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31503         (gst_gnomevfssink_uri_handler_init),
31504         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31505         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31507         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31508         (gst_gnomevfssrc_uri_get_type),
31509         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31510         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31511         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31512         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31513         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31514         * ext/gnomevfs/gstgnomevfsuri.h:
31515           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31516           of fake URIs to see which this version of Gnome-VFS likes, and
31517           uses that for the Gst-URI interface. Makes playbin support http://
31518           streams. Also fix up some stupid behaviour in gnomevfssrc.
31519
31520 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31521
31522         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31523         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31524         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31525         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31526           Update mixer (to sync with other sessions) if we try to obtain
31527           a new value. This makes alsamixer work accross applications.
31528         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31529           Only call sync functions if we're running, else alsalib asserts.
31530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31531           Sometimes fails to compile. Possibly a gcc bug.
31532         * gst/playback/gstplaybin.c: (gen_video_element),
31533         (gen_audio_element):
31534           Add a reference to an application-provided object, because we lose
31535           this same reference if we add it to the bin. If we don't do this,
31536           we can only use this object once and thus crash if we go from
31537           ready to playing, back to ready and back to playing again.
31538           Also add an audioscale element because several cheap soundcards -
31539           like mine - don't support all samplerates.
31540         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31541         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31542           Fix wrong order or PAR calls. Makes automatically obtained PAR
31543           from the X server atually being used.
31544
31545 2004-09-12  David Schleef  <ds@schleef.org>
31546
31547         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31548         #151887, #152102, #152247.
31549         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31550         * examples/seeking/cdparanoia.c: same
31551         * examples/seeking/cdplayer.c: same
31552         * examples/seeking/seek.c: same
31553         * examples/seeking/spider_seek.c: same
31554         * examples/seeking/vorbisfile.c: same
31555         * examples/stats/mp2ogg.c: same
31556         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31557         (gst_esdsink_dispose): Dispose of element properly.
31558         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31559         fixes.
31560         * ext/nas/nassink.c: (gst_nassink_class_init),
31561         (gst_nassink_dispose): Dispose of element correctly.
31562         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31563         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31564         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31565         Fix 64-bit warning.
31566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31567         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31568         Fix 64-bit warning.
31569
31570 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31571
31572         * configure.ac : change speex detection as 1.1.6 now uses
31573           .pc/pkg-config and they changed their headers location.
31574
31575 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31576
31577         * gst/matroska/matroska-mux.h:
31578         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31579         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31580         (gst_matroska_mux_write_data):
31581           Write multiple blocks/frames per cluster.
31582                 Write meta-seek information (seek heads).
31583
31584 2004-09-09  Scott Wheeler <wheeler@kde.org>
31585
31586         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31587         (gst_play_bin_set_property), (gst_play_bin_get_property),
31588         (gen_audio_element), (gen_audio_element):
31589           Add a volume element / property to the pipeline.
31590
31591 2004-09-07  Wim Taymans  <wim@fluendo.com>
31592
31593         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31594         Copy timestamps from the master pad to the output buffers.
31595
31596 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31597
31598         * ext/raw1394/gstdv1394src.c:
31599           throw errors when applicable
31600
31601 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31602
31603         * gst/matroska/ebml-ids.h:
31604         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31605         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31607           automatically convert unix time <-> ebml time when reading/writing
31608           a date, use gst_ebml_write_uint to write CUETIME,
31609           not gst_ebml_write_date.
31610         * gst/matroska/matroska-ids.h:
31611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31612         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31613         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31614         (gst_matroska_mux_write_data):
31615           Write track and segment UIDs, write muxing date, write
31616           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31617           Create cues for audio only files.
31618
31619 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31620
31621         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31622         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31623           Re-commit ALSA switches.
31624         * gst/adder/gstadder.c: (gst_adder_loop):
31625           64-bit fix (#151416).
31626         * gst/debug/progressreport.c: (gst_progressreport_report):
31627           64-bit fix (#151419).
31628         * gst/matroska/matroska-demux.c:
31629         (gst_matroska_demux_parse_contents):
31630           64-bit fix (#151420).
31631         * gst/playback/test3.c: (update_scale):
31632           64-bit fix (#151421).
31633
31634 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31635
31636         * configure.ac:
31637           bump nano to cvs
31638
31639 === release 0.8.4 ===
31640
31641 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31642
31643         * configure.ac: releasing 0.8.4, "Alias"
31644
31645 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31646
31647         * ext/theora/Makefile.am:
31648           fix makefile.  Fixes #151462.
31649
31650 2004-08-30  Wim Taymans  <wim@fluendo.com>
31651
31652         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31653         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31654         (gst_multifdsink_remove_client_link),
31655         (gst_multifdsink_client_queue_buffer),
31656         (gst_multifdsink_handle_client_write):
31657         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31658         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31659         Fix some memory leaks.
31660
31661 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31662
31663         Patch by: David Schleef
31664
31665         * configure.ac:
31666         * sys/Makefile.am:
31667           rename our detection macro for V4L2.  Fixes #151236.
31668
31669 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31670
31671         Patch by: David Schleef
31672
31673         * configure.ac:
31674           check to define LAMEPRESET.  Fixes #151232.
31675
31676 2004-08-27  David Schleef  <ds@schleef.org>
31677
31678         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31679         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31680         (gst_glimagesink_fixate):  Move local variable declarations to
31681         make gcc-2.95 happy.
31682
31683 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31684
31685         * configure.ac:
31686           bump nano for prerelease
31687
31688 2004-08-27  David Schleef  <ds@schleef.org>
31689
31690         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31691         * sys/sunaudio/gstsunaudiosrc.c:
31692         * sys/sunaudio/gstsunaudiosrc.h:
31693
31694 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31695
31696         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31697         handle EOS correctly
31698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31699         * gst/matroska/matroska-mux.h:
31700         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31701         VFW compatibility mode
31702
31703 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31704
31705         patch by: Zaheer Abbas Merali
31706
31707         * ext/ogg/gstoggmux.c:
31708         * ext/vorbis/vorbisenc.c:
31709         * ext/vorbis/vorbisenc.h:
31710           handle NEWMEDIA
31711
31712 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31713
31714         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31715         fix byte order reversion on little endian machines.
31716         * gst/matroska/matroska-mux.c: (audiosink_templ),
31717         (gst_matroska_mux_audio_pad_link):
31718         add TTA codec to the list of supported codecs.
31719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31720         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31721         (gst_matroska_mux_write_data):
31722         * gst/matroska/matroska-mux.h:
31723         write segment duration correctly, write muxing app string, fixes bugs
31724         #140897 and #140898.
31725         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31726         wait for all pads to be negotiated before starting to mux.
31727
31728 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31729
31730         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31731         * ext/lame/gstlame.h:
31732         Added new media support to lame
31733
31734 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31735
31736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31737         send vorbis headers at the beginning of a stream, fixes bug #141554.
31738         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31739         bug #148950.
31740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31741         (gst_matroska_demux_plugin_init):
31742         * gst/matroska/matroska-ids.h:
31743         enable demuxing of TTA audio streams, fixes bug #148951.
31744         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31745         enable typefinding for TTA audio files, fixes bug #148711.
31746         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31747         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31748         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31749
31750 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31751
31752         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31753         (gst_riff_read_element_data), (gst_riff_read_seek),
31754         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31755         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31756         <teuf@gnome.org>
31757
31758 2004-08-23 Iain <iaingnome@gmail.com>
31759
31760         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31761         tags. They appear to be handled differently to normal.
31762         (tag_list_to_id3_tag_foreach): Ditto.
31763
31764 2004-08-22  Wim Taymans  <wim@fluendo.com>
31765
31766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31767         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31768         Make sure we never send -1 granulepos.
31769
31770 2004-08-20  Wim Taymans  <wim@fluendo.com>
31771
31772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31773         (gst_ogg_mux_loop):
31774         I will accept bitchslappings with non sharp objects.
31775
31776 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31777
31778         * configure.ac:
31779         Clean up the test for lame presets
31780
31781 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31782
31783         * configure.ac:
31784         * ext/lame/Makefile.am:
31785         * ext/lame/gstlame.c: (gst_lame_class_init),
31786         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31787         Only enable lame presets if version of lame has presets in API
31788
31789 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31790         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31791         * gst/udp/gstudpsrc.h:
31792           Don't call gst_pad_push in a get function. Fixes #150449
31793
31794 2004-08-18  Wim Taymans  <wim@fluendo.com>
31795
31796         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31797         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31798         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31799         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31800         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31801         (gst_fdset_wait):
31802         * gst/tcp/gstfdset.h:
31803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31804         (gst_multifdsink_client_queue_buffer),
31805         (gst_multifdsink_handle_client_write):
31806         * gst/tcp/gstmultifdsink.h:
31807         Some extra checks in gstfdset.
31808         Only use send() when the fd is a socket. Don't try to
31809         read from write only fds.
31810
31811 2004-08-18  Wim Taymans  <wim@fluendo.com>
31812
31813         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31814         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31815         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31816         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31817         (gst_fdset_wait):
31818         Add more locking and bounds checking.
31819
31820 2004-08-18  Wim Taymans  <wim@fluendo.com>
31821
31822         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31823         Realloc test fdset in the lock and right before starting
31824         the poll call. Bump the limit to 4096.
31825
31826 2004-08-17  David Schleef  <ds@schleef.org>
31827
31828         * sys/sunaudio/Makefile.am:
31829         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31830         of rates and channels.  Make debugging less obnoxious.
31831
31832         Patch from Balamurali Viswanathan implementing a mixer for
31833         Sun audio.  (bug #144091):
31834         * sys/sunaudio/gstsunelement.c:
31835         * sys/sunaudio/gstsunelement.h:
31836         * sys/sunaudio/gstsunmixer.c:
31837         * sys/sunaudio/gstsunmixer.h:
31838
31839 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31840
31841         * gst/audioscale/gstaudioscale.c:
31842         * gst/audioscale/gstaudioscale.h:
31843         made audioscale resample from any sample rate to any sample rate
31844
31845 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31846
31847         * ext/libpng/gstpngdec.c:
31848           error out on unsupported types
31849
31850 2004-08-17  Iain <iaingnome@gmail.com>
31851
31852         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31853         mid_side and loose_mid_side properties if its a stereo stream.
31854
31855 2004-08-17  Wim Taymans  <wim@fluendo.com>
31856
31857         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31858         (theora_get_formats), (theora_dec_src_convert),
31859         (theora_dec_sink_convert), (theora_dec_src_query),
31860         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31861         Add a debug line.
31862
31863 2004-08-17  Wim Taymans  <wim@fluendo.com>
31864
31865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31866         (gst_ogg_pad_push):
31867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31868         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31869         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31870         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31871         Mark delta units in the muxer.
31872         Try to decode the packet after an out-of-sync error from
31873         libogg.
31874
31875 2004-08-17  Wim Taymans  <wim@fluendo.com>
31876
31877         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31878         (gst_multifdsink_init), (gst_multifdsink_add),
31879         (gst_multifdsink_client_queue_buffer),
31880         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31881         * gst/tcp/gstmultifdsink.h:
31882         Added option to send a keyframe to clients as the first buffer.
31883         Make timeout property writable.
31884
31885 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         patch by: Wim Taymans
31888
31889         * gst/tcp/gstfdset.c:
31890         * gst/tcp/gstmultifdsink.c:
31891           fix index comparison, should include 0
31892
31893 2004-08-16  Wim Taymans  <wim@fluendo.com>
31894
31895         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31896         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31897         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31898         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31899         (gst_fdset_wait):
31900           copy when reallocing for poll so the select arguments don't get
31901           changed during the call
31902
31903 2004-08-16  Wim Taymans  <wim@fluendo.com>
31904
31905         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31906         (gst_theora_enc_class_init), (theora_enc_sink_link),
31907         (theora_buffer_from_packet), (theora_enc_chain):
31908         Fix bug where buffers were not marked as keyframes
31909         correctly.
31910
31911 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31912
31913         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31914         (gst_lame_preset_get_type), (gst_lame_class_init):
31915         describe the enum values for vbr mode and presets more verbosely
31916
31917 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31918
31919         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31920         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31921         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31922         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31923         * ext/lame/gstlame.h:
31924         add preset property to lame so it can use lame presets
31925
31926 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31927
31928         * ext/lame/gstlame.c: (gst_lame_get_property):
31929         whoops forgot break, thanks teuf
31930
31931 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31932
31933         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31934         (gst_lame_class_init), (gst_lame_src_getcaps),
31935         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31936         (gst_lame_get_property), (gst_lame_setup):
31937         * ext/lame/gstlame.h:
31938         fix lame's broken vbr stuff, allow it to resample if need be, and also
31939         make xing header optional
31940
31941 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31942
31943         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31944         added getcaps function so samplerate doesnt get fixated to silly values
31945
31946 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31947
31948         * ext/lame/gstlame.c: (gst_lame_src_link):
31949         revert previous fix
31950
31951 2004-08-12  Johan Dahlin  <johan@gnome.org>
31952
31953         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31954         checks. Doesn't matter what state we are in. Interfaces are a
31955         compile time thing, not runtime. It also broke the python bindings.
31956
31957 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31958
31959         * ext/lame/gstlame.c: (gst_lame_src_link):
31960         made source pad link function check if sinkpad is ok..fixes the problem
31961         where core fixates the output rate of lame stupidly
31962
31963 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31964
31965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31966         * sys/v4l/v4l_calls.c:
31967         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31968           fix fixate function to handle nonsimple caps.
31969           remove bogus check in _link
31970           cleanups
31971
31972 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31973
31974         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31975         set default compression ratio parameter to 0.0 so bitrate parameter
31976         works :)
31977
31978 2004-08-11  David Schleef  <ds@schleef.org>
31979
31980         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31981
31982 2004-08-11  David Schleef  <ds@schleef.org>
31983
31984         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31985         before.
31986
31987 2004-08-11  David Schleef  <ds@schleef.org>
31988
31989         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31990
31991 2004-08-11  David Schleef  <ds@schleef.org>
31992
31993         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31994           license field
31995         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31996         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31997           LGPL.
31998         * gst/auparse/gstauparse.c: Fix plugin license field.
31999         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32000         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32001         * gst/rtp/gstrtp.c: Fix plugin license field.
32002
32003 2004-08-11  Wim Taymans  <wim@fluendo.com>
32004
32005         * gst/tcp/Makefile.am:
32006         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32007         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32008         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32009         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32010         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32011         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32012         (gst_fdset_fd_can_write), (gst_fdset_wait):
32013         * gst/tcp/gstfdset.h:
32014         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32015         (gst_multifdsink_class_init), (gst_multifdsink_init),
32016         (gst_multifdsink_add), (gst_multifdsink_remove),
32017         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32018         (gst_multifdsink_remove_client_link),
32019         (gst_multifdsink_handle_client_read),
32020         (gst_multifdsink_client_queue_data),
32021         (gst_multifdsink_client_queue_caps),
32022         (gst_multifdsink_client_queue_buffer),
32023         (gst_multifdsink_handle_client_write),
32024         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32025         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32026         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32027         (gst_multifdsink_close):
32028         * gst/tcp/gstmultifdsink.h:
32029         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32030         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32031         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32032         (gst_tcpserversink_close):
32033         * gst/tcp/gsttcpserversink.h:
32034         Abstracted away the select call, implemented poll (yes we ran into
32035         the 1024 limit in production).
32036
32037 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32038
32039         * gst/tcp/gsttcp.c:
32040         * gst/tcp/gsttcpplugin.c:
32041           improve debuggging, remove assert
32042
32043 2004-08-10  Wim Taymans  <wim@fluendo.com>
32044
32045         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32046         (gst_client_status_get_type), (gst_multifdsink_class_init),
32047         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32048         (gst_multifdsink_handle_client_read),
32049         (gst_multifdsink_handle_client_write),
32050         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32051         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32052         (gst_multifdsink_get_property):
32053         * gst/tcp/gstmultifdsink.h:
32054         * gst/tcp/gsttcp-marshal.list:
32055         Starting to prepare for specifying buffer time in other units
32056         than buffers. Expose remove reason in signal.
32057
32058 2004-08-10  Wim Taymans  <wim@fluendo.com>
32059
32060         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32061         (gst_multifdsink_remove), (gst_multifdsink_clear),
32062         (gst_multifdsink_remove_client_link),
32063         (gst_multifdsink_handle_client_read),
32064         (gst_multifdsink_client_queue_data),
32065         (gst_multifdsink_client_queue_buffer),
32066         (gst_multifdsink_handle_client_write),
32067         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32068         (gst_multifdsink_chain), (gst_multifdsink_close):
32069         * gst/tcp/gstmultifdsink.h:
32070         Added more debugging info. Changed the way clients are
32071         removed from the lists. Fixed a bug where a bad file descriptor
32072         could cause many clients to be removed.
32073
32074 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32075
32076         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32077           allow all pixel-aspect-ratios, not just 1:1
32078
32079 2004-08-09  David Schleef  <ds@schleef.org>
32080
32081         * sys/glsink/ARB_multitexture.h:  Remove old files.
32082         * sys/glsink/EXT_paletted_texture.h:
32083         * sys/glsink/NV_register_combiners.h:
32084         * sys/glsink/gstgl_nvimage.c:
32085         * sys/glsink/gstgl_pdrimage.c:
32086         * sys/glsink/gstgl_rgbimage.c:
32087         * sys/glsink/gstglsink.c:
32088         * sys/glsink/gstglsink.h:
32089         * sys/glsink/gstglxwindow.c:
32090         * sys/glsink/regcomb_yuvrgb.c:
32091
32092 2004-08-09  David Schleef  <ds@schleef.org>
32093
32094         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32095         GL sink plugin.  (Bug #147302)
32096
32097         * configure.ac: Test for OpenGL
32098         * sys/Makefile.am: Use test for OpenGL
32099         * sys/glsink/Makefile.am:
32100         * sys/glsink/glimagesink.c: rewrite
32101         * sys/glsink/glimagesink.h: rewrite
32102
32103 2004-08-09  David Schleef  <ds@schleef.org>
32104
32105         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32106         sane framerates.
32107         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32109         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32110
32111 2004-08-09  Wim Taymans  <wim@fluendo.com>
32112
32113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32114         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32115         (gst_multifdsink_client_remove),
32116         (gst_multifdsink_handle_client_read),
32117         (gst_multifdsink_handle_client_write),
32118         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32119         Do a bit more logging, make the client_read code more robust.
32120
32121 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32122
32123         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32124         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32125         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32126         (gst_jpegdec_init), (gst_jpegdec_chain):
32127         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32128         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32129           cleanups, debugging fixes and memleak plugging
32130
32131 2004-08-09  Wim Taymans  <wim@fluendo.com>
32132
32133         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32134         (theora_get_formats), (theora_dec_src_convert),
32135         (theora_dec_sink_convert), (theora_dec_src_query),
32136         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32137         (theora_dec_change_state):
32138         Don't crash on missing header packets.
32139
32140 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32141
32142         * po/LINGUAS:
32143         * po/sq.po:
32144           Added Albanian translation (Laurent Dhima)
32145         * po/cs.po:
32146           updated
32147
32148 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32149
32150         * ext/lame/gstlame.c:
32151           fix/add debugging
32152
32153 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32154
32155         * sys/ximage/ximagesink.c:
32156         * sys/xvimage/xvimagesink.c:
32157           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32158
32159 2004-08-06  Wim Taymans  <wim@fluendo.com>
32160
32161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32162         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32163         (gst_multifdsink_client_remove),
32164         (gst_multifdsink_handle_client_read),
32165         (gst_multifdsink_handle_client_write),
32166         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32167         Make sure we don't try to read more from a client that what
32168         ioctl says us or we deadlock.
32169
32170 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32171
32172         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32173         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32174         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32175           decouple running_time and n_frames so it can handle changing
32176           framerate while running
32177
32178 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32179
32180         * po/nl.po:
32181         * po/sv.po:
32182           updated translations
32183
32184 2004-08-04  Benjamin Otte  <otte@gnome.org>
32185
32186         * gst/videotestsrc/gstvideotestsrc.c:
32187         (gst_videotestsrc_get_capslist), (generate_capslist),
32188         (plugin_init):
32189           generate the list of supported caps at startup and reuse it instead
32190           of always generating it
32191
32192 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32193
32194         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32195           whoops, last checkin broke normal build
32196
32197 2004-08-03  Benjamin Otte  <otte@gnome.org>
32198
32199         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32200         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32201         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32202         (gst_alsa_mixer_get_option):
32203         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32204         (dvdnavsrc_print_event):
32205         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32207         (gst_ogg_mux_pad_unlink):
32208         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32209         (gst_multipart_mux_pad_unlink):
32210         * gst/videofilter/gstvideobalance.c:
32211         (gst_videobalance_colorbalance_set_value):
32212         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32213         (gst_videomixer_pad_unlink):
32214         * po/uk.po:
32215         * sys/oss/gstossmixer.c:
32216         * sys/v4l/gstv4lcolorbalance.c:
32217         * sys/v4l/gstv4ltuner.c:
32218         * sys/v4l/v4lsrc_calls.c:
32219         * sys/v4l2/gstv4l2colorbalance.c:
32220         * sys/v4l2/gstv4l2tuner.c:
32221           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32222
32223 2004-08-03  Benjamin Otte  <otte@gnome.org>
32224
32225         * examples/dynparams/filter.c: (ui_control_create):
32226         * examples/gstplay/player.c: (print_tag):
32227         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32228         * ext/gdk_pixbuf/gstgdkanimation.c:
32229         (gst_gdk_animation_iter_may_advance):
32230         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32231         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32232         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32233         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32235         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32236         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32237         * gst/sine/demo-dparams.c: (main):
32238         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32239         * testsuite/alsa/formats.c: (create_pipeline):
32240         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32241           fixes for G_DISABLE_ASSERT and friends
32242         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32243         (mp3_type_frame_length_from_header), (mp3_type_find),
32244         (plugin_init):
32245           require mp3 typefinding to have at least MIN_HEADERS valid headers
32246           add typefinding for AAC adts files
32247
32248 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32249
32250         * sys/ximage/ximagesink.c:
32251         (gst_ximagesink_calculate_pixel_aspect_ratio):
32252         * sys/xvimage/xvimagesink.c:
32253         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32254         Make sure we calculate pixel-aspect-ratio using floating point maths
32255
32256 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32257
32258         * po/uk.po:
32259           updated translation
32260
32261 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32262
32263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32265           add debugging for display PAR calculation
32266
32267 2004-08-02  David Schleef  <ds@schleef.org>
32268
32269         * configure.ac: Fix mikmod CFLAGS.
32270
32271 2004-07-27  Benjamin Otte  <otte@gnome.org>
32272
32273         * gst/audioscale/gstaudioscale.c:
32274         - fix templates to only support S16, it's the only format that works
32275         - make caps nego code use try_set_caps_nonfixed and fixation instead
32276         of try_set_caps twice, which is not nice for autopluggers
32277         - change rank to secondary, so autopluggers can pick it up after
32278         audioconvert
32279
32280 2004-08-02  Iain <iain@prettypeople.org>
32281
32282         * gst/interleave/interleave.c (interleave_init),
32283         (interleave_request_new_pad),
32284         (interleave_pad_removed),
32285         (interleave_buffered_loop): Use the real pad count, not the artificial
32286         one.
32287
32288 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32289
32290         * configure.ac: bump nano back to development
32291
32292 === release 0.8.3 ===
32293
32294 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32295
32296         * configure.ac: releasing 0.8.3, "Water"
32297
32298 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32299
32300         * sys/xvimage/xvimagesink.c:
32301         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32302         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32303         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32304         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32305         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32306         * sys/xvimage/xvimagesink.h:
32307           apply similar PAR fixes as to ximagesink
32308
32309 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32310
32311         patch from: Benjamin Otte
32312
32313         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32314           add link function to lame.  Fixes #148986.
32315
32316 2004-08-02  Johan Dahlin  <johan@gnome.org>
32317
32318         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32319         fix debugging log
32320
32321 2004-07-30  David Schleef  <ds@schleef.org>
32322
32323         * gst/videomixer/Makefile.am: Fix things that should have been
32324         fixed in the last checkin.
32325
32326 2004-07-30  David Schleef  <ds@schleef.org>
32327
32328         * gst/multipart/Makefile.am: Fix things that should have been
32329         fixed in the last checkin.
32330
32331 2004-07-30  David Schleef  <ds@schleef.org>
32332
32333         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32334
32335 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32336
32337         * configure.ac:
32338           bump nano for prerelease
32339         * po/af.po:
32340         * po/az.po:
32341         * po/cs.po:
32342         * po/en_GB.po:
32343         * po/hu.po:
32344         * po/nl.po:
32345         * po/sr.po:
32346         * po/sv.po:
32347         * po/uk.po:
32348           updates
32349
32350 2004-07-30  Wim Taymans  <wim@fluendo.com>
32351
32352         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32353         (gst_multifdsink_add), (gst_multifdsink_remove),
32354         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32355         (gst_multifdsink_client_remove),
32356         (gst_multifdsink_handle_client_write),
32357         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32358         * gst/tcp/gstmultifdsink.h:
32359         Recover from a select with a bad file descriptor by removing
32360         the client.
32361
32362 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32363
32364         * configure.ac:
32365           fix requirement of core
32366         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32367         (gst_play_pipeline_setup):
32368           don't use colorspace element.  do use hermescolorspace element.
32369           make macro to get a colorspace element.
32370           mark strings for translation.
32371         * po/POTFILES.in:
32372           add play.c
32373         * po/af.po:
32374         * po/az.po:
32375         * po/cs.po:
32376         * po/en_GB.po:
32377         * po/hu.po:
32378         * po/nl.po:
32379         * po/sr.po:
32380         * po/sv.po:
32381         * po/uk.po:
32382           update translations
32383
32384 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32385
32386         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32387         fix default for newmedia flag
32388
32389 2004-07-30  Wim Taymans  <wim@fluendo.com>
32390
32391         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32392         (gst_theora_dec_init), (theora_get_formats),
32393         (theora_dec_src_convert), (theora_dec_sink_convert),
32394         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32395         (theora_dec_chain), (theora_dec_set_property),
32396         (theora_dec_get_property):
32397         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32398         (gst_theora_enc_class_init), (gst_theora_enc_init),
32399         (theora_enc_sink_link), (theora_enc_chain),
32400         (theora_enc_set_property), (theora_enc_get_property):
32401         Added cropping option to theora decoder.
32402         Added border option to theora encoder.
32403
32404 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32405
32406         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32407         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32408         (gst_pngenc_set_property):
32409         * ext/libpng/gstpngenc.h:
32410         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
32411
32412 2004-07-30  Wim Taymans  <wim@fluendo.com>
32413
32414         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32415         (theora_enc_sink_link), (theora_enc_chain),
32416         (theora_enc_set_property), (theora_enc_get_property):
32417         Fix encoding of non-multiple-of-16 video.
32418
32419 2004-07-29  David Schleef  <ds@schleef.org>
32420
32421         * configure.ac: make test for audiofile more strict
32422
32423 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32424
32425         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32426           give different names to typefind functions
32427
32428 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32429
32430         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32431         (gst_ximagesink_calculate_pixel_aspect_ratio),
32432         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32433         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32434         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32435         (gst_ximagesink_get_property), (gst_ximagesink_init):
32436         * sys/ximage/ximagesink.h:
32437           allocate PAR's dynamically.
32438           use autodetected PAR if no object-set PAR is given.
32439           add workaround for directfb's X not setting physical size.
32440           fix to xvimagesink will follow tomorrow.
32441
32442 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32443
32444         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32445         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32446         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32447         (gst_shout2send_class_init), (gst_shout2send_init),
32448         (set_shout_metadata), (gst_shout2send_set_metadata),
32449         (gst_shout2send_chain), (gst_shout2send_set_property),
32450         (gst_shout2send_get_property), (gst_shout2send_connect),
32451         (gst_shout2send_change_state):
32452         * ext/shout2/gstshout2.h:
32453         - fix for sending mp3 audio to icecast2 server, if pad link function not
32454         called before PAUSED state
32455         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32456         - added tagging support for mp3 audio broadcasted
32457         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32458         debug info
32459
32460 2004-07-28  Wim Taymans  <wim@fluendo.com>
32461
32462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32463         (gst_ogg_demux_push):
32464         Return query failure when we don't know the length of
32465         an ogg stream insteda of returning TRUE with a bogus value.
32466
32467 2004-07-28  Wim Taymans  <wim@fluendo.com>
32468
32469         * ext/theora/theoradec.c: (theora_get_formats),
32470         (theora_dec_src_convert), (theora_dec_sink_convert),
32471         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32472         (theora_dec_chain):
32473         Don't screw up the 1 Chroma for 1 luma sample situation when we
32474         have an odd offset/width by adding a black border in those cases.
32475
32476 2004-07-28  Wim Taymans  <wim@fluendo.com>
32477
32478         * ext/theora/theoradec.c: (theora_get_formats),
32479         (theora_dec_src_convert), (theora_dec_sink_convert),
32480         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32481         (theora_dec_chain):
32482         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32483         Added first attempt at cropping of the image as required by the
32484         theora spec. We need more properties in the caps (offset_x,
32485         offset_y,stride) to implement this correctly.
32486
32487 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32488
32489         * ext/dvdnav/README:
32490           Update the README to use dvddemux
32491         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32492           Ensure getcaps returns a subset of the template caps
32493         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32494         (gst_mpeg2subt_init):
32495           Ensure getcaps returns a subset of the template caps
32496         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32497         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32498         (gst_dvd_demux_get_subpicture_stream),
32499         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32500         * gst/mpegstream/gstdvddemux.h:
32501           Set the explicit caps on the current_video pad before pushing
32502           anything
32503         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32504         (gst_mpeg_demux_get_audio_stream):
32505           Free caps used to gst_pad_set_explicit_caps, which takes a const
32506           GstCaps *
32507
32508 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32509
32510         * configure.ac: update GStreamer requirement to 0.8.4 because of
32511           GstFraction.
32512
32513 2004-07-28  Wim Taymans  <wim@fluendo.com>
32514
32515         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32516         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32517         Add the pad to the element after setting up the caps. This
32518         makes it a lot easier to autoplug.
32519
32520 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32521
32522         * gst/median/gstmedian.c:
32523         * gst/mpeg2subt/gstmpeg2subt.c:
32524         * gst/mpegaudioparse/gstmpegaudioparse.c:
32525         * gst/mpegstream/gstdvddemux.c:
32526         * gst/mpegstream/gstmpegdemux.c:
32527         * gst/mpegstream/gstmpegpacketize.c:
32528         * gst/rtjpeg/gstrtjpeg.c:
32529         * gst/rtjpeg/gstrtjpegdec.c:
32530         * gst/rtjpeg/gstrtjpegenc.c:
32531         * gst/sine/gstsinesrc.c:
32532         * gst/smooth/gstsmooth.c:
32533         * gst/smpte/gstsmpte.c:
32534         * gst/smpte/gstsmpte.h:
32535         * gst/stereo/gststereo.c:
32536         * gst/videofilter/gstgamma.c:
32537         * gst/videofilter/gstvideobalance.c:
32538         * gst/videofilter/gstvideofilter.c:
32539         * gst/videofilter/gstvideoflip.c:
32540         * gst/videoscale/gstvideoscale.c:
32541         * gst/videoscale/videoscale.c:
32542         * gst/videotestsrc/gstvideotestsrc.c:
32543         * gst/videotestsrc/videotestsrc.c:
32544         * gst/wavenc/gstwavenc.c:
32545         * gst/wavparse/gstwavparse.c:
32546           fix local includes and 64 bits constants
32547
32548 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32549
32550         * win32/gst.sln:
32551         * gst-libs/gst/*/*.vcproj:
32552         * gst/*/*.vcproj:
32553           more working plugins
32554
32555 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32556
32557         * testsuite/alsa/Makefile.am:
32558         * testsuite/alsa/srcstate.c:
32559         add test for alsasrc changing state
32560
32561 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32562
32563         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32564         (gst_silence_get):
32565         * gst/silence/gstsilence.h:
32566         fix silence generation for 16bit raw audio
32567
32568 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32569
32570         * gst/matroska/matroska-demux.c:
32571         (gst_matroska_demux_parse_metadata),
32572         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32573         * gst/mpegaudio/common.c:
32574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32575         (gst_videoscale_getcaps), (gst_videoscale_link),
32576         (gst_videoscale_src_fixate), (gst_videoscale_init),
32577         (gst_videoscale_finalize):
32578         * gst/videoscale/gstvideoscale.h:
32579         * gst/videotestsrc/gstvideotestsrc.c:
32580         (gst_videotestsrc_get_capslist):
32581         * gst/wavenc/gstwavenc.c:
32582         * sys/oss/gstossmixer.c: (fill_labels):
32583         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32584         (gst_ximagesink_handle_xevents),
32585         (gst_ximagesink_calculate_pixel_aspect_ratio),
32586         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32587         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32588         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32589         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32590         (gst_ximagesink_init), (gst_ximagesink_class_init):
32591         * sys/ximage/ximagesink.h:
32592         * sys/xvimage/xvimagesink.c:
32593         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32594         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32595         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32596         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32597         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32598         * sys/xvimage/xvimagesink.h:
32599           first batch of pixel aspect ratio commits.
32600
32601 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32602
32603         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32604         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32605         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32606           handle stride, needs work if we want to move stride handling
32607           upstream, but works correctly for our purposes.
32608
32609 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32610
32611         * gst/videoscale/README:
32612           add testing examples
32613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32614         (gst_videoscale_chain):
32615         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32616         (gst_videoscale_get_size):
32617           add get_size function that handles stride like videotestsrc.
32618           fixes conversion for YUV formats for as much as I can test them.
32619
32620 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32621
32622         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32623         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32625         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32626         (gst_xvimagesink_xvimage_put):
32627           further cleanups, logging, error handling and synchronizing
32628
32629 2004-07-27  Wim Taymans  <wim@fluendo.com>
32630
32631         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32632         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32633         (gst_videomixer_pad_set_property),
32634         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32635         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32636         (gst_videomixer_class_init), (gst_videomixer_init),
32637         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32638         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32639         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32640         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32641         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32642         (gst_videomixer_loop), (plugin_init):
32643         Be a nicer negotiation citizen and provide a getcaps function on
32644         the srcpad. This also fixes a crash when resizing.
32645
32646 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32647
32648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32649         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32650
32651 2004-07-27  Wim Taymans  <wim@fluendo.com>
32652
32653         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32654         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32655         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32656         (gst_pngenc_set_property):
32657         * ext/libpng/gstpngenc.h:
32658         Added snapshot property to pngenc.
32659         removed g_print from pngdec
32660
32661 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32662
32663         * gst/ac3parse/ac3parse.vcproj
32664         * gst/adder/adder.vcproj
32665         * gst/alpha/alpha.vcproj
32666         * gst/alpha/alphacolor.vcproj
32667         * gst/asfdemux/asf.vcproj
32668         * gst/audioconvert/audioconvert.vcproj
32669         * gst/audiorate/audiorate.vcproj
32670         * gst/audioscale/audioscale.vcproj
32671         * gst/auparse/auparse.vcproj
32672         * gst/avi/avi.vcproj
32673         * gst/cdxaparse/cdxaparse.vcproj
32674         * gst/chart/chart.vcproj
32675         * gst/colorspace/colorspace.vcproj
32676         * gst/cutter/cutter.vcproj
32677         * gst/debug/debug.vcproj
32678         * gst/debug/efence.vcproj
32679         * gst/debug/navigationtest.vcproj
32680         * gst/deinterlace/deinterlace.vcproj
32681         * gst/effectv/effectv.vcproj
32682         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32683         * gst/filter/filter.vcproj
32684         * gst/flx/flxdec.vcproj
32685         * gst/goom/goom.vcproj
32686         * gst/interleave/interleave.vcproj
32687         * gst/law/alaw.vcproj
32688         * gst/law/mulaw.vcproj
32689         * gst/matroska/matroska.vcproj
32690         * gst/median/median.vcproj
32691         * gst/mixmatrix/mixmatrix.vcproj
32692         * gst/mpeg1sys/mpeg1systemencode.vcproj
32693         * gst/mpeg1videoparse/mp1videoparse.vcproj
32694         * gst/mpeg2sub/mpeg2subt.vcproj
32695         * gst/mpegaudio/mpegaudio.vcproj
32696         * gst/mpegaudioparse/mpegaudioparse.vcproj
32697         * gst/mpegstream/mpegstream.vcproj
32698         * gst/multifilesink/multifilesink.vcproj
32699         * gst/multipart/multipart.vcproj
32700         * gst/oneton/oneton.vcproj
32701         * gst/overlay/overlay.vcproj
32702         * gst/passthrough/passthrough.vcproj
32703         * gst/qtdemux/qtdemux.vcproj
32704         * gst/realmedia/rmdemux.vcproj
32705         * gst/rtjpeg/rtjpeg.vcproj
32706         * gst/rtp/rtp.vcproj
32707         * gst/silence/silence.vcproj
32708         * gst/sine/sinesrc.vcproj
32709         * gst/smooth/smooth.vcproj
32710         * gst/smpte/smpte.vcproj
32711         * gst/spectrum/spectrum.vcproj
32712         * gst/speed/speed.vcproj
32713         * gst/stereo/stereo.vcproj
32714         * gst/switch/switch.vcproj
32715         * gst/tags/tagedit.vcproj
32716         * gst/tcp/tcp.vcproj
32717         * gst/typefind/typefindfunctions.vcproj
32718         * gst/udp/udp.vcproj
32719         * gst/videobox/videobox.vcproj
32720         * gst/videocrop/videocrop.vcproj
32721         * gst/videodrop/videodrop.vcproj
32722         * gst/videofilter/gamma.vcproj
32723         * gst/videofilter/videobalance.vcproj
32724         * gst/videofilter/videofilter.vcproj
32725         * gst/videofilter/videoflip.vcproj
32726         * gst/videoflip/videoflip.vcproj
32727         * gst/videomixer/videomixer.vcproj
32728         * gst/videorate/videorate.vcproj
32729         * gst/videoscale/videoscale.vcproj
32730         * gst/videotestsrc/videotestsrc.vcproj
32731         * gst/virtualdub/virtualdub.vcproj
32732         * gst/volenv/volenv.vcproj
32733         * gst/volume/volume.vcproj
32734         * gst/wavenc/wavenc.vcproj
32735         * gst/wavparse/wavparse.vcproj
32736         * gst/y4m/y4menc.vcproj
32737         * gst-libs/gst/audio/audio.vcproj
32738         * gst-libs/gst/audio/audiofilter.vcproj
32739         * gst-libs/gst/colorbalance/colorbalance.vcproj
32740         * gst-libs/gst/idct/idtc.vcproj
32741         * gst-libs/gst/media-info/media-info.vcproj
32742         * gst-libs/gst/mixer/mixer.vcproj
32743         * gst-libs/gst/navigation/navigation.vcproj
32744         * gst-libs/gst/play/play.vcproj
32745         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32746         * gst-libs/gst/resample/resample.vcproj
32747         * gst-libs/gst/riff/riff.vcproj
32748         * gst-libs/gst/tuner/tuner.vcproj
32749         * gst-libs/gst/video/video.vcproj
32750         * gst-libs/gst/xoverlay/xoverlay.vcproj
32751           avoid problems with math.h, fix release dependancy
32752           rename GStreamer-0.8.lib to libgstreamer.lib
32753
32754 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32755
32756         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32758         the atom is not available we have to unlock the mutex. Fixes #148023
32759
32760 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32761
32762         * gst-libs/gst/media-info/media-info.h:
32763           issue for a vararg macro with MSVC
32764
32765 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32766
32767         * gst/effectv/effectv.vcproj
32768         * gst-libs/gst/idct/idct.vcproj:
32769         * gst-libs/gst/media-info/media-info.vcproj:
32770         * gst-libs/gst/navigation/navigation.vcproj:
32771         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32772         * gst-libs/gst/video/video.vcproj:
32773         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32774           fixes for build problems
32775
32776 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32777
32778         * gst-libs/gst/audio/audio.def:
32779         * gst-libs/gst/audio/riff.def:
32780           add some definitions needed by plugins
32781
32782 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32783
32784         * gst/asfdemux/gstasfmux.c
32785           Fix some 64 bits constants to be glib friendly
32786
32787 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32788
32789         * gst/ac3parse/gstac3parse.c
32790         * gst/audioscale/gstaudioscale.c
32791         * gst/auparse/gstauparse.c
32792         * gst/colorspace/gstcolorspace.c
32793         * gst/colorspace/yuv2rgb.h
32794           local include fixes
32795
32796 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32797
32798         * win32/gst.sln
32799           add more plugins to the build
32800
32801 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32802
32803         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32804         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32805
32806 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32807
32808         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32809         (gst_level_set_property), (gst_level_get_property),
32810         (gst_level_base_init), (gst_level_class_init):
32811           add debugging categories.  cleanups.
32812
32813 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32814
32815         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32816         (gst_videoscale_planar411), (gst_videoscale_planar400),
32817         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32818         (gst_videoscale_scale_nearest_str1),
32819         (gst_videoscale_scale_nearest_str2),
32820         (gst_videoscale_scale_nearest_str4),
32821         (gst_videoscale_scale_nearest_16bit),
32822         (gst_videoscale_scale_nearest_24bit):
32823           fixed stride issues
32824           tested with 320x240 -> 321, 322, 324 x240
32825           tested with YV12, I420, YUY2, UYVY
32826           fixed packed422rev (don't think it could have worked before)
32827           by testing with UYVY
32828
32829 2004-07-26  Benjamin Otte  <otte@gnome.org>
32830
32831         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32832         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32833         (plugin_init):
32834           add debugging category, add error checks like checking return values
32835           of setup calls, make sure it still works after
32836           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32837
32838 2004-07-26  Wim Taymans  <wim@fluendo.com>
32839
32840         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32841         (gst_mpeg_demux_get_audio_stream),
32842         (gst_mpeg_demux_process_private):
32843         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32844         Check for error codes from the negotiation functions. Make sure
32845         we really set the pad caps when a new pad is created.
32846
32847 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32848
32849         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32850         (gst_ffmpeg_caps_to_pix_fmt):
32851         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32853         (gst_ffmpegcolorspace_pad_link):
32854           don't make function do two things at the same time without reason.
32855
32856 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32857
32858         * gst/ac3parse/ac3parse.vcproj
32859         * gst/adder/adder.vcproj
32860         * gst/alpha/alpha.vcproj
32861         * gst/alpha/alphacolor.vcproj
32862         * gst/asfdemux/asf.vcproj
32863         * gst/audioconvert/audioconvert.vcproj
32864         * gst/audiorate/audiorate.vcproj
32865         * gst/audioscale/audioscale.vcproj
32866         * gst/auparse/auparse.vcproj
32867         * gst/avi/avi.vcproj
32868         * gst/cdxaparse/cdxaparse.vcproj
32869         * gst/chart/chart.vcproj
32870         * gst/colorspace/colorspace.vcproj
32871         * gst/cutter/cutter.vcproj
32872         * gst/debug/debug.vcproj
32873         * gst/debug/efence.vcproj
32874         * gst/debug/navigationtest.vcproj
32875         * gst/deinterlace/deinterlace.vcproj
32876         * gst/effectv/effectv.vcproj
32877         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32878         * gst/filter/filter.vcproj
32879         * gst/flx/flxdec.vcproj
32880         * gst/goom/goom.vcproj
32881         * gst/interleave/interleave.vcproj
32882         * gst/law/alaw.vcproj
32883         * gst/law/mulaw.vcproj
32884         * gst/matroska/matroska.vcproj
32885         * gst/median/median.vcproj
32886         * gst/mixmatrix/mixmatrix.vcproj
32887         * gst/mpeg1sys/mpeg1systemencode.vcproj
32888         * gst/mpeg1videoparse/mp1videoparse.vcproj
32889         * gst/mpeg2sub/mpeg2subt.vcproj
32890         * gst/mpegaudio/mpegaudio.vcproj
32891         * gst/mpegaudioparse/mpegaudioparse.vcproj
32892         * gst/mpegstream/mpegstream.vcproj
32893         * gst/multifilesink/multifilesink.vcproj
32894         * gst/multipart/multipart.vcproj
32895         * gst/oneton/oneton.vcproj
32896         * gst/overlay/overlay.vcproj
32897         * gst/passthrough/passthrough.vcproj
32898         * gst/qtdemux/qtdemux.vcproj
32899         * gst/realmedia/rmdemux.vcproj
32900         * gst/rtjpeg/rtjpeg.vcproj
32901         * gst/rtp/rtp.vcproj
32902         * gst/silence/silence.vcproj
32903         * gst/sine/sinesrc.vcproj
32904         * gst/smooth/smooth.vcproj
32905         * gst/smpte/smpte.vcproj
32906         * gst/spectrum/spectrum.vcproj
32907         * gst/speed/speed.vcproj
32908         * gst/stereo/stereo.vcproj
32909         * gst/switch/switch.vcproj
32910         * gst/tags/tagedit.vcproj
32911         * gst/tcp/tcp.vcproj
32912         * gst/typefind/typefindfunctions.vcproj
32913         * gst/udp/udp.vcproj
32914         * gst/videobox/videobox.vcproj
32915         * gst/videocrop/videocrop.vcproj
32916         * gst/videodrop/videodrop.vcproj
32917         * gst/videofilter/gamma.vcproj
32918         * gst/videofilter/videobalance.vcproj
32919         * gst/videofilter/videofilter.vcproj
32920         * gst/videofilter/videoflip.vcproj
32921         * gst/videoflip/videoflip.vcproj
32922         * gst/videomixer/videomixer.vcproj
32923         * gst/videorate/videorate.vcproj
32924         * gst/videoscale/videoscale.vcproj
32925         * gst/videotestsrc/videotestsrc.vcproj
32926         * gst/virtualdub/virtualdub.vcproj
32927         * gst/volenv/volenv.vcproj
32928         * gst/volume/volume.vcproj
32929         * gst/wavenc/wavenc.vcproj
32930         * gst/wavparse/wavparse.vcproj
32931         * gst/y4m/y4menc.vcproj
32932           more plugins supported under windows
32933
32934 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32935
32936         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32937         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32938         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32940         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32941           Add debugging statements.  Use the sizes as returned by the
32942           *CreateImage calls.
32943
32944 2004-07-26  Johan Dahlin  <johan@gnome.org>
32945
32946         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32947         the pad is negotiated.
32948
32949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32950
32951 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32952
32953         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32954         * gst-libs/gst/idct/idct.vcproj:
32955         * gst-libs/gst/media-info/media-info.vcproj:
32956         * gst-libs/gst/mixer/mixer.vcproj:
32957         * gst-libs/gst/navigation/navigation.vcproj:
32958         * gst-libs/gst/play/play.vcproj:
32959         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32960         * gst-libs/gst/resample/resample.vcproj:
32961         * gst-libs/gst/tuner/tuner.vcproj:
32962         * gst-libs/gst/video/video.vcproj:
32963         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32964           more plugins supported under windows
32965
32966 2004-07-25 Iain <iain@prettypeople.org>
32967
32968         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32969         pad now rather than when the pad is created because state changes wipe
32970         explicit caps (fixes #148043).
32971
32972 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32973
32974         reviewed by Benjamin Otte  <otte@gnome.org>
32975
32976         * ext/mad/gstmad.c:
32977           fix mad plugin crashing on Sun (fixes #148289)
32978
32979 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32980
32981         * gst/avi/avi.def:
32982         * gst/avi/avi.vcproj:
32983         * gst/matroska/matroska.def:
32984         * gst/matroska/matroska.vcproj:
32985           remove unused .def files
32986
32987 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32988
32989         * gst-libs/gst/audio/gstaudiofilter.c:
32990           Clean the local include
32991
32992 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32993
32994         * win32/gst.sln:
32995         * gst-libs/gst/audio/audio.def:
32996         * gst-libs/gst/audio/audio.vcproj:
32997         * gst-libs/gst/audio/audiofilter.vcproj:
32998         * gst-libs/gst/audio/riff.def:
32999         * gst-libs/gst/audio/riff.vcproj:
33000         * gst-libs/gst/gst-libs.def:
33001         * gst-libs/gst/gst-libs.vcproj:
33002         * gst/avi/avi.vcproj:
33003         * gst/avi/avi.vcproj:
33004           Copy the files where needed after building, cleaner projects
33005
33006 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33007
33008         * gst/matroska/ebml-write.c:
33009           Fix some 64 bits constants to be glib friendly
33010
33011 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33012
33013         * win32/gst.sln:
33014         * gst-libs/gst/gst-libs.def:
33015         * gst-libs/gst/gst-libs.vcproj:
33016         * gst/matroska/matroska.def:
33017         * gst/matroska/matroska.vcproj:
33018           Add the preliminary canvas to build plugins on Win32
33019
33020 2004-07-23  Benjamin Otte  <otte@gnome.org>
33021
33022         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33023           don't enfore negotiation from source side, it breaks
33024           sinesrc ! audioconvert ! osssink
33025
33026 2004-07-22  David Schleef  <ds@schleef.org>
33027
33028         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33029         for ELF files, since they can easily be recognized as audio/mpeg.
33030         (bug #147441)
33031
33032 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33033
33034         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33035         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33036         (gst_videoscale_scale_nearest_24bit),
33037         (gst_videoscale_scale_nearest_16bit):
33038           fix 16bit and 24bit for stride (24bit might need testing)
33039           don't pretend we do more than one algorithm
33040
33041 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33042
33043         * configure.ac:
33044         * gst/Makefile.am:
33045         * gst/multifilesink/Makefile.am:
33046         * gst/multifilesink/gstmultifilesink.c:
33047         (gst_multifilesink_get_formats),
33048         (gst_multifilesink_get_query_types), (_do_init),
33049         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33050         (gst_multifilesink_init), (gst_multifilesink_dispose),
33051         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33052         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33053         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33054         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33055         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33056         (gst_multifilesink_uri_get_type),
33057         (gst_multifilesink_uri_get_protocols),
33058         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33059         (gst_multifilesink_uri_handler_init), (plugin_init):
33060         * gst/multifilesink/gstmultifilesink.h:
33061         * testsuite/Makefile.am:
33062         * testsuite/multifilesink/Makefile.am:
33063         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33064         (gst_newmedia_class_init), (gst_newmedia_init),
33065         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33066         (newfile_signal), (test_signal), (main):
33067         multifilesink plugin for creating new files every time a new media
33068         discontinuity event occurs
33069
33070 2004-07-22  Wim Taymans  <wim@fluendo.com>
33071
33072         * gst/alpha/Makefile.am:
33073         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33074         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33075         (gst_alpha_color_init), (gst_alpha_color_set_property),
33076         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33077         (transform), (gst_alpha_color_chain),
33078         (gst_alpha_color_change_state), (plugin_init):
33079         Stupid plugin to to RGBA to AYUV conversion because none of
33080         the colorspace plugins can handle that yet.
33081
33082 2004-07-22  Wim Taymans  <wim@fluendo.com>
33083
33084         * examples/seeking/seek.c: (update_scale), (main):
33085         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33086         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33087         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33088         (gst_decode_bin_init), (gst_decode_bin_dispose),
33089         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33090         (no_more_pads), (close_link), (type_found),
33091         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33092         (plugin_init):
33093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33094         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33095         (gst_play_base_bin_dispose), (queue_overrun),
33096         (gen_preroll_element), (remove_prerolls), (unknown_type),
33097         (no_more_pads), (new_stream), (setup_source),
33098         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33099         (play_base_eos), (gst_play_base_bin_change_state),
33100         (gst_play_base_bin_add_element),
33101         (gst_play_base_bin_remove_element),
33102         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33103         (gst_play_base_bin_unlink_stream),
33104         (gst_play_base_bin_get_streaminfo):
33105         * gst/playback/gstplaybin.c: (gen_video_element),
33106         (gen_audio_element):
33107         * gst/playback/gststreaminfo.h:
33108         More playback updates, attempt to fix things after the state change
33109         breakage.
33110
33111 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33112
33113         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33114         (gst_videoscale_scale_nearest_16bit):
33115           comment algorithm
33116
33117 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33118
33119         * gst/videotestsrc/gstvideotestsrc.c:
33120         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33121         (gst_videotestsrc_init), (gst_videotestsrc_get),
33122         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33123         (gst_videotestsrc_get_property):
33124         * gst/videotestsrc/gstvideotestsrc.h:
33125         * gst/videotestsrc/videotestsrc.c:
33126         * gst/videotestsrc/videotestsrc.h:
33127           cleanup and commenting
33128
33129 2004-07-21  Wim Taymans  <wim@fluendo.com>
33130
33131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33132         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33133         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33134         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33135         (_find_chain_get_unknown_part), (_find_streams_check),
33136         (gst_ogg_demux_push), (gst_ogg_pad_push):
33137         * ext/theora/theoradec.c: (theora_get_formats),
33138         (theora_dec_src_convert), (theora_dec_sink_convert),
33139         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33140         (theora_dec_chain):
33141         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33142         (vorbis_dec_convert), (vorbis_dec_src_query),
33143         (vorbis_dec_src_event), (vorbis_dec_event):
33144         More seeking fixes, oggdemux now supports seeking to time and
33145         uses the downstream element to convert granulepos to time.
33146         Seeking in theora-only ogg files now works.
33147
33148 2004-07-21  Wim Taymans  <wim@fluendo.com>
33149
33150         * ext/theora/theoradec.c: (gst_theora_dec_init),
33151         (theora_get_formats), (theora_get_event_masks),
33152         (theora_get_query_types), (theora_dec_src_convert),
33153         (theora_dec_sink_convert), (theora_dec_src_query),
33154         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33155         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33156         (vorbis_get_event_masks), (vorbis_get_query_types),
33157         (gst_vorbis_dec_init), (vorbis_dec_convert),
33158         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33159         Added query/convert/formats functions to vorbis and theora decoders
33160         so that the outside world can use them too. Fixed seeking on an
33161         ogg/theora/vorbis file by disabling the seeking seeking on the
33162         theora srcpad.
33163
33164 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33165
33166         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33167         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33168         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33169         images creation for both elements. We don't create the image on caps
33170         nego or renego, we just destroy the internal one if present if it does
33171         not match the needs. The chain function takes care of creating a new
33172         image when needed.
33173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33174         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33175         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33176         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33177         the image format information. The buffer pool checks for the context
33178         image format and discard images with different formats.
33179         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33180
33181 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33182
33183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33184         (gst_ffmpegcolorspace_chain):
33185           no point in doing any chaining if the pad we want to push from
33186           isn't usable.
33187
33188 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33189
33190         * gst-libs/gst/riff/riff-media.c:
33191         (gst_riff_create_audio_caps_with_data):
33192           Fix double end-to-native symbol conversion (#148021).
33193
33194 2004-07-20  David Schleef  <ds@schleef.org>
33195
33196         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33197         Don't use an Atom that doesn't exist.
33198
33199 2004-07-20  Wim Taymans  <wim@fluendo.com>
33200
33201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33202         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33203         (gst_multifdsink_client_remove),
33204         (gst_multifdsink_handle_client_write),
33205         (gst_multifdsink_queue_buffer):
33206         * gst/tcp/gstmultifdsink.h:
33207         More multifdsink stats. Avoid deadlock by releasing locks
33208         before sending out a signal.
33209
33210 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33211
33212         * po/LINGUAS:
33213         * po/hu.po:
33214           added Hungarian translation (Laszlo Dvornik)
33215
33216 2004-07-20  Wim Taymans  <wim@fluendo.com>
33217
33218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33219         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33220         (gst_multifdsink_handle_client_write),
33221         (gst_multifdsink_queue_buffer):
33222         * gst/tcp/gsttcp-marshal.list:
33223         Fixed the stupid marshal definition.
33224
33225 2004-07-20  Wim Taymans  <wim@fluendo.com>
33226
33227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33228         (gst_multifdsink_init), (gst_multifdsink_add),
33229         (gst_multifdsink_client_remove),
33230         (gst_multifdsink_handle_client_write),
33231         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33232         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33233         (gst_multifdsink_init_send):
33234         * gst/tcp/gstmultifdsink.h:
33235         Added more stats, added timeout for a client, fixed some typos
33236         and added some comments.
33237
33238 2004-07-20  Wim Taymans  <wim@fluendo.com>
33239
33240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33241         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33242         (gst_multifdsink_client_remove),
33243         (gst_multifdsink_handle_client_write):
33244         * gst/tcp/gstmultifdsink.h:
33245         * gst/tcp/gsttcp-marshal.list:
33246         Added get_stats method that returns a GValueArray of
33247         stats values.
33248
33249 2004-07-19  Benjamin Otte  <otte@gnome.org>
33250
33251         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33252           make sure longname, description and author are valid UTF-8
33253
33254 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33255
33256         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33257         (gst_ximagesink_set_property):
33258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33259         (gst_xvimagesink_set_property):
33260           make sure SYNCHRONOUS is respected after getting the X context
33261
33262 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33263
33264         * gst/matroska/matroska-demux.c:
33265         (gst_matroska_demux_handle_src_event),
33266         (gst_matroska_demux_parse_blockgroup):
33267         * gst/matroska/matroska-ids.h:
33268           add BlockReference tag and ignore it to clear out log.
33269           ignore NAVIGATION events to clear out log.
33270
33271 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33272
33273         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33274         (gst_matroska_demux_add_stream):
33275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33276           add debug categories
33277
33278 2004-07-16  Wim Taymans  <wim@fluendo.com>
33279
33280         * ext/libpng/Makefile.am:
33281         * ext/libpng/gstpng.c: (plugin_init):
33282         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33283         (gst_pngdec_get_type), (gst_pngdec_base_init),
33284         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33285         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33286         * ext/libpng/gstpngdec.h:
33287         Added png decoder.
33288
33289 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33290
33291         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33292         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33293         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33294         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33295         (gst_ximagesink_buffer_alloc):
33296         * sys/ximage/ximagesink.h:
33297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33298         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33299         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33300         (gst_xvimagesink_buffer_alloc):
33301         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33302         again. Using internal data pointer of the x(v)image to store image's
33303         data to be coherent with the buffer alloc mechanism. Investigated the
33304         image destruction code to be sure that everything gets freed correctly.
33305
33306 2004-07-16  Wim Taymans  <wim@fluendo.com>
33307
33308         * gst-libs/gst/riff/riff-read.c:
33309         (gst_riff_read_strf_vids_with_data),
33310         (gst_riff_read_strf_auds_with_data):
33311         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33312         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33313         Make sure we don't create 0 sized subbuffers in riff-read.
33314         Signal the no more pads signal after reading the avi header.
33315
33316 2004-07-16  Wim Taymans  <wim@fluendo.com>
33317
33318         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33319         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33320         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33321         (gst_decode_bin_init), (gst_decode_bin_dispose),
33322         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33323         (no_more_pads), (close_link), (type_found),
33324         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33325         (gst_decode_bin_change_state), (plugin_init):
33326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33327         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33328         (gst_play_base_bin_dispose), (queue_overrun),
33329         (gen_preroll_element), (remove_prerolls), (unknown_type),
33330         (no_more_pads), (new_stream), (setup_source),
33331         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33332         (play_base_eos), (gst_play_base_bin_change_state),
33333         (gst_play_base_bin_add_element),
33334         (gst_play_base_bin_remove_element),
33335         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33336         (gst_play_base_bin_unlink_stream),
33337         (gst_play_base_bin_get_streaminfo):
33338         * gst/playback/gstplaybasebin.h:
33339         Better error recovery. Added configurable preroll queue size. Faster
33340         detection of no-more-pads.
33341
33342 2004-07-16  Wim Taymans  <wim@fluendo.com>
33343
33344         * gst-libs/gst/video/video.h:
33345         Added 32 bits RGBA. Not sure if we should use another mime-type
33346         for alpha rgb. Currently the presence of the alpha_mask property
33347         signals an alpha channel.
33348
33349 2004-07-16  Wim Taymans  <wim@fluendo.com>
33350
33351         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33353         FPS seems to be 0.0 to MAX everywhere else.
33354
33355 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33356
33357         * gst-libs/gst/riff/riff-media.c:
33358         (gst_riff_create_video_caps_with_data):
33359           mp42/mp43 (no caps) exist too.
33360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33361           Set pixel_width/height; we've got them in-caps.
33362         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33363         * gst/wavparse/gstwavparse.c: (plugin_init):
33364           Both are valid primary.
33365         * sys/oss/gstossmixer.c:
33366           Remove i18n hack and enable translations.
33367
33368 2004-07-15  Benjamin Otte  <otte@gnome.org>
33369
33370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33371         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33372           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33373
33374 2004-07-15  Benjamin Otte  <otte@gnome.org>
33375
33376         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33377         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33378         (gst_alsa_close_audio):
33379           disable some of the debugging code for now. Writing debugging to a
33380           buffer is broken in current alsalib releases.
33381
33382 2004-07-12  Benjamin Otte  <otte@gnome.org>
33383
33384         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33385           use bufferpools
33386
33387 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33388
33389         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33390         (theora_dec_src_query), (theora_dec_event):
33391         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33392           add debugging categories.  Remove \n's.
33393
33394 2004-07-13  Johan Dahlin  <johan@gnome.org>
33395
33396         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33397         (gst_play_bin_get_property): Impl.
33398
33399 2004-07-13  Wim Taymans  <wim@fluendo.com>
33400
33401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33402         When trying to find the stream length, seek back N pages
33403         instead of just one, where N is the number of streams in
33404         the current chain.
33405
33406 2004-07-13  Wim Taymans  <wim@fluendo.com>
33407
33408         * gst-libs/gst/riff/riff-media.c:
33409         (gst_riff_create_audio_caps_with_data),
33410         (gst_riff_create_audio_caps),
33411         (gst_riff_create_audio_template_caps):
33412         * gst-libs/gst/riff/riff-media.h:
33413         * gst-libs/gst/riff/riff-read.c:
33414         (gst_riff_read_strf_vids_with_data),
33415         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33416         * gst-libs/gst/riff/riff-read.h:
33417         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33418         (gst_avi_demux_add_stream):
33419         Set codec_data on caps for avidemuxer.
33420
33421 2004-07-12  David Schleef  <ds@schleef.org>
33422
33423         * configure.ac: Fix test for Objective C
33424
33425 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33426         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33427         (gst_gdk_pixbuf_chain):
33428           Add svg and pcx to template caps, and ensure that getcaps returns a
33429           subset of the template caps.
33430           Copy each row manually for output, as gdkpixbuf may pad the
33431           rowstride to a 32-bit word boundary.
33432
33433 2004-07-12  Wim Taymans  <wim@fluendo.com>
33434
33435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33436         (gst_riff_create_video_template_caps):
33437         Fix the template caps to include some more media types.
33438
33439 2004-07-12  Wim Taymans  <wim@fluendo.com>
33440
33441         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33442         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33443         (compare_ranks), (print_feature), (gst_decode_bin_init),
33444         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33445         (try_to_link_1), (new_pad), (close_link), (type_found),
33446         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33447         (gst_decode_bin_change_state), (plugin_init):
33448         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33449         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33450         (gst_play_base_bin_dispose), (queue_overrun),
33451         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33452         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33453         (gst_play_base_bin_get_property), (play_base_eos),
33454         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33455         (gst_play_base_bin_remove_element),
33456         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33457         (gst_play_base_bin_unlink_stream),
33458         (gst_play_base_bin_get_streaminfo):
33459         * gst/playback/gstplaybasebin.h:
33460         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33461         (gst_play_bin_class_init), (gst_play_bin_init),
33462         (gst_play_bin_dispose), (gst_play_bin_set_property),
33463         (gst_play_bin_get_property), (gen_video_element),
33464         (gen_audio_element), (remove_sinks), (setup_sinks),
33465         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33466         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33467         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33468         (gst_play_bin_query), (plugin_init):
33469         * gst/playback/test4.c: (main):
33470         More fixes on reusing of the element.
33471
33472 2004-07-11  Benjamin Otte  <otte@gnome.org>
33473
33474         * ext/mad/gstmad.c: (normal_seek):
33475           allow seeking for other methods than just SET
33476
33477 2004-07-11  Andy Wingo  <wingo@pobox.com>
33478
33479         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33480         float, "any" caps -> buffer_frames=[0,MAX].
33481
33482         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33483         doesn't intersect our caps with the template any more. Do it
33484         ourselves.
33485         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33486
33487 2004-07-09  Wim Taymans  <wim@fluendo.com>
33488
33489         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33490         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33491         (compare_ranks), (print_feature), (gst_decode_bin_init),
33492         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33493         (try_to_link_1), (new_pad), (close_link), (type_found),
33494         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33495         (gst_decode_bin_change_state), (plugin_init):
33496         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33497         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33498         (gst_play_base_bin_dispose), (queue_overrun),
33499         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33500         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33501         (gst_play_base_bin_get_property), (play_base_eos),
33502         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33503         (gst_play_base_bin_remove_element),
33504         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33505         (gst_play_base_bin_unlink_stream),
33506         (gst_play_base_bin_get_streaminfo):
33507         * gst/playback/gstplaybasebin.h:
33508         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33509         (gst_play_bin_class_init), (gst_play_bin_init),
33510         (gst_play_bin_dispose), (gst_play_bin_set_property),
33511         (gst_play_bin_get_property), (gen_video_element),
33512         (gen_audio_element), (remove_sinks), (setup_sinks),
33513         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33514         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33515         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33516         (gst_play_bin_query), (plugin_init):
33517         * gst/playback/test4.c: (main):
33518         Work on object reuse and seeking.
33519
33520 2004-07-09  Wim Taymans  <wim@fluendo.com>
33521
33522         * examples/seeking/seek.c: (iterate):
33523         Don't consume all CPU in the idle loop.
33524
33525 2004-07-09  Wim Taymans  <wim@fluendo.com>
33526
33527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33528         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33529         Add pad to element *after* setting the pad functions so that
33530         the scheduler can use the correct ones.
33531
33532 2004-07-09  Wim Taymans  <wim@fluendo.com>
33533
33534         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33535         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33536         Sync to keyframe after seek
33537
33538 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33539
33540         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33541         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33542         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33543         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33544         * ext/libvisual/visual.c: (gst_visual_change_state):
33545         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33546         * ext/theora/theoradec.c: (theora_dec_change_state):
33547         * ext/theora/theoraenc.c: (theora_enc_change_state):
33548         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33549         * gst-libs/gst/navigation/navigation.c:
33550         * gst/adder/gstadder.c: (gst_adder_change_state):
33551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33552         (gst_audio_convert_get_buffer):
33553         * gst/multipart/multipartdemux.c:
33554         (gst_multipart_demux_change_state):
33555         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33557         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33558         * gst/videoscale/gstvideoscale.c:
33559         (gst_videoscale_handle_src_event):
33560         * gst/volume/gstvolume.c: (volume_chain_int16):
33561           don't assert in state change, this should be done by the base
33562           GstElement class.
33563           various debugging fixes.
33564
33565 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33566
33567         * configure.ac:
33568         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33569         (gst_play_dispose), (gst_play_set_location),
33570         (gst_play_set_data_src), (gst_play_set_video_sink),
33571         (gst_play_set_audio_sink), (gst_play_set_visualization),
33572         (gst_play_connect_visualization), (gst_play_get_sink_element),
33573         (gst_play_get_all_by_interface):
33574         * gst-libs/gst/play/play.h:
33575           add new method to get elements implementing an interface.
33576           add various error logging
33577
33578 2004-07-08  Wim Taymans  <wim@fluendo.com>
33579
33580         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33581         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33582         (make_playerbin_pipeline), (query_durations_elems),
33583         (query_durations_pads), (query_positions_elems),
33584         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33585         (main):
33586         Added playbin seeking example.
33587
33588 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33589
33590         * gst-libs/gst/play/play.c: (gst_play_set_location),
33591         (gst_play_set_data_src), (gst_play_set_video_sink),
33592         (gst_play_set_audio_sink), (gst_play_set_visualization),
33593         (gst_play_connect_visualization), (gst_play_get_framerate):
33594           use a macro to look up elements from hash table
33595
33596 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33597
33598         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33599         (gst_play_get_length_callback), (gst_play_set_location),
33600         (gst_play_seek_to_time), (gst_play_set_data_src),
33601         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33602         (gst_play_set_visualization), (gst_play_connect_visualization),
33603         (gst_play_get_sink_element):
33604         - add debugging info
33605         - fix looking up sink elements by iterating over complete caps
33606         - put everything except for source and autoplugger in a complete bin
33607
33608 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33609
33610         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33612         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33613         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33614         * ext/alsa/gstalsasink.h:
33615         - add debugging info
33616         - clean up schizophrenia of data/buffer/event
33617         - fix double event unref error
33618
33619 2004-07-08  Wim Taymans  <wim@fluendo.com>
33620
33621         * gst/playback/Makefile.am:
33622         Add headers to noinst
33623
33624 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33625
33626         * tools/gst-launch-ext-m.m:
33627         * tools/gst-launch-ext.1.in:
33628           convert to the third millenium
33629
33630 2004-07-07  David Schleef  <ds@schleef.org>
33631
33632         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33633
33634 2004-07-07  Wim Taymans  <wim@fluendo.com>
33635
33636         * gst/playback/Makefile.am:
33637         * gst/playback/README:
33638         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33639         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33640         (compare_ranks), (print_feature), (gst_decode_bin_init),
33641         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33642         (try_to_link_1), (new_pad), (close_link), (type_found),
33643         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33644         (plugin_init):
33645         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33646         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33647         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33648         (gen_preroll_element), (no_more_pads), (new_stream),
33649         (setup_source), (gst_play_base_bin_set_property),
33650         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33651         (gst_play_base_bin_add_element),
33652         (gst_play_base_bin_remove_element),
33653         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33654         (gst_play_base_bin_unlink_stream),
33655         (gst_play_base_bin_get_streaminfo):
33656         * gst/playback/gstplaybasebin.h:
33657         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33658         (gst_play_bin_class_init), (gst_play_bin_init),
33659         (gst_play_bin_dispose), (gst_play_bin_set_property),
33660         (gst_play_bin_get_property), (gen_video_element),
33661         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33662         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33663         (gst_play_bin_get_formats), (gst_play_bin_convert),
33664         (gst_play_bin_get_query_types), (gst_play_bin_query),
33665         (plugin_init):
33666         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33667         (gst_stream_info_get_type), (gst_stream_info_class_init),
33668         (gst_stream_info_init), (gst_stream_info_new),
33669         (gst_stream_info_dispose), (gst_stream_info_set_property),
33670         (gst_stream_info_get_property):
33671         * gst/playback/gststreaminfo.h:
33672         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33673         (main):
33674         * gst/playback/test2.c: (main):
33675         * gst/playback/test3.c: (update_scale), (main):
33676         More playbin fixes. Added README. Do better element filtering.
33677         Added base class to preroll media. Added test apps.
33678
33679 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33680
33681         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33682         * ext/mpeg2dec/gstmpeg2dec.h:
33683           various debugging improvements.  Reset stream to next picture
33684           instead of sequence header, otherwise seeks cannot work.
33685
33686 2004-07-07  Wim Taymans  <wim@fluendo.com>
33687
33688         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33689         (gst_video_box_class_init), (gst_video_box_set_property),
33690         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33691         Use pad_alloc where possible.
33692
33693 2004-07-07  Wim Taymans  <wim@fluendo.com>
33694
33695         * sys/oss/gstosselement.c: (gst_osselement_reset),
33696         (gst_osselement_parse_caps):
33697         * sys/oss/gstosselement.h:
33698         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33699         Fix offset on osssrc.
33700
33701 2004-07-07  Wim Taymans  <wim@fluendo.com>
33702
33703         * ext/theora/theora.c: (plugin_init):
33704         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33705         (theora_dec_src_query), (theora_dec_chain):
33706         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33707         (theora_enc_sink_link), (theora_buffer_from_packet),
33708         (theora_push_packet), (theora_enc_chain):
33709         Fix theora granulepos calculation.
33710         Fix overflow in duration/position calculation.
33711         Bump rank to PRIMARY for theoradec.
33712         Use granulepos of last packet to calculate position.
33713         Set keyframe flag on buffers when needed.
33714
33715 2004-07-06  David Schleef  <ds@schleef.org>
33716
33717         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33718         serious?  (Fixed, obviously.)
33719
33720 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33721
33722         * po/LINGUAS:
33723         * po/cs.po:
33724           added Czech translation (Miloslav Trmac)
33725
33726 2004-07-05  Wim Taymans  <wim@fluendo.com>
33727
33728         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33729         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33730         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33731         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33732         (close_link), (type_found), (gst_decode_bin_set_property),
33733         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33734         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33735         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33736         (gst_decode_bin_query), (plugin_init):
33737         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33738         (gst_play_bin_class_init), (gst_play_bin_init),
33739         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33740         (get_video_element), (new_pad), (setup_source),
33741         (gst_play_bin_set_property), (gst_play_bin_get_property),
33742         (gst_play_bin_change_state), (gst_play_bin_add_element),
33743         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33744         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33745         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33746         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33747         * gst/playback/test.c: (main):
33748         More fixes, cleaned up playbin, make it use decodebin. Added
33749         threaded property to playbin.
33750
33751 2004-07-05  Wim Taymans  <wim@fluendo.com>
33752
33753         * configure.ac:
33754         * gst/playback/Makefile.am:
33755         * gst/playback/decodetest.c: (main):
33756         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33757         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33758         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33759         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33760         (close_link), (type_found), (gst_decode_bin_set_property),
33761         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33762         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33763         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33764         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33765         (plugin_init):
33766         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33767         (gst_play_bin_class_init), (gst_play_bin_init),
33768         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33769         (collect_sink_pads), (find_compatibles), (close_pad_link),
33770         (try_to_link_1), (new_pad), (close_link), (type_found),
33771         (setup_source), (gst_play_bin_set_property),
33772         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33773         (compare_ranks), (gst_play_bin_collect_factories),
33774         (gst_play_bin_change_state), (gst_play_bin_add_element),
33775         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33776         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33777         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33778         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33779         * gst/playback/test.c: (main):
33780         Added some playback helper elements and some test apps, very alpha
33781         still.
33782
33783 2004-07-04  Benjamin Otte  <otte@gnome.org>
33784
33785         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33786           only restart audio when we indeed have an xrun to fix repeated
33787           xruns. Fix suggested by Giuliano Pochini.
33788
33789 2004-07-03  David Schleef  <ds@schleef.org>
33790
33791         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33792         call to gst_debug_log() if debugging is disabled (bug #145118)
33793
33794 2004-07-03  Benjamin Otte  <otte@gnome.org>
33795
33796         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33797           use our own functions for restarting the alsa device.
33798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33799           I should apply patches myself - use MIN for the third argument, not
33800           the second, this fixes seeking
33801
33802 2004-07-02  David Schleef  <ds@schleef.org>
33803
33804         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33805         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33806         do with the logic.
33807
33808 2004-07-02  David Schleef  <ds@schleef.org>
33809
33810         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33811         output buffers.  Fix logic mistake.  (bug #144866)
33812
33813 2004-07-02  David Schleef  <ds@schleef.org>
33814
33815         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33816         on X.  (bug #144753)
33817
33818 2004-07-02  David Schleef  <ds@schleef.org>
33819
33820         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33821         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33822         (bug #144624)
33823         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33824         (gst_osselement_rate_probe_check): Add another workaround for
33825         buggy drivers (bug #145336)
33826
33827 2004-07-02  David Schleef  <ds@schleef.org>
33828
33829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33830         Most systems don't have MSG_NOSIGNAL.
33831
33832 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33833
33834         * Makefile.am:
33835         * gst-libs/gst/colorbalance/Makefile.am:
33836         * gst-libs/gst/mixer/Makefile.am:
33837         * gst-libs/gst/play/Makefile.am:
33838         * gst-libs/gst/tuner/Makefile.am:
33839           (hopefully) fix both install and dist and make error message useful.
33840           needs testing across automakes.
33841
33842 2004-07-02  Benjamin Otte  <otte@gnome.org>
33843
33844         * ext/ogg/gstogg.c: (plugin_init):
33845           we require bytestream now
33846         * ext/ogg/gstoggdemux.c:
33847           huge diff to implement chain setup in a fast and generic way. This
33848           improves tag reading and startup of huge files (read: Theora videos)
33849           quite a bit. It probably contains bugs, too, so please test.
33850           Seeking is not improved to the fast method.
33851
33852 2004-06-29  Wim Taymans  <wim@fluendo.com>
33853
33854         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33855         * ext/ogg/gstoggmux.c:
33856         Fix memleak in oggdemux when running unconnected pads.
33857         doc update in mux, start working on keyframe mode.
33858
33859 2004-06-29  Benjamin Otte  <otte@gnome.org>
33860
33861         * sys/oss/gstosssink.c:
33862         * sys/oss/gstosssrc.c:
33863           advertise correct template caps - we indeed do non-native endianness
33864           and 8bit audio has no endianness
33865         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33867           avoid (wrong) duplications in getcaps function and return
33868           template caps
33869
33870 2004-06-29  Wim Taymans  <wim@fluendo.com>
33871
33872         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33873         (gst_multifdsink_class_init), (gst_multifdsink_add),
33874         (gst_multifdsink_remove), (gst_multifdsink_clear),
33875         (gst_multifdsink_client_remove),
33876         (gst_multifdsink_handle_client_read),
33877         (gst_multifdsink_client_queue_data),
33878         (gst_multifdsink_client_queue_caps),
33879         (gst_multifdsink_client_queue_buffer),
33880         (gst_multifdsink_handle_client_write),
33881         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33882         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33883         (gst_multifdsink_init_send), (gst_multifdsink_close):
33884         Fix wrong GList iteration that could crash the server when
33885         more then 2 clients disconnect at the same time. Read all the
33886         pending commands in one batch to recover from command storms under
33887         very heavy load.
33888
33889 2004-06-28  Wim Taymans  <wim@fluendo.com>
33890
33891         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33892         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33893         (gst_videomixer_pad_set_property),
33894         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33895         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33896         (gst_videomixer_class_init), (gst_videomixer_init),
33897         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33898         (pad_zorder_compare), (gst_videomixer_sort_pads),
33899         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33900         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33901         (gst_videomixer_update_queues), (gst_videomixer_loop),
33902         (plugin_init):
33903         Avoid divide by zero, choose masterpad as the pad with the highest
33904         framerate.
33905
33906 2004-06-27  Julien Moutte  <julien@moutte.net>
33907
33908         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33909         (gst_ximagesink_xwindow_new):
33910         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33911         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33912         function directly. We might want to call it from somewhere else one day.
33913
33914 2004-06-27  Julien Moutte  <julien@moutte.net>
33915
33916         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33917         (gst_ximagesink_xwindow_new):
33918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33919         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33920         window decorations.
33921
33922 2004-06-27  Wim Taymans  <wim@fluendo.com>
33923
33924         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33925         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33926         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33927         (gst_dvdec_set_property), (gst_dvdec_get_property):
33928         * ext/dv/gstdvdec.h:
33929         Implement drop_factor property to lower the framerate with
33930         a factor.
33931
33932 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33933
33934         * gst-libs/gst/colorbalance/Makefile.am:
33935         * gst-libs/gst/mixer/Makefile.am:
33936         * gst-libs/gst/play/Makefile.am:
33937         * gst-libs/gst/tuner/Makefile.am:
33938           unbreak Company's fix that didn't install the -enum.h files
33939
33940 2004-06-27  Wim Taymans  <wim@fluendo.com>
33941
33942         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33943         (gst_dvdec_change_state):
33944         * ext/dv/gstdvdec.h:
33945         Fix timestamp, duration and offset of the buffers.
33946
33947 2004-06-27  Wim Taymans  <wim@fluendo.com>
33948
33949         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33950         (gst_multifdsink_class_init), (gst_multifdsink_add),
33951         (gst_multifdsink_remove), (gst_multifdsink_clear),
33952         (gst_multifdsink_client_remove),
33953         (gst_multifdsink_handle_client_read),
33954         (gst_multifdsink_client_queue_data),
33955         (gst_multifdsink_client_queue_caps),
33956         (gst_multifdsink_client_queue_buffer),
33957         (gst_multifdsink_handle_client_write),
33958         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33959         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33960         (gst_multifdsink_init_send), (gst_multifdsink_close):
33961         * gst/tcp/gstmultifdsink.h:
33962         * gst/tcp/gsttcpserversink.c:
33963         (gst_tcpserversink_handle_server_read),
33964         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33965         More multifdsink fixes, more recovery policy fixes.
33966         Removed stupid g_print
33967
33968 2004-06-26  Wim Taymans  <wim@fluendo.com>
33969
33970         * gst/tcp/Makefile.am:
33971         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33972         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33973         (gst_multifdsink_class_init), (gst_multifdsink_init),
33974         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33975         (gst_multifdsink_handle_client_read),
33976         (gst_multifdsink_client_queue_data),
33977         (gst_multifdsink_client_queue_caps),
33978         (gst_multifdsink_client_queue_buffer),
33979         (gst_multifdsink_handle_client_write),
33980         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33981         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33982         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33983         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33984         (gst_multifdsink_close), (gst_multifdsink_change_state):
33985         * gst/tcp/gstmultifdsink.h:
33986         * gst/tcp/gsttcpplugin.c: (plugin_init):
33987         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33988         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33989         (gst_tcpserversink_handle_server_read),
33990         (gst_tcpserversink_handle_select),
33991         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33992         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33993         * gst/tcp/gsttcpserversink.h:
33994         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33995         one of the locks, added recovery policy to multifdsink.
33996
33997 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33998
33999         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34000           fix decision for when getting frames with same timestamp
34001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34002         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34003         (gst_v4lsrc_get_property):
34004         * sys/v4l/gstv4lsrc.h:
34005           add latency offset property
34006
34007 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34008
34009         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34010         (plugin_init):
34011           fix debugging. add category.
34012
34013 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34014
34015         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34016           fix wrong offsets
34017
34018 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34019
34020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34021         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34022         (gst_alsa_src_change_state):
34023           return a time that is in sync with the element's processing
34024
34025 2004-06-25  Wim Taymans  <wim@fluendo.com>
34026
34027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34028         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34029         (gst_tcpserversink_client_remove),
34030         (gst_tcpserversink_handle_client_read),
34031         (gst_tcpserversink_client_queue_data),
34032         (gst_tcpserversink_client_queue_caps),
34033         (gst_tcpserversink_client_queue_buffer),
34034         (gst_tcpserversink_handle_client_write),
34035         (gst_tcpserversink_queue_buffer),
34036         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34037         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34038         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34039         (gst_tcpserversink_close):
34040         * gst/tcp/gsttcpserversink.h:
34041         Serversink rewrite. Really do non blocking writes to clients and
34042         maintain an internal queue to handle slower clients while not
34043         disturbing fast clients.
34044
34045 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34046
34047         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34048           better debug, don't override OFFSET and OFFSET_END
34049
34050 2004-06-25  Iain <iain@prettypeople.org>
34051
34052         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34053         name=source for the wavparse pipeline.
34054
34055 2004-06-24  Johan Dahlin  <johan@gnome.org>
34056
34057         * ext/theora/theoraenc.c (theora_enc_chain): Call
34058         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34059         streamheader caps are set correctly.
34060
34061 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34062
34063         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34064         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34065           respect minimum bitrate; same could be done for max bitrate
34066
34067 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34068
34069         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34070         (gst_vorbisenc_setup):
34071           fix sample rate range
34072
34073 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34074
34075         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34076         (gst_oggvorbisenc_setup):
34077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34078         (gst_vorbisenc_setup):
34079           resolve ambiguities in code and description
34080
34081 2004-06-24  Wim Taymans  <wim@fluendo.com>
34082
34083         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34084         * ext/alsa/gstalsa.h:
34085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34086         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34087         Use alsa trigger_tstamp to get the timestamp of the first
34088         sample in the buffer for more precise sync. Some cleanups.
34089
34090 2004-06-24  Wim Taymans  <wim@fluendo.com>
34091
34092         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34093         (gst_audiorate_init), (gst_audiorate_chain),
34094         (gst_audiorate_set_property), (gst_audiorate_get_property):
34095         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34096         (gst_videorate_chain):
34097         Added some logging, fixed an overflow bug in videorate.
34098
34099 2004-06-24  Benjamin Otte  <otte@gnome.org>
34100
34101         * ext/kio/Makefile.am:
34102           fix for builddir != srcdir and distcheck
34103
34104 2004-06-24  Benjamin Otte  <otte@gnome.org>
34105
34106         * gst-libs/gst/colorbalance/Makefile.am:
34107         * gst-libs/gst/mixer/Makefile.am:
34108         * gst-libs/gst/play/Makefile.am:
34109         * gst-libs/gst/tuner/Makefile.am:
34110         * gst/tcp/Makefile.am:
34111         * sys/dxr3/Makefile.am:
34112           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34113           tarball.
34114           Also add all *.list files that were missing.
34115         * Makefile.am:
34116           add a distcheck hook to ensure the above doesn't happen again.
34117
34118 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34119
34120         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34121
34122 2004-06-23  Colin Walters  <walters@redhat.com>
34123
34124         * m4/Makefile.am: Distribute gst-fionread.m4.
34125
34126 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34127
34128         * configure.ac: back to dev
34129
34130 2004-06-23  Wim Taymans  <wim@fluendo.com>
34131
34132         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34133         (gst_alsa_xrun_recovery):
34134         * ext/alsa/gstalsa.h:
34135         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34136         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34137         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34138         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34139         (gst_alsa_src_loop):
34140         Add clock to alsasrc. Take new capture timestamp when
34141         restarting after an overrun. Split up some functions between
34142         alsasrc and alsasink.
34143
34144 === release 0.8.2 ===
34145
34146 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34147
34148         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34149         (gst_alsa_change_state), (gst_alsa_update_avail),
34150         (gst_alsa_xrun_recovery):
34151         * ext/alsa/gstalsa.h:
34152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34153           merge back changes from release
34154
34155 2004-06-23  Wim Taymans  <wim@fluendo.com>
34156
34157         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34158         (gst_audiorate_init), (gst_audiorate_chain),
34159         (gst_audiorate_set_property), (gst_audiorate_get_property):
34160         Implement sample dropping and notify
34161
34162 2004-06-22  Wim Taymans  <wim@fluendo.com>
34163
34164         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34165         (theora_enc_sink_link), (theora_buffer_from_packet),
34166         (theora_push_packet), (theora_enc_chain):
34167         Some cleanups, make sure the timestamps are correct.
34168
34169 2004-06-22  Wim Taymans  <wim@fluendo.com>
34170
34171         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34172         (gst_alsa_change_state), (gst_alsa_update_avail),
34173         (gst_alsa_xrun_recovery):
34174         * ext/alsa/gstalsa.h:
34175         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34176         Cleanups, take queued samples into account when reporting
34177         the time.
34178
34179 2004-06-22  Wim Taymans  <wim@fluendo.com>
34180
34181         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34182         (gst_videorate_init):
34183         Initialize the property as well.
34184
34185 2004-06-22  Wim Taymans  <wim@fluendo.com>
34186
34187         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34188         (gst_videorate_init), (gst_videorate_chain),
34189         (gst_videorate_set_property), (gst_videorate_get_property):
34190         Add property to make videorate silent.
34191         Add property to prefer new frames over old ones.
34192
34193 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34194
34195         * sys/osxvideo/Makefile.am:
34196         Workaround so that the osxvideo .so file gets linked with the
34197         Cocoa, OpenGL and QuickTime frameworks
34198
34199 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34200
34201         * sys/osxaudio/Makefile.am:
34202         Workaround so that the osxaudio .so file gets linked with the
34203         CoreAudio framework
34204
34205 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34206
34207         * configure.ac:
34208         Whoops, my fault...fixed build issues
34209
34210 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34211
34212         * configure.ac:
34213         Add objective-c support if running in Darwin/Mac OS X
34214         * sys/Makefile.am:
34215         * sys/osxvideo:
34216         * sys/osxvideo/Makefile.am:
34217         * sys/osxvideo/osxvideosink.h:
34218         * sys/osxvideo/osxvideosink.m:
34219         * sys/osxvideo/cocoawindow.h:
34220         * sys/osxvideo/cocoawindow.m:
34221         Add osxvideosink, a cocoa-based osx video sink
34222
34223
34224 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34225         * ext/dvdnav/gst-dvd:
34226         Grab the gconf key from the right spot
34227         * gst/debug/gstnavseek.c: (gst_navseek_init),
34228         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34229         (gst_navseek_chain):
34230         * gst/debug/gstnavseek.h:
34231           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34232           and loop parameters of a segment seek.
34233         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34234         (gst_videotestsrc_get_event_masks),
34235         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34236         * gst/videotestsrc/gstvideotestsrc.h:
34237           Add seeking support to videotestsrc
34238           Initialise the timestamp_offset variable.
34239
34240 2004-06-18  Wim Taymans  <wim@fluendo.com>
34241
34242         * ext/sidplay/gstsiddec.cc:
34243         Fix negotiation and set correct end offset.
34244
34245 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34246
34247         * configure.ac: branch and prerelease
34248
34249 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34250
34251         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34252         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34253         (gst_tcpclientsrc_init_receive):
34254         * gst/tcp/gsttcpclientsrc.h:
34255           read caps when connecting to server for GDP so we set them correctly
34256
34257 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34258
34259         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34260           notify drops and duplicates
34261         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34262           no good reason to limit ourselves to 100x100
34263
34264 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34265
34266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34267         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34268         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34269         (gst_v4lsrc_get_property):
34270         * sys/v4l/gstv4lsrc.h:
34271         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34272         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34273         (gst_v4l_set_audio):
34274         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34275         (gst_v4lsrc_try_capture):
34276         * sys/v4l/v4lsrc_calls.h:
34277           change try_palette to more general try_capture
34278           add autoprobe option so we can turn off autoprobing
34279           various fixes
34280
34281 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34282
34283         * configure.ac:
34284           add videorate
34285         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34286         (gst_ximagesink_class_init):
34287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34288         (gst_xvimagesink_class_init):
34289           run them as finalize, not dispose, since dispose can be invoked
34290           multiple times
34291
34292 2004-06-17  Wim Taymans  <wim@fluendo.com>
34293
34294         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34295         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34296         * ext/alsa/gstalsa.h:
34297         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34298         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34299         (gst_alsa_src_change_state):
34300         * ext/alsa/gstalsasrc.h:
34301         Make the xrun code timestamp and offset the buffers correctly.
34302         moved the clock to the base class, use alsa methods to get time.
34303         Do correct timestamping on outgoing buffers.
34304
34305 2004-06-17  Wim Taymans  <wim@fluendo.com>
34306
34307         * gst/audiorate/Makefile.am:
34308         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34309         (gst_audiorate_base_init), (gst_audiorate_class_init),
34310         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34311         (gst_audiorate_set_property), (gst_audiorate_get_property),
34312         (gst_audiorate_change_state), (plugin_init):
34313         Added an audiorate converter that fills in gaps.
34314
34315 2004-06-17  Johan Dahlin  <johan@gnome.org>
34316
34317         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34318
34319 2004-06-16  Wim Taymans  <wim@fluendo.com>
34320
34321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34323         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34324         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34325         (gst_v4lsrc_get_property):
34326         * sys/v4l/gstv4lsrc.h:
34327         Added a copy mode to v4lsrc where it will output a copied version
34328         of its internal hardware buffer.
34329         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34330         can't | them.
34331
34332 2004-06-16  Wim Taymans  <wim@fluendo.com>
34333
34334         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34335         Timestamp fixes.
34336
34337 2004-06-16  Wim Taymans  <wim@fluendo.com>
34338
34339         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34340         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34341         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34342         (gst_v4lsrc_get_property):
34343         * sys/v4l/gstv4lsrc.h:
34344         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34345         Added a sync mode enum property to control v4lsrc timestamp method
34346         Removed the use-fixed-fps property and moved functionality in
34347         the enum.
34348         Don't error on an error value from v4l-conf, it might not always
34349         be a real error.
34350
34351 2004-06-16  Wim Taymans  <wim@fluendo.com>
34352
34353         * gst/videorate/Makefile.am:
34354         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34355         (gst_videorate_base_init), (gst_videorate_class_init),
34356         (gst_videorate_getcaps), (gst_videorate_link),
34357         (gst_videorate_init), (gst_videorate_chain),
34358         (gst_videorate_set_property), (gst_videorate_get_property),
34359         (gst_videorate_change_state), (plugin_init):
34360         Added a video timestamp corrector.
34361
34362 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34363
34364         fixed a potential leak with previous commit
34365
34366         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34367
34368 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34369
34370         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34371         Added missing refcount, fixes bug #144425
34372         Cheers Tim for finding the bug
34373
34374 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34375
34376         * sys/v4l/gstv4l.c: (plugin_init):
34377         * sys/v4l/gstv4lcolorbalance.c:
34378         * sys/v4l/gstv4lcolorbalance.h:
34379         * sys/v4l/gstv4lelement.c:
34380         * sys/v4l/gstv4lelement.h:
34381         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34382         * sys/v4l/gstv4lmjpegsink.h:
34383         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34384         * sys/v4l/gstv4lmjpegsrc.h:
34385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34386         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34387         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34388         * sys/v4l/gstv4lsrc.h:
34389         * sys/v4l/gstv4ltuner.c:
34390         * sys/v4l/gstv4ltuner.h:
34391         * sys/v4l/gstv4lxoverlay.c:
34392         * sys/v4l/gstv4lxoverlay.h:
34393         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34394         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34395         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34396         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34397         (gst_v4l_set_audio):
34398         * sys/v4l/v4l_calls.h:
34399         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34400         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34401         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34402         (gst_v4lmjpegsink_playback_init),
34403         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34404         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34405         (gst_v4lmjpegsink_playback_stop),
34406         (gst_v4lmjpegsink_playback_deinit):
34407         * sys/v4l/v4lmjpegsink_calls.h:
34408         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34409         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34410         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34411         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34412         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34413         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34414         * sys/v4l/v4lmjpegsrc_calls.h:
34415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34416         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34417         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34418         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34419         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34420         (gst_v4lsrc_try_palette):
34421         * sys/v4l/v4lsrc_calls.h:
34422           bunch of paranoia cleanups
34423
34424 2004-06-14  David Schleef  <ds@schleef.org>
34425
34426         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34427         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34428         Send discont events and change timestamps appropriately when
34429         we get a seek event.  (bug #144240)
34430         * ext/cdparanoia/gstcdparanoia.h:
34431
34432 2004-06-14  Benjamin Otte  <otte@gnome.org>
34433
34434         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34435           snd_pcm_hw_params_set_rate  since the latter fails for no good
34436           reason on some setups.
34437
34438 2004-06-14  David Schleef  <ds@schleef.org>
34439
34440         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34441         standard.  Thank you for playing.
34442
34443 2004-06-14  Wim Taymans  <wim@fluendo.com>
34444
34445         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34446         Patch 1.3 broke the ordering of the colorspace info and
34447         made the plugin basically work by coincidence, reordered
34448         the info.
34449
34450 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34451
34452         * ext/lame/gstlame.c:
34453         * ext/mad/gstmad.c:
34454           sync caps.  Make sure mad can only output a list of rates, not
34455           a full range.  In the future, have three caps lists for each of the
34456           mpeg versions.  Change mpegversion to a double as well.
34457
34458 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34459
34460         * gst/volume/.cvsignore:
34461         * gst/volume/Makefile.am:
34462         * gst/volume/demo.c: (value_changed_callback), (idler),
34463         (setup_gui), (main):
34464           added small demo app
34465
34466 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34467         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34468         * ext/esd/esdsink.h:
34469         Close the esd connection on pause, because esd will just wait -
34470         blocking all other esd clients indefinitely.
34471
34472 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34473
34474         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34475           previous commit with GST_DEBUG
34476
34477 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34478
34479         * configure.ac:
34480           add a header check for a dvdread header in dvdnav.  Fixes #133002
34481
34482 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34483
34484         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34485         * gst/tcp/gsttcpclientsink.h:
34486         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34487         * gst/tcp/gsttcpclientsrc.h:
34488         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34489         (gst_tcpserversink_handle_server_read),
34490         (gst_tcpserversink_init_send):
34491         * gst/tcp/gsttcpserversink.h:
34492         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34493         * gst/tcp/gsttcpserversrc.h:
34494         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34495         version of IP)
34496
34497 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34498
34499         * configure.ac:
34500         Added ogg library so that OSX detects libtheora properly
34501
34502 2004-06-11  Wim Taymans  <wim@fluendo.com>
34503
34504         * ext/theora/theoradec.c: (theora_dec_chain),
34505         (theora_dec_change_state):
34506         Don't try to decode frames before we received a keyframe.
34507
34508 2004-06-11  Wim Taymans  <wim@fluendo.com>
34509
34510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34511         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34512         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34513         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34514         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34515         Added property to set the maximum delay of a page.
34516
34517 2004-06-10  Wim Taymans  <wim@fluendo.com>
34518
34519         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34520         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34521         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34522         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34523         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34524         Added max-delay property to control the maximum amount
34525         of data to put in one page.
34526
34527 2004-06-10  Wim Taymans  <wim@fluendo.com>
34528
34529         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34530         (gst_theora_enc_init), (theora_enc_sink_link),
34531         (theora_buffer_from_packet), (theora_enc_set_property),
34532         (theora_enc_get_property):
34533         Set duration on encoded buffer, added some more properties
34534
34535 2004-06-10  Wim Taymans  <wim@fluendo.com>
34536
34537         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34538         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34539         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34540         * ext/theora/theoraenc.c: (theora_enc_chain):
34541         Fix refcounting bugs
34542
34543 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34544
34545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34546         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34547         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34548         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34549         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34550         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34551         (gst_asf_demux_change_state):
34552         * gst/asfdemux/gstasfdemux.h:
34553           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34554           feels like. I think we should set a new requirement for demuxers
34555           from now on to implement sane loop functions, data loops, query
34556           and seek functions before first commit into CVS. And this commit
34557           fixes all of the above.
34558
34559 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34560
34561         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34562           vorbis comments are properly encoded in UTF-8 before adding them
34563           to a GstTagList
34564
34565 2004-06-09  Benjamin Otte  <otte@gnome.org>
34566
34567         * ext/alsa/gstalsa.c: (add_channels):
34568           handle min <= max correctly
34569         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34570         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34571           add fixation functions so we fixate correctly. No preferring of alaw
34572           anymore because it's the first structure.
34573         * ext/alsa/gstalsa.h:
34574         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34575         (gst_alsa_hw_params_dump):
34576           add functions to ease debugging in alsalib
34577         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34578         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34579         (gst_alsa_start_audio):
34580           only specify hw params if we really setup a format (fixes #134007 -
34581           or at least works around it)
34582
34583 2004-06-09  Wim Taymans  <wim@fluendo.com>
34584
34585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34586         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34587         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34588         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34589         (gst_ogg_mux_loop):
34590         Use stream caps to setup the initial pages in the ogg stream.
34591         Correctly set the streamheader caps on the srcpad.
34592
34593 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34594
34595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34596         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34597         (gst_v4lsrc_getcaps):
34598         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34599         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34600           add querying of fps lists for webcams.  Negotiating to a framerate
34601           now works.
34602
34603 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34604
34605         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34606         (theora_push_buffer), (theora_push_packet),
34607         (theora_set_header_on_caps), (theora_enc_chain):
34608           mark buffers and put on streamheader, raw theora streaming
34609           now works too, whee
34610
34611 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34612
34613         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34614         (gst_tcp_gdp_read_caps):
34615           do a looping read for caps and GDP headers too
34616
34617 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34618
34619         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34620         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34621           return EOS instead of NULL in _get
34622
34623 2004-06-08  Wim Taymans  <wim@fluendo.com>
34624
34625         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34626         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34627         (gst_tcp_gdp_write_caps):
34628         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34629         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34630         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34631         Memory leak fixes
34632
34633 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34634
34635         * ext/vorbis/Makefile.am:
34636         * ext/vorbis/vorbis.c: (plugin_init):
34637         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34638         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34639         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34640         (vorbis_parse_change_state):
34641         * ext/vorbis/vorbisparse.h:
34642           adding a vorbisparse element that marks the buffers, streaming
34643           raw vorbis using GDP now works, whee
34644
34645 2004-06-08  Wim Taymans  <wim@fluendo.com>
34646
34647         * ext/jpeg/Makefile.am:
34648         * ext/jpeg/README:
34649         * ext/jpeg/gstjpeg.c: (plugin_init):
34650         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34651         (gst_smokedec_base_init), (gst_smokedec_class_init),
34652         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34653         * ext/jpeg/gstsmokedec.h:
34654         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34655         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34656         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34657         (gst_smokeenc_resync), (gst_smokeenc_chain),
34658         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34659         * ext/jpeg/gstsmokeenc.h:
34660         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34661         (smokecodec_flush_destination), (smokecodec_term_destination),
34662         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34663         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34664         (smokecodec_term_source), (smokecodec_encode_new),
34665         (smokecodec_decode_new), (smokecodec_info_free),
34666         (smokecodec_set_quality), (smokecodec_get_quality),
34667         (smokecodec_set_threshold), (smokecodec_get_threshold),
34668         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34669         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34670         (smokecodec_parse_header), (smokecodec_decode):
34671         * ext/jpeg/smokecodec.h:
34672         Added a new simple jpeg based codec
34673
34674 2004-06-08  Wim Taymans  <wim@fluendo.com>
34675
34676         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34677         (gst_multipart_mux_loop):
34678         Fix memory leak
34679
34680 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34681
34682         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34683         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34684         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34685         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34686         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34687         * gst/tcp/gsttcpserversink.h:
34688           take streamheader into account
34689
34690 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34691
34692         * gst/level/Makefile.am:
34693         * gst/level/gstlevel.c: (gst_level_class_init):
34694           clean up marshal generation
34695
34696 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34697
34698         * gst/tcp/Makefile.am:
34699         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34700         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34701         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34702         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34703         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34704         (gst_tcpclientsrc_get_property):
34705         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34706         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34707         (gst_tcpserversink_handle_client_read),
34708         (gst_tcpserversink_handle_client_write),
34709         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34710         * gst/tcp/gsttcpserversink.h:
34711           add signals client-added and client-removed
34712         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34713         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34714         (gst_tcpserversrc_get_property):
34715         uniformized, change default protocol to NONE
34716         * gst/tcp/gsttcp-marshal.list: added
34717 2004-06-07  Benjamin Otte  <otte@gnome.org>
34718
34719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34720           handle discont events if they happen before caps nego
34721
34722 2004-06-07  Wim Taymans  <wim@fluendo.com>
34723
34724         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34725         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34726         (gst_multipart_demux_plugin_init):
34727         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34728         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34729         (gst_multipart_mux_change_state):
34730         Small updates, fix a memleak
34731
34732 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34733
34734         * configure.ac: OSS portability
34735         * ext/arts/gst_arts.c: idem
34736         * sys/oss/gstosselement.c: idem
34737         * sys/oss/gstossmixer.c: idem
34738         * sys/oss/gstosssink.c: idem
34739         * sys/oss/gstosssrc.c: idem
34740         * sys/oss/oss_probe.c: idem
34741           - check for soundcard.h in different places for some BSD
34742
34743 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34744
34745         * AUTHORS:
34746         Add me to the authors file
34747         * configure.ac:
34748         Increase the libdv requirement to >= version 0.100
34749         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34750         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34751         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34752         * ext/dv/gstdvdec.h:
34753         Add support for the new_media flag when sending DISCONT events
34754         Make the querying work when video pad is not linked
34755
34756 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34757
34758         reviewed by Benjamin Otte  <otte@gnome.org>
34759
34760         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34761           create a NULL-initialized array of pads, so we don't think they
34762           exist already. (fixes #143130)
34763
34764 2004-06-07  Benjamin Otte  <otte@gnome.org>
34765
34766         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34767         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34768         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34769           don't use // coments
34770
34771 2004-06-07  Benjamin Otte  <otte@gnome.org>
34772
34773         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34774           cast to GstClockTime to get higher granularity
34775         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34776           use gst_element_set_time_delay to get the exact time
34777         * ext/mad/gstmad.c: (gst_mad_chain):
34778           use the negotiated rate instead of the current frame's rate which
34779           might be wrong because of bit errors. This avoids emitting totally
34780           bogus timestamps and screwing sync.
34781         (fixes #143454)
34782
34783 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34784
34785         reviewed by Benjamin Otte  <otte@gnome.org>
34786
34787         * gst/adder/gstadder.c: (gst_adder_loop):
34788           properly error out when no negotiation has happened yet. (fixes
34789           #143032)
34790
34791 2004-06-06  Benjamin Otte  <otte@gnome.org>
34792
34793         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34794           forward correctly transformed offset in discont events. Based on
34795           patch by Arwed v. Merkatz. (fixes #142851)
34796
34797 2004-06-06  David Schleef  <ds@schleef.org>
34798
34799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34800         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34801         problems on several systems.
34802
34803 2004-06-06  Benjamin Otte  <otte@gnome.org>
34804
34805         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34806           use explicit caps on the srcpad
34807         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34808           properly error out if caps couldn't be set (fixes #142764)
34809
34810 2004-06-06  Benjamin Otte  <otte@gnome.org>
34811
34812         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34813         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34814         (gst_alsa_start_audio):
34815           - don't call set_periods_integer anymore, it breaks the
34816           configuration randomly
34817           - call snd_pcm_hw_params_set_access directly instead of using masks
34818           - don't fail if the sw_params can't be set, just use the default
34819           params and hope it works. Alsalib has weird issues when you touch
34820           sw_params and does no proper error reporting about what failed.
34821         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34822         (gst_alsa_close_audio):
34823           make our alsa debugging go via gst debugging and not conditionally
34824           defined
34825         * ext/alsa/gstalsa.h:
34826           add ALSA_DEBUG_FLUSH macro
34827         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34828         (plugin_init):
34829           wrap alsa errors to be printed via the gst debugging system and not
34830           spammed to stderr
34831
34832 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34833
34834         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34835         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34836         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34837         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34838         (qtdemux_parse_trak):
34839         * gst/qtdemux/qtdemux.h:
34840           Bitch. Also known as seeking, querying & co.
34841         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34842         (gst_osssink_change_state):
34843         * sys/oss/gstosssink.h:
34844           Resyncing is for weenies, this hack is no longer needed and was
34845           broken anyway (since it - unintendedly - always leaves resync to
34846           TRUE).
34847
34848 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34849
34850         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34851         * gst/tcp/gsttcpclientsrc.h: idem
34852           - define MSG_NOSIGNAL if not done
34853           - include unistd.h for off_t
34854           (fixes #143749)
34855
34856 2004-06-05  Benjamin Otte  <otte@gnome.org>
34857
34858         * configure.ac:
34859         * ext/kio/Makefile.am:
34860           check for qt's moc preprocessor explicitly and use it
34861
34862 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34863
34864         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34865           don't get a signal for EPIPE on socket writes
34866           (somebody check if this works on other platforms)
34867
34868 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34869
34870         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34871         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34872           check error condition on available samples correctly
34873
34874 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34875
34876         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34877           avoid a segfault
34878         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34879         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34880         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34881         (gst_tcpserversrc_gdp_read_header):
34882          use ssize_t over size_t since the former is signed and thus the
34883          check for error codes can work
34884
34885 2004-06-02  Wim Taymans  <wim@fluendo.com>
34886
34887         reviewed by: Johan
34888
34889         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34890         (gst_multipart_mux_loop):
34891         Oops
34892
34893 2004-06-02  Wim Taymans  <wim@fluendo.com>
34894
34895         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34896         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34897         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34898         (gst_multipart_mux_change_state):
34899         Added configurable boundary specifier, added the value as a
34900         caps field as well.
34901
34902 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34903
34904         * gst/tcp/gsttcp.c:
34905         * gst/tcp/gsttcpclientsrc.c:
34906         * gst/tcp/gsttcpclientsrc.h:
34907         * gst/tcp/gsttcpserversrc.c:
34908           - portability fix, to compile on OSX
34909             (fixes #143146)
34910
34911         * sys/osxaudio/gstosxaudioelement.c:
34912         * sys/osxaudio/gstosxaudiosink.c:
34913         * sys/osxaudio/gstosxaudiosrc.c:
34914           - compilation warnings on OSX
34915             (fixes #143153)
34916
34917 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34918
34919         * ext/vorbis/vorbisdec.c : sign warning fixes
34920
34921         * gst-libs/gst/mixer/mixertrack.c :
34922           do no use defines which are glib 2.4 specific
34923
34924 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34925
34926         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34927           buffer since libflac doesn't expect it (reports a sync error when
34928           it encounters that)
34929
34930
34931 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34932
34933         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34934         * gst-libs/gst/mixer/mixertrack.c:
34935         (gst_mixer_track_get_property), (get_mixer_track_init),
34936         (get_mixer_track_get_property): Added property accessors
34937         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34938         * gst-libs/gst/mixer/mixeroptions.c:
34939         (gst_mixer_options_get_values): Added
34940         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34941         * gst-libs/gst/mixer/mixer.c: Fixed comment
34942
34943
34944 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34945
34946         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34947           improve error messages on open
34948
34949
34950 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34951
34952         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34953           check if v4l-conf is in path
34954
34955 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34956
34957         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34958           change assert to a more readable error message
34959
34960 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34961
34962         * gst-libs/gst/tuner/tunerchannel.h:
34963           - add a freq_multiplicator field to make the conversion
34964             between internal frequency unit and Hz
34965         * sys/v4l/gstv4lelement.c:
34966         * sys/v4l2/gstv4l2element.c:
34967           - change default video device to /dev/video0
34968         * sys/v4l/v4l_calls.c:
34969         * sys/v4l2/v4l2_calls.c:
34970           - we only expose frequency to the user in Hz instead of
34971             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34972
34973 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34974         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34975           Initialise b_o_s and e_o_s variables
34976         * gst-libs/gst/riff/riff-media.c:
34977         (gst_riff_create_video_caps_with_data):
34978           Add some unusual fourcc's from mplayer avi's
34979         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34980           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34981           autoplugging.
34982
34983 2004-05-28  Wim Taymans  <wim@fluendo.com>
34984
34985         * configure.ac:
34986         * gst/alpha/Makefile.am:
34987         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34988         (gst_alpha_get_type), (gst_alpha_base_init),
34989         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34990         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34991         (gst_alpha_chroma_key), (gst_alpha_chain),
34992         (gst_alpha_change_state), (plugin_init):
34993         A plugin to add an alpha channel to I420 video. Can optionally do
34994         chroma keying.
34995         * gst/multipart/Makefile.am:
34996         * gst/multipart/multipart.c: (plugin_init):
34997         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34998         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34999         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35000         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35001         (gst_multipart_demux_change_state),
35002         (gst_multipart_demux_plugin_init):
35003         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35004         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35005         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35006         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35007         (gst_multipart_mux_pad_unlink),
35008         (gst_multipart_mux_request_new_pad),
35009         (gst_multipart_mux_handle_src_event),
35010         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35011         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35012         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35013         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35014         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35015         send multipart jpeg images to a browser.
35016         * gst/videobox/Makefile.am:
35017         * gst/videobox/README:
35018         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35019         (gst_video_box_get_type), (gst_video_box_base_init),
35020         (gst_video_box_class_init), (gst_video_box_init),
35021         (gst_video_box_set_property), (gst_video_box_get_property),
35022         (gst_video_box_sink_link), (gst_video_box_i420),
35023         (gst_video_box_ayuv), (gst_video_box_chain),
35024         (gst_video_box_change_state), (plugin_init):
35025         Crops or adds borders around an image. can do alpha channel
35026         borders as well.
35027         * gst/videomixer/Makefile.am:
35028         * gst/videomixer/README:
35029         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35030         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35031         (gst_videomixer_pad_get_sink_event_masks),
35032         (gst_videomixer_pad_get_property),
35033         (gst_videomixer_pad_set_property),
35034         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35035         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35036         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35037         (gst_videomixer_base_init), (gst_videomixer_class_init),
35038         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35039         (gst_videomixer_handle_src_event),
35040         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35041         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35042         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35043         (gst_videomixer_loop), (gst_videomixer_get_property),
35044         (gst_videomixer_set_property), (gst_videomixer_change_state),
35045         (plugin_init):
35046         Generic video mixer plugin, can handle multiple inputs all with
35047         different framerates and video sizes. Is fully alpha channel
35048         aware.
35049
35050 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35051
35052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35053           Select first track as master track. Not sure how else to handle
35054           that...
35055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35056           Discard discont events. Should fix #142962.
35057
35058 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35059
35060         * ext/alsa/Makefile.am:
35061         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35062         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35063         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35064         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35065         (gst_alsa_mixer_get_option):
35066         * ext/alsa/gstalsamixer.h:
35067         * ext/alsa/gstalsamixeroptions.c:
35068         (gst_alsa_mixer_options_get_type),
35069         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35070         (gst_alsa_mixer_options_new):
35071         * ext/alsa/gstalsamixeroptions.h:
35072         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35073         * ext/alsa/gstalsamixertrack.h:
35074           Add enumerations (as GstMixerOptions). Make correct distinction
35075           between input/output tracks. Add capture/playback private flag.
35076           Use flag to decide on whether to set capture or playback volumes
35077           or switches. Use playback and record switches.
35078         * gst-libs/gst/mixer/Makefile.am:
35079         * gst-libs/gst/mixer/mixer-marshal.list:
35080         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35081         (gst_mixer_set_option), (gst_mixer_get_option),
35082         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35083         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35084         * gst-libs/gst/mixer/mixer.h:
35085         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35086         (gst_mixer_options_class_init), (gst_mixer_options_init),
35087         (gst_mixer_options_dispose):
35088         * gst-libs/gst/mixer/mixeroptions.h:
35089           Add GstMixerOptions.
35090         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35091           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35092           broken device detection on computers with multiple OSS sound
35093           cards.
35094
35095 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35096
35097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35098           fixate nicely even when the peer is not negotiating
35099
35100 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35101
35102         * gst/audioconvert/gstaudioconvert.c:
35103         (gst_audio_convert_parse_caps):
35104           make sure we don't allow depth > width
35105         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35106           fixate endianness to G_BYTE_ORDER as default
35107         * gst/audioscale/gstaudioscale.c:
35108           we don't handle another endianness as host-endianness
35109
35110 2004-05-25  David Schleef  <ds@schleef.org>
35111
35112         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35113
35114 2004-05-24  Benjamin Otte  <otte@gnome.org>
35115
35116         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35117         (gst_oggvorbisenc_setup):
35118           properly fail when we can't setup the vorbis encoder due to
35119           unsupported settings
35120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35121         (gst_vorbisenc_setup):
35122           same
35123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35124           fix case where warnings occured when one pad was unlinked while the
35125           other's link function was called
35126
35127 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35128
35129         * gst/tcp/Makefile.am:
35130           use GST_ENABLE_NEW
35131
35132 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35133
35134         * gst-libs/gst/resample/private.h:
35135           don't use optimizations that are #if 0'ed
35136
35137 2004-05-24  Wim Taymans  <wim@fluendo.com>
35138
35139         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35140         Fix potential division by zero error and hopefully get
35141         the position query right to get correct timestamps on avi
35142         audio.
35143
35144 2004-05-24  Wim Taymans  <wim@fluendo.com>
35145
35146         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35147         (gst_videoscale_scale_nearest_str2),
35148         (gst_videoscale_scale_nearest_str4),
35149         (gst_videoscale_scale_nearest_32bit),
35150         (gst_videoscale_scale_nearest_24bit),
35151         (gst_videoscale_scale_nearest_16bit):
35152         Fix the scaling algorithm and avoid a buffer overflow.
35153         removed the while loop in the scaling function as it
35154         was used for point sampling only.
35155
35156 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35157
35158         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35159         (gst_id3_tag_class_init), (gst_id3_tag_init),
35160         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35161         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35162         (gst_id3_tag_send_tag_event):
35163           lots of fixes to make id3mux work and id3demux work correctly
35164
35165 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35166
35167         * ext/Makefile.am:
35168           add rules to build shout2send (was removed by accident
35169           when this module was no more marked experimental/broken)
35170
35171 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35172
35173         * ext/shout2/gstshout2.c:
35174         * ext/shout2/gstshout2.h:
35175           adding a "connection problem" signal to shout2send
35176           (fixes #142954)
35177
35178 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35179
35180         * ext/kio/kioreceiver.cpp:
35181         * ext/kio/kioreceiver.h:
35182           fix sign comparison issues
35183
35184 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35185
35186         * gst/cdxaparse/gstcdxaparse.c:
35187         * gst/cdxaparse/gstcdxaparse.h:
35188           some renaming
35189           add some checks/sanity
35190           prepare for seek addition
35191
35192         * sys/sunaudio/gstsunaudio.c:
35193           remove exported dupe init function
35194
35195 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35196
35197         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35198         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35199           Fix format conversion and position querying.
35200         * gst/debug/progressreport.c: (gst_progressreport_report):
35201           Don't output a bogus total value that we didn't query.
35202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35203           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35204           only a blank window after xine has been used.
35205
35206 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35207
35208         * m4/as-arts.m4:
35209           sync with upstream version to fix test on FC2
35210           readd with -ko to preserve Id header
35211
35212 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35213
35214         * configure.ac:
35215           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35216         * gst/tcp/gsttcpclientsrc.c: idem
35217         * gst/tcp/gsttcpserversink.c: idem
35218         * gst/tcp/gsttcpserversrc.c: idem
35219         * m4/gst-fionread.m4: idem
35220
35221         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35222
35223         * configure.ac: enable speex plugin for speex 1.1.5+
35224         * ext/speex/gstspeexenc.c: fix cast warning
35225
35226         * ext/esd/README: fix typo
35227
35228 2004-05-20  David Schleef  <ds@schleef.org>
35229
35230         * configure.ac: Minor cosmetic change to convince the buildbot to
35231         reautogen.
35232         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35233         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35234         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35235         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35236         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35237         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35238         More hacking.  Plays audio now.
35239
35240 2004-05-20  David Schleef  <ds@schleef.org>
35241
35242         * configure.ac:
35243         * sys/Makefile.am:
35244
35245 2004-05-20  David Schleef  <ds@schleef.org>
35246
35247         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35248         * sys/osxaudio/gstosxaudio.c:
35249         * sys/osxaudio/gstosxaudioelement.c:
35250         * sys/osxaudio/gstosxaudioelement.h:
35251         * sys/osxaudio/gstosxaudiosink.c:
35252         * sys/osxaudio/gstosxaudiosink.h:
35253         * sys/osxaudio/gstosxaudiosrc.c:
35254         * sys/osxaudio/gstosxaudiosrc.h:
35255
35256 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35257
35258         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35259         (gst_vorbisenc_chain):
35260           put the codec headers on the caps as streamheader as well as
35261           pushing them out
35262
35263 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35264
35265         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35266         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35267         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35268         split up push_packet into two functions
35269
35270 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35271
35272         * gst/tcp/.cvsignore:
35273           ignore enums
35274         * gst/tcp/Makefile.am:
35275         * gst/tcp/README:
35276         * gst/tcp/gsttcp.c:
35277         * gst/tcp/gsttcp.h:
35278         * gst/tcp/gsttcpclientsink.c:
35279         * gst/tcp/gsttcpclientsink.h:
35280         * gst/tcp/gsttcpclientsrc.c:
35281         * gst/tcp/gsttcpclientsrc.h:
35282         * gst/tcp/gsttcpplugin.c:
35283         * gst/tcp/gsttcpserversink.c:
35284         * gst/tcp/gsttcpserversink.h:
35285         * gst/tcp/gsttcpserversrc.c:
35286         * gst/tcp/gsttcpserversrc.h:
35287           add new tcp elements
35288
35289 2004-05-19  Wim Taymans  <wim@fluendo.com>
35290
35291         * gst/law/mulaw-conversion.c: (mulaw_encode):
35292         Fix overflow bug in ulaw encoding.
35293
35294 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35295
35296         * ext/mad/gstmad.c: (gst_mad_handle_event):
35297           don't unref the event twice
35298
35299 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35300
35301         * configure.ac:
35302           remove -Wno-sign-compare
35303
35304 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35305
35306         * configure.ac:
35307           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35308           if you want to work against glib 2.2 and 2.4
35309
35310 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * gst/tcp/Makefile.am:
35313         * gst/tcp/gsttcp.c:
35314         * gst/tcp/gsttcp.h:
35315         * gst/tcp/gsttcpsink.h:
35316         * gst/tcp/gsttcpsrc.h:
35317           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35318
35319 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35320
35321         * gst/debug/tests.c: (md5_get_value):
35322           fix segfault on gst-inspect
35323
35324 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35325
35326         * gst/debug/testplugin.c:
35327         * gst/debug/tests.c:
35328         * gst/debug/tests.h:
35329           add new extensible and configurable testing element. Current tests
35330           include buffer count, stream length, timestamp/duration matching and
35331           md5.
35332         * gst/debug/Makefile.am:
35333         * gst/debug/gstdebug.c: (plugin_init):
35334           add infrastructure for new element
35335
35336 2004-05-19  Johan Dahlin  <johan@gnome.org>
35337
35338         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35339         ending of the array. Fixes gst-inspect segfault on ppc.
35340
35341 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35342
35343         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35344
35345         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35346
35347 2004-05-18  David Schleef  <ds@schleef.org>
35348
35349         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35350         warnings (bugs, actually) noticed by gcc but not forte.
35351
35352 2004-05-18  David Schleef  <ds@schleef.org>
35353
35354         * sys/sunaudio/Makefile.am:
35355         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35356
35357 2004-05-18  David Schleef  <ds@schleef.org>
35358
35359         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35360         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35361         to allow qtdemux to use non-seekable streams. (bug #142272)
35362
35363 2004-05-18  David Schleef  <ds@schleef.org>
35364
35365         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35366         (gst_resample_sinc_ft_float): Remove use of static temporary
35367         buffer.  This code was obviously not supposed to last long, but
35368         it's stuck in our ABI, so it required a little hack to make it
35369         ABI-compatible.  Fixes #142585.
35370         * gst-libs/gst/resample/resample.h: same.
35371
35372 2004-05-18  David Schleef  <ds@schleef.org>
35373
35374         * configure.ac: Add sunaudio
35375         * examples/Makefile.am: make gstplay depend on gconf
35376         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35377         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35378         (convert_table_lookup), (img_convert): remove c99-isms
35379         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35380           unsigned, to fix a warning on Solaris
35381         * gst/mpeg1sys/systems.c: bcopy->memcpy
35382         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35383         * sys/Makefile.am: Add sunaudio
35384
35385 2004-05-18  Wim Taymans  <wim@fluendo.com>
35386
35387         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35388         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35389         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35390         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35391         (gst_ogg_mux_loop):
35392         Fix an ugly memleak where the muxer didn't flush enough ogg
35393         pages. This also resulted in badly muxed ogg files.
35394
35395 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35396
35397         * gst/asfdemux/asfheaders.c :
35398         * gst/asfdemux/asfheaders.h :
35399         * gst/asfdemux/gstasfdemux.c :
35400           - fix ASF_OBJ_PADDING guid
35401           - add 3 new object guids (language list, metadata,
35402             extended stream properties)
35403           - add a function to parse extended header objects
35404
35405 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35406
35407         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35408           remove leftover debugging g_print
35409
35410 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35411
35412         * ext/mad/gstmad.c: (gst_mad_handle_event):
35413           Fix for when the first format in a discont event is not a
35414           byte-based one. Should fix #137710.
35415
35416 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35417
35418         * m4/a52.m4 : fix compilation with -Wall -Werror
35419         * m4/libfame.m4 : idem
35420         * m4/libmikmod.m4 : idem
35421
35422 2004-05-17  Benjamin Otte  <otte@gnome.org>
35423
35424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35425           signal the new tags before giving up the reference
35426
35427 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35428
35429         * ext/shout2/gstshout2.c:
35430           use application/ogg instead of application/x-ogg (patch by Patrick
35431           Guimond, fixes #142432)
35432         * sys/oss/gstosselement.c: (gst_osselement_reset),
35433         (gst_osselement_sync_parms):
35434           don't set fragment size unless specified (fixes #142493)
35435
35436 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35437
35438         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35439           fixes #142664
35440
35441 2004-05-17  Benjamin Otte  <otte@gnome.org>
35442
35443         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35444           compute offsets correctly for internal buffers so timestamps are set
35445           correctly when we can't seek. Also handle cases where there are no
35446           offsets. (based on a patch by David Moore, fixes #142507)
35447
35448 2004-05-17  Benjamin Otte  <otte@gnome.org>
35449
35450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35451           use correct variable when determining amount of data to skip so we
35452           don't skip into the void and segfault
35453
35454 2004-05-16  Benjamin Otte  <otte@gnome.org>
35455
35456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35457           Hi, I'm a memleak
35458
35459 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35460
35461         * gst/asfdemux/gstasfdemux.c:
35462           - fix a mem leak and always propagate tags
35463           - add WMV3 to known video codecs (but no decoder yet)
35464           - replace "surplus data" at end of audio header for what
35465             it is : codec specific data
35466           - fix a typo
35467
35468 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35469
35470         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35471
35472         * gst-libs/gst/audio/audioclock.c:
35473           Fix wrong return type (#142205).
35474
35475 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35476
35477         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35478           Ignore CRCs by default (fixes #142566).
35479
35480 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35481
35482         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35483         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35484         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35485         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35486         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35487         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35488           Fix for cases where we fail to attach to a mixer.
35489
35490 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35491
35492         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35493           Don't touch events after not owning them anymore.
35494         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35495         (gst_wavparse_fmt), (gst_wavparse_other),
35496         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35497         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35498         (gst_wavparse_srcpad_event):
35499         * gst/wavparse/gstwavparse.h:
35500           Add seeking, fix querying.
35501
35502 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35503
35504         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35505           - process comments even if they don't end with \0\0
35506             g_convert would ignore them if present and works well without them
35507
35508 2004-05-16  Benjamin Otte  <otte@gnome.org>
35509
35510         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35511           simplify caps
35512
35513 2004-05-16  Benjamin Otte  <otte@gnome.org>
35514
35515         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35516           don't write to memory we might not write to - g_convert does that
35517           for us anyway (fixes #142613)
35518         (gst_asf_demux_audio_caps):
35519           comment out gst_util_dump_mem
35520
35521 2004-05-16  Benjamin Otte  <otte@gnome.org>
35522
35523         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35524           compute correct expected timestamps after seek (broken since
35525           last commit)
35526         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35527           rename element and debugging category to gdkpixbufscale
35528
35529 2004-05-16  Benjamin Otte  <otte@gnome.org>
35530
35531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35532           add error checking to snd_pcm_delay and remove duplicate call to
35533           snd_pcm_delay that caused issues (see inline code comments)
35534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35535           make more readable and fix return value when snd_pcm_delay fails
35536         (fixes #142586)
35537
35538 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35539         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35540         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35541         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35542         (gst_pixbufscale_link), (gst_pixbufscale_init),
35543         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35544         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35545         (gst_pixbufscale_get_property), (pixbufscale_init):
35546         * ext/gdk_pixbuf/pixbufscale.h:
35547         Add these files I forgot earlier
35548
35549 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35550         * ext/gdk_pixbuf/Makefile.am:
35551         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35552         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35553         Add new pixbufscale element to scale RGB video
35554         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35555         and HYPER interpolation correctly.
35556         * ext/theora/theoraenc.c: (theora_enc_chain),
35557         Discard buffer and return if explicit caps could not be set
35558         (theora_enc_get_property):
35559         Make _get return kbps for the bitrate consistent with
35560         the _set function.
35561
35562
35563 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35564
35565         * ext/libvisual/visual.c: (gst_visual_chain):
35566           add missing visual_audio_analyze
35567
35568 2004-05-14  David Schleef  <ds@schleef.org>
35569
35570         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35571         is killed while we're playing.
35572         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35573         gst_element_no_more_pads().
35574
35575 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35576
35577         * gst-libs/gst/riff/riff-read.c :
35578           - fix INFO tag extraction in RIFF/AVI files
35579             because gst_event_unref (event) also freed taglist
35580           - avoid a mem leak
35581
35582 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35583
35584         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35585         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35586
35587         * gst/auparse/gstauparse.c :
35588           - add code (commented for now) to support audio/x-adpcm on src pad
35589             (we have no decoder for those layout yet)
35590
35591         * gst/cdxaparse/gstcdxaparse.c :
35592         * gst/cdxaparse/gstcdxaparse.h :
35593           - partial rewrite using RiffRead (ripped iain's wavparse code)
35594
35595         * gst/rtp/gstrtpL16enc.c : typo
35596         * gst/rtp/gstrtpgsmenc.c : typo
35597
35598 2004-05-13  Benjamin Otte  <otte@gnome.org>
35599
35600         * configure.ac:
35601           check for exact version of libvisual, it's not supposed to be
35602           API/ABI stable yet
35603
35604 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35605
35606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35607           signal no-more-pads
35608
35609 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35610
35611         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35612         Report which format was used for GST_FORMAT_DEFAULT
35613         * gst/debug/Makefile.am:
35614         * gst/debug/gstdebug.c: (plugin_init):
35615         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35616         (gst_progressreport_class_init), (gst_progressreport_init),
35617         (gst_progressreport_report), (gst_progressreport_set_property),
35618         (gst_progressreport_get_property), (gst_progressreport_chain),
35619         (gst_progressreport_plugin_init):
35620         Add progressreport element for testing.
35621
35622 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35623
35624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35625         * sys/v4l/gstv4lsrc.h:
35626         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35627         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35628         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35629         (gst_v4lsrc_grab_frame):
35630           add more debugging
35631           send a discont at start
35632
35633 2004-05-12  Colin Walters  <walters@redhat.com>
35634
35635         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35636         inflooping if we can't find a chunk.  Or in other words, don't blow
35637         chunks if we don't have a chunk to blow.
35638
35639 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35640         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35641         Remove old debug output
35642         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35643         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35644         (gst_dvdec_set_property), (gst_dvdec_get_property):
35645         Change the quality setting to an enum, so it works from gst-launch
35646         Don't renegotiate a non-linked pad. Allows audio only decoding.
35647         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35648         (gst_deinterlace_link), (gst_deinterlace_init):
35649         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35650         (gst_videodrop_link):
35651         Some caps negotiation fixes
35652
35653 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35654
35655         * ext/tarkin/gsttarkin.c :
35656           - Change RANK from NONE to PRIMARY
35657         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35658           - Change RANK from NONE to MARGINAL
35659         * ext/divx/gstdivxenc.c :
35660           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35661
35662 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35663
35664         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35665         (gst_vorbisenc_push_packet):
35666           copy a function that was added between 1.0 and 1.0.1 until we
35667           depend on worthwhile features of post-1.0
35668
35669 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35670
35671         * configure.ac:
35672           enable shout2 by default
35673         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35674         (gst_shout2send_base_init), (gst_shout2send_init),
35675         (gst_shout2send_connect), (gst_shout2send_change_state):
35676         * ext/shout2/gstshout2.h:
35677           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35678           #142262)
35679         * ext/theora/theora.c: (plugin_init):
35680           don't set rank on encoders
35681
35682 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35683
35684         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35685           Use codec_data property instead of flag1 and flag2 for wma
35686
35687 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35688
35689         * gst/cdxaparse/gstcdxaparse.c :
35690           - Add mpegversion to CAPS to make it link
35691           - Rank is as GST_RANK_SECONDARY instead of NONE
35692         * gst/auparse/gstauparse.c :
35693           - Document all audio encoding we can encounter from Solaris 9
35694             headers and libsndfile information.
35695           - Increase max. rate from 48000 to 192000 (to match other elements)
35696           - Don't try to play junk data between header and samples
35697
35698 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35699
35700         * ext/libvisual/visual.c: (gst_visual_getcaps):
35701           use the right caps depending on endianness (I hope)
35702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35703           use GST_RANK_NONE for all non-decoding elements or spider gets
35704           mighty confused
35705
35706 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35707
35708         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35709           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35710
35711 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35712
35713         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35714         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35715         (gst_switch_loop), (gst_switch_get_type):
35716           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35717           HEADERS. Had to be said.
35718
35719 2004-05-10  David Schleef  <ds@schleef.org>
35720
35721         * configure.ac: Add prototype Dirac support.
35722         * ext/Makefile.am:
35723         * ext/dirac/Makefile.am:
35724         * ext/dirac/gstdirac.cc:
35725         * ext/dirac/gstdiracdec.cc:
35726
35727 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35728
35729         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35730         (gst_auparse_init), (gst_auparse_chain),
35731         (gst_auparse_change_state):
35732           Hack around spider. Remove me some day please.
35733
35734 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35735
35736         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35737           Fix for some uninitialized variables in previous patch, also
35738           makes it work. Fixes #142286 while we're at it.
35739
35740 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35741
35742         * gst/auparse/gstauparse.c:
35743                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35744                 only unsupported formats are ADPCM/CCITT G.72x
35745                 reviewed by Ronald
35746         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35747
35748 2004-05-10  Wim Taymans  <wim@fluendo.com>
35749
35750         * ext/vorbis/Makefile.am:
35751         * ext/vorbis/README:
35752         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35753         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35754         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35755         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35756         (gst_oggvorbisenc_convert_sink),
35757         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35758         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35759         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35760         (get_constraints_string), (update_start_message),
35761         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35762         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35763         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35764         * ext/vorbis/oggvorbisenc.h:
35765         * ext/vorbis/vorbis.c: (plugin_init):
35766         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35767         (raw_caps_factory), (gst_vorbisenc_class_init),
35768         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35769         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35770         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35771         * ext/vorbis/vorbisenc.h:
35772         Added a raw vorbis encoder to be used with the oggmuxer.
35773         We still need the old encoder for some gnome applications,
35774         read the README to find out how that works.
35775         The raw encoder is called "rawvorbisenc" until 0.9.
35776
35777 2004-05-10  Wim Taymans  <wim@fluendo.com>
35778
35779         * ext/ogg/gstogg.c: (plugin_init):
35780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35781         (gst_ogg_print):
35782         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35783         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35784         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35785         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35786         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35787         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35788         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35789         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35790         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35791         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35792         Added an ogg muxer.
35793         Small typo fixes in the demuxer.
35794
35795 2004-05-10  Wim Taymans  <wim@fluendo.com>
35796
35797         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35798         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35799         (theora_enc_change_state), (theora_enc_set_property),
35800         (theora_enc_get_property):
35801         Mark the last packet with an EOS flag which is not really needed
35802         in gstreamer.
35803         Do some better video framerate initialisation.
35804         Update the buffer timestamp.
35805
35806 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35807
35808         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35809         Return the result of the parent state change call
35810
35811 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35812
35813         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35814         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35815         * gst/law/alaw-encode.c : (idem)
35816         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35817         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35818         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35819
35820 2004-05-09  Benjamin Otte  <otte@gnome.org>
35821
35822         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35823           don't use a fixed buffer size when writing variable length data to
35824           it. Fixes memory corruption and makes alsasrc work
35825
35826 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35827
35828         * ext/gnomevfs/gstgnomevfssink.c:
35829         (_gst_boolean_allow_overwrite_accumulator),
35830         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35831           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35832           RUN_LAST, and don't use that to set the accumulator value because
35833           then it's always FALSE.
35834
35835 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * gst-libs/gst/riff/riff-media.c:
35838         (gst_riff_create_video_caps_with_data),
35839         (gst_riff_create_audio_caps),
35840         (gst_riff_create_audio_template_caps):
35841         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35842           Fix for unaligned RIFF files (i.e. where all the chunks together
35843           in a LIST chunk are not of the same size as the size given in
35844           the LIST chunk header). Fixes several odd WAVE files. Also fix
35845           ADPCM (block_align property) in audio, so that wavparse based
35846           on this works now as it used to stand-alone.
35847
35848 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35849
35850         reviewed by Benjamin Otte  <otte@gnome.org>
35851
35852         * ext/a52dec/gsta52dec.c:
35853         * ext/divx/gstdivxdec.c:
35854         * ext/divx/gstdivxenc.c:
35855         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35856         * ext/faac/gstfaac.c: (gst_faac_base_init):
35857         * ext/faad/gstfaad.c: (gst_faad_base_init):
35858         * ext/ivorbis/vorbisfile.c:
35859         * ext/lame/gstlame.c:
35860         * ext/libfame/gstlibfame.c:
35861         * ext/mpeg2enc/gstmpeg2enc.cc:
35862         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35863         * ext/sidplay/gstsiddec.cc:
35864         * ext/speex/gstspeexdec.c:
35865         * ext/speex/gstspeexenc.c:
35866         * ext/xvid/gstxviddec.c:
35867         * ext/xvid/gstxvidenc.c:
35868           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35869           (fixes #142193)
35870
35871 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35872
35873         * ext/alsa/gstalsa.c: (device_list),
35874         (gst_alsa_class_probe_devices):
35875         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35876           Fix alsa oddness in mixer after the combination of using mixer
35877           in source/sink elements and using hw:x,y instead of just hw:x.
35878
35879 2004-05-09  Benjamin Otte  <otte@gnome.org>
35880
35881         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35882         (gst_wavparse_create_sourcepad):
35883           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35884           sourcepads
35885
35886 2004-05-09  Benjamin Otte  <otte@gnome.org>
35887
35888         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35889           allow discont events before caps nego
35890
35891 2004-05-08  Benjamin Otte  <otte@gnome.org>
35892
35893         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35894           don't leak events
35895
35896 2004-05-08  Benjamin Otte  <otte@gnome.org>
35897
35898         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35899         (gst_level_change_state), (gst_level_init):
35900         * gst/level/gstlevel.h:
35901           figure out if we're initialized directly instead of keeping a
35902           variable that's wrong in 90% of cases
35903           don't initialize pads and then leak them and use a new unitialized
35904           pad. (fixes #142084)
35905           these were bugs so n00bish I didn't find them for an hour :/
35906
35907 2004-05-08 Iain <iain@prettypeople.org>
35908
35909         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35910         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35911         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35912         return the length that was read.
35913         (gst_riff_read_strf_auds): Allow fmt tags as well.
35914
35915 2004-05-07  David Schleef  <ds@schleef.org>
35916
35917         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35918         signed char assumption in faad.h.
35919
35920 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35921
35922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35923           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35924
35925 2004-05-07  Colin Walters  <walters@redhat.com>
35926
35927         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35928         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35929         function.
35930         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35931         Add dispose function.
35932
35933 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35934         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35935           Fix caps nego and pad templates. RGB mode caps should
35936           work now.
35937         * ext/dvdnav/gst-dvd:
35938           Move mpeg2dec inside the thread because otherwise the
35939           queue rejects cap changes mid-stream
35940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35941         (gst_mpeg2dec_flush_decoder):
35942           For mpeg2dec > 0.4.0, call the flush function instead of
35943           manually extracting all in-flight frames.
35944         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35945         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35946           Change mime type video/dv go video/x-dv to match the
35947           rest of gst-plugins
35948
35949 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35950
35951         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35953         (gst_alsa_sink_class_init):
35954         * ext/alsa/gstalsasink.h:
35955         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35956         (gst_alsa_src_class_init):
35957         * ext/alsa/gstalsasrc.h:
35958           Make alsasink/src a subclass of alsamixer so that mixer stuff
35959           shows up in gst-rec. Needs some finetuning.
35960
35961 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35962
35963         * ext/lame/gstlame.c: (gst_lame_chain):
35964           simplify
35965         * ext/mad/gstmad.c: (gst_mad_handle_event):
35966           fix event leak
35967         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35968           be able to detect mp3 files < 4096 bytes
35969
35970 2004-05-06  Wim Taymans  <wim@fluendo.com>
35971
35972         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35973         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35974         (theora_enc_set_property), (theora_enc_get_property):
35975         Also encode the first frame, cleanup some code.
35976
35977 2004-05-06  Wim Taymans  <wim@fluendo.com>
35978
35979         * ext/mpeg2enc/gstmpeg2enc.cc:
35980         Forward events first before deciding that negotiation was
35981         not performed.
35982
35983 2004-05-06  Wim Taymans  <wim@fluendo.com>
35984
35985         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35986         First process the events before deciding that negotiation
35987         was not performed.
35988
35989 2004-05-06  Wim Taymans  <wim@fluendo.com>
35990
35991         * ext/theora/Makefile.am:
35992         * ext/theora/theora.c: (plugin_init):
35993         * ext/theora/theoradec.c: (theora_dec_change_state):
35994         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35995         (gst_theora_enc_class_init), (gst_theora_enc_init),
35996         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35997         (theora_enc_chain), (theora_enc_change_state),
35998         (theora_enc_set_property), (theora_enc_get_property):
35999         Added a theora encoder, grouped the encoder and decoder into the
36000         same plugin.
36001
36002 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36003
36004         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36005         (gst_jpegenc_chain):
36006         fix DURATION on outgoing buffers
36007         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36008         debug using time formats
36009         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36011         (gst_xvimagesink_sink_link):
36012         windows with width/height 0 generate X errors, so don't allow them
36013
36014 2004-05-05  Wim Taymans  <wim@fluendo.com>
36015
36016         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36017         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36018         (gst_mpeg2dec_negotiate_format):
36019         * ext/mpeg2dec/gstmpeg2dec.h:
36020           removed the static pad template so that we can add the
36021           more accurate framerate value to the caps.
36022
36023
36024 2004-05-04  Benjamin Otte  <otte@gnome.org>
36025
36026         * configure.ac:
36027           check for kdemacros.h, too (should fix #141821)
36028         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36029           don't crash if no header was sent, but nicely error out (fixes part
36030           of #141554)
36031
36032 2004-05-04  Wim Taymans  <wim@fluendo.com>
36033
36034         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36035         parent dispose function to avoid segfault on destroy.
36036
36037 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36038
36039         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36040         (plugin_init):
36041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36042         (gst_xvimagesink_sink_link):
36043         clean up debugging caps
36044         also recreate xvimage when format has changed
36045
36046 2004-05-04  Benjamin Otte  <otte@gnome.org>
36047
36048         * ext/libvisual/Makefile.am:
36049         * ext/libvisual/visual.c: (gst_visual_class_init),
36050         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36051         (gst_visual_srclink), (gst_visual_chain),
36052         (gst_visual_change_state), (plugin_init):
36053           use a GstAdapter to correctly adapt buffer sizes - allows using a
36054           framerate
36055
36056 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36057
36058         * sys/v4l/gstv4lelement.h:
36059         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36060         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36061         (gst_v4lsrc_buffer_free):
36062         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36064         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36065         (gst_v4lsrc_requeue_frame):
36066         move some debugging categories around
36067         query for fps index and set accordingly if found
36068
36069 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36070
36071         * ext/lame/gstlame.c:
36072         correct defaults that lame_init puts out of range
36073
36074 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36075
36076         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36077         (gst_divxenc_class_init):
36078         fix range since -1 is the default
36079         * gst/mpeg1sys/gstmpeg1systemencode.c:
36080         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36081         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36082         (gst_rtjpegdec_chain):
36083         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36084         (gst_rtjpegenc_chain):
36085         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36086         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36087         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36088         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36089         * sys/v4l/gstv4lsrc.c:
36090         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36091         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36092         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36093         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36094         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36095           remove gst_info calls
36096
36097 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36098
36099         * Makefile.am:
36100         * po/af.po:
36101         * po/az.po:
36102         * po/en_GB.po:
36103         * po/nl.po:
36104         * po/sr.po:
36105         * po/sv.po:
36106           Updated translations
36107
36108 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36109
36110         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36111           refactor/comment code
36112
36113 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36114
36115         * gst/asfdemux/Makefile.am:
36116         * gst/asfdemux/asfheaders.c:
36117         * gst/asfdemux/asfheaders.h:
36118         * gst/asfdemux/gstasf.c: (plugin_init):
36119         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36120         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36121         (gst_asf_demux_setup_pad):
36122         * gst/asfdemux/gstasfdemux.h:
36123         * gst/asfdemux/gstasfmux.c:
36124         * gst/asfdemux/gstasfmux.h:
36125           Add tagging support to demuxer, split out registration in its own
36126           file instead of in demux (hacky), and prevent having some tables
36127           in our memory multiple times (in asfheaders.h).
36128
36129 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36130
36131         * gst/matroska/matroska-demux.c:
36132         (gst_matroska_demux_parse_metadata):
36133         * gst/matroska/matroska-ids.h:
36134           Basic tag reading support.
36135
36136 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36137
36138         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36139           Really detect ac-3 audio.
36140         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36141           really detect matroska files (off-by-1).
36142
36143 2004-04-30  David Schleef  <ds@schleef.org>
36144
36145         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36146         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36147         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36148         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36149         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36150         hackage -- parse a lot more atoms, extract a few tags.  One might even
36151         mistake this for tag support.  Maybe it is.
36152         * gst/qtdemux/qtdemux.h:
36153
36154 2004-04-30  Colin Walters  <walters@verbum.org>
36155
36156         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36157
36158 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36159
36160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36161         (gst_ffmpegcolorspace_getcaps):
36162           remove broken nego fix
36163
36164 2004-04-30  Benjamin Otte  <otte@gnome.org>
36165
36166         * configure.ac:
36167         * ext/Makefile.am:
36168         * ext/libvisual/Makefile.am:
36169         * ext/libvisual/visual.c:
36170           add initial support for libvisual (http://libvisual.sourceforge.net)
36171           libvisual is still quite alpha, so expect crashes in there :)
36172
36173 2004-04-29  David Schleef  <ds@schleef.org>
36174
36175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36176         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36177         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36178         code; you will no longer respect me.
36179
36180 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36181
36182         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36183         * ext/alsa/gstalsa.h :
36184         change alsa pcm device discovery to find more than 1 device
36185         per card. code review by Ronald.
36186
36187 2004-04-29  David Schleef  <ds@schleef.org>
36188
36189         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36190         Add a check for a driver bug on FreeBSD.  (bug #140565)
36191
36192 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36193
36194         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36195         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36196         (gst_jpegenc_getcaps):
36197           move format setting to inner loop
36198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36199         (gst_ffmpegcolorspace_getcaps):
36200           use GST_PAD_CAPS if available so that we use already negotiated
36201           caps
36202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36203         (qtdemux_parse_moov), (qtdemux_parse):
36204           extra debugging
36205         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36206         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36207           move hardcoded path to DEFINE
36208
36209 2004-04-28  David Schleef  <ds@schleef.org>
36210
36211         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36212         (bug #140064)
36213
36214 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36215
36216         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36217           Don't probe for playback device if we're a source element. Fixes
36218           #139658.
36219
36220 2004-04-29  Benjamin Otte  <otte@gnome.org>
36221
36222         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36223         (gst_id3_tag_chain):
36224           rewrite buffer offset
36225
36226 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36227
36228         * configure.ac:
36229         * ext/Makefile.am:
36230         * ext/dts/Makefile.am:
36231         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36232         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36233         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36234         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36235         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36236         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36237         (plugin_init):
36238         * ext/dts/gstdtsdec.h:
36239           New DTS decoder.
36240         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36241         (gst_faad_srcconnect):
36242           Add ESDS atom handling (.m4a).
36243
36244 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36245
36246         * ext/divx/gstdivxdec.c: (plugin_init):
36247           Remove comment that makes no sense.
36248         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36249           Fix for obvious typo that resulted in warnings during gst-register.
36250         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36251         (gst_xviddec_sink_link):
36252           Fix caps negotiation a bit better.
36253         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36254           We call this 'codec_data', not 'esds'.
36255
36256 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36257
36258         * gst/monoscope/gstmonoscope.c:
36259           make sure we only provide 256x128
36260         * gst/monoscope/monoscope.c: (monoscope_init):
36261           assert size of 256x128
36262
36263 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36264
36265         * Makefile.am:
36266         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36267         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36268           fixate to max width and height of device
36269
36270 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36271
36272         * Makefile.am:
36273         * sys/v4l/gstv4l.c:
36274         * sys/v4l/gstv4lsrc.c:
36275         * sys/v4l/v4l_calls.c:
36276         * sys/v4l/v4lsrc_calls.c:
36277           fix for qc-usb driver which fakes having more than one buffer
36278           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36279           buffer_free override
36280           add debugging
36281
36282 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36283
36284         * Makefile.am:
36285         * gst/videotestsrc/gstvideotestsrc.c:
36286         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36287         (gst_videotestsrc_init), (gst_videotestsrc_get),
36288         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36289         * gst/videotestsrc/gstvideotestsrc.h:
36290           add num-buffers property
36291
36292         2004-04-26  Benjamin Otte  <otte@gnome.org>
36293
36294         * ext/mad/gstid3tag.c: (plugin_init):
36295           set id3mux rank to NONE so it doesn't confuse spider
36296           require audio/mpeg,mpegversion=1 in id3mux
36297
36298 2004-04-26  Benjamin Otte  <otte@gnome.org>
36299
36300         * configure.ac:
36301           detect faad correctly as non-working if it's indeed non-working
36302
36303 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36304
36305         * Makefile.am:
36306         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36307         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36308         fix _getcaps so it only negotiates to its supported format
36309
36310 2004-04-25  Benjamin Otte  <otte@gnome.org>
36311
36312         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36313           fix memleak
36314
36315 2004-04-23  Benjamin Otte  <otte@gnome.org>
36316
36317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36318           audio/x-raw-int with height rules! not. Now it's depth.
36319
36320 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36321
36322         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36323         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36324         (gst_wavparse_loop):
36325           Missing variable initialization. Add handling of DVI ADPCM. Fix
36326           mis-parsing of LIST chunks. This works around a bug where we mis-
36327           parse non-aligning LIST chunks (so LIST chunks where the contents
36328           don't align with the actual LIST size). The correct fix is to use
36329           rifflib, I'm not going to fix wavparse - too much work. All this
36330           fixes #104878.
36331
36332 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36333
36334         reviewed by Benjamin Otte  <otte@gnome.org>
36335
36336         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36337           fix shoutcast not working (fixes #140844)
36338
36339 2004-04-22  Benjamin Otte  <otte@gnome.org>
36340
36341         * ext/hermes/gsthermescolorspace.c:
36342         (gst_hermes_colorspace_caps_remove_format_info):
36343         * gst/colorspace/gstcolorspace.c:
36344         (gst_colorspace_caps_remove_format_info):
36345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36346         (gst_ffmpegcolorspace_caps_remove_format_info):
36347           s/gst_caps_simplify/gst_caps_do_simplify/
36348
36349 2004-04-22  Benjamin Otte  <otte@gnome.org>
36350
36351         * gst-libs/gst/riff/riff-media.c:
36352         (gst_riff_create_video_caps_with_data):
36353           mpegversion is an int
36354         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36355           don't try to create pad templates with NULL caps, use any caps
36356           instead.
36357
36358 2004-04-20  David Schleef  <ds@schleef.org>
36359
36360         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36361         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36362         (bug #140384)
36363
36364 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36365
36366         reviewed by David Schleef
36367
36368         * ext/mad/gstid3tag.c: Add stdlib.h
36369         * gst/rtp/gstrtpgsmenc.c: same
36370         * gst/tags/gstid3tag.c: same
36371         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36372         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36373         GST_DISABLE_LOADSAVE use.
36374         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36375         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36376         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36377         atol(3)).
36378         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36379         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36380         strtoul(3)).
36381         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36382         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36383         $(ID3_CFLAGS).
36384         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36385         $(LIBFAME_CFLAGS).
36386
36387 2004-04-20  David Schleef  <ds@schleef.org>
36388
36389         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36390         last checkin.  Same idea.
36391
36392 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36393
36394         reviewed by David Schleef
36395
36396         * configure.ac: bump required gstreamer version to 0.8.1.1
36397         because of following changes [--ds]
36398
36399         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36400         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36401         (gst_riff_read_header):  Use GST_READ_UINT*
36402         macros to access possibly unaligned memory.
36403
36404         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36405         (mp3_type_find):  Use GST_READ_UINT*
36406         macros to access possibly unaligned memory.
36407         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36408         (speex_type_find): Likewise
36409
36410         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36411
36412         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36413         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36414         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36415         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36416         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36417         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36418         macros to access possibly unaligned memory.
36419
36420         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36421         Likewise.
36422
36423         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36424         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36425
36426         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36427         Likewise.
36428
36429         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36430         (gst_mpeg2subt_chain_subtitle): Likewise.
36431
36432         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36433         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36434         Likewise.
36435
36436         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36437         Likewise.
36438
36439         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36440         Likewise.
36441
36442         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36443         Likewise.
36444
36445 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36446
36447         * configure.ac:
36448           update required version of GStreamer because of GST_TIME_FORMAT
36449
36450 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36451
36452         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36453           remove leftover g_print
36454         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36455           don't try setting only a subset of the caps. We don't want to kill
36456           autoplugging on purpose
36457
36458 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36459
36460         * sys/ximage/ximagesink.c: (plugin_init):
36461         * sys/xvimage/xvimagesink.c: (plugin_init):
36462           add debugging categories
36463
36464 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36465
36466         * po/en_GB.po:
36467         * po/LINGUAS:
36468           Adding en_GB translation (Gareth Owen)
36469
36470 2004-04-20  David Schleef  <ds@schleef.org>
36471
36472         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36473         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36474         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36475         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36476         A number of new features and hacks to extract the esds atom and
36477         put it into the caps.  (bug #137724)
36478
36479 2004-04-19  David Schleef  <ds@schleef.org>
36480
36481         * gconf/Makefile.am: Fix for non-GNU make
36482         * gst-libs/gst/Makefile.am: Change directory order to handle
36483         GstPlay linking with gstinterfaces
36484         * gst-libs/gst/audio/make_filter: make use of tr portable
36485         * gst-libs/gst/play/Makefile.am: Add intended \
36486         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36487         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36488         function prototype instead of void *.
36489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36490         macro.
36491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36492         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36493         * gst/videofilter/make_filter: make use of tr portable
36494         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36495
36496 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36497
36498         * po/LINGUAS:
36499         * po/uk.po:
36500           Added Ukrainian translation (Maxim V. Dziumanenko)
36501
36502 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36503
36504         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36505         (gst_gsmdec_link), (gst_gsmdec_chain):
36506           Fix capsnego, simplify chain function slightly.
36507         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36508           Add GSM.
36509
36510 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36511
36512         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36513         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36514         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36515           Hack to make wavparse work with spider (always -> sometimes pad).
36516           Fixes #135862 && #140411.
36517
36518 2004-04-18  Benjamin Otte  <otte@gnome.org>
36519
36520         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36521         (gst_osselement_rate_probe_check),
36522         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36523           get rid of \n in debug output
36524
36525 2004-04-17  Iain <iain@prettypeople.org>
36526
36527         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36528         not just EOS.
36529
36530 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36531
36532         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36533         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36534         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36535         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36536         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36537         (gst_id3_tag_change_state), (plugin_init):
36538           deprecate id3tag element and replace with id3demux/id3mux.
36539           great side effect: this ugly file is now even uglier, yay!
36540         * ext/mad/gstmad.h:
36541           remove non-available function
36542           update for new get_type
36543
36544 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36545
36546         * configure.ac:
36547           require mpeg2dec >= 0.4.0
36548
36549 2004-04-17  Benjamin Otte  <otte@gnome.org>
36550
36551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36552         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36553         (gst_xvimagesink_set_xwindow_id):
36554           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36555           assorted cleanup fixes.
36556
36557 2004-04-16  David Schleef  <ds@schleef.org>
36558
36559         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36560         * sys/xvimage/xvimagesink.h: same
36561
36562 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36563
36564         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36565           Fix GST_ELEMENT_ERROR with (NULL)
36566
36567 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36568
36569         * gst-libs/gst/riff/riff-media.c:
36570         (gst_riff_create_video_caps_with_data):
36571           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36572
36573 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36574
36575         * gst-libs/gst/riff/riff-media.c:
36576         (gst_riff_create_video_caps_with_data),
36577         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36578         (gst_riff_create_video_template_caps),
36579         (gst_riff_create_audio_template_caps):
36580         * gst-libs/gst/riff/riff-media.h:
36581         * gst-libs/gst/riff/riff-read.c:
36582         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36583         * gst-libs/gst/riff/riff-read.h:
36584         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36585           Add MS RLE support. I added some functions to read out strf chunks
36586           into strf chunks and the data behind it. This is usually color
36587           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36588           caps creation. Lastly, add ADPCM (similar to wavparse - which
36589           should eventually be rifflib based).
36590         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36591         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36592         * gst/matroska/matroska-demux.h:
36593           Remove placeholders for some prehistoric tagging system. Didn't add
36594           support for any tag system really anyway.
36595         * gst/qtdemux/qtdemux.c:
36596           Add support for audio/x-m4a (MPEG-4) through spider.
36597         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36598         (gst_wavparse_loop):
36599           ADPCM support (#135862). Increase max. buffer size because we
36600           cannot split buffers for ADPCM (screws references) and I've seen
36601           files with 2048 byte chunks. 4096 seems safe for now.
36602
36603 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36604
36605         * configure.ac: bump nano to 1
36606
36607 === release 0.8.1 ===
36608
36609 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36610
36611         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36612
36613 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36614
36615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36616           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36617           Fixes #140058
36618
36619 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36620
36621         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36622           lower rank of dvddemux so that it's not used for mpeg playback.
36623
36624 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36625
36626         * configure.ac:
36627           save libs correctly when checking mad
36628
36629 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36630
36631         * ext/mad/gstid3tag.c: (plugin_init):
36632           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36633
36634 2004-04-13  David Schleef  <ds@schleef.org>
36635
36636         * common/m4/gst-feature.m4: Call -config scripts with
36637         --plugin-libs if it is supported.
36638         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36639         JPEG images are image/jpeg.
36640         * gst/debug/Makefile.am:
36641         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36642         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36643         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36644         (gst_negotiation_plugin_init): Add a property that acts like
36645         filter caps.
36646         * testsuite/gst-lint:  Move license checking to be a standard
36647         test.
36648
36649 2004-04-13  David Schleef  <ds@schleef.org>
36650
36651         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36652         patch from Sebastien Cote (bug #139958)
36653
36654 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36655
36656         * examples/gstplay/Makefile.am:
36657         * examples/gstplay/player.c: (main):
36658           make the commandline player example use gconf settings
36659
36660 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36661
36662         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36663         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36664         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36665           init/end library during state transition, not object
36666           creation/disposal.  get rid of custom dispose handler.
36667
36668
36669 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36670
36671         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36672         be a symlink
36673
36674 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36675
36676         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36677           Handle JUNK chunks inside data section. Prevents warnings.
36678
36679 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36680
36681         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36682         (gst_riff_create_video_template_caps):
36683           Add MS video v1.
36684         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36685         (gst_avi_demux_stream_data):
36686           Add support for "rec-list" chunks.
36687
36688 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36689
36690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36691           Fix another codecname mismatch.
36692
36693 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36694
36695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36696           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36697           so that MJPEG plays back.
36698
36699 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36700
36701         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36702         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36703         * gst/mpeg1videoparse/gstmp1videoparse.h:
36704           Fix for some slight mis-cuts in buffer parsing, and for some
36705           potential overflows or faults-causers. Adds disconts. Also fixes
36706           #139105 while we're at it.
36707
36708 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36709
36710         * configure.ac:
36711         * sys/v4l2/gstv4l2element.h:
36712           Workaround for missing struct v4l2_buffer declaration in Suse 9
36713           and Mandrake 10 linux/videodev2.h header file (#135919).
36714
36715 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36716
36717         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36718           Bail out if no filename was given.
36719
36720 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36721
36722         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36723         (gst_v4l2_fourcc_from_structure):
36724           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36725           Y41B somewhere).
36726
36727 2004-04-09  Benjamin Otte  <otte@gnome.org>
36728
36729         * ext/gnomevfs/gstgnomevfssink.c:
36730         (_gst_boolean_allow_overwrite_accumulator),
36731         (gst_gnomevfssink_class_init):
36732           fix erase signal - if any handler returns false the file will not be
36733           overwritten. If no handler is connected, the file will not be
36734           overwritten either.
36735           renamed signal to "allow-overwrite"
36736         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36737           free string when adding it to ID3 failed
36738         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36739           unref event when done
36740         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36741           free caps
36742         * gst/typefind/gsttypefindfunctions.c:
36743         (mpeg_video_stream_type_find):
36744           fix invalid read
36745
36746 2004-04-08  David Schleef  <ds@schleef.org>
36747
36748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36749         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36750
36751 2004-04-08  David Schleef  <ds@schleef.org>
36752
36753         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36754         we don't support (bug #139532)
36755
36756 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36757
36758         * ext/mad/gstmad.c: (gst_mad_handle_event),
36759         (gst_mad_check_caps_reset), (gst_mad_chain),
36760         (gst_mad_change_state):
36761           only set explicit caps if they haven't been set before for
36762           this stream.  MPEG-audio sample rate/channels aren't allowed
36763           to change in-stream.
36764           Fixes #139382
36765
36766 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36767
36768         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36769         (_gst_boolean_did_something_accumulator),
36770         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36771         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36772         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36773         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36774         (gst_gnomevfssink_change_state):
36775           Fix erase signal. Don't erase by default. Remove handoff signal.
36776           Remove erase property. Don't segfault. General cleanup.
36777
36778 2004-04-07  Benjamin Otte  <otte@gnome.org>
36779
36780         * gst-libs/gst/gconf/test-gconf.c: (main):
36781           add missing gst_init
36782
36783 2004-04-07  Benjamin Otte  <otte@gnome.org>
36784
36785         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36786           free the mutexes, too
36787
36788 2004-04-07  Benjamin Otte  <otte@gnome.org>
36789
36790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36791           actually free the URI string
36792         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36793           compute offset correctly when passing discont events
36794         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36795           don't leak discont events
36796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36797           add some missing breaks so caps aren't copied randomly
36798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36799           if we realloc memory, we better use it
36800
36801 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36802
36803         * ext/mad/gstmad.c: (normal_seek):
36804           fix GST_FORMAT_TIME usage
36805
36806 2004-04-05  David Schleef  <ds@schleef.org>
36807
36808         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36809         a deprecated function (hack!)
36810
36811 2004-04-05  Benjamin Otte  <otte@gnome.org>
36812
36813         * ext/esd/esdmon.c: (gst_esdmon_get):
36814           fix nonterminated vararg and memleak
36815
36816 2004-04-05  Benjamin Otte  <otte@gnome.org>
36817
36818         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36819         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36820         (gst_ladspa_set_property), (gst_ladspa_get_property),
36821         (gst_ladspa_instantiate), (gst_ladspa_activate),
36822         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36823           clean up debugging
36824
36825 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36826
36827         reviewed by Benjamin Otte  <otte@gnome.org>
36828
36829         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36830           check for broken LADSPA parameters (fixes #138635)
36831
36832 2004-04-05  Benjamin Otte  <otte@gnome.org>
36833
36834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36835           advertise buffer-frames correctly on sinkpads
36836
36837 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36838
36839         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36840         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36841         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36842         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36843         (gst_mad_check_caps_reset), (gst_mad_chain):
36844         add more debugging, only reset caps when we're not in error state
36845
36846 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36847
36848         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36849
36850 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36851
36852         reviewed by Benjamin Otte  <otte@gnome.org>
36853
36854         * configure.ac:
36855           fix == in test(1) operator
36856
36857 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36858
36859         reviewed by Benjamin Otte  <otte@gnome.org>
36860
36861         * configure.ac:
36862           fix --export-symblos-regex to a working regex.
36863
36864 2004-04-04  Benjamin Otte  <otte@gnome.org>
36865
36866         * sys/oss/.cvsignore:
36867           add for oss_probe
36868
36869 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36870
36871         reviewed by Benjamin Otte  <otte@gnome.org>
36872
36873         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36874           add missing 'new_media' argument (fixes #138168)
36875         * gst/matroska/matroska-demux.c:
36876         (gst_matroska_demux_handle_seek_event):
36877           add vararg terminator (fixes #138169)
36878
36879 2004-04-02  David Schleef  <ds@schleef.org>
36880
36881         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36882         disted (bug #138914)
36883
36884 2004-04-01  Benjamin Otte  <otte@gnome.org>
36885
36886         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36887         (gst_alsa_close_audio):
36888           handle case better where a soundcard can't pause
36889         * ext/ogg/gstoggdemux.c:
36890           don't crash when we get events but don't have pads yet
36891
36892 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36893
36894         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36895           throw an error if we couldn't probe any caps.
36896
36897 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36898
36899         * ext/dvdnav/gst-dvd:
36900         Add a really simple sample DVD player
36901
36902 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36903
36904         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36905         (gst_a52dec_push), (gst_a52dec_handle_event),
36906         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36907         (gst_a52dec_change_state):
36908         * ext/a52dec/gsta52dec.h:
36909           Use a debug category, Output timestamps correctly
36910           Emit tag info, Handle events, tell liba52dec about cpu
36911           capabilities so it can use MMX etc.
36912         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36913           Fix a crasher accessing invalid memory
36914         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36915         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36916         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36917         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36918         (dvdnavsrc_query):
36919           Some support for byte-format seeking.
36920           Small fixes for still frames and menu button overlays
36921         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36922         (gst_mpeg2dec_alloc_buffer):
36923           Use a debug category. Adjust the report level of several items to
36924           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36925           so it doesn't lose the GstBuffer pointer
36926         * gst/debug/Makefile.am:
36927         * gst/debug/gstdebug.c: (plugin_init):
36928         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36929         (gst_navseek_base_init), (gst_navseek_class_init),
36930         (gst_navseek_init), (gst_navseek_seek),
36931         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36932         (gst_navseek_get_property), (gst_navseek_chain),
36933         (gst_navseek_plugin_init):
36934         * gst/debug/gstnavseek.h:
36935           Add the navseek debug element for seeking back and forth in a
36936           video stream using arrow keys.
36937         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36938         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36939         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36940         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36941         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36942         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36943         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36944         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36945         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36946         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36947         * gst/mpeg2sub/gstmpeg2subt.h:
36948           Pretty much a complete rewrite. Now a loopbased element. May still
36949           require work to properly synchronise subtitle buffers.
36950         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36951         (gst_dvd_demux_send_subbuffer):
36952         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36953           Don't attempt to create subbuffers of size 0
36954           Reduce a couple of error outputs to warnings.
36955         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36956         (gst_y4mencode_chain):
36957         Output the y4m frame header correctly.
36958
36959 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36960
36961         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36962           throw errors instead of allowing SIGFPE
36963
36964 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36965
36966         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36967         (gst_gconf_render_bin_from_key):
36968           leak plugging and style fixing
36969
36970 2004-03-31  David Schleef  <ds@schleef.org>
36971
36972         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36973         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36974         (bug #138225)
36975         * gst/debug/Makefile.am:
36976         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36977         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36978         plugin.
36979         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36980         (gst_negotiation_base_init), (gst_negotiation_class_init),
36981         (gst_negotiation_init), (gst_negotiation_getcaps),
36982         (gst_negotiation_pad_link), (gst_negotiation_chain),
36983         (gst_negotiation_set_property), (gst_negotiation_get_property),
36984         (gst_negotiation_plugin_init):  New element to talk about random
36985         negotiation things happening in a pipeline.
36986
36987 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36988
36989         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36990           fix integer addition with help of Stefan Kost
36991
36992 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36993
36994         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36995
36996 2004-03-30  David Schleef  <ds@schleef.org>
36997
36998         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36999         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37000         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37001         (bug #137504)
37002         * ext/mpeg2dec/gstmpeg2dec.h:
37003
37004 2004-03-30  David Schleef  <ds@schleef.org>
37005
37006         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37007
37008 2004-03-30  David Schleef  <ds@schleef.org>
37009
37010         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37011         Michael Petullo) to handle .mov
37012
37013 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37014
37015         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37016         (gst_osselement_rate_check_rate):
37017           probe caps correctly for sound cards that only support one format
37018
37019 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37020
37021         * ext/kio/kiosrc.cpp: (process_events):
37022           update handling event processing if inside KDE - untested
37023
37024 2004-03-29  David Schleef  <ds@schleef.org>
37025
37026         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37027         by 2 to not interfere with other colorspaces.
37028         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37029         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37030         one to not interfere with ffmpeg_colorspace.
37031
37032 2004-03-29  David Schleef  <ds@schleef.org>
37033
37034         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37035         aren't in the caps.
37036         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37037         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37038
37039 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37040
37041         * gst-libs/gst/riff/riff-media.c:
37042           fail on error, don't try to set stuff on NULL caps
37043
37044 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37045
37046         * configure.ac:
37047         * ext/Makefile.am:
37048         * ext/kio/Makefile.am:
37049         * ext/kio/kioreceiver.cpp:
37050         * ext/kio/kioreceiver.h:
37051         * ext/kio/kiosrc.cpp:
37052         * ext/kio/kiosrc.h:
37053           add experimental kiosrc plugin
37054         * ext/alsa/gstalsaplugin.c: (plugin_init):
37055           initialize debugging category only when we're sure registering the
37056           plugins worked.
37057
37058 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37059
37060         * examples/gstplay/player.c: (main):
37061         * gst-libs/gst/play/play.c: (gst_play_class_init),
37062         (gst_play_set_location), (gst_play_set_data_src),
37063         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37064         (gst_play_set_visualization), (gst_play_connect_visualization):
37065           check return values of element_set_state and return FALSE where
37066           failed
37067
37068 2004-03-29  Benjamin Otte  <otte@gnome.org>
37069
37070         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37071           try harder to check if an event is really a discont
37072
37073 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37074
37075         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37076         * po/az.po:
37077
37078 2004-03-28  Benjamin Otte  <otte@gnome.org>
37079
37080         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37081         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37082         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37083           get rid of non-standard "..." ranges in case statements.
37084
37085 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37086
37087         * gst/mpegstream/gstmpegdemux.c:
37088         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37089         specific functionality split to the new dvddemux element.
37090         * gst/mpegstream/gstdvddemux.c:
37091         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37092         streams, derived from mpegdemux.
37093         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37094         up. SCR based timestamp rewriting can be turned off (will probably
37095         completely disappear soon).
37096         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37097         hacking. General cleanup. All printf statements replaced by
37098         debugging messages. Almost complete libdvdnav support.
37099         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37100         by events. New properties for audio and subpicture languages.
37101         (dvdnavsrc_update_highlight): Now uses events.
37102         (dvdnavsrc_user_op): Cleaned up.
37103         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37104         based). Lots of cleanup, and propper support for most libdvdnav
37105         events.
37106         (dvdnavsrc_make_dvd_event): New function.
37107         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37108         (dvdnavsrc_make_clut_change_event): New function.
37109
37110 2004-03-26  Benjamin Otte  <otte@gnome.org>
37111
37112         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37113           fix bug where typefinding would claim it's theora whenever less then
37114           7 bytes of data were available
37115
37116 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37117
37118         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37119         (gst_alawdec_base_init), (gst_alawdec_class_init),
37120         (gst_alawdec_init), (gst_alawdec_chain):
37121         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37122         (gst_alawenc_base_init), (gst_alawenc_class_init),
37123         (gst_alawenc_init), (gst_alawenc_chain):
37124         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37125         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37126         (gst_mulawdec_init), (gst_mulawdec_chain):
37127         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37128         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37129         (gst_mulawenc_init), (gst_mulawenc_chain):
37130           Fix capsnego in all four, remove the unused property functions and
37131           simplify the chain functions slightly. I guess we could use macros
37132           or something similar for those, since the code is so similar, but
37133           I'm currently too lazy...
37134
37135 2004-03-24  David Schleef  <ds@schleef.org>
37136
37137         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37138         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37139         (gst_osselement_get_format_structure),
37140         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37141         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37142         (gst_osselement_rate_int_compare): Add code to handle rate probing
37143         (bug #120883)
37144         * sys/oss/gstosselement.h: same
37145         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37146         Use rate probing provided by osselement.
37147         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37148
37149 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37150
37151         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37152         (gst_xvidenc_get_property):
37153           ulong/int mess-up.
37154
37155 2004-03-24  David Schleef  <ds@schleef.org>
37156
37157         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37158         (gst_speexdec_init):
37159         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37160         (gst_speexenc_init):  Create the pad template correctly (from
37161         the static pad template, not a NULL pointer.)
37162
37163 2004-03-25  Benjamin Otte  <otte@gnome.org>
37164
37165         * gst/debug/Makefile.am:
37166         * gst/debug/breakmydata.c:
37167           add element that quasi-randomly changes bytes in the stream.
37168           Intended use is robustness checking of demuxers and decoders in
37169           media tests.
37170
37171 2004-03-24  Benjamin Otte  <otte@gnome.org>
37172
37173         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37174         (gst_alsa_probe_hw_params):
37175         * ext/alsa/gstalsa.h:
37176           debugging output fixes
37177
37178 2004-03-24  Benjamin Otte  <otte@gnome.org>
37179
37180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37181           don't g_return_if_fail if element is PLAYING, fail silently as every
37182           other element.
37183         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37184           only fix needed for cast lvalue issues in gst-plugins
37185         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37186           add proxy_getcaps
37187
37188 2004-03-24  Benjamin Otte  <otte@gnome.org>
37189
37190         * gst/level/gstlevel.c: (gst_level_init):
37191           add proxying getcaps function, so level doesn't advertise impossible
37192           caps
37193
37194 2004-03-24  David Schleef  <ds@schleef.org>
37195
37196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37197         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37198         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37199         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37200         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37201         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37202         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37203         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37204         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37205         messages.  Divide the chunk size by the compression ratio
37206         (needed for MACE audio)
37207
37208 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37209
37210         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37211           Fix buffer overflow read error.
37212
37213 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37214
37215         * ext/alsa/gstalsa.h:
37216           Remove unused entry.
37217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37218           Add cinepak.
37219         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37220         (gst_videodrop_link), (gst_videodrop_chain):
37221           Fix, sort of. Was horribly broken with new capsnego. Bah...
37222
37223 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37224
37225         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37226         (plugin_init):
37227         Add a monkeysaudio typefind function
37228
37229 2004-03-23  Johan Dahlin  <johan@gnome.org>
37230
37231         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37232         (gst_play_video_fixate): Check so the structure has the field
37233         before trying to fixate them, this makes it possible to have
37234         fakesinks for video and audio output without printing errors on
37235         the output console.
37236
37237 2004-03-22  David Schleef  <ds@schleef.org>
37238
37239         * sys/oss/Makefile.am:
37240         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37241         (check_rate), (add_rate):  Rate probing test app.
37242
37243 2004-03-21  Benjamin Otte  <otte@gnome.org>
37244
37245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37246         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37247           add a fixation function that pretty much does the right thing (fixes
37248           #137556)
37249
37250 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37251
37252         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37253
37254 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37255
37256         reviewed by: Benjamin Otte  <otte@gnome.org>
37257
37258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37259           terminate gst_event_new_discontinuous correctly (fixes parts of
37260           #137711)
37261
37262 2004-03-19  David Schleef  <ds@schleef.org>
37263
37264         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37265         since it doesn't depend on X, and it's part of our ABI.
37266
37267 2004-03-19  Iain <iain@prettypeople.org>
37268
37269         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37270         is_int in the structure, not the local variable.
37271
37272 2004-03-19  David Schleef  <ds@schleef.org>
37273
37274         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37275         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37276         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37277         Improvements in caps negotiation.
37278
37279 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37280
37281         * po/LINGUAS:
37282         * po/af.po:
37283           adding Afrikaans (Petri Jooste)
37284
37285 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37286
37287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37288         (gst_ffmpegcolorspace_chain):
37289         throw error instead of g_critical (#137588)
37290
37291 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37292
37293         * Makefile.am:
37294         * configure.ac:
37295           dist common and m4 correctly
37296         * po/sv.po:
37297
37298 2004-03-17  David Schleef  <ds@schleef.org>
37299
37300         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37301         (bug #137348)
37302
37303 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * po/LINGUAS:
37306         * po/sv.po:
37307           adding Swedish translation (Christian Rose)
37308
37309 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37310
37311         * Makefile.am: use release.mak
37312
37313 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37314
37315         * common/ChangeLog:
37316         * common/gst-autogen.sh:
37317           add some explanation about the version detection
37318         * configure.ac:
37319           fix X check
37320
37321 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37322
37323         * configure.ac: bump nano to 1
37324
37325 === release 0.8.0 ===
37326
37327 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37328
37329         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37330
37331 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37332
37333         * configure.ac:
37334           update libtool version
37335         * gst-libs/gst/media-info/Makefile.am:
37336           actually use libtool version
37337
37338 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37339
37340         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37341
37342 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37343
37344         * configure.ac:
37345         * gst-plugins.spec.in:
37346         * pkgconfig/Makefile.am:
37347         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37348         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37349         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37350         * pkgconfig/gstreamer-libs.pc.in:
37351         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37352         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37353         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37354         * pkgconfig/gstreamer-plugins.pc.in:
37355           remove @VERSION@ from some of the pc files since core and plugins
37356           are decoupled.
37357           created gstreamer-plugins.pc as it's a better name, but keeping
37358           -libs around for now to get fixes upstream done first.
37359
37360 2004-03-15  Julien MOUTTE <julien@moutte.net>
37361
37362         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37363         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37364         * gst-libs/gst/play/play.h:
37365
37366 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37367
37368         * *.c, *.cc: don't mix tabs and spaces
37369
37370 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37371
37372         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37373           use the new ffmpegcolorspace
37374         * gst-plugins.spec.in:
37375           package new colorspace and media-info
37376         * configure.ac:
37377         * pkgconfig/Makefile.am:
37378           fix some more disting issues
37379         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37380         * pkgconfig/gstreamer-media-info.pc.in:
37381           generate media-info pc files
37382
37383 2004-03-15  Johan Dahlin  <johan@gnome.org>
37384
37385         * *.h: Revert indenting
37386
37387 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37388
37389         * configure.ac:
37390           adding ffmpegcolorspace element
37391         * gst/ffmpegcolorspace/Makefile.am:
37392         * gst/ffmpegcolorspace/avcodec.h:
37393         * gst/ffmpegcolorspace/common.h:
37394         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37395         * gst/ffmpegcolorspace/dsputil.h:
37396         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37398         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37399         (gst_ffmpeg_caps_to_pix_fmt):
37400         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37401         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37402         (gst_ffmpegcolorspace_caps_remove_format_info),
37403         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37404         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37405         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37406         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37407         (gst_ffmpegcolorspace_set_property),
37408         (gst_ffmpegcolorspace_get_property),
37409         (gst_ffmpegcolorspace_register):
37410         * gst/ffmpegcolorspace/imgconvert.c:
37411         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37412         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37413         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37414         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37415         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37416         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37417         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37418         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37419         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37420         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37421         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37422         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37423         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37424         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37425         (img_get_alpha_info), (deinterlace_line),
37426         (deinterlace_line_inplace), (deinterlace_bottom_field),
37427         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37428         * gst/ffmpegcolorspace/imgconvert_template.h:
37429         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37430         * gst/ffmpegcolorspace/mmx.h:
37431         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37432           adding ffmpegcolorspace element supplied by Ronald after cleaning
37433           up and pulling in the right bits of upstream source.
37434           I'm sure a better C/compiler wizard could do some cleaning up (for
37435           example use GLIB's malloc stuff), but as a first pass this
37436           works very well
37437
37438 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37439
37440         * ext/alsa/gstalsa.h:
37441           I assume Ronald forgot to commit the change to have cardname
37442           as a struct member.  Expect some public spanking at the next
37443           opportunity.
37444
37445 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37446
37447         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37448         (gst_alsa_open_audio), (gst_alsa_close_audio):
37449         * ext/alsa/gstalsa.c:
37450           Don't open the device if we're a mixer (= padless).
37451         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37452         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37453         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37454           Open mixer during state change rather than during object
37455           initialization. Also, get a device name. Currently in a somewhat
37456           hackish fashion, but I didn't really find something better.
37457
37458 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37459
37460         * *.c, *.h: run gst-indent
37461
37462 2004-03-14  Benjamin Otte  <otte@gnome.org>
37463
37464         * gst/modplug/gstmodplug.cc:
37465         * gst/modplug/gstmodplug.h:
37466           set correct timestamps on outgoing buffers
37467
37468 2004-03-14  Benjamin Otte  <otte@gnome.org>
37469
37470         * gst/modplug/gstmodplug.cc:
37471           handle events - don't do crap when a discont arrives that's not
37472           necessary
37473           This allows correct loading and playback of mods in Rhythmbox
37474
37475 2004-03-14  Benjamin Otte  <otte@gnome.org>
37476
37477         * configure.ac:
37478         * gst-libs/gst/gconf/Makefile.am:
37479         * pkgconfig/Makefile.am:
37480           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37481           they get rebuilt properly
37482         * configure.ac:
37483           when checking for vorbis, try pkgconfig first.
37484         * gst/modplug/gstmodplug.cc:
37485           add fixate function
37486
37487 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37488
37489         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37490           Fix for obvious mistake, where we first shift the offset and then
37491           read a samplesize element assuming the old offset. Note that this
37492           part still has something weird, i.e. my movies containing those
37493           don't actually play well, but at least there's something that looks
37494           like sound now.
37495
37496 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37497         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37498         (plugin_init):
37499         Add a typefind function for speex format
37500
37501 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37502
37503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37504         (gst_asf_demux_setup_pad):
37505           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37506           instead of 0. Reason is simple: some elements have a fps range
37507           of 1-max instead of 0-max. So now ASF video actually works.
37508
37509 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37510
37511         * po/LINGUAS:
37512         * po/sr.po:
37513           adding serbian as a language
37514
37515 2004-03-13  Benjamin Otte  <otte@gnome.org>
37516
37517         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37518           return taglist correctly from _get function, don't gst_pad_push it.
37519           (fixes #137042)
37520
37521 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37522         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37523
37524 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37525
37526         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37527         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37528         (gst_alsa_mixer_track_new):
37529         * ext/alsa/gstalsamixertrack.h:
37530           Fix ancient leftovers... MixerTrack is a GObject.
37531
37532 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37533
37534         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37535         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37536           Don't block during probing...
37537
37538 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37539
37540         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37541         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37542         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37543         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37544         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37545         (gst_alsa_open_audio), (gst_alsa_close_audio):
37546         * ext/alsa/gstalsa.h:
37547           Add propertyprobe interface implementation, add some device-name
37548           property, all this so that it looks good in gnome-volume-control.
37549
37550 2004-03-12  David Schleef  <ds@schleef.org>
37551
37552         * configure.ac: the Hermes library controls hermescolorspace, not
37553         colorspace.
37554         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37555         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37556         not /* */
37557         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37558         * ext/sdl/sdlvideosink.h: ditto.
37559         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37560
37561 2004-03-12  Benjamin Otte  <otte@gnome.org>
37562
37563         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37564         (gst_x_overlay_got_xwindow_id):
37565         * gst-libs/gst/xoverlay/xoverlay.h:
37566           replace XID with unsigned long to get rid of the xlibs dependency in
37567           XOverlay (fixes #137004)
37568
37569 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37570         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37571         (gst_agingtv_setup):
37572         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37573         (gst_dicetv_base_init), (gst_dicetv_class_init),
37574         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37575         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37576         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37577         (gst_edgetv_setup), (gst_edgetv_rgb32):
37578         * gst/effectv/gsteffectv.c:
37579         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37580         (gst_quarktv_set_property):
37581         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37582         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37583         (gst_revtv_setup), (gst_revtv_rgb32):
37584         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37585         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37586         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37587         (gst_shagadelictv_rgb32):
37588         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37589         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37590         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37591         * gst/effectv/gstwarp.c:
37592         Port everything that can be ported to videofilter and fix up the caps.
37593         Can someone with a big-endian machine please check these?
37594
37595 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37596
37597         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37598         (gst_osssink_chain), (gst_osssink_change_state):
37599           Latest fixes for A/V sync, audio playback and such. This is about
37600           all... MPEG playback issues are mostly related to the async build-
37601           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37602
37603 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37604
37605         patch from: Stephane Loeuillet
37606
37607         * configure.ac:
37608           use pkg-config for some libraries, falling back to the old .m4 way
37609           (fixes #131270)
37610         * m4/libdv.m4:
37611           removed
37612
37613 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37614
37615         * configure.ac:
37616         * tools/Makefile.am:
37617         * tools/Makefile.in:
37618         * tools/gst-launch-ext-m.m:
37619         * tools/gst-launch-ext.1.in:
37620         * tools/gst-visualise-m.m:
37621         * tools/gst-visualise.1:
37622         * tools/gst-visualise.1.in:
37623           reorganizing generation of script tools
37624
37625 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37626
37627         * ext/divx/gstdivxdec.c:
37628           Downgrade priority. We prefer ffdec_mpeg4.
37629         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37630         (gst_faad_chain), (gst_faad_change_state):
37631           Fix capsnego. Doesn't work for some sounds because we don't have
37632           a 5:1 to stereo element.
37633         * ext/xvid/gstxvid.c: (plugin_init):
37634           Add priority.
37635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37636         (gst_osssink_change_state):
37637           Add discont handling.
37638
37639 2004-03-09  Colin Walters  <walters@verbum.org>
37640
37641         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37642         conversion.
37643
37644 2004-03-09  Benjamin Otte  <otte@gnome.org>
37645
37646         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37647           the signals take 2 arguments
37648
37649 2004-03-09  David Schleef  <ds@schleef.org>
37650
37651         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37652         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37653         * ext/alsa/gstalsa.h:
37654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37655
37656 2004-03-09  Benjamin Otte  <otte@gnome.org>
37657
37658         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37659         (gst_mikmod_change_state):
37660         * ext/mikmod/gstmikmod.h:
37661           make mikmod's loop function not loop infinitely and call
37662           gst_element_yield anymore
37663         * gst/modplug/gstmodplug.cc:
37664           fix pad negotiation (fixes #136590)
37665
37666 2004-03-09  David Schleef  <ds@schleef.org>
37667
37668         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37669         doesn't conflict with the internal colorspace plugin.
37670         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37671         satisfy the crappy-ass shell shipped by a certain vendor.
37672         * gst/videofilter/make_filter: same (bug #135299)
37673
37674 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37675
37676         * configure.ac: bump nano to 1
37677
37678 === release 0.7.6 ===
37679
37680 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37681
37682         * configure.in: releasing 0.7.6, "There"
37683
37684 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37685
37686         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37687         * pkgconfig/gstreamer-play.pc.in:
37688           synchronize the two
37689
37690 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37691
37692         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37693         (cdparanoia_open), (cdparanoia_event):
37694           fix/add error handling
37695         * po/POTFILES.in:
37696           add cdparanoia source
37697         * tools/Makefile.am:
37698           make scripts executable
37699
37700 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37701
37702         * configure.ac:
37703         * ext/vorbis/Makefile.am:
37704         * sys/Makefile.am:
37705           remove id3types, vorbisfile and xvideosink from the build (#133783)
37706
37707 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37708
37709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37710           Fix metadata read crash (#136537).
37711
37712 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37713
37714         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37715         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37716           adding mime types, fixing the one-stop function
37717
37718 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37719
37720         * ext/nas/nassink.c and /ext/nas/nassink.h:
37721         More NAS love from Arwed von Merkatz
37722         So lets all sing 'Can you feel the NAS tonight'
37723
37724 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37725
37726         * tools/gst-launch-ext.in:
37727         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37728
37729 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37730
37731         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37732         (gst_mpeg2dec_init):
37733         remove the user_data pad for now, because it is being used in
37734         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37735         If someone knows how to fix this properly, please do.
37736
37737 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37738
37739         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37740         (gst_osssink_get_time):
37741         add a warning, IMO this won't get triggered anymore, remove later
37742
37743 2004-03-07  David Schleef  <ds@schleef.org>
37744
37745         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37746         format (bug #136470)
37747
37748 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37749
37750         * gst-libs/Makefile.am:
37751         * gst-libs/gst/media-info/Makefile.am:
37752         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37753         (error_callback), (gst_media_info_error_create),
37754         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37755         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37756         * gst-libs/gst/media-info/media-info-priv.h:
37757         * gst-libs/gst/media-info/media-info-test.c: (main):
37758         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37759         (gst_media_info_class_init), (gst_media_info_instance_init),
37760         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37761         (gst_media_info_read_idler), (gst_media_info_read):
37762         * gst-libs/gst/media-info/media-info.h:
37763         fixed, should work now
37764
37765 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37766
37767         * ext/nas/nassink.c:
37768         A bunch of NAS fixes from Arwed von Merkatz
37769
37770 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37771
37772         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37773         (qtdemux_parse_trak):
37774           Fix crash (j might be greater than n_samples, in which case we're
37775           writing outside the allocated space for the array) and memleak.
37776
37777 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37778
37779         * sys/oss/gstosssink.c: (gst_osssink_chain):
37780           And another caller that couldn't handle delay < 0 (unsigned
37781           integer overflow). Video now continues playing on an audio
37782           buffer underrun, and the clock continues working. Audio still
37783           stalls.
37784
37785 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37786
37787         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37788         (gst_osssink_get_time):
37789           get_delay() may return values lower than 0. In those cases, we
37790           should not actually cast to *unsigned* int64, that will break
37791           stuff horribly. In my case, it screwed up A/V sync in movies
37792           in totem rather badly.
37793
37794 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37795
37796         * ext/faac/gstfaac.c: (gst_faac_chain):
37797         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37798         * ext/libpng/gstpngenc.c: (user_write_data):
37799         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37800         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37801         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37802         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37803         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37804         of any buffer), should fix some leaks. I hope I didn't unref buffers
37805         that shouldn't be...
37806
37807 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37808
37809         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37810         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37811         (error_callback), (gmi_reset), (gmi_seek_to_track),
37812         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37813         (gmip_find_type_post), (gmip_find_stream_post),
37814         (gmip_find_track_streaminfo_post):
37815         * gst-libs/gst/media-info/media-info-priv.h:
37816         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37817         (info_print), (main):
37818         * gst-libs/gst/media-info/media-info.c:
37819         (gst_media_info_error_create), (gst_media_info_error_element),
37820         (gst_media_info_instance_init), (gst_media_info_get_property),
37821         (gst_media_info_new), (gst_media_info_set_source),
37822         (gst_media_info_read_idler), (gst_media_info_read):
37823         * gst-libs/gst/media-info/media-info.h:
37824           first pass at making this work again.  This seems to work on
37825           tagged ogg/vorbis and mp3 files.
37826
37827 2004-03-06  Benjamin Otte  <otte@gnome.org>
37828
37829         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37830           fix huge leak: gst_buffer_merge doesn't unref the first argument
37831           itself.
37832
37833 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37834
37835         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37836           report layer/mode/emphasis
37837
37838 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37839
37840         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37841
37842 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37843
37844         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37845           signal serial
37846
37847 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37848
37849         * ext/vorbis/vorbis.c: (plugin_init):
37850         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37851         (gst_vorbis_dec_init), (vorbis_dec_event):
37852         add debug category
37853         make vorbisdec handle _BYTE and _TIME queries
37854
37855 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37856
37857         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37858           from the xing header
37859
37860 2004-03-06  Benjamin Otte  <otte@gnome.org>
37861
37862         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37863         (gst_audio_convert_link), (gst_audio_convert_change_state),
37864         (gst_audio_convert_buffer_from_default_format):
37865           do conversions from/to float correctly, fix some caps nego errors,
37866           export correct supported caps in template and getcaps, use correct
37867           caps in try_set_caps functions
37868
37869 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37870
37871         For some reason, I only committed a ChangeLog entry yesterday and
37872         not the corresponding code...
37873         * ext/mad/gstmad.c: Fix detection of Xing headers
37874         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37875
37876 2004-03-06  Benjamin Otte  <otte@gnome.org>
37877
37878         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37879         (gst_ogg_demux_src_query):
37880           make sure to handle the case where there's no current chain
37881           gracefully.
37882
37883 2004-03-05  David Schleef  <ds@schleef.org>
37884
37885         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37886         Add fixate function. (bug #131128)
37887         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37888         (gst_sdlvideosink_fixate):  Add fixate function.
37889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37890         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37891         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37892         Fix missing break that was causing ulaw to be interpreted as
37893         raw int.
37894
37895 2004-03-05  David Schleef  <ds@schleef.org>
37896
37897         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37898         Fix code that ignores return value of gst_buffer_merge().
37899         (bug #114560)
37900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37901         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37902         * testsuite/gst-lint:  Check for above.
37903
37904 2004-03-05  David Schleef  <ds@schleef.org>
37905
37906         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37907         caps and throw an element error.  (bug #136334)
37908
37909 2004-03-05  David Schleef  <ds@schleef.org>
37910
37911         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37912         (gst_faad_chain): Fix negotiation.
37913         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37914         key and button events.
37915         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37916         dung heap of code.
37917         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37918         depends on gconf
37919         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37920         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37921         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37922         function to encourage better negotiation, particularly between
37923         audioconvert and osssink.
37924         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37925         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37926         more important.
37927         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37928         typefinding.
37929         * gst/vbidec/vbiscreen.c:  Add glib header
37930         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37931
37932 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37933
37934         * ext/mad/gstmad.c: Fix detection of Xing headers
37935         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37936
37937 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37938
37939         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37940         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37941           debug updates
37942
37943 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37944
37945         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37946         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37947         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37948         files, and report the parsed length as a GST_TAG_DURATION tag.
37949         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37950
37951 2004-03-05  Benjamin Otte  <otte@gnome.org>
37952
37953         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37954           convert channels correctly. convert correctly to unsigned.
37955
37956 2004-03-05  Julien MOUTTE <julien@moutte.net>
37957
37958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37959         we have a window before clearing it.
37960
37961 2004-03-05  Julien MOUTTE <julien@moutte.net>
37962
37963         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37964         have a window before clearing it.
37965
37966 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37967
37968         * gconf/gstreamer.schemas.in:
37969         * gst-libs/gst/gconf/Makefile.am:
37970           version installation path the same way as for 0.6
37971         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37972         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37973         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37974           remove comment that was fixed
37975
37976 2004-03-05  David Schleef  <ds@schleef.org>
37977
37978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37979         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37980         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37981         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37982         Add prototype code for handling seeking and querying.
37983
37984 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37985
37986         * examples/gstplay/player.c: (main):
37987           Initialize variables to NULL. Prevents a segfault because the
37988           (uninitialized) variable is not NULL, resulting in a crash on
37989           trying to reach error->message.
37990
37991 2004-03-05  Benjamin Otte  <otte@gnome.org>
37992
37993         * gst/audioconvert/gstaudioconvert.c:
37994         (gst_audio_convert_buffer_to_default_format):
37995         make float=>int conversion work correctly even in cornercases.
37996
37997 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37998
37999         * debian/README.Debian:
38000         * debian/build-deps:
38001         * debian/changelog:
38002         * debian/control:
38003         * debian/control.in:
38004         * debian/copyright:
38005         * debian/gstreamer-a52dec.files:
38006         * debian/gstreamer-aa.files:
38007         * debian/gstreamer-alsa.files:
38008         * debian/gstreamer-alsa.manpages:
38009         * debian/gstreamer-arts.files:
38010         * debian/gstreamer-artsd.files:
38011         * debian/gstreamer-audiofile.files:
38012         * debian/gstreamer-avifile.files:
38013         * debian/gstreamer-cdparanoia.files:
38014         * debian/gstreamer-colorspace.files:
38015         * debian/gstreamer-doc.files:
38016         * debian/gstreamer-dv.files:
38017         * debian/gstreamer-dvd.files:
38018         * debian/gstreamer-esd.files:
38019         * debian/gstreamer-festival.files:
38020         * debian/gstreamer-flac.files:
38021         * debian/gstreamer-gconf.conffiles:
38022         * debian/gstreamer-gconf.files:
38023         * debian/gstreamer-gconf.postinst:
38024         * debian/gstreamer-gnomevfs.files:
38025         * debian/gstreamer-gsm.files:
38026         * debian/gstreamer-http.files:
38027         * debian/gstreamer-jack.files:
38028         * debian/gstreamer-jpeg.files:
38029         * debian/gstreamer-mad.files:
38030         * debian/gstreamer-mikmod.files:
38031         * debian/gstreamer-misc.files:
38032         * debian/gstreamer-mpeg2dec.files:
38033         * debian/gstreamer-oss.files:
38034         * debian/gstreamer-plugin-apps.files:
38035         * debian/gstreamer-plugin-apps.manpages:
38036         * debian/gstreamer-plugin-libs-dev.files:
38037         * debian/gstreamer-plugin-libs.files:
38038         * debian/gstreamer-plugin-template.postinst:
38039         * debian/gstreamer-plugin-template.postrm:
38040         * debian/gstreamer-sdl.files:
38041         * debian/gstreamer-sid.files:
38042         * debian/gstreamer-vorbis.files:
38043         * debian/gstreamer-x.files:
38044         * debian/mk.control:
38045         * debian/rules:
38046         Debian package info not maintained here.
38047
38048 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38049
38050         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38051         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38052         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38053         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38054         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38055         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38056         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38057         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38058         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38059         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38060         * gst-libs/gst/colorbalance/colorbalance.c:
38061         (gst_color_balance_class_init):
38062         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38063         (gst_color_balance_channel_class_init):
38064         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38065         * gst-libs/gst/play/play.c: (gst_play_class_init):
38066         * gst-libs/gst/propertyprobe/propertyprobe.c:
38067         (gst_property_probe_iface_init):
38068         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38069         * gst-libs/gst/tuner/tunerchannel.c:
38070         (gst_tuner_channel_class_init):
38071         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38072         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38073         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38074         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38075         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38076         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38077         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38079         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38080           fix signals to use - instead of _
38081         * ext/libcaca/gstcacasink.h:
38082         * ext/sdl/sdlvideosink.h:
38083           fix header rename
38084
38085 2004-03-04  David Schleef  <ds@schleef.org>
38086
38087         * testsuite/gst-lint:  Add a check for bad signal names.
38088
38089 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38090
38091         reviewed by David Schleef
38092
38093         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38094         modified the alpha channel and caused a warning. (bug #136192)
38095
38096 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38097
38098         * gst-plugins.spec.in:
38099         Change names of plugins to actually be correct. Try to keep things
38100         alphabetical to avoid getting beat up by Thomas
38101
38102 2004-03-03  Julien MOUTTE <julien@moutte.net>
38103
38104         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38105         Using ximagesink as a default if no gconf key found. We should
38106         probably consider using alsasink instead of osssink for the audio
38107         part.
38108
38109 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38110
38111         * configure.ac:
38112           fix --with-plugins, don't think it ever worked before
38113         * gst-plugins.spec.in:
38114           even more updates
38115
38116 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38117
38118         * ext/sdl/sdlvideosink.h:
38119         * sys/ximage/ximagesink.h:
38120         * sys/xvideo/xvideosink.h:
38121         * sys/xvimage/xvimagesink.h:
38122           Fix for move of gstvideosink.h -> videosink.h.
38123
38124 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38125
38126         * gst-libs/gst/xwindowlistener/Makefile.am:
38127           this is a plugin library, not a library
38128
38129 2004-03-01  David Schleef  <ds@schleef.org>
38130
38131         * AUTHORS:  Added some names.  Add yourself if you're still
38132         missing.
38133
38134 2004-03-01  David Schleef  <ds@schleef.org>
38135
38136         * MAINTAINERS: Add
38137
38138 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38139
38140         * gst-plugins.spec.in: clean up spec file
38141
38142 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38143
38144         * gst-libs/gst/video/Makefile.am:
38145         * gst-libs/gst/video/gstvideosink.c:
38146         * gst-libs/gst/video/gstvideosink.h:
38147           rename gstvideosink.h to videosink.h to match other headers
38148         * gst/mixmatrix/Makefile.am:
38149           fix plugin filename
38150         * gst/tags/Makefile.am: fix plugin filename
38151
38152 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38153
38154         * gst/tags/Makefile.am: fix plugin filename
38155
38156 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38157
38158         * examples/gstplay/player.c: (got_time_tick), (main):
38159           add error handler
38160           display time_tick more readably
38161         * gst/mixmatrix/Makefile.am:
38162           fix plugin file name
38163
38164 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38165
38166         * sys/oss/gstosselement.c: (gst_osselement_probe),
38167         (device_combination_append), (gst_osselement_class_probe_devices):
38168         * sys/oss/gstosselement.h:
38169           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38170           on my system using alsa oss emulation, fixes bug #135597
38171
38172 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38173
38174         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38175         (gst_videodrop_chain), (gst_videodrop_change_state):
38176         * gst/videodrop/gstvideodrop.h:
38177           Work based on timestamp of input data, not based on the expected
38178           framerate from the input. The consequence is that this element now
38179           not only scales framerates, but also functions as a framerate
38180           corrector or framerate stabilizer/constantizer.
38181
38182 2004-02-27  David Schleef  <ds@schleef.org>
38183
38184         patches from jmmv@menta.net (Julio M. Merino Vidal)
38185
38186         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38187         GST_ELEMENT_ERROR call (bug #135634)
38188         * gst/interleave/interleave.c: (interleave_buffered_loop),
38189         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38190         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38191         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38192         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38193         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38194         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38195         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38196         Fix GST_ELEMENT_ERROR call.
38197         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38198         GST_ELEMENT_ERROR call.
38199
38200 2004-02-27  Benjamin Otte  <otte@gnome.org>
38201
38202         * gst-libs/gst/audio/audio.h:
38203           add macro to make sure header isn't included twice
38204         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38205           don't use gst_buffer_free
38206         * gst/playondemand/filter.func:
38207           don't use gst_data_free. Free data only once.
38208
38209 2004-02-26  David Schleef  <ds@schleef.org>
38210
38211         * gst-libs/gst/colorbalance/Makefile.am:
38212         * gst-libs/gst/mixer/Makefile.am:
38213         * gst-libs/gst/tuner/Makefile.am:
38214         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38215         should not be disted, -marshal.h files should not be installed,
38216         and -enum.h files _should_ be installed.  Fix to make this the
38217         case.
38218
38219 === release 0.7.5 ===
38220
38221 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38222
38223         * configure.ac: release 0.7.5, "Under The Sea"
38224
38225 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38226
38227         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38228         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38229         * gst/videoscale/gstvideoscale.c:
38230         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38231           assorted debug/warning fixes
38232
38233 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38234
38235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38236         (gst_videoscale_init), (gst_videoscale_chain),
38237         (gst_videoscale_set_property), (plugin_init):
38238         * gst/videoscale/gstvideoscale.h:
38239         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38240         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38241         (gst_videoscale_planar400), (gst_videoscale_packed422),
38242         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38243         (gst_videoscale_24bit), (gst_videoscale_16bit),
38244         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38245         (gst_videoscale_scale_plane_slow),
38246         (gst_videoscale_scale_point_sample),
38247         (gst_videoscale_scale_nearest),
38248         (gst_videoscale_scale_nearest_str2),
38249         (gst_videoscale_scale_nearest_str4),
38250         (gst_videoscale_scale_nearest_32bit),
38251         (gst_videoscale_scale_nearest_24bit),
38252         (gst_videoscale_scale_nearest_16bit):
38253         add debugging category and use it properly
38254         fix use of GST_PTR_FORMAT
38255
38256 2004-02-25  Andy Wingo  <wingo@pobox.com>
38257
38258         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38259         push only when channel->buffer is NULL. Prevents segfaults doing
38260         the state change after a nonlocal exit, like a scheme exception.
38261
38262         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38263         Handle the case where the intersected caps is empty.
38264
38265 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38266
38267         * gst/law/mulaw-decode.c: (mulawdec_link):
38268         * gst/law/mulaw.c: (plugin_init):
38269           fix mulawdec so it actually works again
38270
38271 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38272
38273         reviewed by: David Schleef  <ds@schleef.org>
38274
38275         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38276         (gst_gamma_init), (gst_gamma_set_property),
38277         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38278         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38279         for RGB, with separate r g and b correction factors. (#131167)
38280
38281 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38282
38283         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38284           only signal tags for bitrate if they're > 0 (#134894)
38285
38286 2004-02-24  David Schleef  <ds@schleef.org>
38287
38288         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38289         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38290         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38291         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38292         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38293         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38294         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38295         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38296         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38297         category.  Attempt to fix timestamp calculation.
38298
38299 2004-02-24  Johan Dahlin  <johan@gnome.org>
38300
38301         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38302
38303 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38304
38305         * configure.ac:
38306         * gconf/Makefile.am:
38307         * gconf/gstreamer.schemas:
38308         * gst-libs/gst/gconf/Makefile.am:
38309         * gst-libs/gst/gconf/gconf.c:
38310           version gconf schemas and install locations
38311
38312 2004-02-23  Benjamin Otte  <otte@gnome.org>
38313
38314         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38315         (gst_xine_input_subclass_init):
38316           call parent dispose.
38317           change pad template for CD reader correctly
38318         * ext/xine/Makefile.am:
38319         * ext/xine/gstxine.h:
38320         * ext/xine/xine.c: (plugin_init):
38321         * ext/xine/xineaudiosink.c:
38322           wrap audio sinks, too
38323         * gst-libs/gst/resample/private.h:
38324         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38325         (gst_resample_reinit), (gst_resample_scale),
38326         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38327         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38328         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38329         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38330         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38331         * gst-libs/gst/resample/resample.h:
38332         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38333         (gst_audioscale_class_init), (gst_audioscale_link),
38334         (gst_audioscale_get_buffer), (gst_audioscale_init),
38335         (gst_audioscale_chain), (gst_audioscale_set_property),
38336         (gst_audioscale_get_property):
38337         * gst/audioscale/gstaudioscale.h:
38338           s/resample_*/gst_resample_*/i to not clobber namespaces
38339
38340 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38341
38342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38343         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38344         (gst_riff_create_video_template_caps),
38345         (gst_riff_create_audio_template_caps),
38346         (gst_riff_create_iavs_template_caps):
38347         * gst-libs/gst/riff/riff-media.h:
38348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38349         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38350         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38351         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38353         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38354         (gst_matroska_demux_plugin_init): First batch implementing audio and
38355         video codec tags in demuxers.
38356
38357 2004-02-22  Benjamin Otte  <otte@gnome.org>
38358
38359         * ext/xine/Makefile.am:
38360         * ext/xine/gstxine.h:
38361         * ext/xine/xine.c: (plugin_init):
38362         * ext/xine/xineinput.c:
38363           add input plugin wrapper. Playback from files, http, mms and cdda
38364           works.
38365         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38366           remove leftover G_GNUC_UNUSED
38367         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38368         (gst_asf_demux_identify_guid):
38369           improve debugging output
38370
38371 2004-02-22  Benjamin Otte  <otte@gnome.org>
38372
38373         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38374
38375         * autogen.sh:
38376           replace test -e with test -x for mkinstalldirs to be more portable.
38377           (fixes #134816)
38378
38379 2004-02-22  Benjamin Otte  <otte@gnome.org>
38380
38381         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38382
38383         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38384           set rank to PRIMARY
38385         * gst/volume/gstvolume.c: (plugin_init):
38386           set rank to NONE
38387         fixes #134960
38388
38389 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38390
38391         reviewed by Benjamin Otte  <otte@gnome.org>
38392
38393         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38394           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38395
38396 2004-02-22  Benjamin Otte  <otte@gnome.org>
38397
38398         * configure.ac:
38399           export [_]*{gst,Gst,GST}.* symbols from plugins
38400
38401 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38402
38403         reviewed by: Benjamin Otte  <otte@gnome.org>
38404
38405         * ext/lame/gstlame.c: (add_one_tag):
38406         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38408         (gst_vorbisenc_metadata_set1):
38409         * gst/tags/gstid3tag.c:
38410         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38411           apply fixes from bugs #135042 (lame can't write tags) and #133817
38412           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38413
38414 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38415
38416         * configure.ac: Export only gst_plugin_desc from plugins.
38417          Note that this change only makes any effect with Linux using libtool
38418          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38419          fine. And don't try to have several versions of libtool in different
38420          directories.
38421
38422 2004-02-20  Andy Wingo  <wingo@pobox.com>
38423
38424         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38425         interleave respectively.
38426
38427         * gst/interleave/deinterleave.c: New plugin: deinterleave
38428         (replaces on oneton).
38429         * gst/interleave/interleave.c: New plugin: interleave.
38430         * gst/interleave/plugin.h: Support file.
38431         * gst/interleave/plugin.c: Support file.
38432
38433         * configure.ac: Remove intfloat and oneton, add interleave.
38434
38435         * ext/sndfile/gstsf.c: Handle events better.
38436
38437         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38438         and float2int operation. int2float has scheduling problems as
38439         noted in in2float_chain.
38440
38441 2004-02-20  Benjamin Otte  <otte@gnome.org>
38442
38443         * ext/xine/Makefile.am:
38444         * ext/xine/gstxine.h:
38445         * ext/xine/xine.c:
38446         * ext/xine/xineaudiodec.c:
38447         * ext/xine/xinecaps.c:
38448           add first version of xine plugin wrapper. Currently only wraps the
38449           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38450         * configure.ac:
38451         * ext/Makefile.am:
38452           add xine plugin wrapper, disabled by default. Use --enable-xine to
38453           build. Note that it'll segfault on gst-register if you don't remove
38454           the goom and tvtime post plugins from xine.
38455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38456         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38457           add extradata parsing for QDM2.
38458           change around debugging prints.
38459
38460 2004-02-19  Benjamin Otte  <otte@gnome.org>
38461
38462         * ext/lame/gstlame.c: (gst_lame_chain):
38463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38464           use gst_tag_list_insert when you want to insert tags
38465
38466 2004-02-18  David Schleef  <ds@schleef.org>
38467
38468         * configure.ac:  Move massink to gst-rotten
38469         * ext/Makefile.am:
38470         * ext/mas/Makefile.am:
38471         * ext/mas/massink.c:
38472         * ext/mas/massink.h:
38473
38474 2004-02-18  David Schleef  <ds@schleef.org>
38475
38476         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38477         typefinding, since it seems to be worse than nothing.
38478         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38479         atom to recognize .mp4 and .m4a files as video/quicktime.
38480
38481 2004-02-18  David Schleef  <ds@schleef.org>
38482
38483         * gst/sine/demo-dparams.c: (quit_live),
38484         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38485         Use double dparams, not float.
38486         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38487         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38488         sync'd elements don't really work correctly.
38489         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38490         (volume_update_volume), (volume_get_property):  Change dparam
38491         to double.
38492
38493 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38494
38495         * sys/ximage/ximagesink.c:
38496         (gst_ximagesink_xwindow_update_geometry),
38497         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38498         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38499         (gst_ximagesink_init): Rework the way software video scaling works. So
38500         now we check on each chain call if the video frames are feeling the
38501         window. If not we try to renegotiate caps. On failure we memorize that
38502         and we won't try again for that PLAYING sessions.
38503         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38504         failure.
38505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38506         synchronous flag.
38507
38508 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38509
38510         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38511           break up _link so we can give a better debug message for errors
38512
38513 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38514
38515         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38516           set up debug category
38517
38518 2004-02-18  Julien MOUTTE <julien@moutte.net>
38519
38520         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38521         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38522         the way renegotiation work. The event handling function is not taking
38523         care of external windows and renegotiate method check for pad flags
38524         NEGOTIATING. Should fix : #133209
38525
38526 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38527
38528         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38529         pad is negotiating before trying renegotiation.
38530
38531 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38532
38533         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38534           pass on all possible mime types as typefind hints
38535
38536 2004-02-17  Julien MOUTTE <julien@moutte.net>
38537
38538         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38540         possible SHM leak if we crash. All other apps using XShm are doing
38541         that.
38542
38543 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38544
38545         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38546         (gst_ximagesink_expose): Renegotiate size on expose.
38547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38548         size on expose.
38549
38550 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38551
38552         * testsuite/alsa/sinesrc.c:
38553           cosmetic fix to fix compile issue with gcc 2.95.4
38554
38555 2004-02-16  Julien MOUTTE <julien@moutte.net>
38556
38557         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38558         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38559         failed opening the audio device.
38560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38561         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38562         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38563         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38564         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38565         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38566         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38567         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38568         Removing some useless g_return_if_fail like wingo suggested.
38569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38570         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38571         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38572         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38573         (gst_xvimagesink_update_colorbalance),
38574         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38575         (gst_xvimagesink_xcontext_clear),
38576         (gst_xvimagesink_get_fourcc_from_caps),
38577         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38578         (gst_xvimagesink_set_xwindow_id),
38579         (gst_xvimagesink_colorbalance_list_channels),
38580         (gst_xvimagesink_colorbalance_set_value),
38581         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38582         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38583
38584 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38585
38586         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38587           throw error when not negotiated instead of asserting
38588
38589 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38590
38591         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38592         correct data refcounting.
38593
38594 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38595
38596         * gst/switch/gstswitch.c: (gst_switch_change_state),
38597         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38598         change, mostly the EOS flag.
38599
38600 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38601
38602         * examples/gstplay/player.c: (got_eos), (main): Adding some
38603         output for debugging.
38604         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38605         timeouts if we go to any state different from PLAYING.
38606         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38607         more EOS bugs in riff lib.
38608
38609 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38610
38611         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38612         visualization until i find a way to fix switch correctly.
38613         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38614         EOS arrives.
38615         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38616         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38617         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38618         Reworked switch to get a more correct behaviour with events and refing
38619         of data stored in sinkpads.
38620         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38621         we don't pull from a pad in EOS.
38622
38623 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38624
38625         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38626           remove v1 tag even if we can't read it (makes sure we don't detect
38627           it again)
38628
38629 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38630
38631         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38632         (gst_alsa_xrun_recovery):
38633         * ext/alsa/gstalsa.h:
38634           try xrun recovery when wait failed. Make xrun recovery function
38635           return TRUE/FALSE to indicate success. (might fix #134354)
38636
38637 2004-02-13  David Schleef  <ds@schleef.org>
38638
38639         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38640         (dynparm_value_changed), (main): Convert from float to double.
38641         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38642
38643 2004-02-13  David Schleef  <ds@schleef.org>
38644
38645         * gst/silence/gstsilence.c: (gst_silence_class_init),
38646         (gst_silence_set_clock), (gst_silence_get),
38647         (gst_silence_set_property), (gst_silence_get_property):
38648         * gst/silence/gstsilence.h: Add sync property.
38649         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38650         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38651         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38652         * gst/sine/gstsinesrc.h: Add sync property.
38653
38654 2004-02-13  David Schleef  <ds@schleef.org>
38655
38656         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38657         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38658
38659 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38660
38661         * configure.ac:
38662         * ext/Makefile.am:
38663         * gst-libs/ext/Makefile.am:
38664           move ffmpeg plugin to gst-ffmpeg module
38665
38666 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38667
38668         * configure.ac: use GST_ARCH to detect architecture
38669
38670 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38671
38672         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38673
38674 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38675
38676         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38677           classify LADSPA plugins based on number of src/sink pads
38678           (#133663, Stefan Kost)
38679         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38680           fix dparams registration
38681           (#133528, Stefan Kost)
38682         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38683           fix use of isprint and use g_ascii_isprint instead
38684           (#133316, Stefan Kost)
38685
38686 2004-02-11  David Schleef  <ds@schleef.org>
38687
38688         Convert a few inner loops to use liboil.  This is currently
38689         optional, and is only enabled if liboil is present (duh!).
38690         * configure.ac: Check for liboil-0.1
38691         * gst/intfloat/Makefile.am:
38692         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38693         (gst_int2float_chain_gint16):
38694         * gst/videofilter/Makefile.am:
38695         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38696         (tablelookup_u8), (gst_videobalance_planar411):
38697         * gst/videotestsrc/Makefile.am:
38698         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38699         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38700         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38701         (paint_hline_RGB565), (paint_hline_xRGB1555):
38702
38703 2004-02-11  David Schleef  <ds@schleef.org>
38704
38705         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38706         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38707         (gst_colorspace_getcaps), (gst_colorspace_link),
38708         (gst_colorspace_base_init), (gst_colorspace_init),
38709         (gst_colorspace_chain), (gst_colorspace_change_state),
38710         (plugin_init): Merge Ronald's patch (bug #117897) and update
38711         for new caps and negotiation.  Seems to work, although it
38712         shows off bugs in lcs.
38713
38714 2004-02-11  David Schleef  <ds@schleef.org>
38715
38716         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38717         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38718
38719 2004-02-11  David Schleef  <ds@schleef.org>
38720
38721         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38722         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38723         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38724         Add server and port properties
38725
38726 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38727
38728         * m4/a52.m4:
38729         * m4/aalib.m4:
38730         * m4/as-ffmpeg.m4:
38731         * m4/as-liblame.m4:
38732         * m4/as-slurp-ffmpeg.m4:
38733         * m4/check-libheader.m4:
38734         * m4/esd.m4:
38735         * m4/freetype2.m4:
38736         * m4/gconf-2.m4:
38737         * m4/glib.m4:
38738         * m4/gst-alsa.m4:
38739         * m4/gst-artsc.m4:
38740         * m4/gst-ivorbis.m4:
38741         * m4/gst-matroska.m4:
38742         * m4/gst-sdl.m4:
38743         * m4/gst-shout2.m4:
38744         * m4/gst-sid.m4:
38745         * m4/gtk.m4:
38746         * m4/libdv.m4:
38747         * m4/libfame.m4:
38748         * m4/libmikmod.m4:
38749         * m4/ogg.m4:
38750         * m4/vorbis.m4:
38751           fix underquotedness of macros (#133800)
38752         * m4/as-avifile.m4:
38753         * m4/xmms.m4:
38754           removed because no longer used
38755
38756 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38757
38758         * configure.ac:
38759           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38760           by autopoint (fixes #132996)
38761
38762 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38763
38764         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38765         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38766         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38767         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38768           fix memleaks
38769
38770 2004-02-11  David Schleef  <ds@schleef.org>
38771
38772         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38773         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38774         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38775         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38776         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38777         (gst_jpegenc_class_init), (gst_jpegenc_init),
38778         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38779         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38780         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38781         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38782
38783 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38784
38785         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38786         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38787         * ext/mikmod/gstmikmod.h:
38788           fix caps negotiation in mikmod
38789         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38790           output debug information
38791
38792 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38793
38794         * gst-libs/gst/colorbalance/Makefile.am:
38795         * gst-libs/gst/navigation/Makefile.am:
38796         * gst-libs/gst/xoverlay/Makefile.am:
38797           remove unused GST_OPT_CFLAGS from Makefiles
38798           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38799
38800 2004-02-07  David Schleef  <ds@schleef.org>
38801
38802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38803         push events to pads that haven't been created (#133508)
38804
38805 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38806
38807         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38808         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38809         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38810         (gst_dvdec_loop), (gst_dvdec_change_state):
38811         Second attempt at committing a working dvdec element.
38812
38813 2004-02-06  David Schleef  <ds@schleef.org>
38814
38815         Build fixes for OS X: (see #129600)
38816         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38817         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38818         (gst_riff_read_strf_iavs):
38819         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38820         (gst_avi_demux_stream_odml):
38821         * gst/playondemand/Makefile.am:
38822         * gst/rtp/rtp-packet.c:
38823
38824 2004-02-05  David Schleef  <ds@schleef.org>
38825
38826         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38827         last change, because it Just Doesn't Compile.
38828
38829 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38830
38831         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38832           skip undecodable id3v2 tag instead of keeping it
38833
38834 2004-02-05  David Schleef  <ds@schleef.org>
38835
38836         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38837         Unref leaked buffer.  (Noticed by Ronald)
38838
38839 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38840
38841         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38842         Sync requires with other checks.  >= vs =.
38843
38844 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38845
38846         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38847         (gst_dvdec_video_link), (gst_dvdec_loop):
38848         * ext/dv/gstdvdec.h:
38849           rework the caps negotiation so that dvdec works again instead
38850           of just segfaulting.
38851
38852 === release 0.7.4 ===
38853
38854 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38855
38856         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38857         * configure.ac: changed for release
38858
38859 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38860
38861         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38862         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38863         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38864         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38865           reworked patch by David Lehn to fix libdir and includedir for
38866           uninstalled libraries
38867           removed play and gconf from gstreamer-libs since they have their
38868           own pkgconfig files
38869
38870 2004-02-04  David Schleef  <ds@schleef.org>
38871
38872         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38873         memleak.
38874
38875 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38876
38877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38878           use correct GST_TAG_ENCODER tag
38879
38880 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38881
38882         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38883           be sure to stop the clock when going to paused
38884         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38885           reset number of transmitted when going to ready.
38886         fixes #132935
38887
38888 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38889
38890         reviewed by Benjamin Otte
38891
38892         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38893           extract track count (fixes #133410)
38894
38895 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38896
38897         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38898           that should be !=, not == (fixes #132519)
38899
38900 2004-02-04  David Schleef  <ds@schleef.org>
38901
38902         Make sure set_explicit_caps() is called before adding pad.
38903         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38904         * gst/id3/gstid3types.c: (gst_id3types_loop):
38905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38906         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38907
38908 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38909
38910         * configure.ac:
38911           bump nano to 2, first prerelease
38912           put back AM_PROG_LIBTOOL
38913
38914 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38915
38916         * testsuite/alsa/Makefile.am:
38917           these are user test apps, not automatic testsuite tests
38918
38919 2004-02-04  David Schleef  <ds@schleef.org>
38920
38921         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38922         * gst/mpeg1videoparse/gstmp1videoparse.c:
38923         (mp1videoparse_parse_seq):
38924         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38926         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38927         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38928         (gst_xvideosink_getcaps):
38929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38930         * testsuite/gst-lint: more tests
38931
38932 2004-02-04  David Schleef  <ds@schleef.org>
38933
38934         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38935         with the code that they would expand to.
38936         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38937         (gst_flacdec_get_src_query_types),
38938         (gst_flacdec_get_src_event_masks):
38939         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38940         (gst_gnomevfssrc_get_query_types),
38941         (gst_gnomevfssrc_get_event_mask):
38942
38943 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38944
38945         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38946         (gst_sinesrc_dispose):
38947           fix memleak by properly disposing sinesrc
38948
38949 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38950
38951         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38952         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38953         an overlay to redraw the image because it has been exposed.
38954         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38955         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38956         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38957         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38958         interface
38959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38960         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38961         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38962         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38963         interface
38964
38965 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38966
38967         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38968           more memleak fixage
38969
38970 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38971
38972         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38973         * gst/typefind/gsttypefindfunctions.c:
38974           fix memleaks shown by gst-typefind
38975
38976 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38977
38978         * common/glib-gen.mak:
38979           add hack rule to touch .Plo files
38980         * gst-libs/gst/colorbalance/Makefile.am:
38981         * gst-libs/gst/mixer/Makefile.am:
38982         * gst-libs/gst/play/Makefile.am:
38983         * gst-libs/gst/tuner/Makefile.am:
38984           remove glib_root variable
38985
38986 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38987
38988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38989           set explicit caps before adding the element, so the autopluggers can
38990           plug correctly.
38991         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38992         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38993         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38994         (dv_type_find):
38995           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38996           argument.
38997
38998 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38999
39000         * gst-libs/gst/colorbalance/Makefile.am:
39001         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39002         * gst-libs/gst/colorbalance/colorbalance.c:
39003         * gst-libs/gst/colorbalance/colorbalance.h:
39004         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39005         * gst-libs/gst/mixer/Makefile.am:
39006         * gst-libs/gst/mixer/mixer-marshal.list:
39007         * gst-libs/gst/mixer/mixer.c:
39008         * gst-libs/gst/mixer/mixer.h:
39009         * gst-libs/gst/mixer/mixermarshal.list:
39010         * gst-libs/gst/play/Makefile.am:
39011         * gst-libs/gst/play/play.h:
39012         * gst-libs/gst/tuner/Makefile.am:
39013         * gst-libs/gst/tuner/tuner-marshal.list:
39014         * gst-libs/gst/tuner/tuner.c:
39015         * gst-libs/gst/tuner/tuner.h:
39016         * gst-libs/gst/tuner/tunermarshal.list:
39017           use new glib-gen.mak snippet to clean up Makefile.am
39018           fix various bugs in Makefile.am's
39019
39020 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39021
39022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39023           handle chain parsing correctly in the multichain case
39024         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39025         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39026         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39027         (theora_dec_chain):
39028           handle events and queries correctly
39029
39030 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39031
39032         * .cvsignore:
39033         Ignore generated file _stdint.h.
39034
39035 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39036
39037         * gst-libs/gst/colorbalance/Makefile.am:
39038         * gst-libs/gst/colorbalance/colorbalance.h:
39039         * gst-libs/gst/mixer/Makefile.am:
39040         * gst-libs/gst/mixer/mixer.h:
39041         * gst-libs/gst/play/Makefile.am:
39042         * gst-libs/gst/play/play.h:
39043         * gst-libs/gst/tuner/Makefile.am:
39044         * gst-libs/gst/tuner/tuner.h:
39045         Generate enum type code with glib-mkenums.
39046         * gst-libs/gst/colorbalance/.cvsignore:
39047         * gst-libs/gst/mixer/.cvsignore:
39048         * gst-libs/gst/play/.cvsignore:
39049         * gst-libs/gst/tuner/.cvsignore:
39050         Ignore generated files.
39051
39052 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39053
39054         * gst-libs/gst/audio/.cvsignore:
39055         Ignore generated file.
39056         * gst-libs/gst/audio/Makefile.am:
39057         Do not install example filter.
39058
39059 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39060
39061         * examples/switch/.cvsignore:
39062         Ignore generated file.
39063
39064 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39065
39066         * common/m4/ax_create_stdint_h.m4:
39067         * configure.ac:
39068           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39069           _stdint.h.
39070         * Makefile.am:
39071           remove generated _stdint.h in DISTCLEANFILES
39072         * ext/a52dec/gsta52dec.c:
39073           include _stdint.h for a52dec. (should fix #133064)
39074
39075 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39076
39077         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39078         (gst_tag_to_vorbis_comments):
39079         Add replaygain support to vorbistag
39080
39081 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39082         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39083         (gst_ffmpeg_caps_to_extradata):
39084           Fix SVQ3 caps flag properties
39085           Use glib macro for bytes swap
39086
39087 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39088
39089         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39090         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39091         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39092         * ext/sndfile/gstsf.c: (plugin_init):
39093         * gst/avi/gstavi.c: (plugin_init):
39094         * sys/dxr3/dxr3init.c: (plugin_init):
39095         * sys/oss/gstossaudio.c: (plugin_init):
39096         * sys/v4l/gstv4l.c: (plugin_init):
39097         * sys/v4l2/gstv4l2.c: (plugin_init):
39098           remove textdomain calls
39099         * po/nl.po:
39100           update Dutch translation
39101
39102 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39103
39104         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39105         (gst_play_set_audio_sink): Moving volume in the audio thread for
39106         instantaneous volume change. Maybe i will add another volume in front
39107         of visualization later, not sure yet though.
39108
39109 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39110
39111         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39112         (gst_ximagesink_handle_xevents): Better X events handling, only take
39113         the latest events for configure and motion.
39114         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39115
39116 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39117
39118         reviewed by: David Schleef  <ds@schleef.org>
39119
39120         Fix memory leaks:
39121         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39122         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39123
39124 2004-02-02  David Schleef  <ds@schleef.org>
39125
39126         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39127         of lines.
39128         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39129         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39130         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39131         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39132         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39133         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39134         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39135         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39136         (gst_float2_2_int_link):
39137         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39138         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39139         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39140         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39141         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39142         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39143         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39145         * testsuite/gst-lint: Add tests for bzero and ;;
39146
39147 2004-02-02  David Schleef  <ds@schleef.org>
39148
39149         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39150
39151 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39152
39153         * ext/aalib/gstaasink.c: (gst_aasink_open):
39154         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39155         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39156         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39157         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39158         (gst_afsink_close_file):
39159         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39160         (gst_afsrc_close_file):
39161         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39162         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39163         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39164         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39165         * ext/esd/esdmon.c: (gst_esdmon_get):
39166         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39167         * ext/faac/gstfaac.c: (gst_faac_chain):
39168         * ext/faad/gstfaad.c: (gst_faad_chain):
39169         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39170         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39171         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39172         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39173         (gst_flacdec_loop):
39174         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39175         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39176         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39177         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39178         (gst_gnomevfssink_close_file):
39179         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39180         (gst_gnomevfssrc_open_file):
39181         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39182         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39183         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39184         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39185         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39186         * ext/mad/gstmad.c: (gst_mad_chain):
39187         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39188         * ext/mpeg2dec/gstmpeg2dec.c:
39189         * ext/mpeg2enc/gstmpeg2enc.cc:
39190         * ext/mplex/gstmplex.cc:
39191         * ext/mplex/gstmplexibitstream.cc:
39192         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39193         (gst_ogg_demux_push):
39194         * ext/raw1394/gstdv1394src.c:
39195         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39196         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39197         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39198         (gst_sf_loop):
39199         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39200         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39201         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39202         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39204         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39205         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39206         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39207         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39208         (gst_riff_read_element_data), (gst_riff_read_seek),
39209         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39210         * gst/adder/gstadder.c: (gst_adder_loop):
39211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39212         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39213         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39214         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39215         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39216         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39217         * gst/goom/gstgoom.c: (gst_goom_chain):
39218         * gst/id3/gstid3types.c: (gst_id3types_loop):
39219         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39220         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39221         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39222         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39223         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39224         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39225         (gst_ebml_read_float), (gst_ebml_read_header):
39226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39227         (gst_matroska_demux_parse_blockgroup):
39228         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39229         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39230         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39231         * gst/silence/gstsilence.c: (gst_silence_get):
39232         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39233         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39234         * gst/speed/gstspeed.c: (speed_loop):
39235         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39236         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39237         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39238         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39239         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39240         (gst_wavparse_loop):
39241         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39242         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39243         (dxr3audiosink_close):
39244         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39245         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39246         (dxr3videosink_close), (dxr3videosink_write_data):
39247         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39248         * sys/oss/gstosssink.c: (gst_osssink_chain):
39249         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39250         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39251         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39252         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39253         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39254         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39255         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39256         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39257         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39258         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39259         (gst_v4l_set_audio):
39260         * sys/v4l/v4l_calls.h:
39261         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39262         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39263         (gst_v4lmjpegsink_playback_init),
39264         (gst_v4lmjpegsink_playback_start):
39265         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39266         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39267         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39268         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39270         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39271         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39272         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39273         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39274         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39275         (gst_v4l2_get_output), (gst_v4l2_set_output),
39276         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39277         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39278         (gst_v4l2_set_attribute):
39279         * sys/v4l2/v4l2_calls.h:
39280         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39281         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39282         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39283         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39284         (gst_v4l2src_capture_stop):
39285         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39286         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39287         (gst_ximagesink_chain):
39288         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39289         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39290         (gst_xvideosink_xwindow_new):
39291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39292         (gst_xvimagesink_chain):
39293
39294 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39295
39296         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39297         (gst_volume_get_volume), (volume_class_init), (volume_init),
39298         (volume_chain_int16), (volume_update_volume):
39299         * gst/volume/gstvolume.h:
39300           make code more readable by removing magic numbers
39301           make mixer interface export 0-100 range
39302           make it internally map to 0.0-1.0 range so users don't distort
39303           output by putting the sliders at full volume
39304
39305 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39306
39307         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39308         (gst_play_state_change), (gst_play_seek_to_time):
39309         block the tick callback for 0.5 secs after doing a seek
39310
39311 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39312
39313         * gst-libs/gst/play/play.c: (gst_play_new):
39314           check for GError
39315
39316 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39317
39318         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39319         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39320         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39321         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39323         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39324
39325 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39326
39327         * configure.ac:
39328         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39329           check for a function added in vorbis 1.1
39330
39331 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39332
39333         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39334         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39335           really start/stop clock only on PLAYING <=> PAUSED
39336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39337           remove \n from debugging lines
39338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39339           make it work when seeking does not
39340         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39341           reset on DISCONT
39342
39343 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39344
39345         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39346           start clock on PAUSED=>PLAYING, not later
39347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39348           extract correct time for different discont formats
39349         (gst_alsa_sink_get_time):
39350           don't segfault when no format is negotiated yet, just return 0
39351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39352         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39353         (gst_ogg_pad_push):
39354           handle flush and discont events correctly
39355         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39356           handle discont events correctly
39357
39358 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39359
39360         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39361         (gst_play_error_create), (gst_play_error_plugin),
39362         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39363         * gst-libs/gst/play/play.h:
39364           add error handling during creation
39365         * examples/gstplay/player.c: (main):
39366           use new gst_play_new
39367
39368
39369 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39370
39371         * ext/theora/theoradec.c: (theora_dec_chain):
39372           make comments work
39373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39374         (vorbis_dec_src_event), (vorbis_dec_chain):
39375           add encoder tag, fix tag reading to be more error tolerant, change
39376           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39377           gst_pad_event_default.
39378         * gst/tags/gstvorbistag.c:
39379         (gst_tag_list_from_vorbiscomment_buffer):
39380           undefine function specific define at end of function
39381
39382 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39383
39384         * ext/flac/gstflac.c: (plugin_init):
39385         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39386         * ext/flac/gstflacdec.h:
39387         * ext/flac/gstflacenc.h:
39388           Fix typos
39389
39390 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39391
39392         * examples/gstplay/player.c: s/gstplay.h/play.h/
39393
39394 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39395
39396         * gst-libs/gst/play/Makefile.am:
39397         * gst-libs/gst/play/gstplay.c:
39398         * gst-libs/gst/play/gstplay.h:
39399         * gst-libs/gst/play/play.c:
39400           more surgery, operation complete
39401
39402 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39403
39404         * gst-libs/gst/play/play.old.c:
39405         * gst-libs/gst/play/play.old.h:
39406           after CVS surgery by moving, remove
39407         * gst-libs/gst/play/playpipelines.c:
39408           remove
39409
39410         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39411           add negotiation error
39412
39413 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39414
39415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39416         (gst_ogg_demux_push):
39417           add some seeking debug info
39418           send a flush when seeking
39419
39420 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39421
39422         * configure.ac:
39423           use AC_C_INLINE
39424         * configure.ac:
39425         * ext/Makefile.am:
39426         * ext/theora/Makefile.am:
39427         * ext/theora/theoradec.c:
39428           add theora video decoder. Does just do simple decoding for now and
39429           has been tested against Theora cvs only. It only works when theora
39430           is compiled with --enable-static.
39431         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39432           always reset packetno on DISCONT
39433
39434 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39435
39436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39437           Fix audio.
39438
39439 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39440
39441         * gst/mpegaudioparse/gstmpegaudioparse.c:
39442         (mp3_type_frame_length_from_header):
39443           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39444
39445 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39446
39447         * ext/esd/esdsink.c: (gst_esdsink_init):
39448           Since we have static pad template caps, we don't need to negotiate;
39449           either the core errors out or we know the format.
39450
39451 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39452
39453         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39454         (gst_riff_read_seek):
39455         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39456         (gst_ebml_read_seek):
39457           Fix event handling.
39458
39459 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39460
39461         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39462           removee video/x-theora from vp3 decoder, it doesn't handle raw
39463           theora streams
39464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39465           fix bug with finalizing element that never went to PAUSED
39466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39467           length and position queries were swapped
39468         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39469         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39470         (vorbis_dec_src_event):
39471           implement querying time and bytes
39472
39473 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39474
39475         * just about every source file:
39476           gst_element_error -> GST_ELEMENT_ERROR
39477
39478 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39479
39480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39481         emiting FLUSH and even before DISCONT.
39482         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39483         get the best instant seeking as possible yay!
39484
39485 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39486
39487         * gst/mpeg1videoparse/gstmp1videoparse.c:
39488         (gst_mp1videoparse_real_chain):
39489           Committed wrong version last week... Grr... Didn't notice until now.
39490
39491 2004-01-29  Julien MOUTTE <julien@moutte.net>
39492
39493         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39495         have_xwindow_id signal in xwindow_create.
39496
39497 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39498
39499         * ext/ogg/gstoggdemux.c:
39500           lots of changes - mainly support for chained bitstreams, seeking,
39501           querying and bugfixes of course
39502         * ext/vorbis/Makefile.am:
39503         * ext/vorbis/vorbisdec.c:
39504         * ext/vorbis/vorbisdec.h:
39505           add vorbisdec raw vorbis decoder
39506         * ext/vorbis/vorbis.c: (plugin_init):
39507           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39508         * gst/intfloat/Makefile.am:
39509         * gst/intfloat/float22int.c:
39510         * gst/intfloat/float22int.h:
39511         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39512           add float2intnew plugin. It converts multichannel interleaved float to
39513           multichannel interleaved int. The name should probably be changed.
39514         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39515         (plugin_init):
39516           add typefinding for raw theora video so oggdemux can detect it.
39517
39518 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39519
39520         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39521         sink element first.
39522         * gst/videoscale/gstvideoscale.c:
39523         (gst_videoscale_handle_src_event): Fixing src event handler.
39524
39525 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39526
39527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39528         (gst_v4lsrc_open), (gst_v4lsrc_close),
39529         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39530         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39531         * sys/v4l/gstv4lsrc.h:
39532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39533         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39534           Implement resizing... Hack. But that's why v4l is b0rked...
39535
39536 2004-01-28  Julien MOUTTE <julien@moutte.net>
39537
39538         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39539         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39540         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39541         (gst_ximagesink_xwindow_destroy):
39542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39543         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39544         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39545         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39546         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39547         correctly cleaning the image created to check xshm calls on succes,
39548         added a lot of XSync calls in X11 functions, and fixed a segfault when
39549         no image format was defined before negotiation happened.
39550
39551 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39552
39553         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39554           use gst_element_get_time to get correct time
39555
39556 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39557
39558         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39559         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39560         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39562         (gst_xvimagesink_check_xshm_calls),
39563         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39564         X plugins are now able to detect that XShm calls will fail even if the
39565         server claims that it has XShm support (remote displays most of the
39566         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39567         so that we use non XShm functions. This feature is almost useless for
39568         xvimagesink as Xv is not supported on remote displays anyway, but
39569         it might happen than even on the local display XShm calls fail.
39570
39571 2004-01-27  David Schleef  <ds@schleef.org>
39572
39573         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39574         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39575         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39576         changed esdsink to only use 44100,16,2, since esd sucks at rate
39577         conversion and esdsink has had difficulty negotiating.
39578
39579 2004-01-27  Julien MOUTTE <julien@moutte.net>
39580
39581         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39582         (gst_play_seek_to_time): Fixing the way to get current position.
39583
39584 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39585
39586         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39587           use gst_element_get_time to get correct time
39588
39589 2004-01-27  Julien MOUTTE <julien@moutte.net>
39590
39591         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39592         fix ever... Inverting 2 lines of code make spider autoplug correctly
39593         tagged mp3 !
39594
39595 2004-01-27  David Schleef  <ds@schleef.org>
39596
39597         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39598         Use gst_pad_try_set_caps_nonfixed().
39599
39600 2004-01-27  David Schleef  <ds@schleef.org>
39601
39602         * gst/ac3parse/gstac3parse.c: update to checklist 5
39603         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39604         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39605         * gst/audioscale/gstaudioscale.c: same
39606         * gst/auparse/gstauparse.c: same
39607         * gst/avi/gstavidemux.c: same
39608
39609 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39610
39611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39612           stop processing after EOS
39613
39614 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39615
39616         * gst/asfdemux/asfheaders.h:
39617         * gst/asfdemux/gstasfdemux.c:
39618         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39619         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39620         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39621           lot's of fixes to make data extraction simpler and get the code
39622           architecture and compiler independant. Add debugging category
39623         * gst/goom/gstgoom.c: (gst_goom_change_state):
39624           reset channel count on PAUSED=>READY, not READY=>PAUSED
39625
39626 2004-01-26  Colin Walters  <walters@verbum.org>
39627
39628         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39629         code to pull a bigger buffer in iradio mode.  This as a side effect
39630         makes typefinding work.
39631
39632 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39633
39634         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39635         Fix SVQ3 decoding on PPC
39636
39637 2004-01-26  Julien MOUTTE <julien@moutte.net>
39638
39639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39640         that one managed to stay there... Fixed.
39641
39642 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39643
39644         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39645         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39646         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39647         (qtdemux_video_caps):
39648         * gst/qtdemux/qtdemux.h:
39649         Add SVQ3 specific flags to qtdemux and ffmpeg
39650
39651 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39652
39653         * gst-libs/gst/audio/audio.h:
39654           remove buffer-frames from audio caps
39655         * gst/audioconvert/gstaudioconvert.c:
39656           fix plugin to really work.
39657
39658 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39659
39660         * gst-libs/gst/mixer/mixer.c:
39661         * gst-libs/gst/propertyprobe/propertyprobe.c:
39662         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39663         (gst_tuner_find_channel_by_name):
39664         * gst-libs/gst/tuner/tuner.h:
39665           Add gtk-doc style comments. Also fix a function name.
39666
39667 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39668
39669         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39670         (gst_divxdec_negotiate):
39671           Fix for new capsnego - also fixes gst-player with divxdec.
39672
39673 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39674
39675         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39676         (gst_play_identity_handoff), (gst_play_set_location),
39677         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39678         try in visualization implementation. Still have an issue with switch
39679         blocking when pulling from video_queue and only audio comes out of
39680         spider.
39681         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39682         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39683         release method. And check if the pad is usable before pulling.
39684
39685 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39686
39687         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39688         (gst_videobalance_init),
39689         (gst_videobalance_colorbalance_list_channels),
39690         (gst_videobalance_colorbalance_set_value),
39691         (gst_videobalance_colorbalance_get_value),
39692         (gst_videobalance_update_properties),
39693         (gst_videobalance_update_tables_planar411),
39694         (gst_videobalance_planar411):
39695         * gst/videofilter/gstvideobalance.h:
39696           Implement lookup-tables. +/- 10x faster.
39697
39698 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39699
39700         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39701         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39702           The index reading was broken. The rest worked fine, but the whole
39703           goal of my rewrite was to make avidemux readable, and this was
39704           not at all readable. Please use typed variables.
39705
39706 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39707
39708         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39709           Additional pad usability check.
39710         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39711         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39712         (gst_mp1videoparse_real_chain):
39713           Fix MPEG video stream parsing. The original plugin had several
39714           issues, including not timestamping streams where the source was
39715           not timestamped (this happens with PTS values in mpeg system
39716           streams, but MPEG video is also a valid stream on its own so
39717           that needs timestamps too). We use the display time code for that
39718           for now. Also, if one incoming buffer contains multiple valid
39719           frames, we push them all on correctly now, including proper EOS
39720           handling. Lastly, several potential segfaults were fixed, and we
39721           properly sync on new sequence/gop headers to include them in next,
39722           not previous frames (since they're header for the next frame, not
39723           the previous). Also see #119206.
39724         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39725         (bpf_from_header):
39726           Move caps setting so we only do it after finding several valid
39727           MPEG-1 fraes sequentially, not right after the first one (which
39728           might be coincidental).
39729         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39730         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39731         (plugin_init):
39732           Add unsynced MPEG video stream typefinding, and change some
39733           probability values so we detect streams rightly. The idea is as
39734           follows: I can have an unsynced system stream which contains
39735           video. In the current code, I would randomly get a type for either
39736           system or video stream type found, because the probabilities are
39737           being calculated rather randomly. I now use fixed values, so we
39738           always prefer system stream if that was found (and that is how it
39739           should be). If no system stream was found, we can still identity                the stream as video-only.
39740
39741 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39742
39743         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39744         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39745           don't write to buffer. Extract data without the need of
39746           __attribute__ ((packed))
39747
39748 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39749
39750         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39751         (mpeg1_sys_type_find):
39752           Fix MPEG-1 stream typefinding.
39753
39754 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39755
39756         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39757           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39758
39759 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39760
39761         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39762         * ext/esd/gstesd.c: (plugin_init):
39763           private debugging, better error reporting
39764
39765 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39766
39767         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39768         (gst_riff_read_init), (gst_riff_read_change_state):
39769         * gst-libs/gst/riff/riff-read.h:
39770           Remove stuff fromold metadata system.
39771
39772 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39773
39774         * ext/ogg/gstoggdemux.c:
39775           Fix wrong file comment.
39776         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39777         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39778           Add metadata reading properly.
39779
39780 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39781
39782         * ext/Makefile.am:
39783           Fix nas DIST_SUBDIRS
39784           Uraeus:
39785           Fix bug where make distcheck doesn't get run on adding stuff to
39786           the build.
39787
39788 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39789
39790         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39791         * ext/divx/gstdivxdec.h:
39792           Fix divx3 ("msmpeg4") playback using divxdec.
39793
39794 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39795
39796         * gst/typefind/gsttypefindfunctions.c:
39797         (mp3_type_frame_length_from_header): fix bug in length computation
39798         (mp3_type_find): improve debugging output
39799
39800 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39801
39802         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39803         (gst_play_set_location), (gst_play_seek_to_time),
39804         (gst_play_set_audio_sink), (gst_play_set_visualization),
39805         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39806         the pipeline from scratch. Visualization is back and switch went out as
39807         i realized it was not possible to use the way i wanted.
39808         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39809         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39810         clearing in state change from READY to NULL. So that one can clean the
39811         X ressources keeping the element.
39812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39813         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39814         (gst_xvimagesink_colorbalance_set_value),
39815         (gst_xvimagesink_colorbalance_get_value),
39816         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39817         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39818         change from READY to NULL and fixed some stupid bugs in colorbalance
39819         get/set values. Also added the following feature : when nobody tries to
39820         set some values to the colorbalance levels before the xcontext is
39821         grabbed, then when creating channels list from Xv attributes we set the
39822         internal values to the Xv defaults. This way we handle buggy Xv drivers
39823         that set default hue values far from the middle of the range (Thanks
39824         to Jon Trowbridge for pointing that issue).
39825         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39826         colorbalance levels have been set before xcontext is grabbed.
39827
39828 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39829
39830         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39831           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39832           it might block operations (which is bad for a mixer).
39833
39834 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39835
39836         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39837         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39838         (gmip_find_type_pre):
39839         * gst-libs/gst/media-info/media-info-priv.h:
39840         * gst-libs/gst/media-info/media-info.c:
39841         (gst_media_info_instance_init), (gst_media_info_read_idler):
39842         add fakesink to get caps on decoder src pad again
39843         fix callback prototype to match new have_type signal signature
39844
39845 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39846
39847         * gst/adder/gstadder.c: (gst_adder_link):
39848           fix non-compile and cut-n-paste code
39849
39850 2004-01-21  David Schleef  <ds@schleef.org>
39851
39852         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39853         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39854         (gst_swfdec_init), (gst_swfdec_change_state):
39855         * ext/swfdec/gstswfdec.h:
39856         Fix negotiation.
39857         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39858         (gst_adder_request_new_pad): Fix negotiation.
39859         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39860         Add a fixate function.
39861         * gst/intfloat/gstfloat2int.c:
39862         * gst/intfloat/gstfloat2int.h:
39863         * gst/intfloat/gstint2float.c:
39864         * gst/intfloat/gstint2float.h:
39865         Completely rewrite the negotiation.  Doesn't quite work yet,
39866         due to some buffer-frames problem.
39867
39868 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39869
39870         * ext/gnomevfs/gstgnomevfssrc.c:
39871         * sys/v4l2/v4l2_calls.h:
39872           fix includes for distcheck
39873
39874 2004-01-21  Christian Schaller <uraeus@gnome.org>
39875
39876         * ext/nas/
39877         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39878         based on earlier patch from Laurent Vivier
39879
39880 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39881
39882         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39883         Fix wma caps property
39884         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39885         Fix typo (flags1 and flags2)
39886
39887 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39888
39889         * gst-libs/gst/media-info/media-info-priv.c:
39890         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39891         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39892         (gmip_find_stream), (gmip_find_track_metadata),
39893         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39894         (gmip_find_track_format):
39895         * gst-libs/gst/media-info/media-info-priv.h:
39896         * gst-libs/gst/media-info/media-info-test.c: (main):
39897         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39898         (gst_media_info_read_idler), (gst_media_info_read):
39899         * gst-libs/gst/media-info/media-info.h:
39900           register debugging category and use it for debugging
39901
39902 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39903
39904         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39905         (gst_vorbisfile_new_link):
39906           signal streaminfo through tags
39907
39908 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39909
39910         * ext/mplex/gstmplex.cc:
39911         * ext/mplex/gstmplexibitstream.cc:
39912           g++ doesn't like NULL in our i18n/error macros, should be
39913           either (NULL) or ("").
39914
39915 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39916
39917         * sys/dxr3/dxr3audiosink.c:
39918         * sys/dxr3/dxr3init.c:
39919         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39920         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39921           Fix more error error error errors (missing includes here).
39922
39923 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39924
39925         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39926           fix thomas' error errors.
39927
39928 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39929
39930         * ext/mpeg2enc/gstmpeg2enc.cc:
39931           fix error errors.
39932
39933 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39934
39935         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39936         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39937           Fix for new error system.
39938
39939 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39940
39941         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39942           fix for new error reporting
39943
39944 2004-01-20  David Schleef  <ds@schleef.org>
39945
39946         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39947         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39948         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39949         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39950         and neither is 100+, most likely.
39951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39952         (gst_xvimagesink_getcaps): same
39953
39954 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39955
39956         * configure.ac:
39957           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39958           clashes with ffmpeg.
39959
39960 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39961
39962         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39963         (gst_switch_init): Fixed switch element : proxying link and setting
39964         caps from src to sink on request.
39965
39966 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39967
39968         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39969         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39970         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39971         fix element_error
39972
39973 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39974
39975         * sys/v4l/v4l_calls.h:
39976         * sys/v4l2/v4l2_calls.h:
39977           element_error fixes
39978
39979 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39980
39981         * gst-libs/gst/gst-i18n-plugin.h:
39982           add locale.h
39983           remove config.h inclusion
39984
39985 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39986
39987         * autogen.sh:
39988           adding autopoint invocation
39989         * Makefile.am:
39990         * configure.ac:
39991         * gst-libs/gst/gettext.h:
39992           adding gettext bits
39993         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39994         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39995         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39997         (gst_gnomevfssink_close_file):
39998         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39999         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40000         * gst-libs/gst/gst-i18n-plugin.h:
40001         * gst/avi/gstavi.c: (plugin_init):
40002         * sys/dxr3/dxr3init.c: (plugin_init):
40003         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40004         * sys/oss/gstossaudio.c: (plugin_init):
40005         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40006         * sys/v4l/gstv4l.c: (plugin_init):
40007         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40008         * sys/v4l2/gstv4l2.c: (plugin_init):
40009         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40010         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40011         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40012         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40013         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40014         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40015           make sure locale and translation domain are set
40016           fix translated strings
40017         * po/.cvsignore:
40018         * po/LINGUAS:
40019         * po/Makevars:
40020         * po/POTFILES.in:
40021         * po/nl.po:
40022           put translation files into place
40023         * sys/xvideo/imagetest.c: (main):
40024         * ext/dv/demo-play.c: (main):
40025           fix unnecessary translations
40026
40027 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40028
40029         * ext/sndfile/gstsf.c:
40030         * gst/avi/gstavimux.c:
40031         * ext/audiofile/gstafsink.c:
40032         * ext/audiofile/gstafsrc.c:
40033         * ext/gnomevfs/gstgnomevfssink.c:
40034         * ext/gnomevfs/gstgnomevfssrc.c:
40035         * sys/oss/gstosselement.c:
40036         * sys/v4l/v4l_calls.h:
40037           fix i18n include
40038
40039 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40040
40041         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40042         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40043         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40044         (gst_v4l2_get_output), (gst_v4l2_set_output),
40045         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40046         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40047         (gst_v4l2_set_attribute):
40048         update to new error handling
40049
40050 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40051
40052         * ext/sidplay/gstsiddec.cc:
40053         * gst/modplug/gstmodplug.cc:
40054           parenthese NULL because C++ seems angry about it
40055
40056 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40057
40058         * gst-libs/gst/gst-i18n-plugin.h:
40059           add skeleton i18n stuff, but needs to be further implemented
40060
40061 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40062
40063         * examples/gstplay/player.c: (main):
40064         * ext/aalib/gstaasink.c: (gst_aasink_open):
40065         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40067         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40068         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40069         (gst_afsink_close_file):
40070         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40071         (gst_afsrc_close_file):
40072         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40073         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40074         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40075         * ext/esd/esdmon.c: (gst_esdmon_get):
40076         * ext/esd/esdsink.c: (gst_esdsink_chain):
40077         * ext/faac/gstfaac.c: (gst_faac_chain):
40078         * ext/faad/gstfaad.c: (gst_faad_chain):
40079         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40080         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40081         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40082         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40083         (gst_flacdec_loop):
40084         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40085         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40086         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40087         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40088         (gst_gnomevfssink_close_file):
40089         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40090         (gst_gnomevfssrc_open_file):
40091         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40092         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40093         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40094         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40095         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40096         * ext/mad/gstmad.c: (gst_mad_chain):
40097         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40098         * ext/mpeg2dec/gstmpeg2dec.c:
40099         * ext/mpeg2enc/gstmpeg2enc.cc:
40100         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40101         * ext/mplex/gstmplex.cc:
40102         * ext/mplex/gstmplexibitstream.cc:
40103         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40104         (gst_ogg_demux_push), (gst_ogg_pad_push):
40105         * ext/raw1394/gstdv1394src.c:
40106         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40107         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40108         * ext/sidplay/gstsiddec.cc:
40109         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40110         (gst_sf_loop):
40111         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40112         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40113         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40115         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40116         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40117         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40118         * gst-libs/gst/Makefile.am:
40119         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40120         (gst_riff_read_element_data), (gst_riff_read_seek),
40121         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40122         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40123         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40124         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40125         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40126         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40127         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40128         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40129         * gst/goom/gstgoom.c: (gst_goom_chain):
40130         * gst/id3/gstid3types.c: (gst_id3types_loop):
40131         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40132         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40133         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40134         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40135         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40136         (gst_ebml_read_float), (gst_ebml_read_header):
40137         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40138         (gst_matroska_demux_parse_blockgroup):
40139         * gst/modplug/gstmodplug.cc:
40140         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40142         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40143         * gst/silence/gstsilence.c: (gst_silence_get):
40144         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40145         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40146         * gst/speed/gstspeed.c: (speed_loop):
40147         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40148         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40149         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40150         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40151         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40152         (gst_wavparse_loop):
40153         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40154         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40155         (dxr3audiosink_close):
40156         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40157         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40158         (dxr3videosink_close), (dxr3videosink_write_data):
40159         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40160         * sys/oss/gstosselement.h:
40161         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40162         (gst_osssink_chain):
40163         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40164         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40166         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40167         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40168         (gst_v4l_enable_overlay):
40169         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40170         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40171         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40172         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40173         (gst_v4l_set_audio):
40174         * sys/v4l/v4l_calls.h:
40175         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40176         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40177         (gst_v4lmjpegsink_playback_init),
40178         (gst_v4lmjpegsink_playback_start):
40179         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40180         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40181         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40182         (gst_v4lmjpegsrc_requeue_frame):
40183         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40184         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40185         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40186         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40188         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40189         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40190         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40191         (gst_v4l2src_capture_stop):
40192         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40193         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40194         (gst_ximagesink_chain):
40195         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40196         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40197         (gst_xvideosink_xwindow_new):
40198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40199         (gst_xvimagesink_chain):
40200         use new error signal, function and categories
40201
40202 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40203
40204         * configure.ac:
40205         * ext/Makefile.am:
40206         * ext/musicbrainz/gsttrm.c:
40207         * ext/musicbrainz/gsttrm.h:
40208         * ext/musicbrainz/Makefile.am:
40209         Add a trm plugin
40210
40211 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40212
40213         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40214         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40215         synchronous property for debugging.
40216         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40218         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40219         smaller block, fixing indent.
40220
40221 2004-01-16  David Schleef  <ds@schleef.org>
40222
40223         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40224         property affects the video stream.
40225         * sys/xvimage/xvimagesink.c:
40226         * sys/xvimage/xvimagesink.h:
40227         Add synchronous property for debugging.  Should probably be
40228         disabled in non-CVS builds.  Make sure that the Xv attribute
40229         exists before we set it (crash!).  Fix a silly float bug that
40230         caused colorbalance to just not work.
40231
40232 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40233
40234         * tools/gst-launch-ext.in - update for new plugins
40235
40236 2004-01-16  David Schleef  <ds@schleef.org>
40237
40238         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40239         already-freed caps.
40240
40241 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40242
40243         * Update spec for new colorspace plugin and libcaca plugin
40244         * Fix compilation of libcaca plugin (clock -> id)
40245
40246 2004-01-16  Julien MOUTTE <julien@moutte.net>
40247
40248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40249         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40250         (gst_xvimagesink_set_xwindow_id),
40251         (gst_xvimagesink_colorbalance_set_value),
40252         (gst_xvimagesink_colorbalance_get_value),
40253         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40254         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40255         correct colorbalance properties. They can now be set when the element
40256         is still in NULL state. The values will be committed to the Xv Port
40257         when xcontext is initialized.
40258         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40259         brightness int values in the GstXvImagesink structure.
40260
40261 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40262
40263         * gst-libs/gst/Makefile.am:
40264           restructure so having local patches works easier.
40265
40266 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40267
40268         * ext/mpeg2enc/Makefile.am:
40269         * ext/mpeg2enc/gstmpeg2enc.cc:
40270         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40271           Bugfix with respect to EOS handling.
40272
40273 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40274
40275         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40276           Link with right caps (else, it segfaults).
40277         * ext/mplex/gstmplexjob.cc:
40278           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40279
40280 2004-01-15  David Schleef  <ds@schleef.org>
40281
40282         * gst-libs/gst/audio/Makefile.am:
40283         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40284         from the template.
40285         * gst-libs/gst/audio/gstaudiofilter.c:
40286         * gst-libs/gst/audio/gstaudiofilter.h:
40287         Add bytes_per_sample and size and n_samples calculation.
40288         * gst-libs/gst/audio/gstaudiofilterexample.c:
40289         Remove, now autogenerated.
40290         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40291         Moved from gstaudiofilterexample, object name changed, code added
40292         so that it actually works.
40293         * gst-libs/gst/audio/make_filter:
40294         Script to build an audiofilter subclass from the template.
40295         * gst/colorspace/Makefile.am:
40296         * gst/colorspace/yuv2yuv.c:
40297         Remove file, since it's GPL, and we don't use it.
40298
40299 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40300
40301         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40303         them use the buffer free function to test how the buffer was allocated.
40304
40305 2004-01-15  David Schleef  <ds@schleef.org>
40306
40307         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40308         that handles osssink fallback.
40309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40310         (gst_audio_convert_getcaps):
40311         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40312         Add audio/x-qdm2 for QDM2 audio.
40313         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40314         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40315         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40316         Decrease minimum size to 16x16.
40317         * gst/wavparse/gstwavparse.c:
40318         Convert disabled pad template caps to new caps.
40319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40321         (gst_xvimagesink_chain): Throw element error when display cannot
40322         be opened.  Increase minimum framerate to 1.0.  Check the data
40323         free function on a buffer to make sure it is the type we expect
40324         before manipulating it.
40325
40326 2004-01-15  Julien MOUTTE <julien@moutte.net>
40327
40328         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40329         (gst_videobalance_colorbalance_set_value): Implement passthru if
40330         settings are in the middle.
40331         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40332
40333 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40334
40335         * gst/videofilter/Makefile.am:
40336         * gst/volume/Makefile.am:
40337           Since we use videofilter symbols, link to it.
40338
40339 2004-01-15  Julien MOUTTE <julien@moutte.net>
40340
40341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40342         mixer interface type to HARDWARE.
40343         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40344         type to SOFTWARE.
40345         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40346         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40347         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40348         (gst_volume_interface_init), (gst_volume_list_tracks),
40349         (gst_volume_set_volume), (gst_volume_get_volume),
40350         (gst_volume_set_mute), (gst_volume_mixer_init),
40351         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40352         (volume_init): Implementing mixer interface.
40353         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40354         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40355         (gst_osselement_change_state): Removing some trailing commas in
40356         structures.
40357         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40358         interface type to HARDWARE.
40359         * sys/v4l/gstv4lcolorbalance.c:
40360         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40361         type to HARDWARE.
40362         * sys/v4l2/gstv4l2colorbalance.c:
40363         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40364         interface type to HARDWARE.
40365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40366         same code than ximagesink for event handling.
40367
40368 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40369
40370         * ext/snapshot/Makefile.am:
40371         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40372         (gst_snapshot_chain):
40373         * ext/snapshot/gstsnapshot.h:
40374           This has to be a joke... Snapshot should be connected to a tee,
40375           colorspace element before it and EOS after that, where the other
40376           src of the tee receives normal data.
40377           The current way is *wrong*.
40378
40379 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40380
40381         * ext/hermes/gsthermescolorspace.c:
40382           Fix another compile error. Same as below.
40383
40384 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40385
40386         * gst/colorspace/gstcolorspace.c:
40387         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40388         (gst_colorspace_i420_to_yv12):
40389           Fix compiling... Didn't test if it actually works.
40390
40391 2004-01-15  David Schleef  <ds@schleef.org>
40392
40393         * configure.ac:
40394         * gst/colorspace/Makefile.am:
40395         * gst/colorspace/gstcolorspace.c:
40396         * gst/colorspace/gstcolorspace.h:
40397         * gst/colorspace/yuv2rgb.c:
40398         * gst/colorspace/yuv2rgb.h:
40399         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40400         code and GPL code.  Fix for new caps negotiation.  Rewrite
40401         much of the format handling code, and some of the conversion
40402         code.  Basically, rewrote almost everything.  This element
40403         handles I420, YV12 to RGB conversions.
40404         * ext/hermes/Makefile.am:
40405         * ext/hermes/gsthermescolorspace.c:
40406         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40407         Remove non-Hermes related code.  This element handles lots of
40408         RGB to RGB conversions, but no YUV.
40409         * ext/hermes/gstcolorspace.c:
40410         * ext/hermes/gstcolorspace.h:
40411         * ext/hermes/rgb2yuv.c:
40412         * ext/hermes/yuv2rgb.c:
40413         * ext/hermes/yuv2rgb.h:
40414         * ext/hermes/yuv2rgb_mmx16.s:
40415         * ext/hermes/yuv2yuv.c:
40416         * ext/hermes/yuv2yuv.h:
40417         Remove old code.
40418
40419 2004-01-14  Colin Walters  <walters@verbum.org>
40420
40421         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40422         they've already been.
40423
40424 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40425
40426         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40427           assume tag mode when pad is not connected
40428
40429 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40430
40431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40432           Don't update the time of the clock
40433         (gst_alsa_sink_loop):
40434           sync to the clock given to alsasink, not the own clock
40435         * sys/oss/gstosssink.c: (gst_osssink_chain):
40436           sync to the clock
40437         (gst_osssink_change_state):
40438           activate the clock
40439         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40441           remove bogus code that made DISCONT events unhandled
40442         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40443           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40444           #131502)
40445         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40446         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40447         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40448           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40449           2nd warning in bug #131502)
40450
40451 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40452
40453         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40454         (gst_videobalance_colorbalance_set_value),
40455         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40456         for colorbalance interface implementation.
40457         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40458         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40459         (gst_ximagesink_dispose), (gst_ximagesink_init),
40460         (gst_ximagesink_class_init): Adding DISPLAY property.
40461         * sys/ximage/ximagesink.h: Adding display_name to store display.
40462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40463         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40464         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40465         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40466         properties (they still need polishing though for gst-launch use : no
40467         xcontext yet, i ll do that tomorrow).
40468         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40469
40470 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40471
40472         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40473         (gst_play_set_location), (gst_play_set_visualization): Preparing
40474         switch integration, adding videobalance in the pipeline.
40475
40476 2004-01-14  Julien MOUTTE <julien@moutte.net>
40477
40478         * gst-libs/gst/colorbalance/colorbalance.c:
40479         (gst_color_balance_class_init): Adding a default type.
40480         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40481         the type.
40482         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40483         (gst_videobalance_dispose), (gst_videobalance_class_init),
40484         (gst_videobalance_init), (gst_videobalance_interface_supported),
40485         (gst_videobalance_interface_init),
40486         (gst_videobalance_colorbalance_list_channels),
40487         (gst_videobalance_colorbalance_set_value),
40488         (gst_videobalance_colorbalance_get_value),
40489         (gst_videobalance_colorbalance_init): Implementing colorbalance
40490         interface.
40491         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40492         list.
40493         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40494         bug which was triggering a BadAccess X error when setting an overlay
40495         before pad was really negotiated.
40496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40497         Using the colorbalance type macro.
40498
40499 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40500
40501         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40502         (gst_flacenc_chain):
40503           handle tags correctly
40504         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40505           extract ID3v1 tags correctly
40506
40507 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40508
40509         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40510         (plugin_init):
40511           Improve matroska typefinding for odd-typed headers...
40512
40513 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40514
40515         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40516           Fix for using incremental number on padnames.
40517
40518 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40519
40520         * ext/divx/gstdivxdec.c:
40521         * ext/divx/gstdivxenc.c:
40522           Set category to divx4linux instead of divx (too generic).
40523         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40524         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40525         (gst_wavparse_loop), (gst_wavparse_change_state):
40526         * gst/wavparse/gstwavparse.h:
40527           fix parsing of WAV files with non-standard fmt-tag size and fix
40528           skipping of unrecognized chunks... Someone please fix this thing
40529           to use rifflib so all this is automated.
40530         * sys/v4l/Makefile.am:
40531         * sys/v4l2/Makefile.am:
40532           Add X_CFLAGS because we depend on X (for overlay).
40533
40534 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40535
40536         * ext/mpeg2dec/gstmpeg2dec.c:
40537           Don't issue a timestamp unless we tagged the frame
40538           with a PTS.
40539
40540 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40541
40542         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40543           Query the audio element to get the time, not the clock. We're
40544           interested in the element's time here.
40545
40546 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40547
40548         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40550         * ext/esd/esdsink.c: (gst_esdsink_chain):
40551         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40552         * ext/mas/massink.c: (gst_massink_chain):
40553         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40554         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40555         (gst_matroska_demux_parse_metadata):
40556         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40557         (gst_mpeg_parse_release_locks):
40558         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40559         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40560         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40561         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40562         (gst_osssink_change_state):
40563         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40564         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40565         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40566         (gst_xvideosink_release_locks):
40567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40568           use element time.
40569         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40570         (gst_alsa_clock_stop):
40571         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40572         (gst_audio_clock_get_internal_time):
40573           simplify for use with new clocking code.
40574         * testsuite/alsa/Makefile.am:
40575         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40576           fix testsuite for new caps system
40577
40578 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40579
40580         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40581         * ext/flac/gstflacenc.c: (add_one_tag):
40582           length is already host endian, no need to convert. Fixes playback of
40583           tagged files on PPC. (bug #128384)
40584
40585 2004-01-13  Julien MOUTTE <julien@moutte.net>
40586
40587         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40588         colorbalance interface stating if it is hardware based or software
40589         based.
40590         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40591         Removing a trailing comma.
40592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40593         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40594         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40595         the documentation seems to be wrong on the -1000 to 1000 interval.
40596
40597 2004-01-12  David Schleef  <ds@schleef.org>
40598
40599         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40600         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40601         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40602         Fix negotiation.  Add a bufferalloc function for the sink pad,
40603         and generally clean up some of the code.
40604
40605 2004-01-12  Julien MOUTTE <julien@moutte.net>
40606
40607         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40608         (gst_color_balance_channel_dispose): Adding safety check in dispose
40609         method.
40610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40611         (gst_xvimagesink_xcontext_clear),
40612         (gst_xvimagesink_interface_supported),
40613         (gst_xvimagesink_colorbalance_list_channels),
40614         (gst_xvimagesink_colorbalance_set_value),
40615         (gst_xvimagesink_colorbalance_get_value),
40616         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40617         Adding colorbalance interface support to set XV parameters such as
40618         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40619         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40620         interface.
40621
40622 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40623
40624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40625         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40626         (gst_audio_convert_init), (gst_audio_convert_set_property),
40627         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40628         (gst_audio_convert_link),
40629         (gst_audio_convert_buffer_to_default_format),
40630         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40631           - implement _getcaps and use it
40632           - improve linking
40633           - remove float caps since no float conversion is actually done
40634           - remove properties and arguments that were to be used for rate
40635             conversion
40636
40637 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40638
40639         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40640         (gst_audio_structure_set_int):
40641         * gst-libs/gst/audio/audio.h:
40642           add helper functions for _getcaps matching the standard audio
40643           templates
40644
40645 2004-01-12  David Schleef  <ds@schleef.org>
40646
40647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40648         Test that pad is negotiated before getting its caps.
40649
40650 2004-01-12  Julien MOUTTE <julien@moutte.net>
40651
40652         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40653         analyzing the pads of an element the bin is mostly in READY state so
40654         no caps were negotiated. This helper function needs to work with
40655         _get_caps directly then. I was not freeing them though, added that to
40656         fix the mem leak.
40657
40658 2004-01-12  Julien MOUTTE <julien@moutte.net>
40659
40660         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40662         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40663         than the free_func.
40664
40665 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40666
40667         * sys/oss/gstossaudio.c: (plugin_init):
40668         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40669         * sys/oss/gstosselement.h:
40670           make an oss debugging category
40671           make failure more descriptive
40672
40673 2004-01-11  David Schleef  <ds@schleef.org>
40674
40675         * ext/ffmpeg/gstffmpeg.c:
40676         * ext/ffmpeg/gstffmpegcodecmap.c:
40677         * ext/ffmpeg/gstffmpegdec.c:
40678         * ext/ffmpeg/gstffmpegenc.c:
40679         * ext/ffmpeg/gstffmpegprotocol.c:
40680         * ext/gdk_pixbuf/gstgdkanimation.c:
40681         * ext/jpeg/gstjpeg.c:
40682         * ext/libpng/gstpng.c:
40683         * ext/mpeg2dec/perftest.c:
40684         * ext/speex/gstspeex.c:
40685         * gst-libs/gst/resample/dtos.c:
40686         * gst/intfloat/gstintfloatconvert.c:
40687         * gst/oneton/gstoneton.c:
40688         * gst/rtjpeg/RTjpeg.c:
40689         * gst/rtp/gstrtp.c:
40690         * sys/dxr3/dxr3init.c:
40691         * sys/glsink/gstgl_nvimage.c:
40692         * sys/glsink/gstgl_pdrimage.c:
40693         * sys/glsink/gstglsink.c:
40694         * testsuite/gst-lint:
40695         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40696
40697 2004-01-11  David Schleef  <ds@schleef.org>
40698
40699         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40700         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40701         * ext/gdk_pixbuf/gstgdkanimation.c:
40702         (gst_gdk_animation_iter_create_pixbuf):
40703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40704         (gst_gdk_pixbuf_chain):
40705         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40706         * ext/jack/gstjack.c: (gst_jack_change_state):
40707         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40708         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40709         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40710         * gst/videofilter/gstvideofilter.c:
40711         (gst_videofilter_set_output_size):
40712         Remove all usage of gst_pad_get_caps(), and replace it with
40713         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40714
40715 2004-01-11  David Schleef  <ds@schleef.org>
40716
40717         * configure.ac:
40718         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40719         * ext/divx/gstdivxdec.c:
40720         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40721         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40722         handle images that span multiple buffers.  Now work with both
40723         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40724         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40725         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40726         video/video.h changes
40727         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40728         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40729         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40730         of GstData free function.
40731         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40732         same.
40733
40734 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40735
40736         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40737         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40738         (gst_v4l2element_get_property):
40739         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40740           add norm, channel and frequency properties.
40741         * sys/v4l2/gstv4l2tuner.c:
40742           fixes for tuner interface changes
40743         * sys/v4l2/gstv4l2element.h:
40744         * sys/v4l2/gstv4l2src.c:
40745         * sys/v4l2/gstv4l2src.h:
40746         * sys/v4l2/v4l2src_calls.c:
40747         * sys/v4l2/v4l2src_calls.h:
40748           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40749
40750 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40751
40752         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40753         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40754         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40755         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40756         * gst-libs/gst/tuner/tuner.h:
40757           GObjects aren't const.
40758           Add find_by_name functions.
40759           Add checks to _changed functions.
40760         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40761         (gst_v4l_tuner_get_norm):
40762           Fixes for above.
40763
40764 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40765
40766         * gst-libs/gst/video/video.h:
40767           Fix caps template names to be understandable.
40768           Prefix everything with GST_VIDEO.
40769         * ext/aalib/gstaasink.c:
40770         * ext/divx/gstdivxdec.c:
40771         * ext/divx/gstdivxenc.c:
40772         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40773         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40774         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40775         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40776         * ext/libcaca/gstcacasink.c:
40777         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40778         * ext/snapshot/gstsnapshot.c:
40779         * ext/swfdec/gstswfdec.c:
40780         * ext/xvid/gstxviddec.c:
40781         * ext/xvid/gstxvidenc.c:
40782         * gst/chart/gstchart.c:
40783         * gst/deinterlace/gstdeinterlace.c:
40784         * gst/effectv/gsteffectv.c:
40785         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40786         * gst/goom/gstgoom.c:
40787         * gst/median/gstmedian.c:
40788         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40789         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40790         * gst/overlay/gstoverlay.c:
40791         * gst/smooth/gstsmooth.c:
40792         * gst/smpte/gstsmpte.c:
40793         * gst/synaesthesia/gstsynaesthesia.c:
40794         * gst/videocrop/gstvideocrop.c:
40795         * gst/videodrop/gstvideodrop.c:
40796         * gst/y4m/gsty4mencode.c:
40797         * sys/qcam/gstqcamsrc.c:
40798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40799           Make them work with new video.h file.
40800         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40801         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40803         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40804           Make it work with new buffer allocation system.
40805
40806 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40807
40808         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40809         pad_alloc_buffer implementation to use ->srcpad
40810         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40811         pad_alloc_buffer implementation to use ->srcpad
40812         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40813         pad_alloc_buffer implementation to use ->srcpad
40814         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40815         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40816         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40817         a reference to everything we need.
40818         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40820         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40821         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40822         a reference to everything we need.
40823         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40824
40825 2004-01-11  David Schleef  <ds@schleef.org>
40826
40827         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40828         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40829         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40830         structure members.
40831         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40832         value during a resize/renegotiation.
40833         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40834         gst_pad_alloc_buffer();
40835         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40836         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40837         structure members.
40838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40839         Fix for rename of buffer private structure members.
40840         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40841         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40842         Fix for rename of buffer private structure members.
40843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40844         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40845         Fix for rename of buffer private structure members.
40846
40847 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40848
40849         reviewed by: David Schleef <ds@schleef.org>
40850
40851         * gst/videofilter/Makefile.am:
40852         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40853         from the patch by ds to fit in with recent make_filter changes.
40854
40855 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40856
40857         * configure.ac: Adding examples/switch/Makefile
40858         * examples/Makefile.am: Adding examples/switch
40859         * examples/switch/Makefile.am: Adding switcher example.
40860         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40861         (switch_timer), (main): Adding an example demonstrating switch usage
40862         with 2 videotestsrc showing different patterns.
40863         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40864         (gst_switch_init): Fixing switch with the new caps system.
40865
40866 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40867
40868         * gst-libs/gst/video/video.h:
40869           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40870           They should probably be like
40871           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40872
40873 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40874
40875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40876         (qtdemux_parse_trak):
40877           fix audio chunk size/timestamp calculation
40878
40879 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40880
40881         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40882           fix SVQ3 caps
40883
40884 2004-01-11  Steve Baker  <steve@stevebaker.org>
40885
40886         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40887         (gst_agingtv_base_init), (gst_agingtv_class_init),
40888         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40889         (gst_agingtv_set_property), (gst_agingtv_get_property):
40890         Port agingTV to videofilter
40891
40892 2004-01-09  Julien MOUTTE <julien@moutte.net>
40893
40894         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40895         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40896
40897 2004-01-09  Julien MOUTTE <julien@moutte.net>
40898
40899         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40900         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40901         * gst-libs/gst/xoverlay/xoverlay.c:
40902         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40903         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40904         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40905         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40906         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40907         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40908         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40909         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40910         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40911         interface implementation to handle xid being 0 and fix some bugs
40912         triggered by Benjamin's testcase.
40913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40914         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40915         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40916         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40917         interface implementation to handle xid being 0 and fix some bugs
40918         triggered by Benjamin's testcase.
40919
40920 2004-01-09  David Schleef  <ds@schleef.org>
40921
40922         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40923         mouse pointer events.  It works.
40924
40925 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40926
40927         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40928           Use explicit caps - fix capsnego.
40929         * ext/xvid/gstxviddec.c:
40930         * ext/xvid/gstxvidenc.c:
40931           Remove macro-inside-macro which caused compile errors.
40932         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40933           Error out if it's not a RIFF file. Else we error out without
40934           gst_element_error() which is not good...
40935
40936 2004-01-08  David Schleef  <ds@schleef.org>
40937
40938         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40939         Fix pad_link function to handle formats that ffmpeg returns
40940         as multiple caps structures.
40941         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40942         Only complain if source buffer is _smaller_ than expected.
40943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40944         (gst_videoscale_handle_src_event): Resize navigation events
40945         when passing them upstream.
40946         * gst/videotestsrc/gstvideotestsrc.c:
40947         * gst/videotestsrc/gstvideotestsrc.h:
40948         * gst/videotestsrc/videotestsrc.c:
40949         * gst/videotestsrc/videotestsrc.h:
40950         Rewrite many of the buffer painting functions to handle odd
40951         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40952         been verified to work with my video card.
40953         * testsuite/gst-lint:  Add check for elements calling
40954         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40955
40956 2004-01-08  David Schleef  <ds@schleef.org>
40957
40958         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40959         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40960
40961 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40962
40963         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40964         configure event is not emiting the desired size signal. That fixes
40965         aspect ratio issues with gst-player.
40966
40967 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40968
40969         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40970           Fix capsnego.
40971
40972 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40973
40974         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40975         public method to fire size signal.
40976
40977 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40978
40979         * examples/gstplay/Makefile.am: Adding the interface library.
40980         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40981         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40982         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40983         GST_IS_X_OVERLAY before signal connect.
40984         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40985         Removing the have_video_size signal.
40986         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40987         and associated public method.
40988         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40989         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40990         signal.
40991         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40992         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40993         signal.
40994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40995         Using XOverlay public method to fire size signal.
40996
40997 2004-01-07  David Schleef  <ds@schleef.org>
40998
40999         * gst/videofilter/Makefile.am:
41000         * gst/videofilter/gstvideotemplate.c:
41001         * gst/videofilter/make_filter:
41002         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41003         Convert make_filter to /bin/sh script.
41004
41005 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41006
41007         * gst/modplug/gstmodplug.cc: fix element description
41008
41009 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41010
41011         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41012         (got_video_size): Adding some new lines in g_print calls.
41013         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41014         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41015         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41016         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41017         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41018         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41019         Complete code review, reverting some stuff i disagree with, adding
41020         some fixes : time synchronization on invalid timestamps, renegotiation
41021         of private window.
41022         * sys/ximage/ximagesink.h:
41023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41024         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41025         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41026         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41027         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41028         (gst_xvimagesink_buffer_new),
41029         (gst_xvimagesink_navigation_send_event),
41030         (gst_xvimagesink_set_xwindow_id),
41031         (gst_xvimagesink_get_desired_size),
41032         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41033         stuff i disagree with, adding some fixes : Renegotiation of private
41034         window, implementing get_desired_size.
41035
41036 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41037
41038         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41039         (gst_afsink_handle_event):
41040         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41041         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41042         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41043         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41044         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41045           Fix for instantiate-test (see core). Also remove dead code from
41046           jpegenc (which still needs fixing, but that's lower on my TODO
41047           list...).
41048         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41049           Never return NULL as caps.
41050
41051 2004-01-07  David Schleef  <ds@schleef.org>
41052
41053         * configure.ac:
41054         * ext/Makefile.am:
41055         * ext/librfb/Makefile.am:
41056         * ext/librfb/gstrfbsrc.c:
41057         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41058         is the protocol used by VNC.
41059
41060 2004-01-07  David Schleef  <ds@schleef.org>
41061
41062         * gst/videofilter/gstvideotemplate.c:
41063         * gst/videofilter/gstvideotemplate.h:
41064         * gst/videofilter/make_filter:
41065         Merge videotemplate header into source file.
41066         * gst/effectv/Makefile.am:
41067         * gst/effectv/gsteffectv.c: (plugin_init):
41068         * gst/effectv/gstwarp.c:
41069         Make warpTV a subclass of videofilter.
41070
41071 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41072
41073         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41074           Add guard against invalid utf-8 conversions in mad. Just in case.
41075
41076 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41077
41078         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41079           Fix for bug shown by poisoning
41080
41081 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41082
41083         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41084         (gst_v4lmjpegsrc_buffer_free):
41085         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41086         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41087         (gst_v4lsrc_buffer_free):
41088           Fix for removed bufferpools.
41089
41090 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41091
41092         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41093         Fix caps negotiation.
41094
41095         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41096         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41097         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41098         (dvdnavsrc_event):
41099         * ext/mpeg2dec/gstmpeg2dec.c:
41100         * gst-libs/gst/navigation/navigation.c:
41101         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41102         * gst-libs/gst/navigation/navigation.h:
41103         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41104         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41106         Super-simple first version of mouse and keyboard events. Clicking
41107         on a DVD menu now works, although it may not take you where you
41108         expected.
41109
41110         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41111         * gst/videotestsrc/gstvideotestsrc.c:
41112         (gst_videotestsrc_src_fixate):
41113         These fixate functions were broken - they never actually
41114         fixated :)
41115
41116 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41117
41118         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41119         (gst_icecastsend_init):
41120           fix for new caps system.
41121         * gst-libs/gst/mixer/mixertrack.h:
41122         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41123           Add 'master track' flag (for tools like ACME that only want to
41124           change the main volume).
41125
41126 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41127
41128         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41129         (gst_xvid_csp_to_caps):
41130         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41131         * ext/xvid/gstxvidenc.c:
41132         ifdef out ARGB type when it isn't available
41133         in xvidcore 1.0.0beta2
41134
41135 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41136
41137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41138           When we have received a new SCR right in the first buffer after
41139           a seek (so in the same cycle that handles the discont), we should
41140           handle the buffer instead of unreffing it, else we lose data.
41141
41142 2004-01-06  Iain <iain@prettypeople.org>
41143
41144         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41145           buffer-frames caps too.
41146
41147         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41148           caps that we need, don't destroy them all and rebuild them. And when
41149           creating src pads, use the src pad template rather than the sink...
41150
41151 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41152
41153         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41154           Add pad to element *after* setting functions such as event handler.
41155           Without this, the scheduler (opt) will link pads, set the event
41156           handler from the default event function (dispatcher in gstpad.c)
41157           and *after* that, we will set our own event function, which will
41158           thus never be used (and thus mpegdemux doesn't handle events).
41159
41160 2004-01-04  David Schleef  <ds@schleef.org>
41161
41162         Fix the fixate functions to handle new prototype:
41163         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41164         * gst/videotestsrc/gstvideotestsrc.c:
41165         (gst_videotestsrc_src_fixate):
41166         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41167         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41169
41170 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41171
41172         * sys/ximage/ximagesink.h:
41173         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41174         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41175         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41176         (gst_ximagesink_xoverlay_init):
41177           assorted fixes to make (re)embedding work
41178         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41179         (gst_ximagesink_get_desired_size):
41180           implement desired size additions to XOverlay
41181
41182 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41183
41184         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41185         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41186         (gst_x_overlay_got_desired_size):
41187         * gst-libs/gst/xoverlay/xoverlay.h:
41188           Add optional "desired size" signal and querying.
41189
41190 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41191
41192         * gst/matroska/matroska-demux.c:
41193         (gst_matroska_demux_parse_blockgroup):
41194           Fix EBML-laced block parsing. Diffs are relative to previous
41195           lace, not the first lace. Thanks to Mosu from the Matroska
41196           team for detecting this.
41197         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41198         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41199         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41200         (gst_wavparse_change_state):
41201         * gst/wavparse/gstwavparse.h:
41202           Quickfix for capsnego.
41203
41204 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41205
41206         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41207           Fix indenting, fix pad creation.
41208
41209 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41210
41211         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41212         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41213         (gst_xviddec_sink_link):
41214           Implement src_getcaps() so proper size caps is negotiated.
41215
41216 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41217
41218         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41219           Finish flac decoder on EOS. See #116178.
41220
41221 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41222
41223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41224         (gst_matroska_demux_add_stream):
41225         * gst/matroska/matroska-ids.h:
41226           Add getcaps() function to fix capsnego...
41227
41228 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41229
41230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41231         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41232         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41233           Fix more integer overflows. Again, see #126967.
41234
41235 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41236
41237         * ext/mpeg2dec/gstmpeg2dec.c:
41238           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41239           #130416.
41240
41241 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41242
41243         * configure.ac:
41244         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41245         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41246         * ext/xvid/gstxvid.h:
41247         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41248         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41249         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41250         (gst_xviddec_change_state):
41251         * ext/xvid/gstxviddec.h:
41252         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41253         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41254         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41255         (gst_xvidenc_link), (gst_xvidenc_set_property),
41256         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41257         * ext/xvid/gstxvidenc.h:
41258           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41259
41260 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41261
41262         * gst/rtp/rtp-packet.c:
41263           Add sys/types.h include, since OS X doesn't define in_addr_t
41264           in netinet/in.h, like it does on Linux (see #129600).
41265
41266 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41267
41268         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41269
41270         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41271           Correct logic of dispose function (see #129306).
41272
41273 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41274
41275         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41276         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41277         (gst_mpeg_parse_init):
41278         * gst/mpegstream/gstmpegparse.h:
41279           Remove clock (which was never provided, i.e. dead code), and
41280           also fix integer overflows at high PTS values (see #126967).
41281
41282 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41283
41284         * ext/flac/gstflacdec.c:
41285         * ext/libpng/gstpngenc.h:
41286         * ext/mikmod/gstmikmod.h:
41287           OS X fixes (see #126628).
41288
41289 2004-01-02  David Schleef  <ds@schleef.org>
41290
41291         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41292         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41293         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41294         (gst_mpeg_parse_class_init): Move pad template registration
41295         to class_init, since the derived class (mpegdemux) doesn't
41296         want them.
41297
41298 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41299
41300         * sys/ximage/Makefile.am:
41301         * sys/xvideo/Makefile.am:
41302         * sys/xvimage/Makefile.am:
41303           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41304           after installation (see #127664).
41305
41306 2004-01-02  David Schleef  <ds@schleef.org>
41307
41308         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41309         (gst_ffmpegenc_connect):  Negotiation fixes.
41310         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41311         Remove inappropriate gst_caps_free().
41312         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41313         Reenable Ronald's internal resize code, since the core handles
41314         it correctly now.
41315
41316 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41317
41318         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41319         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41321           Fix pad template stuff.
41322
41323 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41324
41325         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41326         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41327           fix signed integer reading/writing.
41328
41329 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41330
41331         * ext/alsa/README:
41332           Remove outdated document
41333
41334 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41335
41336         * gst/cutter/gstcutter.c: (gst_cutter_init):
41337           src pad was being created twice - oops.
41338
41339 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41340
41341         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41342           Comment out internal resize. It doesn't handle the resulting
41343           XEvent internally, does another try_set_caps() which leads to
41344           a really nice loop.
41345           Real fix will come when Julien and Dave are awake. ;).
41346
41347 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41348
41349         * ext/mpeg2enc/gstmpeg2enc.cc:
41350           fix const/nonconst compile issue.
41351
41352 2004-01-02  David Schleef  <ds@schleef.org>
41353
41354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41355         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41356         Add fixate function and a check for bad formats.
41357
41358 2004-01-01  David Schleef  <ds@schleef.org>
41359
41360         Negotiation fixes:
41361         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41362         (gst_audiofilter_init):
41363         * gst/debug/efence.c: (gst_efence_init):
41364         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41365         (gst_deinterlace_init):
41366         * gst/volume/gstvolume.c: (volume_connect):
41367
41368 2004-01-01  David Schleef  <ds@schleef.org>
41369
41370         Convert elements to use gst_pad_use_explicit_caps() where
41371         appropriate:
41372         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41373         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41374         (gst_afparse_open_file):
41375         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41376         (gst_afsrc_open_file):
41377         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41378         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41379         (gst_ffmpegdec_chain):
41380         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41381         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41382         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41383         (gst_gdk_pixbuf_chain):
41384         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41385         (gst_jpegdec_chain):
41386         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41387         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41388         (gst_mikmod_negotiate):
41389         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41390         (gst_mpeg2dec_negotiate_format):
41391         * ext/mpeg2enc/gstmpeg2enc.cc:
41392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41393         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41394         (gst_speexdec_sinkconnect):
41395         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41396         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41397         (gst_vorbisfile_new_link):
41398         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41399         (gst_ac3parse_chain):
41400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41401         (gst_asf_demux_setup_pad):
41402         * gst/auparse/gstauparse.c: (gst_auparse_init),
41403         (gst_auparse_chain):
41404         * gst/id3/gstid3types.c: (gst_id3types_loop):
41405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41406         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41407         (mp1videoparse_parse_seq):
41408         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41409         (bpf_from_header):
41410         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41411         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41412         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41413         (gst_mpeg_parse_send_data):
41414         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41415         (gst_qtdemux_add_stream):
41416         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41417         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41418         (gst_wavparse_parse_fmt):
41419
41420 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41421
41422         * configure.ac:
41423           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41424           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41425           it therefore uses the wrong include paths. Too bad... Note
41426           that 1.6.1.93 is not release yet. ;).
41427           Also add a check for mplex, which is now using the lib'ified
41428           mplex from mjpegtools, too.
41429         * ext/ffmpeg/gstffmpegcodecmap.c:
41430           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41431           issues. I don't think ffmpeg handles 3ivx correctly, so this
41432           probably won't work. But it won't hurt either.
41433         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41434         (gst_ffmpegdec_chain):
41435         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41436         (gst_ffmpegenc_chain_audio):
41437           Fix memleak in audio encoding. Close codec if open fails, this
41438           calls the cleanup routines so we can re-use the context.
41439         * ext/mpeg2enc/gstmpeg2enc.cc:
41440           Fix pad template names/types, fix memory issue with getcaps().
41441         * ext/mpeg2enc/gstmpeg2encoder.cc:
41442         * ext/mpeg2enc/gstmpeg2encoder.hh:
41443           Fix compile issue with new caps system (const thingy).
41444         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41445         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41446           We read a first frame right on initing, so that we have a caps
41447           when we init the output. This caps is cached in padprivate and
41448           read as first frame.
41449         * ext/mplex/Makefile.am:
41450         * ext/mplex/gstmplex.cc:
41451         * ext/mplex/gstmplex.h:
41452         * ext/mplex/gstmplex.hh:
41453         * ext/mplex/gstmplexibitstream.cc:
41454         * ext/mplex/gstmplexibitstream.hh:
41455         * ext/mplex/gstmplexjob.cc:
41456         * ext/mplex/gstmplexjob.hh:
41457         * ext/mplex/gstmplexoutputstream.cc:
41458         * ext/mplex/gstmplexoutputstream.hh:
41459           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41460           had issues, didn't do capsnego, supported only a subset of the
41461           mplex features and required a mplex fork in our local CVS. Plus
41462           that it worked agaist a very old mplex version. Rewriting was
41463           faster than updating it.
41464         * gst-libs/ext/Makefile.am:
41465         * gst-libs/ext/mplex/INSTRUCT:
41466         * gst-libs/ext/mplex/Makefile.am:
41467         * gst-libs/ext/mplex/README:
41468         * gst-libs/ext/mplex/TODO:
41469         * gst-libs/ext/mplex/ac3strm_in.cc:
41470         * gst-libs/ext/mplex/audiostrm.hh:
41471         * gst-libs/ext/mplex/audiostrm_out.cc:
41472         * gst-libs/ext/mplex/aunit.hh:
41473         * gst-libs/ext/mplex/bits.cc:
41474         * gst-libs/ext/mplex/bits.hh:
41475         * gst-libs/ext/mplex/buffer.cc:
41476         * gst-libs/ext/mplex/buffer.hh:
41477         * gst-libs/ext/mplex/fastintfns.h:
41478         * gst-libs/ext/mplex/format_codes.h:
41479         * gst-libs/ext/mplex/inputstrm.cc:
41480         * gst-libs/ext/mplex/inputstrm.hh:
41481         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41482         * gst-libs/ext/mplex/mjpeg_logging.cc:
41483         * gst-libs/ext/mplex/mjpeg_logging.h:
41484         * gst-libs/ext/mplex/mjpeg_types.h:
41485         * gst-libs/ext/mplex/mpastrm_in.cc:
41486         * gst-libs/ext/mplex/mpegconsts.cc:
41487         * gst-libs/ext/mplex/mpegconsts.h:
41488         * gst-libs/ext/mplex/mplexconsts.hh:
41489         * gst-libs/ext/mplex/multplex.cc:
41490         * gst-libs/ext/mplex/outputstream.hh:
41491         * gst-libs/ext/mplex/padstrm.cc:
41492         * gst-libs/ext/mplex/padstrm.hh:
41493         * gst-libs/ext/mplex/stillsstream.cc:
41494         * gst-libs/ext/mplex/stillsstream.hh:
41495         * gst-libs/ext/mplex/systems.cc:
41496         * gst-libs/ext/mplex/systems.hh:
41497         * gst-libs/ext/mplex/vector.cc:
41498         * gst-libs/ext/mplex/vector.hh:
41499         * gst-libs/ext/mplex/videostrm.hh:
41500         * gst-libs/ext/mplex/videostrm_in.cc:
41501         * gst-libs/ext/mplex/videostrm_out.cc:
41502         * gst-libs/ext/mplex/yuv4mpeg.cc:
41503         * gst-libs/ext/mplex/yuv4mpeg.h:
41504         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41505         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41506           We don't fork mjpegtools' mplex in our CVS anymore.
41507         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41508         (gst_avi_demux_add_stream):
41509         * gst/avi/gstavidemux.h:
41510           Add getcaps() function for proper caps nego. This makes some
41511           parts of AVI playback/reading work.
41512         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41513           Resize window on new capsnego. This is probably wrong, but
41514           I'm still committing it because with current capsnego, the
41515           first successfull capsnego is auto-fixated, therefore rounded
41516           down to the lowest values in the caps. this results in a 16x16
41517           XWindow that is not reized when real capsnego finishes.
41518           Dave, I see more cases of this, do you know a proper solution?
41519         * tools/gst-launch-ext.in:
41520           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41521
41522 2003-12-31  David Schleef  <ds@schleef.org>
41523
41524         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41525         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41526           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41527
41528 2003-12-30  David Schleef  <ds@schleef.org>
41529
41530         * ext/ffmpeg/gstffmpegcolorspace.c:
41531         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41532         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41533         (gst_ffmpegcsp_chain): Negotiation fixes
41534         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41536         (gst_audio_convert_link), (gst_audio_convert_channels):
41537         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41538         (gst_audioscale_link), (gst_audioscale_get_buffer),
41539         (gst_audioscale_chain): Negotiation fixes
41540         * gst/audioscale/gstaudioscale.h:
41541         * gst/videofilter/gstvideofilter.c:
41542         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41543         (gst_videofilter_link), (gst_videofilter_init),
41544         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41545         (gst_videofilter_find_format_by_structure):
41546         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41547         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41548         (gst_videoscale_link):
41549         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41550         (videoscale_find_by_structure), (gst_videoscale_setup):
41551         * gst/videoscale/videoscale.h: Negotiation fixes
41552         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41553         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41554         function, restrict resizing to a multiple of 4 (hack until
41555         everyone supports odd sizes correctly).
41556
41557 2003-12-29  Colin Walters  <walters@verbum.org>
41558
41559         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41560         signed.
41561
41562 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41563
41564         * ext/sndfile/gstsf.c: (gst_sf_loop):
41565           Fix warning about discarding const qualifier
41566
41567 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41568
41569         * gst/cutter/gstcutter.c:
41570         * gst/videoscale/gstvideoscale.c:
41571         * gst/volenv/gstvolenv.c:
41572         * gst-libs/gst/audio/audio.c:
41573         * gst-libs/gst/video/video.c:
41574           Fix warnings
41575
41576 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41577
41578         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41579           Don't send ALSA debugging to stderr.
41580         * ext/alsa/gstalsa.h:
41581           Use GST_WARNING instead of g_warning when ALSA functions fail.
41582
41583 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41584
41585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41586           Free XVAdapterInfo correctly.
41587
41588 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41589
41590         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41591         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41592           Make id3tag use correct caps nego.
41593
41594 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41595
41596         * ext/ivorbis/vorbis.c:
41597         * ext/ivorbis/vorbisenc.h:
41598         * ext/ivorbis/vorbisfile.c:
41599           Modify so that it uses the new caps things
41600
41601 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41602
41603         * testsuite/spider/spider1.c: (main):
41604         * testsuite/spider/spider2.c: (main):
41605         * testsuite/spider/spider3.c: (main):
41606           Make tests compile again. They probably don't work.
41607
41608 2003-12-24  Colin Walters  <walters@verbum.org>
41609
41610         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41611         we can't fixate the caps anymore.
41612
41613 2003-12-23  David Schleef  <ds@schleef.org>
41614
41615         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41616         * sys/oss/gstosssink.c: (gst_osssink_init),
41617         (gst_osssink_sink_fixate): Add fixate function.
41618
41619 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41620
41621         * ext/ffmpeg/gstffmpegcodecmap.c:
41622         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41623         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41624         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41625         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41626         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41627         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41628         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41629           fix typo in RGB masks, and move back to "old" colorspace
41630           capsnego code until whoever wrote this new crap has actually
41631           tested it so that it works.
41632           And yes, this works, keep it that way please.
41633
41634 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41635
41636         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41637         (gst_divxdec_init), (gst_divxdec_negotiate):
41638         * ext/divx/gstdivxdec.h:
41639         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41640         (gst_divxenc_init):
41641         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41642         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41643         * ext/mpeg2enc/gstmpeg2enc.cc:
41644         * ext/mpeg2enc/gstmpeg2encoder.cc:
41645         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41646         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41647         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41648         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41649         (dxr3spusink_init):
41650         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41651         (dxr3videosink_init):
41652           Fix caps breakage after Dave's caps branch merge.
41653
41654 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41655
41656         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41657           Fix for 24bpp display.
41658
41659 2003-12-23  Colin Walters  <walters@verbum.org>
41660
41661         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41662         a GnomeVFSHandle directly.
41663
41664 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41665
41666         * gst/volume/Makefile.am:
41667         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41668         (volume_base_init), (volume_init):
41669           Reenable volume element and fix to work with new caps stuff.
41670           Rhythmbox needs this.
41671
41672 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41673
41674         * gst/qtdemux/qtdemux.c: (plugin_init):
41675           qtdemux requires bytestream
41676
41677 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41678
41679         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41680           Fix remaining caps handling errors due to CAPS merge.
41681
41682 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41683
41684         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41685         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41686         (gst_faad_srcconnect):
41687           Port to new caps system.
41688
41689 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41690
41691         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41692         (got_video_size), (main): using g_print instead of g_message.
41693         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41694         signal which was not emitted because of "switch" element added to the
41695         bin but not connected. (Removing from the bin temporarily)
41696
41697 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41698
41699         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41700         find X development files. I don't understand the previous tests and
41701         they fail on my debian/ppc unstable. This one works.
41702         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41703         exiting.
41704         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41705         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41706         (gst_play_set_visualization): Add some safety checks in set_ methods
41707         and state_change. This was throwing some ugly CRITICAL messages when
41708         pipeline was getting disposed and casts were failing.
41709
41710 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41711
41712         * configure.ac:
41713           Improve mpeg2enc detection. This is for distributions that do
41714           ship mjpegtools, but without mpeg2enc. Also does object check
41715           for might there ever be ABI incompatibility.
41716         * ext/mpeg2enc/gstmpeg2enc.cc:
41717           Add Andrew as second maintainer (he's helping me), and also add
41718           an error if no caps was set. This happens if I pull before capsnego
41719           and that's something I should solve sometime else.
41720         * gst/matroska/matroska-demux.c:
41721         (gst_matroska_demux_parse_blockgroup):
41722           Fix time parsing.
41723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41724         (gst_matroska_mux_track_header):
41725           Add caps to templates.
41726         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41727           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41728         * gst/mpegstream/gstmpegdemux.c:
41729           Remove layer since it causes warnings about unfixed caps.
41730         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41731           Fix obvious typo (we error out if caps were set, we should of
41732           course error out if *no* caps were set).
41733         * sys/oss/gstosselement.c: (gst_osselement_convert):
41734           Fix format conversion, we confused bits/bytes.
41735         * sys/oss/gstosselement.h:
41736           Improve documentation for 'bps'.
41737         * sys/v4l/TODO:
41738           Remove stuff about plugins that need removing - this was done
41739           ages ago.
41740         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41741         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41743         (gst_v4lsrc_src_query):
41744         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41745         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41746           Add get_query_types(), get_formats() and query() functions.
41747
41748 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41749
41750         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41751           * moved CVS to freedesktop.org