gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-09  Jan Schmidt  <jan.schmidt@sun.com>
2
3         * gst-libs/gst/app/gstappsink.c:
4         Store the returned signal id in the right slot when
5         registering the pull-buffer signal.
6         Fixes #567168
7         Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>
8
9 2009-01-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
10
11         * gst-libs/gst/interfaces/mixer.c:
12           Small docs addition to clarify that one really mustn't free
13           the constant GList returned (#566812).
14           
15 2009-01-08  Wim Taymans  <wim.taymans@collabora.co.uk>
16
17         * docs/libs/gst-plugins-base-libs-sections.txt:
18         * gst-libs/gst/rtsp/gstrtspurl.c: (register_rtsp_url_type),
19         (gst_rtsp_url_get_type), (gst_rtsp_url_copy):
20         * gst-libs/gst/rtsp/gstrtspurl.h:
21         * win32/common/libgstrtsp.def:
22         Add GType for GstRTSPUrl and expose a copy function because we can.
23         API: gst_rtsp_url_copy()
24         Fixes #567027.
25
26 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * configure.ac:
29         * ext/gio/gstgio.c: (plugin_init):
30         Add plugin dependency for the GIO and GVfs modules.
31         Fixes bug #566876.
32
33 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
34
35         * configure.ac:
36         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37         Add plugin dependency for the gnomevfs modules.
38         Fixes bug #566875.
39
40 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
41
42         * win32/common/libgstcdda.def:
43         Add new symbol to the list of exported symbols.
44
45 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
48         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
49         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
50         (activate_group), (deactivate_group), (groups_set_locked_state),
51         (gst_play_bin_change_state):
52         Fix some comments and docs.
53         Post an error message when we fail to link the selector to the sink.
54         Remove pushing of EOS, this seems unneeded. 
55         Lock the state of deactivated groups so that they don't accidentally
56         reactivate when the playbin2 state changes.
57         Reuse uridecodebins.
58         Unlock and relock state of groups when playbin goes to NULL.
59         Fixes #566654.
60         Fixes #566341.
61
62         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
63         Only do something in the pad removed callback when we are dealing with
64         our sourcepads because the sinkpads don't have a ghostpad.
65
66 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
67
68         * gst-libs/gst/cdda/gstcddabasesrc.c:
69         * gst-libs/gst/cdda/gstcddabasesrc.h:
70         Make the GType of GstCDDABaseSrcMode public for bindings.
71         Fixes bug #566837.
72
73 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
74
75         * configure.ac:
76         * ext/libvisual/visual.c: (plugin_init):
77           Use new core API to make registry re-scan the plugin
78           whenever visualisations are added or removed (see #350477).
79
80 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
81
82         Patch by: José Alburquerque <jaalburqu svn gnome org>
83
84         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
85         * gst-libs/gst/audio/gstaudioclock.h:
86         Make gst_audio_clock_new use const gchar* to ease the wrapping of
87         C++ bindings. Fixes #566723.
88
89 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
90
91         * configure.ac:
92         * pkgconfig/Makefile.am:
93         * pkgconfig/gstreamer-app-uninstalled.pc.in:
94         * pkgconfig/gstreamer-app.pc.in:
95         Add pkg-config files for libgstapp. Fixes bug #566761.
96
97 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
98
99         * gst-libs/gst/app/gstappsink.c:
100         * gst-libs/gst/app/gstappsink.h:
101         * gst-libs/gst/app/gstappsrc.c:
102         * gst-libs/gst/app/gstappsrc.h:
103           Make debug categories static. Use _element_class_set_details_simple().
104
105 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
106
107         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
108           (gst_app_sink_class_init), (gst_app_sink_init),
109           (gst_app_sink_dispose), (gst_app_sink_finalize),
110           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
111           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
112           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
113           (gst_app_sink_render), (gst_app_sink_getcaps),
114           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
115           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
116           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
117           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
118           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
119           (gst_app_sink_pull_buffer):
120         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
121         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
122           (gst_app_src_class_init), (gst_app_src_init),
123           (gst_app_src_flush_queued), (gst_app_src_dispose),
124           (gst_app_src_finalize), (gst_app_src_set_property),
125           (gst_app_src_get_property), (gst_app_src_unlock),
126           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
127           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
128           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
129           (gst_app_src_set_caps), (gst_app_src_get_caps),
130           (gst_app_src_set_size), (gst_app_src_get_size),
131           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
132           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
133           (gst_app_src_set_latencies), (gst_app_src_set_latency),
134           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
135           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
136         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
137           Move private data into a private instance struct. Add padding to
138           instance and class structures exposed in public headers. Add
139           Since markers to the gtk-doc blurbs (#566750).
140
141 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
142
143         * tests/examples/app/appsrc_ex.c: (main):
144         Some comments.
145         When pulling a buffer we can get NULL when the element is EOS, don't try
146         to unref this NULL buffer.
147
148 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
149
150         * gst-libs/gst/video/Makefile.am:
151         * gst-libs/gst/video/video.h:
152         Fix up build flags and include statement for the new generated
153         enumtypes files, to fix dist.
154
155 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
156
157         * configure.ac:
158         * docs/libs/Makefile.am:
159         * docs/libs/gst-plugins-base-libs-docs.sgml:
160         * docs/libs/gst-plugins-base-libs-sections.txt:
161         * docs/plugins/Makefile.am:
162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
164         * docs/plugins/gst-plugins-base-plugins.args:
165         * docs/plugins/gst-plugins-base-plugins.hierarchy:
166         * docs/plugins/gst-plugins-base-plugins.interfaces:
167         * docs/plugins/gst-plugins-base-plugins.prerequisites:
168         * docs/plugins/gst-plugins-base-plugins.signals:
169         * docs/plugins/inspect/plugin-app.xml:
170         * gst-libs/gst/Makefile.am:
171         * gst-libs/gst/app/gstappsink.c:
172         * gst-libs/gst/app/gstappsrc.c:
173         * tests/examples/Makefile.am:
174         * tests/examples/app/Makefile.am:
175
176         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
177
178 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
179
180         * gst-libs/gst/audio/gstbaseaudiosink.c:
181         (gst_base_audio_sink_change_state):
182         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
183         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
184         this because the async_play method is deprecated and usually not called 
185         anymore.
186
187 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
188
189         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
190         Disconnect signal handlers before destroying a previous decodebin so
191         that we don't end up causing deadlocks. Fixes #566586.
192
193 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
194
195         * gst/audiotestsrc/gstaudiotestsrc.c:
196         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
197         (gst_audio_test_src_check_get_range),
198         (gst_audio_test_src_set_property),
199         (gst_audio_test_src_get_property):
200         * gst/audiotestsrc/gstaudiotestsrc.h:
201         Add property to control pull/push based scheduling.
202
203 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
204
205         * configure.ac:
206         * tests/examples/seek/Makefile.am:
207         * tests/icles/Makefile.am:
208         Make the seek and colorkey examples depend on gtk+-x11 as they use
209         GDK_WINDOW_XID.
210         Fixes the build with gtk+-quartz.
211
212 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
213
214         * win32/common/libgstaudio.def:
215         * win32/common/libgsttag.def:
216         * win32/common/libgstvideo.def:
217         Add new exports to win32 files.
218
219 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
220
221         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
222         * gst-libs/gst/tag/gsttagdemux.h:
223         Add GType for GstTagDemuxResult enum.
224
225 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
226
227         * gst-libs/gst/video/Makefile.am:
228         * gst-libs/gst/video/video.h:
229         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
230         This will help bindings to use it.
231
232 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
233
234         * gst-libs/gst/audio/Makefile.am:
235         * gst-libs/gst/audio/audio.c:
236         * gst-libs/gst/audio/multichannel.h:
237         * gst-libs/gst/audio/testchannels.c:
238         * win32/MANIFEST:
239         * win32/common/audio-enumtypes.c:
240         (gst_audio_channel_position_get_type),
241         (gst_ring_buffer_state_get_type),
242         (gst_ring_buffer_seg_state_get_type),
243         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
244         * win32/common/audio-enumtypes.h:
245         * win32/common/multichannel-enumtypes.c:
246         * win32/common/multichannel-enumtypes.h:
247         * win32/vs6/grammar.dsp:
248         * win32/vs6/libgstaudio.dsp:
249         * win32/vs7/libgstaudio.vcproj:
250         * win32/vs8/libgstaudio.vcproj:
251         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
252         audio- in order to wrap all enums declarations of that library.
253         This modification should not matter since that header file is not a
254         public header (it will be included by public headers).
255         Modify win32 crap^Wfiles accordingly.
256
257 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
258
259         * gst-libs/gst/audio/gstbaseaudiosrc.h:
260         * gst-libs/gst/audio/gstbaseaudiosink.h:
261         Complete Sebastien's commit from the 13th by exporting the
262         _slave_method_get_type() methods.
263
264 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
265
266         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
267         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
268         (gst_gio_base_src_query):
269         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
271         (gst_gnome_vfs_src_query):
272         Implement URI query. Fixes bug #562949.
273
274 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
275
276         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
277         Add some debug info.
278
279         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
280         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
281         (gst_play_sink_release_pad):
282         Add some more debug info.
283         Reconfigure the audio chain when we switch between raw and encoded audio
284         in gapless playback.
285
286 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
287
288         * gst-libs/gst/audio/gstbaseaudiosink.c:
289         (gst_base_audio_sink_setcaps):
290         Pause the write thread before deactivating and releasing the ringbuffer
291         to avoid a deadlock when we do gapless playback with different sample
292         rates in playbin2.  Fixes #564929.
293
294 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
295
296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
297         Make GstAudioSrcSlaveMethod get_type() function non-static
298         as it's public now.
299
300         * win32/common/libgstaudio.def:
301         * win32/common/libgstnetbuffer.def:
302         Add some missing functions to the list of exported symbols.
303
304 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
305
306         Patch by: Andrew Feren <acferen at yahoo dot com>
307
308         * gst-libs/gst/netbuffer/gstnetbuffer.c:
309         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
310         (gst_netaddress_get_address_bytes),
311         (gst_netaddress_set_address_bytes):
312         * gst-libs/gst/netbuffer/gstnetbuffer.h:
313         Make gst_netaddress_get_ip4_address fail for v6 addresses.
314         Make gst_netaddress_get_ip6_address either fail or return the v4
315         address as a transitional v6 address.
316         Add two convenience functions:
317         API: gst_netaddress_get_address_bytes()
318         API: gst_netaddress_set_address_bytes()
319         Fixes #564896.
320
321 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
322
323         * gst/adder/Makefile.am:
324         * gst/adder/gstadder.c:
325           Cleanup variable names to make the adder-loop easier to understand.
326           Also try to use liboil to spee it up, but ifdef it out as it does not
327           make any change for me (Intel pentim M (sse,sse2) please try on other
328           systems).
329
330 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
331
332         * docs/plugins/Makefile.am:
333         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
334         * docs/plugins/gst-plugins-base-plugins-sections.txt:
335         * gst/tcp/gsttcpclientsink.c:
336         * gst/tcp/gsttcpclientsrc.c:
337         * gst/tcp/gsttcpserversrc.c:
338         Add minimal docs to make the remaining tcp elements show up.
339         Fixes #564139.
340
341 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
342
343         * win32/common/config.h:
344           Update to CVS version.
345
346         * win32/common/config.h.in:
347           Hardcode path to plugin install helper exe, just like we hardcode
348           the paths in core. Removes another source of VCS conflicts for
349           people hacking gst-plugins-base on systems with autotools.
350
351 2008-12-13  Edward Hervey  <bilboed@gmail.com>
352
353         * m4/Makefile.am:
354         And a couple more .m4 that don't exist anymore with gettext 0.17
355
356 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
357
358
359         * m4/Makefile.am:
360         inttypes.m4 hasn't been available since gettext-0.15, and since we now
361         require gettext >= 0.17 ... we can remove it from the list of files to
362         dist.
363
364 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         * gst-libs/gst/audio/gstbaseaudiosink.c:
367         (gst_base_audio_sink_slave_method_get_type),
368         (gst_base_audio_sink_class_init):
369         * gst-libs/gst/audio/gstbaseaudiosink.h:
370         * gst-libs/gst/audio/gstbaseaudiosrc.c:
371         (gst_base_audio_src_slave_method_get_type),
372         (gst_base_audio_src_class_init):
373         * gst-libs/gst/audio/gstbaseaudiosrc.h:
374         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
375         public API. This is needed for the C++ bindings to be able
376         to use this base classes. Fixes bug #564200, #564206.
377
378 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
379
380         * gst-libs/gst/cdda/gstcddabasesrc.c:
381         (gst_cdda_base_src_handle_event):
382         Remove erroneous gst_buffer_ref().
383         * tests/check/libs/rtp.c: (GST_START_TEST):
384         Don't forget to unref the buffer once you're done with it.
385
386 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
387
388         * gst/playback/gstplaybin.c:
389         * gst/playback/gstplaybin2.c:
390           XRef to GstXOverlay.
391
392 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
393
394         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
395         Free the factory array when finalizing.
396         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
397         Use a GstStaticPadTemplate since the src pad caps are fixed.
398
399 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
400
401         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
402         (gst_vorbis_enc_init):
403         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
404         pad templates.
405
406 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
407
408         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
409         (gst_riff_create_video_template_caps):
410         Add mapping for VP6 in avi/riff.
411
412 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
413
414         * gst/subparse/samiparse.c: (sami_context_push_state),
415         (sami_context_pop_state), (start_sami_element), (end_sami_element):
416         Some versions of libxml seem to be very picky as to strict formatting
417         of the input and never 'close' the final </body> tag.
418         In order to fix that bad behaviour, we trigger the flushing of
419         remaining data on both </body> and </sami>.
420         Fixes #557365
421
422 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
423
424         Patch by: Guillaume Emont <guillaume at fluendo dot com>
425
426         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
427         Add typefinders for MS Word files and OS X .DS_Store files to
428         prevent them to be recognized as MPEG files. Fixes bug #564098.
429
430 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         * gst/playback/gstplaysink.c: (gen_audio_chain),
433         (gst_play_sink_reconfigure):
434         Add some more debug info.
435         Fix linking of just an encoded sink.
436         Handle failure to create a sink chain more gracefully than crashing.
437
438 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
439
440         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
441         Pushing 10 buffers is enough to run the test.
442
443 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
444
445         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
446         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
447         (main):
448         Hook up the SKIP seek flag.
449
450 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         * gst/playback/gstplaybin2.c: (pad_added_cb):
453         Error out with a missing-plugin error when the input-selector was not
454         found.
455
456         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
457         Indentation.
458
459 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
460
461         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
462         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
463         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
464         (gst_play_sink_send_event), (gst_play_sink_change_state):
465         Use G_DEFINE_TYPE.
466         Try to set the selected sink to READY before using it. This will allow
467         for detection of incompatible formats sooner.
468         Don't cause a fatal error when conversion elements are missing but post
469         a missing-element message and a warning instead because things might
470         still link and run fine.
471         Simplyfy the construction of audio and video sink chains.
472
473 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
474
475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
476         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
477         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
478         init from glib.
479
480 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
481
482         Patch by: Luis Menina <liberforce at freeside dot fr>
483
484         * gst-libs/gst/floatcast/floatcast.h:
485         * gst/typefind/gsttypefindfunctions.c:
486         Include glib.h instead of a specific GLib header. Including single
487         GLib headers is deprecated. Fixes bug #563904.
488
489 2008-12-09  Julien Moutte  <julien@fluendo.com>
490
491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
492         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
493
494 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
495
496         * gst-libs/gst/riff/riff-read.c:
497           Fix handling of odd chunks in riff metadata.
498
499 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
500
501         * gst/volume/gstvolume.c: (gst_volume_class_init),
502         (volume_before_transform), (volume_transform_ip):
503         Use new basetransform vmethod to reconfigure the dynamic properties and
504         any pending volume/mute changes. Fixes #563508.
505
506 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
507
508         * configure.ac:
509         First check for "theoraenc theoradec" and if that failed check
510         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
511         deprecate the latter. Also linking on Windows fails with just "theora"
512         and the version check would fail for the release candidates.
513         Fixes bug #563718.
514
515 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
516
517         * gst/playback/gstdecodebin.c:
518         * gst/playback/gstdecodebin2.c:
519           Add basic docs to decodebin and link to decodebin from decodebin2.
520           
521 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
522
523         Patch by: Olivier Crete  <tester at tester ca>
524
525         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
526         * gst-libs/gst/rtp/gstrtcpbuffer.h:
527         Implement gst_rtcp_packet_remove(). Fixes #563174.
528
529         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
530         Add unit test for some RTCP functions.
531
532 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
533
534         * configure.ac:
535         Apparently AC_CONFIG_MACRO_DIR breaks when using more
536         than one macro directory, reverting last change.
537
538 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
539
540         * configure.ac:
541         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
542         our M4 macros.
543
544 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
545
546         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
548         Clear all flags on buffers returned from the image pool.
549         Fixes #563143
550
551 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         Patch by: Cygwin Ports maintainer
554                   <yselkowitz at users dot sourceforge dot net>
555
556         * autogen.sh:
557         * configure.ac:
558         Require gettext 0.17 because older versions don't mix with libtool
559         2.2. At build time an older gettext version will still work.
560         Fixes bug #556091.
561
562 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
563
564         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
565
566 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
567
568         * docs/plugins/gst-plugins-base-plugins.args:
569         * docs/plugins/gst-plugins-base-plugins.hierarchy:
570         * docs/plugins/gst-plugins-base-plugins.interfaces:
571         * docs/plugins/gst-plugins-base-plugins.prerequisites:
572         * docs/plugins/inspect/plugin-videorate.xml:
573         * gst/speexresample/gstspeexresample.c:
574         Update documentation of speexresample for the new element name.
575
576 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
577
578         * gst/speexresample/README:
579         Update README with the latest diff between the Speex resampler
580         and our copy.
581
582 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
583
584         * gst/speexresample/gstspeexresample.c: (plugin_init):
585         Update the debug category from speex_resample to audioresample.
586
587 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
588
589         * gst/audioresample/Makefile.am:
590         * gst/audioresample/buffer.c:
591         * gst/audioresample/buffer.h:
592         * gst/audioresample/debug.c:
593         * gst/audioresample/debug.h:
594         * gst/audioresample/functable.c:
595         * gst/audioresample/functable.h:
596         * gst/audioresample/gstaudioresample.c:
597         * gst/audioresample/gstaudioresample.h:
598         * gst/audioresample/resample.c:
599         * gst/audioresample/resample.h:
600         * gst/audioresample/resample_chunk.c:
601         * gst/audioresample/resample_functable.c:
602         * gst/audioresample/resample_ref.c:
603         * tests/check/elements/audioresample.c:
604         Remove audioresample files.
605
606 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
607
608         * docs/plugins/inspect/plugin-audioresample.xml:
609         Regenerated for library filename change.
610
611 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
612
613         * configure.ac:
614         * docs/plugins/Makefile.am:
615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
616         * docs/plugins/gst-plugins-base-plugins.args:
617         * docs/plugins/gst-plugins-base-plugins.hierarchy:
618         * docs/plugins/gst-plugins-base-plugins.interfaces:
619         * docs/plugins/gst-plugins-base-plugins.prerequisites:
620         * docs/plugins/inspect/plugin-adder.xml:
621         * docs/plugins/inspect/plugin-alsa.xml:
622         * docs/plugins/inspect/plugin-audioconvert.xml:
623         * docs/plugins/inspect/plugin-audiorate.xml:
624         * docs/plugins/inspect/plugin-audioresample.xml:
625         * docs/plugins/inspect/plugin-audiotestsrc.xml:
626         * docs/plugins/inspect/plugin-cdparanoia.xml:
627         * docs/plugins/inspect/plugin-decodebin.xml:
628         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
629         * docs/plugins/inspect/plugin-gdp.xml:
630         * docs/plugins/inspect/plugin-gio.xml:
631         * docs/plugins/inspect/plugin-gnomevfs.xml:
632         * docs/plugins/inspect/plugin-libvisual.xml:
633         * docs/plugins/inspect/plugin-ogg.xml:
634         * docs/plugins/inspect/plugin-pango.xml:
635         * docs/plugins/inspect/plugin-playback.xml:
636         * docs/plugins/inspect/plugin-queue2.xml:
637         * docs/plugins/inspect/plugin-subparse.xml:
638         * docs/plugins/inspect/plugin-tcp.xml:
639         * docs/plugins/inspect/plugin-theora.xml:
640         * docs/plugins/inspect/plugin-typefindfunctions.xml:
641         * docs/plugins/inspect/plugin-uridecodebin.xml:
642         * docs/plugins/inspect/plugin-video4linux.xml:
643         * docs/plugins/inspect/plugin-videorate.xml:
644         * docs/plugins/inspect/plugin-videoscale.xml:
645         * docs/plugins/inspect/plugin-videotestsrc.xml:
646         * docs/plugins/inspect/plugin-volume.xml:
647         * docs/plugins/inspect/plugin-vorbis.xml:
648         * docs/plugins/inspect/plugin-ximagesink.xml:
649         * docs/plugins/inspect/plugin-xvimagesink.xml:
650         * gst/speexresample/gstspeexresample.c: (plugin_init):
651         * gst/speexresample/Makefile.am:
652         * tests/check/Makefile.am:
653         * tests/check/elements/speexresample.c: (setup_speexresample),
654         (GST_START_TEST), (test_pipeline):
655         Rename the moved speexresample to audioresample, integrate into the
656         build system and remove the old audioresample from the build system.
657         Fixes bug #558124, #385061, #346218, #116051.
658
659 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
660
661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
662         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
663         Avoid nasty int overflows after about 12 hours and 25 minutes when these
664         code paths are triggered. 
665         A free beer to Håvard Graff for finding this!
666
667 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         Patch by: 이문형 <iwings at gmail dot com>
670
671         * gst-libs/gst/rtsp/gstrtspconnection.c:
672         (gst_rtsp_connection_connect):
673         A successful gst_poll_wait() doesn't always mean successful connect() on
674         Windows.  We should check errors by calling gst_poll_fd_has_error().
675         See #561924.
676
677 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         * gst-libs/gst/rtp/gstrtcpbuffer.c:
680         Fix typo in the docs.
681
682 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
685         If no stream was found before receiving EOS, post an error message.
686         Fixes #561924.
687
688 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
689
690         * ext/theora/gsttheoraenc.h:
691         * ext/theora/theoraenc.c: (gst_theora_enc_init),
692         (theora_buffer_from_packet), (theora_push_packet),
693         (theora_enc_sink_event), (theora_enc_is_discontinuous),
694         (theora_enc_chain):
695         Parse segment events.
696         Pass incomming buffer timestamps to outgoing buffers.
697         Use the running_time to construct the granulepos.
698         Fixes #562163.
699
700 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
701
702         * gst/playback/gstplaybin2.c: (activate_group):
703         Fix buffer-duration property.
704
705 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         * gst-libs/gst/audio/gstbaseaudiosink.c:
708         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
709         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
710         (gst_base_audio_sink_change_state):
711         Really fix audiosink drain handling by keeping track of the running_time
712         of the last sample.
713
714 2008-11-24  Michael Smith <msmith@songbirdnest.com>
715
716         * gst/playback/gstplaybin2.c:
717           Add notification of current stream. Add ability to configure buffer
718           sizes.
719         * gst/playback/gsturidecodebin.c:
720           Add ability to configure buffer sizes for streaming mode.
721           Bug #561734.
722
723 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
724
725         * gst-libs/gst/audio/gstbaseaudiosink.c:
726           Time is already in running_time. Remove base_time handling. Fixes
727           audiosinks not draining and thus chopping some audio in the end.
728
729 2008-11-24  David Schleef  <ds@schleef.org>
730
731         * ext/ogg/gstoggmux.c:
732         * ext/ogg/gstoggmux.h:
733           If we're muxing a dirac stream, flush the page after every picture.
734
735 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
736
737         * gst-libs/gst/audio/gstbaseaudiosink.c:
738           Add one log message to check for audio_drained. Sync one log message
739           with the condition. Send EOS after draining audio in pull mode.
740
741 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
742
743         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
744         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
745         Use gst_buffer_try_new_and_alloc() and fail properly if the
746         allocation failed. This prevents abort() if downstream elements
747         request an insane amount of memory.
748
749 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
750
751         * gst/volume/gstvolume.c: (volume_choose_func),
752         (volume_update_volume), (gst_volume_set_volume),
753         (gst_volume_get_volume), (gst_volume_set_mute),
754         (gst_volume_class_init), (gst_volume_init),
755         (volume_process_double), (volume_process_float),
756         (volume_process_int32), (volume_process_int32_clamp),
757         (volume_process_int24), (volume_process_int24_clamp),
758         (volume_process_int16), (volume_process_int16_clamp),
759         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
760         (volume_transform_ip), (volume_set_property),
761         (volume_get_property):
762         * gst/volume/gstvolume.h:
763         Cleanup volume, define and use default values.
764         Recalculate new volume and mute setup before processing. Fixes #561789.
765
766         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
767         Add controller unit test. Patch by: Jonathan Matthew
768         Fix bogus test that messed with basetransform's internal state.
769
770 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
771
772         * gst/videorate/gstvideorate.c:
773         Add jpeg and png image media types to the caps. Fixes #561436.
774
775 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
776
777         * gst/playback/gstplaysink.c: (gen_audio_chain):
778         Don't post an error when we can't configure the volume but post a
779         warning instead. Fixes #561780.
780
781 2008-11-21  David Schleef  <ds@schleef.org>
782
783         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
784
785         * gst/videotestsrc/gstvideotestsrc.c:
786         * gst/videotestsrc/gstvideotestsrc.h:
787         * gst/videotestsrc/videotestsrc.c:
788         * gst/videotestsrc/videotestsrc.h:
789           Add a zone plate pattern generator based on BBC R&D Report
790           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
791           kx2=20 ky2=20 kt=1'.
792
793 2008-11-20  Michael Smith <msmith@songbirdnest.com>
794
795         * gst/playback/gstdecodebin2.c:
796           Fix random fat-fingering making this not compile.
797
798 2008-11-20  Michael Smith <msmith@songbirdnest.com>
799
800         * gst/playback/gstdecodebin2.c:
801           If the top-level type of the stream is plain text, don't try to decode
802           it, matching behaviour of decodebin.
803         * gst/playback/gstplaysink.c:
804           If we fail to generate a text chain (e.g. due to missing optional
805           plugins), don't crash.
806
807 2008-11-20  Michael Smith <msmith@songbirdnest.com>
808
809         * gst-libs/gst/rtsp/gstrtspdefs.c:
810           Fix win32 build. Oops.
811
812 2008-11-20  Michael Smith <msmith@songbirdnest.com>
813
814         * gst-libs/gst/rtsp/gstrtspdefs.c:
815           Use WSAGetLastError() rather than errno/h_errno on win32.
816
817 2008-11-20  Michael Smith <msmith@songbirdnest.com>
818
819         * gst-libs/gst/riff/riff-media.c:
820           Support WMA Lossless properly.
821
822 2008-11-18  David Schleef  <ds@schleef.org>
823
824         * gst/videotestsrc/gstvideotestsrc.c:
825         * gst/videotestsrc/gstvideotestsrc.h:
826         * gst/videotestsrc/videotestsrc.c:
827         * gst/videotestsrc/videotestsrc.h:
828           Add "colorspec" property, specifying whether to generate BT.601
829           or BT.709 video.  This only affects YCbCr values, not RGB, since
830           if you're generating a 709 test pattern, presumably you want
831           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
832           uses 75% colors instead of 100%, since this is often more useful
833           for testing (and also follows the SMPTE EG-1 guideline).
834
835 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
836
837         * gst/playback/gstdecodebin.c:
838         Add a "sink-caps" property to decodebin like it's done for decodebin2.
839         Fixes #560380.
840
841 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
842
843         * gst/audioresample/gstaudioresample.c:
844         Guard against a NULL dereference I somehow encountered -
845         with a FLUSH_STOP arriving either before basetransform _start(),
846         or after _stop().
847
848         * gst/typefind/gsttypefindfunctions.c:
849         Make sure we never jump backwards when typefinding corrupt mov files.
850
851 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
852
853         * gst-libs/gst/interfaces/propertyprobe.c:
854         Fix random type causing a docs warning.
855
856 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
857
858         * sys/v4l/gstv4l.c:
859           Give it a minimal rank for autovideosrc.
860
861 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
862
863         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
864         (plugin_init):
865         Improve typefinding of ISO JPEG2000 mime types.
866
867 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
870         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
871         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
872         * sys/xvimage/xvimagesink.h:
873         Avoid typechecking when we do trivial casts.
874         Move error handling out of the main program flow.
875         Sneak in the display-region caps property, not completely correct yet.
876         Cache the width/height in buffer_alloc instead of parsing it from the
877         caps all the time.
878
879 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * gst/playback/gstplaybin2.c: (deactivate_group):
882         don't try to unlink the selector sinkpad when we don't have it yet. This
883         can happen if an error occured before the group was complete.
884
885 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
886
887         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
888         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
889         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
890         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
891         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
892         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
893         (gst_rtp_buffer_get_extension_data),
894         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
895         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
896         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
897         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
898         (gst_rtp_buffer_get_payload_type),
899         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
900         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
901         (gst_rtp_buffer_set_timestamp),
902         (gst_rtp_buffer_get_payload_subbuffer),
903         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
904         Avoid expensive type checks we already did as part of the 
905         _validate() function that should be called first.
906
907 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
910         (gst_base_rtp_depayload_push_full),
911         (gst_base_rtp_depayload_set_gst_timestamp):
912         Fix some cases where a newsegment event was not sent.
913
914 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
915
916         * gst/playback/gstplaybin2.c: (activate_group):
917         Catch state change errors and stop from the uridecodebin elements
918         instead of trying to continue in vain.
919
920 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst-libs/gst/audio/gstbaseaudiosink.c:
923         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
924         (gst_base_audio_sink_callback):
925         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
926         for the latency to expire, fixes #559567.
927
928 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
929
930         * gst/adder/gstadder.c:
931           Change author string after seeing output of gst-inspector.
932
933 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
934
935         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
936         Don't try to do crazy things when we only have a text pad without a
937         video pad. Fixes #559478.
938
939 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
940
941         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
942         Fix case where we don't have a range for the rates or channels as is the
943         case with truespeech.
944
945 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
946
947         * gst/volume/gstvolume.c: (volume_update_real_volume),
948         (gst_volume_set_volume), (gst_volume_get_volume),
949         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
950         (volume_transform_ip), (volume_update_mute),
951         (volume_update_volume), (volume_get_property):
952         * gst/volume/gstvolume.h:
953         Keep negotiated state in a separate variable.
954         Protect the volume and mute properties with the object lock.
955         Protect modifying the transform with the transform lock.
956
957 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
958
959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
960         (gst_ffmpeg_pixfmt_to_caps):
961         Only convert caps to string when debug is enabled.
962
963 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
964
965         * ext/theora/gsttheoradec.h:
966         * ext/theora/theoradec.c: (gst_theora_dec_init),
967         (gst_theora_dec_reset), (theora_dec_src_event),
968         (theora_dec_sink_event), (theora_handle_type_packet):
969         Copy seqnum.
970         Keep events in a pending list, like vorbisdec, instead of trying
971         to construct a segment event ourselves.
972
973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
974         (vorbis_dec_src_event), (vorbis_dec_sink_event):
975         * ext/vorbis/vorbisdec.h:
976         Copy seqnum.
977
978 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
979
980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
981         (gst_ogg_demux_deactivate_current_chain),
982         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
983         (gst_ogg_demux_loop):
984         * ext/ogg/gstoggdemux.h:
985         Copy seqnums around to track playback segments and messages.
986
987 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
988
989         Based on patch by: Matthias Kretz <kretz at kde dot org>
990
991         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
992         (gst_alsasink_prepare), (gst_alsasink_unprepare),
993         (gst_alsasink_write):
994         Make all access non-blocking so that we can better handle unplugging
995         of usb devices. Fixes #559111
996
997 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
998
999         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1000
1001         * gst-libs/gst/rtsp/gstrtspconnection.c:
1002         (gst_rtsp_connection_write):
1003         Make the next call to poll not depend on previous calls to poll with or
1004         without reading from the active descriptor. Fixes #544293.
1005
1006 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1007
1008         Patch by: Nick Haddad <nick at haddads dot net>
1009
1010         * gst-libs/gst/riff/riff-ids.h:
1011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1012         Add support for other fourcc codes that are commonly used for
1013         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
1014         Fixes #558553.
1015
1016 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
1017
1018         * gst/audioresample/gstaudioresample.c:
1019           Return the result of parent_class->event().
1020
1021 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1022
1023         * gst/audioresample/gstaudioresample.c:
1024         (gst_audioresample_class_init), (audioresample_fixate_caps):
1025         Fixate the rate to the nearest supported rate instead of
1026         the first one. Fixes bug #549510.
1027
1028 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1029
1030         * win32/common/libgstaudio.def:
1031         Add new symbols.
1032
1033 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1034
1035         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1036         Attempt to make obfuscated code clearer.
1037
1038 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1039
1040         * docs/libs/gst-plugins-base-libs-sections.txt:
1041         * gst-libs/gst/floatcast/floatcast.h:
1042         Move float endianness conversion macros to core. Second part of
1043         bug ##555196.
1044
1045 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1046
1047         * sys/ximage/ximagesink.h:
1048         * sys/xvimage/xvimagesink.h:
1049           Don't mark as gtk-doc docs as they aren't public.
1050
1051 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * sys/xvimage/xvimagesink.c:
1054         * sys/xvimage/xvimagesink.h:
1055         * tests/icles/Makefile.am:
1056         * tests/icles/test-colorkey.c:
1057           Allow setting colorkey if possible. Implement property probe interface
1058           for optional X features (autopaint-colorkey, double-buffer and
1059           colorkey). Fixes #554533
1060
1061 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1062
1063         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1064         Remove useless buffer size assignment. It already has this value.
1065
1066 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1067
1068         * gst-libs/gst/audio/gstaudiosink.c:
1069         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1070         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1071         (gst_audioringbuffer_stop):
1072         Implement a separate activate functions to start monitoring the segments
1073         or, in pull mode, pulling in data.
1074
1075         * gst-libs/gst/audio/gstbaseaudiosink.c:
1076         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1077         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1078         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1079         (gst_base_audio_sink_activate_pull),
1080         (gst_base_audio_sink_async_play),
1081         (gst_base_audio_sink_change_state):
1082         Implement pad and element convert query function.
1083         Activate the ringbuffer.
1084         Use the segment last_stop value as the offset to pull.
1085         Use new basesink _do_preroll() method to preroll in the pulling thread.
1086         Take appropriate locking in the pulling thread.
1087
1088         * gst-libs/gst/audio/gstringbuffer.h:
1089         Update some docs.
1090
1091 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1092
1093         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1094         Improve MXF typefinding a bit by searching for a header partition
1095         pack instead of just a general partition pack and checking more
1096         bytes for valid values.
1097
1098 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1099
1100         * tests/icles/.cvsignore:
1101         update ignore file.
1102
1103         * tests/icles/Makefile.am:
1104         * tests/icles/test-box.c: (make_pipeline), (main):
1105         Add another interactive command line experimentation suite for
1106         dynamically boxing/cropping/saling an input video.
1107
1108 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         * docs/libs/gst-plugins-base-libs-sections.txt:
1111         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1112         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1113         * gst-libs/gst/audio/gstringbuffer.h:
1114         Add methods to more accuratly control the pulling thread of a
1115         ringbuffer.
1116         Add format conversion helper code to the ringbuffer.
1117         API: GstRingBuffer:gst_ring_buffer_activate()
1118         API: GstRingBuffer:gst_ring_buffer_is_active()
1119         API: GstRingBuffer:gst_ring_buffer_convert()
1120
1121 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1122
1123         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1124         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1125         (gst_audioringbuffer_stop):
1126         Signal thread startup earlier so that we can immediatly go into pull
1127         mode when we have to and block on preroll.
1128
1129 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1130
1131         * gst-libs/gst/audio/gstringbuffer.c:
1132         (gst_ring_buffer_prepare_read):
1133         In pull mode we want the callback to prepull a buffer we can preroll on
1134         even when we are not yet playing.
1135
1136 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1137
1138         * ext/alsa/Makefile.am:
1139         * ext/cdparanoia/Makefile.am:
1140         * ext/gio/Makefile.am:
1141         * ext/gnomevfs/Makefile.am:
1142         * ext/libvisual/Makefile.am:
1143         * ext/ogg/Makefile.am:
1144         * ext/pango/Makefile.am:
1145         * ext/theora/Makefile.am:
1146         * ext/vorbis/Makefile.am:
1147         * gst/adder/Makefile.am:
1148         * gst/audioconvert/Makefile.am:
1149         * gst/audiorate/Makefile.am:
1150         * gst/audioresample/Makefile.am:
1151         * gst/audiotestsrc/Makefile.am:
1152         * gst/ffmpegcolorspace/Makefile.am:
1153         * gst/gdp/Makefile.am:
1154         * gst/playback/Makefile.am:
1155         * gst/subparse/Makefile.am:
1156         * gst/tcp/Makefile.am:
1157         * gst/typefind/Makefile.am:
1158         * gst/videorate/Makefile.am:
1159         * gst/videoscale/Makefile.am:
1160         * gst/videotestsrc/Makefile.am:
1161         * gst/volume/Makefile.am:
1162         * sys/v4l/Makefile.am:
1163         * sys/ximage/Makefile.am:
1164         * sys/xvimage/Makefile.am:
1165           Don't install static libs for plugins. Fixes #550851 for base.
1166
1167 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1168
1169         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1170         Set the default blocksize to -1 because we will then use the configured
1171         samplesperbuffer to create our output buffer.
1172
1173 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1174
1175         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1176         (gst_riff_create_video_template_caps):
1177         Add mappping for the KMVC (Karl Morton's Video) Codec.
1178
1179 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1180
1181         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1182         Don't forget to advance the offset of what we're matching against, else
1183         we end up in a forever loop.
1184
1185 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1186
1187         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1188         Improve typefinding a bit. If we don't have a Unicode charset
1189         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1190
1191 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1192
1193         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1194         Fix build on macosx.
1195
1196 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1197
1198         Based on patch by: Robin Stocker <robin at nibor dot org>
1199
1200         * ext/theora/gsttheoradec.h:
1201         * ext/theora/theoradec.c: (gst_theora_dec_init),
1202         (theora_dec_setcaps), (theora_handle_type_packet),
1203         (theora_dec_decode_buffer), (theora_dec_change_state):
1204         Parse input caps and make the PAR override the encoded PAR when
1205         specified by a container. Fixes #555699.
1206
1207 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1208
1209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1210         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1211         (gst_base_rtp_depayload_set_gst_timestamp),
1212         (gst_base_rtp_depayload_change_state):
1213         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1214         Add some more G_LIKELY
1215         Fail when the setcaps function was not called.
1216
1217         * gst-libs/gst/rtp/gstbasertppayload.c:
1218         (gst_basertppayload_set_outcaps):
1219         Propagate return value of setcaps.
1220
1221 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1222
1223         * gst/subparse/Makefile.am:
1224         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1225         (gst_sub_parse_class_init), (gst_sub_parse_init),
1226         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1227         (get_next_line), (gst_sub_parse_data_format_autodetect),
1228         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1229         (gst_subparse_type_find):
1230         * gst/subparse/gstsubparse.h:
1231         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1232         the first buffer contain the BOM. This also adds support for other
1233         encodings that allow NUL bytes via the encoding property.
1234         Fixes bugs #552237 and #456788.
1235
1236 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1239         Don't drop the last byte of image tags if they're not an URI list.
1240         Fixes bug #556066.
1241
1242 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1243
1244         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1245         For looking at the 4th byte we have to get 4 bytes of course
1246         and not 3.
1247
1248 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1249
1250         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1251         Improve FLAC-without-headers typefinding by looking at most of the
1252         frame header and checking if invalid values are used. Should prevent
1253         quite some false positives compared to the old version which only
1254         check if the first 14 bits are set.
1255
1256 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1257
1258         * sys/xvimage/xvimagesink.c:
1259           Don't assert on caps==NULL.
1260
1261 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1262
1263         * gst/subparse/gstsubparse.c:
1264         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1265         (gst_sub_parse_change_state):
1266         * gst/subparse/gstsubparse.h:
1267         * tests/check/elements/subparse.c: (GST_START_TEST):
1268         Add support for subtitle files with UTF-8 BOM at the beginning
1269         by simple stripping it from the first line before passing it
1270         to any parsing code. Fixes bug #555257 and playback of files
1271         created by Gnome Subtitles.
1272
1273 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1274
1275         * gst/audiotestsrc/gstaudiotestsrc.c:
1276         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1277         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1278         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1279         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1280         (gst_audio_test_src_create):
1281         * gst/audiotestsrc/gstaudiotestsrc.h:
1282         Define the default property values in the usual place.
1283         Implement start/stop to reset values correctly.
1284         Calculate the sample size only once when we negotiate.
1285         Rename some values to make more sense.
1286         Keep track of our byte range.
1287         Add support for pull based scheduling. Disabled for now until we have
1288         the whole stack working.
1289         Set the BUFFER_OFFSET correctly.
1290
1291 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1292
1293         Based on a patch by: xavierb at gmail dot com
1294
1295         * gst/subparse/gstsubparse.c:
1296         (gst_sub_parse_data_format_autodetect):
1297         * tests/check/elements/subparse.c: (GST_START_TEST):
1298         Make the detection of the used subtitle a bit less strict
1299         for srt subtitles. Fixes bug #555607.
1300
1301 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1302
1303         * ext/vorbis/vorbisenc.c:
1304         (gst_vorbis_enc_buffer_check_discontinuous):
1305         Fix discontinuity detection which was broken by last commit.
1306
1307 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1308
1309         * configure.ac::
1310           Require core CVS for ghostpad API additions used by decodebin2.
1311
1312 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1313
1314         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1315         (gst_base_audio_src_create):
1316         Fix debug statements (space between '%' and actual format).
1317
1318 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1319
1320         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1321         Remove bogus assert, the decodepad could have been created inside an
1322         already existing group.
1323
1324 2008-10-08  Andy Wingo  <wingo@pobox.com>
1325
1326         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1327         target instead of setting it.
1328         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1329         API for a decode pad. The bugfix is that we set the group in
1330         activate(), not when the pad was created because it might be NULL
1331         then.
1332         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1333         Update to use the API.
1334
1335 2008-10-08  Andy Wingo  <wingo@pobox.com>
1336
1337         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1338         be a subclass of GstGhostPad.
1339         (analyze_new_pad): So, when emitting the signals that determine
1340         how we do autoplugging, already create the ghost pad and use it as
1341         the pad in the signal arguments. This allows applications to make
1342         a connection between the pad passed in e.g. autoplug-continue, and
1343         the pad passed in new-decoded-pad.
1344         (connect_pad, expose_pad): Update to receive the ghosted decode
1345         pad in the args, retargetting it as necessary if we have to plug
1346         the target pad through a multiqueue.
1347         (gst_decode_group_control_source_pad): Adapt to receive an
1348         already-ghosted pad that just needs activation, blocking, and
1349         drain notification.
1350         (sort_end_pads): Adapt for decode pads actually being pads.
1351         (gst_decode_group_expose): Adapt for decode pads actually being
1352         pads. Rewrite the decode pad names so they appear in order. Adds a
1353         new error case if we couldn't set the name.
1354         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1355         logic.
1356         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1357         New API for the decode pad, needed because we shouldn't do these
1358         things inside gst_decode_pad_new(), but after.
1359         (gst_decode_pad_new): Change to actually make the real pad, and
1360         delay the blocking/drainage bits.
1361
1362 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1363
1364         Patch by: Daniel Drake <dsd at laptop dot org>
1365
1366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1367         Unref all buffers when clearing collectpads. Fixes bug #546955.
1368
1369 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1370
1371         Based on a patch by: Klaas <klaas at rivercrew dot net>
1372
1373         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1374         (gst_vorbis_enc_buffer_check_discontinuous),
1375         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1376         * ext/vorbis/vorbisenc.h:
1377         Keep track of the upstream segments and use the running time on that
1378         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1379
1380 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1381
1382         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1383         Prevent overflows with big buffer when calculating the size of
1384         the intermediate buffer by using gst_util_uint64_scale() instead of
1385         plain arithmetics. Fixes bug #552801.
1386
1387 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1388
1389         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1390
1391         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1392         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1393         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1394         (gst_clock_overlay_get_property):
1395         * ext/pango/gstclockoverlay.h:
1396         API: Add ability to specify format for date/time display by
1397         adding a "time-format" property.
1398         Fixes bug #554879.
1399
1400 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1401
1402         Patch by: Jan Gerber <j at oil21 dot org>
1403
1404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1405         (gst_riff_create_video_template_caps):
1406         Add FFV1 fourcc to support playback of FFMPEG lossless video
1407         in AVI. Fixes bug #555319.
1408
1409 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1410
1411         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1412
1413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1414         (gst_base_audio_src_create):
1415         Implement skew clock slaving. Fixes #552559.
1416
1417 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1418
1419         * gst-libs/gst/audio/multichannel.c:
1420         * gst-libs/gst/audio/testchannels.c:
1421         Fix include of config.h
1422
1423 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1426
1427         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1428         (print_media), (gst_sdp_message_dump):
1429         Fix parsing of the c= field containing multicast addresses.
1430         Fixes #552199.
1431         Add the connection info to the session or streams.
1432         Fix parsing of the bandwidth.
1433         Add debugging for the connections and bandwidths for a media.
1434         Add debugging for the bandwidth of the session. 
1435
1436 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1437
1438         * gst-libs/gst/rtp/gstbasertppayload.c:
1439         (gst_basertppayload_change_state):
1440         Configure the next seqnum and timestamp in the state change so that they
1441         can be queried soon after.
1442
1443 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1444
1445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1446         (gst_base_rtp_depayload_chain):
1447         Improve debugging of the rtptime.
1448
1449 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1450
1451         * configure.ac:
1452         Back to development -> 0.10.21.1
1453
1454 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1455
1456         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1457         (plugin_init):
1458         Add typefinding for FLAC without headers in the beginning.
1459         This is already handled by flacdec and friends.
1460
1461 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1462
1463         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1464         (plugin_init):
1465         Add typefinder for MXF.
1466
1467 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1468
1469         * tests/icles/Makefile.am:
1470         Only build test-colorkey if GTK+ is available.
1471
1472 === release 0.10.21 ===
1473
1474 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1475
1476         * configure.ac:
1477           releasing 0.10.21, "We Could Be Wrong"
1478
1479 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1480
1481         * configure.ac:
1482         0.10.20.4 pre-release
1483
1484 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1485
1486         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1487
1488         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1489         Set the BOS flag on the BOS packet. Fixes #553244.
1490
1491 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst-libs/gst/rtsp/gstrtspmessage.c:
1494         (gst_rtsp_message_parse_request),
1495         (gst_rtsp_message_parse_response):
1496         Fix the g_return_val_if_fail() statements.
1497
1498 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1499
1500         * gst-libs/gst/tag/gsttagdemux.c:
1501           Fail to activate if there's insufficient data in the file to be usable,
1502           preventing an assertion fail later. Fixes #552960
1503
1504 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1505
1506         * gst-libs/gst/pbutils/descriptions.c:
1507         * gst/typefind/gsttypefindfunctions.c:
1508           Recognise Kate subtitle streams (#550582).
1509
1510 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1511
1512         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1513           Remove trailing comma from enum list, which causes problems
1514           with -pendantic (#550729).
1515
1516 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1517
1518         * configure.ac:
1519         0.10.20.2 pre-release
1520
1521         * po/LINGUAS:
1522         * po/id.po:
1523         * po/pt_BR.po:
1524
1525         New translations.
1526
1527 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1528
1529         * gst-libs/gst/interfaces/propertyprobe.c:
1530           (gst_property_probe_get_properties),
1531           (gst_property_probe_get_property),
1532           (gst_property_probe_probe_property),
1533           (gst_property_probe_probe_property_name),
1534           (gst_property_probe_needs_probe),
1535           (gst_property_probe_needs_probe_name),
1536           (gst_property_probe_get_values),
1537           (gst_property_probe_get_values_name),
1538           (gst_property_probe_probe_and_get_values),
1539           (gst_property_probe_probe_and_get_values_name):
1540           More sanity checks for our second-favourite interface.
1541
1542 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * gst-libs/gst/interfaces/propertyprobe.c:
1545           Check for NULL pointer, in the hope that this fixes #532864.
1546
1547 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1548
1549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1550           No really, the next release is 0.10.21 (fix Since: tags in docs).
1551
1552 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1553
1554         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1555         Disable a code path that is now called but causes a deadlock for some
1556         reason and is unneeded.
1557
1558 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1559
1560         * sys/xvimage/xvimagesink.c:
1561         * sys/xvimage/xvimagesink.h:
1562           Add a "draw-border" property that can be set to false to disable
1563           drawing borders.
1564           
1565         * tests/icles/test-colorkey.c:
1566         * tests/icles/Makefile.am:
1567           Add new test application for the colorkey handling.
1568
1569 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1570
1571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1572         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1573         This will also be fixed for upcoming gst-ffmpeg release so that once
1574         this release of -base is out, it will work with the latest gst-ffmpeg
1575         release.
1576
1577 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1578
1579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1580         (gst_riff_create_audio_template_caps):
1581         Add Truespeech mapping for RIFF formats (AVI/WAV).
1582         Fixes #550656
1583
1584 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1585
1586         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1587         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1588         Fixes #550638.
1589
1590 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1591
1592         * configure.ac:
1593         * gst/subparse/Makefile.am:
1594         * gst/subparse/gstsubparse.c:
1595         * gst/subparse/samiparse.c:
1596         * tests/check/elements/subparse.c:
1597           Rework last change, so that we build subparse, but just disable the
1598           sami parse functionality, if we're configured to not use xml. In the
1599           tests only the sami test is disabled now.
1600
1601 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1602
1603         * configure.ac:
1604           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1605           test runs.
1606
1607 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1608
1609         * po/POTFILES.in:
1610           Add some more files with strings for translation.
1611
1612 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1613
1614         * gst-libs/gst/tag/gstvorbistag.c:
1615         * tests/check/libs/tag.c:
1616           Use new geo location tags from core. Fixes #481169
1617
1618 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1619
1620         * tests/check/elements/audioresample.c: (setup_audioresample),
1621         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1622         (test_discont_stream_instance):
1623         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1624         Add debugging for coherence.
1625
1626 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1627
1628         Patch by: Jonathan Matthew  <notverysmart gmail com>
1629
1630         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1631           Add typefinder for PDF documents (which is nice to have, since it's a
1632           common format, but also helps prevent false positives). Fixes #549814.
1633
1634 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1635
1636         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1637         (no_more_pads_cb):
1638         Fix nasty race where multiple decodebins could start pushing data before
1639         we manage to configure the sinks, resulting in not-linked errors in
1640         typical RTSP streaming cases.
1641
1642 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1643
1644         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1645         Since we now call stop, we trigger this code path that causes a deadlock
1646         is apparently not needed.
1647
1648 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1649
1650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1651         (gst_ring_buffer_stop):
1652         Also allow the case where the ringbuffer was paused when we try to stop
1653         it so that the basesrc stop function is still called.
1654
1655 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1658
1659         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1660         Reprobe devices again instead of taking a cached list as new
1661         devices could've been plugged in. Fixes bug #549062.
1662
1663 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1664
1665         Patch by: Alessandro Dessina <alessandro nnva org>
1666
1667         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1668         (gst_ogg_demux_activate_chain):
1669         Don't add pads and activate them for skeleton streams. These are already
1670         handled inside oggdemux. Fixes bug #537599.
1671
1672 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1673
1674         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1675         Reset variable so that query and convert fail after going back to
1676         READY. Fixes #548898.
1677
1678 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1679
1680         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1681         If a buffer arrives with a timestamp before the timestamp+duration
1682         of the previous buffer clip it instead of dropping it completely.
1683         Slight improvement for the unfixable bug #548913.
1684
1685 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1686
1687         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1688         Take the current timestamp instead of timestamp+duration for the offset.
1689         This offset will later be used for calculating the timestamp and
1690         otherwise vorbisdec will interpolate timestamps wrong if upstream
1691         only sends timestamps and no granulepos.
1692
1693 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1694
1695         * tests/examples/seek/seek.c:
1696           Don't crash when having no visualisations.
1697
1698 2008-08-16  David Schleef  <ds@schleef.org>
1699
1700         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1701           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1702           Fixes #548065.
1703
1704 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1705
1706         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1707         When cleaning up the caps fields also remove "depth" for the same
1708         reason we remove "width".
1709
1710 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1711
1712         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1713           Add Lead H.264 here as well.
1714
1715 2008-08-14  Julien Moutte  <julien@fluendo.com>
1716
1717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1718         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1719
1720 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1721
1722         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1723         (gst_base_audio_src_create):
1724         When not slaved to another clock also subtract the base_time from our
1725         internal clock time to get the running time.
1726
1727 2008-08-12  David Schleef  <ds@schleef.org>
1728
1729         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1730           since it has no basis in libtheora.
1731
1732 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * gst-libs/gst/interfaces/propertyprobe.h:
1735           Remove double "interface" from doc-string.
1736
1737         * gst-libs/gst/interfaces/xoverlay.h:
1738           Document interface.
1739
1740         * gst-libs/gst/riff/riff.c:
1741           Add basic doc blobs.
1742
1743 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1744
1745         * gst-libs/gst/audio/Makefile.am:
1746           Don't try to build that example anymore.
1747
1748 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1749
1750         * gst-libs/gst/audio/.cvsignore:
1751         * gst-libs/gst/audio/Makefile.am:
1752         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1753         * gst-libs/gst/audio/make_filter:
1754           Move audiofiltertemplate to gst-template.
1755
1756 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1757
1758         * docs/libs/gst-plugins-base-libs-sections.txt:
1759         * gst-libs/gst/audio/gstaudiosrc.h:
1760           More docs and shuffling. What can we do with the hundreds of #defines.
1761
1762 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1763
1764         * gst-libs/gst/audio/audio.h:
1765         * gst-libs/gst/audio/gstaudiofilter.h:
1766         * gst-libs/gst/audio/gstringbuffer.h:
1767         * gst-libs/gst/interfaces/propertyprobe.h:
1768         * gst-libs/gst/tag/gsttagdemux.h:
1769           Reducing number of dundocumented symbols.
1770
1771 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1772
1773         * gst-libs/gst/audio/audio.c:
1774           Fix doc comment syntax.
1775
1776         * gst-libs/gst/interfaces/propertyprobe.c:
1777           Add more doc-comments and a FIXME: for the signal.    
1778
1779 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1780
1781         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1782         (gst_ogg_mux_request_new_pad):
1783         * ext/ogg/gstoggmux.h:
1784         Don't pretend to support NEWSEGMENT events, instead override the
1785         GstCollectPads event function to return FALSE on NEWSEGMENT events
1786         and do the normal work for other events.
1787
1788         This prevents elements like flacenc to seek to the start and rewrite
1789         some data which then results in a broken Ogg packet.
1790
1791 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1792
1793         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1794
1795         * ext/alsa/gstalsaplugin.c: (plugin_init):
1796         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1797         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1799         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1800         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1801         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1802         * gst/playback/gstdecodebin.c: (plugin_init):
1803         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1804         * gst/playback/gstplayback.c: (plugin_init):
1805         * gst/playback/gstqueue2.c: (plugin_init):
1806         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1807         * sys/v4l/gstv4l.c: (plugin_init):
1808         Make sure gettext returns translations in UTF-8 encoding rather
1809         than in the current locale encoding (#546822).
1810
1811 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1812
1813         * gst-libs/gst/pbutils/descriptions.c:
1814           Add audio/x-qdm for qtdemux.
1815
1816 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1817
1818         * ext/vorbis/vorbisdec.c:
1819           Do not leak old taglist.
1820
1821 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1822
1823         * tests/icles/test-scale.c:
1824           Include <stdlib.h> for atoi().
1825
1826 2008-08-04  Andy Wingo  <wingo@pobox.com>
1827
1828         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1829         documentation fix.
1830
1831 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * gst/adder/gstadder.c:
1834           Cleanup lots of empty lines that came from gst-indent going havoc
1835           before I added the INDENT_ON/OFF marker some time agao.
1836
1837 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1838
1839         * configure.ac:
1840         * gst-libs/gst/riff/riff-read.c:
1841           Bump requirement to latest core and use new tag for riff formats.
1842           Needed for #520694.
1843
1844 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1845
1846         * tests/examples/dynamic/Makefile.am:
1847         * tests/examples/dynamic/codec-select.c: (make_encoder),
1848         (make_pipeline), (do_switch), (my_bus_callback), (main):
1849         Add example app that dynamically switches between 3 'encoders'.
1850
1851 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1852
1853         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1854         Add some more comments.
1855
1856 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1857
1858         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1859         (gst_video_test_src_create):
1860         Discard buffers of the wrong size after renegotiation, this is perfectly
1861         possible with things like capsfilter that could suggest caps changes
1862         upstream without knowing the size of the buffer.
1863
1864 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1865
1866         * tests/icles/.cvsignore:
1867         * tests/icles/Makefile.am:
1868         * tests/icles/test-scale.c: (make_pipeline), (main):
1869         Add dynamic rescaling tests for the new basetransform.
1870
1871 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1872
1873         * gst/audioconvert/Makefile.am:
1874           Dist recently-added gstfastrandom.h.
1875
1876 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1877
1878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1879         Fix a "may be used uninitialized in this function" which weirdly only
1880         appears on macosx (?).
1881
1882 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1883
1884         * gst-libs/gst/riff/riff-ids.h:
1885           Adding acid chunk for tempo and loop information.
1886
1887 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1888
1889         * sys/xvimage/Makefile.am:
1890           floor() needs linking to $(LIBM).
1891
1892 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1893
1894         * ext/gnomevfs/gstgnomevfssrc.c:
1895           Aggregate short reads and add some comments and debug logging.
1896           Fixes #537380
1897
1898 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1899
1900         * gst/playback/gstplaybasebin.c:
1901           Fix property doc markup (its not a signal).
1902
1903         * sys/xvimage/xvimagesink.c:
1904           Add since tag for new proeprties (also add sice tags fro the last two
1905           other additions).
1906
1907 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1908
1909         * sys/xvimage/xvimagesink.c:
1910         * sys/xvimage/xvimagesink.h:
1911           Add autofill/colorkey properties. Fixes #538656.
1912
1913 2008-07-28  David Schleef  <ds@schleef.org>
1914
1915         * sys/xvimage/xvimagesink.c:
1916           Fix rounding errors when converting colorbalance values
1917           between hardware and object property ranges.  Partial
1918           fix for #537889, however, there still seems to be a small
1919           drift problem that could be totem's fault.
1920
1921 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1922
1923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1924         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1925         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1926         This fixes a critical warning.
1927
1928 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1929
1930         * ext/ogg/gstoggmux.c:
1931         Allow muxing of CELT into Ogg streams.
1932
1933 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1934
1935         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1936         (plugin_init):
1937         Add simple typefinder for the CELT codec (www.celt-codec.org).
1938
1939 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1940
1941         Patch by: Jan Gerber <j at oil21 dot org>
1942
1943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1944         Fix calculation of the start time from skeleton streams.
1945         Fixes bug #530068.
1946
1947 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1948
1949         * tests/examples/seek/seek.c:
1950           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1951
1952 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1953
1954         * gst/audioconvert/audioconvert.h:
1955         * gst/audioconvert/gstaudioquantize.c:
1956         (gst_audio_quantize_setup_dither),
1957         (gst_audio_quantize_free_dither):
1958         * gst/audioconvert/gstfastrandom.h:
1959         Implement a linear congruential generator as pseudo random number
1960         generator for the dither noise. This is about 2 times faster than
1961         using GLib's mersenne twister. Also this uses only integer math for
1962         generating integers while GLib internally uses floating point math.
1963
1964 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1965
1966         * configure.ac:
1967           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1968
1969 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1970
1971         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1972
1973         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1974           Use GST_STR_NULL to avoid crashes with libcs that don't
1975           like NULL strings in printf args (such as the win32 one).
1976           Fixes #544306.
1977
1978 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1979
1980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1981         Oops - set the size of the image used for probing back to 1x1, for
1982         consistency with ximagesink
1983
1984 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1985
1986         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1987         (gst_ximagesink_ximage_new):
1988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1989         (gst_xvimagesink_xvimage_new):
1990
1991         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1992         X server to attach to a shared memory segment after we've deleted it,
1993         with the result that MIT-SHM is disabled. Instead, remove it only after 
1994         X succeeds in attaching too.
1995
1996 2008-07-16  David Schleef  <ds@schleef.org>
1997
1998         * gst/audiotestsrc/gstaudiotestsrc.c:
1999         * gst/audiotestsrc/gstaudiotestsrc.h:
2000           Add 'ticks', a 1/30 second sine wave pulse every second.
2001
2002 2008-07-15  David Schleef  <ds@schleef.org>
2003
2004         * gst-libs/gst/video/video.c: Revert ABI change.
2005
2006 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2007
2008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2009         Make it impossible to have NULL caps at the point where we set
2010         framerate and other things. Also don't return immediately for "3ivd"
2011         video and let framerate, etc be set. Might fix bug #542508.
2012
2013 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2014
2015         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
2016         Video format can also be conveniently determined from (many)
2017         non-fixed caps.
2018
2019 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
2020
2021         * gst/playback/gstplaybasebin.c:
2022         * gst/playback/gstplaybasebin.h:
2023         * gst/playback/gstplaybin.c:
2024         * gst/playback/gststreamselector.c:
2025         First stab at integrating DVD subpicture overlay into
2026         playbin. Successfully plugs and plays, but the queues need
2027         shrinking - 3 seconds of video is too much buffering.
2028
2029 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2030
2031         * gst/audioconvert/gstaudioconvert.c:
2032           Remove now obsolete note in the docs.
2033
2034 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2035
2036         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2037         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2039         * docs/plugins/gst-plugins-base-plugins.args:
2040         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2041         * docs/plugins/gst-plugins-base-plugins.interfaces:
2042         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2043         * docs/plugins/gst-plugins-base-plugins.signals:
2044         * docs/plugins/inspect/plugin-adder.xml:
2045         * docs/plugins/inspect/plugin-alsa.xml:
2046         * docs/plugins/inspect/plugin-audioconvert.xml:
2047         * docs/plugins/inspect/plugin-audiorate.xml:
2048         * docs/plugins/inspect/plugin-audioresample.xml:
2049         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2050         * docs/plugins/inspect/plugin-cdparanoia.xml:
2051         * docs/plugins/inspect/plugin-decodebin.xml:
2052         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2053         * docs/plugins/inspect/plugin-gdp.xml:
2054         * docs/plugins/inspect/plugin-gnomevfs.xml:
2055         * docs/plugins/inspect/plugin-libvisual.xml:
2056         * docs/plugins/inspect/plugin-ogg.xml:
2057         * docs/plugins/inspect/plugin-pango.xml:
2058         * docs/plugins/inspect/plugin-playback.xml:
2059         * docs/plugins/inspect/plugin-queue2.xml:
2060         * docs/plugins/inspect/plugin-subparse.xml:
2061         * docs/plugins/inspect/plugin-tcp.xml:
2062         * docs/plugins/inspect/plugin-theora.xml:
2063         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2064         * docs/plugins/inspect/plugin-uridecodebin.xml:
2065         * docs/plugins/inspect/plugin-video4linux.xml:
2066         * docs/plugins/inspect/plugin-videorate.xml:
2067         * docs/plugins/inspect/plugin-videoscale.xml:
2068         * docs/plugins/inspect/plugin-videotestsrc.xml:
2069         * docs/plugins/inspect/plugin-volume.xml:
2070         * docs/plugins/inspect/plugin-vorbis.xml:
2071         * docs/plugins/inspect/plugin-ximagesink.xml:
2072         * docs/plugins/inspect/plugin-xvimagesink.xml:
2073         * ext/alsa/gstalsamixer.c:
2074         * ext/alsa/gstalsasink.c:
2075         * ext/alsa/gstalsasrc.c:
2076         * ext/gio/gstgiosink.c:
2077         * ext/gio/gstgiosrc.c:
2078         * ext/gio/gstgiostreamsink.c:
2079         * ext/gio/gstgiostreamsrc.c:
2080         * ext/gnomevfs/gstgnomevfssink.c:
2081         * ext/gnomevfs/gstgnomevfssrc.c:
2082         * ext/ogg/gstoggdemux.c:
2083         * ext/ogg/gstoggmux.c:
2084         * ext/pango/gstclockoverlay.c:
2085         * ext/pango/gsttextoverlay.c:
2086         * ext/pango/gsttextrender.c:
2087         * ext/pango/gsttimeoverlay.c:
2088         * ext/theora/theoradec.c:
2089         * ext/theora/theoraenc.c:
2090         * ext/theora/theoraparse.c:
2091         * ext/vorbis/vorbisdec.c:
2092         * ext/vorbis/vorbisenc.c:
2093         * ext/vorbis/vorbisparse.c:
2094         * ext/vorbis/vorbistag.c:
2095         * gst/adder/gstadder.c:
2096         * gst/audioconvert/gstaudioconvert.c:
2097         * gst/audioresample/gstaudioresample.c:
2098         * gst/audiotestsrc/gstaudiotestsrc.c:
2099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2100         * gst/gdp/gstgdpdepay.c:
2101         * gst/gdp/gstgdppay.c:
2102         * gst/playback/gstdecodebin2.c:
2103         * gst/playback/gstplaybin.c:
2104         * gst/playback/gstplaybin2.c:
2105         * gst/playback/gstqueue2.c:
2106         * gst/playback/gsturidecodebin.c:
2107         * gst/tcp/gstmultifdsink.c:
2108         * gst/tcp/gsttcpserversink.c:
2109         * gst/videorate/gstvideorate.c:
2110         * gst/videoscale/gstvideoscale.c:
2111         * gst/videotestsrc/gstvideotestsrc.c:
2112         * gst/volume/gstvolume.c:
2113         * sys/ximage/ximagesink.c:
2114         * sys/xvimage/xvimagesink.c:
2115           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2116           titles. Drop mentining that all our example pipelines are "simple"
2117           pipelines.
2118
2119 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2120
2121         * tests/examples/seek/Makefile.am:
2122         Fix out of tree build by adding all required CFLAGS.
2123
2124 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2125
2126         * gst/playback/gstdecodebin.c: (add_raw_queue):
2127         And ref the pad before returning it again when linking to the queue
2128         failed. Otherwise we will unref the pad twice later and things break.
2129
2130 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2131
2132         * gst/playback/gstdecodebin.c: (add_raw_queue):
2133         If linking the raw pad with a queue fails, try it without a queue
2134         instead of failing completely. This should never happen.
2135
2136 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2137
2138         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2139
2140         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2141         Add a queue after a demuxer if the demuxer outputs raw data. This was
2142         done before only for non-raw data but is required in this case too.
2143         Fixes bug #540215.
2144
2145         decodebin2 doesn't have this issue because all streams of a group
2146         go through multiqueue.
2147
2148 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2149
2150         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2151
2152         * gst-libs/gst/sdp/gstsdpmessage.c:
2153         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2154         that getaddrinfo() can be used. Fixes #541358.
2155
2156 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2157
2158         * gst/videotestsrc/gstvideotestsrc.c:
2159         (gst_video_test_src_class_init), (gst_video_test_src_init),
2160         (gst_video_test_src_set_property),
2161         (gst_video_test_src_get_property), (gst_video_test_src_create):
2162         * gst/videotestsrc/gstvideotestsrc.h:
2163         Cleanups, use default property values as defines.
2164         Add property to enable/disable peer buffer allocation.
2165
2166 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2167
2168         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2169         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2170         Enable unit tests on PPC again as the bugs are now fixed.
2171
2172 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2173
2174         * gst-libs/gst/riff/riff-ids.h:
2175         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2176         (gst_riff_create_audio_template_caps):
2177         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2178         Fixes bug #540351.
2179
2180 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2181
2182         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2183         (gst_ffmpeg_pixfmt_to_caps):
2184         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2185         (gst_ffmpegcsp_get_unit_size):
2186         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2187         it on other formats. Also adjust the unit size only for that format
2188         to not include the palette. Fixes bug #540497.
2189
2190 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2191
2192         * gst/adder/gstadder.c:
2193           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2194
2195 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2196
2197         * ChangeLog:
2198           ChangeLog surgery.
2199   
2200         * tests/examples/seek/seek.c:
2201           Move variable into ifdef too.
2202         
2203
2204 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2205
2206         * tests/examples/seek/seek.c:
2207           Include config.h and check if we have X. Remove XInitThread(), don't
2208           think its needed. Fixes: #540334.
2209
2210 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2211
2212         Patch by: Sam Morris <sam at robots dot org to uk>
2213
2214         * gst-libs/gst/interfaces/mixertrack.c:
2215         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2216         (gst_mixer_track_set_property):
2217         API: Add "index" property to GstMixerTrack to differantiate between
2218         multiple mixer tracks with the same label.
2219
2220         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2221         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2222         Set the "index" property of GstMixerTrack to the index given by ALSA.
2223         Fixes bug #528299.
2224
2225 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2226
2227         * tests/examples/seek/Makefile.am:
2228         * tests/examples/seek/seek.c:
2229           Remove libgstvideo usage. Use gtk_get_option_group instead of
2230           gtk_init().
2231
2232 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2233
2234         * tests/check/Makefile.am:
2235           Name the test registry format neutral.
2236
2237 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * gst/playback/gstqueue2.c:
2240           Do not double notify. Remove the unsued return value.
2241
2242 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2243
2244         * ext/alsa/gstalsamixer.c:
2245           Also consider "speaker" as a name for master volume. If that doesn't
2246           help look for the first non-mono volume control that also has a
2247           playback switch.
2248
2249 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2250
2251         * ChangeLog:
2252           Forgot to save the ChangeLog :/
2253
2254 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * tests/examples/seek/Makefile.am:
2257         * tests/examples/seek/seek.c:
2258           Embedd the xwindow. Allow to play multiple files.
2259
2260 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2261
2262         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2263         (gst_ximagesink_setcaps):
2264         * sys/ximage/ximagesink.h:
2265         When the caps change, make sure to re-draw borders in
2266         force-aspect-ratio=true mode.
2267         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2268         Don't clear the border_draw flag until we actually draw the border.
2269         * tests/check/Makefile.am:
2270         Ignore alsasink/src during the states test too, so it doesn't fail
2271         when running without access to the sound device.
2272
2273 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2274
2275         * tests/examples/seek/seek.c:
2276           Fix crasher when playing a parse-launch line the 2nd time.
2277
2278 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2279
2280         * tests/check/pipelines/oggmux.c:
2281           Properly ifdef tests to fix compilation.
2282
2283 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2284
2285         * gst/playback/gstplay-marshal.list:
2286         * gst/playback/gstplaybin2.c:
2287           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2288           playbin2. This allows the user to get to the selector's sinkpads, and
2289           thus inspect a range of things - caps, tags, etc. 
2290
2291 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2292
2293         * gst/playback/gstplaybin2.c:
2294           Use a different constant for the convert-frame signal id.
2295           Fixes #537009.
2296
2297 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2298
2299         * gst/playback/gstplaybin2.c:
2300         * gst/playback/gstplaysink.c:
2301           Fix a whole bunch of typos in comments and log statements. 
2302
2303 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2304
2305         * sys/xvimage/xvimagesink.c:
2306           Don't set colour balance values on the Xv port if the user hasn't
2307           changed them (via properties or the interface). Avoids accumulating
2308           rounding errors for the common case.
2309           Partial fix for bug #537889.
2310
2311 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2312
2313         * gst/playback/gstdecodebin2.c:
2314           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2315           pads are drained.
2316
2317 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2318
2319         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2320         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2321         Report the encoder latency. Fixes #538232.
2322
2323 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2324
2325         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2326         (notify_source), (activate_group):
2327         Implement the source property, emit notify when it changes in the
2328         underlying uridecodebin.
2329
2330 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2331
2332         * tests/examples/seek/seek.c: (stop_cb):
2333         Free and clear the seek element list so that we don't use invalid
2334         references when seeking after recreating a gst-launch line.
2335
2336 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2337
2338         * gst-libs/gst/audio/gstbaseaudiosink.c:
2339         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2340         (gst_base_audio_sink_render):
2341         Report latency even if we are not live instead of hiding it.
2342         Take ts-offset and render-delay of the basesink into account when
2343         scheduling samples.
2344         Rework the clipping code so that we can take the various offsets into
2345         account and still do correct clipping.
2346
2347 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2348
2349         * configure.ac:
2350         Bump verion back to devel -> 0.10.20.1
2351
2352 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2353
2354         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2355         Don't increase the size of non-string image buffers by one as this
2356         might in theory confuse decoders. Still increase it by one for string
2357         image buffers to append '\0'.
2358
2359 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2360
2361         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2362         
2363         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2364         Fix a buffer memleak and remove a confusing and wrong debug output.
2365         Fixes bug #538663.
2366
2367 === release 0.10.20 ===
2368
2369 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2370
2371         * configure.ac:
2372           releasing 0.10.20, "Here I Go Again"
2373
2374 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2375
2376         * configure.ac:
2377         0.10.19.3 pre-release
2378
2379 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2380
2381         * gst-libs/gst/rtsp/gstrtspconnection.c:
2382         Fix build on win32.
2383         Patch By: David Schleef <ds@schleef.org>
2384         Fixes: #536874
2385
2386 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2387
2388         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2389         (gst_gio_base_src_create):
2390         * ext/gio/gstgiobasesrc.h:
2391         Try to read the requested number of bytes, even if the first
2392         read returns less than requested, until nothing is read anymore
2393         or we have the requested amount of bytes. This fixes playback of
2394         files via Samba as Samba only allows to read 64k at once.
2395
2396         Implement a caching algorithm that makes sure that we read at
2397         least 4k of data every time. Some elements will try to read a few
2398         bytes, then seek, read again a few bytes and so on and this is
2399         painfully slow as every operation has to go over DBus if GVfs is
2400         used as backend.
2401
2402         Fixes bug #536849 and #536848.
2403
2404         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2405         (gst_gio_src_check_get_range):
2406         Override check_get_range() to blacklist http/https URIs
2407         and whitelist file URIs. More to be added on demand.
2408
2409 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2410
2411         * configure.ac:
2412         0.10.19.2 pre-release
2413
2414 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2415
2416         * win32/common/libgstrtsp.def:
2417         * win32/common/libgsttag.def:
2418         Add new API functions to the dll exports
2419
2420 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2421
2422         * gst/playback/gstplaybasebin.c:
2423           Disconnect signals from decodebins we created before we remove it
2424           from playbin, to avoid crashes if the decodebin is eventually
2425           disposed after the playbin itself (possible if the app takes a
2426           reference on the decodebin).
2427           Fixes #536521.
2428
2429 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2430
2431         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2432           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2433           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2434           (h264_video_type_find), (mpeg_video_stream_type_find),
2435           (dv_type_find), (mmsh_type_find):
2436           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2437           copy caps for no good reason (this may be desirable to make it easier
2438           to detect leaks, but then it should probably be done for all caps
2439           in the typefinder somewhere).
2440
2441 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2442
2443         * tests/check/Makefile.am:
2444         Do not try to run the check tests for subparse unless it has been
2445         built.
2446
2447 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2448
2449         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2450         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2451         Do not try to run a test which requires vorbisenc unless we have
2452         actually built it.
2453
2454 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2455
2456         * gst-libs/gst/rtsp/gstrtspconnection.c:
2457         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2458         (gst_rtsp_connection_clear_auth_params),
2459         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2460         * gst-libs/gst/rtsp/gstrtspconnection.h:
2461         Add a couple of missing argument guards.
2462         Add a way of setting the DSCP for an RTSP connection.
2463         Add an accessor method for the ip member of GstRTSPConnection as all
2464         members are supposed to be private.
2465
2466 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2467
2468         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2469         Fixed accidental use of IPv4 options for all IPv6 addresses.
2470
2471 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2472
2473         * gst-libs/gst/interfaces/mixertrack.h:
2474           Document mixer track flags.
2475
2476 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2479
2480         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2481         Don't set caps on the buffers that contain a copy of the buffer
2482         including the caps of them resulting in an always increasing refcount
2483         of the caps and insanely large caps. Instead include a buffer without
2484         caps in the new caps. Fixes bug #536475.
2485
2486 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2487
2488         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2489         Transform a given PAR to a range on the struct with the generic
2490         height/width instead of the struct with the possibly restricted
2491         height/width.
2492
2493 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2494
2495         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2496         Prefer the given format if it contains something stricter than [1,MAX]
2497         for height or width and only put a structure that requires rescaling
2498         as second. This makes it possible to use videoscale in pipelines where
2499         the source can actually produce the wanted height/width but usually
2500         selects a different one from the requested.
2501
2502 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2503
2504         Based on patch by: John Millikin <jmillikin gmail com>
2505
2506         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2507           (gst_vorbis_tag_add_coverart):
2508           Retrieve COVERART tags from vorbis comments (#512333)
2509
2510 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2511
2512         * gst-libs/gst/tag/tag.h:
2513         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2514           Don't forget to add new enum value here too (should probably use
2515           glib-mkenums here...).
2516
2517 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2518
2519         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2520         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2521         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2522           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2523           (gst_tag_image_data_to_image_buffer):
2524           Add two utility functions to avoid code duplication (#512333):
2525           API: add gst_tag_image_data_to_image_buffer()
2526           API: add gst_tag_list_add_id3_image()
2527           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2528
2529 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2530
2531         * win32/common/libgstaudio.def:
2532         Add gst_audio_check_channel_positions() to the exported symbols.
2533
2534 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2535
2536         * docs/libs/gst-plugins-base-libs-sections.txt:
2537         * gst-libs/gst/audio/multichannel.c:
2538         (gst_audio_check_channel_positions):
2539         * gst-libs/gst/audio/multichannel.h:
2540         API: Make gst_audio_check_channel_positions() public.
2541
2542         * tests/check/libs/audio.c: (GST_START_TEST):
2543         Add some simple checks for gst_audio_check_channel_positions().
2544
2545 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2546
2547         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2548           minrange and maxrange are scaled according to the frequency
2549           multiplier.
2550
2551 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2552
2553         * ext/pango/Makefile.am:
2554         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2555           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2556           Use gstvideo functions to calculate strides and plane offsets. Fixes
2557           rendering issue ('ghost' images of the text on the chroma planes)
2558           with widths or heights that are not multiples of 8 (#506659 and
2559           probably also #485729).
2560
2561         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2562           (main):
2563           Test with odd height/width too.
2564
2565 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2566
2567         * gst/adder/gstadder.c: (gst_adder_query_duration),
2568         (gst_adder_query_latency):
2569         When using gst_element_iterate_pads() one has to unref every pad
2570         after usage.
2571
2572 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2573
2574         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2575         (gst_base_audio_src_class_init):
2576         Add a gtk-doc chunk for the new properties to have a Since: indication.
2577
2578 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2579
2580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2581         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2582         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2583         (gst_base_audio_src_change_state):
2584         Provide readable actual-buffer-time and actual-latency-time properties
2585         that reflect the configured ringbuffer values. Fixes #524724.
2586         API: GstBaseAudioSrc:actual-buffer-time
2587         API: GstBaseAudioSrc:actual-latency-time
2588
2589 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2590
2591         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2592         (gst_basertppayload_change_state):
2593         Simply converting the running time into an RTP timestamp by scaling it
2594         based on the clock-rate is good enough for making an RTP timestamp. This
2595         has the added benefit that we can later on expose a property with the
2596         RTP timestamp of running time 0, as is needed for RTSP servers to
2597         generate the response of the PLAY request.
2598
2599 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2600
2601         * gst/audioconvert/gstaudioconvert.c:
2602         (structure_has_fixed_channel_positions),
2603         (gst_audio_convert_transform_caps):
2604         Allow up to 11 positioned channels now that audioconvert can handle
2605         this but add no default positions for > 8 channels.
2606         
2607         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2608         Add some unit tests for the above change: Test conversion of
2609         11 positioned channels to stereo and the other way around, test
2610         conversion of 15 unpositioned channels in different ways.
2611
2612 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2613
2614         * win32/common/libgstaudio.def:
2615         Add gst_audio_clock_reset to the list of exported symbols.
2616
2617 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2618
2619         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2620         Remove wrong_channels_identification_header unit test as we now
2621         support 7 (and more channels).
2622
2623 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2624
2625         * gst/audioconvert/gstchannelmix.c:
2626         (gst_channel_mix_fill_one_other):
2627         If mixing left or right to center (or the other way around) only take
2628         the complete value if we don't already have the original position in
2629         the source.
2630
2631 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2632
2633         * gst-libs/gst/audio/multichannel.c:
2634         (gst_audio_check_channel_positions),
2635         (gst_audio_set_structure_channel_positions_list),
2636         (gst_audio_fixate_channel_positions):
2637         Allow rear center together with rear left/right and other previously
2638         conflicting channel positions. The reason why they weren't allowed
2639         was the channel mixing implementation in audioconvert.
2640         Also take this into account when fixing channel layouts.
2641
2642         Allow setting channel positions for 1/2 channels when using
2643         gst_audio_set_structure_channel_position().
2644
2645         * gst/audioconvert/gstchannelmix.c:
2646         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2647         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2648         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2649         Major rewrite of the channel mixing.
2650
2651         We now allow previously conflicting channel positions to appear
2652         together (rear center and rear left/right for example).
2653         Fixes bug #533817.
2654
2655         Rework the way channels are mixed together to take more possible
2656         channel positions into account, properly mix from/to side channels
2657         and don't assume that either center, left&right or nothing of a
2658         specific position is available anymore.
2659
2660         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2661         Adjust unit tests with non-standard 1/2 channel layouts to the more
2662         correct new behaviour.
2663
2664         Add a unit test for 5.1->Stereo downmixing.
2665
2666 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2667
2668         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2669         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2670         Add sane defaults for the 7 and 8 channel layouts as those are
2671         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2672         more than 8 channels instead of erroring out. Fixes bug #535356.
2673
2674 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2675
2676         * docs/plugins/Makefile.am:
2677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2678         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2679         * ext/theora/theoraparse.c:
2680         Add theoraparse to the docs and fix some docs.
2681
2682 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2683
2684         * gst-libs/gst/cdda/gstcddabasesrc.c:
2685         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2686         Fix EOS condition and track addition check, the track.end sector is
2687         included in the track. Fixes #533265.
2688
2689 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2690
2691         Patch by: Mark Nauwelaerts <manauw at skynet be>
2692
2693         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2694         (gst_video_rate_flush_prev), (gst_video_rate_event),
2695         (gst_video_rate_chain):
2696         * gst/videorate/gstvideorate.h:
2697         React (more) to NEWSEGMENT
2698         Small adjustment in timestamp calculation to prevent mismatches
2699         Fixes #435633.
2700
2701 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2702
2703         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2704           Initialise error to NULL as we should.
2705
2706 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2707
2708         * gst/adder/gstadder.c: (gst_adder_query_duration),
2709         (gst_adder_query_latency), (gst_adder_query):
2710         Implement latency query.
2711
2712 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2713
2714         * gst/adder/gstadder.c: (gst_adder_query_duration):
2715         Correctly resync the iterator if gst_iterator_next() returns
2716         GST_ITERATOR_RESYNC.
2717
2718 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2719
2720         * win32/vs6/libgstpbutils.dsp:
2721           Add pbutils-enumtypes.c to sources (#518037).
2722
2723 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2724
2725         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2726         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2727         * gst-libs/gst/audio/gstaudioclock.h:
2728         Add method to inform the clock that the time starts from 0 again. We use
2729         this info to calculate a clock offset so that the time we report in
2730         internal_time is monotonically increasing, as required by the clock base
2731         class. Fixes #521761.
2732         API: GstAudioClock::gst_audio_clock_reset()
2733
2734         * gst-libs/gst/audio/gstbaseaudiosink.c:
2735         (gst_base_audio_sink_skew_slaving),
2736         (gst_base_audio_sink_change_state):
2737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2738         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2739         Reset reported time when we (re)create the ringbuffer.
2740
2741 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2742
2743         * ext/alsa/gstalsamixertrack.c:
2744           (gst_alsa_mixer_track_update_alsa_capabilities):
2745           Make sure playback volumes aren't accidentally overwritten by
2746           capture volumes if an alsa mixer track has both playback and
2747           capture capabilities: we create two GstMixerTracks in that
2748           case, so make sure we query only the alsa capabilities that
2749           refer to the type of GstMixerTrack we created from the dual
2750           capability alsa element. Should fix issues with Audigy2 sound
2751           cards (#518082).
2752
2753 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2754
2755         * tests/check/pipelines/oggmux.c: (test_pipeline):
2756           Don't use deprecated function.
2757
2758 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2759
2760         * gst/playback/gstdecodebin2.c:
2761         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2762         Check for NULL cases and log them, creating ghostpads can, for example,
2763         fail when the pad returns wrong caps.
2764
2765         * gst/playback/gstplaybin2.c: (perform_eos):
2766         When pushing out the EOS event, collect the return value and warn when
2767         something failed.
2768
2769 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2770
2771         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2772         (gst_riff_create_video_template_caps):
2773         Add support for DVCPRO.
2774
2775 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2776
2777         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2778           Change default scaling method from nearest-neighbour to bilinear.
2779
2780 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2781
2782         * tests/check/libs/video.c:
2783           More checks.
2784
2785 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2786
2787         * gst/subparse/gstsubparse.c: (parser_state_init),
2788           (gst_sub_parse_format_autodetect), (handle_buffer):
2789         * gst/subparse/gstsubparse.h:
2790         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2791           Limit duration to a maximum of five seconds for tmplayer format where
2792           we can guess the duration only from the timestamp of the next line of
2793           text. We don't want to show a text for eternities just because nothing
2794           else is being said for a while.
2795
2796 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2797
2798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2799         (gst_base_rtp_depayload_chain),
2800         (gst_base_rtp_depayload_handle_sink_event),
2801         (gst_base_rtp_depayload_push_full),
2802         (gst_base_rtp_depayload_change_state):
2803         Check sequence numbers, mark input buffers with a discont flag for the
2804         subclass when we detected a gap, drop duplicate buffers. We do this
2805         because one can use the element without a jitterbuffer in front and we
2806         don't want to feed the subclasses invalid or reordered data.
2807         Do an error when the subclass did not provide a process function instead
2808         of crashing.
2809         Some other small cleanups.
2810
2811 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2812
2813         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2814           May just as well use the precalculated uvstride here.
2815
2816 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2817
2818         * docs/plugins/Makefile.am:
2819         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2820         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2821         * docs/plugins/gst-plugins-base-plugins.args:
2822         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2823         * docs/plugins/gst-plugins-base-plugins.interfaces:
2824         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2825         * docs/plugins/inspect/plugin-adder.xml:
2826         * docs/plugins/inspect/plugin-alsa.xml:
2827         * docs/plugins/inspect/plugin-audioconvert.xml:
2828         * docs/plugins/inspect/plugin-audiorate.xml:
2829         * docs/plugins/inspect/plugin-audioresample.xml:
2830         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2831         * docs/plugins/inspect/plugin-cdparanoia.xml:
2832         * docs/plugins/inspect/plugin-decodebin.xml:
2833         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2834         * docs/plugins/inspect/plugin-gdp.xml:
2835         * docs/plugins/inspect/plugin-gio.xml:
2836         * docs/plugins/inspect/plugin-gnomevfs.xml:
2837         * docs/plugins/inspect/plugin-libvisual.xml:
2838         * docs/plugins/inspect/plugin-ogg.xml:
2839         * docs/plugins/inspect/plugin-pango.xml:
2840         * docs/plugins/inspect/plugin-playback.xml:
2841         * docs/plugins/inspect/plugin-queue2.xml:
2842         * docs/plugins/inspect/plugin-subparse.xml:
2843         * docs/plugins/inspect/plugin-tcp.xml:
2844         * docs/plugins/inspect/plugin-theora.xml:
2845         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2846         * docs/plugins/inspect/plugin-uridecodebin.xml:
2847         * docs/plugins/inspect/plugin-video4linux.xml:
2848         * docs/plugins/inspect/plugin-videorate.xml:
2849         * docs/plugins/inspect/plugin-videoscale.xml:
2850         * docs/plugins/inspect/plugin-videotestsrc.xml:
2851         * docs/plugins/inspect/plugin-volume.xml:
2852         * docs/plugins/inspect/plugin-vorbis.xml:
2853         * docs/plugins/inspect/plugin-ximagesink.xml:
2854         * docs/plugins/inspect/plugin-xvimagesink.xml:
2855         * ext/cdparanoia/gstcdparanoiasrc.c:
2856         * ext/ogg/gstoggdemux.c:
2857         * ext/ogg/gstoggdemux.h:
2858         * ext/ogg/gstoggmux.c:
2859         * ext/ogg/gstoggmux.h:
2860         * gst/audioconvert/audioconvert.c:
2861         * gst/audioconvert/audioconvert.h:
2862         * gst/audioconvert/gstaudioconvert.h:
2863         * gst/gdp/gstgdpdepay.h:
2864         * gst/gdp/gstgdppay.h:
2865         * gst/playback/gstdecodebin.c:
2866         * gst/playback/gstdecodebin2.c:
2867         * gst/playback/gstplaybin.c:
2868         * gst/playback/gstplaybin2.c:
2869         * gst/playback/gsturidecodebin.c:
2870         * gst/tcp/gstmultifdsink.c:
2871         * gst/tcp/gstmultifdsink.h:
2872         * gst/tcp/gsttcp.h:
2873
2874         Add some documentation comments, and some new headers to be scanned.
2875         Rename some internal enum declarations (audioconvert's DitherType and
2876         NoiseShapingType, GstUnitType from the TCP elements) to match the
2877         documented GObject type names so that the docs pick them up.
2878         Name the playbin2 docs markups properly so they get picked up. They'll
2879         need renaming back when/if playbin2 becomes playbin.
2880
2881         100% symbol coverage for the plugin docs, booya.
2882
2883 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2884
2885         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2886
2887         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2888         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2889
2890 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2891
2892         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2893
2894         * gst/playback/gstdecodebin.c: (remove_fakesink):
2895         Lock the fakesink before setting the state to NULL and removing it from
2896         the bin so that a concurrent state change cannot interfere. 
2897         Fixes #534331.
2898
2899 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2900
2901         * docs/Makefile.am:
2902         Fix installing plugin documentation when gtk-doc is disabled.
2903
2904 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2905
2906         * gst-libs/gst/rtsp/Makefile.am:
2907         Distribute, don't install md5.h
2908
2909 2008-05-21  Julien Moutte  <julien@fluendo.com>
2910
2911         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2912         instead of SOL_IP, works on more platforms.
2913         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2914         arguments.
2915
2916 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2917
2918         * ext/vorbis/vorbisdec.c:
2919         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2921         Some debug and comment fixes.
2922
2923         * tests/examples/dynamic/addstream.c: (main):
2924         Fix , to ;
2925
2926 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2927
2928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2929         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2930         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2931         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2932         (cleanup_decodebin):
2933         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2934         (connect_element), (gst_decode_group_control_demuxer_pad):
2935         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2936         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2937         (mute_group_type):
2938         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2939         (gst_play_bin_set_property), (handoff), (gen_video_element),
2940         (gen_text_element), (gen_audio_element), (gen_vis_element),
2941         (remove_sinks), (add_sink), (setup_sinks):
2942         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2943         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2944         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2945         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2946         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2947         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2948         (gen_vis_chain), (gst_play_sink_reconfigure),
2949         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2950         (gst_play_sink_request_pad):
2951         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2952         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2953         (cb_newpad):
2954         * gst/playback/test6.c: (new_decoded_pad_cb):
2955         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2956         * tests/check/elements/audiorate.c: (test_injector_chain),
2957         (do_perfect_stream_test):
2958         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2959         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2960         * tests/check/elements/gnomevfssink.c:
2961         * tests/check/elements/textoverlay.c:
2962         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2963         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2964         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2965         * tests/check/pipelines/oggmux.c: (test_pipeline):
2966         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2967         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2968         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2969         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2970         * tests/examples/seek/seek.c: (make_mod_pipeline),
2971         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2972         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2973         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2974         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2975         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2976         (update_fill), (msg_buffering):
2977         Don't use bad gst_element_get_pad().
2978
2979 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2980
2981         * gst-libs/gst/riff/riff-media.c:
2982           Fix wrong method name in docs. Fix calculation of strf fields for
2983           broken mulaw/alaw.
2984   
2985         * gst-libs/gst/riff/riff-read.c:
2986           Whitespace fix and removing double ';'.
2987
2988 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2989
2990         * docs/design/part-playbin2.txt:
2991         Add some leftover doc.
2992
2993 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2996         Fix copy & paste error in last commit.
2997
2998 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
3001         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
3002         other channel positions when source has SIDE channels and dest doesn't
3003         or the other way around.
3004
3005 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
3006
3007         Patch by: Henrik Eriksson <henriken at axis dot com>
3008
3009         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3010         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
3011         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
3012         (gst_multi_fd_sink_get_property):
3013         * gst/tcp/gstmultifdsink.h:
3014         Add support for DSCP QOS. Fixes #469933.
3015
3016 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3017
3018         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3019         Add another test that checks if conversion between standard 1 and 2
3020         channel layouts with and without positions set is working.
3021
3022 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3023
3024         * gst-libs/gst/audio/multichannel.c:
3025         (gst_audio_check_channel_positions):
3026         Allow non-standard 2 channel layouts.
3027         
3028         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3029         Add some tests for converting and remapping non-standard 1 and 2
3030         channel layouts.
3031
3032 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst/audioconvert/gstchannelmix.c:
3035         (gst_channel_mix_fill_normalize):
3036         Prevent division by zero if the channel mix matrix contains only
3037         zeroes.
3038
3039 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3040
3041         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3042
3043         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3044         Close a buffer memory leak. Fixes bug #534071.
3045
3046 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         * gst-libs/gst/rtsp/gstrtsptransport.h:
3049         Make the GstRTSPTransport struct members public as there are no
3050         setters/getters and it's supposed to be changed directly.
3051         Fixes bug #533087.
3052
3053 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3054
3055         * gst/adder/gstadder.c:
3056         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3057         claim this on the pad template caps.
3058
3059 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3060
3061         * gst-libs/gst/audio/gstbaseaudiosink.c:
3062         (gst_base_audio_sink_sync_latency):
3063         We can only use our optimal calibration if we prerolled before the
3064         latency expired.
3065
3066 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3067
3068         * configure.ac:
3069           Require core CVS for GstBaseSrc buffer caps setting magic.
3070
3071 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3072
3073         * gst/audioconvert/gstaudioconvert.c:
3074         (gst_audio_convert_fixate_channels):
3075         Fix logic in last commit.
3076
3077 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3078
3079         * gst/audioconvert/gstaudioconvert.c:
3080         (gst_audio_convert_fixate_channels):
3081         Passthrough the channel positions if the number of output channels is
3082         the same as the number of input channels, the input had a channel
3083         layout and downstream requests no special one. We did this already for
3084         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3085
3086 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3087
3088         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3089         (gst_gnome_vfs_src_finalize),
3090         (gst_gnome_vfs_src_received_headers_callback),
3091         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3092         * ext/gnomevfs/gstgnomevfssrc.h:
3093         Set the ICY caps on the srcpad from where they get picked up by the base
3094         class now and set on the outgoing buffers.
3095
3096         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3097         (gst_base_audio_src_create):
3098         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3099         BaseSrc now sets the caps on outgoing buffers automatically.
3100
3101 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3102
3103         * gst-libs/gst/audio/gstbaseaudiosink.c:
3104         (gst_base_audio_sink_resample_slaving),
3105         (gst_base_audio_sink_skew_slaving),
3106         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3107         (gst_base_audio_sink_async_play),
3108         (gst_base_audio_sink_change_state):
3109         Change the way in which the ringbuffer is started when dealing with a
3110         slaved clock and latency. We now sync to the clock until we reach
3111         upstream latency before starting the ringbuffer. This has the effect
3112         that we can accurately align the master and slave clocks and let the
3113         rate correction code take care of the initial drift or rounding errors
3114         instead of leaving them uncorrected with the old approach.
3115
3116 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3117
3118         * gst/audioconvert/gstaudioconvert.c:
3119         (gst_audio_convert_fixate_channels):
3120         Correctly set the default channel positions when converting to 8
3121         channels.
3122
3123 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3124
3125         * configure.ac:
3126           Error out if we don't have the required version of core.
3127
3128 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3129
3130         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3131           Use data scan helper in aac typefinder and stop scanning
3132           for headers when we've found a type. Also fix potential invalid
3133           memory access when calculating the frame length.
3134
3135 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3136
3137         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3138           (mpeg_sys_is_valid_pack):
3139           Don't modify scan context when we return FALSE in ensure_data, so
3140           it's possible to continue scanning, and we don't end up with a NULL
3141           data pointer and a positive size, which might bite us the next time
3142           we're called. Small constification.
3143
3144 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3145
3146         * gst/adder/gstadder.c:
3147         Adder doesn't support 24 bit samples so don't claim it supports them
3148         in the pad template caps.
3149
3150 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3151
3152         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3153         (gst_base_rtp_depayload_chain):
3154         Validate the RTP packet before further processing it. It's just too
3155         dangerous to accept random packets and people are not forced to use a
3156         jitterbuffer or session manager to filter out the bad packets.
3157
3158         * gst-libs/gst/rtp/gstrtpbuffer.c:
3159         (gst_rtp_buffer_set_extension_data),
3160         (gst_rtp_buffer_get_payload_subbuffer):
3161         Small cleanups.
3162         When setting extension data in a buffer that is too small, we fail and
3163         we should not set the extension bit.
3164         Change GST_WARNINGS into g_warning because they really are
3165         programming errors.
3166
3167         * tests/check/libs/rtp.c: (GST_START_TEST):
3168         Catch the g_warnings now in the unit tests and that fact that failing to
3169         set extension data left the extension bit untouched.
3170
3171 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3172
3173         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3174           Revert previous change which made basetransform handle buffer_alloc
3175           and which breaks things badly in the non-passthrough case since it
3176           returned buffers with a different (ie. sometimes smaller) size than
3177           the size requested.
3178
3179 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         Patch by: Bernard B <b-gnome at largestprime dot net>
3182
3183         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3184         Fix seqnum compare function for bordercase values and fix the docs
3185         again. Fixes #533075.
3186
3187         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3188         Add a testcase for seqnum compare function.
3189
3190 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         * gst/adder/gstadder.c: (gst_adder_setcaps),
3193         (gst_adder_class_init):
3194         Correctly declare the supported endianness on the pad templates
3195         and check for correct endianness in the set caps function. Adder
3196         only supports native endianness.
3197         Also use gst_element_class_set_details_simple().
3198
3199 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3200
3201         * sys/xvimage/xvimagesink.c:
3202           Better debug logging in port value handling. Merging separate port
3203           value loops into one.
3204
3205 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3206
3207         Patch by: Hannes Bistry <hannesb at gmx dot de>
3208
3209         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3210         * gst/tcp/gsttcpserversink.c:
3211         (gst_tcp_server_sink_handle_server_read),
3212         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3213         Fix regression in clientsrc because we did not add the fd to the poll
3214         set anymore. Fixes #532364.
3215         Do some cleanups here and there.
3216
3217 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3218
3219         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3220         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3221         * gst/playback/gstplay-marshal.list:
3222         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3223         Use correct marshallers. GstCaps are a boxed type and no GObject
3224         subclass.
3225
3226 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3227
3228         * win32/common/libgstrtsp.def:
3229         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3230         symbols.
3231
3232 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3233
3234         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3235
3236         * tests/check/elements/audioresample.c:
3237         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3238         (live_switch_push), (GST_START_TEST):
3239         Add unit test for the latest basetransform negotiation changes.
3240         See bug #526768.
3241
3242 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3243
3244         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3245         Fix nv12<->nv21 conversion if stride is larger than width.
3246
3247 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3248
3249         Patch by: Jan Gerber <j at oil21 dot org>
3250
3251         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3252         (gst_ogg_pad_parse_skeleton_fisbone):
3253         * ext/ogg/gstoggdemux.h:
3254         Parse presentation time from skeleton streams and use it as offset
3255         for the timestamps. Fixes bug #530068.
3256
3257 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3258
3259         * gst-libs/gst/audio/gstbaseaudiosink.c:
3260         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3261         Revert previous patch that attempted to more accurately calculate the
3262         initial offset between master and slave clock. The best thing we can do
3263         in general is take the time of both clocks as the diff since we don't
3264         know when the actual preroll happened.
3265
3266 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3267
3268         * gst-libs/gst/pbutils/install-plugins.c:
3269           Fix docs: type and missing word.
3270
3271 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3272
3273         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3274           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3275           for this instead; don't check if we've found enough markers after
3276           each and every step, it's enough to do that only if we've actually
3277           found a new marker.
3278           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3279
3280 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3281
3282         * gst/typefind/gsttypefindfunctions.c:
3283           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3284           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3285           (mpeg_video_stream_type_find):
3286           Move scan helper thingy to the beginning of the file so we can use
3287           it in other typefind functions. Rename it to something more
3288           generic. Also improve handling of things towards the end of the
3289           typefind data: peek as much as we can if we know the size of the
3290           data, rather than just min_size.
3291
3292 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3293
3294         * docs/libs/gst-plugins-base-libs-sections.txt:
3295         * gst-libs/gst/interfaces/colorbalance.c:
3296         * gst-libs/gst/interfaces/colorbalance.h:
3297         * gst-libs/gst/interfaces/colorbalancechannel.c:
3298         * gst-libs/gst/interfaces/colorbalancechannel.h:
3299         * gst-libs/gst/interfaces/tuner.c:
3300         * gst-libs/gst/interfaces/tunerchannel.c:
3301         * gst-libs/gst/interfaces/tunerchannel.h:
3302         * gst-libs/gst/interfaces/tunernorm.c:
3303         * gst-libs/gst/interfaces/tunernorm.h:
3304         * gst-libs/gst/video/video.c:
3305         * gst-libs/gst/video/video.h:
3306         Document the GstTuner and GstColorBalance interfaces, and some
3307         other random API functions that needed it. 70% symbol coverage, woo.
3308
3309 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3310
3311         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3312         Choose to allocate one less segment but require one additional segment
3313         as latency. 
3314
3315         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3316         No need to increment the number of segments in the source.
3317
3318         * gst-libs/gst/audio/gstbaseaudiosink.c:
3319         (gst_base_audio_sink_get_time), (clock_convert_external),
3320         (gst_base_audio_sink_resample_slaving),
3321         (gst_base_audio_sink_skew_slaving),
3322         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3323         (gst_base_audio_sink_async_play):
3324         Remove adding latency when returning the internal time while subtracting
3325         it again when we use the value a little later.
3326         When calculating the end timestamp, we are making a rounding error
3327         with the current algorithm. Ensure that we don't accumulate these
3328         rounding errors when aligning samples by not resampling at all if we
3329         don't need to. Fixes #419351.
3330         Make the initial calibration of the clock slaving a little more
3331         predictable and accurate. Also handle the case where we don't do
3332         clock slaving.
3333
3334 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         Based on a patch by:
3337           Björn Benderius <bjoern dot benderius at axis dot com>
3338
3339         * gst/ffmpegcolorspace/avcodec.h:
3340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3341         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3342         (gst_ffmpegcsp_avpicture_fill):
3343         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3344         * gst/ffmpegcolorspace/imgconvert_template.h:
3345         Add conversions from/to NV12 and NV21 and conversions between those
3346         two formats. Fixes bug #532166.
3347
3348 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3349
3350         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3351         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3352         which happens for example with files smaller than 128kb.
3353
3354 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         Patch by: Wouter Cloetens <zombie at e2big dot org>
3357
3358         * gst-libs/gst/rtsp/Makefile.am:
3359         * gst-libs/gst/rtsp/gstrtspconnection.c:
3360         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3361         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3362         (add_auth_header), (gst_rtsp_connection_free),
3363         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3364         (gst_rtsp_connection_set_auth_param),
3365         (gst_rtsp_connection_clear_auth_params):
3366         * gst-libs/gst/rtsp/gstrtspconnection.h:
3367         Add Digest authorization support for RTSP connections. See #532065.
3368
3369         * gst-libs/gst/rtsp/md5.c:
3370         * gst-libs/gst/rtsp/md5.h:
3371         Yeap, another md5 implementation until we can depend on a glib that has
3372         support for it.
3373
3374 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3375
3376         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3377
3378         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3379         Let audioresample use the buffer allocation of basetransform instead
3380         of it's own stuff.
3381
3382         * tests/check/elements/audioresample.c: (alloc_only_48000),
3383         (GST_START_TEST), (audioresample_suite):
3384         Add unit test for the recent basetransform bugfix, where upstream
3385         changes caps to something that can't be passed through anymore.
3386
3387 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3388
3389         * win32/common/config.h.in:
3390           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3391           use the real thing than having "???" unconditionally.
3392
3393 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3394
3395         * gst-libs/gst/audio/gstbaseaudiosink.c:
3396         (gst_base_audio_sink_query):
3397         Report the latency with the new seglatency parameter.
3398
3399         * gst-libs/gst/audio/gstringbuffer.c:
3400         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3401         (gst_ring_buffer_acquire):
3402         * gst-libs/gst/audio/gstringbuffer.h:
3403         Add new field to the ringbufferspec to specify the expected latency
3404         between the underlying device read/write pointer, this is needed
3405         when writing sinks that sit a little closer to the hardware.
3406         Add some more docs for other fields.
3407
3408 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * gst/volume/gstvolume.c: (volume_transform_ip):
3411         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3412         reason instead of crashing later. Might fix bug #509125.
3413
3414 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3415
3416         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3417
3418         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3419         * gst/audioconvert/audioconvert.h:
3420         * gst/audioconvert/gstaudioconvert.c:
3421         (gst_audio_convert_parse_caps),
3422         (structure_has_fixed_channel_positions),
3423         (gst_audio_convert_transform_caps):
3424         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3425         Add support for more than 8 channels and NONE channel layouts. For
3426         more than 8 channels no channel conversion is supported yet, only
3427         format conversions are supported. Fixes bug #398033.
3428
3429         * tests/check/elements/audioconvert.c: (verify_convert),
3430         (GST_START_TEST), (audioconvert_suite):
3431         Add some unit tests by Tim for checking the NONE channel layouts
3432         and more than 8 channels and add some more unit tests for channel
3433         conversions.
3434
3435 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3436
3437         * gst/playback/gstdecodebin2.c: (connect_pad):
3438         When autoplugging fails, set the element back to NULL before
3439         unreffing it.
3440
3441 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3442
3443         * win32/common/libgstaudio.def:
3444         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3445         symbols.
3446
3447 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3448
3449         * gst/subparse/samiparse.c: (handle_start_sync),
3450         (end_sami_element), (characters_sami):
3451         Remove trailing, leading and double whitespaces.
3452         Correctly timestamp buffers and output the last buffer too.
3453
3454         * tests/check/elements/subparse.c: (GST_START_TEST),
3455         (subparse_suite):
3456         Add a simple unit test for SAMI parsing.
3457
3458 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3459
3460         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3461
3462         * gst/subparse/samiparse.c: (handle_start_sync),
3463         (start_sami_element), (end_sami_element), (characters_sami),
3464         (sami_context_reset):
3465         Only output characters inside the "sync" elements. There could be
3466         other elements like "style" that have some content but should
3467         not be printed. Fixes bug #467911.
3468
3469 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3470
3471         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3472         (set_active_source):
3473         * gst/playback/gstplaybasebin.h:
3474         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3475         (playbin_set_audio_mute):
3476         Allow setting -1 as current-audio to mute the current audio stream,
3477         similar to what is done for subtitles. Fixes bug #342294.
3478
3479 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3480
3481         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3482         It's SorensOn and not SorensEn.
3483
3484 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3485
3486         * gst-libs/gst/pbutils/descriptions.c: (formats):
3487           Fix description of video/x-flash-video.
3488
3489 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3490
3491         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3492         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3493         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3494         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3495         Remove some unused code.
3496
3497         * gst/audioconvert/gstaudioquantize.c:
3498         (gst_audio_quantize_free_noise_shaping):
3499         Don't return before freeing the noise shaping history.
3500
3501 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3502
3503         * tests/check/elements/subparse.c: (do_test),
3504           (test_tmplayer_style3b), (subparse_suite):
3505           Add unit test for the tmplayer variant from bug #530962.
3506
3507 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3508
3509         * gst/subparse/gstsubparse.c: (handle_buffer),
3510           (gst_sub_parse_sink_event):
3511         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3512           (tmplayer_parse_line):
3513           Fix parsing of tmplayer subtitle variant where every single line contains
3514           text and there isn't an empty line after each line to determine the
3515           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3516           making sure that we push out the last line of text without a duration if
3517           there's still text left in the buffer at the end.
3518
3519 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3520
3521         * gst/subparse/gstsubparse.c: (feed_textbuf):
3522           Fix detection of discontinuities based on the buffer offset (doesn't work
3523           so well if no buffer offset is set) and also check for the DISCONT buffer
3524           flag. This keeps the parser state from being reset after each buffer in
3525           the unit test.
3526
3527 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3528
3529         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3530           Further fine-tuning: don't absolutely require sequence or GOP headers
3531           (as introduced in the previous commit), but adjust the typefind
3532           probabilities returned accordingly if we don't see them. Also make sure
3533           picture header and first slice are somewhat close to each other (which
3534           is not perfect but still better than requiring a fixed offset or having
3535           no limit at all).
3536
3537 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3538
3539         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3540         (gst_basertppayload_sink_setcaps),
3541         (gst_basertppayload_sink_getcaps):
3542         Rename the setcaps/getcaps function internally to make it clear that
3543         they are called for the sink pad.
3544
3545 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3546
3547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3548         (gst_base_rtp_depayload_class_init),
3549         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3550         (gst_base_rtp_depayload_packet_lost),
3551         (gst_base_rtp_depayload_set_gst_timestamp):
3552         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3553         Catch packet-lost events from the jitterbuffer and convert them into a
3554         vmethod call (lost-packet) so that depayloaders can do something smart.
3555         Also add a default packet-lost function that sends out a segment update
3556         to the decoders.
3557
3558 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3559
3560         * gst/playback/test4.c:
3561         * gst/playback/test5.c:
3562         * gst/playback/test6.c:
3563         * gst/playback/test7.c:
3564           Also include config.h when relying on defines from it. Fixes the
3565           build. Its been a please to serve :)
3566
3567 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3568
3569         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3570         (paint_setup_NV21), (paint_hline_NV12_NV21):
3571         Add support for NV12 and NV21 in videotestsrc
3572
3573 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3574
3575         * gst/videoscale/gstvideoscale.c:
3576         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3577         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3578         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3579         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3580         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3581         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3582         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3583         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3584         (vs_image_scale_linear_RGB555):
3585         Support 1x1 images as input and output as for example the BBC HQ new
3586         streams have 1x1 GIFs in the playlists for some reason.
3587
3588 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3589
3590         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3591           (try_to_link_1):
3592           If we can't activate one of the decoders we plugged in (such as,
3593           say, musepackdec) for some reason (it might not support push mode,
3594           for example), remove any pad probes that close_pad_link() might
3595           have set up. This makes sure we later don't try to remove a probe
3596           for a pad that doesn't exist any longer, and avoids nast warnings
3597           and probably other things too.
3598
3599 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3600
3601         * gst/typefind/gsttypefindfunctions.c:
3602           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3603           (plugin_init):
3604           Rework mpeg video stream typefinding a bit more: make sure sequence,
3605           GOP, picture and slice headers appear in the order they should and
3606           that we've in fact at least had one of each; fix picture header
3607           detection; decouple picture and slice header check - don't assume
3608           they're at a fixed offset, there may be extra data in between. Also,
3609           announce varying degrees of probability depending on what we found
3610           exactly (multiple pictures, at least one picture, just sequence and
3611           GOP headers). Finally, in _ensure_data(), take into account that we
3612           might be typefinding smaller amounts of data, such as the first
3613           buffer of a stream, so fall back to the minimum size needed as long
3614           as that's available, instead of erroring out if there's less than
3615           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3616           fuzzed file from #399342 as valid.
3617
3618 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3619
3620         * ext/theora/theoradec.c:
3621           Cool kids don't divide by zero.
3622           Treat PAR of x:0 as 1:1.
3623           Fixes #530719.
3624
3625 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3626
3627         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3628           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3629           (mpeg_video_stream_type_find):
3630           Refactor a bit: use context structure to track parsing offset and
3631           size of available data and make the code a bit clearer. Fixes bad
3632           memory access in #356937.
3633
3634 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3635
3636         * gst/playback/test4.c:
3637         * gst/playback/test5.c:
3638         * gst/playback/test6.c:
3639         * gst/tcp/gstmultifdsink.c:
3640           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3641           is defined.
3642
3643 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3644
3645         * gst-libs/gst/audio/gstbaseaudiosink.h:
3646         Clarify some docs.
3647
3648         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3649         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3650         (gst_base_audio_src_set_slave_method),
3651         (gst_base_audio_src_get_slave_method),
3652         (gst_base_audio_src_set_property),
3653         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3654         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3655         Add property and methods for selecting the clock slave method in the
3656         source, like in the sink.
3657         We only implement "none" and "re-timestamp" for now.
3658         API: gst_base_audio_src_set_slave_method()
3659         API: gst_base_audio_src_get_slave_method()
3660
3661 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3662
3663         * gst-libs/gst/rtp/gstrtpbuffer.c:
3664         Fix the docs about the seqnum compare function, it returns a difference.
3665
3666 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3667
3668         * ext/alsa/gstalsadeviceprobe.c:
3669         (gst_alsa_get_device_list): Don't return before freeing up
3670         the allocated structures.
3671
3672 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3673
3674         * gst/playback/gstplaybin.c:
3675           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3676
3677 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3678
3679         * ext/ogg/gstoggdemux.c:
3680           Revert the event part, that should not go in.
3681
3682 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3683
3684         * ext/ogg/gstoggdemux.c:
3685           Don't leak GstPluginFeatures when filtering.
3686
3687 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * sys/xvimage/xvimagesink.c:
3690           Add some logging for cases when grabbing the xv failed.
3691
3692 2008-04-21  David Schleef  <ds@schleef.org>
3693
3694         * ext/ogg/gstoggmux.c:
3695           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3696           packet.  Should conform to what we currently think is the
3697           final Ogg/Dirac muxing spec.
3698
3699 2008-04-21  David Schleef  <ds@schleef.org>
3700
3701         * sys/xvimage/xvimagesink.c:
3702           Fix typo that causes the overlay keying color to bright green
3703           on a 16-bit display.  Dark grey good.  Bright green bad.
3704
3705 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3706
3707         * ext/gnomevfs/gstgnomevfsuri.c:
3708           Add  FIXME comment about using uri-list for source and sink.
3709
3710 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3711
3712         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3713         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3714         vaargs functions to gint. Otherwise the fractions will get 0 set
3715         instead of the correct value on big endian systems. Fixes bug #529018.
3716
3717 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3718
3719         * ext/gnomevfs/gstgnomevfssink.c:
3720         (gst_gnome_vfs_sink_uri_get_protocols):
3721         * ext/gnomevfs/gstgnomevfssrc.c:
3722         (gst_gnome_vfs_src_uri_get_protocols):
3723         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3724         (gst_gnomevfs_get_supported_uris):
3725         Get the list of supported URI schemes in a threadsafe way and use the
3726         same list for the source and sink.
3727
3728 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3731         (gst_gio_get_supported_protocols):
3732         Don't generate a new supported protocols list on each call but cache
3733         it. It's supposed to be static anyway, this way we only leak it once
3734         per process.
3735
3736         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3737         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3738         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3739         (gst_gio_sink_start):
3740         * ext/gio/gstgiosink.h:
3741         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3742         (gst_gio_src_class_init), (gst_gio_src_finalize),
3743         (gst_gio_src_set_property), (gst_gio_src_get_property),
3744         (gst_gio_src_start):
3745         * ext/gio/gstgiosrc.h:
3746         API: Add "file" properties where one can set a GFile as
3747         source/destination.
3748
3749         Add locking to the properties and use
3750         gst_element_class_set_details_simple() instead of a static
3751         GstElementDetails struct.
3752
3753 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3754
3755         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3756         (plugin_init):
3757         Add "mpp" and "mp+" as possible extensions for MusePack files.
3758
3759         Add typefinding for MusePack StreamVersion 8 files and include the
3760         stream version in the caps.
3761
3762 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3763
3764         * gst-libs/gst/rtp/gstrtppayloads.c:
3765         (gst_rtp_payload_info_for_name):
3766         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3767
3768 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * configure.ac:
3771           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3772           (NB: this only affects compilation of some of the examples).
3773           Remove some configure.ac cruft that's not needed any longer.
3774
3775 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3776
3777         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3778         Don't validate the payload if there isn't any.
3779         Fixes #525915
3780
3781 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3784         Use g_atomic_int_set() instead of gst_atomic_int_set().
3785
3786 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3787
3788         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3789         Return NULL instead of a gchar * array with one NULL element if we
3790         don't get any supported URI schemes from GIO.
3791
3792 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3793
3794         * gst/audiotestsrc/gstaudiotestsrc.c:
3795           Remove cpp style commented old code.
3796
3797 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3798
3799         * gst/playback/gstdecodebin2.c:
3800           Fix signal docs.
3801
3802 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3803
3804         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3805           (gst_text_overlay_init):
3806           Fix textoverlay unit test again by making the supposed default
3807           value for the wait-text property the actual default value.
3808           Also fix Since: tag for new property.
3809
3810 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3811
3812         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3813           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3814           (gst_video_format_get_pixel_stride),
3815           (gst_video_format_get_component_width),
3816           (gst_video_format_get_component_height),
3817           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3818           (gst_video_format_convert):
3819           Add guards to these functions to ensure sane input values.
3820
3821         * tests/check/libs/video.c:
3822           Fix unit test not to create caps with width=0 and height=0.
3823
3824 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3825
3826         * docs/design/draft-keyframe-force.txt:
3827         Fix typo.
3828
3829         * gst/playback/gstqueue2.c: (update_buffering),
3830         (gst_queue_handle_src_query):
3831         Set buffering mode in the messages.
3832         Set buffering percent in the query.
3833
3834         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3835         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3836         Do some more fancy things based on the buffering method in use.
3837
3838 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3839
3840         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3841         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3842         (msg_buffering), (main):
3843         Add basic download reports to seek using the new buffering API.
3844
3845 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3846
3847         * gst/playback/gstqueue2.c: (update_buffering),
3848         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3849         (gst_queue_src_checkgetrange_function):
3850         Include extra buffering stats in the buffering message.
3851         Implement BUFFERING query.
3852
3853         * gst/playback/gsturidecodebin.c: (do_async_start),
3854         (do_async_done), (type_found), (setup_streaming), (setup_source),
3855         (gst_uri_decode_bin_change_state):
3856         Only add decodebin2 when the type is found in streaming mode.
3857         Make uridecodebin async to PAUSED even when we don't have decodebin2
3858         added yet.
3859
3860 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3863         Filter cdda from the supported URI schemes. We can't support
3864         musicbrainz tags and everything else one expects from a cdda source
3865         with GIO. Fixes bug #526794.
3866
3867 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3868
3869         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3870         (gst_xvimagesink_buffer_alloc):
3871         Fix calculation of 'expected size' for YV12 buffers.
3872         Be a little more verbose in the debug output for buffer-alloc'ed
3873         buffers which turn out to have the wrong size.
3874
3875 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3876
3877         * NEWS:
3878         * RELEASE:
3879         * gst-plugins-base.doap:
3880           Merge other changes from 0.10.19 release branch.
3881
3882 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * gst-libs/gst/audio/gstbaseaudiosink.c:
3885           (gst_base_audio_sink_class_init):
3886         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3887           (gst_base_audio_src_class_init):
3888         * gst/playback/gstplayback.c: (plugin_init):
3889         * gst/volume/gstvolume.c: (plugin_init):
3890           Work around missing bits of thread-safety on older GLibs some
3891           more to avoid assertions when starting up multiple playbin
3892           objects concurrently (see #512382).
3893
3894 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3897           Remove some more fields.
3898
3899 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3902
3903         * configure.ac:
3904         Actually build dlls when cross-compiling with mingw32.
3905         Fixes bug #526247.
3906
3907 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3908
3909         * configure.ac:
3910           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3911
3912 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3913
3914         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3915         (msg_buffering), (connect_bus_signals), (main):
3916         Add statusbar.
3917         Add buffering support with feedback in the statusbar.
3918
3919 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         * ext/ogg/gstoggmux.c:
3922           Fix sample pipeline description.
3923
3924 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3925
3926         * docs/plugins/Makefile.am:
3927         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3928         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3929         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3930           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3931
3932         * docs/plugins/gst-plugins-base-plugins.args:
3933         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3934         * docs/plugins/gst-plugins-base-plugins.interfaces:
3935         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3936         * docs/plugins/inspect/plugin-adder.xml:
3937         * docs/plugins/inspect/plugin-alsa.xml:
3938         * docs/plugins/inspect/plugin-audioconvert.xml:
3939         * docs/plugins/inspect/plugin-audiorate.xml:
3940         * docs/plugins/inspect/plugin-audioresample.xml:
3941         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3942         * docs/plugins/inspect/plugin-cdparanoia.xml:
3943         * docs/plugins/inspect/plugin-decodebin.xml:
3944         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3945         * docs/plugins/inspect/plugin-gdp.xml:
3946         * docs/plugins/inspect/plugin-gnomevfs.xml:
3947         * docs/plugins/inspect/plugin-libvisual.xml:
3948         * docs/plugins/inspect/plugin-ogg.xml:
3949         * docs/plugins/inspect/plugin-pango.xml:
3950         * docs/plugins/inspect/plugin-playback.xml:
3951         * docs/plugins/inspect/plugin-queue2.xml:
3952         * docs/plugins/inspect/plugin-subparse.xml:
3953         * docs/plugins/inspect/plugin-tcp.xml:
3954         * docs/plugins/inspect/plugin-theora.xml:
3955         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3956         * docs/plugins/inspect/plugin-uridecodebin.xml:
3957         * docs/plugins/inspect/plugin-video4linux.xml:
3958         * docs/plugins/inspect/plugin-videorate.xml:
3959         * docs/plugins/inspect/plugin-videoscale.xml:
3960         * docs/plugins/inspect/plugin-videotestsrc.xml:
3961         * docs/plugins/inspect/plugin-volume.xml:
3962         * docs/plugins/inspect/plugin-vorbis.xml:
3963         * docs/plugins/inspect/plugin-ximagesink.xml:
3964         * docs/plugins/inspect/plugin-xvimagesink.xml:
3965           Update introspection data.
3966
3967         * ext/ogg/gstoggmux.c:
3968           Document oggmux.
3969
3970         * gst/playback/gstdecodebin2.c:
3971           Don't use gtk-doc style comment start for private stuff, but make it
3972           formatted like this for consistency.
3973
3974 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3975
3976         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3977         (gst_decode_bin_init), (gst_decode_bin_dispose),
3978         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3979         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3980         (analyze_new_pad), (connect_pad), (expose_pad),
3981         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3982         (gst_decode_group_expose), (gst_decode_group_free),
3983         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3984         Remove fakesink hack, we can now implement this more elegantly.
3985         Added property to bypass typefinding.
3986         Removed underrun callback and demuxer pad probe, we now use the srcpad
3987         probe to expose groups.
3988         API::sink-caps property
3989
3990         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3991         Guard against multiple emissions of the no_more_pads signal, which
3992         happens when we are dealing with chained oggs.
3993
3994         * gst/playback/gsturidecodebin.c: (remove_decoders),
3995         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3996         (setup_source):
3997         For streams, use our own typefind element and plug our queue after it.
3998         We will need this to determine the type of buffering to use for the
3999         queue soon.
4000
4001 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4002
4003         * gst-libs/gst/audio/gstbaseaudiosink.c:
4004         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
4005         Guard against over and underflows because of clock slaving.
4006         When we are using our own clock, still compensate for any calibrations
4007         that we might have done to our clock.
4008
4009 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * ext/theora/theoradec.c: (theora_handle_type_packet),
4012         (theora_dec_chain):
4013         Don't try to do anything fancy with the return code from pushing an
4014         event, it does not have enough information to turn it into a
4015         GST_FLOW_ERROR.
4016
4017 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
4018
4019         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
4020         (gst_ogg_demux_chain_elem_pad):
4021         Add small debug line.
4022         Pass return code from the internal decoder instead of the too generic
4023         GST_FLOW_ERROR.
4024
4025 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4026
4027         * gst-libs/gst/cdda/Makefile.am:
4028         * gst-libs/gst/cdda/base64.c:
4029         * gst-libs/gst/cdda/base64.h:
4030         * gst-libs/gst/cdda/gstcddabasesrc.c:
4031         (gst_cddabasesrc_calculate_musicbrainz_discid):
4032         Use GLib's base64 implementation instead of our own.
4033
4034 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4037         (gst_ogg_demux_read_chain):
4038         Refix oggdemux, we only have a problem if we failed to find a chain and
4039         we are not EOF.
4040
4041 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4042
4043         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4044
4045         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4046         (gst_ogg_demux_read_chain):
4047         When we fail to find a BOS page and we and up with no chain, error out
4048         properly instead of segfaulting. Fixes #525665.
4049
4050 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4051
4052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4053         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4054         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4055         no-more-pads...
4056
4057 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4058
4059         * gst/playback/gstqueue2.c: (update_out_rates),
4060         (gst_queue_open_temp_location_file),
4061         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4062         (gst_queue_handle_src_query), (gst_queue_set_property):
4063         Update the estimated input data when we push out a buffer.
4064         Add some debug info about the temp file.
4065         Only forward src events when we are not using a temp file.
4066         Don't block the duration query, we need to find something better.
4067         Don't leak the temp filename.
4068
4069 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4070
4071         * configure.ac:
4072         Require GLib 2.12 and liboil 0.3.14.
4073
4074         * gst/volume/gstvolume.c: (volume_process_double):
4075         Unconditionally use liboil 0.3.14 function.
4076
4077 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4078
4079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4080         ms-gsm can have arbitrarty sample rates. See #481354.
4081
4082 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4083
4084         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4085         MP4S is generic MPEG-4, not a microsoft variant.
4086
4087 2008-03-27  Michael Smith <msmith@fluendo.com>
4088
4089         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4090           Check the body CRC (if set) when depayloading.
4091           Fixes #522401.
4092
4093 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4096           Fix Since: version for new property.
4097
4098 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4099
4100         * gst-libs/gst/rtsp/gstrtspconnection.c:
4101         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4102         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4103         Don't error when poll_wait returns EAGAIN.
4104
4105 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4106
4107         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4108         The queue is never filled when there are no buffers in the queue at all.
4109         Fixes #523993.
4110
4111 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4112
4113         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4114         (init_group), (free_group), (gst_play_bin_init),
4115         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4116         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4117         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4118         (gst_play_bin_set_current_video_stream),
4119         (gst_play_bin_set_current_audio_stream),
4120         (gst_play_bin_set_current_text_stream),
4121         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4122         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4123         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4124         (activate_group), (deactivate_group), (setup_next_source),
4125         (save_current_group), (gst_play_bin_change_state):
4126         Update some docs.
4127         Add new locks and conds to protect pipeline creation and group
4128         switching.
4129         Implement the sub-uri property.
4130         Keep track of pending uridecodebin creation and configure the output
4131         pipeline after all streams are configured.
4132         Propagate subtitle encoding to the uridecodebins.
4133         Implement getting the video/audio/visualisation elements.
4134         Use input-selector for stream switching.
4135         If we are asked to do visualisation, prefer to autoplug raw sinks
4136         instead of sinks that accept encoded data.
4137
4138 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4139
4140         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4141         (gst_play_sink_init), (gst_play_sink_dispose),
4142         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4143         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4144         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4145         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4146         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4147         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4148         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4149         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4150         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4151         * gst/playback/gstplaysink.h:
4152         Add methods to get audio/video/vis elements.
4153         Add methods to set the font description for the overlay.
4154         Remove properties, we're using this element with its methods only.
4155         Add support for subtitles.
4156         Rearrange the locking a bit to not use the object lock for protecting
4157         the pipeline construction.
4158         Try to use the volume and mute property on the sink when its available.
4159         Implement the mute option with volume when the sink does not have a mute
4160         property.
4161         Only add volume element when the sink has no volume property.
4162         Only do visualisations with raw audio pads.
4163
4164 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4167         (gst_text_overlay_init), (gst_text_overlay_set_property),
4168         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4169         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4170         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4171         (gst_text_overlay_change_state):
4172         * ext/pango/gsttextoverlay.h:
4173         Add property to configure waiting for text on the textpad or not, with
4174         the default behaviour being the old one (always wait for text before
4175         rendering the video). This default behaviour is usually not the best one
4176         because the text stream can very sparse and could require queueing a lot
4177         of video.
4178         Fix the flushing and EOS handing so that we don't mix up their meaning.
4179
4180 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4181
4182         * gst/playback/gsturidecodebin.c:
4183         (gst_uri_decode_bin_autoplug_factories),
4184         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4185         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4186         (gst_uri_decode_bin_set_property),
4187         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4188         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4189         (proxy_autoplug_factories_signal), (make_decoder),
4190         (source_new_pad), (setup_source):
4191         Add a readonly source property and notify.
4192         Add new lock for protecting the construction of the pipeline.
4193         Keep track of the decodebins we plugged.
4194         Correctly proxy the autoplug signal so that it actually continues.
4195         Proxy subtitle-encoding to the decodebins.
4196
4197 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4198
4199         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4200         (text_toggle_cb), (update_streams), (main):
4201         Rearrange some buttons in playbin2 and make some other boxes insensitive
4202         when needed.
4203         Add language codes to subtitle selection boxes when we gind the right
4204         tags for the streams.
4205
4206 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4207
4208         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4209         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4210         (gst_decode_bin_set_subs_encoding),
4211         (gst_decode_bin_get_subs_encoding),
4212         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4213         (deactivate_free_recursive):
4214         Protect caps property with the object lock.
4215         Protect encoding property with the object lock.
4216         Keep list of elements we added that have the subtitle-encoding property.
4217         Distribute the subtitle-encoding to all of the elements when it
4218         changes.
4219
4220 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4221
4222         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4223         Small debug improvement.
4224
4225         * gst-libs/gst/audio/gstbaseaudiosink.c:
4226         (gst_base_audio_sink_render):
4227         Fix bug in determining the sample start/stop position, we want to base
4228         this decision on the fact that we are going forwards or backwards, not
4229         slower or faster. This fixes some ugly resync warnings when playing at
4230         very slow speeds.
4231
4232 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4233
4234         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4235         Correctly set the supported URI schemes and don't leave
4236         some schemes in the middle or at the start at NULL.
4237
4238 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4239
4240         * tests/check/elements/gdpdepay.c:
4241           Make test compile without unused function/variable warnings on PPC.
4242  
4243 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         * configure.ac:
4246         * ext/alsa/gstalsamixerelement.c:
4247         (gst_alsa_mixer_element_class_init):
4248         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4249         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4250         * ext/cdparanoia/gstcdparanoiasrc.c:
4251         (gst_cd_paranoia_src_class_init):
4252         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4253         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4254         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4255         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4259         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4260         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4261         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4262         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4263         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4264         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4265         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4266         (gst_audio_filter_template_class_init):
4267         * gst-libs/gst/audio/gstbaseaudiosink.c:
4268         (gst_base_audio_sink_class_init):
4269         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4270         (gst_base_audio_src_class_init):
4271         * gst-libs/gst/cdda/gstcddabasesrc.c:
4272         (gst_cdda_base_src_class_init):
4273         * gst-libs/gst/interfaces/mixertrack.c:
4274         (gst_mixer_track_class_init):
4275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4276         (gst_base_rtp_depayload_class_init):
4277         * gst-libs/gst/rtp/gstbasertppayload.c:
4278         (gst_basertppayload_class_init):
4279         * gst/audioconvert/gstaudioconvert.c:
4280         (gst_audio_convert_class_init):
4281         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4282         * gst/audioresample/gstaudioresample.c:
4283         (gst_audioresample_class_init):
4284         * gst/audiotestsrc/gstaudiotestsrc.c:
4285         (gst_audio_test_src_class_init):
4286         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4287         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4289         (preroll_unlinked):
4290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4291         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4292         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4293         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4294         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4295         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4296         (gst_stream_selector_class_init):
4297         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4298         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4299         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4300         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4301         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4302         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4303         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4304         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4305         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4306         * gst/videotestsrc/gstvideotestsrc.c:
4307         (gst_video_test_src_class_init):
4308         * gst/volume/gstvolume.c: (gst_volume_class_init):
4309         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4310         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4313         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4315         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4316         static strings (i.e. all). This gives us less memory usage,
4317         fewer allocations and thus less memory defragmentation. Depend
4318         on core CVS for this. Fixes bug #523806.
4319
4320 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4321
4322         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4323         Filter http and https protocols. GIO/GVfs handles them but it's
4324         impossible to implement iradio/icecast with it. Better use
4325         souphttpsrc or something else for this.
4326
4327         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4328         If getting the file informations by a query fails try it with the
4329         seek-to-end trick too.
4330
4331 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4332
4333         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4334         (gst_volume_base_init), (gst_volume_class_init),
4335         (volume_process_double), (volume_process_float),
4336         (volume_transform_ip), (plugin_init):
4337         memset buffers to zero if we get a GAP buffer. We usually see a
4338         buffer as one unit so let's handle it as one and don't care about
4339         volume changes while processing one buffer.
4340         Also clean up some stuff a bit.
4341
4342 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4343
4344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4345         (gst_audio_convert_create_silence_buffer),
4346         (gst_audio_convert_transform):
4347         Make audioconvert GAP-aware by outputting silence buffers when the
4348         input has the GAP flag set. This is up to 8x faster.
4349         Based on a patch by Stefan Kost. Fixes bug #517813.
4350
4351 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4352
4353         * gst/volume/gstvolume.c: (volume_process_double):
4354         Use oil_scalarmultiply_f64_ns() for double processing when it's
4355         available at compile time.
4356
4357 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4358
4359         * configure.ac:
4360         Fix lrint/lrintf checks to actually work. These functions are
4361         in libm on Linux at least so try to link to it.
4362
4363 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4364
4365         * configure.ac:
4366         Back to development - 0.10.18.1
4367
4368 === release 0.10.18 ===
4369
4370 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4371
4372         * configure.ac:
4373           releasing 0.10.18, "I will follow"
4374
4375 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4376
4377         * configure.ac:
4378         * win32/common/config.h:
4379         0.10.17.4 pre-release
4380
4381 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4382
4383         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4384         Use GST_STR_NULL when trying to print strings that could be NULL because
4385         this might crash on some platforms. See #520808.
4386
4387 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4388
4389         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4390
4391         * gst-libs/gst/rtsp/gstrtspconnection.c:
4392         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4393         (read_line), (gst_rtsp_connection_read_internal):
4394         Generic Windows fixes that makes libgstrtsp work on Windows when
4395         coupled with the new GstPoll API. See #520808.
4396
4397 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4398
4399         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4400
4401         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4402           If seeking to a new position succeeds don't simply return from
4403           create() without creating a buffer. Do this only in the case
4404           seeking to the new position fails. Fixes bug #523054.
4405
4406 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4409           (gst_video_format_from_rgba32_masks):
4410           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4411           (#522635).
4412
4413         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4414           Add unit test for the RGB caps parsing and creation, checking for
4415           internal consistency of the new API and consistency of the API with
4416           the old GST_VIDEO_CAPS_* defines.
4417
4418 2008-03-14  David Schleef  <ds@schleef.org>
4419
4420         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4421           because -base is in freeze.
4422
4423 2008-03-14  David Schleef  <ds@schleef.org>
4424
4425         Patch by: William M. Brack
4426
4427         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4428
4429 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4430
4431         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4432         (gst_selector_pad_chain):
4433         * gst/playback/gststreamselector.h:
4434         Revert change that caused regression until a real fix is found.
4435         Fixes #522203.
4436
4437 2008-03-12  Michael Smith <msmith@fluendo.com>
4438
4439         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4440         * gst-libs/gst/audio/gstringbuffer.h:
4441           Rename recently added buffer types to make more sense.
4442         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4443         (gst_alsasink_write):
4444           Adapt for above API changes.
4445           Fixes bug #520523.
4446
4447 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4448
4449         * win32/common/libgstnetbuffer.def:
4450         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4451
4452 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4453
4454         * configure.ac:
4455         * win32/common/config.h:
4456         0.10.17.3 pre-release
4457
4458 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4459
4460         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4461         (gst_base_audio_src_create):
4462         Fix duration when no clock was provided. Fixes #520300.
4463
4464 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4465
4466         Patch by: Olivier Crete  <tester at tester ca>
4467
4468         * docs/libs/gst-plugins-base-libs-sections.txt:
4469         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4470         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4471         Add trivial function to compare GstNetAddress. See #520626.
4472         API: GstNetBuffer::gst_netaddress_equal
4473
4474 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4475
4476         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4477         Update mode property docs, it's deprecated now.
4478
4479 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4480
4481         * gst-libs/gst/rtsp/gstrtspconnection.c:
4482         (gst_rtsp_connection_create):
4483         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4484         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4485         * gst/tcp/gstmultifdsink.h:
4486         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4487         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4488         Remove GstPollMode from gstpoll constructor.
4489
4490 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4491
4492         * configure.ac:
4493         * win32/common/config.h:
4494         0.10.17.2 pre-release
4495
4496 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4497
4498         * gst/Makefile.am:
4499         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4500         them twice
4501
4502         * win32/common/libgstinterfaces.def:
4503         * win32/common/libgstrtp.def:
4504         Add new API to the defs
4505
4506 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4507
4508         Patch by: Mersad Jelacic  <mersad at axis dot com>
4509
4510         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4511         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4512         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4513         possible to specify the sample size in bits. (#509637)
4514
4515 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4516
4517         * tests/check/libs/mixer.c:
4518           Add a few simple checks for the new message types.
4519
4520 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4521
4522         * docs/libs/gst-plugins-base-libs-sections.txt:
4523         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4524           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4525           (gst_mixer_message_get_type),
4526           (gst_mixer_message_parse_option_changed),
4527           (gst_mixer_message_parse_options_list_changed):
4528         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4529           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4530           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4531           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4532           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4533           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4534
4535 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4538           (gst_mixer_options_get_values):
4539         * gst-libs/gst/interfaces/mixeroptions.h:
4540           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4541           (_GstMixerOptions), (_GstMixerOptionsClass):
4542           API: add GstMixerOptions::get_values vfunc (#519906)
4543
4544 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4545
4546         * configure.ac:
4547         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4548         plug-ins are included/excluded. (#498222)
4549
4550 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4551
4552         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4553         Add typefinder for IMelody files, using audio/x-imelody.
4554         See bug #519516.
4555
4556 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4557
4558         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4559         * ext/alsa/gstalsasink.c: (set_hwparams):
4560         * ext/alsa/gstalsasrc.c: (set_hwparams):
4561         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4562         * ext/ogg/gstoggmux.h:
4563         * ext/ogg/gstogmparse.c:
4564         * gst-libs/gst/audio/audio.c:
4565         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4566         * gst-libs/gst/pbutils/missing-plugins.c:
4567         (gst_missing_uri_sink_message_new),
4568         (gst_missing_element_message_new),
4569         (gst_missing_decoder_message_new),
4570         (gst_missing_encoder_message_new):
4571         * gst-libs/gst/rtp/gstbasertppayload.c:
4572         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4573         (gst_rtcp_packet_bye_get_reason):
4574         * gst/audioconvert/gstaudioconvert.c:
4575         * gst/audioresample/gstaudioresample.c:
4576         * gst/ffmpegcolorspace/imgconvert.c:
4577         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4578         * gst/typefind/gsttypefindfunctions.c:
4579         * gst/videoscale/vs_4tap.c:
4580         * gst/videoscale/vs_4tap.h:
4581         * sys/v4l/gstv4lelement.c:
4582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4583         * sys/v4l/v4l_calls.c:
4584         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4585         (gst_v4lsrc_try_capture):
4586         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4587         (gst_ximagesink_ximage_new):
4588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4589         (gst_xvimagesink_xvimage_new):
4590         * tests/check/elements/audioconvert.c:
4591         * tests/check/elements/audioresample.c:
4592         (fail_unless_perfect_stream):
4593         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4594         * tests/check/elements/decodebin.c:
4595         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4596         (setup_gdpdepay_streamheader):
4597         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4598         (setup_gdppay_streamheader):
4599         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4600         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4601         * tests/check/elements/textoverlay.c:
4602         * tests/check/elements/videorate.c: (setup_videorate):
4603         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4604         * tests/check/elements/volume.c: (setup_volume):
4605         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4606         * tests/check/elements/vorbistag.c:
4607         * tests/check/generic/clock-selection.c:
4608         * tests/check/generic/states.c: (setup), (teardown):
4609         * tests/check/libs/cddabasesrc.c:
4610         * tests/check/libs/video.c:
4611         * tests/check/pipelines/gio.c:
4612         * tests/check/pipelines/oggmux.c:
4613         * tests/check/pipelines/simple-launch-lines.c:
4614         (simple_launch_lines_suite):
4615         * tests/check/pipelines/streamheader.c:
4616         * tests/check/pipelines/theoraenc.c:
4617         * tests/check/pipelines/vorbisdec.c:
4618         * tests/check/pipelines/vorbisenc.c:
4619         * tests/examples/seek/scrubby.c:
4620         * tests/examples/seek/seek.c: (query_positions_elems),
4621         (query_positions_pads):
4622         * tests/icles/stress-xoverlay.c: (myclock):
4623         Correct all relevant warnings found by the sparse semantic code
4624         analyzer. This include marking several symbols static, using
4625         NULL instead of 0 for pointers and using "foo (void)" instead
4626         of "foo ()" for declarations.
4627
4628         * win32/common/libgstrtp.def:
4629         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4630
4631 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4632
4633         Patch by: José Alburquerque <jaalburqu svn gnome org>
4634
4635         * gst/playback/gstplaybin2.c:
4636           Make the function signature of the _get_*_tags() functions match
4637           the signature of the vfuncs they implement, ie. return a
4638           GstTagList rather than a GstStructure, which is more correct,
4639           even if one is typedef'ed to the other (#518940).
4640
4641 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4642
4643         * gst-libs/gst/rtsp/gstrtspconnection.c:
4644           Don't include unix headers unconditionally (fixes #518037).
4645
4646 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4649           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4650           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4651           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4652           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4653           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4654           (gst_video_format_is_packed), (video_format_is_packed):
4655           Add unit test that makes sure that the strides, offsets and
4656           sizes returned for the various YUV formats by the new video API
4657           match the old reference implementation in videotestsrc.
4658
4659 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4662           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4663           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4664           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4665           (gst_video_format_get_pixel_stride),
4666           (gst_video_format_get_component_width),
4667           (gst_video_format_get_component_height),
4668           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4669         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4670           (GST_VIDEO_FORMAT_Y42B):
4671           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4672
4673 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4676           YV12 is I420 with swapped components 1 and 2, so the offset of
4677           component 1 for I420 should be the offset for component 2 for YV12
4678           and vice versa.
4679
4680 2008-02-29  Rene Stadler  <mail@renestadler.de>
4681
4682         * sys/v4l/gstv4lelement.c:
4683         Add missing semicolon to fix indentation.
4684
4685 2008-02-29  Julien Moutte  <julien@fluendo.com>
4686
4687         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4688         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4689         if we can do SPDIF output.
4690         * ext/alsa/gstalsa.h:
4691         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4692         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4693         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4695         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4696         to support AC3, EC3 and IEC958 buffers.
4697
4698 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4701           (gst_mixer_message_parse_mute_toggled),
4702           (gst_mixer_message_parse_record_toggled),
4703           (gst_mixer_message_parse_volume_changed),
4704           (gst_mixer_message_parse_option_changed):
4705           De-cruft and fix message type assertions (NULL is not a really
4706           valid mixer message type string).
4707
4708 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4709
4710         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4711         When negotiating, actually start from a format that we can support
4712         instead of from the too generic template.
4713
4714 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4715
4716         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4717         Enable vis setting.
4718
4719         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4720         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4721         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4722         (gen_vis_chain):
4723         Implement vis switching while playing.
4724
4725 2008-02-28  David Schleef  <ds@schleef.org>
4726
4727         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4728
4729 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4730
4731         Patch by: Peter Kjellerstedt  <pkj at axis com>
4732
4733         * gst/tcp/Makefile.am:
4734         * gst/tcp/fdsetstress.c:
4735         * gst/tcp/gstfdset.c:
4736         * gst/tcp/gstfdset.h:
4737         Removed fdset and stress test, they are now known as GstPoll in
4738         core. 
4739
4740         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4741         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4742         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4743         (gst_multi_fd_sink_handle_client_write),
4744         (gst_multi_fd_sink_queue_buffer),
4745         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4746         (gst_multi_fd_sink_stop):
4747         * gst/tcp/gstmultifdsink.h:
4748         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4749         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4750         (gst_tcp_gdp_read_caps):
4751         * gst/tcp/gsttcp.h:
4752         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4753         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4754         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4755         * gst/tcp/gsttcpclientsink.h:
4756         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4757         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4758         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4759         * gst/tcp/gsttcpclientsrc.h:
4760         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4761         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4762         * gst/tcp/gsttcpserversink.h:
4763         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4764         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4765         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4766         * gst/tcp/gsttcpserversrc.h:
4767         Port to GstPoll. See #505417.
4768
4769 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4770
4771         Patch by: Peter Kjellerstedt  <pkj at axis com>
4772
4773         * gst-libs/gst/rtsp/gstrtspconnection.c:
4774         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4775         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4776         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4777         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4778         (gst_rtsp_connection_flush):
4779         * gst-libs/gst/rtsp/gstrtspconnection.h:
4780         Use GstPoll for the rtsp connection. See #505417.
4781
4782 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4783
4784         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4785         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4786         Add combo box for visualisations, populate it with a factory list
4787         of all visualisation plugins, configure vis plugin instance in
4788         playbin2. 
4789
4790 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4791
4792         * tests/check/libs/rtp.c: (GST_START_TEST):
4793         Add check for RTP buffer defaults, padding and marker bit API.
4794
4795 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4796
4797         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4798         Use memcpy() instead of upcasting a byte array to long *. This
4799         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4800         This should be ported to GCheckSum once we can use GLib 2.16.
4801         Partially fixes bug #500833.
4802
4803 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4806           Push tag event after the newsegment event. Log the pointer of
4807           the buffer we're actually going to push rather than the buffer
4808           we're feeding to _make_metadata_writable().
4809
4810 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4811
4812         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4813         Comment smoke typefinder for now. The smokedec plugin needs one
4814         frame per buffer but we have no parser yet, thus it simply crashes
4815         in most situations.
4816
4817 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4818
4819         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4820         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4821
4822 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4823
4824         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4825         (plugin_init):
4826         Add midi typefinder, copied from the timidity plugin.
4827
4828 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4829
4830         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4831
4832         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4833         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4834           (subparse_suite):
4835           Forward slashes at the beginning and end of a line also signify
4836           italics (Fixes: #518162).
4837
4838 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4839
4840         * tests/check/gst-plugins-base.supp:
4841         Add a suppression for a cached value in GIO that wasn't moved
4842         while moving gio from -bad to -base.
4843
4844 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4845
4846         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4847
4848         * configure.ac:
4849         Don't hardcode -Wall and -Werror for configure checks, this fails
4850         with non-GCC compilers. Fixes bug #517991.
4851
4852 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4853
4854         * gst/audioconvert/gstaudioconvert.c:
4855         * gst/audioconvert/gstaudioquantize.c:
4856         * gst/audioconvert/gstaudioquantize.h:
4857           Make audioconvert gap aware. If noiseshaping is used, wait for
4858           noiseshaping to converge before marking as GAP. Fixes #517813.
4859
4860 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4861
4862         * gst/audiotestsrc/gstaudiotestsrc.c:
4863           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4864
4865 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4866
4867         * ext/gnomevfs/gstgnomevfssink.c:
4868         (gst_gnome_vfs_sink_handle_event):
4869         Return FALSE when seeking for a new segment fails instead
4870         of silently ignoring the failure and appending every buffer
4871         that comes for the new segment.
4872
4873 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4874
4875         * gst/playback/gstplaysink.c: (find_property),
4876         (gst_play_sink_find_property), (gen_video_chain),
4877         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4878         Recursively search the sink element for a last-frame property so that we
4879         can also find the property in autovideosink and friends that don't
4880         always proxy the internal sink properties.
4881
4882 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * gst-libs/gst/audio/multichannel.c:
4885           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4886           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4887           (gst_audio_set_structure_channel_positions_list),
4888           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4889           (gst_audio_fixate_channel_positions):
4890           Fix confusing terminology in docs and code: structure fields are
4891           'fields' and not 'properties'.
4892
4893 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * gst-libs/gst/audio/multichannel.c:
4896           (gst_audio_check_channel_positions), (add_list_to_struct):
4897           Give more useful warning messages if one of the channel
4898           layout enums passed to us is invalid and if the "channels"
4899           field in the caps has a GType we don't expect.
4900
4901 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst-libs/gst/audio/multichannel.c:
4904           Fix typo in docs blurb.
4905
4906 2008-02-19  Julien Moutte  <julien@fluendo.com>
4907
4908         Patch by: Josep Torra Valles <josep@fluendo.com>
4909
4910         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4911         typefind lookup to fix typefinding on HD clips.
4912
4913 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * gst/playback/gstscreenshot.c:
4916         * gst/playback/gstscreenshot.h:
4917           Fix up copyright (I rewrote the GStreamer-0.10 code for
4918           this from scratch back in the days).
4919
4920 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4921
4922         * gst/playback/Makefile.am:
4923         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4924         (create_element), (gst_play_frame_conv_convert):
4925         * gst/playback/gstscreenshot.h:
4926         Add screenshot conversion code from totem.
4927
4928         * gst/playback/gstplay-marshal.list:
4929         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4930         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4931         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4932         Implement frame property to get a color-unconverted snapshot.
4933         Implement convert-frame action signal to get a converted snapshot image.
4934         Configure connection speed in uridecodebin.
4935         Document some more properties.
4936
4937         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4938         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4939         (gst_play_sink_get_last_frame):
4940         * gst/playback/gstplaysink.h:
4941         Use last-buffer property of the video sink to get a video snapshot.
4942
4943         * tests/examples/seek/seek.c: (shot_cb), (main):
4944         Add snapshot button for playbin2 and use the frame property to save the
4945         frame as a png in the current directory.
4946
4947 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4948
4949         Patch by: Josep Torra Valles <josep at fluendo dot com>
4950
4951         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4952         (plugin_init):
4953         Add typefinding support for h264 elementary streams.
4954         Fixes bug #517420.
4955
4956 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4957
4958         * configure.ac:
4959           Require CVS of core for new API in collectpads.
4960
4961         * gst/adder/gstadder.c:
4962           Use new API to make adder sparse stream aware.
4963
4964 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4965
4966         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4967         (no_more_pads_cb):
4968         Get the object data correct so that we can remove our channels
4969         correctly.
4970
4971         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4972         (gen_vis_chain), (gst_play_sink_reconfigure),
4973         (gst_play_sink_request_pad):
4974         Add option to disable async behaviour in the sinks when possible. This
4975         makes it possible to avoid an audio queue when dealing with
4976         visualisations.
4977         Add option to add a queue for the audio path.
4978
4979         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4980         (main):
4981         Disable the vis checkbox to match the defaults of playbin2.
4982         Only get the stream info when we need to.
4983
4984 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4987         (gst_gio_base_sink_set_stream):
4988         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4989         (gst_gio_base_src_set_stream):
4990         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4991         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4992         Don't use async operations as they require a running main loop.
4993         This makes us block again when closing streams and unable
4994         to mount the enclosing volume of an URI if it isn't yet.
4995
4996 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4997
4998         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4999         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
5000         (gen_vis_chain), (gst_play_sink_reconfigure),
5001         (gst_play_sink_request_pad):
5002         Move tee in front of the audio and vis pipelines.
5003         Add queue for audio for now.
5004         Add visualisation support.
5005
5006         * tests/examples/seek/seek.c: (main):
5007         Visualisation is by default disabled.
5008
5009 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
5010
5011         * ext/gio/gstgiobasesink.c: (close_stream_cb):
5012         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
5013         Improve debugging a bit.
5014
5015         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
5016         * ext/gio/gstgiosink.h:
5017         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
5018         * ext/gio/gstgiosrc.h:
5019         Try to mount the enclosing volume of a GFile if it isn't mounted
5020         yet. This requires us to wait for an async operation to finish, done
5021         with an nested GMainLoop. Authentication is not supported yet, will
5022         come later.
5023
5024 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5025
5026         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5027         (gst_play_bin_set_property), (gst_play_bin_get_property),
5028         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5029         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5030         (gst_play_sink_get_mute), (gen_audio_chain):
5031         * gst/playback/gstplaysink.h:
5032         Add mute property.
5033
5034         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5035         (gst_selector_pad_chain):
5036         * gst/playback/gststreamselector.h:
5037         Make sure we forward the event only once.
5038
5039         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5040         Add and implement the mute button for playbin2.
5041
5042 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5043
5044         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5045
5046         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5047         Add some more debug info.
5048         Make sure we never return a negative delay. Fixes #516246.
5049
5050 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5053           Revert patch that makes the sink hold the object lock when
5054           calling snd_pcm_delay(), since it breaks playback for me.
5055
5056 2008-02-12  Julien Moutte  <julien@fluendo.com>
5057
5058         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5059         some seek flags when changing rate.
5060
5061 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5062
5063         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5064         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5065         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5066         Fix potential leaks.
5067
5068         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5069         Fix leak when there is no function configured.
5070
5071 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5072
5073         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5074         (gst_v4lsrc_buffer_finalize):
5075         Correctly chain up the finalize method.
5076
5077 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5078
5079         * ext/gio/gstgiostreamsink.c:
5080         * ext/gio/gstgiostreamsrc.c:
5081         Add documentation and example code for giostreamsink/giostreamsrc.
5082
5083         * tests/check/pipelines/gio.c: (GST_START_TEST):
5084         Ask the GMemoryOutputStream for the data instead of assuming that
5085         the pointer to the data stayed the same. It could've been realloc'ed.
5086
5087 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5088
5089         * ext/gio/gstgiosink.c:
5090         * ext/gio/gstgiosrc.c:
5091         Make the documentation of giosink/giosrc complete, large parts
5092         are based on the gnomevfssink/gnomevfssrc docs.
5093
5094 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5095
5096         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5097         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5098         * docs/plugins/gst-plugins-base-plugins.args:
5099         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5100         * docs/plugins/gst-plugins-base-plugins.interfaces:
5101         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5102         * docs/plugins/gst-plugins-base-plugins.signals:
5103         * docs/plugins/inspect/plugin-adder.xml:
5104         * docs/plugins/inspect/plugin-audioconvert.xml:
5105         * docs/plugins/inspect/plugin-audiorate.xml:
5106         * docs/plugins/inspect/plugin-audioresample.xml:
5107         * docs/plugins/inspect/plugin-decodebin.xml:
5108         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5109         * docs/plugins/inspect/plugin-gdp.xml:
5110         * docs/plugins/inspect/plugin-gio.xml:
5111         * docs/plugins/inspect/plugin-gnomevfs.xml:
5112         * docs/plugins/inspect/plugin-libvisual.xml:
5113         * docs/plugins/inspect/plugin-ogg.xml:
5114         * docs/plugins/inspect/plugin-pango.xml:
5115         * docs/plugins/inspect/plugin-playback.xml:
5116         * docs/plugins/inspect/plugin-queue2.xml:
5117         * docs/plugins/inspect/plugin-subparse.xml:
5118         * docs/plugins/inspect/plugin-theora.xml:
5119         * docs/plugins/inspect/plugin-uridecodebin.xml:
5120         * docs/plugins/inspect/plugin-videorate.xml:
5121         * docs/plugins/inspect/plugin-videoscale.xml:
5122         * docs/plugins/inspect/plugin-volume.xml:
5123         * docs/plugins/inspect/plugin-vorbis.xml:
5124         Add the GIO documentation again and while at that run make update.
5125
5126 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5129         * ext/alsa/gstalsasink.c: (set_swparams):
5130         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5131           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5132           against libasound >= 1.0.16, since it's been deprecated in
5133           0.10.16, and alignment is always 1 then, apparently. (#512899)
5134
5135 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * gst/playback/gstplaybin.c: (gen_audio_element):
5138         * gst/playback/gstplaysink.c: (gen_audio_chain):
5139           Handle case where we can't create the volume element a bit
5140           better (#514307).
5141
5142 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5145         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5146           Add support for https protocol. Fixes #510229.
5147
5148 2008-02-11  Julien Moutte  <julien@fluendo.com>
5149         
5150         Patch by: Alan Peevers <peeves@pacbell.net>
5151
5152         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5153         lock when calling alsa methods.
5154
5155 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5156
5157         * gst/typefind/gsttypefindfunctions.c:
5158           Bump rank of jpeg and png typefinders, which will return maximum
5159           probability in the most common cases (thus short-circuiting more
5160           expensive typefinders like the mp3 one for these two quite common
5161           image types).
5162
5163 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5164
5165         * ext/theora/theoraparse.c:
5166         Fix long description of the theora parser to be more verbose than just
5167         the type name.
5168
5169 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5170
5171         Patch by: Branko Čibej <brane at xbc dot nu>
5172
5173         * sys/xvimage/xvimagesink.c:
5174         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5175         Fixes bug #515654.
5176
5177 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5178
5179         * gst/playback/gstplaybasebin.c:
5180         Set is_dynamic as True if there are elements with both request
5181         and sometimes src pad templates instead of breaking out when it
5182         finds the first pad template that is a src.
5183
5184 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5185
5186         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5187         (update_streams), (video_combo_cb), (audio_combo_cb),
5188         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5189         Add some stream switching and volume gui for playbin2.
5190
5191 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5192
5193         * gst/playback/gstplay-marshal.list:
5194         Added marshal for streamselector Tags.
5195
5196         * gst/playback/gstplaybasebin.c: (set_active_source):
5197         Streamselector now selects pads based on the pad object instead of its
5198         name.
5199
5200         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5201         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5202         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5203         (gst_play_bin_get_text_tags),
5204         (gst_play_bin_set_current_video_stream),
5205         (gst_play_bin_set_current_audio_stream),
5206         (gst_play_bin_set_current_text_stream),
5207         (gst_play_bin_set_property), (gst_play_bin_get_property),
5208         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5209         Remove option to mute streams with the current-a/v/t property, we have
5210         this functionality in the flags.
5211         Add signals to notify when the number of A/V/T channels changed.
5212         Add action signals to get tags for the A/V/T streams.
5213         Implement setting the current A/V/T stream.
5214         Rearrange some things to simplify stream selection.
5215         Implement volume.
5216
5217         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5218         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5219         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5220         (activate_vis), (gst_play_sink_reconfigure):
5221         * gst/playback/gstplaysink.h:
5222         Add and implement volume setting methods.
5223
5224         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5225         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5226         (gst_selector_pad_event), (gst_stream_selector_class_init),
5227         (gst_stream_selector_init), (gst_stream_selector_finalize),
5228         (gst_stream_selector_set_property),
5229         (gst_stream_selector_get_property),
5230         (gst_stream_selector_get_linked_pad),
5231         (gst_stream_selector_request_new_pad):
5232         * gst/playback/gststreamselector.h:
5233         Add pad properties for tags and status of pads.
5234         Keep tags on pads.
5235         Make active pad selection based on pad object instead of name.
5236
5237 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5238
5239         * configure.ac:
5240           Revert last change as we now check in gtk-doc.m4 for sed.
5241
5242 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5243
5244         * configure.ac:
5245         Find and subst SED when building the docs.
5246
5247 2008-02-08  Julien Moutte  <julien@fluendo.com>
5248
5249         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5250         (main): Make sure bus signals are reconnected when pressing STOP
5251         and then PLAY again for a parse launch pipeline. Fix a ref leak
5252         on the bus.
5253         * win32/common/config.h: Updated.
5254
5255 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5256
5257         * configure.ac:
5258         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5259         pre-releases or releases.
5260
5261 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5262
5263         * configure.ac:
5264         * ext/gio/Makefile.am:
5265         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5266         reporting
5267
5268 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5269
5270         * docs/plugins/Makefile.am:
5271         Add the headers which need scanning for the GIO plugin. The rest of
5272         the docs still need migrating.
5273
5274 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5275
5276         * ext/Makefile.am:
5277         * tests/check/Makefile.am:
5278         * tests/check/pipelines/.cvsignore:
5279         Add gio in a few more places.
5280
5281 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5282
5283         * configure.ac:
5284         * ext/Makefile.am:
5285         * tests/check/Makefile.am:
5286         Move gio plugin from -bad and mark as experimental.
5287
5288 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5289
5290         * gst-libs/gst/interfaces/mixeroptions.c:
5291         * gst-libs/gst/interfaces/mixertrack.c:
5292         Comment out a couple of other things which break the build when
5293         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5294
5295 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * docs/libs/gst-plugins-base-libs-sections.txt:
5298           Fix pbutils header.
5299
5300 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5301
5302         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5303         Fix compiler warning.
5304
5305 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5306
5307         Patch by: Peter Kjellerstedt  <pkj at axis com>
5308
5309         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5310         Clear the addrinfo struct using memset. Fixes #514937.
5311
5312 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5313
5314         * gst/tcp/gstfdset.h:
5315         Remove unused field to same some memory.
5316
5317         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5318         Mark action signals as such.
5319
5320 2008-02-06  Michael Smith <msmith@fluendo.com>
5321
5322         * ext/theora/theoradec.c: (_theora_granule_frame),
5323         (_inc_granulepos):
5324           Increment granulepos for new-bitstream versions appropriately.
5325           Fixes #514623.
5326
5327 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5328
5329         * tests/examples/seek/seek.c: (do_seek),
5330         (rate_spinbutton_changed_cb), (update_streams), (main):
5331         Remove obsolete stream_time reset after flushing seek, core does that
5332         automatically now.
5333         Improve accuracy of speed spinbutton.
5334         Only do playbin2 stuff when we actually use it.
5335
5336 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5337
5338         * tests/check/Makefile.am:
5339           Revert previous change of the test environment's GST_PLUGIN_PATH.
5340           The problem is not with the plugins, but with element factories
5341           and only occurs if elements are split out from existing plugins
5342           or if plugins change name (see #512740).
5343
5344 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         * tests/check/Makefile.am:
5347           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5348           with the core's plugins first and our local build directories last,
5349           since we might be building against an installed core, and that
5350           core's plugin directory may contain older or other versions of
5351           our own -base plugins, but we really do want to test our local
5352           ones (if there are multiple plugins or element factories with the
5353           same name, those inspected last will trump those read in earlier).
5354           Fixes #512740 for the most part.
5355
5356 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5357
5358         * configure.ac:
5359         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5360         Use gmtime_r if available as gmtime is not MT-safe.
5361         Fixes bug #511810.
5362
5363 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5364
5365         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5366         Cast glong to time_t as time_t might have a different type on
5367         other platforms, like FreeBSD, and we get a compiler warning
5368         otherwise. Fixes bug #511825.
5369
5370 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5371
5372         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5373         (get_group), (get_n_pads), (gst_play_bin_get_property),
5374         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5375         (autoplug_select_cb), (deactivate_group):
5376         Remove stream-info, we going for something easier.
5377         Refactor getting the current group.
5378         Implement getting the number of audio/video/text streams.
5379
5380         * gst/playback/gststreamselector.c:
5381         (gst_stream_selector_class_init), (gst_stream_selector_init),
5382         (gst_stream_selector_get_property),
5383         (gst_stream_selector_request_new_pad),
5384         (gst_stream_selector_release_pad):
5385         * gst/playback/gststreamselector.h:
5386         Add property for number of pads.
5387
5388         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5389         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5390         (text_toggle_cb), (update_streams), (msg_async_done),
5391         (msg_state_changed), (main):
5392         Block slider callback when updating the slider position.
5393         Add gui elements for controlling playbin2.
5394         Add callback for async_done that updates position/duration.
5395
5396 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5397
5398         * docs/plugins/Makefile.am:
5399         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5400         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5401         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5402         * docs/plugins/gst-plugins-base-plugins.interfaces:
5403         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5404           First round of plugin docs cleansups.
5405
5406         * docs/plugins/inspect/plugin-adder.xml:
5407         * docs/plugins/inspect/plugin-alsa.xml:
5408         * docs/plugins/inspect/plugin-audioconvert.xml:
5409         * docs/plugins/inspect/plugin-audiorate.xml:
5410         * docs/plugins/inspect/plugin-audioresample.xml:
5411         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5412         * docs/plugins/inspect/plugin-cdparanoia.xml:
5413         * docs/plugins/inspect/plugin-decodebin.xml:
5414         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5415         * docs/plugins/inspect/plugin-gdp.xml:
5416         * docs/plugins/inspect/plugin-gnomevfs.xml:
5417         * docs/plugins/inspect/plugin-libvisual.xml:
5418         * docs/plugins/inspect/plugin-ogg.xml:
5419         * docs/plugins/inspect/plugin-pango.xml:
5420         * docs/plugins/inspect/plugin-subparse.xml:
5421         * docs/plugins/inspect/plugin-tcp.xml:
5422         * docs/plugins/inspect/plugin-theora.xml:
5423         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5424         * docs/plugins/inspect/plugin-video4linux.xml:
5425         * docs/plugins/inspect/plugin-videorate.xml:
5426         * docs/plugins/inspect/plugin-videoscale.xml:
5427         * docs/plugins/inspect/plugin-videotestsrc.xml:
5428         * docs/plugins/inspect/plugin-volume.xml:
5429         * docs/plugins/inspect/plugin-vorbis.xml:
5430         * docs/plugins/inspect/plugin-ximagesink.xml:
5431         * docs/plugins/inspect/plugin-xvimagesink.xml:
5432           Regenerate.
5433
5434         * ext/ogg/Makefile.am:
5435         * ext/ogg/gstoggmux.c:
5436         * ext/ogg/gstoggmux.h:
5437           Add header for oggmux. the c-file needs a doc blob still.
5438
5439 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5440
5441         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5442
5443         * gst-libs/gst/rtp/gstrtpbuffer.c:
5444         (gst_rtp_buffer_set_extension_data):
5445         * gst-libs/gst/rtp/gstrtpbuffer.h:
5446         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5447         Add gst_rtp_buffer_set_extension_data() 
5448         Add a unit test for this addition. Fixes #511478.
5449         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5450
5451 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * configure.ac:
5454         Back to CVS
5455
5456 === release 0.10.17 ===
5457
5458 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5459
5460         * configure.ac:
5461           releasing 0.10.17, "Peanut Butter and Jelly"
5462
5463 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5464
5465         * gst-libs/gst/interfaces/mixeroptions.c:
5466         * gst-libs/gst/interfaces/mixertrack.c:
5467         Also remove the conditional registration of the signals
5468         that disappeared with the ABI change in 0.10.14
5469
5470 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5471
5472         * gst-libs/gst/rtsp/gstrtspconnection.c:
5473         Revert patch to gstrtspconnection.c for brown paper bag
5474         release of -base. Re-opens: #511825
5475
5476 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5477
5478         * gst-libs/gst/interfaces/mixeroptions.h:
5479         * gst-libs/gst/interfaces/mixertrack.h:
5480         Change the way these deprecated function pointers are removed
5481         so that the compiled ABI is unconditionally smaller. This 
5482         sets in stone an ABI break that actually occurred when the
5483         things were deprecated in 0.10.14, which seems to be the best
5484         fix as the only known users are oss-mixer and sunaudio-mixer in 
5485         gst-plugins-good.
5486         Fixes: #513018
5487
5488 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5489
5490         * win32/common/libgstpbutils.def:
5491           Export the two new _get_type() functions which are needed
5492           by the python bindings.
5493
5494 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5495
5496         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5497         Cast glong to time_t as time_t might have a different type on
5498         other platforms, like FreeBSD, and we get a compiler warning
5499         otherwise. Fixes bug #511825.
5500
5501 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5502
5503         * gst-libs/gst/audio/gstaudiofilter.c:
5504         (gst_audio_filter_class_init):
5505         Initialize the GstRingerBuffer class to get it's debug category
5506         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5507         category and otherwise we get some g_critical(). Fixes bug #512334.
5508
5509 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5510
5511         * configure.ac:
5512         Back to CVS
5513
5514 === release 0.10.16 ===
5515
5516 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5517
5518         * configure.ac:
5519           releasing 0.10.16, "Scheduled Interruption"
5520
5521 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5522
5523         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5524
5525         * gst-libs/gst/rtp/gstrtpbuffer.c:
5526         (gst_rtp_buffer_get_extension_data):
5527         Fix typos and wrong extension check. Fixes #511274.
5528
5529 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5530
5531         * po/sk.po:
5532         Oops - add new sk.po mentioned in the LINGUAS I just committed
5533
5534 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5535
5536         * po/LINGUAS:
5537         Add ca translation to the disted list.
5538
5539         * win32/vs6/libgstsdp.dsp:
5540         Convert line endings to CRLF
5541
5542 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5543
5544         * win32/MANIFEST:
5545         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5546
5547 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5548
5549         * win32/common/libgstsdp.def:
5550         * win32/common/libgstvideo.def:
5551         Add new API declarations
5552
5553 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5554
5555         * ext/theora/gsttheoradec.h:
5556         * ext/theora/gsttheoraparse.h:
5557         * ext/theora/theoradec.c:
5558         * ext/theora/theoraparse.c:
5559         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5560         and parser by inspecting the bitstream version of the incoming data.
5561
5562 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5563
5564         * configure.ac:
5565         * pkgconfig/Makefile.am:
5566         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5567         * pkgconfig/gstreamer-audio.pc.in:
5568         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5569         * pkgconfig/gstreamer-cdda.pc.in:
5570         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5571         * pkgconfig/gstreamer-fft.pc.in:
5572         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5573         * pkgconfig/gstreamer-floatcast.pc.in:
5574         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5575         * pkgconfig/gstreamer-interfaces.pc.in:
5576         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5577         * pkgconfig/gstreamer-netbuffer.pc.in:
5578         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5579         * pkgconfig/gstreamer-pbutils.pc.in:
5580         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5581         * pkgconfig/gstreamer-riff.pc.in:
5582         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5583         * pkgconfig/gstreamer-rtp.pc.in:
5584         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5585         * pkgconfig/gstreamer-rtsp.pc.in:
5586         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5587         * pkgconfig/gstreamer-sdp.pc.in:
5588         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5589         * pkgconfig/gstreamer-tag.pc.in:
5590         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5591         * pkgconfig/gstreamer-video.pc.in:
5592         Provide one pkg-config file for every gst-plugins-base library.
5593         This makes linking to those libraries much more intuitive and
5594         provides standard pkg-config behaviour for them. Fixes bug #499697.
5595
5596 2008-01-13  David Schleef  <ds@schleef.org>
5597
5598         * gst/videoscale/vs_4tap.c:
5599           Fix valgrind error on 4tap scaling method.
5600
5601 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5602
5603         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5604         Include Winsock2.h for VS6 and use a different way initialize
5605         hints structure so it can build with VS6.
5606         * win32/MANIFEST:
5607         * win32/vs6/libgstsdp.dsp:
5608         * win32/common/libgstsdp.def:
5609         Add new files for libgstsdp.
5610         * win32/vs6/grammar.dsp:
5611         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5612         * win32/vs6/gst_plugins_base.dsw:
5613         * win32/vs6/libgstdecodebin.dsp:
5614         * win32/vs6/libgstdecodebin2.dsp:
5615         * win32/vs6/libgstplaybin.dsp:
5616         * win32/vs6/libgstvolume.dsp:
5617         Add new dependencies to the link list.
5618
5619 2008-01-13  Julien Moutte  <julien@fluendo.com>
5620
5621         * win32/common/config.h:
5622         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5623         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5624         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5625         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5626         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5627         * win32/common/interfaces-enumtypes.c:
5628         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5629         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5630         (gst_mixer_track_flags_get_type),
5631         (gst_tuner_channel_flags_get_type):
5632         * win32/common/multichannel-enumtypes.c:
5633         (gst_audio_channel_position_get_type):
5634         * win32/common/pbutils-enumtypes.c:
5635         (gst_install_plugins_return_get_type):
5636         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5637         in the win32 build directory.
5638
5639 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5640
5641         * tests/check/Makefile.am:
5642         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5643
5644         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5645         * tests/check/elements/playbin.c:
5646         * tests/check/libs/mixer.c: (test_element_interface_supported),
5647         (gst_implements_interface_init):
5648         * tests/check/libs/rtp.c: (GST_START_TEST):
5649         Fix various assignment type mismatches.
5650
5651 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5652
5653         * configure.ac:
5654         * gst-libs/gst/rtsp/Makefile.am:
5655         Add test to see if hstrerror is available or if we need libresolv
5656         (Solaris) for it, then use it in libgstrtsp.
5657
5658 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5659
5660         * gst-libs/gst/tag/Makefile.am:
5661         Fix include path order
5662
5663 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5664
5665         * gst-libs/gst/pbutils/install-plugins.c:
5666         (gst_install_plugins_context_copy),
5667         (gst_install_plugins_context_get_type):
5668         * gst-libs/gst/pbutils/install-plugins.h:
5669         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5670         for bindings.
5671
5672 2008-01-11  Michael Smith <msmith@fluendo.com>
5673
5674         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5675         (_theora_granule_frame), (_theora_granule_start_time),
5676         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5677           Adapt for post-alpha meaning of granulepos, when we
5678           have a newer version of libtheora.
5679         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5680         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5681         (theora_enc_is_discontinuous), (theora_enc_chain):
5682           Likewise.
5683         * tests/check/Makefile.am:
5684           Link libtheora into theoraenc test so we can check which version of
5685           libtheora we're testing against.
5686         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5687         (check_buffer_granulepos),
5688         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5689         (theoraenc_suite):
5690           Adapt tests to check the values that are now defined for theora; make
5691           the tests backwards-adapt the passed values if we're running against an
5692           old libtheora.
5693           Fixes #497964
5694
5695 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5696
5697         * gst-libs/gst/audio/gstbaseaudiosink.c:
5698           (gst_base_audio_sink_class_init):
5699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5700           (gst_base_audio_src_class_init):
5701           Ref audio clock class from a thread-safe context to make sure
5702           we're not bit by GObjects lack of thread-safety here (#349410),
5703            however unlikely that may be in practice.
5704
5705 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5706
5707         * autogen.sh:
5708           Add -Wno-portability to the automake parameters to stop warnings
5709           about GNU make extensions being used. We require GNU make in almost
5710           every Makefile anyway.
5711           
5712         * configure.ac:
5713           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5714           at the same time is required for per target flags.
5715
5716 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5719           Post an error message if we can't pull as many bytes as we need
5720           for the tag. This makes sure the user gets to see a proper error
5721           message if a file with a partial ID3 tag is fed to decodebin, and
5722           not a 'no ID3 tag demuxer' error, which would be confusing
5723           (see #508138).
5724
5725 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * gst-libs/gst/pbutils/descriptions.c: (formats):
5728           Add description strings for ID3, APE, and ICY tags.
5729
5730 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         * gst/playback/gstdecodebin.c: (try_to_link_1):
5733           Make sure we error out correctly if we can't activate one of
5734           the elements we've added.  Fixes #508138.
5735           
5736 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         Patch by: Bastien Nocera <hadess at hadess net>
5739
5740         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5741           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5742           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5743           the volume is the same for all channels. This works around
5744           some problem in alsa that leaves us with inconsistent state
5745           for some reason (#486840).
5746
5747 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5748
5749         Patch by: Jerone Young <jerone at gmail com>
5750
5751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5752           If there's no mixer track by the name of 'Master' or 'Front',
5753           check if there's one called 'PCM' before trying the generic
5754           fallback logic (fixes #506928, where we pick 'Mic' as master
5755           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5756
5757 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5758
5759         * gst/playback/gstplay-enum.c:
5760         (register_gst_autoplug_select_result),
5761         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5762         (gst_play_flags_get_type):
5763         * gst/playback/gstplay-enum.h:
5764         Add enums for configuration flags.
5765
5766         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5767         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5768         (gst_play_bin_get_property), (no_more_pads_cb),
5769         (autoplug_select_cb), (gst_play_bin_change_state):
5770         Merge mode with flags.
5771         Add more property getters/setters, defaults and docs.
5772         Add properties to get number of audio/video/text streams.
5773         Create sink object in _init so that we can always rely on it being
5774         there.
5775
5776         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5777         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5778         (activate_vis), (gst_play_sink_reconfigure),
5779         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5780         (gst_play_sink_change_state):
5781         * gst/playback/gstplaysink.h:
5782         Use flags to configure the sink pipelines.
5783         Add tee before audio pipeline so that we can use it for visualisations.
5784         Start working on integrating visualisations.
5785         Remove mode, we can do everything with the flags now.
5786         Add method to configue the sink pipeline.
5787
5788 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5789
5790         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5791           (check_buffer_timestamp), (check_buffer_duration):
5792           Turn these functions into macros so we can see right away
5793           where the failure occured.
5794
5795 2008-01-05  Julien Moutte  <julien@fluendo.com>
5796
5797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5798         debugging information to understand how X calculates the stride
5799         for XvImages.
5800
5801 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5802
5803         * gst/volume/Makefile.am:
5804         * gst/volume/gstvolume.c: (volume_choose_func),
5805         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5806         (volume_setup):
5807         * gst/volume/gstvolume.h:
5808         Use GstAudioFilter as base class for the volume element instead of
5809         plain GstBaseTransform.
5810
5811 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5812
5813         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5814         Don't set element details for the abstract GstAudioFilter class.
5815
5816 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * gst-libs/gst/audio/gstaudiofilter.c:
5819         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5820         Implement get_unit_size() vmethod of GstBaseTransform.
5821
5822 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5823
5824         * gst-libs/gst/pbutils/Makefile.am:
5825         * gst-libs/gst/pbutils/pbutils.h:
5826         Use glib-enum generator to have a proper enum GType for
5827         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5828
5829 2007-12-31  David Schleef  <ds@schleef.org>
5830
5831         * tests/check/Makefile.am:
5832         * tests/check/pipelines/theoraenc.c:
5833           Reenable theoraenc test, which fails on the buildbot but
5834           not locally.
5835
5836 2007-12-31  David Schleef  <ds@schleef.org>
5837
5838         * docs/libs/.cvsignore:
5839         * docs/plugins/.cvsignore:
5840           Add *-undeclared.txt to fix buildbot.
5841
5842 2007-12-31  David Schleef  <ds@schleef.org>
5843
5844         * tests/check/Makefile.am:
5845           Second attempt at disabling theoraenc test long enough to
5846           get buildbot to compile -base.
5847
5848 2007-12-31  David Schleef  <ds@schleef.org>
5849
5850         * tests/check/pipelines/theoraenc.c:
5851           Disable theoraenc test long enough to get the buildbot to
5852           compile a recent -base.
5853
5854 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5855
5856         * tests/examples/seek/seek.c: (stop_cb):
5857         Make sure we reset the slider value to 0.0 without racing against a
5858         possible g_idle that sets it to something else.
5859
5860 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5861
5862         * sys/ximage/ximagesink.c:
5863         fix typo
5864
5865 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5866
5867         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5868         * gst-libs/gst/rtsp/gstrtspdefs.h:
5869         Add Location header so that we can start implementing redirects.
5870         See #506025.
5871
5872 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5873
5874         * gst/subparse/gstssaparse.c:
5875         combine if's
5876
5877 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5878
5879         * gst/subparse/gstssaparse.c:
5880         remove duplicate log message
5881
5882 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5883
5884         * ext/libvisual/visual.c: (gst_visual_chain):
5885         Fix 'xyz may be used uninitialized' compiler warnings caused
5886         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5887         abort() in any case but properly report the error.
5888
5889 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5890
5891         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5892         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5893         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5894         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5895         (autoplug_select_cb), (activate_group), (deactivate_group),
5896         (setup_next_source), (save_current_group),
5897         (gst_play_bin_change_state):
5898         Code cleanups.
5899         Remove next-uri, we can use the uri property just fine.
5900         Fix some crasher.
5901         Unref uridecodebin when switching.
5902         Fix going to READY.
5903
5904         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5905         (gst_play_sink_init), (gst_play_sink_dispose),
5906         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5907         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5908         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5909         (gst_play_sink_set_property), (gst_play_sink_get_property),
5910         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5911         (gen_vis_element), (gst_play_sink_get_mode),
5912         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5913         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5914         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5915         (gst_play_sink_change_state):
5916         * gst/playback/gstplaysink.h:
5917         Add some locking to make things threadsafe.
5918
5919         * gst/playback/test7.c: (about_to_finish_cb):
5920         Fix test.
5921
5922 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5923
5924         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5925           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5926           (gst_video_scale_transform):
5927           Don't claim to be able to handle/transform caps that can't really
5928           be handled by the currently selected scaling method (here: RGB or
5929           packed YUV with 4-tap method). Also add locking to method property.
5930
5931         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5932           (test_basetransform_based):
5933           Some test pipelines for the above (not entirely valgrind clean yet
5934           apparently).
5935
5936 2007-12-21  David Schleef  <ds@schleef.org>
5937
5938         * gst-libs/gst/video/video.c:
5939         * gst-libs/gst/video/video.h:
5940           Add additional RGBA and RGB-24 video formats.
5941
5942 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5945           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5946           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5947         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5948           (cddabasesrc_suite):
5949           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5950           deprecated in the future (see #498924).
5951
5952 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5953
5954         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5955           Don't leak event.
5956
5957 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5958
5959         * gst-libs/gst/riff/riff-read.c:
5960         Use GST_ROUND_UP_2 macro
5961
5962 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5963
5964         * gst/playback/.cvsignore:
5965           Ignore more.
5966
5967 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5970         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5971           (set_active_source):
5972         * gst/playback/gstplaybasebin.h:
5973         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5974           (setup_sinks), (playbin_set_subtitles_visible):
5975           Make switching off of subtitles work. To avoid all kind of
5976           problems with unlinking of the subtitle input, we just keep
5977           the subtitle inputs linked as they are and tell textoverlay
5978           not to render them. Fixes #373011.
5979           Other subtitle switching issues (esp. when there are both
5980           external and in-stream subtitles) remain. They'll be solved
5981           in playbin2.
5982
5983 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5984
5985         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5986         Init the pad segment too.
5987
5988 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5989
5990         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5991         (gst_audioringbuffer_open_device),
5992         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5993         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5994         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5995         (gst_audio_sink_create_ringbuffer):
5996         Improve debug output.
5997
5998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5999         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
6000         Prevent some functions from doing things and failing when the
6001         ringbuffer is not yet acquired.
6002
6003 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6004
6005         * gst-libs/gst/interfaces/interfaces.h:
6006           Also remove interfaces.h from CVS as it is not needed anymore.
6007
6008 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
6009
6010         * gst-libs/gst/interfaces/Makefile.am:
6011           interfaces.h is not used anymore so remove it from the build
6012           process.
6013
6014 2007-12-17  David Schleef  <ds@schleef.org>
6015
6016         * gst/videotestsrc/gstvideotestsrc.c:
6017         * gst/videotestsrc/gstvideotestsrc.h:
6018           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
6019           for testing vertical refresh synchronization.
6020
6021 2007-12-17  David Schleef  <ds@schleef.org>
6022
6023         * docs/libs/gst-plugins-base-libs-sections.txt:
6024         * gst-libs/gst/video/video.c:
6025         * gst-libs/gst/video/video.h:
6026           Add new GstVideFormat enum and write a bunch of helper functions
6027           based around it.
6028
6029 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         * Makefile.am:
6032           Use new common/win32.mak.
6033
6034 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6035
6036         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6037         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6038         Add debug info.
6039         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6040         the parent state change function, just like the audiosink, because the
6041         parent waits for the element to finish its processing before completing
6042         the state change. This makes going to PAUSED a lot snappier.
6043         When going from READY to PAUSED, don't allow the ringbuffer to start
6044         yet.
6045
6046 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6047
6048         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6049         Yet another fix for broken software that produce files with an empty
6050         blockalign field. Instead of completely failing, make a second attempt
6051         at guessing the width/depth by looking at strf->size.
6052
6053 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6056           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6057         * gst-libs/gst/pbutils/install-plugins.c:
6058           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6059         * gst-libs/gst/pbutils/missing-plugins.c:
6060           (gst_missing_plugin_message_get_installer_detail),
6061           (gst_missing_encoder_installer_detail_new):
6062         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6063         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6064           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6065           avoid compiler warnings (#503930).
6066
6067 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6068
6069         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6070         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6071         for jpeg video streams.
6072         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6073         for the above modification.
6074
6075 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6078           (gst_x_overlay_handle_events):
6079           More guards (we don't want klass to end up being NULL).
6080
6081 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6082
6083         * configure.ac:
6084         * gst/volume/gstvolume.c: (gst_volume_init):
6085           Use new gst_base_transform_set_gap_aware() function as volume
6086           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6087           for this.
6088
6089 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6090
6091         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6092         Don't go to READY on EOS as this avoids testing of seeking and
6093         restarting after EOS, use the stop button when you want to READY.
6094         Don't try to do a flushing seek in segment-done, it does not make
6095         sense to use this for gapless playback and is not needed.
6096
6097 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6098
6099         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6100         (reset_rate_timer), (update_in_rates), (update_out_rates),
6101         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6102         (gst_queue_chain), (gst_queue_loop):
6103         Use separate timers for input and output rates.
6104         Pause measuring the output rate when we block for more data.
6105         See #503262.
6106
6107 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6108
6109         * gst/playback/gstqueue2.c: (gst_queue_chain):
6110         Pause the timer to measure the input rate when we block because the
6111         queue is filled. See #503262.
6112
6113 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6114
6115         Patch by: Peter Kjellerstedt  <pkj at axis com>
6116
6117         * gst-libs/gst/rtsp/gstrtspconnection.c:
6118         (gst_rtsp_connection_free):
6119         Close control sockets. Fixes #503440.
6120
6121 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6122
6123         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6124         Expose the right pad in the right place with the right element.
6125
6126 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         * gst-libs/gst/pbutils/descriptions.c: (formats):
6129           Add description for 'private' dts caps (who come up with that name?).
6130
6131 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         * Makefile.am:
6134           Add check-exports target and run it with 'make check'.
6135
6136         * configure.ac:
6137           Be stricter about what we export in our libraries: change regexp so that
6138           we only export _gst_foo(), but not __gst_foo().
6139
6140         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6141         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6142           Change internal functions to __gst_foo so they dont' get exported.
6143
6144         * win32/common/libgstaudio.def:
6145           Add missing symbols.
6146
6147 2007-12-11  David Schleef  <ds@schleef.org>
6148
6149         * ChangeLog: remove conflict markers
6150
6151 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * ext/gnomevfs/Makefile.am:
6154         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6155           Use gst_tag_freeform_string_to_utf8() here, which also takes
6156           into account any character sets specified by the user via
6157           environment variables.
6158
6159 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6160
6161         * gst/audioconvert/Makefile.am:
6162         Also link to libm.
6163
6164 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6165
6166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6167         No need for floating point operations here. avoids having to link
6168         against the math library too.
6169
6170 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * gst-libs/gst/pbutils/descriptions.c: (formats),
6173           (format_info_get_desc):
6174         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6175           (GST_START_TEST):
6176           Add one or two missing formats.  Generate ADPCM description
6177           dynamically depending on layout/format.
6178
6179 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6180
6181         * configure.ac:
6182           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6183
6184 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6185
6186         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6187
6188         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6189           Some .srt files start with chunk number 0 and not chunk number 1,
6190           recognise and accept those as well (fixes #502497).
6191
6192         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6193           (test_src):
6194           Add unit test for the above.
6195
6196 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6197
6198         * gst/playback/gstplay-enum.c:
6199         (register_gst_autoplug_select_result),
6200         (gst_autoplug_select_result_get_type):
6201         * gst/playback/gstplay-enum.h:
6202         Add missing files.
6203
6204 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6205
6206         * gst/playback/Makefile.am:
6207         Group decodebin2 and uridecodebin into the same plugin so that they
6208         can share the GEnumType.
6209
6210         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6211         (_gst_select_accumulator), (gst_decode_bin_class_init),
6212         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6213         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6214         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6215         Add signal to sort factories instead of the more awkward autoplug-select
6216         signal.
6217         Modify autoplug_select so that we can try, skip or expose the
6218         autopluggin of an element on a pad.
6219
6220         * gst/playback/gstfactorylists.c: (compare_ranks),
6221         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6222         (element_filter), (gst_factory_list_get_elements),
6223         (gst_factory_list_debug), (gst_factory_list_filter):
6224         * gst/playback/gstfactorylists.h:
6225         Simplify the API, allow getting elements based on mask.
6226
6227         * gst/playback/gstplay-marshal.list:
6228         Add some more marshallers.
6229
6230         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6231         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6232         (autoplug_select_cb), (activate_group):
6233         Add support for managing non-raw sinks by providing a custom element and
6234         sink list to decodebin2.
6235         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6236         decodebin2.
6237
6238         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6239         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6240         * gst/playback/gstplaysink.h:
6241         Add support for raw and non-raw sinks. 
6242         Add support to force sinks selected by playbin2.
6243         Don't plug raw converters for non-raw sinks.
6244
6245         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6246         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6247         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6248         (plugin_init):
6249         Use right accumulators.
6250         Proxy new signal.
6251
6252 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6255         Use runnning time as the base time instead of the timestamp.
6256         Spotted by Saur on IRC.
6257
6258 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6259
6260         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6261         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6262
6263 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6264
6265         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6266         (gst_ogg_demux_read_chain):
6267         If we find a new serial number but it does not contain a BOS page, make
6268         sure we initialize the chain to NULL because else we will try to scan it
6269         and crash. Fixes #500763
6270
6271 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6272
6273         * gst/playback/Makefile.am:
6274         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6275         (get_feature_array), (decoders_filter), (sinks_filter),
6276         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6277         (gst_factory_list_filter):
6278         * gst/playback/gstfactorylists.h:
6279         Refactor some common code to filter factories and check caps compat.
6280
6281         * gst/playback/gstdecodebin.c:
6282         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6283         (gst_decode_bin_init), (gst_decode_bin_dispose),
6284         (gst_decode_bin_autoplug_continue),
6285         (gst_decode_bin_autoplug_factories),
6286         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6287         (find_compatibles):
6288         * gst/playback/gstplaybin.c:
6289         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6290         (gst_play_bin_init), (gst_play_bin_finalize),
6291         (autoplug_factories_cb), (activate_group):
6292         * gst/playback/gstqueue2.c:
6293         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6294         (proxy_autoplug_continue_signal),
6295         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6296         (proxy_drained_signal):
6297         Add some more debug info and use factor filtering code.
6298
6299 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6300
6301         * gst/audiotestsrc/gstaudiotestsrc.c:
6302         * gst/volume/gstvolume.c:
6303         * gst/volume/gstvolume.h:
6304           Add GAP-flag support.
6305
6306 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6307
6308         * tests/examples/seek/seek.c: (main): Increase the range of the
6309         rate selector as I would like to test QOS behavior at higher
6310         forward and reverse playback speed like say 64x.
6311
6312 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6313
6314         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6315         (audioresample_query), (audioresample_query_type),
6316         (gst_audioresample_set_property):
6317         Implement latency query.
6318
6319 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         * gst-libs/gst/audio/gstbaseaudiosink.c:
6322         (gst_base_audio_sink_drain):
6323         Our EOS time contains the base_time, _wait_eos() expects a running_time
6324         so we have to subtract the base_time again before calling the function.
6325         This fixes an EOS regression where the base_time was added twice and EOS
6326         took longer and longer in certain situations.
6327         Fixes #498767.
6328
6329 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6330
6331         * docs/libs/gst-plugins-base-libs-sections.txt:
6332         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6333         (gst_base_audio_sink_set_provide_clock),
6334         (gst_base_audio_sink_get_provide_clock),
6335         (gst_base_audio_sink_set_slave_method),
6336         (gst_base_audio_sink_get_slave_method),
6337         (gst_base_audio_sink_set_property),
6338         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6339         (gst_base_audio_sink_none_slaving),
6340         (gst_base_audio_sink_handle_slaving):
6341         * gst-libs/gst/audio/gstbaseaudiosink.h:
6342         Expose methods for some object properties so that subclasses can more
6343         easily configure them.
6344         Added slave method none, that completely disables slaving to the
6345         internal clock.
6346         API: gst_base_audio_sink_set_provide_clock()
6347         API: gst_base_audio_sink_get_provide_clock()
6348         API: gst_base_audio_sink_set_slave_method()
6349         API: gst_base_audio_sink_get_slave_method()
6350
6351         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6352         (gst_base_audio_src_set_provide_clock),
6353         (gst_base_audio_src_get_provide_clock),
6354         (gst_base_audio_src_set_property),
6355         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6356         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6357         Expose methods for some object properties so that subclasses can more
6358         easily configure them.
6359         API: gst_base_audio_src_set_provide_clock()
6360         API: gst_base_audio_src_get_provide_clock()
6361
6362 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6363
6364         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6365
6366         * gst-libs/gst/sdp/gstsdpmessage.c:
6367         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6368
6369 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6370
6371         * tests/check/libs/fft.c: (GST_START_TEST):
6372         Fix scaling to really have dB instead of something else.
6373
6374 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6375
6376         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6377         GTK version, use it.
6378
6379 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6380
6381         * tests/examples/seek/seek.c: (main): Try to support stable version
6382         of GTK.
6383
6384 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6385
6386         * gst/playback/README:
6387         * gst/playback/test7.c:
6388           Fix the build + little README update.
6389
6390 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6391
6392         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6393         Add playbin2 seek pipeline.
6394
6395 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6396
6397         * gst/playback/Makefile.am:
6398         * gst/playback/gstplayback.c: (plugin_init):
6399         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6400         (eos_cb), (about_to_finish_cb), (main):
6401         Add playbin2.
6402         Added gapless playback example.
6403
6404         * gst/playback/gstplaybasebin.c:
6405         * gst/playback/gstplaybasebin.h:
6406         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6407         * gst/playback/gstqueue2.c:
6408         * gst/playback/test.c:
6409         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6410         (pad_removed_cb):
6411         * gst/playback/gststreaminfo.h:
6412         Change email.
6413
6414         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6415         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6416         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6417         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6418         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6419         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6420         (drained_cb), (unlink_group), (activate_group),
6421         (setup_next_source), (gst_play_bin_change_state),
6422         (gst_play_bin2_plugin_init):
6423         Added raw first version of playbin2. Does chained oggs and gapless
6424         playback fine. No support for raw sinks yet. No visualisations or
6425         subtitles yet.
6426
6427         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6428         (gst_play_sink_class_init), (gst_play_sink_init),
6429         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6430         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6431         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6432         (gst_play_sink_set_property), (gst_play_sink_get_property),
6433         (post_missing_element_message), (free_chain), (add_chain),
6434         (activate_chain), (gen_video_chain), (gen_text_element),
6435         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6436         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6437         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6438         (gst_play_sink_send_event), (gst_play_sink_change_state):
6439         * gst/playback/gstplaysink.h:
6440         Added Element that abstracts the sinks and their pipelines for playbin2.
6441
6442 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6443
6444         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6445         (gst_selector_pad_class_init), (gst_selector_pad_init),
6446         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6447         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6448         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6449         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6450         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6451         (gst_stream_selector_init), (gst_stream_selector_set_property),
6452         (gst_stream_selector_get_linked_pad),
6453         (gst_stream_selector_getcaps),
6454         (gst_stream_selector_is_active_sinkpad),
6455         (gst_stream_selector_activate_sinkpad),
6456         (gst_stream_selector_get_linked_pads),
6457         (gst_stream_selector_request_new_pad),
6458         (gst_stream_selector_release_pad):
6459         * gst/playback/gststreamselector.h:
6460         Improve streamselector, make it select and unselect the current pad more
6461         intelligently. 
6462         Subclass GstPad for the sinkpads of the selector.
6463         Handle segments more correctly.
6464         Fix caps negotiation.
6465         Implement release_pad.
6466
6467 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6470         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6471         (remove_fakesink):
6472         Add drained signal fired when decodebin finishes decoding the data.
6473         Remove deprecated STATE_DIRTY message.
6474
6475         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6476         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6477         (analyse_source), (proxy_drained_signal), (make_decoder),
6478         (source_new_pad), (value_list_append_structure_list),
6479         (handle_redirect_message), (handle_message):
6480         Proxy the new drained signal.
6481         Handle pad removed from decodebin.
6482         Handle redirect messages by sorting multiple redirections based on the
6483         connection speed.
6484
6485 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6486
6487         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6488
6489         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6490         Fix leaking headers. Fixes #496761.
6491
6492 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6493
6494         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6495
6496         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6497         (gst_ximagesink_change_state):
6498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6499         Don't leak the PAR on errors. Fixes #496731.
6500
6501 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6502
6503         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6504           (gst_tag_from_id3_user_tag):
6505           Add mapping for audio cd discid tags, so we can extract
6506           them from tags as well (see #347848). Also compare identifiers
6507           in ID3v2 TXXX frames in a case-insensitive way to increase
6508           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6509
6510 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6511
6512         * gst-plugins-base.doap:
6513         Oops, fix the release name.
6514
6515 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6516
6517         * gst-plugins-base.doap:
6518         Add 0.10.15 release
6519
6520 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6521
6522         * configure.ac:
6523         Back to CVS
6524
6525 === release 0.10.15 ===
6526
6527 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6528
6529         * configure.ac:
6530           releasing 0.10.15, "No need to argue"
6531
6532 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6533
6534         * win32/vs6/libgstfft.dsp:
6535         Convert line endings to DOS.
6536
6537 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6538
6539         * win32/vs6/gst_plugins_base.dsw:
6540         * win32/vs6/libgstfft.dsp:
6541         * win32/MANIFEST:
6542         Add a project file for fft plugin and remove socket
6543         based plugin which don't build from the workspace.
6544         * win32/vs6/libgstaudio.dsp:
6545         * win32/vs6/libgstrtp.dsp:
6546         * win32/vs6/libgsttag.dsp:
6547         Convert line endings back to DOS.
6548         Fixes #496724
6549
6550 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6551
6552         * win32/vs6/libgstinterfaces.dsp:
6553         * win32/vs6/libgstrtsp.dsp:
6554         Convert line endings back to DOS
6555
6556 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6557
6558         * gst-libs/gst/fft/kiss_fft_f32.h:
6559         * gst-libs/gst/fft/kiss_fft_f64.h:
6560         * gst-libs/gst/fft/kiss_fft_s16.h:
6561         * gst-libs/gst/fft/kiss_fft_s32.h:
6562         Don't include malloc.h which doesn't exist on Mac OSX.
6563         Instead, pull in glib.h and use g_malloc/g_free for 
6564         consistency. Fixes: #496548
6565
6566 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6567
6568         * gst/playback/gstdecodebin2.c:
6569           Dont leak ghostpad. Fixes #475451.
6570
6571 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6572
6573         * docs/design/design-decodebin.txt:
6574         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6575         Update some more docs and comments.
6576
6577 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6578
6579         Patch by: Sebastien Moutte  <sebastien moutte net>
6580
6581         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6582           (gst_rtcp_unix_to_ntp):
6583         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6584           Fix some C99-isms and and a missing function that some versions of
6585           MSVC don't like too much (#494346).
6586
6587         * win32/vs6/gst_plugins_base.dsw:
6588         * win32/vs6/libgstaudio.dsp:
6589         * win32/vs6/libgstrtp.dsp:
6590         * win32/vs6/libgsttag.dsp:
6591           Update vs6 projects files (#494346).
6592
6593 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6594
6595         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6596
6597         * win32/common/libgstaudio.def:
6598         * win32/common/libgstcdda.def:
6599         * win32/common/libgstinterfaces.def:
6600         * win32/common/libgstnetbuffer.def:
6601         * win32/common/libgstpbutils.def:
6602         * win32/common/libgstrtp.def:
6603         * win32/common/libgstrtsp.def:
6604         * win32/common/libgsttag.def:
6605         * win32/common/libgstvideo.def:
6606           More missing symbols to export (fixes #493986).
6607
6608 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6609
6610         * docs/libs/gst-plugins-base-libs-sections.txt:
6611         * gst-libs/gst/fft/gstfftf32.c:
6612         * gst-libs/gst/fft/gstfftf32.h:
6613         * gst-libs/gst/fft/gstfftf64.c:
6614         * gst-libs/gst/fft/gstfftf64.h:
6615         * gst-libs/gst/fft/gstffts16.c:
6616         * gst-libs/gst/fft/gstffts16.h:
6617         * gst-libs/gst/fft/gstffts32.c:
6618         * gst-libs/gst/fft/gstffts32.h:
6619         * tests/check/libs/fft.c: (GST_START_TEST):
6620         Remove the magnitude and phase calculation functions as these have
6621         very special use cases and can't even be used for the spectrum
6622         element. Also adjust the docs to mention some properties of the used
6623         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6624
6625 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6626
6627         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6628           (finish_source):
6629           Avoid crash when there are external subtitles (fixes #491722).
6630
6631 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6632
6633         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6634         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6635           'Could not open resource for writing' is not an acceptable
6636           error message when we can't open the audio device (see #492334),
6637           even less so when we're trying to open it to record something.
6638
6639 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6642
6643         * win32/common/libgstrtp.def:
6644           Add some more missing symbols (#492813).
6645
6646 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6649
6650         * tests/check/elements/audioconvert.c: (verify_convert):
6651           Add check to make sure that the out caps have a channel layout
6652           set on them where they should have one.
6653
6654 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6655
6656         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6657
6658         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6659         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6660           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6661           (#492306).
6662
6663         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6664           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6665           (it disappeared in GLib 2.14.0) (#492306).
6666
6667         * gst-libs/gst/sdp/Makefile.am:
6668         * gst-libs/gst/sdp/gstsdpmessage.c:
6669           Fix includes and LIBS for win32/Mingw (#492306).
6670
6671         * tests/examples/dynamic/addstream.c (pause_play_stream):
6672           Use more portable g_usleep() instead of sleep() (#492306).
6673
6674 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6677
6678         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6679           (gst_ring_buffer_parse_caps):
6680           Return NULL instead of an enum that happens to be 0, fixes warning
6681           on MSVC (#492114).
6682
6683         * gst-libs/gst/audio/gstringbuffer.h:
6684           No trailing commas in enum list (for gcc-2.9x).
6685
6686         * gst/videotestsrc/videotestsrc.c: (random_char):
6687           Make information loss explicit instead of implicitly truncating to
6688           eight bits via the return value.  Fixes runtime error on MSVC when
6689           using the debug CRT (#492114).
6690
6691         * win32/common/config.h.in:
6692           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6693
6694         * win32/common/libgstinterfaces.def:
6695         * win32/common/libgstrtp.def:
6696           Export a few more symbols (#492114).
6697
6698 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6699
6700         * gst-libs/gst/audio/audio.c:
6701         * gst-libs/gst/audio/audio.h:
6702           Readd the deprecation guards, but preserve compilability.
6703
6704 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6707           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6708           Preserve channel layout when fixating the number of channels in the
6709           output caps, or make sure there's a suitable channel position layout
6710           set on the caps if required. Fixes #430677.
6711
6712 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6713
6714         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6715           Make sure the pipeline really operates in push mode as it should
6716           in this case.
6717
6718 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * gst-libs/gst/audio/audio.h:
6721           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6722           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6723           (ie. normal cvs builds) will fail.
6724
6725 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6726
6727         * docs/libs/Makefile.am:
6728         * gst-libs/gst/audio/audio.c:
6729         * gst-libs/gst/audio/audio.h:
6730         * gst-libs/gst/interfaces/mixer.c:
6731           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6732
6733 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6736           (test_channel_layout_value_intersect), (audio_suite):
6737           Add simple unit test to make sure GstValue intersection
6738           of channel layouts works the way I think it does.
6739
6740 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6741
6742         * docs/libs/gst-plugins-base-libs-sections.txt:
6743         * gst-libs/gst/audio/gstaudiofilter.h:
6744         * gst-libs/gst/interfaces/mixer.h:
6745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6746         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6747         * gst-libs/gst/sdp/gstsdpmessage.c:
6748           Fix the docs according to what gtk-doc complained about.
6749
6750 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6751
6752         * tests/icles/stress-playbin.c:
6753           Fix the build.
6754
6755 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6758         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6759           Post nice/more useful error message if we don't have a decoder for
6760           the primary type.
6761
6762 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6763
6764         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6765         Be a bit more useful, unblock the pads after we fired the no-more-pads
6766         signal so that we can use the signal to inspect and connect all pads
6767         without having to keep extra state outside of decodebin.
6768
6769 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6770
6771         * gst/playback/gsturidecodebin.c:
6772         (gst_uri_decode_bin_autoplug_continue),
6773         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6774         Implement default signal handler so that we return TRUE when nothing is
6775         connected.
6776
6777 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6778
6779         * gst-libs/gst/riff/riff-media.c:
6780         (gst_riff_wavext_add_channel_layout),
6781         (gst_riff_wave_add_default_channel_layout),
6782         (gst_riff_wavext_get_default_channel_mask),
6783         (gst_riff_create_audio_caps):
6784         Use the ALSA channel layout as default for wav files without channel
6785         layout information. This fixes playback of chan-id.wav on 5.1 systems
6786         for example. Also refactor the channel layout setting a bit and add
6787         more default channel orders. Fixes #489010.
6788
6789 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6792           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6793           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6794           instead.
6795
6796 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6797
6798         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6799         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6800         (gst_decode_bin_set_subs_encoding),
6801         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6802         (gst_decode_bin_get_property), (analyze_new_pad):
6803         Move subtitle encoding property to decodebin2 so that it can set the
6804         property value on all elements that it autoplugs and that require it.
6805         Make caps refcounting more consistent in get/set.
6806
6807         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6808         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6809         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6810         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6811         (proxy_autoplug_continue_signal),
6812         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6813         (make_decoder):
6814         Proxy properties and relevant signals from the internal decodebin.
6815         Make properties MT safe.
6816
6817 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6820         * gst-libs/gst/tag/tags.c:
6821           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6822           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6823
6824         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6825           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6826
6827         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6828           (gst_tag_to_vorbis_comments):
6829           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6830           just mapping everything I found in the wild) (#414539).
6831
6832 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6833
6834         Inspired by patch of: René Stadler <mail at renestadler dot de>
6835
6836         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6837         (gst_decode_bin_autoplug_continue),
6838         (gst_decode_bin_autoplug_factories),
6839         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6840         (find_compatibles):
6841         * gst/playback/gstplay-marshal.list:
6842         Remove the autoplug-sort signal and replace it with a binding friendly
6843         autoplug-select signal.
6844         Add an autoplug-factories signal that can be used to generate a list of
6845         factories to try to autoplug.
6846         Add the GstPad to the autoplugging signal args as it might be needed to
6847         make a good factory selection.
6848         Fix up the marshallers for this. Fixes #407282.
6849
6850 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6851
6852         * gst-libs/gst/tag/gsttagdemux.c:
6853           Don't abort with an assertion if we receive a seek event with
6854           a start type of NONE (see launchpad bug #155878).
6855
6856 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6859         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6860         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6862         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6863         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6864         Make sure that before we clean up the X resources, we shutdown and join
6865         the event thread.
6866         Also make sure the event thread does not shut down immediatly after
6867         startup because the running variable is not yet correctly set.
6868         Fixes #378770. 
6869
6870 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6871
6872         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6873         Make the window for a race in typefind and shutting down smaller until
6874         we figure out the right locking here. Avoids #485753 usually.
6875
6876         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6877         Remove unneeded lock causing a race in typefind and shutting down.
6878         Fixes #485753.
6879
6880         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6881         Also remove sinks when going to NULL because we might not complete the
6882         state change to PAUSED, causing the PAUSED->READY state change not to
6883         happen.
6884
6885 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6886
6887         * gst-libs/gst/audio/gstbaseaudiosink.c:
6888         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6889         Also explicitly release the ringbuffer when going to NULL because it
6890         is required in the setcaps function, before the state change to PAUSED
6891         completes.
6892
6893 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6894
6895         * tests/icles/.cvsignore:
6896         * tests/icles/Makefile.am:
6897         * tests/icles/stress-playbin.c:
6898           Does what it says on the tin.
6899
6900 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6903         Fix queue negotiation. See #486758.
6904
6905 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6906
6907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6908         (gst_xvimagesink_xwindow_new),
6909         (gst_xvimagesink_update_colorbalance),
6910         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6911
6912         Fix handling of some of the X atoms. If the last parameter is True,
6913         XInternAtom won't create the atom if it doesn't exist, and therefore
6914         might return None. This causes X errors on Xv implementations that
6915         don't provide the colour balance attributes.
6916
6917 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6918
6919         * gst-libs/gst/tag/gstvorbistag.c:
6920         * tests/check/libs/tag.c:
6921           Extract vorbis comment LICENSE tags correctly.
6922
6923 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6924
6925         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6926
6927         * gst-libs/gst/tag/gstid3tag.c:
6928         * tests/check/libs/tag.c:
6929           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6930
6931 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6932
6933         * gst-libs/gst/tag/gsttagdemux.c:
6934           Don't error out when a buggy downstream element doesn't
6935           handle the newsegment event we send properly (especially
6936           not without posting a meaningful error message on the
6937           bus). See bug #471370 and launchpad bug #136264.
6938
6939 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6940
6941         * gst-libs/gst/audio/gstbaseaudiosink.c:
6942         (gst_base_audio_sink_drain):
6943         Use new basesink method to make our EOS drain interruptable.
6944
6945 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6946
6947         * gst-libs/gst/rtp/gstrtppayloads.c:
6948         Fix silly search-replace oversight.
6949
6950 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6951
6952         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6953
6954         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6955         (gst_basertppayload_set_outcaps):
6956         Fix caps memleak. Fixes #484989.
6957
6958
6959 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6960
6961         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6962         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6963         Fix debug output.
6964
6965 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6966
6967         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6968         (gst_base_audio_src_create):
6969         Also handle the case where there is no clock set on the audio source,
6970         like in the unit tests.
6971
6972 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6973
6974         * gst-libs/gst/rtp/gstrtppayloads.c:
6975         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6976         to avoid compiler warnings
6977
6978 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6979
6980         * gst/playback/gstdecodebin.c: (type_found),
6981         (gst_decode_bin_change_state):
6982         * gst/playback/gstdecodebin2.c: (type_found),
6983         (gst_decode_bin_change_state):
6984         Don't disconnect the have_type signal because we never reconnect it
6985         later on. Instead keep a variable to see if we already detected a type.
6986
6987 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6988
6989         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6990         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6991         (type_found):
6992         Unlink the signal handler when we found the type, we're not going to do
6993         anything sensible with more type_found signals anyway.
6994
6995 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst-libs/gst/tag/gsttagdemux.c:
6998           Don't leak caps.
6999
7000 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7001
7002         * gst-libs/gst/tag/Makefile.am:
7003         * gst-libs/gst/tag/gsttagdemux.c:
7004         * gst-libs/gst/tag/gsttagdemux.h:
7005           API: add GstTagDemux base class for simple tag demuxers.
7006
7007         * docs/libs/gst-plugins-base-libs-docs.sgml:
7008         * docs/libs/gst-plugins-base-libs-sections.txt:
7009           Add GstTagDemux to docs.
7010
7011 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
7012
7013         * gst-libs/gst/rtp/gstrtpbuffer.c:
7014         (gst_rtp_buffer_get_payload_subbuffer):
7015         Fix bug introduced with last commit which inverted the logic and
7016         caused all buffers to be dropped. Fixes #483620.
7017         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
7018
7019 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7020
7021         * gst-libs/gst/rtp/gstrtpbuffer.c:
7022           Replace g_return_if_val (as it could be disabled), with regular return
7023           and warning.
7024
7025 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * tests/check/pipelines/simple-launch-lines.c:
7028           Print message name and not just number.
7029
7030 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
7031
7032         * gst-libs/gst/audio/gstbaseaudiosink.c:
7033         (gst_base_audio_sink_async_play):
7034         When slaved to the clock, don't try to align a sample with the previous
7035         one when going to PLAYING again.
7036
7037 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7038
7039         * tests/examples/snapshot/snapshot.c:
7040           Fix the build.
7041
7042 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7043
7044         * gst-libs/gst/sdp/gstsdpmessage.h:
7045         Add RFC 3556 bandwidth modifiers.
7046
7047 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7048
7049         * docs/libs/gst-plugins-base-libs-docs.sgml:
7050         * docs/libs/gst-plugins-base-libs-sections.txt:
7051         * gst-libs/gst/rtp/gstrtppayloads.c:
7052         Update documentation.
7053
7054 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7055
7056         * gst-libs/gst/rtp/Makefile.am:
7057         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7058         (gst_rtp_payload_info_for_name):
7059         * gst-libs/gst/rtp/gstrtppayloads.h:
7060         Added new file and header to deal with payload info.
7061
7062         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7063         (gst_rtp_buffer_default_clock_rate):
7064         * gst-libs/gst/rtp/gstrtpbuffer.h:
7065         Payload specific stuff is move to new headers.
7066         Implement _default_clock rate using the new payload function.
7067
7068         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7069         (gst_sdp_parse_line):
7070         * gst-libs/gst/sdp/gstsdpmessage.h:
7071         Add some more comments.
7072
7073 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7074
7075         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7076         (sdp_check_header), (sdp_type_find), (plugin_init):
7077         Add typefind function for application/sdp.
7078         Remove some old dirac typefind code that was ifdeffed out.
7079
7080 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7081
7082         * win32/common/libgstaudio.def:
7083         Add new exported functions.
7084         * win32/vs6/grammar.dsp:
7085         Add autogeneration and copy of some autegenerated files from win32/common
7086         for rtsp library.
7087         * win32/vs6/libgstaudioconvert.dsp:
7088         Add gstaudioquantize.c to the build.
7089         * win32/vs6/libgstinterfaces.dsp:
7090         Add videoorientation.c to the build.
7091         * win32/vs6/libgstriff.dsp:
7092         Add libgsttag to the link libraries list.
7093         * win32/vs6/libgstvolume.dsp:
7094         Add liboil to the link.
7095         * win32/vs6/gst_plugins_base.dsw:
7096         * win32/vs6/libgstrtsp.dsp:
7097         * win32/common/libgstrtsp.def:
7098         Add files to build libgstrtsp library.
7099         
7100 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7101
7102         * tests/examples/snapshot/snapshot.c: (main):
7103         Print error when pipeline failed to construct.
7104
7105 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7106
7107         * configure.ac:
7108         * gst-libs/gst/tag/gstid3tag.c:
7109         * gst-libs/gst/tag/gstvorbistag.c:
7110           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7111           and ID3v2 tags.
7112
7113 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         * gst-libs/gst/floatcast/floatcast.h:
7116           Don't include config.h in an installed public header, this
7117           might break compilation of applications that don't have such
7118           a header and doesn't necessarily do what it's supposed to do
7119           anyway (ie. check for the lrint/lrintf defines) (#442065).
7120           Add docs for the various macros and document how this header
7121           has to be used (link against libm, etc.); add a few FIXMEs;
7122           include math.h for non-c99 code path.  Based on patch by
7123           Jan Schmidt.
7124           
7125 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7126
7127         * configure.ac:
7128         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7129         of duplicating these macros in configure.ac.
7130
7131 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7132
7133         * po/hu.po:
7134         * po/sv.po:
7135         * po/uk.po:
7136           Updated translations to 0.10.14
7137
7138 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7139
7140         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7141
7142         * po/pl.po:
7143           Added Polish translation.
7144
7145 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7146
7147         translated by: Ilkka Tuohela <hile@iki.fi>
7148
7149         * po/fi.po:
7150           Added Finnish translation.
7151
7152 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7153
7154         translated by: Jorge González González <aloriel@gmail.com>
7155
7156         * po/es.po:
7157           Added Spanish translation.
7158
7159 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7160
7161         translated by: Mogens Jaeger <mogens@jaeger.tf>
7162
7163         * po/da.po:
7164           Added Danish translation.
7165
7166 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7167
7168         translated by: Funda Wang <fundawang@linux.net.cn>
7169
7170         * po/zh_CN.po:
7171           Added Chinese (simplified) translation.
7172
7173 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7174
7175         translated by: Alexander Shopov <ash@contact.bg>
7176
7177         * po/bg.po:
7178           Added Bulgarian translation.
7179
7180 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7181
7182         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7183         Fix compilation wrt printf arguments.
7184
7185 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7186
7187         * configure.ac:
7188         * tests/examples/Makefile.am:
7189         * tests/examples/snapshot/.cvsignore:
7190         * tests/examples/snapshot/Makefile.am:
7191         * tests/examples/snapshot/snapshot.c: (main):
7192         Add simple snapshot example program using appsink.
7193
7194 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7195
7196         * tests/check/generic/states.c:
7197           Improved state change unit test.
7198
7199 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7200
7201         * docs/plugins/.cvsignore:
7202         * tests/check/.cvsignore:
7203           Ignore registries in any format.
7204
7205 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7206
7207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7208         (gst_base_rtp_depayload_chain),
7209         (gst_base_rtp_depayload_set_gst_timestamp):
7210         Only copy timestamp on outgoing packets if the depayloader did not set
7211         one.
7212         Also copy duration on outgoing packets.
7213
7214 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7217         (gst_basertppayload_set_outcaps):
7218         Fix compilation because of missing %d in printf.
7219         When fixating caps, fixate what we can and throw away all remaining
7220         unfixed caps, subclasses should do something smart if they need to.
7221
7222 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7223
7224         * ext/gnomevfs/gstgnomevfssrc.c:
7225           Improve debug logs a bit and be more verbose if things go wrong.
7226
7227 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7228
7229         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7230         (gst_text_overlay_set_property):
7231         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7232         * gst-libs/gst/audio/gstbaseaudiosink.c:
7233         (gst_base_audio_sink_render):
7234         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7235         (gst_rtcp_unix_to_ntp):
7236         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7237         * gst/playback/gstqueue2.c:
7238         * tests/examples/seek/seek.c: (set_scale):
7239         Fix a bunch of compile warnings shown with Forte.
7240
7241         * gst/audiorate/gstaudiorate.c:
7242         Always pull in config.h before including any system headers.
7243
7244 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7245
7246         * gst/playback/gstqueue2.c: (update_buffering),
7247         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7248         (gst_queue_handle_sink_event), (gst_queue_chain),
7249         (gst_queue_push_one), (gst_queue_sink_activate_push),
7250         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7251         Also fix #476514 for queue2.
7252
7253 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7254
7255         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7256         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7257         (gst_base_rtp_depayload_chain),
7258         (gst_base_rtp_depayload_handle_sink_event),
7259         (gst_base_rtp_depayload_push_full),
7260         (gst_base_rtp_depayload_set_gst_timestamp),
7261         (gst_base_rtp_depayload_change_state):
7262         Remove code to deal with RTP to GST time conversion, we now just copy
7263         the GST timestamp we receive to the outgoing buffers.
7264         Handle segment and flushes correctly.
7265
7266         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7267         When we have no valid input timestamp, use the previous rtp timestamp on
7268         the outgoing RTP packet instead of the RTP base time.
7269
7270 2007-09-15  David Schleef  <ds@schleef.org>
7271
7272         * ext/alsa/gstalsa.c:
7273         * ext/alsa/gstalsadeviceprobe.c:
7274         * ext/alsa/gstalsamixer.c:
7275         * ext/alsa/gstalsasink.c:
7276         * ext/alsa/gstalsasrc.c:
7277           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7278
7279 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * gst-libs/gst/rtp/gstbasertppayload.c:
7282         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7283         Add some debug info when negotiating caps.
7284
7285 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7286
7287         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7288         A buffer with an empty payload is also a valid buffer.
7289
7290 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7291
7292         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7293         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7294         (gst_basertppayload_change_state):
7295         Make sure we start our RTP timestamp from the random base RTP
7296         timestamp even if the buffer timestamp starts from some random value.
7297
7298 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * configure.ac:
7301         * tests/examples/Makefile.am:
7302         * tests/examples/dynamic/.cvsignore:
7303         * tests/examples/dynamic/Makefile.am:
7304         * tests/examples/dynamic/addstream.c: (create_stream),
7305         (pause_play_stream), (message_received), (eos_message_received),
7306         (perform_step), (main):
7307         Add simple exmple app to demonstrate starting and pausing live and
7308         non-live bins in a PLAYING pipeline.
7309
7310 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7311
7312         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7313         typefind for QCP files (RFC #3625)
7314
7315 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7316
7317         * gst-libs/gst/audio/gstbaseaudiosink.c:
7318         (gst_base_audio_sink_init):
7319         Disable pull mode scheduling, we're not ready for it yet and it subtly
7320         breaks a lot of things.
7321
7322 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * tests/check/elements/libvisual.c:
7325           Test all libvisual plugins, not just the first one; this reproduces
7326           bug #450336 quite easily.  Looks like a problem with the 'jess'
7327           visualisation.
7328
7329 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7330
7331         * tests/check/Makefile.am:
7332         * tests/check/elements/.cvsignore:
7333         * tests/check/elements/libvisual.c:
7334           Add basic libvisual test case in an attempt to reproduce bug #450336.
7335           Doesn't reproduce that bug, but some other crasher instead (invalid
7336           free), at least with make elements/libvisual.forever and the bumscope
7337           plugin on x86-64/gutsy. Leaving test disabled for now.
7338
7339 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7340
7341         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7342
7343         * gst-libs/gst/rtsp/gstrtspconnection.c:
7344         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7345         (read_body), (gst_rtsp_connection_receive):
7346         Make sure we can not cancel in the middle of receiving a message.
7347         Fixes #475731.
7348
7349 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7350
7351         Patch by: Josep Torra Valles <josep@fluendo.com>
7352
7353         * gst/playback/gstplaybasebin.c:
7354           Increase upper limit for audio queue a bit; fixes preroll problem
7355           with playbin and decodebin2 when playing a quicktime trailer with
7356           multichannel audio via http (#464666).
7357
7358 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7359
7360         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7361         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7362         (gst_base_audio_src_provide_clock),
7363         (gst_base_audio_src_set_property),
7364         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7365         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7366         Allow othe clocks than the internal clock to be used for the pipeline.
7367         Add property to disable clock provide.
7368         API: GstBaseAudioSrc::provide-clock
7369
7370 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7371
7372         * gst/playback/gstdecodebin2.c:
7373           Don't leak request pads. Fixes #475395.
7374
7375 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7376
7377         Patch by: René Stadler <mail at renestadler dot de>
7378
7379         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7380         (gst_ximage_buffer_class_init):
7381         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7382         (gst_xvimage_buffer_class_init):
7383         Correctly chain up finalize with the parent class to prevent
7384         memory leaks. Fixes #474880.
7385
7386 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7387
7388         * gst/volume/gstvolume.c: (volume_choose_func):
7389         * tests/check/elements/volume.c: (GST_START_TEST):
7390         Revert the latest change: floating point samples are allowed to
7391         have any value, not only values in the range [-1,1]. Thanks to Andy
7392         Wingo for noticing.
7393         Also fix processing of int32 samples with volumes > 4 by making the
7394         unity value smaller which prevents overflows.
7395
7396 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7397
7398         * gst-libs/gst/rtp/gstrtpbuffer.c:
7399         * tests/check/libs/rtp.c:
7400           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7401
7402 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7405
7406         * gst-libs/gst/rtp/gstrtpbuffer.c:
7407           Fix up GstRTPHeader helper struct so that compilers will not under
7408           any circumstances add padding in between our fields, as currently
7409           happens with MSVC on win32, because that would lead to us sending
7410           out RTP payloads with broken RTP headers (#471194).
7411           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7412           
7413         * tests/check/Makefile.am:
7414         * tests/check/libs/.cvsignore:
7415         * tests/check/libs/rtp.c:
7416           Add some simple unit tests for GstRTPBuffer. Some are disabled
7417           because the code tested still needs fixing (set_csrc() does not work).
7418
7419 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7420
7421         * win32/MANIFEST:
7422         * win32/common/gstrtsp-enumtypes.c:
7423         * win32/common/gstrtsp-enumtypes.h:
7424         * win32/common/interfaces-enumtypes.c:
7425         * win32/common/interfaces-enumtypes.h:
7426         * win32/common/multichannel-enumtypes.c:
7427           Add rtsp enumtypes (#474384) and update others.
7428
7429 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7430
7431         * configure.ac:
7432           Fix configure check for HAVE_LIBXML_HTML.
7433
7434 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7435
7436         * tests/check/libs/.cvsignore:
7437           Ignore more, in case the build bots work again one day.
7438
7439 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7440
7441         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7442
7443         * configure.ac:
7444         * gst-libs/gst/Makefile.am:
7445         * gst-libs/gst/fft/Makefile.am:
7446         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7447         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7448         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7449         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7450         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7451         * gst-libs/gst/fft/gstfft.h:
7452         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7453         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7454         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7455         * gst-libs/gst/fft/gstfftf32.h:
7456         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7457         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7458         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7459         * gst-libs/gst/fft/gstfftf64.h:
7460         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7461         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7462         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7463         * gst-libs/gst/fft/gstffts16.h:
7464         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7465         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7466         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7467         * gst-libs/gst/fft/gstffts32.h:
7468         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7469         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7470         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7471         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7472         * gst-libs/gst/fft/kiss_fft_f32.h:
7473         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7474         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7475         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7476         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7477         * gst-libs/gst/fft/kiss_fft_f64.h:
7478         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7479         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7480         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7481         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7482         * gst-libs/gst/fft/kiss_fft_s16.h:
7483         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7484         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7485         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7486         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7487         * gst-libs/gst/fft/kiss_fft_s32.h:
7488         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7489         (kiss_fftr_f32), (kiss_fftri_f32):
7490         * gst-libs/gst/fft/kiss_fftr_f32.h:
7491         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7492         (kiss_fftr_f64), (kiss_fftri_f64):
7493         * gst-libs/gst/fft/kiss_fftr_f64.h:
7494         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7495         (kiss_fftr_s16), (kiss_fftri_s16):
7496         * gst-libs/gst/fft/kiss_fftr_s16.h:
7497         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7498         (kiss_fftr_s32), (kiss_fftri_s32):
7499         * gst-libs/gst/fft/kiss_fftr_s32.h:
7500         * gst-libs/gst/fft/kiss_version:
7501         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7502         * pkgconfig/gstreamer-plugins-base.pc.in:
7503         Add libgstfft, a FFT library based on Kiss FFT which is
7504         BSD licensed. Supported sample formats are int16, int32,
7505         float and double. For those formats a real FFT and IFFT
7506         can be done, different windowing functions can be applied
7507         and functions for extracting the magnitude and phase exist.
7508         Fixes #468619.
7509
7510         * docs/libs/Makefile.am:
7511         * docs/libs/gst-plugins-base-libs-docs.sgml:
7512         * docs/libs/gst-plugins-base-libs-sections.txt:
7513         Integrate libgstfft into the docs.
7514
7515         * tests/check/Makefile.am:
7516         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7517         Add unit tests for libgstfft, currently only testing the FFT.
7518         Unit tests for IFFT will follow soon.
7519
7520 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7521
7522         Patch by: Peter Kjellerstedt  <pkj at axis com>
7523
7524         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7525         (gst_sdp_message_init), (gst_sdp_message_uninit),
7526         (is_multicast_address), (gst_sdp_message_as_text),
7527         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7528         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7529         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7530         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7531         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7532         (gst_sdp_media_init), (gst_sdp_media_uninit),
7533         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7534         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7535         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7536         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7537         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7538         * gst-libs/gst/sdp/gstsdpmessage.h:
7539         Separate INIT_ARRAY() and related macros into two versions, one for
7540         structures and one for pointers (e.g., INIT_ARRAY() and
7541         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7542         lists of emails and phone numbers.
7543         Add missing const as appropriate.
7544         Change all gint to guint since they all actually represent unsigned
7545         values.
7546         Do not use time as a variable name as it shadows the global time().
7547         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7548         Actually implement gst_sdp_message_add_time().
7549         Make gst_sdp_message_add_time() take repeat times as an argument.
7550         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7551         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7552         misspelled as badwidth).
7553         gst-indented and a little clean up. Fixes #471067.
7554
7555 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7556
7557         * gst/volume/gstvolume.c: (volume_choose_func),
7558         (volume_process_double), (volume_process_double_clamp),
7559         (volume_process_float_clamp):
7560         Correctly clamp float/double samples in the [-1.0,1.0] range to
7561         prevent weird effects.
7562         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7563         Add unit tests for all samples types that had none before.
7564
7565 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * gst-libs/gst/rtp/gstrtpbuffer.c:
7568           Need to include stdlib.h for abs() here too.
7569
7570 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * gst/playback/gststreaminfo.c:
7573           Fix build.
7574
7575 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7576
7577         * gst/playback/gststreaminfo.c:
7578           Clean up some half-disabled code and comment.
7579
7580 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7583
7584         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7585         (gst_base_rtp_payload_audio_handle_event):
7586         Return FALSE from the event handler to let the parent class handle the
7587         event. Fixes #446766.
7588
7589         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7590         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7591         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7592
7593         * gst-libs/gst/rtp/gstbasertppayload.c:
7594         Bump the MTU to 1400.
7595
7596 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7597
7598         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7599         Add an audio/x-nsf typefind function for the nsfdec element.
7600
7601 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7602         * gst/playback/gstplaybasebin.c:
7603         Included "myth://" on stream_uris list for enable buffering to mythtv files
7604
7605 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7606
7607         * docs/libs/gst-plugins-base-libs-sections.txt:
7608         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7609         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7610         (gst_rtcp_unix_to_ntp):
7611         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7612         Fix parsing of RB blocks.
7613         Fix docs.
7614         Added helper functions to convert to/from UNIX and NTP time.
7615         API: gst_rtcp_ntp_to_unix()
7616         API: gst_rtcp_unix_to_ntp()
7617
7618         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7619         (gst_rtp_buffer_get_header_len),
7620         (gst_rtp_buffer_get_extension_data),
7621         (gst_rtp_buffer_get_payload_subbuffer),
7622         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7623         (gst_rtp_buffer_ext_timestamp):
7624         * gst-libs/gst/rtp/gstrtpbuffer.h:
7625         Fix some more docs.
7626         Implement handling of packets with extensions.
7627         Fix padding check in _validate().
7628         Added function to get extension data.
7629         API: gst_rtp_buffer_get_header_len()
7630         API: gst_rtp_buffer_get_extension_data()
7631
7632 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7635         (gst_base_rtp_depayload_class_init),
7636         (gst_base_rtp_depayload_set_gst_timestamp):
7637         Add some more docs for the queue-delay property and fix a typo in a
7638         comment.
7639
7640         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7641         Fix typo.
7642
7643 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7644
7645         * gst-libs/gst/audio/gstbaseaudiosink.c:
7646         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7647         (gst_base_audio_sink_change_state):
7648         When skew slaving, try to hover around the middle of a segment so that
7649         we at most drift by half a segment.
7650         If we are aligning in the oposite direction of the clock skew, we don't
7651         have to resync.
7652
7653 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7654
7655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7656         (gst_base_rtp_depayload_setcaps),
7657         (gst_base_rtp_depayload_set_gst_timestamp):
7658         Be less silly with the segment start, just apply the clock-base to the
7659         timestamp.
7660
7661 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7662
7663         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7664         (gst_base_rtp_depayload_class_init),
7665         (gst_base_rtp_depayload_finalize),
7666         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7667         (gst_base_rtp_depayload_handle_sink_event),
7668         (gst_base_rtp_depayload_set_gst_timestamp),
7669         (gst_base_rtp_depayload_change_state):
7670         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7671         Deprecate the queue handling thread thing and remove the code.
7672         Use new method to calculate the extended timestamp.
7673
7674 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7675
7676         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7677         (gst_rtcp_packet_sdes_copy_entry):
7678         Use g_strndup which does exactly what we want.
7679
7680         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7681         (gst_rtp_buffer_ext_timestamp):
7682         * gst-libs/gst/rtp/gstrtpbuffer.h:
7683         Add helper function to compare seqnums.
7684         Add helper function to calculate extended timestamps.
7685         API: gst_rtp_buffer_compare_seqnum()
7686         API: gst_rtp_buffer_ext_timestamp()
7687
7688 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7689
7690         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7691         (gst_rtcp_packet_sdes_get_entry),
7692         (gst_rtcp_packet_sdes_copy_entry):
7693         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7694         Fix and document SDES item data function.
7695         Add new function that makes a proper copy of SDES item data.
7696         API: gst_rtcp_packet_sdes_copy_entry()
7697
7698 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7699
7700         * configure.ac:
7701         * gst/Makefile.am:
7702           The tcp and subparse plugins are under gst, but not totaly free of
7703           dependencies. Handle selection inconfigure.ac, so that they show up
7704           on the final list of what is build and what is not. Maybe they should
7705           better be moved to ext.
7706
7707 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7708
7709         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7710
7711         * configure.ac:
7712         * gst/Makefile.am:
7713           Check if libxml provides HTML parser which subparse needs.
7714           Fixes #451970.
7715
7716 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7717
7718         * ext/alsa/gstalsa.c:
7719           Fix typo and compilation on big endian systems.
7720
7721 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * gst/subparse/gstssaparse.c:
7724           Convert SSA newline codes into actual newline characters (#470766).
7725
7726 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * docs/libs/gst-plugins-base-libs-sections.txt:
7729         * gst-libs/gst/pbutils/install-plugins.c:
7730         * gst-libs/gst/pbutils/install-plugins.h:
7731         * tests/check/libs/pbutils.c:
7732           API: also add gst_install_plugins_supported() while we're at it
7733           (see #470456).
7734
7735 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7736
7737         * docs/libs/gst-plugins-base-libs-sections.txt:
7738         * gst-libs/gst/pbutils/missing-plugins.c:
7739         * gst-libs/gst/pbutils/missing-plugins.h:
7740         * tests/check/libs/pbutils.c:
7741           API: add gst_missing_*_installer_detail_new() convenience API so
7742           that applications that know exactly what they're missing can request
7743           installer detail strings for those items directly instead of having
7744           to first create a dummy missing-plugin message and then get the
7745           installer detail string from that.  Fixes #470456.
7746
7747 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7748
7749         * gst/playback/gstdecodebin.c: (close_pad_link):
7750         We need to set up delayed-linking whenever the caps are non-fixed,
7751         not just when there are multiple types - use gst_pad_is_fixed()
7752         to test.
7753
7754 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7755
7756         * gst-libs/gst/pbutils/missing-plugins.c:
7757           (gst_missing_plugin_message_get_installer_detail):
7758           Add missing separator in PID fallback case.
7759
7760 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7761
7762         * ext/alsa/Makefile.am:
7763         There is no GST_PLUGINS_BASE_LIBS defined.
7764         
7765         * ext/alsa/gstalsa.c:
7766         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7767         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7768         Add support for ALSA 24-bit formats.
7769         snd_pcm_delay can return an error code, especially
7770         during XRUNS. In that case, the best we can do is assume
7771         delay = 0.
7772
7773         * gst/audioconvert/Makefile.am:
7774         Add flags from -base before any more-remote dependencies.
7775
7776 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7777
7778         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7779
7780         * gst/volume/gstvolume.c: (volume_choose_func),
7781         (volume_update_real_volume), (gst_volume_set_volume),
7782         (gst_volume_init), (volume_process_int32),
7783         (volume_process_int32_clamp), (volume_process_int24),
7784         (volume_process_int24_clamp), (volume_process_int16),
7785         (volume_process_int16_clamp), (volume_process_int8),
7786         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7787         * gst/volume/gstvolume.h:
7788         Add support for int32, int24 and int8 to the volume element.
7789         Fixes #445529.
7790
7791 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * tests/examples/Makefile.am:
7794           Fix even more.
7795
7796 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7797
7798         * configure.ac:
7799         * docs/libs/Makefile.am:
7800         * docs/libs/gst-plugins-base-libs-docs.sgml:
7801         * docs/libs/gst-plugins-base-libs-sections.txt:
7802         * ext/gnomevfs/gstgnomevfssrc.c:
7803         * ext/gnomevfs/gstgnomevfssrc.h:
7804         * gst-libs/gst/Makefile.am:
7805         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7806         * pkgconfig/gstreamer-plugins-base.pc.in:
7807         * sys/v4l/v4lsrc_calls.c:
7808         * tests/examples/Makefile.am:
7809         * win32/common/config.h:
7810           Revert unwanted commit. many thanks to moap. I want a fix for 
7811           https://thomas.apestaart.org/moap/trac/ticket/239
7812
7813 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7814
7815         * gst/volume/gstvolume.c:
7816           Move passthrough below gst_object_sync_values(). Fixes #442654.
7817
7818 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         * gst-libs/gst/audio/audio.c:
7821         Clarify the docs a little.
7822
7823 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7824
7825         * gst/volume/gstvolume.c:
7826           Enable liboil for float and add more details about problems with
7827           int16.
7828
7829 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7830
7831         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7832         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7833
7834 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7835
7836         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7837         When calculating the first timestamp of the buffers, don't go below 0
7838         and clip the samples because the offset was on the eos page.
7839         Fixes #466717.
7840
7841 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7844         (gst_ogg_demux_collect_chain_info):
7845         Also submit the eos page when trying to find the first timestamp.
7846         See #466717.
7847
7848 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7849
7850         * gst-libs/gst/audio/audio.h:
7851         Use gst_util_uint64_scale() instead of doing the math
7852         with double for GST_FRAMES_TO_CLOCK_TIME() and
7853         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7854         prevents rounding errors. Fixes #467667.
7855
7856 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst-libs/gst/rtsp/gstrtspconnection.c:
7859         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7860         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7861         * gst-libs/gst/rtsp/gstrtspconnection.h:
7862         Small cleanups.
7863         On shutdown, don't read the control socket yet.
7864         Set timeout value correctly in all cases.
7865         Add function to check if the server accepts reads or writes.
7866         API: gst_rtsp_connection_poll()
7867
7868         * gst-libs/gst/rtsp/gstrtspdefs.h:
7869         Fix compilation with -pedantic.
7870         Add enum for _poll.
7871
7872 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7873
7874         Patch by: Olivier Crete  <tester at tester ca>
7875
7876         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7877         (gst_basertppayload_getcaps):
7878         * gst-libs/gst/rtp/gstbasertppayload.h:
7879         Add getcaps vfunc to basertppayload. See #465146.
7880
7881 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7882
7883         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7884         Only post buffering messages when we are a stream.
7885
7886 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7887
7888         * gst-libs/gst/pbutils/install-plugins.c:
7889         * gst-libs/gst/pbutils/missing-plugins.c:
7890           Small docs fix and addition.
7891
7892 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * tests/icles/.cvsignore:
7895         * tests/icles/Makefile.am:
7896         * tests/icles/test-textoverlay.c:
7897           Add a dumb little test for textoverlay alignments.
7898
7899 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7900
7901         Patch by: Dan Williams  <dcbw redhat com>
7902
7903         * ext/pango/gsttextoverlay.c:
7904         * ext/pango/gsttextoverlay.h:
7905           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7906           "silent" property so there's a Since tag in the API reference.
7907
7908 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7909
7910         * gst-libs/gst/rtp/gstbasertppayload.c:
7911         (gst_basertppayload_set_outcaps):
7912         * gst-libs/gst/rtp/gstbasertppayload.h:
7913         Improve caps negotiation so that downstream elements can confiure
7914         certain RTP properties by fixing them on the caps. See #465146.
7915         Add docs.
7916
7917 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7918
7919         * docs/libs/gst-plugins-base-libs-sections.txt:
7920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7921         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7922           Mark as deprecated some macros which were presumably meant to be
7923           private API and accidentally exposed in the public header file.
7924           Also actually _init() lock (only works at the moment because the
7925           struct is zeroed out when created and the initial values in the
7926           mutex struct are zeroes too). (#459585)
7927
7928 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7929
7930         * docs/libs/Makefile.am:
7931           Remove cruft and do some cleanups.
7932
7933         * docs/libs/gst-plugins-base-libs-docs.sgml:
7934           Prepare for comming gtkdoc features (rebase against online docs).
7935
7936 2007-08-10  Michael Smith <msmith@fluendo.com>
7937
7938         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7939           Debug output fixes.
7940         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7941         (GST_START_TEST):
7942           Change the number of buffers used; 500 is too many and leads to
7943           timeouts.
7944
7945 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/playback/gstqueue2.c:
7948         * gst/videorate/gstvideorate.c:
7949           Printf format fixes (#465028).
7950
7951 2007-08-09  Michael Smith <msmith@fluendo.com>
7952
7953         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7954           If we have a large (> 1 second) discontinuity, push a series of
7955           smaller buffers rather than a single very large buffer. Avoids
7956           unreasonably large single buffer allocations when encountering a
7957           large gap.
7958         * tests/check/elements/audiorate.c: (GST_START_TEST),
7959         (audiorate_suite):
7960           Add a test for this.
7961
7962 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7963
7964         * gst/playback/gstplaybasebin.c: (group_commit),
7965         (queue_remove_probe), (queue_threshold_reached):
7966
7967         Patch by: Josep Torra Valles <josep@fluendo.com>
7968         Fixes: #465015
7969         Make sure we remove the check_queues buffer probe from the 
7970         correct queue to avoid racily going back to "buffering 99%" when
7971         buffering is actually complete.
7972
7973         Also, fix the spelling of Josep's surname in the ChangeLog.
7974
7975 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7976
7977         * ext/ogg/gstoggmux.c:
7978           Do not leak oggmux instance.
7979         
7980         * ext/vorbis/vorbisenc.c:
7981           Also log values.
7982
7983 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7984
7985         * po/hu.po:
7986         * po/it.po:
7987         * po/nl.po:
7988         * po/uk.po:
7989         * po/vi.po:
7990           Updated translations.
7991
7992 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7993
7994         patch by: Yang Hong <hongyang@redflag-linux.com>
7995
7996         * ext/pango/gsttextoverlay.c:
7997         * ext/pango/gsttextoverlay.h:
7998           Add 'silent' property to GstTimeOverlay. Fixes #462979
7999
8000 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8001
8002         Patch by: Josep Torra Valles <josep@fluendo.com>
8003
8004         * docs/plugins/gst-plugins-base-plugins.args:
8005         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
8006         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
8007         (gst_uri_decode_bin_get_property), (gen_source_element):
8008         Add connection-speed property. Fixes #464690.
8009
8010 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8011
8012         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
8013
8014         * configure.ac:
8015         * gst-libs/gst/rtsp/Makefile.am:
8016         * gst-libs/gst/rtsp/gstrtspconnection.c:
8017         (gst_rtsp_connection_connect):
8018         Fix compilation on windows. Fixes #464320.
8019
8020 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         Patch by: Josep Torra Valles <josep@fluendo.com>
8023
8024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8025         (gst_play_base_bin_init), (queue_threshold_reached),
8026         (gen_source_element), (setup_substreams),
8027         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8028         (gst_play_base_bin_get_streaminfo_value_array):
8029         * gst/playback/gstplaybasebin.h:
8030         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8031         (gst_play_bin_set_property), (gst_play_bin_get_property),
8032         (gst_play_bin_handle_redirect_message):
8033         Move connection-speed property from playbin to playbasebin so that we
8034         can also configure it in source elements that have the connection-speed
8035         property. Fixes #464028.
8036         Add some debug info here and there.
8037
8038 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8039
8040         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8041         Properly respond to conversion queries. Fixes #464079.
8042
8043 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8044
8045         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8046         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8047         (gst_audio_test_src_init_sine_table),
8048         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8049         * gst/audiotestsrc/gstaudiotestsrc.h:
8050         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8051         Also set the default volume to the default value specified in the
8052         GParamSpec.
8053
8054 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8055
8056         Patch by: Jens Granseuer <jensgr at gmx dot net>
8057
8058         * gst/audioconvert/gstaudioquantize.c:
8059         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8060
8061 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8062
8063         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8064         Add rdt manager for rdt transport.
8065         Fix parsing of RDT transport.
8066
8067 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8068
8069         * configure.ac:
8070         Back to CVS
8071
8072 === release 0.10.14 ===
8073
8074 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8075
8076         * configure.ac:
8077           releasing 0.10.14, "Light Years Ahead"
8078
8079 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8080
8081         * tests/check/libs/audio.c: (GST_START_TEST):
8082         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8083
8084 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8085
8086         * gst-libs/gst/audio/audio.c:
8087         When clipping a buffer with no timestamp, assume it is
8088         within the segment without warnings.
8089
8090         Fixes: #460978
8091
8092 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8093
8094         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8095         Fire the signal on the object, not the interface.
8096
8097 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8098
8099         * gst-libs/gst/rtsp/.cvsignore:
8100         Ber. Don't include the full path, idiot.
8101
8102 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8103
8104         * gst-libs/gst/rtsp/.cvsignore:
8105         Ignore generated files.
8106
8107 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8108
8109         * gst-libs/gst/interfaces/Makefile.am:
8110         * gst-libs/gst/interfaces/interfaces-marshal.list:
8111         * gst-libs/gst/interfaces/rtspextension.c:
8112         * gst-libs/gst/interfaces/rtspextension.h:
8113         * gst-libs/gst/rtsp/Makefile.am:
8114         * gst-libs/gst/rtsp/gstrtsp.h:
8115         * gst-libs/gst/rtsp/gstrtspextension.c:
8116         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8117         (gst_rtsp_extension_detect_server),
8118         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8119         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8120         (gst_rtsp_extension_configure_stream),
8121         (gst_rtsp_extension_get_transports),
8122         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8123         * gst-libs/gst/rtsp/gstrtspextension.h:
8124         * gst-libs/gst/rtsp/rtsp-marshal.list:
8125         Move the rtspextension.h interface into gstrtspextension.h
8126         as part of libgstrtsp instead of libgstinterfaces, because it's
8127         only for use within plugins, not applications. 
8128         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8129         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8130         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8131         is abstract.
8132
8133 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         * gst-libs/gst/interfaces/Makefile.am:
8136         * gst-libs/gst/interfaces/interfaces-marshal.list:
8137         * gst-libs/gst/interfaces/rtspextension.c:
8138         (gst_rtsp_extension_iface_init),
8139         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8140         * gst-libs/gst/interfaces/rtspextension.h:
8141         Fix marshaller for the send signal.
8142         Add URL to stream selection interface method.
8143
8144 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8145
8146         * gst-libs/gst/riff/Makefile.am:
8147         Pull in our dependencies from -base before those from outside.
8148
8149 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8150
8151         * docs/libs/gst-plugins-base-libs-sections.txt:
8152         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8153         * gst-libs/gst/rtsp/gstrtspbase64.h:
8154         API: gst_rtsp_base64_decode_ip()
8155         Added function to decode Base64 in-place.
8156
8157 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8158
8159         * tests/check/libs/.cvsignore:
8160         Ignore the mixer test binary.
8161
8162 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8163
8164         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8165         Gratuitous comment change to trigger a rebuild on the buildbots.
8166
8167 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8168
8169         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8170         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8171         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8172         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8173         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8174         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8175         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8176         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8177         (gst_sdp_media_get_attribute_val):
8178         * gst-libs/gst/sdp/gstsdpmessage.h:
8179         Constify args where we can.
8180
8181 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8182
8183         * gst-libs/gst/interfaces/Makefile.am:
8184         * gst-libs/gst/interfaces/rtspextension.c:
8185         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8186         (gst_rtsp_extension_detect_server),
8187         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8188         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8189         (gst_rtsp_extension_configure_stream),
8190         (gst_rtsp_extension_get_transports),
8191         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8192         * gst-libs/gst/interfaces/rtspextension.h:
8193         Move interface for RTSP extensions from -good to here.
8194         Added helper methods to invoke interface methods.
8195
8196 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8197
8198         * docs/libs/gst-plugins-base-libs-sections.txt:
8199         * gst-libs/gst/rtsp/gstrtspdefs.h:
8200         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8201         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8202         (gst_rtsp_message_init_response),
8203         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8204         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8205         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8206         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8207         (gst_rtsp_message_get_body), (dump_key_value):
8208         * gst-libs/gst/rtsp/gstrtspmessage.h:
8209         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8210         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8211         (gst_rtsp_range_parse):
8212         * gst-libs/gst/rtsp/gstrtsprange.h:
8213         * gst-libs/gst/rtsp/gstrtsptransport.c:
8214         * gst-libs/gst/rtsp/gstrtspurl.c:
8215         Fix some more RTSP docs.
8216         Add some missing methods for dealing with messages.
8217
8218 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8219
8220         * docs/libs/gst-plugins-base-libs-docs.sgml:
8221         * docs/libs/gst-plugins-base-libs-sections.txt:
8222         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8223         * gst-libs/gst/rtsp/gstrtspbase64.h:
8224         * gst-libs/gst/rtsp/gstrtspconnection.c:
8225         (gst_rtsp_connection_connect), (add_auth_header),
8226         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8227         (read_body), (gst_rtsp_connection_receive),
8228         (gst_rtsp_connection_next_timeout),
8229         (gst_rtsp_connection_reset_timeout),
8230         (gst_rtsp_connection_set_auth):
8231         * gst-libs/gst/rtsp/gstrtspconnection.h:
8232         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8233         * gst-libs/gst/rtsp/gstrtspdefs.h:
8234         * gst-libs/gst/rtsp/gstrtspmessage.h:
8235         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8236         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8237         (gst_rtsp_range_parse):
8238         * gst-libs/gst/rtsp/gstrtspurl.h:
8239         Added beginnings of RTSP documentation.
8240
8241 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * docs/libs/Makefile.am:
8244         * docs/libs/gst-plugins-base-libs-docs.sgml:
8245         * docs/libs/gst-plugins-base-libs-sections.txt:
8246         * gst-libs/gst/sdp/gstsdp.h:
8247         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8248         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8249         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8250         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8251         (gst_sdp_message_get_attribute_val),
8252         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8253         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8254         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8255         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8256         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8257         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8258         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8259         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8260         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8261         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8262         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8263         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8264         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8265         (gst_sdp_media_get_attribute_val_n),
8266         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8267         (print_media), (gst_sdp_message_dump):
8268         * gst-libs/gst/sdp/gstsdpmessage.h:
8269         Document the SDP library.
8270         Add some of the missing SDPMedia methods.
8271
8272 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8273
8274         * configure.ac:
8275         * gst-libs/gst/Makefile.am:
8276         * gst-libs/gst/rtsp/Makefile.am:
8277         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8278         * gst-libs/gst/rtsp/gstrtspbase64.h:
8279         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8280         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8281         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8282         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8283         (parse_response_status), (parse_request_line), (parse_line),
8284         (gst_rtsp_connection_read), (read_body),
8285         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8286         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8287         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8288         (gst_rtsp_connection_set_auth):
8289         * gst-libs/gst/rtsp/gstrtspconnection.h:
8290         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8291         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8292         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8293         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8294         (gst_rtsp_find_method):
8295         * gst-libs/gst/rtsp/gstrtspdefs.h:
8296         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8297         (gst_rtsp_message_new), (gst_rtsp_message_init),
8298         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8299         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8300         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8301         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8302         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8303         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8304         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8305         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8306         (gst_rtsp_message_dump):
8307         * gst-libs/gst/rtsp/gstrtspmessage.h:
8308         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8309         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8310         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8311         * gst-libs/gst/rtsp/gstrtsprange.h:
8312         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8313         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8314         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8315         (range_as_text), (rtsp_transport_mode_as_text),
8316         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8317         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8318         (gst_rtsp_transport_free):
8319         * gst-libs/gst/rtsp/gstrtsptransport.h:
8320         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8321         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8322         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8323         * gst-libs/gst/rtsp/gstrtspurl.h:
8324         * gst-libs/gst/sdp/Makefile.am:
8325         * gst-libs/gst/sdp/gstsdp.h:
8326         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8327         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8328         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8329         (gst_sdp_attribute_init), (gst_sdp_message_new),
8330         (gst_sdp_message_init), (gst_sdp_message_uninit),
8331         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8332         (gst_sdp_media_uninit), (gst_sdp_media_free),
8333         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8334         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8335         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8336         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8337         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8338         (gst_sdp_message_get_attribute_val),
8339         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8340         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8341         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8342         (gst_sdp_media_get_attribute_val_n),
8343         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8344         (read_string), (read_string_del), (gst_sdp_parse_line),
8345         (gst_sdp_message_parse_buffer), (print_media),
8346         (gst_sdp_message_dump):
8347         * gst-libs/gst/sdp/gstsdpmessage.h:
8348         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8349         Move SDP and RTSP from helper objects in -good to a reusable library.
8350         Use a proper gst_ namespace.
8351
8352 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8353
8354         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8355         (vorbis_dec_flush_decode):
8356         Use the new buffer clipping function from gstaudio here.
8357
8358 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8359
8360         * docs/libs/gst-plugins-base-libs-sections.txt:
8361         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8362         * gst-libs/gst/audio/audio.h:
8363         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8364         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8365         Also add deprecation guards for gst_audio_structure_set_int() to the
8366         header.
8367
8368 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8369
8370         * docs/libs/gst-plugins-base-libs-sections.txt:
8371           Cleanup the docs.
8372
8373 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8374
8375         Patch by: Dan Williams <dcbw at redhat dot com>
8376
8377         * gst/playback/gstplaybasebin.c:
8378         (gst_play_base_bin_get_streaminfo_value_array):
8379         Don't return NULL when querying the stream info value array but instead
8380         return an empty array. Fixes #459204.
8381
8382 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8383
8384         * gst/playback/gsturidecodebin.c:
8385           Init debug category before using it.
8386
8387 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8388
8389         * gst-libs/gst/interfaces/mixer.h:
8390         Add padding vars in place of the signal pointers
8391         when building with DISABLE_DEPRECATED so that the
8392         interface structure doesn't change size.
8393
8394 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8395
8396         * docs/libs/gst-plugins-base-libs-sections.txt:
8397         * ext/alsa/gstalsamixer.c:
8398         * ext/alsa/gstalsamixer.h:
8399         * ext/alsa/gstalsamixerelement.c:
8400         * ext/alsa/gstalsamixertrack.c:
8401         * gst-libs/gst/interfaces/mixer.c:
8402         * gst-libs/gst/interfaces/mixer.h:
8403         * gst-libs/gst/interfaces/mixeroptions.c:
8404         * gst-libs/gst/interfaces/mixeroptions.h:
8405         * gst-libs/gst/interfaces/mixertrack.c:
8406         * gst-libs/gst/interfaces/mixertrack.h:
8407         * tests/check/Makefile.am:
8408         * tests/check/libs/mixer.c:
8409
8410         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8411         Fixes: #152864 
8412
8413         Add support for notifying mixer changes on the message bus, and
8414         implement it in alsamixer.
8415
8416         API: gst_mixer_get_mixer_flags
8417         API: gst_mixer_message_parse_mute_toggled
8418         API: gst_mixer_message_parse_record_toggled
8419         API: gst_mixer_message_parse_volume_changed
8420         API: gst_mixer_message_parse_option_changed
8421         API: GstMixerMessageType
8422         API: GstMixerFlags
8423
8424 2007-07-20  Michael Smith <msmith@fluendo.com>
8425
8426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8427         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8428           xcontext->im_format is only for testing XShm support (as the header
8429           file comments document). Use xvimage->im_format for everything else.
8430           Avoids spurious warnings on buffer allocation before setcaps.
8431
8432 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8433
8434         * tests/examples/volume/Makefile.am:
8435         * tests/icles/Makefile.am:
8436           We should use $(LIBM).
8437
8438 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * tests/icles/Makefile.am:
8441           This needs -lm.
8442
8443 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst-libs/gst/rtp/gstbasertppayload.c:
8446         (gst_basertppayload_class_init), (gst_basertppayload_init),
8447         (gst_basertppayload_set_property),
8448         (gst_basertppayload_get_property):
8449         Don't break ABI, restore previous ranges. Keep the default random
8450         selection of timestamp and seqnum offset but as soon as the app sets a
8451         specific value, use that one.
8452
8453 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8454
8455         Patch by: Bastien Nocera <hadess at hadess dot net>
8456
8457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8458         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8459         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8460         * sys/xvimage/xvimagesink.h:
8461         Add option to turn off double-buffering for debugging purposes.
8462         Fixes #437169.
8463
8464 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8465
8466         Patch by: Jorn Baayen <jorn at openedhand dot com>
8467
8468         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8469         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8470         (gst_ximagesink_init), (gst_ximagesink_class_init):
8471         * sys/ximage/ximagesink.h:
8472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8473         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8474         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8475         * sys/xvimage/xvimagesink.h:
8476         add 'handle-expose' property. Useful for video widgets which may want to
8477         be in control of Expose behaviour. Fixes #380625
8478
8479 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8480
8481         * gst-libs/gst/rtp/gstbasertppayload.c:
8482         (gst_basertppayload_class_init), (gst_basertppayload_init),
8483         (gst_basertppayload_event), (gst_basertppayload_push),
8484         (gst_basertppayload_set_property),
8485         (gst_basertppayload_get_property),
8486         (gst_basertppayload_change_state):
8487         * gst-libs/gst/rtp/gstbasertppayload.h:
8488         Fix ranges of rtp payloader properties so that the full range can be
8489         used in addition to -1 (random).
8490         Fix wrong seqnum reporting in caps.
8491         Fixes #420326.
8492
8493 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8494
8495         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8496         (gst_video_rate_query):
8497         Use boilerplate.
8498         Add latency query, might not be perfect yet but already works a lot
8499         better. Fixes #442557.
8500
8501 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8502
8503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8504         (gst_xvimagesink_setcaps):
8505         * sys/xvimage/xvimagesink.h:
8506         After a caps change, redraw our borders to avoid garbage left there
8507         when the image format changes to a smaller size, like 16:9 -> 4:3
8508         Also, hold the flow_lock a bit longer in the set_caps while we're
8509         fiddling with the xcontext.
8510
8511 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8512
8513         * Makefile.am:
8514         * configure.ac:
8515         * tests/Makefile.am:
8516         Remove bogus check for libcheck, since we check for
8517         gstreamer-check and it pulls in the required info from there, and we
8518         weren't actually _using_ the information for libcheck ourselves
8519         anyway.
8520
8521 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8522
8523         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8524         (gst_ffmpeg_caps_to_pixfmt):
8525         Fix the r_mask test for RGBA32 on little-endian.
8526         Fix a stupid typo that would have obviously broken 
8527         compilation on big-endian, if anyone was testing.
8528
8529 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8530
8531         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8532         (paint_hline_str4):
8533         * gst/videotestsrc/videotestsrc.h:
8534         Add alpha to the color struct.
8535         Use a default alpha value of 255 instead of 128.
8536
8537 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8538
8539         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8540         (setup_source):
8541         Clear the dynamic pads counter when starting a new uri. This makes
8542         reusing playbin work again.
8543         Fixes #454264.
8544
8545 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * configure.ac:
8548           Use pkg-config to locate check.
8549
8550 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8551
8552         * configure.ac:
8553         * tests/check/elements/volume.c: (GST_START_TEST):
8554           Fix 'make check' build against core CVS.
8555
8556 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8557
8558         * gst-libs/gst/interfaces/propertyprobe.c:
8559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8560         * gst-libs/gst/tag/gstvorbistag.c:
8561           Make gtk-doc happy.
8562
8563 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8564
8565         * gst-libs/gst/audio/gstbaseaudiosink.c:
8566         (gst_base_audio_sink_callback):
8567           Quick hack to make audiosinks stop at EOS when operating in
8568           pull-mode; needs to be fixed properly some day.
8569
8570 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * docs/libs/gst-plugins-base-libs-sections.txt:
8573           Fix location of includes in the docs.
8574
8575 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8576
8577         * gst/ffmpegcolorspace/avcodec.h:
8578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8579         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8580         (gst_ffmpegcsp_avpicture_fill):
8581         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8582         (img_get_alpha_info):
8583         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8584         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8585         end of the word. Partially fixes #451908
8586
8587 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * docs/libs/Makefile.am:
8590         * docs/plugins/Makefile.am:
8591           Simplify --extra-dir as gtkdoc scans recursively.
8592
8593 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8594
8595         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8596         (gst_adder_request_new_pad):
8597         Make getcaps more robust by not using the proxycaps function. This makes
8598         sure that we don't end up recursively calling getcaps upstream.
8599         See #316248.
8600
8601 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8602
8603         * gst/audioconvert/audioconvert.c:
8604         Include math.h to fix compilation.
8605
8606 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8607
8608         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8609         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8610         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8611         format, as produced by some dc1394 cameras like the iSight.
8612         See http://www.fourcc.org/yuv.php#IYU1
8613
8614 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8615
8616         * gst/audioconvert/Makefile.am:
8617         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8618         (check_default), (audio_convert_prepare_context),
8619         (audio_convert_clean_context), (audio_convert_convert):
8620         * gst/audioconvert/audioconvert.h:
8621         * gst/audioconvert/gstaudioconvert.c:
8622         (gst_audio_convert_dithering_get_type),
8623         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8624         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8625         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8626         * gst/audioconvert/gstaudioconvert.h:
8627         * gst/audioconvert/gstaudioquantize.c:
8628         (gst_audio_quantize_setup_noise_shaping),
8629         (gst_audio_quantize_free_noise_shaping),
8630         (gst_audio_quantize_setup_dither),
8631         (gst_audio_quantize_free_dither),
8632         (gst_audio_quantize_setup_quantize_func),
8633         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8634         * gst/audioconvert/gstaudioquantize.h:
8635         Implement dithering and noise shaping in audioconvert. By default now
8636         TPDF dithering (and no noise shaping) will be used when converting
8637         from a higher bit depth to 20 bit depth or smaller, otherwise
8638         everything will be as it is now.
8639         For the last audioconvert in a pipeline it would make sense to
8640         use some kind of noise shaping, enabling it by default for all
8641         conversions would give undesired results though. Fixes #360246.
8642         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8643         (GST_START_TEST):
8644         Adjust unit test for the new audioconvert.
8645
8646 2007-06-28  Wim Taymans  <wim@fluendo.com>
8647
8648         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8649         Use other metrics as well when estimating the buffer level.
8650
8651 2007-06-28  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8654         Small debug improvement.
8655
8656         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8657         (plugin_init):
8658         Tweak the rate estimation period.
8659         When calculating the buffer filledness in rate estimation mode, don't
8660         mix it with other metrics.
8661
8662 2007-06-28  Wim Taymans  <wim@fluendo.com>
8663
8664         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8665         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8666         When creating the groups, allow for a 5 second, unlimited buffers
8667         preroll phase after which we expose the group.
8668         When the group is exposed, use a small number of buffers up to a 2
8669         second limit. Also disconnect the overrun signal from multiqueue when we
8670         exposed the group because it is not needed anymore.
8671
8672 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8673
8674         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8675           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8676           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8677           (#451707); also, output some debugging info when dealing with
8678           freeform strings.
8679
8680         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8681           Add unit test for the above.
8682
8683 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8684
8685         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8686           Add description for Windows Media RTP caps.
8687
8688         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8689           Remove RTP fields that don't define the format from caps.
8690
8691 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8692
8693         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8694           Skip empty buffers, but not empty header buffers. That way the original
8695           vorbisdec unit test still passes (#451145); also, take into account
8696           that those empty packets might carry a granulepos.
8697
8698         * tests/check/Makefile.am:
8699         * tests/check/elements/vorbisdec.c:
8700         (_create_codebook_header_buffer), (_create_audio_buffer),
8701         (GST_START_TEST), (vorbisdec_suite):
8702           Add unit test that sends an empty packet.
8703
8704 2007-06-27  Wim Taymans  <wim@fluendo.com>
8705
8706         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8707         Don't error out on 0-sized packets, just emit a warning because this is
8708         not a fatal error. Fixes #451145.
8709
8710 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8711
8712         * docs/plugins/gst-plugins-base-plugins.args:
8713         * docs/plugins/gst-plugins-base-plugins.signals:
8714         * docs/plugins/inspect/plugin-adder.xml:
8715         * docs/plugins/inspect/plugin-alsa.xml:
8716         * docs/plugins/inspect/plugin-audioconvert.xml:
8717         * docs/plugins/inspect/plugin-audiorate.xml:
8718         * docs/plugins/inspect/plugin-audioresample.xml:
8719         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8720         * docs/plugins/inspect/plugin-cdparanoia.xml:
8721         * docs/plugins/inspect/plugin-decodebin.xml:
8722         * docs/plugins/inspect/plugin-decodebin2.xml:
8723         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8724         * docs/plugins/inspect/plugin-gdp.xml:
8725         * docs/plugins/inspect/plugin-gnomevfs.xml:
8726         * docs/plugins/inspect/plugin-libvisual.xml:
8727         * docs/plugins/inspect/plugin-ogg.xml:
8728         * docs/plugins/inspect/plugin-pango.xml:
8729         * docs/plugins/inspect/plugin-playbin.xml:
8730         * docs/plugins/inspect/plugin-subparse.xml:
8731         * docs/plugins/inspect/plugin-tcp.xml:
8732         * docs/plugins/inspect/plugin-theora.xml:
8733         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8734         * docs/plugins/inspect/plugin-video4linux.xml:
8735         * docs/plugins/inspect/plugin-videorate.xml:
8736         * docs/plugins/inspect/plugin-videoscale.xml:
8737         * docs/plugins/inspect/plugin-videotestsrc.xml:
8738         * docs/plugins/inspect/plugin-volume.xml:
8739         * docs/plugins/inspect/plugin-vorbis.xml:
8740         * docs/plugins/inspect/plugin-ximagesink.xml:
8741         * docs/plugins/inspect/plugin-xvimagesink.xml:
8742           Update docs with caps info.
8743
8744 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8745
8746         * po/POTFILES.in:
8747           Add more files with translatable strings (#450875).
8748
8749 2007-06-23  Edward Hervey  <edward@fluendo.com>
8750
8751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8752         The chain should be freed if we error out here, else it will leak.
8753         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8754         (cleanup_decodebin):
8755         Don't forget to *properly* remove the signals, else it will leak.
8756
8757 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8758
8759         * MAINTAINERS:
8760         Updating all the maintainers files
8761
8762 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8763
8764         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8765         (main):
8766           Destroy and recreate parse-launch based pipeline after stop to be able
8767           to play again. Reorder some code and add more comments.
8768
8769 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8770
8771         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8772         When handling a delayed-caps notification case, mark
8773         the group as dynamic so that the nbdynamic count is
8774         incremented and decremented correctly. Fixes: #449156
8775         Patch by: Wim Taymans <wim@fluendo.com>
8776
8777 2007-06-19  Andy Wingo  <wingo@pobox.com>
8778
8779         * gst-libs/gst/audio/gstbaseaudiosink.c
8780         (gst_base_audio_sink_init): Enable pull-mode operation.
8781
8782 2007-06-19  Michael Smith <msmith@fluendo.com>
8783
8784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8785           Change minimum rate back to 1000 to allow low-sample-rate wav files
8786           to play back.
8787
8788 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8789
8790         * po/vi.po:
8791           Update translations.
8792
8793 2007-06-15  David Schleef  <ds@schleef.org>
8794
8795         * gst/playback/gstqueue2.c:
8796           Fix compile error from ignored return value.
8797
8798 2007-06-15  Michael Smith <msmith@fluendo.com>
8799
8800         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8801           Update tmpbuf for all neccesary rows, not just one, as is required
8802           when downscaling.
8803           Fixes #402076.
8804
8805 2007-06-15  Michael Smith <msmith@fluendo.com>
8806
8807         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8808         (eos_buffer_probe):
8809           Add a test that ensures we set DELTA_UNIT on all non-header,
8810           non-video buffers, if we have a video stream.
8811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8812         (gst_ogg_mux_process_best_pad):
8813           Move setting delta_pad to earlier, where we inspect all pads, so
8814           that leading audio pages don't get DELTA_UNIT unset if they come
8815           before the first DELTA_UNIT from video pages. Fixes the newly-added
8816           test. Fixes #385527.
8817
8818 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8819
8820         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8821           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8822           fails on the p5-ppc64 build bot and the failure looks like it is due
8823           to the same issue as #348114, ie. a compiler bug.
8824
8825 2007-06-13  Edward Hervey  <edward@fluendo.com>
8826
8827         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8828         Fix build on MacOSX.
8829
8830 2007-06-13  Wim Taymans  <wim@fluendo.com>
8831
8832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8833         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8834         Fix compilation on mingw. Fixes #446972.
8835
8836 2007-06-12  Wim Taymans  <wim@fluendo.com>
8837
8838         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8839
8840         * gst/playback/gstqueue2.c: (update_buffering),
8841         (gst_queue_locked_enqueue):
8842         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8843         also update the buffering status when receiving events. Fixes #446551.
8844
8845 2007-06-11  Wim Taymans  <wim@fluendo.com>
8846
8847         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8848
8849         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8850         (gst_queue_handle_src_query):
8851         Wait for preroll before attempting to forward a duration query upstream.
8852         Fixes #445505.
8853
8854 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8855
8856         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8857         (gst_base_rtp_depayload_set_gst_timestamp):
8858         Use G_GINT64_CONSTANT macro for int64 constant.
8859         * win32/common/libgstinterfaces.def:
8860         * win32/common/libgsttag.def:
8861         Add new exported functions.
8862
8863 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8866           The BOS page of the first Dirac video stream needs to come before
8867           the BOS page of any Vorbis streams or other audio streams, just like
8868           it is with Theora.
8869
8870 2007-06-07  Wim Taymans  <wim@fluendo.com>
8871
8872         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8873         Fix compilation.
8874
8875 2007-06-06  Wim Taymans  <wim@fluendo.com>
8876
8877         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8878
8879         * gst/playback/gstqueue2.c: (gst_queue_init),
8880         (gst_queue_handle_sink_event), (gst_queue_chain),
8881         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8882         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8883         (gst_queue_src_activate_pull):
8884         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8885         Does not yet completely work because duration queries upstream won't
8886         block yet.
8887
8888 2007-06-06  Wim Taymans  <wim@fluendo.com>
8889
8890         * configure.ac:
8891         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8892         Some more fseeko checks.
8893
8894 2007-06-06  Wim Taymans  <wim@fluendo.com>
8895
8896         * configure.ac:
8897         check for large file support.
8898
8899 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8900
8901         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8902
8903         * gst/subparse/gstsubparse.c: (parse_subrip),
8904         (subviewer_unescape_newlines), (parse_subviewer),
8905         (gst_sub_parse_data_format_autodetect),
8906         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8907         * gst/subparse/gstsubparse.h:
8908         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8909         * tests/check/elements/subparse.c: (GST_START_TEST),
8910         (subparse_suite):
8911         Add a unit test for both SubViewer formats.
8912
8913 2007-06-01  Michael Smith <msmith@fluendo.com>
8914
8915         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8916           Don't overflow intermediate values when seeking to large time values
8917           in audiotestsrc.
8918
8919 2007-06-05  Wim Taymans  <wim@fluendo.com>
8920
8921         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8922         (gst_queue_create_read), (gst_queue_read_item_from_file),
8923         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8924         Include stdio to define fseeko.
8925
8926 2007-06-05  Wim Taymans  <wim@fluendo.com>
8927
8928         Patch by: Edward Hervey  <edward@fluendo.com>
8929
8930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8931         (gst_v4lsrc_query):
8932         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8933
8934 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8935
8936         * gst-libs/gst/riff/Makefile.am:
8937         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8938           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8939           our own implementation.
8940
8941 2007-06-05  Wim Taymans  <wim@fluendo.com>
8942
8943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8944         (gst_base_rtp_depayload_setcaps),
8945         (gst_base_rtp_depayload_set_gst_timestamp),
8946         (gst_base_rtp_depayload_change_state):
8947         Handle timestamp wraparound.
8948
8949 2007-06-05  Wim Taymans  <wim@fluendo.com>
8950
8951         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8952         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8953         (gst_uri_decode_bin_change_state):
8954         Make sure we name srcpads uniquely even when using different internal
8955         decodebins.
8956         Signal no-more-pads when no more dynamic elements exist.
8957         Remove pads on cleanup.
8958
8959 2007-06-05  Wim Taymans  <wim@fluendo.com>
8960
8961         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8962
8963         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8964         (gst_queue_init), (gst_queue_finalize),
8965         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8966         (gst_queue_create_read), (gst_queue_read_item_from_file),
8967         (gst_queue_open_temp_location_file),
8968         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8969         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8970         (gst_queue_is_empty), (gst_queue_is_filled),
8971         (gst_queue_change_state), (gst_queue_set_temp_location),
8972         (gst_queue_set_property):
8973         Add support for filebased buffering. Fixes #441264.
8974
8975 2007-06-05  Wim Taymans  <wim@fluendo.com>
8976
8977         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8978         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8979         (caps_notify_group_cb), (gst_decode_group_new),
8980         (gst_decode_group_free):
8981         Add support for delayed caps fixation when autoplugging.
8982         Optimize cases where a multiqueue is not needed/wanted, like right after
8983         anything that is not a demuxer.
8984
8985 2007-06-05  Wim Taymans  <wim@fluendo.com>
8986
8987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8988         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8989         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8990         consideratly speedup ogg chain detection by not trying to find a base
8991         timestamp for skeleton streams. 
8992
8993 2007-06-05  Wim Taymans  <wim@fluendo.com>
8994
8995         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8996         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8997         (gst_multi_fd_sink_remove_flush),
8998         (gst_multi_fd_sink_remove_client_link),
8999         (gst_multi_fd_sink_handle_client_write),
9000         (gst_multi_fd_sink_handle_clients):
9001         * gst/tcp/gstmultifdsink.h:
9002         Add support for remove_flush.
9003
9004 2007-06-05  Wim Taymans  <wim@fluendo.com>
9005
9006         * docs/design/draft-keyframe-force.txt:
9007         * ext/theora/theoraenc.c: (theora_enc_sink_event),
9008         (theora_enc_chain):
9009         Add draft design for forcing keyframes in encoders and implement in
9010         theoraenc.
9011
9012 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
9013
9014         * configure.ac:
9015           Back to CVS
9016
9017 === release 0.10.13 ===
9018
9019 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
9020
9021         * configure.ac:
9022           releasing 0.10.13, "What's Going on?"
9023
9024 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9025
9026         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9027         In riff, the depth is stored in the size field but it just means that
9028         the least significant bits are cleared. We can therefore just play
9029         the sample as if it had a depth == width. Fixes: #440997
9030
9031         Patch by: Wim Taymans <wim@fluendo.com> 
9032         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
9033
9034 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9035
9036         * gst-libs/gst/floatcast/floatcast.h:
9037         Define inline when needed on win32 builds. Fixes: #441295
9038         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9039
9040 2007-05-29  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/playback/gstplaybasebin.c: (queue_overrun),
9043         (no_more_pads_full):
9044         Stop buffering when the group is commited because the queues filled up.
9045         Fixes #442024.
9046
9047 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9048
9049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9050         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9051         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9052         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9053         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9054         * ext/alsa/gstalsamixer.h:
9055         * ext/alsa/gstalsamixerelement.c:
9056         (gst_alsa_mixer_element_interface_supported),
9057         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9058         (gst_alsa_mixer_element_set_property),
9059         (gst_alsa_mixer_element_get_property),
9060         (gst_alsa_mixer_element_change_state):
9061         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9062         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9063         (gst_mixer_option_changed):
9064         * gst-libs/gst/interfaces/mixer.h:
9065         Revert commits towards #152864 made so far. We'll pick it up again
9066         after the 0.10.13 release.
9067
9068 2007-05-24  Wim Taymans  <wim@fluendo.com>
9069
9070         * gst-libs/gst/audio/gstbaseaudiosink.c:
9071         (gst_base_audio_sink_render):
9072         After an interrupt (PAUSED/flush) assume that the next sample should not
9073         be aligned to the previous sample. Fixes #417992.
9074
9075 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9076
9077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9078           Don't add channels and rate fields to the template caps for
9079           audio/x-dts, as wavparse might not always be able to set them,
9080           which would then lead to 'caps are not a real subset of the
9081           template caps' warnings.
9082
9083 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9084
9085         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9086         Handle unknown or invalid pads without crashing, as might occur if
9087         a media file like an mp3 is specified as a subtitle file.
9088         Fixes: #410039
9089
9090 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9091
9092         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9093         (setup_sinks):
9094         Block the subtitle bin output queue before ghosting it and linking,
9095         then unblock after. This avoids spurious not-linked errors caused 
9096         by the queue starting up (because it gets linked when it is ghosted). 
9097         Fixes: #350299
9098
9099 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9100
9101         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9102         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9103         file. Avoids flukes where the input gets typefound to some valid but
9104         useless type.
9105
9106 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * tests/check/Makefile.am:
9109         * tests/check/elements/.cvsignore:
9110         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9111         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9112           Add unit test for gnomevfssink seeking and position reporting for
9113           file:// URIs.
9114
9115 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9116
9117         Patch by: Mark Nauwelaerts <manauw at skynet be>
9118
9119         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9120         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9121         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9122         * ext/gnomevfs/gstgnomevfssink.h:
9123           Fix position reporting, especially after a seek (from upstream),
9124           see #412648.
9125
9126 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9127
9128         * ext/cdparanoia/gstcdparanoiasrc.c:
9129           Repair umlaut.
9130
9131 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9132
9133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9134         Specify the full valid range for MP3 samplerates. Fixes a regression
9135         caused by extra header checks since the last release.
9136
9137 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9138
9139         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9141         Fix a locking-order bug I introduced with my changes the other day.
9142         Patch by Mike Smith.
9143
9144 2007-05-21  Michael Smith <msmith@fluendo.com>
9145
9146         * ext/theora/theoradec.c: (theora_handle_data_packet):
9147           Don't look inside 0-length packets (which indicate duplicated
9148           frames)
9149
9150 2007-05-21  Wim Taymans  <wim@fluendo.com>
9151
9152         * ext/cdparanoia/gstcdparanoiasrc.c:
9153         (gst_cd_paranoia_src_read_sector):
9154         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9155         (gst_base_audio_src_create):
9156         Small cleanups.
9157
9158         * ext/theora/theoradec.c: (theora_dec_sink_event):
9159         Fix typo.
9160
9161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9162         (gst_base_rtp_depayload_set_gst_timestamp):
9163         Add some FIXME
9164
9165         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9166         And some debug info when a FIXME path is hit.
9167
9168 2007-05-21  Wim Taymans  <wim@fluendo.com>
9169
9170         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9171         (gst_base_rtp_audio_payload_class_init),
9172         (gst_base_rtp_audio_payload_init),
9173         (gst_base_rtp_audio_payload_finalize),
9174         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9175         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9176         (gst_base_rtp_payload_audio_handle_event):
9177         Some cleanups, remove minptime property as it is now in the parent
9178         class.
9179         Override parent class event function.
9180
9181         * gst-libs/gst/rtp/gstbasertppayload.c:
9182         (gst_basertppayload_class_init), (gst_basertppayload_init),
9183         (gst_basertppayload_event), (gst_basertppayload_set_property),
9184         (gst_basertppayload_get_property):
9185         * gst-libs/gst/rtp/gstbasertppayload.h:
9186         Add min-ptime property.
9187         Add handle-event vmethod. Fixes #415001.
9188
9189 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9190
9191         * gst-libs/gst/audio/gstbaseaudiosink.c
9192           (gst_base_audio_sink_change_state):
9193           Fix typo in comment.
9194
9195         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9196           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9197           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9198           close_link):
9199         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9200           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9201           Remove trailing whitespaces in comments.
9202
9203         * gst/volume/Makefile.am:
9204           Fix tabs.
9205
9206 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9207
9208         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9209
9210         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9211           set_option, get_option, _gst_reserved):
9212           Revert reordering functions (keep ABI).
9213
9214 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9215
9216         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9217         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9218         (gst_ximagesink_show_frame):
9219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9220         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9221         (gst_xvimagesink_show_frame):
9222         When we create our own window, indicate that we handle the 
9223         WM_DELETE client message from the window manager, so that it won't 
9224         kill our window (and our app) along with it. Handle ClientMessage,
9225         post an error on the bus, and close the window. Further buffers
9226         arriving will result in a FlowError because the window has been
9227         destroyed.
9228
9229         Fixes: #393975
9230
9231         Clean up the X event handling loop and make them the same for
9232         both xvimagesink and ximagesink while I'm at it.
9233
9234 2007-05-17  Wim Taymans  <wim@fluendo.com>
9235
9236         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9237         Make decodebin2 autoplug depayloaders too.
9238
9239         * gst/playback/gsturidecodebin.c: (source_new_pad):
9240         Set the newly created decoder in a usable state when autoplugging a
9241         dynamic source such as RTSP.
9242
9243 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         * gst/playback/gststreaminfo.c: (cb_probe):
9246           Ignore video-codec tag for audio streams and ignore audio-codec tags
9247           for video streams. Should make codec name collection a bit more
9248           robust against sloppy demuxers that send tag events containing both
9249           tags down each pad.
9250
9251 2007-05-17  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/playback/gstqueue2.c: (update_rates):
9254         Tweak the buffering thresholds a little.
9255         Update the buffer size with the previously calculate rate instead of
9256         only when we calculate a new rate so that we get smoother buffering
9257         updates.
9258
9259         * gst/playback/Makefile.am:
9260         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9261         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9262         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9263         (gst_uri_decode_bin_get_property), (unknown_type),
9264         (add_element_stream), (no_more_pads_full), (no_more_pads),
9265         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9266         (gen_source_element), (has_all_raw_caps), (analyse_source),
9267         (remove_decoders), (make_decoder), (remove_source),
9268         (source_new_pad), (setup_source), (decoder_query_init),
9269         (decoder_query_duration_fold), (decoder_query_duration_done),
9270         (decoder_query_position_fold), (decoder_query_position_done),
9271         (decoder_query_latency_fold), (decoder_query_latency_done),
9272         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9273         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9274         (gst_uri_decode_bin_change_state), (plugin_init):
9275         New element that intergrates a source, optional buffering element and
9276         decodebin.
9277
9278 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9279
9280         * configure.ac:
9281           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9282           (also has a .pc file, so we don't need the fallback check any
9283           longer). Fixes #438840.
9284
9285 2007-05-17  Wim Taymans  <wim@fluendo.com>
9286
9287         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9288         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9289         (apply_segment), (apply_buffer), (update_buffering),
9290         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9291         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9292         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9293         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9294         (plugin_init):
9295         fix build.
9296
9297 2007-05-17  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/playback/Makefile.am:
9300         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9301         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9302         (gst_queue_getcaps), (gst_queue_bufferalloc),
9303         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9304         (apply_buffer), (update_buffering), (reset_rate_timer),
9305         (update_rates), (gst_queue_locked_flush),
9306         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9307         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9308         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9309         (gst_queue_loop), (gst_queue_handle_src_event),
9310         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9311         (gst_queue_src_activate_push), (gst_queue_change_state),
9312         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9313         On our way to playbin2 this is the new network queue that does buffering
9314         all by itself using high and low watermarks. It can also measure up and
9315         downstream bandwidth to optimally size the queue.
9316
9317 2007-05-17  Michael Smith <msmith@fluendo.com>
9318
9319         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9320         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9321           Use the segment->last_stop value to calculate the next timestamp to
9322           generate after a seek; not the segment->start value.
9323
9324 2007-05-15  David Schleef  <ds@schleef.org>
9325
9326         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9327           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9328
9329 2007-05-15  Wim Taymans  <wim@fluendo.com>
9330
9331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9332         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9333         Some more chained streaming ogg timestamp fixes.
9334
9335 2007-05-15  Wim Taymans  <wim@fluendo.com>
9336
9337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9338         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9339         (gst_ogg_demux_handle_page):
9340         Add some FIXMEs.
9341         Fix chain start/stop segment handling based on patch by
9342         <ahalda at cs dot mcgill dot ca> see #320984.
9343
9344 2007-05-15  Michael Smith <msmith@fluendo.com>
9345
9346         * configure.ac:
9347           We don't require a C++ compiler. So don't require one.
9348
9349 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9350
9351         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9352           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9353           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9354           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9355           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9356           gst_alsa_mixer_update_track):
9357           Apply some of the cleanup Tim suggested in #152864 afterwards.
9358
9359 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9360
9361         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9362
9363         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9364           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9365           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9366           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9367           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9368           gst_alsa_mixer_handle_source_callback,
9369           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9370           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9371           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9372           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9373           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9374           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9375         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9376         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9377           gst_alsa_mixer_element_interface_supported,
9378           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9379           gst_alsa_mixer_element_set_property,
9380           gst_alsa_mixer_element_get_property,
9381           gst_alsa_mixer_element_change_state):
9382         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9383         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9384           gst_mixer_option_changed):
9385         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9386           volume_changed, option_changed, _gst_reserved):
9387           Implement notification for alsamixer. Fixes #152864
9388
9389 2007-05-14  David Schleef  <ds@schleef.org>
9390
9391         * gst/videotestsrc/videotestsrc.c:
9392         * gst/videotestsrc/videotestsrc.h:
9393           Add support for video/x-raw-bayer.
9394
9395 2007-05-12  David Schleef  <ds@schleef.org>
9396
9397         * sys/xvimage/xvimagesink.c:
9398           Add some sanity checking for the XVImage size returned by X.
9399           Related to #377400.
9400
9401 2007-05-12  Wim Taymans  <wim@fluendo.com>
9402
9403         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9404         (gst_base_rtp_depayload_setcaps),
9405         (gst_base_rtp_depayload_set_gst_timestamp):
9406         Parse and use additional caps fields as described in updated
9407         application/x-rtp caps spec.
9408
9409 2007-05-12  Wim Taymans  <wim@fluendo.com>
9410
9411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9412         (gst_ogg_demux_collect_chain_info):
9413         If there is a stream in a chain without any data packets, ignore the
9414         stream in the total length calculations. Might be related to #436820.
9415
9416 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9417
9418         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9419         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9420         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9421         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9422         (plugin_init):
9423
9424         Consolidate and re-work our mpeg system stream detection to probe
9425         more packets and produce a higher confidence result. Fixes a
9426         regression caused by lowering the typefind probability last year
9427         - related to bug #397810. Remove the redundant MPEG-1 specific 
9428         typefind function, as the new one detects both MPEG-1 & MPEG-2
9429         happily.
9430
9431         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9432         little. 
9433
9434         Tested against my media test directory, with some improvements and
9435         no regressions.
9436
9437 2007-05-10  Wim Taymans  <wim@fluendo.com>
9438
9439         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9440         (queue_out_of_data):
9441         Connect to the new queue "pushing" signal instead of the broken
9442         "running" one.
9443
9444 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9445
9446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9447         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9448         Move variable declaration before the first instruction.
9449         * gst/videotestsrc/videotestsrc.c:
9450         Define M_PI if it's not defined yet.
9451         * win32/common/libgstrtp.def:
9452         Add new exported functions.
9453
9454 2007-05-09  Michael Smith <msmith@fluendo.com>
9455
9456         * ext/theora/theoradec.c: (theora_handle_type_packet):
9457           gst_pad_push_event() does not return a GstFlowReturn!
9458
9459 2007-05-09  Wim Taymans  <wim@fluendo.com>
9460
9461         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9462         * tests/examples/seek/seek.c: (do_seek):
9463         Some small cosmetic changes.
9464
9465 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9466
9467         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9468           gst_adder_change_state):
9469         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9470           segment_pending, segment_position, segment_rate):
9471           Handle playback-rate on adder.
9472
9473 2007-05-07  Michael Smith <msmith@fluendo.com>
9474
9475         * ext/theora/gsttheoradec.h:
9476         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9477         (theora_dec_sink_event), (theora_handle_comment_packet),
9478         (theora_handle_type_packet), (theora_dec_change_state):
9479           Don't push events (newsegment, tags) before initialising the
9480           decoder.
9481           This is neccesary for seeking to work correctly in gnonlin.
9482
9483 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9484
9485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9486         * gst/adder/gstadder.c:
9487         * gst/audiotestsrc/gstaudiotestsrc.c
9488           (gst_audio_test_src_create_white_noise):
9489         * gst/videotestsrc/gstvideotestsrc.c:
9490         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9491           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9492           volume_sink_template, volume_src_template, gst_volume_init,
9493           volume_process_double, volume_process_int16,
9494           volume_process_int16_clamp):
9495           Doc fixes and formatting.
9496
9497 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * tests/check/Makefile.am:
9500         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9501           Minimal check for volume's GstController usability; also another
9502           test for #422295.
9503
9504 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9505
9506         * gst-libs/gst/cdda/gstcddabasesrc.c:
9507         (gst_cdda_base_src_add_track):
9508           Fix it so that it (a) makes sense and (b) doesn't break
9509           everything cdda-related including the unit test.
9510
9511 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9512
9513         * gst-libs/gst/cdda/gstcddabasesrc.c:
9514         (gst_cdda_base_src_add_track):
9515           Fix build when disabling asserts.
9516
9517 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9518
9519         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9520           When XShm is not available, we might get row strides that are not
9521           rounded up to multiples of four; this is bad, because virtually
9522           every RGB-processing element in GStreamer assumes rowstrides are
9523           rounded up to multiples of four, so let's allocate at least enough
9524           memory to avoid crashes in this case. The image will still be
9525           displayed distorted though if this happens, so that still needs
9526           fixing (maybe by allocating a bigger image with an 'even' width
9527           and then clipping it appropriately when rendering - something for
9528           Xlib aficionados in any case).
9529
9530 2007-05-03  Michael Smith <msmith@fluendo.com>
9531
9532         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9533           If a buffer doesn't have a timestamp, assume it's contiguous with
9534           the previous buffer, and synthesise timestamps appropriately.
9535
9536 2007-05-03  Edward Hervey  <edward@fluendo.com>
9537
9538         * tests/check/elements/videorate.c: (GST_START_TEST):
9539         Set buffer timestamp to a valid value in order to test the buffer
9540         really does stay in videorate.
9541
9542 2007-05-03  Edward Hervey  <edward@fluendo.com>
9543
9544         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9545         There is no sensible way to handle incoming buffers which don't have a
9546         valid timestamp. We therefore discard them and wait for the next one.
9547
9548 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9551         * gst/playback/gstdecodebin2.c: (plugin_init):
9552           Better error message for text files.
9553
9554 2007-04-29  Wim Taymans  <wim@fluendo.com>
9555
9556         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9557         Fix offset bug in generation RR packets.
9558
9559 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9560
9561         * ext/theora/theoradec.c: (_theora_granule_time),
9562         (theora_dec_push_forward), (theora_handle_data_packet),
9563         (theora_dec_decode_buffer): Calculate buffer duration correctly
9564         to generate a perfect stream (#433888).
9565         * gst/audioresample/gstaudioresample.c:
9566         (audioresample_check_discont): Glib provides ABS.
9567
9568 2007-04-27  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9571         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9572         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9573         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9574         (gst_rtcp_packet_bye_set_reason):
9575         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9576         Fix RB block parsing and writing.
9577         Add support for constructing BYE packets.
9578
9579 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9580
9581         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9582         (gst_base_audio_src_create):
9583         * po/POTFILES.in:
9584           When posting a warning message because samples were dropped, post
9585           something more intelligible than he default error message for clock
9586           errors which is just confusing in this context (#432984).
9587
9588 2007-04-25  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9591         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9592         (read_packet_header), (gst_rtcp_packet_move_to_next),
9593         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9594         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9595         (gst_rtcp_packet_sdes_get_item_count),
9596         (gst_rtcp_packet_sdes_first_item),
9597         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9598         (gst_rtcp_packet_sdes_first_entry),
9599         (gst_rtcp_packet_sdes_next_entry),
9600         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9601         (gst_rtcp_packet_sdes_add_entry):
9602         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9603         Implement code to write SR, RR and SDES packets.
9604
9605 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9606
9607         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9608
9609         * sys/ximage/ximagesink.c:
9610           Fix build if XShm is not available (#432362).
9611
9612 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9613
9614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9615         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9616         pointers to random memory which are passed to g_free() when
9617         audio_convert_prepare_context() is called the first time.
9618
9619 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9620
9621         Patch by: Dan Williams <dcbw redhat com>
9622
9623         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9624           Don't leak incoming buffer if gst_pad_push() returns a
9625           non-OK flow. Fixes #432755.
9626          
9627         * tests/check/elements/videorate.c: (GST_START_TEST),
9628         (videorate_suite):
9629           Unit test for the above by Yours Truly.
9630
9631 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9632
9633         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9634         (gst_adder_sink_event), (gst_adder_collected):
9635           Fix non-flushing segmented seeks, Fixes #340060 for me
9636
9637 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639         Patch by: Olivier Crete  <tester at tester ca>
9640
9641         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9642         (gst_base_rtp_audio_payload_class_init),
9643         (gst_base_rtp_audio_payload_init),
9644         (gst_base_rtp_audio_payload_dispose):
9645           Chain up to parent class in dispose function; get rid of
9646           unnecessary 'diposed' flag in private structure (#415001).
9647
9648 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9649
9650         * docs/libs/gst-plugins-base-libs.types:
9651         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9652         (gst_base_rtp_audio_payload_class_init):
9653         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9654         * gst-libs/gst/rtp/gstbasertppayload.c:
9655           Some minor docs fixes and additions; also add missing 'Since' bits.
9656
9657 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9658
9659         Patch by: Zeeshan Ali  <zeenix gmail com>
9660
9661         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9662         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9663         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9664         (gst_base_rtp_audio_payload_push):
9665         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9666           The recently-added gst_base_rtp_audio_payload_push() should take an
9667           object of type GstBaseRTPAudioPayload as first argument (#431672).
9668
9669 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9670
9671         * gst/audioresample/gstaudioresample.c:
9672           Make more functions static, just because we can.
9673
9674 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9675
9676         * tests/check/elements/audioresample.c:
9677           Add unit test for audioresample shutdown crasher (#420106).
9678
9679 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9680
9681         * gst/subparse/gstsubparse.c:
9682         * gst/subparse/samiparse.c:
9683           Use GST_DISABLE_XML here
9684
9685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9686         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9687         (gst_xvimagesink_buffer_alloc),
9688         (gst_xvimagesink_navigation_send_event):
9689         * sys/xvimage/xvimagesink.h:
9690           Include stdlib.h when using atoi.
9691           
9692         * tests/check/elements/playbin.c: (playbin_suite):
9693           Use GST_DISABLE_REGISTRY here
9694
9695 2007-04-19  Michael Smith  <msmith@fluendo.com>
9696
9697         * ext/theora/gsttheoraenc.h:
9698         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9699         (theora_enc_sink_event), (theora_enc_change_state):
9700           Track initialisation state; don't try to use encoder state if we're
9701           not initialised (it'll segfault).
9702
9703 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9704
9705         * tests/check/pipelines/.cvsignore:
9706         Fix build.
9707
9708 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9709
9710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9711         Allow random depths between 1 and 32 instead of only multiplies of 8.
9712
9713 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9714
9715         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9716         Set the maximum number of channels for PCM and float in the correct
9717         place to have it also used when creating the template caps.
9718
9719 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9720
9721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9722         Correctly support 4, 6 and 8 channels with normal PCM and float
9723         wav files.
9724
9725         Fix the depth and signedness calculation in extensible wav files and
9726         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9727         mask is found.
9728
9729         Add support for float, alaw and mulaw in extensible wav files.
9730
9731         This allows correct playback of all but 5 files from
9732         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9733         
9734         (gst_riff_create_audio_template_caps):
9735         Add voxware and float formats to the template caps.     
9736
9737 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9738
9739         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9740
9741         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9742         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9743
9744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9745         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9746         Use the correct format strings for integer formats.
9747
9748 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9749
9750         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9751           Don't use pad_alloc_buffer_and_set_caps to create a small header
9752           packet, or, worse, to create a big temporary video buffer using the
9753           src pad.
9754
9755 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9756
9757         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9758         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9759           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9760           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9761
9762 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9763
9764         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9765           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9766           streamheader_suite):
9767           Add another test set up for failure
9768
9769 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9770
9771         * tests/check/Makefile.am:
9772         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9773           GST_START_TEST, streamheader_suite, main):
9774           Add a test for the streamheader bug Wim fixed.
9775
9776 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9777
9778         * ext/theora/theoradec.c: (theora_dec_sink_event):
9779         Fix misleading comment.
9780
9781 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9782
9783         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9784           More sanity checks for the header fields.
9785
9786 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9789           Try encodings from all environment variables, not just those in the
9790           first environment variable that is set.
9791
9792 2007-04-12  Wim Taymans  <wim@fluendo.com>
9793
9794         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9795         (gst_video_rate_chain):
9796         Add some debug.
9797
9798         * tests/check/elements/videorate.c: (GST_START_TEST),
9799         (videorate_suite):
9800         Added check for videorate changing caps handling. Closes #421834.
9801
9802 2007-04-12  Michael Smith  <msmith@fluendo.com>
9803
9804         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9805           Use scale functions to avoid overflow when calculating duration of 
9806           vorbis buffers.
9807
9808 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9809
9810         * docs/libs/gst-plugins-base-libs-sections.txt:
9811         * gst-libs/gst/tag/tag.h:
9812         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9813           API: add gst_tag_freeform_string_to_utf8() (#405072).
9814
9815         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9816           Use gst_tag_freeform_string_to_utf8() here.
9817
9818 2007-04-12  Wim Taymans  <wim@fluendo.com>
9819
9820         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9821         (gst_gdp_pay_sink_event):
9822         Make sure we set the IN_CAPS flag correctly.
9823
9824         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9825         Get the IN_CAPS flag before we call functions that mess with the flags.
9826
9827 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9828
9829         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9830           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9831           Only stamp buffers with offset/offset_end right before they get
9832           pushed.  This ensures offset continuity, which was not the case
9833           before as shown by
9834           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9835
9836 2007-04-06  Wim Taymans  <wim@fluendo.com>
9837
9838         * gst/playback/gstplaybin.c: (add_sink),
9839         (gst_play_bin_change_state):
9840         Activate sync in playbin, we are ready to handle it for live streams.
9841
9842 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * tests/check/elements/playbin.c:
9845         (test_sink_usage_video_only_stream), (playbin_suite):
9846           Add small test for stream-info-value-array code paths.
9847
9848 2007-04-05  Wim Taymans  <wim@fluendo.com>
9849
9850         * gst-libs/gst/audio/gstbaseaudiosink.c:
9851         (gst_base_audio_sink_skew_slaving):
9852         Don't try to create invalid calibration parameters by making the
9853         internal time go backwards, instead make external time go forward.
9854
9855 2007-04-05  Wim Taymans  <wim@fluendo.com>
9856
9857         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9858
9859         * gst/playback/gstplaybasebin.c: (add_stream):
9860         Fix leak in add_stream(), when g_value_set_object() increases the
9861         refcount of streaminfo object. Fixes #426250.
9862
9863 2007-04-03  David Schleef  <ds@schleef.org>
9864
9865         * gst/videotestsrc/gstvideotestsrc.c:
9866         * gst/videotestsrc/gstvideotestsrc.h:
9867         * gst/videotestsrc/videotestsrc.c:
9868         * gst/videotestsrc/videotestsrc.h:
9869           Add a test pattern called "circular", which has concentric
9870           rings with varying radial frequency.  The main purpose of this
9871           pattern is to test fidelity loss in a filter or scaler element.
9872           Notably, this pattern is scale invariant, and is optimally viewed
9873           with a width (and height) of 400.
9874
9875 2007-04-03  Wim Taymans  <wim@fluendo.com>
9876
9877         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9878
9879         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9880         (deactivate_free_recursive):
9881         Decodebin2 doesn't unref pads it obtains in some occasions:
9882         - multiqueue src pads, when either connecting further or exposing
9883         - sink pads of new autoplugged elements
9884         - peer pads when recursively freeing elements
9885         Fixes #425455.
9886
9887 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9888
9889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9890         Add audio/x-raw-float support, now that audioconvert support
9891         non-native endianness floats.
9892
9893 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * docs/libs/gst-plugins-base-libs-docs.sgml:
9896           gstreamer-plugins-base.pc doesn't exist, it's
9897           gstreamer-plugins-base-0.10.pc.
9898
9899 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9900
9901         Patch by: René Stadler <mail at renestadler dot de>
9902         with some minor changes
9903
9904         * gst-libs/gst/floatcast/floatcast.h:
9905         Use more efficient float endianness conversion functions that don't
9906         involve 2 function calls per value.
9907         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9908         (check_default), (audio_convert_prepare_context):
9909         * gst/audioconvert/gstaudioconvert.c:
9910         (gst_audio_convert_parse_caps), (make_lossless_changes):
9911         Support non-native endianness floats as input and output.
9912         Fixes #339838.
9913         * tests/check/elements/audioconvert.c: (verify_convert),
9914         (GST_START_TEST):
9915         Add unit tests for the non-native endianness float conversions.
9916
9917 2007-03-29  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9920         (gst_base_rtp_depayload_base_init),
9921         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9922         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9923         (gst_base_rtp_depayload_set_gst_timestamp),
9924         (gst_base_rtp_depayload_change_state),
9925         (gst_base_rtp_depayload_set_property),
9926         (gst_base_rtp_depayload_get_property):
9927         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9928         Add Private structure.
9929         Bring element code to 2007.
9930         Parse clock-base caps param and use it when generating the
9931         newsegment.
9932         Reset variables before going to PAUSED.
9933         Fix some docs.
9934
9935 2007-03-29  Wim Taymans  <wim@fluendo.com>
9936
9937         * docs/libs/gst-plugins-base-libs-docs.sgml:
9938         * docs/libs/gst-plugins-base-libs-sections.txt:
9939         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9940         (gst_base_rtp_audio_payload_get_adapter):
9941         Add RTCP docs.
9942         Fix some more docs.
9943
9944         * gst-libs/gst/rtp/Makefile.am:
9945         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9946         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9947         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9948         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9949         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9950         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9951         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9952         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9953         (gst_rtcp_packet_sr_get_sender_info),
9954         (gst_rtcp_packet_sr_set_sender_info),
9955         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9956         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9957         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9958         (gst_rtcp_packet_sdes_get_chunk_count),
9959         (gst_rtcp_packet_sdes_first_chunk),
9960         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9961         (gst_rtcp_packet_sdes_first_item),
9962         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9963         (gst_rtcp_packet_bye_get_ssrc_count),
9964         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9965         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9966         (gst_rtcp_packet_bye_get_reason_len),
9967         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9968         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9969         Add new helper object for parsing and creating RTCP messages.
9970
9971 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9972
9973         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9974         PCM samples with width=8 must be always unsigned, no matter what
9975         depth they have.
9976
9977 2007-03-29  Andy Wingo  <wingo@pobox.com>
9978
9979         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9980         perfect offsets also, not just timestamps.
9981
9982         * tests/check/elements/videorate.c (test_more): Test that given
9983         any incoming offsets, that videorate produces perfect offsets.
9984
9985 2007-03-29  Wim Taymans  <wim@fluendo.com>
9986
9987         * gst-libs/gst/riff/riff-ids.h:
9988         Add some more RIFF formats.
9989
9990 2007-03-29  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst-libs/gst/rtp/gstrtpbuffer.c:
9993         (gst_rtp_buffer_default_clock_rate):
9994         * gst-libs/gst/rtp/gstrtpbuffer.h:
9995         Fix fixed payload names and docs.
9996         Added method to get the default clock rates of fixed payload types.
9997         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9998
9999 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10000
10001         * tests/check/pipelines/.cvsignore:
10002         Add new vorbisdec test to cvsignore.
10003
10004 2007-03-28  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
10007         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10008         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
10009         (gst_base_audio_sink_set_property),
10010         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
10011         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
10012         (gst_base_audio_sink_skew_slaving),
10013         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
10014         (gst_base_audio_sink_async_play):
10015         * gst-libs/gst/audio/gstbaseaudiosink.h:
10016         Store private stuff in GstBaseAudioSinkPrivate.
10017         Add configurable clock slaving modes property.
10018         API:: GstBaseAudioSink::slave-method property
10019         Some more latency reporting tweaks.
10020         Added skew based clock slaving correction and make it the default until
10021         the resampling method is more robust.
10022
10023 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
10024
10025         * gst/audioconvert/audioconvert.c:
10026         Add docs to the integer pack functions and implement proper
10027         rounding. Before we had rounding towards negative infinity, i.e.
10028         always the smaller number was taken. Now we use natural rounding,
10029         i.e. rounding to the nearest integer and to the one with the largest
10030         absolute value for X.5. The old rounding introduced some minor
10031         distortions. Fixes #420079
10032         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10033         Fix one unit test that assumed the old rounding and added unit tests
10034         for checking signed/unsigned int16 <-> signed/unsigned int16 with
10035         depth 8, one for signed int16 <-> unsigned int16 and one for the new
10036         rounding from signed int32 to signed/unsigned int16.
10037
10038 2007-03-27  Michael Smith  <msmith@fluendo.com>
10039
10040         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10041         (gst_audio_convert_transform_caps):
10042           Fix typo in debug line introduced recently, as pointed out on irc.
10043
10044 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10045
10046         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10047         * tests/check/libs/tag.c: (GST_START_TEST):
10048           Make sure we parse floating-point numbers in vorbis comments
10049           correctly with either '.' or ',' as separator, no matter what
10050           the current locale is. Add unit test for this too.
10051
10052 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10053
10054         Patch by: René Stadler  <mail at renestadler de>
10055
10056         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10057           When writing out floating-point numbers to vorbis comment tags, always
10058           use the same character as separator no matter what the current locale is
10059           (fixes #423051).
10060
10061         * tests/check/libs/tag.c: (GST_START_TEST):
10062           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10063
10064 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10065
10066         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10067           vorbis_handle_data_packet):
10068           Correctly set DURATION to generate a timestamp-continuous stream.
10069           One bug left at the end; see
10070           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10071         * tests/check/Makefile.am:
10072         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10073           Add a test to check this.  Without the above patch this test fails.
10074
10075 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10076
10077         * gst-libs/gst/rtp/Makefile.am:
10078         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10079
10080 2007-03-23  Michael Smith  <msmith@fluendo.com>
10081
10082         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10083         (gst_video_rate_reset), (gst_video_rate_chain):
10084           If videorate changes caps, we can no longer use the old buffer
10085           (which may have a different size, incompatible with our caps).
10086           So don't do that; just duplicate the new frame more times.
10087
10088 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10089
10090         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10091         Remove playbin's override of the set_clock vmethod. It's irrelevant
10092         after Wim's commit on the 19th.
10093
10094 2007-03-22  Wim Taymans  <wim@fluendo.com>
10095
10096         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10097         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10098         * ext/gnomevfs/gstgnomevfssrc.h:
10099         Don't cache file sizes. Fixes #341078.
10100
10101 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst/playback/gstplaybin.c: (add_sink):
10104           Use GST_PTR_FORMAT to log caps. 
10105
10106 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         Patch by: Young-Ho Cha <ganadist at chollian net>
10109
10110         * gst/subparse/samiparse.c: (handle_start_font):
10111           Special-case some more colour names that pango doesn't handle by
10112           default. Fixes #420578.
10113
10114 2007-03-20  Michael Smith  <msmith@fluendo.com>
10115
10116         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10117           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10118           that marks EOS internally. After that, libvorbis will buffer all
10119           input data, and encode none of it, eventually leading to memory
10120           exhaustion.
10121
10122 2007-03-19  Wim Taymans  <wim@fluendo.com>
10123
10124         * gst/playback/gstdecodebin.c: (remove_fakesink):
10125         Don't post STATE_DIRTY anymore.
10126
10127         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10128         (gst_play_bin_change_state):
10129         Remove stream_time reset in seek handling, core does that now.
10130         Disable clocking for live pipelines by forcing a NULL clock to the
10131         complete pipeline, core is too smart now for our previous hack.
10132         We can always autoplug in PAUSED now.
10133
10134 2007-03-17  David Schleef  <ds@schleef.org>
10135
10136         * REQUIREMENTS:  Update this file, change the formatting to make
10137         it more consistent, plus more machine readable.
10138
10139 2007-03-16  Michael Smith  <msmith@fluendo.com>
10140
10141         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10142         (strip_width_64), (append_with_other_format):
10143           Previous fix was too simplistic, and broke the tests. Use a better
10144           approach; only strip 64 from widths for integer audio.
10145
10146 2007-03-16  Michael Smith  <msmith@fluendo.com>
10147
10148         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10149         (gst_audio_convert_transform_caps):
10150           We don't support 64 bit integer audio, so don't try to claim we can.
10151           Stops us producing caps don't match our template caps.
10152           Update comments.
10153
10154 2007-03-15  Michael Smith  <msmith@fluendo.com>
10155
10156         * gst/audioresample/gstaudioresample.c:
10157         (audioresample_check_discont), (audioresample_transform):
10158           Don't trigger discontinuities for very small imperfections; a filter
10159           flush will sound bad, and many plugins have rounding errors leading
10160           to these.
10161
10162 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10163
10164         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10165
10166         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10167         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10168         API: add "min-ptime" property to RTP base audio payloader.
10169         API: add gst_base_rtp_audio_payload_push().
10170         API: add gst_base_rtp_audio_payload_get_adapter().
10171         Fixes #415001
10172         Indentation/whitespace/documentation fixes.
10173
10174 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10175
10176         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10177         (audioresample_transform_size), (audioresample_do_output),
10178         (audioresample_transform), (audioresample_pushthrough): Handle
10179         discontinuous streams.
10180         * gst/audioresample/gstaudioresample.h:
10181         * tests/check/elements/audioresample.c:
10182         (test_discont_stream_instance), (GST_START_TEST),
10183         (audioresample_suite): Add a test for discontinuous streams.
10184         * win32/common/config.h: Updated.
10185
10186 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10187
10188         * po/af.po:
10189         * po/az.po:
10190         * po/cs.po:
10191         * po/en_GB.po:
10192         * po/it.po:
10193         * po/nb.po:
10194         * po/nl.po:
10195         * po/or.po:
10196         * po/sq.po:
10197         * po/sr.po:
10198         * po/sv.po:
10199         * po/uk.po:
10200         * po/vi.po:
10201           Update translations from translation project.
10202
10203 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10204
10205         * gst/audioresample/debug.h:
10206         * gst/audioresample/resample.c: (resample_init):
10207           Since I really am not interested in a debug line for each sample
10208           being processed, move the library's debugging to its own category,
10209           libaudioresample
10210
10211 2007-03-13  Michael Smith  <msmith@fluendo.com>
10212
10213         * ext/theora/theoradec.c: (theora_handle_type_packet):
10214           Since the plugin doesn't support anything other than 4:2:0 right
10215           now, post an error and fail if we get something else. Won't matter
10216           until libtheora supports the other pixel formats, but hopefully
10217           that'll be soon...
10218
10219 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10220
10221         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10222         Use gst_guint64_to_gdouble for conversion.
10223         * win32/MANIFEST:
10224         Add new files to the win32 MANIFEST.
10225         * win32/common/libgstaudio.def:
10226         * win32/common/libgstpbutils.def:
10227         Add new exported functions.
10228         * win32/vs6/gst_plugins_base.dsw:
10229         * win32/vs6/libgstdecodebin.dsp:
10230         * win32/vs6/libgstplaybin.dsp:
10231         Change the link to libgstpbutils.lib.
10232         * win32/vs6/libgstdecodebin2.dsp:
10233         Add a new project for decodebin2.
10234         * win32/vs6/libgstpbutils.dsp:
10235         Add a new project for pbutils.
10236
10237 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10240           Also accept partial dates with only year and month,
10241           like 1999-12-00 (fixes #410396 even more).
10242
10243         * tests/check/libs/tag.c: (GST_START_TEST):
10244           Add unit test for the above.
10245
10246 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * tests/check/elements/subparse.c: (GST_START_TEST),
10249         (subparse_suite):
10250           Add unit test for MPL2 subtitle format (#413799).
10251
10252 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10253
10254         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10255
10256         * gst/subparse/Makefile.am:
10257         * gst/subparse/gstsubparse.c:
10258         (gst_sub_parse_data_format_autodetect),
10259         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10260         (gst_subparse_type_find):
10261         * gst/subparse/gstsubparse.h:
10262         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10263         * gst/subparse/mpl2parse.h:
10264           Add support for MPL2 subtitle format (#413799).
10265
10266 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * configure.ac:
10269           We require core CVS for the new buffer metadata copy functions.
10270
10271 2007-03-09  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst-libs/gst/tag/gstid3tag.c:
10274         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10275         Fixes #414496.
10276
10277         Patch by: Alex Lancaster <alexl at users sourceforge net>
10278
10279 2007-03-09  Wim Taymans  <wim@fluendo.com>
10280
10281         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10282         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10283         Improve adapter usage and comments.
10284
10285 2007-03-09  Wim Taymans  <wim@fluendo.com>
10286
10287         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10288         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10289         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10290         Use new metadata copy function.
10291
10292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10293         (gst_ffmpegcsp_transform):
10294         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10295         Basetransform copied the metadata for us.
10296
10297 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10298
10299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10300         (gst_text_overlay_video_event):
10301           Some more logging. Only accept newsegment events in TIME format and
10302           send a WARNING message if they are not in TIME format.
10303
10304         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10305         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10306         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10307         * gst/subparse/gstsubparse.h:
10308           No need to allocate GstSegment structure dynamically, just put it
10309           into the instance structure; ignore newsegment events in BYTE
10310           format and in particular don't let it overwrite our saved TIME
10311           segment from the last seek.
10312
10313 2007-03-09  Michael Smith  <msmith@fluendo.com>
10314
10315         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10316           Replace AC3 typefinder with one that isn't terrible, and actually
10317           works usefully.
10318
10319 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10320
10321         * gst/audioconvert/gstaudioconvert.c:
10322         (gst_audio_convert_transform):
10323           fix error category and translatable string
10324           
10325
10326 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10327
10328         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10329         * pkgconfig/gstreamer-plugins-base.pc.in:
10330           Fix up utils => pbutils here too.
10331
10332 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/subparse/gstsubparse.c: (handle_buffer):
10335           Break out of loop in chain function as soon as possible if we get
10336           a non-OK flow return.
10337
10338 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10339
10340         * tests/check/elements/alsa.c: (GST_START_TEST):
10341         Unref the mixer if the state change fails too (if the
10342         alsa devices are inaccessible, for example)
10343
10344 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10345
10346         * tests/check/Makefile.am:
10347         Don't test libvisual elements in the states check, because libvisual
10348         seems to leak internally.
10349
10350         Re-enable the alsa and states tests now that there's new suppressions
10351         in gst.supp.
10352
10353         * tests/check/elements/alsa.c: (GST_START_TEST):
10354         Don't leak the alsamixer we instantiated.
10355
10356 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10357
10358         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10359         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10360         (gst_ximagesink_finalize):
10361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10362         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10363         Move some cleanup stuff from the state change handler into a _reset()
10364         function that can be called from _finalize(). This ensures that things
10365         get freed even if (for some reason) the NULL->READY state transition
10366         fails in the parent class.
10367         Even if a parent state change fails, process our downward state change
10368         logic instead of bailing out early.
10369         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10370
10371 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10372
10373         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10374         Extra log line.
10375
10376         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10377         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10378         Use pango_font_description_set_family_static instead of 
10379         pango_font_description_set_family to save a string copy (it was
10380         leaking due to the strdup anyway)
10381
10382         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10383         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10384         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10385         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10386         Chain up in finalize.
10387
10388 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10389
10390         * gst-libs/gst/interfaces/mixertrack.c:
10391         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10392         (gst_mixer_track_set_property):
10393           API: add "untranslated-label" property which should be set by
10394           implementations at construct time (#414645).
10395
10396         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10397         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10398           Set "untranslated-label" when constructing mixer track objects.
10399
10400         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10401           Unit test to check the above.
10402
10403 2007-03-07  Wim Taymans  <wim@fluendo.com>
10404
10405         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10406         Fix confusing debug message.
10407
10408 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10409
10410         * gst-plugins-base.doap:
10411         update doap file with new version
10412
10413 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10414
10415         * configure.ac:
10416         Back to CVS
10417
10418 === release 0.10.12 ===
10419
10420 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10421
10422         * configure.ac:
10423           releasing 0.10.12, "Zombie Horde"
10424
10425 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10426
10427         * configure.ac:
10428         Bump version to 0.10.11.4 pre-release
10429
10430 2007-03-06  Wim Taymans  <wim@fluendo.com>
10431
10432         * gst-libs/gst/audio/gstbaseaudiosink.c:
10433         (gst_base_audio_sink_async_play):
10434         Fix regression that made GStreamer skip the first samples of audio.
10435         Fixes #414684.
10436
10437 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10438
10439         * configure.ac:
10440         Bump version to 0.10.11.3 pre-release
10441
10442 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10443
10444         * po/POTFILES.in:
10445           Update paths for the rename from utils to pbutils to fix the build.
10446
10447 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10448
10449         * gst-libs/gst/pbutils/Makefile.am:
10450           Change directory to install headers in from gst/utils to gst/pbutils
10451           as well.
10452
10453 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10454
10455         * configure.ac:
10456         * docs/libs/gst-plugins-base-libs-docs.sgml:
10457         * docs/libs/gst-plugins-base-libs-sections.txt:
10458         * gst-libs/gst/Makefile.am:
10459         * gst-libs/gst/interfaces/mixer.c:
10460         * gst-libs/gst/pbutils/Makefile.am:
10461         * gst-libs/gst/pbutils/descriptions.c:
10462         (gst_pb_utils_get_source_description),
10463         (gst_pb_utils_get_sink_description),
10464         (gst_pb_utils_get_decoder_description),
10465         (gst_pb_utils_get_encoder_description),
10466         (gst_pb_utils_get_element_description),
10467         (gst_pb_utils_add_codec_description_to_tag_list),
10468         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10469         * gst-libs/gst/pbutils/descriptions.h:
10470         * gst-libs/gst/pbutils/install-plugins.c:
10471         * gst-libs/gst/pbutils/install-plugins.h:
10472         * gst-libs/gst/pbutils/missing-plugins.c:
10473         (gst_missing_uri_source_message_new),
10474         (gst_missing_uri_sink_message_new),
10475         (gst_missing_element_message_new),
10476         (gst_missing_decoder_message_new),
10477         (gst_missing_encoder_message_new),
10478         (gst_missing_plugin_message_get_description):
10479         * gst-libs/gst/pbutils/missing-plugins.h:
10480         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10481         * gst-libs/gst/pbutils/pbutils.h:
10482         * gst-libs/gst/utils/Makefile.am:
10483         * gst-libs/gst/utils/base-utils.c:
10484         * gst-libs/gst/utils/base-utils.h:
10485         * gst-libs/gst/utils/descriptions.c:
10486         * gst-libs/gst/utils/descriptions.h:
10487         * gst-libs/gst/utils/install-plugins.c:
10488         * gst-libs/gst/utils/install-plugins.h:
10489         * gst-libs/gst/utils/missing-plugins.c:
10490         * gst-libs/gst/utils/missing-plugins.h:
10491         * gst-plugins-base.spec.in:
10492         * gst/playback/Makefile.am:
10493         * gst/playback/gstdecodebin.c:
10494         * gst/playback/gstdecodebin2.c:
10495         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10496         (gen_source_element):
10497         * gst/playback/gstplaybin.c: (plugin_init):
10498         * tests/check/Makefile.am:
10499         * tests/check/libs/pbutils.c: (GST_START_TEST),
10500         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10501         * tests/check/libs/utils.c:
10502           rename utils to pbutils
10503
10504 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10505
10506         * docs/plugins/Makefile.am:
10507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10509         * docs/plugins/inspect/plugin-decodebin2.xml:
10510         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10511         Add documentation for decodebin2 that indicates that the API
10512         is still unstable.
10513
10514 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10515
10516         * configure.ac:
10517         Update to 0.10.11.2 (0.10.12 pre-release)
10518
10519 2007-03-01  Wim Taymans  <wim@fluendo.com>
10520
10521         * gst-libs/gst/audio/gstbaseaudiosink.c:
10522         (gst_base_audio_sink_async_play):
10523         base time is irrelevant here.
10524
10525 2007-03-01  Wim Taymans  <wim@fluendo.com>
10526
10527         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10528         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10529         Improve debugging.
10530
10531         * gst-libs/gst/audio/gstbaseaudiosink.c:
10532         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10533         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10534         Improve latency and clock slaving calculations.
10535         Improve slave clock calibration.
10536
10537         * gst-libs/gst/audio/gstringbuffer.c:
10538         (gst_ring_buffer_commit_full):
10539         When we are asked to render N sample to 0 bytes, return N.
10540
10541 2007-03-01  Wim Taymans  <wim@fluendo.com>
10542
10543         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10544         (gst_alsasink_write), (gst_alsasink_reset):
10545         * ext/alsa/gstalsasink.h:
10546         Remove unused dispose function.
10547         Rename lock to not interfere with alsasrc lock.
10548
10549         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10550         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10551         (gst_alsasrc_read), (gst_alsasrc_reset):
10552         * ext/alsa/gstalsasrc.h:
10553         Implement finalize function.
10554         Use lock to protect alsa access.
10555         Implement _reset.
10556         Fine tune sw params.
10557
10558 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10559
10560         * configure.ac:
10561           Convert to new AG_GST style.
10562
10563 2007-02-28  Wim Taymans  <wim@fluendo.com>
10564
10565         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10566
10567         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10568         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10569         Fix race condition when rapidly switching visualisations in playbin.
10570         Fixes #401029.
10571
10572 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10573
10574         * tests/check/Makefile.am:
10575         Include local stuff before system installed things in LDFLAGS and
10576         CFLAGS.
10577
10578 2007-02-28  Wim Taymans  <wim@fluendo.com>
10579
10580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10581         Improve debugging.
10582
10583 2007-02-28  Wim Taymans  <wim@fluendo.com>
10584
10585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10586         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10587         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10588         Fix duration and timestamping, taking latency into account.
10589         Implement latency query.
10590
10591 2007-02-28  Wim Taymans  <wim@fluendo.com>
10592
10593         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10594         (gst_audio_clock_new):
10595         Fix clock name.
10596
10597         * gst-libs/gst/audio/gstbaseaudiosink.c:
10598         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10599         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10600         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10601         (gst_base_audio_src_create):
10602         Improve latency query code.
10603         Use proper clock names.
10604
10605 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10606
10607         * tests/check/generic/states.c: (GST_START_TEST):
10608           Copy the states.c test from core again
10609         * tests/check/Makefile.am:
10610           ignore cdio and cdparanoiasrc
10611
10612 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10613
10614         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10615         (double_hq), (audio_convert_get_func_index), (check_default),
10616         (audio_convert_prepare_context), (audio_convert_convert):
10617           Also make valgrind happy and avoid copying data in some cases.
10618
10619 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10620
10621         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10622         (double_hq), (audio_convert_get_func_index),
10623         (audio_convert_prepare_context), (audio_convert_convert):
10624         * gst/audioconvert/gstaudioconvert.c:
10625         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10626         (gst_audio_convert_transform_caps):
10627         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10628         (audioconvert_suite):
10629           Don't run inplace if that overwrites source data as we go. Add more
10630           tests. Fixes #339837 even more.
10631
10632 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10633
10634         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10635         (msg_segment_done): Fix various seeking bugs (Slider was not
10636         updating when doing a non flushing seek, Reverse playback 
10637         on segment seek was wrong).
10638
10639 2007-02-26  Wim Taymans  <wim@fluendo.com>
10640
10641         * tests/examples/seek/seek.c: (stop_seek):
10642         When we stop scrubbing, don't leave the pipeline PLAYING when we
10643         requested a PAUSED state.
10644
10645 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10646
10647         Patch by: René Stadler <mail at renestadler de>
10648
10649         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10650           Parse date strings in vorbis comments that have an invalid (zero)
10651           month or day (#410396).
10652
10653         * tests/check/libs/tag.c: (GST_START_TEST):
10654           Test case for the above.
10655
10656 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10657
10658         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10659
10660         * configure.ac:
10661         * ext/alsa/Makefile.am:
10662         * gst/audiotestsrc/Makefile.am:
10663           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10664
10665 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * gst/playback/gstplaybin.c:
10668           Improve docs: point out that the application needs to assist playbin
10669           with buffering.
10670
10671 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10672
10673         * gst-libs/gst/utils/install-plugins.c:
10674         * gst-libs/gst/utils/missing-plugins.c:
10675         * tests/check/libs/utils.c: (missing_msg_check_getters):
10676           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10677           to just 'gstreamer'. Document the caps string component of the
10678           decoder/encoder detail a bit better, since not everyone will be
10679           familiar with the GStreamer media type/caps system (but they better
10680           enjoy nested itemized lists).
10681
10682 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10685         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10686           Fix copying of GstNetBuffer (would crash before, or at least lead to
10687           invalid memory access, #410772), for now by copying the GstBuffer copy
10688           code from the core over here so we can copy the GstBuffer fields on a
10689           provided buffer instance (of type GstNetBuffer in this case). Would be
10690           better to fix this with some support by the core though (and in the long
10691           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10692
10693         * tests/check/Makefile.am:
10694           Enable unit test for GstNetBuffer.
10695
10696 2007-02-22  Andy Wingo  <wingo@pobox.com>
10697
10698         * gst-libs/gst/audio/gstbaseaudiosink.c
10699         (gst_base_audio_sink_init): Disable pull-mode activation until we
10700         figure out how to make audio sinks go to PLAYING.
10701
10702 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10703
10704         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10705         (double_hq), (audio_convert_get_func_index),
10706         (audio_convert_prepare_context), (audio_convert_convert):
10707         * gst/audioconvert/audioconvert.h:
10708         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10709         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10710         * gst/audioconvert/gstchannelmix.h:
10711         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10712           Add float as an intermediate format, as well as float mixing. Enable
10713           test that was failing before. Fixes #339837
10714
10715 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10716
10717         * tests/examples/seek/seek.c: (do_seek):
10718         Undo the previous commit: -1 as a stop time implies that the stop
10719         time is the end of file, clearing any previously configured segment.
10720
10721 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10722
10723         * tests/examples/seek/seek.c: (do_seek):
10724         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10725
10726 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10727
10728         * gst/volume/gstvolume.c: (volume_process_int16),
10729         (volume_process_int16_clamp), (volume_set_caps):
10730           Unbreak volume, value remains gint.
10731
10732 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10733
10734         * gst/volume/gstvolume.c: (volume_choose_func),
10735         (volume_update_real_volume), (gst_volume_set_volume),
10736         (gst_volume_init), (volume_process_double), (volume_process_float),
10737         (volume_process_int16), (volume_process_int16_clamp),
10738         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10739         * gst/volume/gstvolume.h:
10740           Extend float audio support (double) and some int->uint cleanups.
10741
10742 2007-02-20  Edward Hervey  <edward@fluendo.com>
10743
10744         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10745         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10746         (sort_end_pads), (gst_decode_group_expose),
10747         (gst_decode_group_hide):
10748         Don't free groups from the streaming threads. Just put them aside and
10749         free them in dispose.
10750
10751 2007-02-20  Edward Hervey  <edward@fluendo.com>
10752
10753         * gst/playback/gstdecodebin2.c: (connect_element),
10754         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10755         (sort_end_pads), (gst_decode_group_expose):
10756         Handle dynamic pads within groups.
10757         Sort pads before exposing them in order to make playbin happy.
10758         There still is a race with the multiqueue filling up. This should be
10759         solved separately.
10760         Fixes #398721
10761
10762 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10763
10764         * gst-libs/gst/utils/base-utils.c:
10765         * gst-libs/gst/utils/descriptions.c:
10766         * gst-libs/gst/utils/install-plugins.c:
10767         * gst-libs/gst/utils/missing-plugins.c:
10768           Some more docs (and descriptions for two subtitle formats).
10769
10770 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10771
10772         * gst-libs/gst/audio/audio.c:
10773           Fix documentation.
10774
10775 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         Patch by: Yves Lefebvre  <ivanohe abacom com>
10778
10779         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10780           Don't leak caps. Fixes #408278.
10781
10782 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10783
10784         * ext/cdparanoia/gstcdparanoiasrc.h:
10785         * ext/ogg/gstoggdemux.h:
10786         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10787         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10788         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10789         * gst-libs/gst/audio/audio.h:
10790         * gst-libs/gst/audio/gstaudiofilter.h:
10791         * gst-libs/gst/interfaces/videoorientation.h:
10792         * gst/adder/gstadder.h:
10793           More docs coverage and some ChangeLog surgery (add missing names)
10794
10795 2007-02-15  Wim Taymans  <wim@fluendo.com>
10796
10797         * sys/ximage/ximagesink.c:
10798         (gst_ximagesink_calculate_pixel_aspect_ratio):
10799         * sys/xvimage/xvimagesink.c:
10800         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10801         Small constifications.
10802
10803 2007-02-15  Wim Taymans  <wim@fluendo.com>
10804
10805         * gst-libs/gst/audio/gstbaseaudiosink.c:
10806         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10807         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10808         (gst_base_audio_sink_async_play),
10809         (gst_base_audio_sink_change_state):
10810         Answer latency query.
10811         Use configured latency when syncing.
10812         Fix clock slaving.
10813
10814         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10815         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10816         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10817         Fix possible memleak.
10818         Implement latency query.
10819         Small cleanups.
10820
10821 2007-02-15  Wim Taymans  <wim@fluendo.com>
10822
10823         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10824         Ignore errors in reset, these are not fatal. They also grab the element
10825         lock which is already taking when this function is called. Fixes
10826         #405451.
10827
10828 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10829
10830         * configure.ac:
10831           Remove 'tests/examples/xerror/Makefile' from output files again.
10832
10833 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10834
10835         * configure.ac:
10836         * docs/plugins/Makefile.am:
10837           Also crossref against gst-plugins-base-libs.
10838
10839 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10840
10841         * configure.ac:
10842         * docs/libs/Makefile.am:
10843         * docs/plugins/Makefile.am:
10844           Add crossreferences to glib/gobject/gstream docs.
10845
10846         * gst-libs/gst/audio/audio.h:
10847           Source formatting.
10848
10849         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10850           Add own debug category.
10851
10852 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10853
10854         Patch by: René Stadler <mail at renestadler de>
10855
10856         * gst-libs/gst/tag/gstvorbistag.c:
10857           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10858           (#403597).
10859
10860 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10861
10862         * gst/playback/gstplaybasebin.c: (setup_source):
10863           When we have external subtitles and wait for the subtitle decodebin
10864           to get up and running, we set up a (sync) bus handler for the
10865           subtitle decodebin, so we can stop waiting when it posts an error
10866           message. However, we should do that before we set the subtitle
10867           decodebin's state to playing, otherwise things are racy and we might
10868           miss error messages posted before we had a chance to set up the bus.
10869           This should finally fix totem hanging on .txt pseudo-subtitle files.
10870           
10871 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10872
10873         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10874           Use gst_gdouble_to_guint64 for conversions.
10875         * win32/common/config.h.in:
10876           Add a define for GST_INSTALL_PLUGINS_HELPER
10877         * win32/common/libgstaudio.def:
10878         * win32/common/libgstcdda.def:
10879         * win32/common/libgstnetbuffer.def:
10880         * win32/common/libgstrtp.def:
10881         * win32/common/libgutils.def:
10882           Add new exported functions.
10883         * win32/vs6/gst_plugins_base.dsw:
10884         * win32/vs6/libgstdecodebin.dsp:
10885         * win32/vs6/libgstnetbuffer.dsp:
10886         * win32/vs6/libgstplaybin.dsp:
10887         * win32/vs6/libgstrtp.dsp:
10888         * win32/vs6/libgstvorbis.dsp:
10889         * win32/vs6/libgstcdda.dsp:
10890         * win32/vs6/libgstgdp.dsp:
10891         * win32/vs6/libgstutils.dsp:
10892           Update and add new project files.
10893
10894 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10895
10896         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10897         (subrip_remove_unhandled_tags), (parse_subrip):
10898           For SubRip (.srt) subtitles, ignore all markup tags we don't
10899           handle (like font tags, for example).
10900
10901         * tests/check/elements/subparse.c:
10902           Add test for this.
10903
10904 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/playback/gstdecodebin.c: (add_fakesink),
10907         (gst_decode_bin_change_state):
10908         * gst/playback/gstdecodebin2.c: (add_fakesink),
10909         (gst_decode_bin_change_state):
10910           Don't error out if there is no fakesink in the NULL to READY state
10911           change, since when decodebin is re-used, we're only adding the
10912           fakesink element in READY to PAUSED.
10913
10914         * tests/check/elements/decodebin.c:
10915         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10916         (decodebin_suite):
10917           Minimal unit test to make sure we can use the same decodebin
10918           instance twice (at least with audiotestsrc input).
10919
10920 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10923           Try to get devic-name from device string first, and from handle only
10924           as fallback (seems to yield better results and is more robust
10925           against buggy probing code on the application side).
10926
10927 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10928
10929         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10930
10931         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10932         (gst_alsa_find_device_name):
10933         * ext/alsa/gstalsa.h:
10934         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10935         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10936           Improve device-name detection a bit, especially in the case where
10937           the device is not actually open (#405020, #405024). Move common code
10938           into gstalsa.c instead of duplicating it.
10939
10940 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/audioconvert/gstaudioconvert.c:
10943           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10944
10945 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10946
10947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10948         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10949         (gst_xvimagesink_interface_supported),
10950         (gst_xvimagesink_probe_get_properties),
10951         (gst_xvimagesink_probe_probe_property),
10952         (gst_xvimagesink_probe_needs_probe),
10953         (gst_xvimagesink_probe_get_values),
10954         (gst_xvimagesink_property_probe_interface_init),
10955         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10956         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10957         (gst_xvimagesink_get_type):
10958         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10959         for XVAdaptors so that one can choose the adaptor to use with 
10960         gstreamer-properties.
10961
10962 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10963
10964         * gst/audioconvert/gstaudioconvert.c:
10965           Also mention that a conversion from double to float is suboptimal still.
10966
10967 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10968
10969         * gst-libs/gst/audio/gstaudiofilter.c:
10970         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10971           Clear our formats structure and free the caps contained in it when
10972           shutting down.
10973
10974 2007-02-05  Andy Wingo  <wingo@pobox.com>
10975
10976         * gst-libs/gst/audio/gstbaseaudiosink.c
10977         (gst_base_audio_sink_callback): Update basesink->offset so that we
10978         pull monotonically increasing offsets instead of, um, seeking back
10979         to 0 each time. Fixes alsasrc ! alsasink!
10980
10981 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * gst/videoscale/gstvideoscale.c:
10984           A width and height of 1 makes us crash, so increase minimum size to
10985           2x2 pixels until someone feels like fixing this (#404512).
10986
10987 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10990           Add small test to make sure request pads are cleaned up properly
10991           even if oggmux never changes state out of NULL.
10992
10993 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * tests/check/libs/utils.c: (GST_START_TEST):
10996           Fix unit test. Turns out things work much better when you
10997           NULL-terminate string arrays. Should make p5 build bot happy again.
10998
10999 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst-libs/gst/audio/Makefile.am:
11002         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11003         (gst_audio_filter_template_base_init),
11004         (gst_audio_filter_template_class_init),
11005         (gst_audio_filter_template_init),
11006         (gst_audio_filter_template_set_property),
11007         (gst_audio_filter_template_get_property),
11008         (gst_audio_filter_template_setup),
11009         (gst_audio_filter_template_filter),
11010         (gst_audio_filter_template_filter_inplace), (plugin_init):
11011           Oops, forgot to commit fixed-up example.
11012
11013 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         * docs/libs/gst-plugins-base-libs-sections.txt:
11016         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
11017         (gst_audio_filter_class_init), (gst_audio_filter_init),
11018         (gst_audio_filter_set_caps),
11019         (gst_audio_filter_class_add_pad_templates):
11020         * gst-libs/gst/audio/gstaudiofilter.h:
11021           Port GstAudioFilter to 0.10. This change technically breaks
11022           API and ABI (and thus also every library developer's heart),
11023           but seems justifiable on the grounds that the base class was
11024           completely unusable before (ie. would crash immediately when
11025           actually used). Fixes #403963 (and eventually also #403572).
11026           Also document all of this a bit.
11027
11028 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * gst-libs/gst/utils/install-plugins.c:
11031         (gst_install_plugins_spawn_child):
11032         * tests/check/libs/utils.c:
11033         (test_base_utils_install_plugins_do_callout):
11034           Lowering log level to see why things fail on the p5 build bot;
11035           fix some typos in unit test messages.
11036
11037 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         * tests/check/libs/utils.c:
11040         (test_base_utils_install_plugins_do_callout):
11041           Don't hard-code temp directory for test helper; use GLib functions
11042           to write out file and do error checking etc.
11043
11044 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11045
11046         * gst-libs/gst/utils/Makefile.am:
11047         * gst-libs/gst/utils/base-utils.h:
11048         * gst-libs/gst/utils/install-plugins.c:
11049         (gst_install_plugins_context_set_xid),
11050         (gst_install_plugins_context_new),
11051         (gst_install_plugins_context_free),
11052         (gst_install_plugins_get_helper),
11053         (gst_install_plugins_spawn_child),
11054         (gst_install_plugins_return_from_status),
11055         (gst_install_plugins_installer_exited),
11056         (gst_install_plugins_async), (gst_install_plugins_sync),
11057         (gst_install_plugins_return_get_name),
11058         (gst_install_plugins_installation_in_progress):
11059         * gst-libs/gst/utils/install-plugins.h:
11060           API: add API for applications to initiate installation of missing
11061           plugins, ie. gst_install_plugins_async() primarily.
11062           Based on libgimme-codec by Ryan Lortie.
11063
11064         * configure.ac:
11065           Add --with-install-plugins-helper configure option so distros can specify
11066           the path of the helper script or program to call when plugin installation
11067           is requested (distros: please do any argument munging in this helper
11068           script instead of patching GStreamer to pass arguments differently
11069           to another program directly).
11070
11071         * docs/libs/gst-plugins-base-libs-docs.sgml:
11072         * docs/libs/gst-plugins-base-libs-sections.txt:
11073           Build and document new API.
11074
11075         * tests/check/libs/utils.c: (result_cb),
11076         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11077         (libgstbaseutils_suite):
11078           Some simple checks for the new API.
11079
11080 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11081
11082         * tests/check/elements/audioconvert.c: (test_float_conversion):
11083           Add small test for 32bit float <=> 64bit float conversion (works
11084           only one way so far, 32=>64 produces structured noise).
11085
11086 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11087
11088         * gst/audioconvert/gstaudioconvert.c:
11089         (set_structure_widths_32_and_64), (make_lossless_changes):
11090           We don't support floats with a width of 40, 48 or 56 bits.
11091
11092 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11093
11094         * gst/audioconvert/audioconvert.c: (float), (double),
11095         (audio_convert_get_func_index):
11096         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11097         (make_lossless_changes):
11098           Support for 64-bit float audio in audioconvert (#339837)
11099
11100 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11101
11102         Patch by: Holger Wansing  <linux wansing-online de>
11103
11104         * po/LINGUAS:
11105         * po/de.po:
11106           Add German translation (#352069).
11107
11108 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11109
11110         reviewed by: Wim Taymans <wim@fluendo.com>
11111
11112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11113         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11114         Use newly added GstCollectPads API to free the allocated resources in
11115         the GstOggPad structures (#402393).
11116
11117 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11118
11119         * gst/playback/gstplaybin.c: (gen_vis_element):
11120           Add audioresample+audioconvert in front of the visualisation
11121           element, so that elements like libvisual 0.4 that don't support all
11122           samplerates can work.
11123
11124           Fixes: #402505
11125
11126 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11129         (gst_play_base_bin_get_streaminfo_value_array):
11130           Take some locks and make a copy of the streaminfo value array we
11131           maintain while holding the lock, so that the application can
11132           retrieve the stream-info as a value array in a thread-safe way.
11133
11134 2007-01-30  Wim Taymans  <wim@fluendo.com>
11135
11136         * gst/audioconvert/gstaudioconvert.c:
11137         Don't fail on 0 sized buffers. Fixes #396835.
11138
11139 2007-01-29  David Schleef  <ds@schleef.org>
11140
11141         * gst/typefind/gsttypefindfunctions.c:
11142           Detect BBCD as video/x-dirac, so we can play raw dirac
11143           streams.
11144
11145 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * ext/theora/theoraenc.c: (theora_enc_chain):
11148           Check return value of theora_encode_header(), or we might try to
11149           allocate a random number of bytes. theora_encode_header() can fail
11150           if libtheora has been compiled with encoding support disabled.
11151           Fixes #398110.
11152
11153 2007-01-29  Wim Taymans  <wim@fluendo.com>
11154
11155         * tests/check/gst/.cvsignore:
11156         Do as buildbot says.
11157
11158 2007-01-29  Wim Taymans  <wim@fluendo.com>
11159
11160         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11161         Fix strides in libvisual. Gst uses X strides.
11162         Inspired by: <ed at catmur dot co dot uk> and 
11163         <tim at centricular dot net>
11164         Fixes #401118.
11165
11166 2007-01-27  Wim Taymans  <wim@fluendo.com>
11167
11168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11169         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11170         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11171         (gst_ogg_demux_perform_seek),
11172         (gst_ogg_demux_bisect_forward_serialno),
11173         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11174         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11175         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11176         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11177         * ext/ogg/gstoggdemux.h:
11178         Properly propagate streaming errors when we are scanning the file for
11179         chains so that we don't crash when shut down. Might fix some crashers
11180         when quickly switching oggs in RB such as #332503 and #378436.
11181
11182 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11183
11184         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11185           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11186           error code as well.
11187
11188 2007-01-25  Wim Taymans  <wim@fluendo.com>
11189
11190         * gst/playback/gstplaybasebin.c: (remove_source):
11191         Don't try to disconnect a signal from a finalized object.
11192
11193 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11196           Cast lock macro parameters to make sure we're actually accessing the
11197           lock member at the right class level. Free list itself in _dispose()
11198           as well and NULL it in case dispose gets called multiple times.
11199
11200 2007-01-25  Edward Hervey  <edward@fluendo.com>
11201
11202         * gst/playback/gstdecodebin2.c:
11203         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11204         Free GstDecodeGroups no longer used.
11205         (gst_decode_group_expose):
11206         Don't unlock too many times !
11207         (deactivate_free_recursive):
11208         Free iterator once we're done with it.
11209         Fix for recursively deactivating elements (stop at ghostpads).
11210
11211 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11212
11213         * gst/playback/gstplaybin.c: (handoff):
11214           Fix up caps on the frame buffer before we save it and potentially
11215           make it accessible to other threads via g_object_get; also use
11216           gst_buffer_replace() instead of gst_mini_object_replace().
11217
11218 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11219
11220         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11221           Make getting the current frame thread-safe.
11222
11223 2007-01-25  Edward Hervey  <edward@fluendo.com>
11224
11225         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11226         (gst_decode_group_new), (gst_decode_group_free):
11227         Set queues to bigger sizes to cope with HD contents.
11228         Fix some mutex freeing and add comment about MT safe methods.
11229
11230 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11231
11232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11233         (gst_text_overlay_text_event):
11234           Don't unnecessarily ref (and then leak) upstream events if the text
11235           pad is not linked. Fixes #399948.
11236
11237         * tests/check/gst-plugins-base.supp:
11238           Add suppression for pango on edgy/x86 for textoverlay test.
11239
11240 2007-01-24  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/rtp/gstrtpbuffer.h:
11243         Add some more fixed payloads.
11244
11245 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11246
11247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11248           Error out properly if we get an error from libogg while reading the
11249           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11250
11251 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11252
11253         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11254           Don't leak mutex.
11255
11256         * tests/check/elements/playbin.c:
11257         (test_sink_usage_video_only_stream),
11258         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11259         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11260         (test_missing_suburisource_handler),
11261         (test_missing_primary_decoder), (playbin_suite):
11262           Run all tests once with decodebin and once with decodebin2.
11263           One test does not pass yet with decodebin2.
11264
11265 2007-01-23  Edward Hervey  <edward@fluendo.com>
11266
11267         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11268         Fix the cases where oggmux doesn't properly figure out that all
11269         sinkpads have gone EOS, and therefore doesn't push out the remaining
11270         buffers and the final EOS event.
11271         Fixes #363379
11272
11273 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11274
11275         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11277         Don't lock on navigation event push, just on keysym to string.
11278         Fixes #397673 again.
11279
11280 2007-01-22  Edward Hervey  <edward@fluendo.com>
11281
11282         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11283         (get_current_group), (group_demuxer_event_probe),
11284         (gst_decode_group_expose), (deactivate_free_recursive),
11285         (gst_decode_group_free):
11286         Cleanups.
11287         Don't forget to emit 'no-more-pads' once a group is exposed.
11288         Cleanup elements from a DecodeGroup once we remove it.
11289         Protect call to gst_decode_group_expose() with the decodebin lock.
11290
11291 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11292
11293         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11295         Looking at Xorg code i can't figure out if that XKeysymToString
11296         function is thread sensible or not. Lock it just in case as
11297         recommended by Radek Doulik <rodo at ximian dot com>.
11298
11299 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11300
11301         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11303         Lock that X Call as well. Fixes #397673.
11304
11305 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11308           Don't go into an endless loop if the file starts with 00 00 01 2X,
11309           like quicktime redirect files might. Fixes #396042.
11310
11311         * tests/check/Makefile.am:
11312         * tests/check/gst/.cvsignore:
11313         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11314         (typefindfunctions_suite):
11315           Add unit test for the above.
11316
11317 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11320           On second thought, use "depth" field rather than "bpp" field.
11321
11322 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11325           Camtasia caps apparently need a bpp field (#398875).
11326
11327 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11330         (gen_source_element), (gst_play_base_bin_change_state):
11331           Attempt at a better error message in case we don't have the required
11332           URI handler installed; post missing-plugin message also when we're
11333           missing an URI handler for the subtitle URI; clean up properly also
11334           when an error occurs and we never made it to PAUSED state.
11335
11336         * tests/check/elements/playbin.c: (GST_START_TEST),
11337         (playbin_suite):
11338           Check that we're also getting a missing-plugin messsage for a
11339           missing subtitle URI handler (and clean up properly).
11340
11341 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11344           Plug a few reference leaks.
11345
11346 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11347
11348         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11349           Lower probability a bit if the marker isn't right at the start,
11350           to decrease the chance of false positives.
11351
11352 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11355           Small mpeg2 system stream typefinding improvement: make typefinder
11356           probe a bit into the stream instead of just looking for a marker
11357           at the beginning. Fixes #397810.
11358
11359 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * gst/audioconvert/gstchannelmix.c:
11362           Remove compatibility cruft for prehistoric GLib versions.
11363
11364 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11365
11366         * gst/playback/Makefile.am:
11367         * gst/playback/gstdecodebin.c: (close_pad_link):
11368         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11370         (gst_play_base_bin_handle_message_func), (unknown_type):
11371           Let decodebin be the element to post missing-plugin messages for
11372           missing decoders (rather than playbin); make playbin implement
11373           GstBin::handle_message so we can suppress missing-plugin messages
11374           for types we're not handling on purpose (don't want to bring up an
11375           installer in those cases).
11376
11377 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11378
11379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11380         * gst-libs/gst/tag/gstvorbistag.c:
11381         (gst_tag_list_to_vorbiscomment_buffer):
11382         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11383           Fix potentially unaligned access (#397207).
11384
11385 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11386
11387         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11388         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11389         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11390         (main):
11391           Allow to toggle looping while it plays. Fix callback prototype. Clean
11392           up code a bit more. Add copyright header.
11393
11394 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11395
11396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11397           Red and blue mask was swapped (spotted by Dan Williams).
11398
11399 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11400
11401         * gst-libs/gst/tag/gstid3tag.c:
11402         * gst-libs/gst/tag/gstvorbistag.c:
11403           Use new beats-per-minute tag from core.
11404
11405 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11406
11407         * po/POTFILES.in:
11408           Add new files with translatable strings, so they actually make it
11409           into the template file one day.
11410
11411 2007-01-12  Andy Wingo  <wingo@pobox.com>
11412
11413         * gst-libs/gst/audio/gstbaseaudiosink.c
11414         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11415         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11416         stuff, as the base class handles this now. Actually tell the ring
11417         buffer to start.
11418         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11419         How did this work before? Maybe I'm not as awesome a programmer as
11420         I think.
11421
11422         * gst-libs/gst/audio/gstbaseaudiosrc.c
11423         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11424         of a pad function.
11425
11426 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11429           Remove more fields so that the application can better blacklist
11430           formats that have been tried before.
11431
11432 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11433
11434         * gst-libs/gst/audio/mixerutils.h:
11435           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11436           used when compiling with c++ compilers as well.
11437
11438 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11439
11440         * gst/typefind/gsttypefindfunctions.c:
11441           Fix comment.
11442
11443 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11444
11445         * gst/playback/gstplaybin.c: (post_missing_element_message),
11446         (gen_video_element), (gen_text_element), (gen_audio_element),
11447         (gen_vis_element):
11448           Post missing-plugin messages also when we error out because
11449           converters, textoverlay or auto*sinks are missing (#161922).
11450
11451 2007-01-10  Wim Taymans  <wim@fluendo.com>
11452
11453         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11454         (is_demuxer_element), (new_caps):
11455         * gst/playback/gstplaybasebin.c: (source_new_pad):
11456         Fix the case where we try to ref a NULL element when we delay a link
11457         because of unfixed caps.
11458         Set the state of autoplugged decodebins to PAUSED.
11459         RTSP now works in playbin, we can remove it from the blacklist.
11460
11461 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11462
11463         * gst/playback/Makefile.am:
11464         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11465         (unknown_type), (setup_subtitle), (gen_source_element):
11466         * gst/playback/gstplaybin.c: (plugin_init):
11467           Post missing-plugin messages on the bus for missing sources and
11468           missing decoders/demuxers/depayloaders; fix error code used when
11469           we're missing an URI handler source; for media types that we are not
11470           handling on purpose at the moment, don't print "don't know how to
11471           handle xyz" messages to the terminal or post missing-plugin
11472           messages on the bus.
11473
11474         * tests/check/elements/playbin.c: (create_playbin),
11475         (GST_START_TEST), (gst_codec_src_uri_get_type),
11476         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11477         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11478         (gst_codec_src_init_type), (gst_codec_src_base_init),
11479         (gst_codec_src_create), (gst_codec_src_class_init),
11480         (gst_codec_src_init), (plugin_init), (playbin_suite):
11481           Add some tests for the missing-plugin stuff.
11482
11483 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * configure.ac:
11486         * gst-libs/gst/Makefile.am:
11487         * gst-libs/gst/utils/Makefile.am:
11488         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11489         * gst-libs/gst/utils/base-utils.h:
11490         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11491         (find_format_info), (caps_are_rtp_caps),
11492         (gst_base_utils_get_source_description),
11493         (gst_base_utils_get_sink_description),
11494         (gst_base_utils_get_decoder_description),
11495         (gst_base_utils_get_encoder_description),
11496         (gst_base_utils_get_element_description),
11497         (gst_base_utils_add_codec_description_to_tag_list),
11498         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11499         * gst-libs/gst/utils/descriptions.h:
11500         * gst-libs/gst/utils/missing-plugins.c:
11501         (missing_structure_get_type), (copy_and_clean_caps),
11502         (gst_missing_uri_source_message_new),
11503         (gst_missing_uri_sink_message_new),
11504         (gst_missing_element_message_new),
11505         (gst_missing_decoder_message_new),
11506         (gst_missing_encoder_message_new),
11507         (missing_structure_get_string_detail),
11508         (missing_structure_get_caps_detail),
11509         (gst_missing_plugin_message_get_installer_detail),
11510         (gst_missing_plugin_message_get_description),
11511         (gst_is_missing_plugin_message):
11512         * gst-libs/gst/utils/missing-plugins.h:
11513           API: add new libgstbaseutils library with functions
11514           - to create and parse missing-plugins messages
11515           - that provide (translated) descriptions for caps/decoders/sources/etc.
11516           Closes #392393.
11517
11518         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11519         * pkgconfig/gstreamer-plugins-base.pc.in:
11520           Add new lib.
11521
11522         * docs/libs/gst-plugins-base-libs-docs.sgml:
11523         * docs/libs/gst-plugins-base-libs-sections.txt:
11524           Generate docs for new lib and API.
11525
11526         * tests/check/Makefile.am:
11527         * tests/check/libs/.cvsignore:
11528         * tests/check/libs/utils.c: (missing_msg_check_getters),
11529         (GST_START_TEST), (libgstbaseutils_suite):
11530           Add some basic unit tests.
11531
11532 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * ext/ogg/Makefile.am:
11535           Dist gstoggdemux.h to fix 'make distcheck'.
11536
11537         * sys/v4l/Makefile.am:
11538           Fix 'make distcheck' even more.
11539
11540 2007-01-09  Wim Taymans  <wim@fluendo.com>
11541
11542         * docs/plugins/Makefile.am:
11543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11545         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11546         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11547         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11548         (gst_ogg_demux_perform_seek):
11549         * ext/ogg/gstoggdemux.h:
11550         Added docs.
11551         Add some more comments.
11552         Small cleanups.
11553
11554 2007-01-09  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/theora/theoradec.c:
11557         * ext/vorbis/vorbisdec.c:
11558         * gst-libs/gst/audio/gstringbuffer.c:
11559         (gst_ring_buffer_commit_full):
11560         * gst-libs/gst/audio/gstringbuffer.h:
11561         * gst-libs/gst/rtp/gstrtpbuffer.c:
11562         * gst-libs/gst/tag/gstvorbistag.c:
11563         Small documentation updates/fixes
11564
11565 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * configure.ac:
11568           Require core CVS HEAD for Andy's basesrc/sink API additions.
11569
11570 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11571
11572         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11573
11574         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11575         (plugin_init):
11576           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11577           on flac.sf.net (there appear to be other versions of the first
11578           ogg page in the wild) (#391365).
11579
11580 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * configure.ac:
11583           Check if localtime_r() is available.
11584
11585         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11586           If localtime_r() is not available, fall back to localtime(). Should
11587           fix build on MingW (#393310).
11588
11589 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11592         * gst/subparse/gstsubparse.h:
11593           Remove spurious 1000 subtrahend when calculating the timestamp from
11594           the frame number and the frame rate . Also, use the frames/second
11595           value specified in the first line of the file, if one is specified
11596           there. Should fix #357503.
11597
11598         * tests/check/elements/subparse.c: (do_test),
11599         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11600         (subparse_suite):
11601           Add some basic unit tests for the microdvd subtitle format.
11602
11603 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11604
11605         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11606
11607         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11608         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11609         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11610         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11611         (gst_xvimagesink_set_xwindow_id),
11612         (gst_xvimagesink_set_event_handling),
11613         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11614         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11615         Fixes: #390076.
11616         Add an adaptor property to select a specific XV adaptor.
11617         * sys/xvimage/xvimagesink.h:
11618
11619 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11620
11621         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11622         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11623         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11624         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11625         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11626         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11627         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11628         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11629         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11630         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11631         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11632         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11633         Use flow_lock much more to protect every access to xwindow.
11634         Try to catch erros while creating images in case some drivers are
11635         just generating an XError when the requested image is too big.
11636         Should fix : #354698, #384008, #384060.
11637         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11638         Implement some stress testing of setting window xid.
11639
11640 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11641
11642         * win32/common/libgsaudio.def:
11643           Add new exported function.
11644         * win32/common/libgstogg.dsp:
11645           Add gstoggaviparse.c to the build.
11646         * win32/common/libgstvideoscale.dsp:
11647           Add vs_4tap.c to the build.
11648         * win32/common/libgstvorbis.dsp:
11649           Add vorbistag.c to the build.
11650         
11651 2007-01-06  Andy Wingo  <wingo@pobox.com>
11652
11653         * gst-libs/gst/audio/gstbaseaudiosink.c
11654         (gst_base_audio_sink_class_init)
11655         (gst_base_audio_sink_init): 
11656         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11657         to baseaudiosink, and tell basesink that we can work in pull mode.
11658         This way the ring buffer thread drives the pipeline directly, if
11659         pull mode is possible. There is some lingering nastiness regarding
11660         capsnego, however.
11661         (gst_base_audio_sink_callback): Implement the callback to pull
11662         data. This interface is a bit light, though -- it should get a
11663         GstFlowReturn return value at least.
11664
11665 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11666
11667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11668         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11669         * gst/playback/gstdecodebin2.c:
11670         (gst_decode_group_check_if_blocked):
11671           Printf format and missing argument fixes.
11672
11673 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11674
11675         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11676         (gst_ogm_parse_change_state):
11677         Activate pads before adding them to the element.
11678
11679 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11680
11681         * tests/examples/seek/scrubby.c: (main):
11682         * tests/examples/seek/seek.c: (main):
11683           Call g_thread_init() first thing in main() (see #391278).
11684
11685 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11686
11687         * tests/check/Makefile.am:
11688         * tests/check/libs/.cvsignore:
11689         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11690         (netbuffer_suite):
11691           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11692           for the time being, since it's broken, see #393099.
11693
11694 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11695
11696         * tests/check/Makefile.am:
11697           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11698
11699 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * configure.ac:
11702           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11703           so that GST_BASE_CFLAGS can go inbetween them, making sure
11704           we use uninstalled gst-libs headers
11705         * docs/libs/Makefile.am:
11706         * ext/alsa/Makefile.am:
11707         * ext/cdparanoia/Makefile.am:
11708         * ext/gnomevfs/Makefile.am:
11709         * ext/libvisual/Makefile.am:
11710         * ext/ogg/Makefile.am:
11711         * ext/theora/Makefile.am:
11712         * ext/vorbis/Makefile.am:
11713         * gst-libs/gst/audio/Makefile.am:
11714         * gst-libs/gst/cdda/Makefile.am:
11715         * gst-libs/gst/interfaces/Makefile.am:
11716         * gst-libs/gst/riff/Makefile.am:
11717         * gst-libs/gst/rtp/Makefile.am:
11718         * gst-libs/gst/tag/Makefile.am:
11719         * gst/adder/Makefile.am:
11720         * gst/audioconvert/Makefile.am:
11721         * gst/audiorate/Makefile.am:
11722         * gst/audioresample/Makefile.am:
11723         * gst/playback/Makefile.am:
11724         * gst/tcp/Makefile.am:
11725         * gst/videoscale/Makefile.am:
11726         * gst/volume/Makefile.am:
11727         * sys/ximage/Makefile.am:
11728         * sys/xvimage/Makefile.am:
11729         * tests/icles/Makefile.am:
11730           adapt
11731
11732 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11733
11734         * gst-libs/gst/interfaces/xoverlay.c:
11735         (gst_x_overlay_handle_events):
11736         * gst-libs/gst/interfaces/xoverlay.h:
11737         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11738         (gst_ximagesink_set_xwindow_id),
11739         (gst_ximagesink_set_event_handling),
11740         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11741         (gst_ximagesink_get_property), (gst_ximagesink_init),
11742         (gst_ximagesink_class_init):
11743         * sys/ximage/ximagesink.h:
11744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11745         (gst_xvimagesink_set_xwindow_id),
11746         (gst_xvimagesink_set_event_handling),
11747         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11748         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11749         (gst_xvimagesink_class_init):
11750         * sys/xvimage/xvimagesink.h:
11751         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11752         Add a method to the XOverlay interface to allow disabling of 
11753         event handling in x[v]imagesink elements. This will let X events
11754         propagate to parent windows which can be usefull in some cases.
11755         Be carefull that the application is then responsible of pushing
11756         navigation events and expose events to the video sink.
11757         Fixes: #387138.
11758
11759 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11760
11761         * gst-libs/gst/tag/gstvorbistag.c:
11762         * tests/check/libs/tag.c: (GST_START_TEST):
11763           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11764           (fixes #392070).
11765
11766 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11767
11768         * configure.ac:
11769         * docs/Makefile.am:
11770         * docs/design/Makefile.am:
11771           Dist design docs.
11772
11773 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11774
11775         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11776         typo. Fixes: #390063.
11777
11778 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11779
11780         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11782         caps leak.
11783         * win32/common/config.h: Updated.
11784
11785 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11786
11787         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11788         (setup_gdpdepay_streamheader):
11789         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11790         (setup_gdppay_streamheader):
11791           Fix the dp tests, but activating the pads for the streamheader tests
11792           too and cleaning up conditionaly
11793
11794 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11795
11796         * gst/ffmpegcolorspace/avcodec.h:
11797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11798         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11799         (gst_ffmpegcsp_avpicture_fill):
11800         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11801         (img_get_alpha_info):
11802         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11803         other end of the word. Fixes: #387073.
11804
11805         Add some inconsequential branch hints in a couple of places.
11806
11807 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11810         (gst_ffmpeg_caps_to_smpfmt):
11811           The "signed" field in raw audio caps is of boolean type, trying to
11812           extract the value with _get_int() will fail (fix to keep in sync with
11813           the copy in gst-ffmpeg)
11814
11815 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11816
11817         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11818         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11819         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11820         (cleanup_gdpdepay):
11821         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11822         * tests/check/elements/subparse.c: (teardown_subparse):
11823         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11824         * tests/check/elements/videorate.c: (cleanup_videorate):
11825         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11826         * tests/check/elements/volume.c: (cleanup_volume):
11827         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11828         (cleanup_vorbisdec):
11829         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11830         (cleanup_vorbistag):
11831           consistent pad (de)activation
11832
11833 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11834
11835         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11836           Forgot to register the extensions.
11837
11838 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11839
11840         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11841         (plugin_init):
11842           Add typefinder for VIVO files (my christmas present to the 90s).
11843
11844 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11845
11846         * gst/playback/gstdecodebin.c: (type_found):
11847           Special-case the text/plain media type: we only want to recognise it
11848           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11849           parser, but not if the entire stream is of text/plain type. If the
11850           entire stream is text/plain, we should just error out.
11851
11852           This fixes playback of audio files with lyrics in totem. Totem can't
11853           distinguish between text files and subtitle files and passes any
11854           .txt file with the same basename as the main file to playbin as
11855           suburi, and playbin will then throw a 'subtitle found, but no video
11856           stream' error, which isn't entirely helpful. See #380342.
11857
11858           Also, with this change we'll show a slightly more correct error
11859           message in case totem passes a playlist file to us (although a
11860           custom error message wording instead of the default text would
11861           probably not be a bad idea either).
11862
11863           Same problem also needs to be fixed for playbin+decodebin2.
11864
11865         * tests/check/Makefile.am:
11866         * tests/check/elements/decodebin.c: (src_handoff_cb),
11867         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11868         (decodebin_suite):
11869           Add simple unit test for decodebin for the above.
11870
11871 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11872
11873         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11874         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11875           Refuse to change state to READY when we failed to create any of the
11876           required elements in our instance init function.
11877
11878 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11879
11880         * docs/libs/gst-plugins-base-libs-sections.txt:
11881           Small docs fixes/updates.
11882
11883         * gst-libs/gst/video/gstvideosink.h:
11884           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11885           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11886           removed from the base sink API between 0.9.6 and 0.9.7).
11887           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11888           accessor macros, so we don't do a runtime GObject type check every
11889           time we use them.
11890
11891 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * Makefile.am:
11894         * gst-plugins-base.doap:
11895         * gst-plugins-base.spec.in:
11896           add doap file
11897
11898 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11899
11900         Patch by: Jens Granseuer <jensgr at gmx net>
11901
11902         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11903         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11904         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11905         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11907           Declare variables at the beginning of a block. Fixes #383195.
11908
11909 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11910
11911         * configure.ac:
11912         Bump version nano - back to CVS.
11913
11914
11915 === release 0.10.11 ===
11916
11917 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11918
11919         * configure.ac:
11920           releasing 0.10.11, "Dumb things"
11921
11922 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11923
11924         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11925         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11926         Handle the case where an element has multiple pads with 
11927         unfixed caps as well as still possibly producing more dynamic 
11928         pads by storing each case as a distinct entry in the dynamic list.
11929         Fixes #38223 again.
11930
11931 2006-12-04  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst/playback/gstdecodebin.c: (close_pad_link):
11934         Fix #382223, add more dynamic caps handling.
11935
11936 2006-12-04  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst-libs/gst/audio/gstringbuffer.h:
11939         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11940         (gst_netaddress_set_ip4_interface),
11941         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11942         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11943         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11944         (gst_netaddress_get_ttl):
11945         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11946         * gst/playback/gstdecodebin.c: (close_pad_link):
11947         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11948         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11949         * win32/common/config.h:
11950
11951 2006-12-01  Michael Smith  <msmith@fluendo.com>
11952
11953         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11954           Delete bad debug code.
11955           Fixes #381219
11956
11957 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11958
11959         * gst/videoscale/vs_4tap.c:
11960         * win32/MANIFEST:
11961         * win32/common/config.h:
11962         * win32/vs8/libgstvideoscale.vcproj:
11963         Fix compilation on win32 under VS8
11964         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11965         Partially fixes #381175
11966
11967 2006-11-30  Michael Smith  <msmith@fluendo.com>
11968
11969         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11970         (GST_START_TEST):
11971           It would be very bad if, after a discont buffer, we thought every
11972           single following buffer was also discont. So, add to the test to
11973           ensure that this isn't the case.
11974           
11975         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11976           ... it was the case. So fix it.
11977
11978 2006-11-28  Wim Taymans  <wim@fluendo.com>
11979
11980         * gst/playback/gstplaybasebin.c: (check_queue_event):
11981         Improve debug.
11982
11983         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11984         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11985         padtemplate caps. Refixes #357577.
11986
11987 2006-11-28  Wim Taymans  <wim@fluendo.com>
11988
11989         * gst/playback/gstplaybasebin.c: (check_queue_event),
11990         (queue_threshold_reached), (queue_out_of_data),
11991         (gen_preroll_element):
11992         Add event probe to see when EOS is in a queue and we can disable the
11993         underrun signals. Fixes #357577.
11994
11995 2006-11-28  Edward Hervey  <edward@fluendo.com>
11996
11997         * gst/playback/Makefile.am:
11998         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11999         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
12000         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12001         (gst_decode_bin_init), (gst_decode_bin_dispose),
12002         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
12003         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
12004         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
12005         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
12006         (connect_element), (expose_pad), (type_found),
12007         (pad_added_group_cb), (pad_removed_group_cb),
12008         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
12009         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
12010         (are_raw_caps), (multi_queue_overrun_cb),
12011         (multi_queue_underrun_cb), (gst_decode_group_new),
12012         (get_current_group), (group_demuxer_event_probe),
12013         (gst_decode_group_control_demuxer_pad),
12014         (gst_decode_group_control_source_pad),
12015         (gst_decode_group_check_if_blocked),
12016         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
12017         (gst_decode_group_hide), (gst_decode_group_free),
12018         (gst_decode_group_set_complete), (source_pad_blocked_cb),
12019         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
12020         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
12021         (plugin_init):
12022         New decodebin2 element.
12023         Closes #370092
12024         * gst/playback/gstplay-marshal.list:
12025         Added marshallers for new signals in decodebin2
12026         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12027         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12028         is set.
12029
12030 2006-11-28  Wim Taymans  <wim@fluendo.com>
12031
12032         * gst/playback/gstplaybasebin.c: (setup_source),
12033         (gst_play_base_bin_change_state):
12034         Disable rtsp:// uris for the release, it's not good enough yet.
12035         Remove unused var.
12036
12037 2006-11-26  Wim Taymans  <wim@fluendo.com>
12038
12039         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12040         (theora_dec_push_forward), (theora_dec_push_reverse),
12041         (theora_handle_data_packet), (theora_dec_decode_buffer),
12042         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12043         (theora_dec_chain_forward), (theora_dec_chain):
12044         Implement reverse playback.
12045
12046         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12047         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12048         (vorbis_dec_chain_forward):
12049         Clear buffers used for reverse playback in _reset.
12050         No need to set the eos flag, we clip samples using the segment.
12051
12052 2006-11-24  Wim Taymans  <wim@fluendo.com>
12053
12054         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12055         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12056         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12057         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12058         Some cleanups.
12059         Handle continued pages in reverse mode.
12060
12061 2006-11-24  Wim Taymans  <wim@fluendo.com>
12062
12063         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12064         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12065         (vorbis_dec_flush_decode):
12066         Small cleanups.
12067         Don't try to add invalid timestamps.
12068         Clipping will unref the buffer.
12069
12070 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12071
12072         * gst/adder/gstadder.h:
12073         * gst/audiotestsrc/gstaudiotestsrc.h:
12074           remove obsolete _factory_init protos
12075
12076 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12077
12078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12079           Fix spacing in debug message.
12080
12081 2006-11-23  Wim Taymans  <wim@fluendo.com>
12082
12083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12084         (gst_ogg_demux_chain):
12085         Don't just ignore return values from _pad_push().
12086         Small debug improvements.
12087
12088 2006-11-23  Michael Smith  <msmith@fluendo.com>
12089
12090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12091           If our incoming buffer is marked as DISCONT, then increment the page
12092           number (so that the discontinuity is marked in the final ogg
12093           bitstream) and flush the previous page.
12094
12095 2006-11-22  Michael Smith  <msmith@fluendo.com>
12096
12097         * ext/theora/gsttheoraenc.h:
12098         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12099         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12100         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12101         (theora_enc_chain), (theora_enc_change_state):
12102           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12103
12104         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12105         (GST_START_TEST), (theoraenc_suite):
12106           Enable discontinuity test, fix it.
12107
12108 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12109
12110         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12111         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12112         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12113         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12114         (gst_text_overlay_change_state):
12115         * ext/pango/gsttextoverlay.h:
12116           Some textoverlay fixes: for one, in the video chain function,
12117           actually wait for a text buffer to come in if there is none at the
12118           moment and there should be one; also, deal more gracefully with
12119           incoming buffers that do not have a timestamp or duration; discard
12120           text buffer when not needed any longer. Fixes #341681.
12121
12122         * tests/check/Makefile.am:
12123         * tests/check/elements/.cvsignore:
12124         * tests/check/elements/textoverlay.c:
12125         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12126         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12127         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12128         (test_video_waits_for_text_send_text_newsegment_thread),
12129         (test_video_waits_for_text_shutdown_element),
12130         (test_render_continuity_push_video_buffers_thread),
12131         (textoverlay_suite):
12132           Add some unit tests for textoverlay.
12133
12134 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12137           Avoid integer underflow when the found probability for mp3 is
12138           smaller than the 'penalty' we subtract if there's not a clean
12139           mp3 header sync at offset 0.
12140
12141 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12142
12143         * docs/libs/gst-plugins-base-libs-sections.txt:
12144           Add some new symbols to the docs
12145
12146 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12147
12148         * tests/check/Makefile.am:
12149         * tests/check/elements/ffmpegcolorspace.c:
12150         (ffmpegcolorspace_suite):
12151           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12152           (for now not for valgrinding though, since it takes too long).
12153
12154 2006-11-20  Wim Taymans  <wim@fluendo.com>
12155
12156         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12157         (gst_ffmpeg_pixfmt_to_caps):
12158         Fix RGBA32 caps. Fixes #357038.
12159
12160 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * gst-libs/gst/interfaces/mixertrack.h:
12163           Add FIXME so we can add some padding here in 0.11
12164
12165 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12166
12167         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12168           Fix GstBaseRTPAudioPayload structure so the whole GObject
12169           inheritance business actually works (parent class instance structure
12170           must always come first in the derived class instance structure).
12171
12172 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * gst/videotestsrc/Makefile.am:
12175         * tests/check/Makefile.am:
12176           Make sure our checks and the videotestsrc plugin link against the
12177           local uninstalled gst libs and not any installed gst libs that
12178           might happen to exist as well.
12179
12180         * tests/check/elements/adder.c: (message_received),
12181         (test_event_message_received), (test_play_twice_message_received):
12182         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12183           Fix compiler warnings when compiling against core with disabled
12184           debugging system.
12185
12186 2006-11-16  Michael Smith  <msmith@fluendo.com>
12187
12188         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12189         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12190           Fix audiorate, so that it accurately sets offsets and timestamps.
12191           Doesn't change the fundamental algorithmic decisions; so should be
12192           safe.
12193
12194         * tests/check/Makefile.am:
12195           Enable audiorate test now that it passes.
12196
12197 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12198
12199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12200           clear xv when going to NULL, remove // commented non-existant proto
12201
12202         * tests/examples/seek/seek.c: (main):
12203           add missing tooltip description for scrub and play_scrub
12204
12205 2006-11-14  David Schleef  <ds@schleef.org>
12206
12207         * configure.ac:
12208           Bump liboil requirement to 0.3.8.
12209         * gst-libs/gst/riff/riff-media.c:
12210           Add Dirac fourcc.
12211         * gst/videoscale/vs_image.h:
12212         * gst/videoscale/vs_scanline.h:
12213           Use liboil's stdint.h.
12214         * gst/videotestsrc/videotestsrc.c:
12215           Remove liboil related ifdef's, since they aren't needed now, and
12216           won't work with future versions.
12217
12218 2006-11-14  David Schleef  <ds@schleef.org>
12219
12220         * gst/videoscale/Makefile.am:
12221         * gst/videoscale/gstvideoscale.c:
12222         * gst/videoscale/gstvideoscale.h:
12223         * gst/videoscale/vs_4tap.c:
12224         * gst/videoscale/vs_4tap.h:
12225         * gst/videoscale/vs_image.c:
12226         * gst/videoscale/vs_image.h:
12227         * gst/videoscale/vs_scanline.c:
12228         * gst/videoscale/vs_scanline.h:
12229           Add a 4-tap image scaler.  Theoretically looks much prettier.
12230           The tap calculation could use some improvement.
12231
12232 2006-11-14  Wim Taymans  <wim@fluendo.com>
12233
12234         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12235
12236         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12237         (gst_riff_parse_strf_iavs):
12238         * gst/subparse/gstsubparse.c: (convert_encoding):
12239         * gst/tcp/gstmultifdsink.c:
12240         (gst_multi_fd_sink_handle_client_write):
12241         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12242         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12243         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12244         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12245         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12246         (gst_ximagesink_ximage_new):
12247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12248         Various gsize and gssize printf fixes. Fixes #372507.
12249
12250 2006-11-13  Wim Taymans  <wim@fluendo.com>
12251
12252         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12253         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12254         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12255         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12256         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12257         * ext/vorbis/vorbisdec.h:
12258         First stab at vorbis reverse playback.
12259
12260 2006-11-13  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst-libs/gst/audio/gstbaseaudiosink.c:
12263         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12264         * gst-libs/gst/audio/gstbaseaudiosink.h:
12265         Make the clock sync code more accurate wrt resampling and playback
12266         at different rates.
12267         
12268         * gst-libs/gst/audio/gstringbuffer.c:
12269         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12270         * gst-libs/gst/audio/gstringbuffer.h:
12271         Use better algorithm to interpolate sample rates. 
12272
12273 2006-11-13  Michael Smith  <msmith@fluendo.com>
12274
12275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12276           Improve a debug line slightly.
12277
12278         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12279           Call gst_riff_init() in plugin_init, to avoid getting errors from
12280           the debug system (unrelated changes to another plugin made this turn
12281           up; not sure why).
12282
12283 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12286
12287         * win32/common/libgsttag.def:
12288           Add missing symbol (#366492).
12289
12290 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12293           Don't unref a NULL pad.
12294
12295 2006-11-09  Wim Taymans  <wim@fluendo.com>
12296
12297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12298         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12299         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12300         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12301         (gst_ogg_demux_loop):
12302         Implement first stab at reverse playback.
12303
12304 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12305
12306         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12307         (gst_riff_create_video_template_caps):
12308           add h263/h264 variants to the caps, Fixes #363118
12309
12310 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12313         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12314           Use g_strerror instead of strerror so we get UTF-8.
12315
12316 2006-11-03  David Schleef  <ds@schleef.org>
12317
12318         * ext/ogg/gstoggdemux.c:
12319         * ext/ogg/gstoggmux.c:
12320           Add/remove KW-DIRAC header here, since it is ogg-specific.
12321
12322 2006-11-03  Michael Smith  <msmith@fluendo.com>
12323
12324         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12325           Recognise more mpeg4 elementary video streams.
12326
12327 2006-11-02  Edward Hervey  <edward@fluendo.com>
12328
12329         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12330         Lower the probability of mp3 typefinding functions if we don't find a
12331         valid mp3 header at the start of the file.
12332         Closes #369482
12333
12334 2006-11-02  Wim Taymans  <wim@fluendo.com>
12335
12336         * ext/theora/gsttheoradec.h:
12337         * ext/theora/theoradec.c: (gst_theora_dec_init),
12338         (theora_dec_sink_event), (theora_dec_chain_forward),
12339         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12340         (theora_dec_chain):
12341         Document and partially implement an algorithm for doing reverse playback
12342         of theora video.
12343
12344 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12345
12346         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12347
12348         * win32/common/config.h:
12349         * win32/common/interfaces-enumtypes.c:
12350         * win32/common/libgsttag.def:
12351         * win32/vs8/gst-plugins-base.sln:
12352         * win32/vs8/libgstaudioresample.vcproj:
12353         * win32/vs8/libgstinterfaces.vcproj:
12354         * win32/vs8/libgstogg.vcproj:
12355         * win32/vs8/libgstriff.vcproj:
12356         * win32/vs8/libgsttag.vcproj:
12357         * win32/vs8/libgsttheora.vcproj:
12358         * win32/vs8/libgstvideoscale.vcproj:
12359         * win32/vs8/libgstvorbis.vcproj:
12360           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12361           to libgsttag.def; add missing dependencies for some vs8 projects;
12362           re-arrange placement of .def files in vs8 projects (#366334).
12363
12364 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * ext/ogg/gstogg.c:
12367           Remove unused variable.
12368
12369         * ext/ogg/gstoggdemux.c:
12370           Fix Wim's surname in plugin description.
12371
12372 2006-10-31  Wim Taymans  <wim@fluendo.com>
12373
12374         * gst-plugins-base.spec.in:
12375         spec new .h file. Fixes #368310.
12376
12377 2006-10-31  Michael Smith  <msmith@fluendo.com>
12378
12379         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12380         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12381         (gst_multi_fd_sink_get_stats),
12382         (gst_multi_fd_sink_remove_client_link),
12383         (gst_multi_fd_sink_queue_buffer),
12384         (gst_multi_fd_sink_handle_clients):
12385         * gst/tcp/gstmultifdsink.h:
12386           Make using the remove or clear signals threadsafe.
12387           Make calling get-stats with an invalid fd not segfault.
12388           Fixes 368273.
12389
12390 2006-10-31  Wim Taymans  <wim@fluendo.com>
12391
12392         * gst-libs/gst/rtp/Makefile.am:
12393         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12394         (gst_base_rtp_audio_payload_init):
12395         Fix and activate base audio payloader.
12396
12397 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12398
12399         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12400         (plugin_init):
12401           Add typefinder for QuickTime Image Files (see #366156).
12402
12403 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12406           Another typo fix (#366212).
12407
12408 2006-10-27  Wim Taymans  <wim@fluendo.com>
12409
12410         * gst/volume/gstvolume.c: (volume_transform_ip):
12411         Use stream time to synchronize volume property instead of rather random
12412         timestamps. This is needed when gnonlin does its time shifting.
12413
12414 2006-10-27  Wim Taymans  <wim@fluendo.com>
12415
12416         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12417
12418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12419         Remove the pad from the element in release_pad. Fixes #364812.
12420
12421 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12425           Explicitly create our custom buffer classes at a thread-safe
12426           location as well, since g_type_class_ref() doesn't seem to be
12427           entirely thread-safe either (#365501; also see #349410).
12428
12429 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12432         (gst_riff_parse_info):
12433           If strings in INFO chunk are not UTF-8, do something similar to
12434           what we do for ID3v1 tags: check a number of environment variables
12435           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12436           character sets to try, otherwise try the current locale and/or fall
12437           back on ISO-8859-1. Fixes #360552.
12438
12439 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12440
12441         * gst/videotestsrc/gstvideotestsrc.c:
12442         (gst_video_test_src_pattern_get_type),
12443         (gst_video_test_src_set_pattern):
12444         * gst/videotestsrc/gstvideotestsrc.h:
12445         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12446         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12447         (gst_video_test_src_checkers8):
12448         * gst/videotestsrc/videotestsrc.h:
12449           Add a bunch of exciting new checkers patterns.
12450
12451 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12452
12453         * gst/subparse/Makefile.am:
12454         * gst/subparse/gstsubparse.c:
12455         (gst_sub_parse_data_format_autodetect),
12456         (gst_sub_parse_format_autodetect), (handle_buffer),
12457         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12458         * gst/subparse/gstsubparse.h:
12459         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12460         (parse_tmplayer):
12461         * gst/subparse/tmplayerparse.h:
12462           Add support for TMPlayer-type subtitles (#362845).
12463
12464         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12465         (GST_START_TEST), (subparse_suite):
12466           Add some basic unit tests for the above.
12467
12468 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12469
12470         * tests/check/elements/audiorate.c: (test_injector_base_init),
12471         (test_injector_class_init), (test_injector_chain),
12472         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12473         (GST_START_TEST), (audiorate_suite):
12474           More tests for audiorate: inject buffers to check behaviour when
12475           buffers overlap.
12476
12477 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * tests/check/Makefile.am:
12480         * tests/check/elements/.cvsignore:
12481         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12482         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12483           Add some basic unit tests for audiorate. Disabled at the moment
12484           since it doesn't pass yet (see bug #363119).
12485
12486 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12487
12488         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12489         (parse_subrip), (handle_buffer):
12490           Add missing closing tags for markup and fix broken markup,
12491           otherwise pango won't render anything (fixes #357531). Also,
12492           make sure the text we send out is always NUL-terminated
12493           (better safe than sorry etc.).
12494
12495         * tests/check/elements/subparse.c: (test_srt_do_test),
12496         (test_srt):
12497           Some more tests for .srt incl. tests for the above stuff.
12498
12499 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12500
12501         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12503         Patch by: Stefan Kost  <ensonic@users.sf.net>
12504         Try to redraw borders only when needed. Apparently this consumes
12505         resources on small devices... :-O (#363607)
12506
12507 2006-10-20  Michael Smith  <msmith@fluendo.com>
12508
12509         * gst/tcp/gstmultifdsink.c:
12510         (gst_multi_fd_sink_client_queue_buffer):
12511           If caps change, then update the client's idea of the caps so that we
12512           don't end up re-sending streamheaders for every single buffer after
12513           the caps change.
12514
12515 2006-10-20  Michael Smith  <msmith@fluendo.com>
12516
12517         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12518         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12519           Set caps on pushed buffers; fix up refcounting of caps objects.
12520
12521 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12522
12523         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12524         (plugin_init):
12525           Typefind mmsh header data packet to application/x-mmsh (#362625).
12526
12527 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * tests/check/Makefile.am:
12530         * tests/check/elements/.cvsignore:
12531         * tests/check/elements/subparse.c: (buffer_from_static_string),
12532         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12533         (GST_START_TEST), (subparse_suite):
12534           Add very simple unit test for subparse.
12535
12536 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12537
12538         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12539         (parse_subrip):
12540           Strip trailing newlines from subtitle text output.
12541
12542 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12543
12544         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12545         (gst_sub_parse_change_state):
12546           Fix memleak; clear subparse->textbuf n state change function.
12547
12548 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * gst/subparse/gstsubparse.c:
12551         (gst_sub_parse_data_format_autodetect):
12552           Don't require subrip (.srt) files to start with a chunk number of 1.
12553
12554 2006-10-18  Wim Taymans  <wim@fluendo.com>
12555
12556         * gst-libs/gst/audio/gstbaseaudiosink.c:
12557         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12558         * gst-libs/gst/audio/gstbaseaudiosink.h:
12559         Extract rate from the NEWSEGMENT event.
12560         Use commit_full to also take rate adjustment into account when writing
12561         samples to the ringbuffer.
12562         
12563         * gst-libs/gst/audio/gstringbuffer.c:
12564         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12565         (gst_ring_buffer_read):
12566         * gst-libs/gst/audio/gstringbuffer.h:
12567         Added _commit_full() to also take rate into account.
12568         Use simple interpolation algorithm to resample audio.
12569         API: gst_ring_buffer_commit_full()
12570
12571         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12572         * tests/examples/seek/seek.c: (segment_done):
12573         Don't try to seek with 0.0 rate, just pause instead.
12574         Remove bogus debug line.
12575
12576 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12577
12578         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12579         (setup_source):
12580           Catch async errors when starting up the subtitle bin, so we can
12581           stop waiting and continue with the main film instead of hanging
12582           forever. Fixes #339366.
12583
12584         * tests/check/elements/playbin.c: (playbin_suite):
12585           Enable unit test for the above.
12586
12587 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12588
12589         * tests/check/Makefile.am:
12590         * tests/check/elements/.cvsignore:
12591         * tests/check/elements/playbin.c: (GST_START_TEST),
12592         (gst_red_video_src_uri_get_type),
12593         (gst_red_video_src_uri_get_protocols),
12594         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12595         (gst_red_video_src_uri_handler_init),
12596         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12597         (gst_red_video_src_create), (gst_red_video_src_class_init),
12598         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12599           Some small and basic unit tests for playbin; not very useful yet,
12600           but at least a start.
12601
12602 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12603
12604         * gst/playback/gstplaybin.c: (setup_sinks):
12605           The old pad activation spiel.
12606
12607 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12608
12609         * gst/playback/gstplaybasebin.c: (setup_source):
12610           Don't hang forever if the subbin already fails to start up in 
12611           the state change to PAUSED (#339366).
12612
12613 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12614
12615         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12616         (gst_tuner_set_channel), (gst_tuner_get_channel),
12617         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12618         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12619         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12620         (gst_tuner_find_channel_by_name):
12621           Fix some function guards, add some more function guards.
12622
12623 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12624
12625         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12626         (remove_element_chain):
12627         Don't return a pad from get_our_ghost_pad unless it is actually the
12628         one we want.
12629         Change a cast in remove_element_chain slightly.
12630
12631 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12632
12633         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12634         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12635         Segment seeking needs to use the rate and set stop to -1.
12636
12637 2006-10-13  Wim Taymans  <wim@fluendo.com>
12638
12639         * gst-libs/gst/audio/gstbaseaudiosink.c:
12640         (gst_base_audio_sink_setcaps):
12641         Don't crash when ringbuffer is not yet created.
12642         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12643         Fixes #361634.
12644
12645         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12646         * gst/playback/gststreamselector.c:
12647         (gst_stream_selector_request_new_pad):
12648         Activate pads befre adding them to running elements.
12649
12650 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12651
12652         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12653         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12654         updater when we start grabing the slider. Don't wait for the
12655         pipeline to be PAUSED.
12656
12657 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12658
12659         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12660         (gst_mixer_set_volume), (gst_mixer_get_volume),
12661         (gst_mixer_set_mute), (gst_mixer_set_option),
12662         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12663         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12664         (gst_mixer_option_changed):
12665           Guard mixer interface functions against bogus arguments.
12666
12667 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12668
12669         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12670         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12671         (msg_state_changed), (main): Use state-changed messages to trigger
12672         start/stop of scale update timer. Indeed the scale slider was
12673         jumping here and there because the update timer was activated 
12674         before seek completed. This fixes instant applying of rate changes
12675         by pressing the spinbutton like a crazy man !
12676
12677 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12680
12681         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12682         (gst_basertppayload_finalize):
12683           Fix two small memory leaks (#361456).
12684
12685 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12686
12687         * tests/examples/seek/seek.c: (do_seek),
12688         (rate_spinbutton_changed_cb): When changing spinbutton we try
12689         to change the rate on the fly.
12690
12691 2006-10-10  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst-libs/gst/riff/riff-ids.h:
12694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12695         (gst_riff_create_audio_template_caps):
12696         Add WMS caps.
12697
12698 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12699
12700         Patch by: Josep Torra Valles <josep@fluendo.com>
12701
12702         * ext/gnomevfs/gstgnomevfssink.c:
12703         * ext/gnomevfs/gstgnomevfssrc.c:
12704         Fix URI interface implementation return type.
12705         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12706         Fix what looks like a copy/paste issue when assigning values.
12707         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12708         (gst_audio_filter_template_get_type):
12709         Cast to prevent Forte warnings.
12710         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12711         Fix URI interface implementation return type.
12712         gst_pad_query_position requires a signed integer pointer as
12713         3rd parameter, GstClockTime is unsigned.
12714         * gst/audioconvert/audioconvert.c:
12715         Fix integer overflow when treated as signed.
12716         * gst/audioresample/resample.c: (resample_add_input_data):
12717         Cast to prevent warnings on Forte.
12718         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12719         Fix integer overflow when treated as signed.
12720         * gst/ffmpegcolorspace/imgconvert_template.h:
12721         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12722         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12723         (cleanup_decodebin):
12724         Who initialises a guint to -1!
12725         Cast function pointers to prevent warnings on Forte.
12726         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12727         (queue_threshold_reached):
12728         Cast function pointers correctly to prevent warnings on Forte.
12729         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12730         Cast function pointers correctly to prevent warnings on Forte.
12731         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12732         Obvious change to unsigned, 0xEF > max signed char.
12733         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12734         GstClockTime is unsigned, initialise correctly.
12735         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12736         Cast so pointer arithemetic doesn't cause warnings on Forte.
12737         * gst/videorate/gstvideorate.c:
12738         Use correct return value.
12739         * tests/examples/seek/scrubby.c:
12740         GstClockTime is unsigned, initialise correctly.
12741
12742 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12745
12746         * gst/typefind/gsttypefindfunctions.c:
12747           Recognise XML files and XML-like files shorter than 256 bytes as
12748           well (fixes #359237).
12749
12750 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12751
12752         Patch by: Renato Filho <renato.filho@indt.org.br>
12753         
12754         * gst/typefind/gsttypefindfunctions.c:
12755         Added typefind functions to video/x-nuv media.
12756         
12757 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12758
12759         * gst-libs/gst/interfaces/xoverlay.c:
12760         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12761           Some more guards against invalid input.
12762
12763 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12764
12765         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12766         Useless goto.
12767         * tests/examples/seek/seek.c: (do_seek),
12768         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12769         seek example to experiment with rates != 1.0 (reverse playback !)
12770
12771 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12772
12773         * gst-libs/gst/interfaces/xoverlay.c:
12774           Unref message in doc-example (spotted by Robert McQueen)
12775
12776 2006-10-06  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12779         (mpeg1_parse_header), (mpeg1_sys_type_find):
12780         printf fix.
12781
12782 2006-10-06  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12785         (close_pad_link):
12786         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12787         Activate dynamic pads before adding them to the element.
12788
12789 2006-10-06  Michael Smith  <msmith@fluendo.com>
12790
12791         * gst-libs/gst/floatcast/floatcast.h:
12792           Fix obviously-bogus macros; use the correct types.
12793
12794 2006-10-06  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12797         (gst_base_rtp_depayload_change_state):
12798         Also call parent state change function to activate pads.
12799
12800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12801         (mpeg1_parse_header), (mpeg1_sys_type_find):
12802         Add some more debug info in mpeg typefinding.
12803
12804 2006-10-06  Michael Smith  <msmith@fluendo.com>
12805
12806         * ext/theora/theoradec.c: (theora_dec_chain):
12807           Zero byte theora packets are valid and well-defined; don't warn on
12808           them.
12809
12810 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12811
12812         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12813         (gst_multi_fd_sink_get_stats), (find_limits),
12814         (gst_multi_fd_sink_queue_buffer):
12815           API: add dropped_buffers to the get-stats GValueArray
12816
12817 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12818
12819         * ext/alsa/gstalsadeviceprobe.c:
12820         (gst_alsa_device_property_probe_get_values):
12821         * ext/alsa/gstalsasink.c: (set_hwparams):
12822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12823         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12825         (gst_ogg_mux_process_best_pad):
12826         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12827         (gst_ogg_parse_chain):
12828         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12829         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12830         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12831         (gst_vorbis_enc_buffer_check_discontinuous):
12832         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12833         * gst-libs/gst/audio/gstbaseaudiosink.c:
12834         (gst_base_audio_sink_render):
12835         * gst-libs/gst/cdda/gstcddabasesrc.c:
12836         (gst_cdda_base_src_handle_track_seek):
12837         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12838         (gst_base_rtp_depayload_push_full):
12839         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12840         * gst/audioresample/resample.c: (resample_input_pushthrough):
12841         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12842         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12844         (wavpack_type_find):
12845         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12846         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12847         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12848         * tests/check/elements/volume.c: (GST_START_TEST):
12849           Printf format fixes.
12850
12851 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12854           Fix a simple mistake (see the docs)
12855           Fixes #359580
12856
12857 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12858
12859         * docs/plugins/Makefile.am:
12860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12862         * docs/plugins/gst-plugins-base-plugins.args:
12863         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12864         * docs/plugins/inspect/plugin-adder.xml:
12865         * docs/plugins/inspect/plugin-alsa.xml:
12866         * docs/plugins/inspect/plugin-audioconvert.xml:
12867         * docs/plugins/inspect/plugin-audiorate.xml:
12868         * docs/plugins/inspect/plugin-audioresample.xml:
12869         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12870         * docs/plugins/inspect/plugin-cdparanoia.xml:
12871         * docs/plugins/inspect/plugin-decodebin.xml:
12872         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12873         * docs/plugins/inspect/plugin-gdp.xml:
12874         * docs/plugins/inspect/plugin-gnomevfs.xml:
12875         * docs/plugins/inspect/plugin-libvisual.xml:
12876         * docs/plugins/inspect/plugin-ogg.xml:
12877         * docs/plugins/inspect/plugin-pango.xml:
12878         * docs/plugins/inspect/plugin-playbin.xml:
12879         * docs/plugins/inspect/plugin-subparse.xml:
12880         * docs/plugins/inspect/plugin-tcp.xml:
12881         * docs/plugins/inspect/plugin-theora.xml:
12882         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12883         * docs/plugins/inspect/plugin-video4linux.xml:
12884         * docs/plugins/inspect/plugin-videorate.xml:
12885         * docs/plugins/inspect/plugin-videoscale.xml:
12886         * docs/plugins/inspect/plugin-videotestsrc.xml:
12887         * docs/plugins/inspect/plugin-volume.xml:
12888         * docs/plugins/inspect/plugin-vorbis.xml:
12889         * docs/plugins/inspect/plugin-ximagesink.xml:
12890         * docs/plugins/inspect/plugin-xvimagesink.xml:
12891           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12892
12893 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12896
12897         * ext/vorbis/Makefile.am:
12898         * ext/vorbis/vorbis.c: (plugin_init):
12899         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12900         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12901         * ext/vorbis/vorbisparse.h:
12902         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12903         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12904         (gst_vorbis_tag_parse_packet):
12905         * ext/vorbis/vorbistag.h:
12906           Add new vorbistag element which derives from vorbisparse
12907           and is essentially the same as well, only that it implements
12908           the GstTagSetter interface and can modify the stream's
12909           vorbiscomment on the fly (#335635).
12910
12911         * tests/check/Makefile.am:
12912         * tests/check/elements/.cvsignore:
12913         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12914         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12915         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12916         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12917           Add unit test for new vorbistag element.
12918
12919 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12920
12921         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12922         (vorbis_parse_push_headers), (vorbis_parse_chain):
12923           Set BOS flag in packet structure to fix 'jump depends
12924           on unitialized value' errors in valgrind; various minor
12925           clean-ups.
12926
12927 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12928
12929         * gst/playback/gstdecodebin.c: (close_pad_link):
12930         Fix typo in a debug statement.
12931
12932         * gst/playback/gstplaybasebin.c: (probe_triggered),
12933         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12934         (gen_source_element), (source_new_pad), (analyse_source),
12935         (setup_source):
12936         When handling no_more_pads in new_decoded_pad, make sure to treat
12937         subtitle pads correctly. Fixes playback with subtitle files.
12938
12939         Move a recurring message to LOG level.
12940
12941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12942         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12943         which ends up as -1 when cast to an int. Make the logic handle the
12944         max value as an unsigned mask and only change the colorkey when it's
12945         a value we recognise.
12946
12947 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12948
12949         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12950         Removed empty * between paragraphs
12951
12952 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12953
12954         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12955         * gst-libs/gst/rtp/README:
12956         Moved some documentation into .c file
12957
12958 2006-09-29  Wim Taymans  <wim@fluendo.com>
12959
12960         * gst/playback/gstdecodebin.c: (no_more_pads):
12961         Fix compilation.
12962
12963 2006-09-29  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/playback/gstdecodebin.c: (new_caps):
12966         Remove g_print
12967
12968         * gst/playback/gstplaybin.c:
12969         Add some docs.
12970
12971 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * tests/check/Makefile.am:
12974           Re-enable cddabasesrc test to see if it works again
12975           now.
12976
12977 2006-09-29  Wim Taymans  <wim@fluendo.com>
12978
12979         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12980         (gen_source_element):
12981         Handle invalid URIs a bit more gracefully.
12982
12983 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12984
12985         * tests/check/pipelines/oggmux.c:
12986           Remove obsolete comment.
12987
12988 2006-09-29  Michael Smith  <msmith@fluendo.com>
12989
12990         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12991         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12992         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12993         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12994         (gst_ogg_mux_collected):
12995           Commit patch from James "Doc" Livingston, adds proper EOS handling
12996           in oggmux. GStreamer can, for the first time ever, create a valid
12997           Ogg file! Yay!
12998
12999         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
13000         (oggmux_suite):
13001           Reenable tests now that they pass.
13002
13003 2006-09-29  Wim Taymans  <wim@fluendo.com>
13004
13005         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
13006         Stop reading commands when EOF (we read 0) as well.
13007
13008 2006-09-28  Wim Taymans  <wim@fluendo.com>
13009
13010         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
13011         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
13012         (find_dynamic), (unlinked), (close_link):
13013         Implement delayed caps linking needed for element with a lot of
13014         different caps on the src pads that get fixed at runtime.
13015         Improve management of dynamic elements.
13016
13017         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13018         (group_destroy), (group_commit), (check_queue), (queue_overrun),
13019         (gen_preroll_element), (remove_groups), (unknown_type),
13020         (add_element_stream), (no_more_pads_full), (no_more_pads),
13021         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
13022         (new_decoded_pad), (setup_subtitle), (array_has_value),
13023         (gen_source_element), (source_new_pad), (has_all_raw_caps),
13024         (analyse_source), (remove_decoders), (make_decoder),
13025         (remove_source), (setup_source), (finish_source), (prepare_output),
13026         (gst_play_base_bin_change_state):
13027         * gst/playback/gstplaybasebin.h:
13028         Use more _CAST instead of full type checking casts.
13029         Small cleanups, plug some leaks.
13030         Handle dynamic sources.
13031         Add some helper functions to create lists of strings used for
13032         blacklisting and other stuff.
13033         Refactor some code dealing with analysing the source.
13034         Re-enable sources without pads (like cd:// or other selfcontained
13035         elements).
13036
13037 2006-09-28  Wim Taymans  <wim@fluendo.com>
13038
13039         * gst-libs/gst/audio/gstbaseaudiosink.c:
13040         (gst_base_audio_sink_render):
13041         When we have a timestamp, we can still perform clipping.
13042         When we have no clock, we must play the sample ASAP.
13043
13044 2006-09-28  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13047         Set caps on outgoing buffers.
13048
13049         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13050         (gst_video_rate_event), (gst_video_rate_chain):
13051         * gst/videorate/gstvideorate.h:
13052         Fix videorate some more. Fixes #357977
13053
13054 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13055
13056         * tests/check/elements/adder.c: (adder_suite):
13057           Don't set timeout to 6 seconds when we're running
13058           in valgrind ... (and how is 6 seconds longer than
13059           the default anyway?)
13060
13061 2006-09-28  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13064         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13065         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13066         Keep sink and src segment to keep track of time and support more
13067         input formats.
13068         Fix bogus next_offset and run_time calculation, don't understand how
13069         this could have worked before. Fixes #357976.
13070         Remove some unneeded vars.
13071
13072 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * gst/playback/gstplaybin.c: (remove_sinks):
13075           Only remove visualisation from visbin if there is a visbin (or:
13076           don't throw warnings when closing totem without playing a file).
13077
13078 2006-09-27  Wim Taymans  <wim@fluendo.com>
13079
13080         * gst-libs/gst/audio/gstbaseaudiosink.c:
13081         (gst_base_audio_sink_render):
13082         Add some more info in a WARNING.
13083
13084         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13085         (gst_base_audio_src_create):
13086         Handle PAUSE in create function, use new -core addition to
13087         wait for playing. Fixes pausing and resuming capture from an
13088         audiosrc.
13089
13090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13091         (gst_ring_buffer_read):
13092         Constify some more.
13093         Caller supports interrupted reads now.
13094
13095 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * tests/check/Makefile.am:
13098           Another attempt to make the gen64 buildbot happy.
13099
13100 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13101
13102         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13103
13104         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13105         (gst_visual_chain), (gst_visual_change_state):
13106           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13107           correctly. Fixes #357800
13108
13109 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13112           Add timeout to _get_state() so we see which pipeline it is
13113           that causes trouble on the gen64 build bot.
13114
13115 2006-09-27  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13118         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13119         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13120         (gst_base_rtp_depayload_set_gst_timestamp):
13121         the source pad always uses fixed caps.
13122
13123 2006-09-27  Wim Taymans  <wim@fluendo.com>
13124
13125         * docs/libs/gst-plugins-base-libs-docs.sgml:
13126         * docs/libs/gst-plugins-base-libs-sections.txt:
13127         * gst-libs/gst/audio/gstaudioclock.c:
13128         * gst-libs/gst/audio/gstaudioclock.h:
13129         * gst-libs/gst/audio/gstaudiosink.c:
13130         * gst-libs/gst/audio/gstaudiosink.h:
13131         * gst-libs/gst/audio/gstaudiosrc.c:
13132         * gst-libs/gst/audio/gstbaseaudiosink.c:
13133         (gst_base_audio_sink_render):
13134         * gst-libs/gst/audio/gstbaseaudiosink.h:
13135         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13136         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13137         * gst-libs/gst/audio/gstringbuffer.h:
13138         Added docs for the audio libs.
13139
13140 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13141
13142         * tests/check/Makefile.am:
13143           Temporarily disable test that fails on the bots for unknown reasons.
13144
13145 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13146
13147         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13148         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13149         Moved AudioCodecType into priv
13150         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13151
13152 2006-09-25  Wim Taymans  <wim@fluendo.com>
13153
13154         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13155         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13156         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13157         (new_pad):
13158         Cleanups and small leak fixes.
13159         Added Depayloaders to valid list of autopluggable elements.
13160
13161 2006-09-25  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13164         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13165         (gen_video_element), (gen_text_element), (gen_audio_element),
13166         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13167         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13168         Detect NO_PREROLL state change returns and disable clock distribution to
13169         the sinks so that sync is disabled.
13170         Avoid some type checking and do simple casts instead.
13171         Small cleanups, fix some FIXMEs.
13172         Be more robust when linking user specified elements, catch an report
13173         errors. Fixes #357404.
13174         Fix some leaks in the error paths.
13175
13176 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * ChangeLog:
13179           ChangeLog surgery for missing bug-number
13180
13181 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         Patch by: Peter Kjellerstedt  <pkj at axis com>
13184
13185         * gst/playback/test.c:
13186           Fix compilation with uClibc and -Werror (#357591).
13187
13188 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13189
13190         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13191           Parse dates that are followed by a time as well (#357532).
13192
13193         * tests/check/libs/tag.c: (test_vorbis_tags):
13194           Add unit test for this.
13195
13196 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13199         (gst_audio_convert_transform_caps):
13200         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13201         * gst/videotestsrc/videotestsrc.h:
13202           A few array const-ifications.
13203
13204 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13205
13206         * tests/check/Makefile.am:
13207           See if this makes the build bots happy.
13208
13209         * tests/check/libs/cddabasesrc.c:
13210           UTF8-ise my name.
13211
13212 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13215
13216         * gst/subparse/samiparse.c: (handle_start_font),
13217         (fix_invalid_entities):
13218           More case-insensitivity for certain tags; recognise entities with
13219           decimal codes as special entities as well (#357330).
13220
13221 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         * gst-libs/gst/Makefile.am:
13224           Need to build tag directory before cdda.
13225
13226 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * docs/libs/gst-plugins-base-libs-sections.txt:
13229         * gst-libs/gst/cdda/Makefile.am:
13230         * gst-libs/gst/cdda/gstcddabasesrc.c:
13231         (gst_cdda_base_src_base_init):
13232         * gst-libs/gst/cdda/gstcddabasesrc.h:
13233         * gst-libs/gst/tag/tag.h:
13234         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13235         (gst_tag_register_musicbrainz_tags):
13236           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13237           depend on libgsttag. This is required so we can extract/read tags like
13238           DISCID without depending on libgstcddabasesrc (which used to register
13239           them).
13240
13241         * gst-libs/gst/tag/gstvorbistag.c:
13242           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13243           tags (also see #347848).
13244
13245         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13246           Log vorbis comments we are actually writing. Const-ify array.
13247
13248 2006-09-23  Wim Taymans  <wim@fluendo.com>
13249
13250         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13251         Improve buffering a bit by avoiding a deadlock because we cannot assume
13252         the underrun is always called.
13253
13254 2006-09-23  Wim Taymans  <wim@fluendo.com>
13255
13256         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13257
13258         * gst-libs/gst/riff/riff-ids.h:
13259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13260         (gst_riff_create_audio_template_caps):
13261         Added MPEG-4 AAC and id and caps. Fixes #357289
13262         Added WMA9 Lossless id.
13263
13264 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13265
13266         * ext/gnomevfs/gstgnomevfssrc.c:
13267           Fix misleading docs addition.
13268
13269         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13270           Get rid of compiler warning the right way.
13271
13272 2006-09-22  Wim Taymans  <wim@fluendo.com>
13273
13274         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13275         (gst_base_rtp_depayload_finalize),
13276         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13277         (gst_base_rtp_depayload_push_full),
13278         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13279         (gst_base_rtp_depayload_process),
13280         (gst_base_rtp_depayload_set_gst_timestamp),
13281         (gst_base_rtp_depayload_queue_release):
13282         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13283         Small cleanups.
13284         Fix some leaks.
13285         Refactored the process method and added methods to push from the process
13286         vmethod.
13287         Use _scale functions.
13288         API: gst_base_rtp_depayload_push_ts
13289         API: gst_base_rtp_depayload_push
13290
13291         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13292         timestamps are uint.
13293
13294 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13295
13296         * gst-libs/gst/interfaces/xoverlay.c:
13297           Remove unused statement from doc example.
13298
13299 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13300
13301         * gst-libs/gst/interfaces/videoorientation.c:
13302         (gst_video_orientation_iface_init),
13303         (gst_video_orientation_get_hflip),
13304         (gst_video_orientation_get_vflip),
13305         (gst_video_orientation_get_hcenter),
13306         (gst_video_orientation_get_vcenter),
13307         (gst_video_orientation_set_hflip),
13308         (gst_video_orientation_set_vflip),
13309         (gst_video_orientation_set_hcenter),
13310         (gst_video_orientation_set_vcenter):
13311           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13312           in ChangeLog)
13313
13314 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * tests/check/Makefile.am:
13317         * tests/check/elements/.cvsignore:
13318         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13319         (create_rgb_conversions), (rgb_conversion_free),
13320         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13321         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13322           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13323           but disable for now since it doesn't pass (something wrong with
13324           RGBA somewhere).
13325
13326 2006-09-21  Wim Taymans  <wim@fluendo.com>
13327
13328         * gst/playback/gstplaybasebin.c: (group_commit),
13329         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13330         (queue_out_of_data), (gen_preroll_element),
13331         (preroll_remove_overrun), (probe_triggered):
13332         Refactor handling of overrun detection.
13333         Separate handling of group completion and deadlock detection when doing
13334         network buffering. This should fix some deadlocks that were not detected
13335         because the group was completed.
13336         Add more comments, improve debugging.
13337
13338 2006-09-21  Wim Taymans  <wim@fluendo.com>
13339
13340         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13341         * tests/check/libs/audio.c:
13342         Some more compilation fixes.
13343
13344 2006-09-21  Wim Taymans  <wim@fluendo.com>
13345
13346         * gst-libs/gst/audio/gstringbuffer.c:
13347         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13348         (gst_ring_buffer_read):
13349         Early morning compilation fix.
13350
13351 2006-09-20  Wim Taymans  <wim@fluendo.com>
13352
13353         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13354         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13355         * tests/check/elements/videorate.c: (GST_START_TEST):
13356         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13357         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13358         Fix some warnings.
13359
13360 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13361
13362         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13363         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13364         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13365           Handcrafted merge to help CVS understanding what I changed and what
13366           not.
13367
13368 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13369
13370         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13371         (gst_xvimagesink_get_times):
13372           change colorkey behaviour back according to #354773 comment 6/7
13373
13374 2006-09-19  Michael Smith  <msmith@fluendo.com>
13375
13376         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13377         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13378         (gst_multi_fd_sink_recover_client),
13379         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13380         (gst_multi_fd_sink_get_property):
13381         * gst/tcp/gstmultifdsink.h:
13382           Implement stubbed out properties unit-type, units-soft-max,
13383           units-max, to allow specifying maximum sizes in units other than
13384           buffers.
13385           Fixes #355935
13386
13387 2006-09-19  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13390         (gst_riff_create_audio_template_caps):
13391         Reorder the audio formats a bit for clarity.
13392         Detect and create caps for MSGSM and MSN (WAV49).
13393         Fixes #356596.
13394
13395         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13396         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13397         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13398         Small cleanups, move error handling out of normal flow for clarity.
13399
13400 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13401
13402         * docs/libs/gst-plugins-base-libs-docs.sgml:
13403         * docs/libs/gst-plugins-base-libs.types:
13404         * gst-libs/gst/interfaces/Makefile.am:
13405         * gst-libs/gst/interfaces/videoorientation.c:
13406         (gst_video_orientation_get_type),
13407         (gst_video_orientation_iface_init),
13408         (gst_video_orientation_get_hflip),
13409         (gst_video_orientation_get_vflip),
13410         (gst_video_orientation_get_hcenter),
13411         (gst_video_orientation_get_vcenter),
13412         (gst_video_orientation_set_hflip),
13413         (gst_video_orientation_set_vflip),
13414         (gst_video_orientation_set_hcenter),
13415         (gst_video_orientation_set_vcenter):
13416         * gst-libs/gst/interfaces/videoorientation.h:
13417           API: Add new interface to control video orientation (fixes #354908)
13418
13419 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13420
13421         * gst/videotestsrc/gstvideotestsrc.c:
13422           Use G_UNLIKELY in _create and log one more detail.
13423           
13424         (gst_video_test_src_get_times), (gst_video_test_src_create):
13425         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13426           Use gst_util_uint64_scale_int in _get_times().
13427
13428 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13429
13430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13431           Give better warning message (add object and detail).
13432
13433 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13434
13435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13436         (gst_xvimagesink_get_times):
13437           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13438           #354773), use gst_util_uint64_scale_int in _get_times()
13439
13440 2006-09-18  Michael Smith  <msmith@fluendo.com>
13441
13442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13443           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13444           always true, leading to dropping all timestamps.
13445
13446 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13447
13448         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13449         (gst_visual_chain), (gst_visual_change_state):
13450           update to work also with libvisual 0.4 API, fix double unref (#355914)
13451           
13452         * tools/gst-launch-ext.1.in:
13453         * tools/gst-visualise.1.in:
13454           remove references to old man-pages
13455
13456         * tests/examples/seek/seek.c: (main):
13457           add real meadi-buttons, add tool-tips for the seek-options, arrange
13458           seek options in a table
13459
13460 2006-09-18  Michael Smith  <msmith@fluendo.com>
13461
13462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13463         (gst_ogg_mux_push_buffer):
13464           Don't generate out-of-order timestamps from oggmux, instead clamp
13465           output timestamps to be >= the previously output ts.
13466           Fixes #355595
13467
13468 2006-09-18  Michael Smith  <msmith@fluendo.com>
13469
13470         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13471         (gst_multi_fd_sink_class_init):
13472           Updates, fixes, and typo corrections for multifdsink. No functional
13473           changes.
13474
13475 2006-09-17  Michael Smith  <msmith@fluendo.com>
13476
13477         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13478           Don't crash on truncated files - check that we got an 8 byte buffer
13479           before trying to memcmp it.
13480
13481 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13482
13483         * gst/playback/gstplaybasebin.c: (get_active_source):
13484           Make stream-switching appear instant to the application
13485           (ie. make sure that a g_object_get on 'current-foo' returns
13486           the stream previously set with g_object_set(). Totem needs
13487           this to update stream-related meta-info (like audio-codec)
13488           correctly when switching streams.
13489
13490 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13491
13492         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13493         (gst_alsa_mixer_ensure_track_list):
13494           Try harder to guess which mixer track is the master mixer
13495           track (instead of just taking the first one that has a pvolume).
13496           Fixes #342228.
13497
13498 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13499
13500         reviewed by: <delete if not using a buddy>
13501
13502         * gst-libs/gst/audio/audio.h:
13503         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13504
13505 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13506
13507         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13508         (gst_audio_convert_transform_caps):
13509           Get structure-name just once.
13510
13511 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13512
13513         * tests/check/elements/audioresample.c: (GST_START_TEST):
13514         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13515         * tests/check/elements/volume.c: (GST_START_TEST):
13516         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13517         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13518         (test_pipeline), (GST_START_TEST):
13519         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13520         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13521           Fix big batch of compiler warnings.
13522
13523 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13524
13525         * ext/gnomevfs/gstgnomevfssrc.c:
13526           Add docs about icydemux usage in connection with gnomevfssrc
13527
13528         * ext/libvisual/visual.c:
13529         * ext/ogg/gstoggaviparse.c:
13530         * ext/ogg/gstoggdemux.c:
13531         * ext/ogg/gstoggmux.c:
13532         * ext/ogg/gstoggparse.c:
13533         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13534         * gst-libs/gst/audio/gstaudiosink.c:
13535         * gst-libs/gst/audio/gstaudiosrc.c:
13536         * gst/audiorate/gstaudiorate.c:
13537           More G_OBJECT macro fixing.
13538
13539         * gst/audiotestsrc/gstaudiotestsrc.h:
13540           Fix wrong info in header due to copy & paste
13541
13542 2006-09-15  Wim Taymans  <wim@fluendo.com>
13543
13544         * gst-libs/gst/audio/gstbaseaudiosink.c:
13545         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13547         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13548         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13549         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13550         Do the delay calculation in the source/sink base classes as this is
13551         specific for the capture/playback mode.
13552         Try to fixate a bit better, like round depth up to a multiple of 8
13553         bigger than width.
13554         Handle underruns correctly by marking DISCONT on buffers and adjusting
13555         timestamps to handle the gap.
13556         Set offset/offset_end correctly on buffers.
13557
13558         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13559         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13560         (gst_ring_buffer_read):
13561         Remove resync and underrun recovery from the ringbuffer.
13562         Fix ringbuffer read code on under/overrun.
13563
13564 2006-09-15  Wim Taymans  <wim@fluendo.com>
13565
13566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13567         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13568         (queue_threshold_reached), (gst_play_base_bin_set_property),
13569         (gst_play_base_bin_get_property):
13570         * gst/playback/gstplaybasebin.h:
13571         Don't use a 0 low watermark when buffering, it is catching starvation
13572         way too late. Instead, use a 3 second queue with 30 and 95
13573         percent low/high watermarks. 
13574         Added queue-min-threshold property to configure low watermark.
13575         Use new _buffering message API.
13576         Make queue_threshold variable big enough to store a uint64 time value.
13577         API: playbin::queue-min-threshold property.
13578
13579 2006-09-15  Wim Taymans  <wim@fluendo.com>
13580
13581         * configure.ac:
13582         We require 0.10.10.1 now because of _wait_preroll().
13583
13584         * gst-libs/gst/audio/gstbaseaudiosink.c:
13585         (gst_base_audio_sink_render):
13586         Use gst_base_sink_wait_preroll().
13587
13588 2006-09-15  Wim Taymans  <wim@fluendo.com>
13589
13590         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13591         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13592         Use DEBUG_OBJECT more.
13593
13594 === release 0.10.10 ===
13595
13596 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13597
13598         patch by: Michael Smith <msmith at fluendo dot com>
13599
13600         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13601         (gst_multi_fd_sink_client_queue_buffer),
13602         (gst_multi_fd_sink_new_client):
13603         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13604         (multifdsink_suite):
13605           Fix implementation of sync-method 'next-keyframe'
13606           Closes #354594
13607
13608 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13609
13610         patch by: Wim Taymans <wim at fluendo dot com>
13611
13612         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13613         This patch removes the RANDOM flag that was incorrectly introduced with
13614         revision 1.91.  Fixes #354590
13615
13616 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         * tests/check/Makefile.am:
13619           Random variation in Makefile line to see if it makes the
13620           gen64-base-full bot any happier.
13621
13622 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13625           Disable test that fails at the moment (killed after timeout).
13626
13627 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13628
13629         Patch by: James Livingston  <doclivingston at gmail.com>
13630
13631         * tests/check/Makefile.am:
13632         * tests/check/pipelines/.cvsignore:
13633         * tests/check/pipelines/oggmux.c: (get_page_codec),
13634         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13635         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13636         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13637         (test_theora_vorbis), (oggmux_suite):
13638           Add simple unit test for oggmux from #337026 with checking for the
13639           EOS flags disabled for the time being.
13640
13641 2006-09-04  Wim Taymans  <wim@fluendo.com>
13642
13643         patch by: Alessandro Dessina <alessandro nnva org>
13644
13645         * ext/ogg/gstoggmux.c:
13646         Add cmml caps to oggmux. Fixes #353912
13647
13648 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13649
13650         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13651           Returning a return value often helps. In this case, we
13652           don't need the return value anyway, so just get rid of it.
13653           Should make build bots much happier.
13654
13655 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13656
13657         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13658         (paint_get_structure), (gst_video_test_src_get_size),
13659         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13660         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13661         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13662         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13663         * gst/videotestsrc/videotestsrc.h:
13664           Add support for AYUV and the various RGBA formats. Initialise
13665           fields of paintinfo structs allocated on the stack.
13666
13667         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13668         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13669         (check_rgb_buf), (videotestsrc_suite):
13670           Add unit tests for videotestsrc's RGB output.
13671
13672 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13673
13674         * gst/videotestsrc/gstvideotestsrc.c:
13675         (gst_video_test_src_pattern_get_type),
13676         (gst_video_test_src_set_pattern):
13677         * gst/videotestsrc/gstvideotestsrc.h:
13678         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13679         (gst_video_test_src_black), (gst_video_test_src_white),
13680         (gst_video_test_src_red), (gst_video_test_src_green),
13681         (gst_video_test_src_blue):
13682         * gst/videotestsrc/videotestsrc.h:
13683           Add more uni-colour patterns ("white", "red", "green", and "blue").
13684
13685 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13686
13687         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13688           Fix stride for YVYU, should be word-aligned (#353658).
13689
13690 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13691
13692         * gst/adder/gstadder.c: (gst_adder_src_event):
13693           Fix build.
13694
13695 2006-08-31  Edward Hervey  <edward@fluendo.com>
13696
13697         * gst/adder/gstadder.c: (forward_event_func),
13698         (gst_adder_src_event), (gst_adder_collected),
13699         (gst_adder_change_state):
13700         * gst/adder/gstadder.h:
13701         Remember the start position asked in the incoming seeks, so we can
13702         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13703         of assuming it will always be 0).
13704
13705 2006-08-31  Edward Hervey  <edward@fluendo.com>
13706
13707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13708         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13709         (gst_ogg_demux_loop):
13710         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13711
13712 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13713
13714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13715         (gst_ffmpegcsp_get_unit_size):
13716           Return FALSE instead of returning a random false unit
13717           size when the format isn't known/supported (even if
13718           this shouldn't happen under normal circumstances).
13719
13720 2006-08-29  Wim Taymans  <wim@fluendo.com>
13721
13722         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13723
13724         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13725         (gst_gnome_vfs_src_start):
13726         Try harder to get the size from a uri by using _info_uri() when
13727         _info_from_handle() does not give us enough info. 
13728         Also follow symlinks when getting the size.
13729         Partially Fixes #332864.
13730
13731 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13732
13733         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13734
13735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13736         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13737         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13738         (gst_alsa_mixer_set_record):
13739         * ext/alsa/gstalsamixertrack.c:
13740         (gst_alsa_mixer_track_update_alsa_capabilities),
13741         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13742         (gst_alsa_mixer_track_update):
13743         * ext/alsa/gstalsamixertrack.h:
13744           Improve and fix mixer track handling, in particular better handling
13745           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13746           separate track objects for tracks that have both capture and playback
13747           volume (and label them differently as well so they're not mistakenly
13748           assumed to be duplicates); classify mixer tracks that only affect
13749           the audible volume of something (rather than the capture volume)
13750           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13751           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13752           (following the meaning documented in the mixer interface header
13753           file); add support for alsa's exclusive cswitch groups; update/sync
13754           state/flags better if mixer settings are changed by another
13755           application. Fixes #336075.
13756
13757 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13758
13759         * gst/playback/gstplaybin.c:
13760           Improve docs: add section about BUFFERING messages sent by playbin.
13761
13762 2006-08-29  Michael Smith  <msmith@fluendo.com>
13763
13764         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13765         (gst_vorbis_enc_buffer_check_discontinuous),
13766         (gst_vorbis_enc_chain):
13767           Ignore explicit DISCONT marked on buffers (which is often spurious,
13768           particularly when using multiple segments), in favour of solely
13769           using the timestamps/durations.
13770
13771 2006-08-29  Edward Hervey  <edward@fluendo.com>
13772
13773         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13774         Don't rely on incoming buffers offset anymore, since it is completely
13775         broken when using multiple segments.
13776         Instead convert the incoming buffers timestamp to running time, and
13777         then convert that value to the offsets.
13778         Also inform GstSegment of the last outputted stop position, which is
13779         needed if we received several segments with an unknown stop value.
13780
13781 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13782
13783         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13784           fix buffer unreffing on a header push failure
13785
13786 2006-08-28  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13789         (gst_audio_rate_chain):
13790         Make the metadata of the buffer writable before changing its
13791         flags.
13792
13793 2006-08-28  Wim Taymans  <wim@fluendo.com>
13794
13795         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13796         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13797         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13798         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13799         Fix audiorate some more.
13800         Reset and resync counters on flush and READY.
13801         Handle the DISCONT flag correctly.
13802         Use GstSegment to track position.
13803         Fail when not negotiated.
13804         Fixes #353234.
13805
13806 2006-08-25  Michael Smith  <msmith@fluendo.com>
13807
13808         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13809           Fix spelling.
13810           Remove accidently included debug line.
13811
13812 2006-08-25  Wim Taymans  <wim@fluendo.com>
13813
13814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13815         Small cleanups.
13816         If a buffer is received with no caps, make the buffer metadata
13817         writable and set the caps, making sure that we don't screw up the
13818         refcounts.
13819
13820 2006-08-25  Michael Smith  <msmith@fluendo.com>
13821
13822         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13823         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13824           Fix memory leaks and misleading debug messages, add a couple of
13825           comments.
13826
13827         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13828         (gst_multi_fd_sink_render):
13829           Do not use gst_buffer_make_writable() in a basesink render method,
13830           as it may incorrectly unref the buffer. Instead, use convoluted
13831           dance to avoid copying the buffer except when we need to.
13832
13833 2006-08-25  Michael Smith  <msmith@fluendo.com>
13834
13835         * ext/vorbis/vorbisenc.c:
13836         (gst_vorbis_enc_buffer_check_discontinuous):
13837           Allow very small discontinuities in the timestamps. These we can't
13838           do anything useful with anyway (because vorbis's timestamps have
13839           only sample granularity), and are commonly produced by elements with
13840           minor bugs. Allow up to 1/2 a sample out.
13841           Fixes #351742.
13842
13843 2006-08-24  Wim Taymans  <wim@fluendo.com>
13844
13845         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13846         (play_scrub_toggle_cb), (main):
13847         Add a checkbox to enable play scrubbing. Makes it possible to disable
13848         normal scrubbing.
13849
13850 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13851
13852         * tests/check/elements/.cvsignore:
13853           make buildbot happy
13854
13855 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13858         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13859         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13860         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13861         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13862         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13863         (gst_ogm_text_parse_strip_trailing_zeroes),
13864         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13865         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13866           Refactor ogm parse, do better input checking, misc. clean-ups.
13867           Cache incoming events and push them once the source pad has
13868           been created. Don't pass unterminated strings to sscanf().
13869           Strip trailing zeroes from subtitle text output, since they
13870           are not valid UTF-8. Don't push vorbiscomment packets on
13871           the subtitle text pad. Output perfect streams if possible.
13872
13873 2006-08-23  Wim Taymans  <wim@fluendo.com>
13874
13875         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13876         Waits for tasks to settle down so that we clean up correctly for 
13877         valgrind.
13878
13879 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13882           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13883           actually return return value in taglists_are_equal.
13884
13885 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13888           Fix crash due to broken bitstream parsing on x86-64: can't make
13889           any assumptions about sizeof(struct) due to alignment/packing
13890           differences on different architectures. Fixes #351790.
13891
13892 2006-08-22  Wim Taymans  <wim@fluendo.com>
13893
13894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13895         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13896         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13897         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13898         (gst_riff_parse_info):
13899         Protect public functions against bad input.
13900         Do some cleanups.
13901         Fix documentation.
13902
13903 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * gst-libs/gst/riff/riff-ids.h:
13906         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13907           Add voxware audio IDs (even if we can't play it) (#351795).
13908
13909 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * gst-libs/gst/riff/riff-media.c:
13912         (gst_riff_create_video_template_caps),
13913         (gst_riff_create_audio_template_caps),
13914         (gst_riff_create_iavs_template_caps):
13915           Const-ify some arrays and use G_N_ELEMENTS instead
13916           of wasting oodles of RAM on terminator bits.
13917
13918 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13919
13920         * gst-libs/gst/tag/gstvorbistag.c:
13921         (gst_tag_list_to_vorbiscomment_buffer):
13922         * tests/check/libs/tag.c: (GST_START_TEST):
13923           And the same for _to_vorbiscomment_buffer(): allow
13924           id_data_len == 0 for speex.
13925
13926 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13927
13928         * configure.ac:
13929         * docs/plugins/Makefile.am:
13930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13931         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13932         * docs/plugins/inspect/plugin-gdp.xml:
13933         * gst/gdp/Makefile.am:
13934         * tests/check/Makefile.am:
13935           Move GDP plugin to -base from -bad.  Closes #347783.
13936
13937 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13938
13939         * gst-libs/gst/tag/gstvorbistag.c:
13940         (gst_tag_list_from_vorbiscomment_buffer):
13941           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13942           Also add some checks to make sure we don't memcmp() beyond the end of
13943           vorbiscomment buffer if the ID to check for is larger than the buffer.
13944
13945         * tests/check/libs/tag.c: (GST_START_TEST):
13946           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13947
13948 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13949
13950         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13951         (gst_vorbis_enc_set_metadata):
13952           Use vorbis comment utility functions from libgsttag
13953           instead of re-inventing the wheel (partially fixes #347091).
13954
13955 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13956
13957         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13958         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13959         as some that won't.
13960
13961 2006-08-21  Wim Taymans  <wim@fluendo.com>
13962
13963         * docs/libs/Makefile.am:
13964         * docs/libs/gst-plugins-base-libs-sections.txt:
13965         * docs/libs/gst-plugins-base-libs.types:
13966         Don't try to GObject scan the netbuffer as it's not a GObject.
13967         Fixes #351308.
13968
13969         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13970         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13971         Document GstNetBuffer.
13972
13973 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13974
13975         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13976         (audioconvert_suite):
13977           Add testcase for caps-size-explosion
13978
13979 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13980
13981         * gst/audioconvert/gstaudioconvert.c:
13982         (gst_audio_convert_get_unit_size), (set_structure_widths):
13983           Lower debug, use g_assert in _get_unit_size
13984
13985         * gst/audioresample/gstaudioresample.c:
13986         (audioresample_get_unit_size):
13987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13988         (gst_ffmpegcsp_get_unit_size):
13989         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13990           use g_assert in _get_unit_size
13991
13992 2006-08-18  Wim Taymans  <wim@fluendo.com>
13993
13994         * docs/libs/gst-plugins-base-libs-sections.txt:
13995         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13996         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13997         (gst_rtp_buffer_get_payload_buffer):
13998         * gst-libs/gst/rtp/gstrtpbuffer.h:
13999         Document GstRTPBuffer.
14000         Added function to efficiently strip payload headers.
14001         API: gst_rtp_buffer_get_payload_subbuffer()
14002
14003 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14004
14005         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
14006         (gst_tag_to_vorbis_comments):
14007           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
14008           tags and deserialise them properly as well (#347091).
14009           Add some more gtk-doc blurbs and also some g_return_if_fail().
14010
14011         * tests/check/libs/tag.c: (GST_START_TEST),
14012         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
14013           More tests.
14014
14015 2006-08-17  Wim Taymans  <wim@fluendo.com>
14016
14017         * ext/ogg/Makefile.am:
14018         * ext/ogg/gstogg.c: (plugin_init):
14019         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
14020         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
14021         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
14022         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
14023         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
14024         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14025         Added ogg-in-avi parser element. Fixes #140139.
14026
14027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14028         Fixed a bug in oggdemux debug code.
14029
14030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14031         (gst_riff_create_audio_template_caps):
14032         Recognise Ogg in the AVI extensible wave format.
14033
14034 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14035
14036         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14037           Make buffer durations add up (duration should be next_ts-ts for
14038           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14039           from CVS.
14040
14041         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14042         (test_buffer_timestamps), (cddabasesrc_suite):
14043           Add unit test for the above.
14044
14045         * tests/check/Makefile.am:
14046           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14047           to see what happens.
14048
14049 2006-08-16  Wim Taymans  <wim@fluendo.com>
14050
14051         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14052         (gst_alsasink_open):
14053         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14054         (gst_alsasrc_open):
14055         Avoid setting and using a NULL device name.
14056         Print more info when we fail to open a device.
14057
14058 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * docs/libs/gst-plugins-base-libs-sections.txt:
14061         * gst-libs/gst/tag/tag.h:
14062         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14063           API: add gst_tag_parse_extended_comment() (#351426).
14064
14065         * tests/check/Makefile.am:
14066         * tests/check/libs/.cvsignore:
14067         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14068           Add unit test for gst_tag_parse_extended_comment().
14069
14070 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14074           Fix leak (#351502).
14075
14076 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14077
14078         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14079         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14080         * docs/plugins/gst-plugins-base-plugins.args:
14081         * gst/playback/gstplaybin.c:
14082           Document playbin.
14083           
14084         * docs/plugins/inspect/plugin-adder.xml:
14085         * docs/plugins/inspect/plugin-alsa.xml:
14086         * docs/plugins/inspect/plugin-audioconvert.xml:
14087         * docs/plugins/inspect/plugin-audiorate.xml:
14088         * docs/plugins/inspect/plugin-audioresample.xml:
14089         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14090         * docs/plugins/inspect/plugin-cdparanoia.xml:
14091         * docs/plugins/inspect/plugin-decodebin.xml:
14092         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14093         * docs/plugins/inspect/plugin-gnomevfs.xml:
14094         * docs/plugins/inspect/plugin-ogg.xml:
14095         * docs/plugins/inspect/plugin-pango.xml:
14096         * docs/plugins/inspect/plugin-playbin.xml:
14097         * docs/plugins/inspect/plugin-subparse.xml:
14098         * docs/plugins/inspect/plugin-tcp.xml:
14099         * docs/plugins/inspect/plugin-theora.xml:
14100         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14101         * docs/plugins/inspect/plugin-video4linux.xml:
14102         * docs/plugins/inspect/plugin-videorate.xml:
14103         * docs/plugins/inspect/plugin-videoscale.xml:
14104         * docs/plugins/inspect/plugin-videotestsrc.xml:
14105         * docs/plugins/inspect/plugin-volume.xml:
14106         * docs/plugins/inspect/plugin-vorbis.xml:
14107         * docs/plugins/inspect/plugin-ximagesink.xml:
14108         * docs/plugins/inspect/plugin-xvimagesink.xml:
14109           Update to CVS version.
14110
14111 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14112
14113         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14114         (gst_play_bin_set_property), (gst_play_bin_get_property),
14115         (value_list_append_structure_list),
14116         (gst_play_bin_handle_redirect_message),
14117         (gst_play_bin_handle_message):
14118           API: GstPlayBin::connection-speed
14119           Add "connection-speed" property; re-order redirect messages with
14120           multiple redirect locations depending on the minimum bitrate if
14121           that information is available and a connection speed is set
14122           (#350399).
14123
14124 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14125
14126         * gst/playback/gstplaybin.c:
14127           Update max volume to the same value that the volume element uses.
14128
14129 2006-08-14  Wim Taymans  <wim@fluendo.com>
14130
14131         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14132         Less uglyness..
14133
14134 2006-08-14  Wim Taymans  <wim@fluendo.com>
14135
14136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14137         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14138         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14139         Add some more debug info.
14140         Don't crash when a seek failed.
14141         Actually return the result of the seek instead of TRUE.
14142         Ignore multiple BOS pages with the same serial so that we don't create
14143         the same stream multiple times.
14144         Post an error when we fail to do the initial seek.
14145
14146 2006-08-13  Wim Taymans  <wim@fluendo.com>
14147
14148         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14149         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14150         Small code cleanup.
14151
14152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14153         (gst_alsa_mixer_new):
14154         Remove hack that always set the device to hw:0*.
14155         Properly find the card name for whatever device was configured.
14156         Do some better debugging.
14157         Fixes #350784.
14158
14159         * ext/alsa/gstalsamixerelement.c:
14160         (gst_alsa_mixer_element_set_property),
14161         (gst_alsa_mixer_element_change_state):
14162         Cleanups.
14163         Handle setting of a NULL device name better.
14164
14165 2006-08-11  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/adder/gstadder.c:
14168         Don't clip float values. Fixes #350900.
14169
14170 2006-08-11  Andy Wingo  <wingo@pobox.com>
14171
14172         * gst/tcp/gsttcp.c: Really fix the build?
14173
14174         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14175         fixes the build.
14176
14177 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14178
14179         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14180           Float caps shouldn't have a "signed" field.
14181
14182 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14183
14184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14185           Implement SEEKING query in its most basic form, so that we can
14186           at least check if we're seekable or not (#350655).
14187
14188 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14189
14190         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14191           The checks here are not even close to anything that would
14192           justify MAXIMUM probability, lowering to POSSIBLE until someone
14193           fixes the checks (case at hand: quicktime redirection files
14194           might start with 00 00 01 XX and pass the checks here just
14195           fine, see #350399).
14196
14197 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14198
14199         Patch by: Sjoerd Simons  <sjoerd at luon net>
14200
14201         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14202           Better detection for multipart/x-mixed-replace: accept leading
14203           whitespaces before the boundary marker as well (as our very own
14204           multipartmux used to produce) (#349068).
14205
14206 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14207
14208         Patch by: Young-Ho Cha  <ganadist at chollian net>
14209
14210         * gst-libs/gst/riff/riff-ids.h:
14211         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14212         (gst_riff_create_audio_template_caps):
14213           Detect DTS audio streams (#350157).
14214
14215 2006-08-05  Andy Wingo  <wingo@pobox.com>
14216
14217         * ext/theora/gsttheoraparse.h:
14218         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14219         (theora_parse_dispose, theora_parse_set_property)
14220         (theora_parse_get_property, theora_parse_munge_granulepos)
14221         (theora_parse_push_buffer, theora_parse_change_state):
14222         API: GstTheoraParse::synchronization-points
14223         Add a property 'synchronization-points' to fix badly synchronized oggs.
14224
14225 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14226
14227         * tests/check/Makefile.am:
14228         * tests/check/libs/.cvsignore:
14229         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14230         (fixed_caps_have_channel_positions), (GST_START_TEST),
14231         (audio_suite), (main):
14232           Add a few tests for the channel position stuff in libgstaudio.
14233
14234 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14235
14236         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14237         (gst_alsa_detect_channels):
14238         * ext/alsa/gstalsasink.c:
14239           Add support for cards that (only) do more than 8 channels,
14240           like the Delta 44 (#345188).
14241
14242         * gst-libs/gst/audio/multichannel.c:
14243         (gst_audio_check_channel_positions):
14244         * gst-libs/gst/audio/multichannel.h:
14245           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14246           unspecified channel position and cannot be combined with any
14247           of the other audio channel positions; adjust position layout
14248           checks accordingly (#345188).
14249
14250 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14253           Recognise ancient RealAudio files (see #349779).
14254
14255 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14256
14257         Patch by: Jens Granseuer  <jensgr at gmx net>
14258
14259         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14260           Add typefinder for Interplay's MVE format (#348973).
14261
14262 2006-08-02  Wim Taymans  <wim@fluendo.com>
14263
14264         Patch by: Marcel Moreaux <marcelm at luon dot net>
14265
14266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14267         (gst_base_rtp_depayload_add_to_queue):
14268         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14269         Handle RTP sequence number rollover.
14270         Disable jitterbuffer by default.
14271
14272 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14273
14274         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14275         (audioresample_set_caps):
14276         Don't leak references to the incoming caps. Clean them up when
14277         stopping.
14278
14279         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14280         (gst_video_scale_finalize):
14281         Don't leak our temporary pixel buffer.
14282
14283         * tests/check/Makefile.am:
14284         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14285         (GST_START_TEST), (simple_launch_lines_suite):
14286
14287         Fix leaks and re-enable the test for valgrind checking.
14288
14289 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14290
14291         Patch by: Sjoerd Simons  <sjoerd at luon net>
14292
14293         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14294         (plugin_init):
14295           Add typefind function for multipart/x-mixed-replace (#348916).
14296
14297 2006-07-28  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst/adder/gstadder.c: (gst_adder_setcaps),
14300         (gst_adder_query_duration):
14301         Fix leak in duration query.
14302         Reflow some docs and notes.
14303
14304 2006-07-28  Michael Smith  <msmith@fluendo.com>
14305
14306         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14307         (vorbisenc_suite):
14308           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14309           aspect of it.
14310
14311 2006-07-28  Michael Smith  <msmith@fluendo.com>
14312
14313         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14314         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14315         (gst_vorbis_enc_push_buffer),
14316         (gst_vorbis_enc_buffer_check_discontinuous),
14317         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14318         * ext/vorbis/vorbisenc.h:
14319           Handle discontinuities in the input vorbis stream correctly,
14320           so that the output is properly timestamped (and has good granulepos
14321           values). Needs some oggmux fixes too.
14322
14323 2006-07-27  Wim Taymans  <wim@fluendo.com>
14324
14325         patch by: Kai Vehmanen <kv2004 eca cx>
14326
14327         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14328         (gst_base_rtp_depayload_chain),
14329         (gst_base_rtp_depayload_handle_sink_event),
14330         (gst_base_rtp_depayload_change_state):
14331         Don't send multiple newsegments with different formats.
14332         Fixes #348677.
14333
14334 2006-07-26  Wim Taymans  <wim@fluendo.com>
14335
14336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14337         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14338         Make seeking in ogg more accurate again by doing the more correct
14339         granuletime to stream time conversion.
14340
14341 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14342
14343         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14344         (gst_multi_fd_sink_new_client):
14345           debug a little more understandably
14346           do not use goto as a substitute for break, especially if
14347           break is also being used
14348
14349 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14350
14351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14352         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14353           Remove GLib-2.6 compatibility cruft.
14354
14355 2006-07-24  Wim Taymans  <wim@fluendo.com>
14356
14357         * gst-libs/gst/audio/gstbaseaudiosink.c:
14358         (gst_base_audio_sink_render):
14359         Don't try to align a sample to an unknown value.
14360
14361 2006-07-24  Wim Taymans  <wim@fluendo.com>
14362
14363         * gst-libs/gst/audio/gstbaseaudiosink.c:
14364         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14365         When the audio clock is slaved to another clock, never try to align
14366         samples but trust the rate interpolation algorithm.
14367
14368 2006-07-24  Wim Taymans  <wim@fluendo.com>
14369
14370         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14371         Don't try to calculate silence samples, base class does this much
14372         better now.
14373
14374         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14375         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14376         (gst_ring_buffer_acquire):
14377         Calculate silence samples correctly.
14378
14379         * gst-libs/gst/audio/gstringbuffer.h:
14380         Add _CAST macro.
14381
14382 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14385           Limit search for the first markup tag to the first few kB of
14386           the file. If we don't find one there, it's highly unlikely that
14387           this is an XML(-ish) file.
14388
14389 2006-07-21  Andy Wingo  <wingo@pobox.com>
14390
14391         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14392         test to the one in vorbisenc. Also commented out.
14393
14394         * tests/check/pipelines/vorbisenc.c: 
14395         (test_discontinuity): New test, commented out until Mike lands
14396         some elite vorbisenc patches.
14397
14398         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14399         Bufferstraw was actually factored out of these tests. Now we share
14400         code yay.
14401
14402         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14403         for bufferstraw addition to gstcheck.
14404
14405 2006-07-21  Wim Taymans  <wim@fluendo.com>
14406
14407         * ext/theora/theoradec.c: (clip_buffer):
14408         Better clipping.
14409
14410 2006-07-21  Wim Taymans  <wim@fluendo.com>
14411
14412         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14413         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14414         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14415         Fix leak.
14416         Avoid type casting when we can.
14417
14418         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14419         Fix mem leak.
14420
14421 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * ext/alsa/gstalsamixerelement.c:
14424         (gst_alsa_mixer_element_change_state):
14425           Make state change fail if the specified device can't be opened
14426           for some reason.
14427
14428 2006-07-20  Wim Taymans  <wim@fluendo.com>
14429
14430         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14431         (cb_newpad), (main):
14432         Example of a small audio/video player using decodebin.
14433
14434 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14435
14436         * gst-libs/gst/riff/riff-ids.h:
14437           Add 'fact' chunk id
14438
14439 2006-07-19  Wim Taymans  <wim@fluendo.com>
14440
14441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14442         (gst_base_rtp_depayload_chain),
14443         (gst_base_rtp_depayload_change_state):
14444         Don't assert when not negotiated but post a meaningfull 
14445         error message. Fixes #347918.
14446
14447         * gst-libs/gst/rtp/gstbasertppayload.c:
14448         Add comment about better default MTU size.
14449
14450         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14451         Small cleanups, start docs.
14452
14453 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14454
14455         Patch by: Martin Szulecki
14456
14457         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14458           If "device-name" is requested and the device is not
14459           open, try to temporarily open it to obtain this
14460           information (#342494).
14461
14462 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         * gst-libs/gst/tag/gstid3tag.c:
14465           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14466
14467         * gst-libs/gst/tag/gsttageditingprivate.h:
14468         * gst-libs/gst/tag/gstvorbistag.c:
14469           Some more random const-ifications.
14470
14471 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14472
14473         * gst-libs/gst/riff/riff-ids.h:
14474         * gst-libs/gst/riff/riff-media.c:
14475         (gst_riff_create_video_template_caps):
14476           Add more FOURCCs (sort list to make stuff easier to find),
14477           add comment what those 16 bytes in struct _gst_riff_strh according to
14478           one avi-dumper are
14479
14480 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14481
14482         * gst-libs/gst/audio/multichannel.c:
14483         (gst_audio_check_channel_positions),
14484         (gst_audio_fixate_channel_positions):
14485           Const-ify two arrays.
14486
14487 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14490           Fix typo, so that alsasink also advertises 8 channels
14491           if that's supported (tags: can, worms, open, alsa, ph34r).
14492
14493 2006-07-17  Wim Taymans  <wim@fluendo.com>
14494
14495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14496         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14497         *sigh*, when is the compiler going to warn when the comments
14498         are out-of-sync with the code.. Refix case of busted theora
14499         headers with 0 granule pos.
14500
14501 2006-07-14  Wim Taymans  <wim@fluendo.com>
14502
14503         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14504         (gst_base_rtp_depayload_wait),
14505         (gst_base_rtp_depayload_change_state),
14506         (gst_base_rtp_depayload_set_property),
14507         (gst_base_rtp_depayload_get_property):
14508         Fix 99% cpu load by waiting for absolute times on the
14509         clock. Fixes #347300.
14510
14511 2006-07-14  Andy Wingo  <wingo@pobox.com>
14512
14513         * ext/theora/gsttheoraparse.h: 
14514         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14515         (theora_parse_push_headers, theora_parse_clear_queue)
14516         (theora_parse_drain_queue_prematurely, )
14517         (theora_parse_sink_event, theora_parse_change_state): Queue events
14518         until we initialized our state, like in vorbisparse.
14519
14520         * ext/vorbis/vorbisparse.h: 
14521         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14522         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14523         (vorbis_parse_drain_queue_prematurely, )
14524         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14525         until we have initialized our state. Fixes seeking after an
14526         initial pad block.
14527
14528 2006-07-14  Andy Wingo  <wingo@pobox.com>
14529
14530         Patch by: Iain Holmes <iaingnome@gmail.com>
14531         
14532         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14533
14534 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14535
14536         * configure.ac:
14537         Bump nano back to CVS
14538
14539 === release 0.10.9 ===
14540
14541 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14542
14543         * configure.ac:
14544           releasing 0.10.9, "I walk the line"
14545
14546 2006-07-14  Michael Smith  <msmith@fluendo.com>
14547
14548         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14549           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14550           (commonly happens when running this test under valgrind) when trying
14551           to remove the buffer probe.
14552
14553 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14554
14555         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14556         Fix missing g_unlock from the previous commit
14557
14558 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14559
14560         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14561         (gst_ximagesink_change_state):
14562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14563         (gst_xvimagesink_change_state):
14564         Implement a locking order to ensure we always take the object lock
14565         before the x_lock and never vice-versa.
14566
14567 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14568
14569         * gst/playback/gstdecodebin.c: (find_compatibles):
14570         Fix a caps leak when linking (#347304)
14571
14572         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14573         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14574         (gst_ximagesink_change_state):
14575         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14576         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14577         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14578         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14579         Don't leak shared memory resources. Use the object lock to protect
14580         against the xcontext disappearing while returning a buffer from the
14581         pipeline. (#347304)
14582
14583 2006-07-12  Edward Hervey  <edward@fluendo.com>
14584
14585         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14586         (vorbis_handle_comment_packet):
14587         gst_tag_list_merge() returns a new object. Take that into account when
14588         using it. This avoids memleak.
14589         Revert previous commit which is not needed.
14590
14591 2006-07-12  Edward Hervey  <edward@fluendo.com>
14592
14593         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14594         Reset the decoder in finalize so that all fields get cleared.
14595
14596 2006-07-12  Wim Taymans  <wim@fluendo.com>
14597
14598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14599         (gst_base_audio_src_set_clock),
14600         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14601         Don't try to post an error message when setting the clock fails
14602         as this can happen when adding an element to a bin which will then
14603         deadlock. Fixes #347296.
14604
14605 2006-07-12  Edward Hervey  <edward@fluendo.com>
14606
14607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14608         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14609         (vorbis_handle_type_packet):
14610         Post tag messages on the bus even if we're not initialized.
14611         If we're not initialized, we still postpone the event pushing of tags.
14612
14613 2006-07-12  Wim Taymans  <wim@fluendo.com>
14614
14615         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14616         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14617         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14618         Revert last two changes that broke the freeze.
14619
14620 2006-07-12  Wim Taymans  <wim@fluendo.com>
14621
14622         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14623         basesink calculates silence sample correctly for us.
14624
14625 2006-07-12  Wim Taymans  <wim@fluendo.com>
14626
14627         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14628         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14629         Calculate correct silence samples so we don't fill our ringbuffer
14630         with noise.
14631
14632 2006-07-12  Edward Hervey  <edward@fluendo.com>
14633
14634         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14635         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14636         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14637         * ext/vorbis/vorbisdec.h:
14638         Delay sending events (newsegment, tags) until the decoder is properly
14639         initialized.
14640         Fixes #347295
14641
14642 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14643
14644         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14645         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14646           Patch from #347221 adding a test for audioconvert
14647           channel remappings.
14648
14649 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14650
14651         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14652         (gst_ssa_parse_parse_line):
14653           Don't include the terminating NUL in the buffer size,
14654           it's only there for extra paranoia (would add random
14655           '*' characters at the end of each subtitle since the
14656           terminator itself is not valid UTF-8 technically).
14657           Also fix indenting after boilerplate macro.
14658
14659 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * gst/playback/gstdecodebin.c: (close_pad_link):
14662           Also emit 'unknown-type' signal (which should really be
14663           called unhandled-type) if we found potential decoders/demuxers
14664           in the registry but none of them worked in the end (as in the
14665           case where the plugins don't exist any longer but are still
14666           listed in the registry). Fixes #329798.
14667
14668 2006-07-08  Andy Wingo  <wingo@pobox.com>
14669
14670         * theoraparse.c (theora_parse_push_buffer)
14671         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14672         Add some more debugging. Fix granulepos reconstruction in the face
14673         of discontinuities.
14674
14675 2006-07-06  Wim Taymans  <wim@fluendo.com>
14676
14677         * gst-libs/gst/audio/gstbaseaudiosink.c:
14678         (gst_base_audio_sink_class_init),
14679         (gst_base_audio_sink_provide_clock):
14680         Use gobject_class instead of G_OBJECT_CLASS (klass)
14681
14682         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14683         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14684         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14685         (gst_base_audio_src_get_time),
14686         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14687         (gst_base_audio_src_create_ringbuffer):
14688         Fix latency and buffer-time constants and properties ala basesink.
14689         Implement pull based scheduling. Fixes #346527.
14690         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14691         one segment.
14692         Refuse slaving to another clock instead of silently not working.
14693         Only provide a clock when we are actually able to do so.
14694         Various small cleanups and compiler hints.
14695
14696 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14697
14698         Patch by: Lutz Mueller <lutz at topfrose de>
14699
14700         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14701         (plugin_init):
14702           Add typefinding for text/html (#346581).
14703
14704 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14705
14706         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14707         (xml_check_first_element), (xml_type_find), (smil_type_find):
14708           Fix SMIL typefinding, make xml_check_first_element() more
14709           useful.
14710
14711 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14712
14713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14714         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14715         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14716         * gst/playback/gstplaybasebin.h:
14717           Protect list of elements with a subtitle-encoding property and
14718           the subtitle encoding member itself with a lock of their own
14719           instead of using the object lock. This prevents a dead-lock in
14720           the element-remove callback in some circumstances when shutting
14721           down playbin.
14722
14723 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14724
14725         * win32/common/libgsttag.def:
14726         Export some new functions.
14727         * win32/vs6/libgstogg.dsp:
14728         Add a link to libgsttag-0.10.lib.
14729
14730 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14731
14732         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14733           Some const-ification.
14734
14735 2006-07-04  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14738         Improve checking if we are dealing with a stream. Added some
14739         more uris that need buffering.
14740
14741 2006-07-03  Edward Hervey  <edward@fluendo.com>
14742
14743         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14744         Remove unused variable.
14745
14746 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14747
14748         * Makefile.am:
14749           include lcov.mak
14750         * configure.ac:
14751           add GCOV_LIBS to GST_LIBS
14752
14753 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14754
14755         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14756
14757         * ext/alsa/gstalsasrc.c:
14758           Add 32 bps to template caps and increase channels range
14759           from [1,2] to [1,MAX]. See #346326.
14760
14761 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14764           Recognise 'WMVA' video codec fourcc (#345879).
14765           
14766 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14767          
14768         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14769           Fixed nasty memory leak
14770
14771 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14772
14773         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14774         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14775           fix logging
14776
14777 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14778
14779         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14780         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14781         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14782         Protect remove_fakesink using a mutex, so that we don't try and
14783         remove the fakesink simultaneously from multiple threads.
14784
14785         When going from READY to PAUSED, restore the fakesink, so that
14786         it is there when decodebin gets reused.
14787
14788 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14792         * gst-libs/gst/rtp/gstbasertppayload.c:
14793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14794         * gst/tcp/gstmultifdsink.c:
14795         * gst/tcp/gsttcpclientsink.c:
14796         * gst/tcp/gsttcpclientsrc.c:
14797         * gst/tcp/gsttcpserversink.c:
14798         * gst/tcp/gsttcpserversrc.c:
14799         * gst/videorate/gstvideorate.c:
14800         * gst/videotestsrc/gstvideotestsrc.c:
14801         * sys/v4l/gstv4ljpegsrc.c:
14802         * sys/v4l/gstv4lmjpegsink.c:
14803         * sys/v4l/gstv4lsrc.c:
14804         * tests/examples/seek/scrubby.c:
14805         * tests/examples/seek/seek.c:
14806           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14807
14808 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14809
14810         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14811           Second field in GEnumValue shouldn't be a description,
14812           but a stringified version of the enum value.
14813
14814 2006-06-22  Wim Taymans  <wim@fluendo.com>
14815
14816         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14817         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14818         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14819         Avoid type checking in buffer casts.
14820         Avoid caps copy in buffer_alloc when we can.
14821         Use pad_peer_accept.
14822
14823 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14824
14825         * gst-libs/gst/tag/tag.h:
14826           Oops, make that 'Since: 0.10.9'.
14827
14828 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * docs/libs/gst-plugins-base-libs-sections.txt:
14831         * gst-libs/gst/tag/tag.h:
14832         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14833         (gst_tag_image_type_get_type):
14834           API: add GstTagImageType enum to describe images contained
14835           in image tags (#345641).
14836
14837 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14840           Fix warnings with gst-inspect: "buffers-min" property
14841           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14842           typo in property description.
14843
14844 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14845
14846         Patch by: Cody Russell <bratsche at gnome org>
14847
14848         * gst/audioresample/gstaudioresample.c:
14849         (gst_audioresample_class_init):
14850         * gst/playback/gststreamselector.c:
14851         (gst_stream_selector_class_init):
14852         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14853         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14854         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14855         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14856         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14857         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14858         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14859         * gst/videotestsrc/gstvideotestsrc.c:
14860         (gst_video_test_src_class_init):
14861         * gst/volume/gstvolume.c: (gst_volume_class_init):
14862           Avoid unnecessary class cast check in class_init
14863           functions (#337747).
14864
14865 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14868         (gst_text_overlay_video_chain):
14869           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14870           and doesn't validate its input either (and neither did
14871           textoverlay it seems). Let's do that then and fix #345206.
14872
14873 2006-06-19  Wim Taymans  <wim@fluendo.com>
14874
14875         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14876         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14877         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14878         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14879         (find_syncframe), (find_limits), (assign_value),
14880         (count_burst_unit), (gst_multi_fd_sink_new_client),
14881         (gst_multi_fd_sink_handle_client_write),
14882         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14883         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14884         (gst_multi_fd_sink_change_state):
14885         * gst/tcp/gstmultifdsink.h:
14886         Added shiny new burst-on-connect methods.
14887         Add properties to control the minimal amount of data queued.
14888         Small cleanups.
14889         API: bytes-min property
14890         API: time-min property
14891         API: buffers-min property
14892         API: burst-unit property
14893         API: burst-value property
14894         API: add-full signal
14895
14896         * gst/tcp/gsttcp-marshal.list:
14897         Added new marshaller code for the new signal.
14898
14899         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14900         (multifdsink_suite):
14901         Added testcases for new burst methods.
14902
14903 2006-06-19  Edward Hervey  <edward@fluendo.com>
14904
14905         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14906         Implement clipping for accurate seeking.
14907         Closes #345225
14908
14909 2006-06-19  Wim Taymans  <wim@fluendo.com>
14910
14911         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14912
14913         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14914         (gst_video_scale_transform):
14915         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14916
14917 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14918
14919         * configure.ac:
14920           Fix --disable-external (can't set conditionals conditionally,
14921           #343602).
14922
14923 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * tests/check/elements/audioresample.c: (test_reuse),
14926         (audioresample_suite):
14927           Add test case for bug #342789 fixed below.
14928
14929 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         * gst/audioresample/gstaudioresample.c:
14932         (gst_audioresample_class_init), (gst_audioresample_init),
14933         (audioresample_start), (audioresample_stop),
14934         (gst_audioresample_set_property), (gst_audioresample_get_property):
14935           Implement GstBaseTransform::start and ::stop so that audioresample
14936           can clear its internal state properly and be reused instead of
14937           causing non-negotiated errors with playbin under some circumstances
14938           (#342789).
14939
14940         * tests/check/elements/audioresample.c: (setup_audioresample),
14941         (cleanup_audioresample):
14942           Need to set element state here so that ::start and ::stop are
14943           called.
14944
14945 2006-06-16  Wim Taymans  <wim@fluendo.com>
14946
14947         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14948
14949         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14950         Parse extra data better, apparently it's right behind
14951         the normal strf header size. Fixes #343500.
14952
14953 2006-06-16  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/alsa/gstalsasink.c: (set_hwparams):
14956         If we fail to set the buffer_time and period_time alsa
14957         parameters, post a warning and leave alsa select a 
14958         default instead of failing. Fixes #342085
14959
14960 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * docs/libs/gst-plugins-base-libs-sections.txt:
14963         * gst-libs/gst/cdda/gstcddabasesrc.h:
14964           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14965           out in the header file and shouldn't be listed in the docs.
14966
14967         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14968           Must dereference pointer to fourcc in the debug statement.
14969
14970 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14971
14972         * docs/libs/Makefile.am:
14973         * docs/libs/gst-plugins-base-libs-docs.sgml:
14974         * docs/libs/gst-plugins-base-libs-sections.txt:
14975         * docs/libs/gst-plugins-base-libs.types:
14976         add remaining symbols into correct setions
14977         
14978         * gst-libs/gst/audio/gstringbuffer.c:
14979         fix incomplete docs
14980         
14981         * gst-libs/gst/audio/gstringbuffer.h:
14982         comment out not yet implemented function
14983         
14984         
14985         * gst-libs/gst/floatcast/floatcast.h:
14986         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14987         add short descriptions
14988         
14989         
14990         * gst-libs/gst/interfaces/propertyprobe.c:
14991         fix return value docs   
14992         
14993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14994         simplify debug logging
14995         
14996         * gst-libs/gst/riff/riff-read.h:
14997         sync function prototype and docs
14998         
14999         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15000         remove left over symbol
15001
15002 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15003
15004         * autogen.sh:
15005         * configure.ac:
15006         * docs/Makefile.am:
15007           Use GST_PLUGIN_DOCS macro in configure.ac, add
15008           --enable-plugin-docs default to autogen.sh and use
15009           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
15010
15011 2006-06-15  Wim Taymans  <wim@fluendo.com>
15012
15013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15014         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
15015         (gst_ogg_demux_loop):
15016         Combine GstFlowReturn from the source pads to give a
15017         meaningfull result to the upstream peer or to stop the
15018         processing task in case of errors.
15019
15020 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15021
15022         * gst/playback/gststreaminfo.c: (cb_probe):
15023           Try GST_TAG_CODEC as fallback when extracting the
15024           codec name; more debug info.
15025
15026 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15027
15028         * ext/ogg/Makefile.am:
15029         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15030           Extract language tags from ogm subtitle streams, so that
15031           the subtitle menu choices are labelled correctly in
15032           Totem (fixes #344708).
15033
15034 2006-06-14  Wim Taymans  <wim@fluendo.com>
15035
15036         Patch by: Alessandro Decina <alessandro at nnva dot org>
15037
15038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15039         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15040         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15041         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15042         Fix various leaks. Fixes #343699.
15043         Add x-smoke mime type.
15044
15045 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15046
15047         * gst-libs/gst/riff/riff-ids.h:
15048           Add IDs for 'bext' chunks (see #343837).
15049
15050 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         Patch by: Young-Ho Cha  <ganadist at chollian net>
15053
15054         * gst/subparse/samiparse.c: (sami_context_pop_state),
15055         (handle_start_font), (end_sami_element):
15056           Honour font face tags in SAMI subtitles (#344503).
15057
15058 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15059
15060         * po/POTFILES.in:
15061           add missing files containing translatable strings
15062
15063 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15064
15065         * docs/libs/tmpl/.cvsignore:
15066           we don't want those *.sgml files in CVS either
15067
15068 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15069
15070         * docs/libs/.cvsignore:
15071         * tests/check/elements/.cvsignore:
15072         * tests/check/libs/.cvsignore:
15073           ignore more
15074
15075 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15076
15077         * docs/libs/Makefile.am:
15078           also commiting the changed Makefile.am (added more libs to the
15079           doc-build)
15080
15081 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15082
15083         * docs/libs/gst-plugins-base-libs-docs.sgml:
15084         * docs/libs/gst-plugins-base-libs-sections.txt:
15085         * docs/libs/gst-plugins-base-libs.types:
15086           first batch of reordering things, add index & hierarchy
15087
15088 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15089
15090         * configure.ac:
15091           use GST_PKG_CHECK_MODULES, cleans up output
15092
15093 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15094
15095         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15096           Add support for burn:// URIs (#343385); const-ify things a bit,
15097           use G_N_ELEMENTS instead of hard-coded array size.
15098
15099 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         Patch by: Young-Ho Cha  <ganadist at chollian net>
15102
15103         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15104           Fix up broken entities before passing them to libxml *sigh*.
15105           (#343303).
15106           
15107 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15108
15109         * configure.ac:
15110           back to TRUNK
15111
15112 === release 0.10.8 ===
15113
15114 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15115
15116         * configure.ac:
15117           releasing 0.10.8, "Moar gij ziet mij nie"
15118
15119 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15120
15121         * configure.ac:
15122         * po/af.po:
15123         * po/az.po:
15124         * po/cs.po:
15125         * po/en_GB.po:
15126         * po/hu.po:
15127         * po/it.po:
15128         * po/nb.po:
15129         * po/nl.po:
15130         * po/or.po:
15131         * po/sq.po:
15132         * po/sr.po:
15133         * po/sv.po:
15134         * po/uk.po:
15135         * po/vi.po:
15136         * win32/common/config.h:
15137           0.10.7.2 prerelease
15138
15139 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15140
15141         * docs/libs/tmpl/gstaudio.sgml:
15142         * docs/libs/tmpl/gstcolorbalance.sgml:
15143         * docs/libs/tmpl/gstmixer.sgml:
15144         * docs/libs/tmpl/gstringbuffer.sgml:
15145         * docs/libs/tmpl/gsttuner.sgml:
15146         * docs/libs/tmpl/gstxoverlay.sgml:
15147         * gst-libs/gst/audio/audio.c:
15148         * gst-libs/gst/audio/gstringbuffer.c:
15149         * gst-libs/gst/interfaces/colorbalance.c:
15150         * gst-libs/gst/interfaces/mixer.c:
15151         * gst-libs/gst/interfaces/tuner.c:
15152         * gst-libs/gst/interfaces/xoverlay.c:
15153           move last template doc snippets to source code and delete them
15154
15155 2006-06-06  Michael Smith  <msmith@fluendo.com>
15156
15157         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15158         (theora_parse_drain_queue):
15159           Mark DELTA_UNIT on non-keyframes.
15160
15161 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15162
15163         * gst-libs/gst/audio/gstbaseaudiosink.c:
15164         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15165         * gst-libs/gst/audio/gstbaseaudiosink.h:
15166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15167         (gst_ring_buffer_samples_done):
15168         * gst-libs/gst/audio/gstringbuffer.h:
15169         Document better the fact that latency_time and buffer_time are values
15170         stored in microseconds, and not the usual GStreamer nanoseconds.
15171         Change the variables (compatibly) that store them from GstClockTime 
15172         to guint64 to make it more clear that they're not storing clock times.
15173         Also, remove the bogus property description that says the user can
15174         specify -1 to get the default value, since that's never been the case.
15175
15176         When computing the default segment size for the ring buffer, make it
15177         an integer number of samples.
15178
15179         When the sub-class indicates a delay greater than the number of
15180         samples we've written return 0 from the audio sink get_time method.
15181
15182 2006-06-02  Michael Smith  <msmith@fluendo.com>
15183
15184         * tests/check/elements/audioconvert.c: (set_channel_positions),
15185         (get_float_mc_caps), (get_int_mc_caps):
15186         * tests/check/elements/audioresample.c:
15187         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15188         * tests/check/elements/videorate.c:
15189         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15190         * tests/check/elements/volume.c:
15191         * tests/check/elements/vorbisdec.c:
15192         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15193           Don't busy-wait in tests; this was causing test timeouts very
15194           frequently when running under valgrind.
15195
15196 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15197
15198         * gst/tcp/README:
15199         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15200         (gst_multi_fd_sink_remove_client_link),
15201         (gst_multi_fd_sink_client_queue_caps),
15202         (gst_multi_fd_sink_client_queue_buffer),
15203         (gst_multi_fd_sink_handle_client_write),
15204         (gst_multi_fd_sink_render):
15205         * gst/tcp/gstmultifdsink.h:
15206           make multifdsink properly deal with streamheader:
15207           - streamheader is taken from caps
15208           - buffers marked with IN_CAPS are not sent
15209           - streamheaders are sent, on connection, from the caps of the
15210             buffer where the client gets positioned to
15211           - further streamheader changes are done every time the client
15212             will receive a buffer with different caps
15213         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15214         (gst_multifdsink_create_streamheader):
15215           add tests for this
15216
15217 2006-06-02  Michael Smith  <msmith@fluendo.com>
15218
15219         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15220           Reinstate limit on channel count. Vorbis does not define the meaning
15221           of > 6 channels, so they're just independent channels. Gstreamer
15222           currently has no mechanism to represent N independent channels.
15223
15224 2006-06-02  Michael Smith  <msmith@fluendo.com>
15225
15226         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15227           Don't arbitrarily restrict channel counts and rate in vorbis.
15228           In terms of effects likely on real-world files, this fixes 96kHz
15229           playback of vorbis.
15230
15231 2006-06-02  Michael Smith  <msmith@fluendo.com>
15232
15233         * gst/audioconvert/audioconvert.c: (float):
15234           More correct float->int conversion.
15235
15236 2006-06-02  Michael Smith  <msmith@fluendo.com>
15237
15238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15239           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15240           value. Fixes g-critical on trying to play back ogg containing
15241           unknown codec.
15242
15243 2006-06-02  Wim Taymans  <wim@fluendo.com>
15244
15245         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15246         (setup_source):
15247         * gst/playback/gstplaybasebin.h:
15248         Make the subtitle detection work from any thread so we don't
15249         deadlock. Fixes #343397.
15250
15251 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15252
15253         * gst/volume/Makefile.am:
15254           Seriously, it's not *that* hard to get compilation right.  Even
15255           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15256
15257 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15258
15259         * gst/volume/gstvolume.c: (volume_choose_func),
15260         (volume_update_real_volume), (gst_volume_class_init),
15261         (gst_volume_init), (volume_process_float), (volume_process_int16),
15262         (volume_process_int16_clamp), (volume_set_caps),
15263         (volume_transform_ip), (plugin_init):
15264         * gst/volume/gstvolume.h:
15265         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15266         another property desc., remove unused param from process function
15267         
15268         * tests/check/elements/volume.c: (volume_suite):
15269         reactivate the passthrough test
15270
15271 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15272
15273         * ext/alsa/gstalsamixerelement.h:
15274         * ext/alsa/gstalsamixeroptions.h:
15275         * ext/alsa/gstalsamixertrack.h:
15276         * ext/gnomevfs/gstgnomevfssink.h:
15277         * ext/gnomevfs/gstgnomevfssrc.h:
15278         * ext/theora/gsttheoradec.h:
15279         * ext/theora/gsttheoraenc.h:
15280         * ext/theora/gsttheoraparse.h:
15281         * ext/vorbis/vorbisparse.h:
15282         * gst-libs/gst/audio/gstaudioclock.h:
15283         * gst-libs/gst/audio/gstaudiofilter.h:
15284         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15285         * gst/audioconvert/gstaudioconvert.h:
15286         * gst/audioresample/gstaudioresample.h:
15287         * gst/audiotestsrc/gstaudiotestsrc.h:
15288         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15289         * gst/playback/gststreamselector.h:
15290         * gst/tcp/gstmultifdsink.h:
15291         * gst/tcp/gsttcpclientsink.h:
15292         * gst/tcp/gsttcpclientsrc.h:
15293         * gst/tcp/gsttcpserversink.h:
15294         * gst/tcp/gsttcpserversrc.h:
15295         * gst/videorate/gstvideorate.h:
15296         * gst/videoscale/gstvideoscale.h:
15297         * gst/videotestsrc/gstvideotestsrc.h:
15298         * gst/volume/gstvolume.h:
15299         * sys/v4l/gstv4ljpegsrc.h:
15300         * sys/v4l/gstv4lmjpegsink.h:
15301         * sys/v4l/gstv4lmjpegsrc.h:
15302         * sys/v4l/gstv4lsrc.h:
15303         * sys/ximage/ximagesink.h:
15304         * sys/xvimage/xvimagesink.h:
15305         * tests/old/testsuite/alsa/sinesrc.h:
15306         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15307
15308 2006-05-31  Wim Taymans  <wim@fluendo.com>
15309
15310         * ext/libvisual/visual.c: (gst_visual_reset),
15311         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15312         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15313         Handle DISCONT.
15314         Use running time before doing QoS.
15315         Handle mono too.
15316
15317 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15318
15319         * docs/libs/Makefile.am:
15320           set a magic variable to indicate we know the docs are incomplete
15321
15322 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15323
15324         * win32/common/libgstvideo.def:
15325           export gst_video_calculate_display_ratio
15326         * win32/vs6/libgstvideoscale.dsp:
15327           add link to libgstvideo-0.10.lib
15328
15329 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         * gst/playback/gstplaybasebin.c: (gen_source_element):
15332           Throw a more comprehensible error for rtsp:// URIs (rather
15333           than erroring out with a negotiation error later on) until
15334           we fix playbin to handle rtspsrc etc.
15335
15336 2006-05-30  Wim Taymans  <wim@fluendo.com>
15337
15338         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15339         (gst_text_overlay_text_event):
15340         Added some FIXMEs.
15341
15342 2006-05-30  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15345         (gst_adder_request_new_pad), (gst_adder_release_pad):
15346         * gst/adder/gstadder.h:
15347         Implement release_request_pad.
15348         Make padcounter atomic.
15349
15350         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15351         Added check for release_pad in adder.
15352
15353 2006-05-30  Wim Taymans  <wim@fluendo.com>
15354
15355         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15356         Fix build again.
15357
15358 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15359
15360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15361         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15362         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15363         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15364         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15365         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15366         (gst_ogg_demux_bisect_forward_serialno),
15367         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15368         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15369           add more debugging
15370           clean up printf formats for granulepos and serialno
15371
15372 2006-05-30  Michael Smith  <msmith@fluendo.com>
15373
15374         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15375         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15376         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15377         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15378         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15379         * ext/vorbis/vorbisenc.h:
15380           Multi-channel caps negotiation, so we can do proper multichannel
15381           vorbis encoding, negotiated through audioconvert.
15382
15383 2006-05-30  Wim Taymans  <wim@fluendo.com>
15384
15385         * tests/check/elements/adder.c: (test_event_message_received),
15386         (test_play_twice_message_received), (GST_START_TEST),
15387         (adder_suite):
15388         Added check to show that #339935 is fixed with ongoing
15389         adder and collectpads fixes.
15390
15391 2006-05-29  Wim Taymans  <wim@fluendo.com>
15392
15393         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15394         Don't leak pad name.
15395
15396 2006-05-29  Wim Taymans  <wim@fluendo.com>
15397
15398         * gst/adder/gstadder.c: (gst_adder_query_duration),
15399         (forward_event_func), (forward_event), (gst_adder_src_event):
15400         Fix adder seeking.
15401         Make query/seeking code threadsafe.
15402
15403         * tests/check/Makefile.am:
15404         * tests/check/elements/adder.c: (test_event_message_received),
15405         (GST_START_TEST), (test_play_twice_message_received):
15406         Fix adder test case.
15407
15408 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15409
15410         Patch by: Young-Ho Cha  <ganadist at chollian net>
15411
15412         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15413         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15414         (set_encoding_element), (decodebin_element_added_cb),
15415         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15416         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15417         * gst/playback/gstplaybasebin.h:
15418           Add 'subtitle-encoding' property to playbin, so applications can
15419           force a subtitle encoding for non-UTF8 subtitles (#342268).
15420
15421         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15422         (gst_sub_parse_set_property):
15423           Rename recently-added 'encoding' property to 'subtitle-encoding'
15424           (so it can be proxied by playbin/decodebin in a generic way
15425           with less danger of false positives).
15426
15427 2006-05-29  Michael Smith  <msmith@fluendo.com>
15428
15429         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15430         (append_with_other_format), (set_structure_widths),
15431         (gst_audio_convert_transform_caps):
15432           Patch from #341562: give more specific audio caps in get_caps, so
15433           that basetransform  can make better decisions on what caps to
15434           negotiate.
15435
15436 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15437
15438         * tests/check/elements/volume.c:
15439         make it compile again
15440
15441 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15442
15443         * tests/check/elements/volume.c: (volume_suite):
15444         disable test until #343196 gets resolved
15445
15446 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15447
15448         * gst/adder/gstadder.c: (gst_adder_get_type):
15449         Make it easier to copy&paste
15450         
15451         * gst/volume/Makefile.am:
15452         * gst/volume/gstvolume.c: (volume_update_real_volume),
15453         (gst_volume_set_volume), (gst_volume_set_mute),
15454         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15455         (volume_transform_ip), (volume_update_mute),
15456         (volume_update_volume):
15457         * gst/volume/gstvolume.h:
15458         Add own debug category, move duplicate code to helper function, fix
15459         property texts, add more comments and prepare ffor liboil-goodness
15460         
15461         * tests/check/Makefile.am:
15462         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15463         add test for mute and passtrough case, be a bit more verbose to track
15464         failure
15465         
15466         * tests/check/generic/states.c: (GST_START_TEST):
15467         catch elements that fail to instantiate
15468
15469 2006-05-28  Edward Hervey  <edward@fluendo.com>
15470
15471         * tests/check/pipelines/simple-launch-lines.c:
15472         * tests/check/pipelines/theoraenc.c:
15473         * tests/check/pipelines/vorbisenc.c:
15474         Comment out tests using parse_launch() if core was built without
15475         parsing capabilities.
15476
15477 2006-05-27  Edward Hervey  <edward@fluendo.com>
15478
15479         * tests/check/Makefile.am:
15480         Extra bonus points for whoever explains to ensonic that you are meant
15481         to test unit tests thoroughly before commiting them, especially if
15482         you know it's going to break.
15483         De-activated element/adder tests.
15484
15485 2006-05-27  Edward Hervey  <edward@fluendo.com>
15486
15487         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15488         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15489         Marking caps conversion issues as GST_WARNING is way too verbose,
15490         Moving them to GST_LOG.
15491
15492 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15493
15494         * README:
15495           Replace current README (containing the release notes from
15496           some 0.9.x version) with a proper README taken from the core.
15497
15498 2006-05-26  Wim Taymans  <wim@fluendo.com>
15499
15500         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15501         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15502         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15503         (vorbis_dec_change_state):
15504         Small cleanups.
15505         Add some FIXMEs
15506         Clip output samples to segment boundaries.
15507
15508 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15509
15510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15511         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15512         Improve the errors produced on bad output, including some human
15513         readable description strings.
15514         Handle the (theoretical for ximagesink) case where the XServer 
15515         has a different idea about the size required for a particular 
15516         frame and gives us too small a memory allocation.
15517
15518 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15519
15520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15521         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15522         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15523         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15524         Improve the errors produced on bad output, including some human 
15525         readable description strings.
15526         Handle RGB Xv formats properly by transforming them into our 
15527         big-endian caps description.
15528         Use gst_caps_truncate to ensure that we never try and choose a
15529         non-fixed caps in buffer_alloc.
15530         Handle the case where the XServer has a different idea about the size
15531         required for a particular frame and gives us too small a memory
15532         allocation.
15533         Use -1 to indicate 'no image format', because 0 is a valid XServer
15534         image format number.
15535         Put RGB Xv formats at the end of the caps, so that we always prefer
15536         YUV format frames.
15537         Iterate the available Xv Encodings to determine the maximum width and
15538         height, and then return that in our caps.
15539         (Closes #315312, #337544)
15540
15541 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15542
15543         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15544         When there is only one unfinished pad and it receives an event that
15545         doesn't match our requirements, we need to set alldone=FALSE so that
15546         the fakesink is not removed yet.
15547
15548 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15549
15550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15551           Use gst_type_find_helper_for_buffer() to find the type
15552           of stream from the first packet.
15553
15554         * configure.ac:
15555           Bump requirements to core CVS (needed for vorbis
15556           typefinding to work).
15557
15558 2006-05-24  Edward Hervey  <edward@fluendo.com>
15559
15560         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15561         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15562         contain.  Else they play perfectly fine with qtdemux.
15563
15564 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15565
15566         * ext/theora/theoradec.c:
15567         * ext/theora/theoraenc.c:
15568         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15569         * gst/audiorate/gstaudiorate.c:
15570           make more debug catagories static
15571         
15572         * tests/check/Makefile.am:
15573         * tests/check/elements/adder.c: (message_received),
15574         (test_event_message_received), (GST_START_TEST),
15575         (test_play_twice_message_received), (adder_suite):
15576           added test case for using element twice, extra bonus points for anyone
15577           who can make these test run reliably
15578
15579 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15580
15581         * ext/theora/theoradec.c: (theora_dec_chain):
15582           Make work with time-stamped input buffers that do not
15583           have a granulepos in BUFFER_OFFSET_END (like theora
15584           buffers coming from matroskademux). Fixes #342448.
15585
15586 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         Patch by: Peter Kjellerstedt  <pkj at axis com>
15589
15590         * gst/tcp/Makefile.am:
15591           fdstresstest doesn't need Gtk+, fix compilation if 
15592           gtk is not available (#342566).
15593
15594 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15595          
15596         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15597           80 line columns
15598           Removed redundant floor()
15599
15600 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15601
15602         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15603           On second thought, just skip JUNK chunks automatically, so
15604           the caller doesn't have to handle this. Fixes #342345.
15605           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15606           not GST_FLOW_ERROR.
15607
15608 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15611           Don't bail out on JUNK chunks with a size of 0 (would try to
15612           pull_range 0 bytes before, which sources don't like too much).
15613           See #342345.
15614
15615 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15616
15617         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15619         Use the gstutil scaling function to preserve 64 bits while calculating
15620         output width and height from the display-aspect-ratio. (A continuation
15621         of #341542)
15622
15623 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15624
15625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15626         (gst_xvimagesink_buffer_alloc):
15627         * sys/xvimage/xvimagesink.h:
15628         When performing buffer allocations, remember the caps and image format
15629         we return so that if the same caps are asked for next time we can
15630         return them immediately without doing any caps intersections.
15631
15632 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15633          
15634         * gst-libs/gst/rtp/README:
15635           Some new documentation
15636         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15637           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15638         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15639         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15640           New RTP audio base payloader class. Supports frame or sample based
15641           codecs.  Not enabled in Makefile.am until approved.
15642
15643 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * tests/check/elements/alsa.c: (test_device_property_probe):
15646           Fix test case: don't try to free NULL GValueArray when there
15647           are no devices.
15648
15649 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         * tests/check/Makefile.am:
15652         * tests/check/elements/alsa.c: (test_device_property_probe),
15653         (alsa_suite), (main):
15654           Add simple test that runs a device property probe on alsasrc,
15655           alsasink and alsamixer. Disable valgrind check for now (too
15656           many leaks in libasound, and valgrind ignored my suppressions
15657           additions).
15658
15659 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15662         (gst_alsa_device_property_probe_probe_property),
15663         (gst_alsa_device_property_probe_needs_probe),
15664         (gst_alsa_device_property_probe_get_values),
15665         (gst_alsa_type_add_device_property_probe_interface):
15666         * ext/alsa/gstalsadeviceprobe.h:
15667         * ext/alsa/gstalsamixerelement.c:
15668         (gst_alsa_mixer_element_init_interfaces):
15669         * ext/alsa/gstalsamixerelement.h:
15670           Clean up and simplify alsa device probing. Make it actually work
15671           for multiple classes. Don't cache results any longer.
15672
15673         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15674         (gst_alsasink_init):
15675         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15676         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15677         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15678           Make alsasink and alsasrc implement the GstPropertyProbe interface
15679           for device probing (#342181).
15680           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15681
15682 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15683
15684         * gst/subparse/samiparse.c: (handle_start_font):
15685           Don't ignore return value of strtol (++compiler_happiness).
15686
15687 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15688
15689         Patch by: Young-Ho Cha  <ganadist chollian net>
15690
15691         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15692         (gst_sub_parse_class_init), (gst_sub_parse_init),
15693         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15694         (convert_encoding):
15695         * gst/subparse/gstsubparse.h:
15696           Add 'encoding' property (#341681).
15697
15698         * gst/subparse/samiparse.c: (characters_sami):
15699           Output is pango markup, so we need to escape text
15700           between tags (#342143).
15701
15702 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15703
15704         * gst-libs/gst/audio/multichannel.c:
15705         (gst_audio_check_channel_positions):
15706           It's okay to have caps with channels=1 and a channel position
15707           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15708           (deinterleavers might want to keep the position in the caps,
15709           so that they can be re-interleaved again properly later).
15710           Leave check for unexpected 2-channel layouts intact for now.
15711
15712 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15713
15714         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15715         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15716         basesrc can do its job correctly.
15717
15718 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15719
15720         * ext/alsa/Makefile.am:
15721         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15722         (gst_alsa_detect_formats), (get_channel_free_structure),
15723         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15724         (gst_alsa_probe_supported_formats):
15725         * ext/alsa/gstalsa.h:
15726         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15727           Refactor and improve caps probing code: probe signedness
15728           when we probe the supported formats/widths; set endianness
15729           to the one we actually probed for (ie. cpu endianness).
15730           
15731         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15732         (gst_alsasrc_close):
15733         * ext/alsa/gstalsasrc.h:
15734           Implement caps probing for alsasrc.
15735
15736 2006-05-15  Wim Taymans  <wim@fluendo.com>
15737
15738         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15739         (theora_dec_src_query), (theora_dec_src_event),
15740         (theora_dec_sink_event), (theora_handle_comment_packet),
15741         (theora_handle_data_packet), (theora_dec_change_state):
15742         Cleanups, add some G_LIKELY.
15743         Use segment helpers instead of our own wrong code.
15744         Clear queued buffers on seek and READY.
15745
15746         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15747         (vorbis_dec_convert), (vorbis_dec_src_query),
15748         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15749         (vorbis_handle_comment_packet), (vorbis_dec_push),
15750         (vorbis_handle_data_packet), (vorbis_dec_chain),
15751         (vorbis_dec_change_state):
15752         * ext/vorbis/vorbisdec.h:
15753         Remove old useless packetno variable.
15754         Do position query properly.
15755         Add some G_LIKELY.
15756         Do cleanup of queued buffers in new helper function
15757         and use it.
15758
15759 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15760
15761         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15762           Query supported sample rates. Fixes #341732.
15763
15764 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15765
15766         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15767         (gst_decode_bin_change_state): Make decodebin reusable
15768         when going from PAUSE_TO_READY and then back to PAUSED.
15769         Fixes #331678.
15770
15771 2006-05-15  Wim Taymans  <wim@fluendo.com>
15772
15773         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15774         (vorbis_dec_convert), (vorbis_dec_src_query),
15775         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15776         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15777         (vorbis_dec_clean_queued), (vorbis_dec_push),
15778         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15779         Cleanups. Use refcounting and DEBUG_OBJECT.
15780         Reset segment on flush, use code methods instead of our
15781         own wrong version.
15782         Fix potential memleak.
15783
15784 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15785
15786         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15787         (gst_alsasink_init):
15788         * ext/alsa/gstalsasink.h:
15789           Don't leak allocated snd_output_t structure if there's
15790           more than one alsasink instance at a time (#341873).
15791           Also fix GObject macros in header file.
15792           
15793 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15794
15795         * gst/subparse/gstsubparse.c:
15796         (gst_sub_parse_data_format_autodetect):
15797           Don't use libxml functions in the typefinding code.
15798
15799 2006-05-15  Wim Taymans  <wim@fluendo.com>
15800
15801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15802         Fix seeking performance in the case where a non-header 
15803         packet has a 0 granulepos (busted theora case). 
15804         Fixes #341719
15805         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15806          the first place, you limelight stealer you)
15807
15808 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15809
15810         * gst/subparse/gstsubparse.c:
15811         (gst_sub_parse_data_format_autodetect):
15812           Improve SAMI typefinding: handle case where there are
15813           whitespaces or newlines in front of the first <SAMI>
15814           tag (#169936).
15815
15816 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15817
15818         * configure.ac:
15819           Build video4linux plugin even if there's no XVIDEO, just
15820           without implementing the GstXOverlay interface (#334002).
15821          
15822 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15823
15824         * configure.ac:
15825         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15826         (plugin_init):
15827           Add tentative support for libvisual-0.4 (#336881).
15828
15829 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15830
15831         Patch by: Young-Ho Cha <ganadist at chollian net>
15832
15833         * gst/subparse/samiparse.c: (handle_start_font):
15834           Need to map "silver" colour explicitly (#169936).
15835
15836 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         Patch by: Young-Ho Cha  <ganadist at chollian net>
15839
15840         * gst/subparse/Makefile.am:
15841         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15842         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15843         (gst_sub_parse_format_autodetect), (feed_textbuf),
15844         (gst_subparse_type_find), (plugin_init):
15845         * gst/subparse/gstsubparse.h:
15846         * gst/subparse/samiparse.c:
15847         * gst/subparse/samiparse.h:
15848           Add support for SAMI subtitles (#169936).
15849
15850 2006-05-14  Michael Smith  <msmith@fluendo.com>
15851
15852         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15853           Fix #341696: crash when mixing L+R+C to mono or stereo.
15854         * tests/check/Makefile.am:
15855         * tests/check/elements/audioconvert.c: (set_channel_positions),
15856         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15857         (audioconvert_suite):
15858           Add test for the above, including some generic framework bits for
15859           testing multichannel things.
15860
15861 === release 0.10.7 ===
15862
15863 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15864
15865         * configure.ac:
15866           releasing 0.10.7, "Leave the gun"
15867
15868 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15869
15870         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15872         Fix the build.
15873
15874 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15875
15876         * docs/libs/gst-plugins-base-libs-docs.sgml:
15877         * docs/libs/gst-plugins-base-libs-sections.txt:
15878         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15879         * gst-libs/gst/video/video.h:
15880         * gst/videoscale/Makefile.am:
15881         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15883         * tests/check/Makefile.am:
15884         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15885         (main):
15886           Fix integer overflow problem with pixel-aspect-ratio calculations
15887           in videoscale and xvimagesink (#341542)
15888
15889 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15890
15891         * gst-libs/gst/tag/gstid3tag.c:
15892           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15893
15894 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15895
15896         * win32/MANIFEST:
15897           update win32 files listing
15898
15899 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15900
15901         patch by: Sjoerd Simons (sjoerd@luon.net)
15902
15903         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15904         (group_create), (group_destroy), (add_stream),
15905         (gst_play_base_bin_get_property),
15906         (gst_play_base_bin_get_streaminfo_value_array):
15907         * gst/playback/gstplaybasebin.h:
15908           API: GstPlayBaseBin::stream-info-value-array property
15909           use a more bindings-friendly way of exposing streaminfo
15910           using a GValueArray.  Tested in ipython.
15911           Closes #341114
15912
15913 2006-05-11  Wim Taymans  <wim@fluendo.com>
15914
15915         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15916         (queue_underrun_cb), (queue_filled_cb):
15917         Also catch queue underruns but don't do anything yet.
15918         Refactor and comment queue enlarging code a bit.
15919
15920         * gst/playback/gstplaybasebin.c: (queue_overrun),
15921         (queue_threshold_reached), (queue_out_of_data),
15922         (gen_preroll_element):
15923         If a queue over/underruns check that we don't create nasty
15924         deadlocks when the min-threshold is not reached but the
15925         max-bytes is. In those cases disable max-bytes when we
15926         know that the queue is fed timed data.
15927         Add more comments.
15928
15929 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * gst/playback/gstplaybin.c: (gen_audio_element):
15932           Make playbin automatically plug an 'audioresample'
15933           element before the audio sink as well. This solves
15934           problems with sinks that only accept a very specific
15935           sample rate, like esdsink (e.g. #340379).
15936
15937 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15938
15939         * gst/playback/gstplaybasebin.c: (gen_source_element):
15940           Make http sources send special headers so that we receive
15941           icecast metadata if the http stream is an icecast stream
15942           (otherwise the server will just ignore them). This also
15943           means that from now on users will need the 'icydemux'
15944           element from gst-plugins-good installed if they want to
15945           listen to icecast radio streams. (#341432, #333657).
15946
15947 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15948
15949         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15950         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15951           remove stupid example from docs - it should come with a simple
15952           C program instead.
15953           Clean up/fix docs
15954         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15955         (fail_if_can_read), (GST_START_TEST),
15956         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15957           add a test for changing streamheader which exposes a bug in
15958           multifdsink
15959
15960 2006-05-11  Michael Smith  <msmith@fluendo.com>
15961
15962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15963         (gst_gnome_vfs_src_received_headers_callback):
15964         * ext/gnomevfs/gstgnomevfssrc.h:
15965           Don't set icy-caps unless we have a sane interval value. Move
15966           interval to a local variable; we never use it outside this function.
15967
15968 2006-05-11  Wim Taymans  <wim@fluendo.com>
15969
15970         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15972         Register special buffer types along with the objects so
15973         that they are not registered at runtime from N different
15974         streaming threads since they are not threadsafe.
15975
15976 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15977
15978         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15979         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15980           add two more tests, one doing streamheader
15981
15982 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15985           clean up the bufqueue when shutting down
15986         * tests/check/Makefile.am:
15987         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15988         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15989         (main):
15990           add a test for the leak that was just fixed
15991
15992 2006-05-10  Wim Taymans  <wim@fluendo.com>
15993
15994         * gst/adder/gstadder.c: (gst_adder_setcaps),
15995         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15996         (gst_adder_src_event), (gst_adder_sink_event),
15997         (gst_adder_class_init), (gst_adder_finalize),
15998         (gst_adder_request_new_pad), (gst_adder_collected):
15999         * gst/adder/gstadder.h:
16000         Updated some docs. Added comments and FIXMEs all over the place.
16001         Improve debugging info.
16002         Fix leak on finalize by not calling the parent.
16003         Implement duration query.
16004         Make event forwarding threadsafe.
16005         Correctly send NEWSEGMENT at start and after flush.
16006         Handle EOS correctly.
16007         Post error when not negotiated.
16008
16009         * tests/check/elements/adder.c: (GST_START_TEST):
16010         Added FIXME in the test.
16011
16012 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16015         (gst_text_overlay_halign_get_type),
16016         (gst_text_overlay_wrap_mode_get_type):
16017         * ext/theora/theoradec.c: (theora_handle_type_packet),
16018         (theora_handle_data_packet):
16019         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
16020         (theora_enc_sink_setcaps), (theora_enc_chain):
16021         * gst-libs/gst/cdda/gstcddabasesrc.c:
16022         (gst_cdda_base_src_mode_get_type):
16023         * gst/audiotestsrc/gstaudiotestsrc.c:
16024         (gst_audiostestsrc_wave_get_type):
16025         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16026         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16027         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16028         (gst_sync_method_get_type), (gst_unit_type_get_type),
16029         (gst_client_status_get_type):
16030         * gst/videoscale/gstvideoscale.c:
16031         (gst_video_scale_method_get_type):
16032         * gst/videotestsrc/gstvideotestsrc.c:
16033         (gst_video_test_src_pattern_get_type):
16034         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16035         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16036         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16037         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16038         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16039         (paint_setup_RGB565), (paint_setup_xRGB1555):
16040           Const-ify GEnumValue and GFlagsValue arrays. Use
16041           GST_ROUND_UP_* macros instead of home-made ones.
16042
16043 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16044
16045         * configure.ac:
16046           Require core CVS for the new newsegment stuff.
16047
16048 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16049
16050         Patch by: Sjoerd Simons  <sjoerd at luon net>
16051
16052         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16053           Register nick for enum value (#341160).
16054
16055 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16056
16057         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16058         (plugin_init):
16059          backout typefind patch #340375
16060          
16061         * tests/check/elements/adder.c: (message_received),
16062         (GST_START_TEST), (adder_suite):
16063           redo, signal-handling of test
16064
16065 2006-05-09  Wim Taymans  <wim@fluendo.com>
16066
16067         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16068         (gst_adder_collected):
16069         * gst/adder/gstadder.h:
16070         Remove bogus segment merging and forwarding, we don't
16071         care about timestamps anyway and we just produce a
16072         continuous stream. 
16073         Also create a nice NEWSEGMENT event when we start.
16074         Use _scale_int some more.
16075
16076 2006-05-09  Edward Hervey  <edward@fluendo.com>
16077
16078         * tests/icles/stress-xoverlay.c:
16079         Fix if core was built without parsing support.
16080
16081 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16084           Add SEDG (Samsung MPEG-4) fourcc.
16085
16086 2006-05-09  Edward Hervey  <edward@fluendo.com>
16087
16088         * tests/icles/stress-xoverlay.c:
16089         * tests/examples/volume/volume.c:
16090         Fix if core was built without parsing support.
16091
16092         * tests/examples/seek/seek.c:
16093         Disable the parse_launch example if core was built without parsing
16094         support.
16095
16096 2006-05-08  Edward Hervey  <edward@fluendo.com>
16097
16098         * autogen.sh: (CONFIGURE_DEF_OPT): 
16099         libtoolize on Darwin/MacOSX is called glibtoolize
16100
16101 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16102
16103         * tests/check/Makefile.am:
16104         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16105           Disable the adder test, until the build-slaves posses the kindness to 
16106           either like it or to give valid reason for not doing so 
16107
16108 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16109
16110         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16111         (adder_suite):
16112           Shuffle NULL state change around and raise timeout more
16113
16114 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16115
16116         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16117         (mp4_type_find), (plugin_init):
16118           Add typefind to distinguish between "audio/x-m4a" and new type
16119           "video/mp4". Fixes #340375
16120
16121         * tests/check/elements/adder.c: (adder_suite):
16122           Raise timeout to make buildbot happy
16123
16124 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16125
16126         * gst/adder/gstadder.c: (gst_adder_sink_event),
16127         (gst_adder_request_new_pad), (gst_adder_change_state):
16128         * gst/adder/gstadder.h:
16129         * tests/check/Makefile.am:
16130         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16131         (adder_suite), (main):
16132           Add sink-event handling to adder. It tries to merge incomming
16133           newsegment-events. Added test to check if segment_done is comming
16134           through. Fixes #340060
16135
16136 2006-05-05  Andy Wingo  <wingo@pobox.com>
16137
16138         * ext/theora/theoraparse.c (gst_theora_parse_init)
16139         (theora_parse_src_convert, theora_parse_src_query):
16140         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16141         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16142         query functions on the source pads of the theora and vorbis parse
16143         elements. Fixes position querying when doing a remux.
16144
16145 2006-05-05  Michael Smith  <msmith@fluendo.com>
16146
16147         * ext/theora/theoraparse.c: (parse_granulepos),
16148         (theora_parse_drain_queue_prematurely),
16149         (theora_parse_queue_buffer), (theora_parse_sink_event):
16150           Fix flushing.
16151           Fix invalid granulepos outputs when starting with a non-keyframe.
16152
16153 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16154
16155         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16156         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16157         Rearrange MPEG system stream detection, fixing some memleaks in the
16158         process.
16159         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16160         they clean up their data correctly.
16161         Remove unused ogganx caps and move the 'is_annodex' check to inside
16162         the 'is_ogg' if statement.
16163
16164 2006-05-05  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16167         Properly remove ghostpads. Fixes #340392
16168
16169 2006-05-04  David Schleef  <ds@schleef.org>
16170
16171         * gst/typefind/gsttypefindfunctions.c:
16172
16173 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16174
16175         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16176         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16177
16178         When typefinding an MP3 in push-based mode, don't penalise the
16179         probability down to 74% when we found 5 valid frames just because we
16180         can't peek the end of the file.
16181
16182         Make the probability for detecting MPEG Transport Streams based on the
16183         number of sequential headers we successfully detected.
16184
16185 2006-05-03  Wim Taymans  <wim@fluendo.com>
16186
16187         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16188         (vorbis_dec_push), (vorbis_dec_chain):
16189         Still produce an error when we receive an empty packet.
16190
16191 2006-05-03  Wim Taymans  <wim@fluendo.com>
16192
16193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16194         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16195         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16196         Mark buffers with DISCONT after seek and after activating new
16197         chains.
16198
16199         * ext/theora/gsttheoradec.h:
16200         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16201         (theora_get_query_types), (theora_dec_sink_event),
16202         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16203         (theora_dec_change_state):
16204         Fix frame counter.
16205         Detect and mark DISCONT buffers.
16206
16207         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16208         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16209         (vorbis_dec_change_state):
16210         * ext/vorbis/vorbisdec.h:
16211         Use GstSegment.
16212         Detect and mark DISCONT buffers.
16213         Don't crash on 0 sized buffers.
16214
16215 2006-05-03  Wim Taymans  <wim@fluendo.com>
16216
16217         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16218         (volume_transform_ip):
16219         Increase "volume" property to 10.0. Fixes #340369.
16220         Set the process function to NULL when capsnego fails so that
16221         we properly error out.
16222
16223 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16224
16225         * gst/playback/gstplaybin.c: (add_sink):
16226         * gst/playback/test.c: (main):
16227         * gst/playback/test5.c: (dump_element_stats):
16228         * gst/playback/test6.c: (main):
16229           free caps using gst_caps_unref, don't leak caps-strings
16230
16231 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16232
16233         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16234         (plugin_init):
16235           Refine musepack typefinding a bit. Return MAXIMUM
16236           probability when we detect stream version 7 to make
16237           sure the mpeg audio typefinder doesn't trump us.
16238
16239 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16242           Protect against unexpected NULL strf_data buffer.
16243
16244 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * tests/check/elements/audioconvert.c: (verify_convert),
16247         (GST_START_TEST):
16248           interpret the out[] buffer in the order the bytes are actually
16249           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16250           Other tests should use BYTE_ORDER since the array is filled in
16251           with actual values
16252
16253 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16254
16255         * tests/check/elements/audioconvert.c: (verify_convert),
16256         (GST_START_TEST):
16257           when a test fails, give an indication of which it is
16258
16259 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16260
16261         * gst-libs/gst/cdda/gstcddabasesrc.c:
16262           compile fix; strtol() needs <stdlib.h>
16263
16264 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16265
16266         * ext/alsa/gstalsamixerelement.c:
16267         * ext/alsa/gstalsasrc.c:
16268         * ext/cdparanoia/gstcdparanoiasrc.c:
16269         * ext/gnomevfs/gstgnomevfssink.c:
16270         * ext/gnomevfs/gstgnomevfssrc.c:
16271         * ext/ogg/gstoggdemux.c:
16272         * ext/ogg/gstoggmux.c:
16273         * ext/ogg/gstoggparse.c:
16274         * ext/ogg/gstogmparse.c:
16275         * ext/pango/gstclockoverlay.c:
16276         * ext/pango/gsttextoverlay.c:
16277         * ext/pango/gsttextrender.c:
16278         * ext/pango/gsttimeoverlay.c:
16279         * ext/theora/theoradec.c:
16280         * ext/theora/theoraenc.c:
16281         * ext/vorbis/vorbisdec.c:
16282         * ext/vorbis/vorbisenc.c:
16283         * gst-libs/gst/audio/gstaudiofilter.c:
16284         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16285         * gst/audioconvert/gstaudioconvert.c:
16286         * gst/audiorate/gstaudiorate.c:
16287         * gst/audioresample/gstaudioresample.c:
16288         * gst/audiotestsrc/gstaudiotestsrc.c:
16289         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16290         * gst/playback/gstdecodebin.c:
16291         * gst/playback/gstplaybin.c:
16292         * gst/playback/gststreamselector.c:
16293         * gst/subparse/gstsubparse.c:
16294         * gst/tcp/gstmultifdsink.c:
16295         * gst/tcp/gsttcpclientsink.c:
16296         * gst/tcp/gsttcpclientsrc.c:
16297         * gst/tcp/gsttcpserversink.c:
16298         * gst/tcp/gsttcpserversrc.c:
16299         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16300         * gst/videorate/gstvideorate.c:
16301         * gst/videoscale/gstvideoscale.c:
16302         * gst/videotestsrc/gstvideotestsrc.c:
16303         * gst/volume/gstvolume.c:
16304         * sys/v4l/gstv4ljpegsrc.c:
16305         * sys/v4l/gstv4lmjpegsink.c:
16306         * sys/v4l/gstv4lmjpegsrc.c:
16307         * sys/v4l/gstv4lsrc.c:
16308         * sys/ximage/ximagesink.c:
16309         * sys/xvimage/xvimagesink.c:
16310         * tests/check/libs/cddabasesrc.c:
16311           make GstElementDetails const
16312
16313 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16314
16315         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16316         (gst_adder_init):
16317           send events from src-pad to all sink-pads fixes #338657
16318
16319 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16320
16321         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16322         (alsasink_parse_spec):
16323           query width capabilities from alsa, fixes #338919
16324
16325 2006-04-28  Wim Taymans  <wim@fluendo.com>
16326
16327         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16328         (gst_multi_fd_sink_remove_client_link):
16329         * gst/tcp/gstmultifdsink.h:
16330         Fix race condition in multifdsink that can lead to spurious 
16331         duplicate clients. this patch adds a new signal that is fired when
16332         multifdsink has removed all references to the fd.
16333         Fixes #339574.
16334         Updated documentation.
16335         API: client-fd-removed signal added
16336
16337 2006-04-28  Michael Smith  <msmith@fluendo.com>
16338
16339         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16340           When asking g_value_array_new to prealloc elements, we may as well
16341           ask for the right number of elements.
16342
16343 2006-04-28  Wim Taymans  <wim@fluendo.com>
16344
16345         * gst-libs/gst/audio/gstbaseaudiosink.c:
16346         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16347         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16348         patch to make timestamp checking more tollerant to rounding 
16349         errors given that real discontinuities are to be marked on
16350         buffers. Fixes some asf files and #338778.
16351         Also avoid some crashers when we receive an event in the 
16352         NULL state.
16353
16354 2006-04-28  Michael Smith  <msmith@fluendo.com>
16355
16356         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16357         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16358         (gst_gnome_vfs_src_get_property),
16359         (gst_gnome_vfs_src_send_additional_headers_callback),
16360         (gst_gnome_vfs_src_received_headers_callback),
16361         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16362         (gst_gnome_vfs_src_stop):
16363         * ext/gnomevfs/gstgnomevfssrc.h:
16364           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16365           proper shared support within icydemux.
16366
16367 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16368
16369         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16370         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16371           fix up docs
16372           fix a leak when no caps negotiated
16373           fix counting of input frames
16374         * tests/check/elements/.cvsignore:
16375         * tests/check/elements/videorate.c: (assert_videorate_stats),
16376         (GST_START_TEST), (videorate_suite):
16377           add tests for these
16378
16379 2006-04-28  Wim Taymans  <wim@fluendo.com>
16380
16381         * gst-libs/gst/audio/gstringbuffer.c:
16382         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16383         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16384         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16385         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16386         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16387         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16388         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16389         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16390         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16391         Check arguments passed to public functions instead of
16392         crashing.
16393
16394 2006-04-28  Wim Taymans  <wim@fluendo.com>
16395
16396         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16397         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16398         GstBaseAudioSrc must be live or it does not work.
16399
16400         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16401         Don't set live to TRUE as this is the default in the parentclass.
16402
16403 2006-04-28  Wim Taymans  <wim@fluendo.com>
16404
16405         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16406         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16407         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16408         fixation cases better. Fixes #338991
16409
16410 2006-04-28  Wim Taymans  <wim@fluendo.com>
16411
16412         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16413         Handle 0/1 framerate correctly Fixes #331901.
16414
16415 2006-04-28  Wim Taymans  <wim@fluendo.com>
16416
16417         * tests/check/elements/audioconvert.c: (get_float_caps),
16418         (GST_START_TEST), (audioconvert_suite):
16419         Added check for correct clipping when doing float samples
16420         in audioconvert.
16421
16422 2006-04-28  Wim Taymans  <wim@fluendo.com>
16423
16424         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16425         (gst_video_rate_chain):
16426         Print more debugging info.
16427
16428 2006-04-28  Wim Taymans  <wim@fluendo.com>
16429
16430         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16431         (resample_set_state_from_caps):
16432         Add support for other formats audioresample can handle such as
16433         32 bits in and float and 64 bits float. Fixes #301759
16434
16435 2006-04-28  Wim Taymans  <wim@fluendo.com>
16436
16437         * gst/audioconvert/audioconvert.c: (float):
16438         correctly clip float samples > 1.0. Fixes #338718
16439
16440 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16441
16442         Patch by: Young-Ho Cha  <ganadist at chollian net>
16443
16444         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16445         (gst_text_overlay_render_text):
16446           Don't strip newlines from the text. Also, center lines
16447           within multi-line paragraphs (#339405).
16448
16449 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16450
16451         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16452           Fix wavpack typefinding to work in more cases (don't peek
16453           for chunks of multiple hundred kBs at once, but process
16454           things step-by-step in smaller units). Fixes #339786.
16455
16456 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16457
16458         * configure.ac:
16459           back to HEAD
16460
16461 === release 0.10.6 ===
16462
16463 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16464
16465         * configure.ac:
16466           releasing 0.10.6, "Chao"
16467
16468 2006-04-26  David Schleef  <ds@schleef.org>
16469
16470         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16471           Fixes #338897.
16472
16473 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16474
16475         * configure.ac:
16476         * win32/common/config.h:
16477           new prerelease
16478
16479 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16480
16481         patch by: Wim Taymans
16482
16483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16484         (gst_ogg_demux_perform_seek):
16485           make sure correct newsegments are sent, so that the decoder
16486           and the demuxer agree on timestamps.  Fixes playback of a lot
16487           of Ogg files that do not start from 0.  Fixes #339833.
16488
16489 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16490
16491         Patch by: Edward Hervey  <edward@fluendo.com>
16492
16493         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16494         * tests/check/Makefile.am:
16495         * tests/check/elements/videorate.c: (assert_videorate_stats),
16496         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16497         (videorate_suite), (main):
16498           Fix an infinite loop if frames are passed in with wrongly ordered
16499           timestamps.  Fixes #339013.
16500
16501 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16502
16503         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16504
16505         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16506           fix typefinding on some ISO files.  Fixes #339212.
16507
16508 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16511
16512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16513           add another H264 fourcc.  Fixes #339047.
16514
16515 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16516
16517         Patch by: Jan Schmidt
16518
16519         * gst/playback/gststreamselector.c:
16520         (gst_stream_selector_bufferalloc):
16521           Restore old StreamSelector behaviour.
16522           Fixes #338419.
16523
16524 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16525
16526         * configure.ac:
16527         * win32/common/config.h:
16528           prerelease
16529
16530 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16531
16532         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16533
16534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16535         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16536           Fix some memory leaks: on finalize, free buffers left in the queue
16537           before destroying the queue; in _push(), unref rtp_buf even if
16538           the process vfunc returned a NULL buffer as output buffer (#337548);
16539           demote some recuring debug messages to LOG level.
16540
16541 2006-04-11  Wim Taymans  <wim@fluendo.com>
16542
16543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16544         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16545         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16546         (gst_ogg_demux_loop):
16547         More cleanups.
16548         Respect segment stop when emiting EOS or SEGMENT_DONE.
16549         Fixes (#337945).
16550
16551 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * gst/playback/gststreamselector.c:
16554         (gst_stream_selector_get_property):
16555           Don't leak pad name.
16556
16557 2006-04-10  Michael Smith  <msmith@fluendo.com>
16558
16559         * tests/check/Makefile.am:
16560         * tests/check/gst-plugins-base.supp:
16561           Suppress an old libtheora bug (fixed in more recent versions), so 
16562           that FC4 buildslaves can pass.
16563
16564 2006-04-10  Wim Taymans  <wim@fluendo.com>
16565
16566         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16567         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16568         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16569         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16570         (gst_ogg_demux_loop):
16571         Don't leak events.
16572         Remember what error we got when finding chains, if we
16573         were shutdown, that would not be an error.
16574
16575 2006-04-10  Wim Taymans  <wim@fluendo.com>
16576
16577         * gst-libs/gst/audio/gstbaseaudiosink.c:
16578         (gst_base_audio_sink_event):
16579         Starting the ringbuffer when we did not acquire it can cause
16580         a deadlock, is pointless and causes nasty things for
16581         subclasses. 
16582         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16583
16584 2006-04-10  Wim Taymans  <wim@fluendo.com>
16585
16586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16587         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16588         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16589         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16590         (gst_ogg_demux_deactivate_current_chain),
16591         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16592         (gst_ogg_demux_bisect_forward_serialno),
16593         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16594         Add some more debugging.
16595
16596 2006-04-10  Wim Taymans  <wim@fluendo.com>
16597
16598         * ext/theora/theoradec.c: (theora_dec_src_event),
16599         (theora_handle_data_packet):
16600         Some more debug info.
16601
16602         * tests/examples/seek/seek.c: (start_seek), (main):
16603         Print element messages too.
16604
16605 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16606
16607         * gst/audioresample/debug.h:
16608           replace debug macros with variable number of parameters
16609           by a simple alias to gstreamer standard debug macros 
16610          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16611           supported by MSVC 6.0 and 7.1)
16612         * gst/audioresample/resample.h:
16613           define M_PI and rint for WIN32
16614         * win32/common/libgstaudio.def:
16615         * win32/common/libgstriff.def:
16616         * win32/common/libgsttag.def:
16617         * win32/common/libgstvideo.def:
16618           add new exported functions
16619         * win32/vs6:
16620           update project files
16621
16622 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16623
16624         * ext/alsa/gstalsamixeroptions.c:
16625         (gst_alsa_mixer_options_class_init):
16626         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16627         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16629         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16630         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16631         * gst-libs/gst/audio/gstaudiofilter.c:
16632         (gst_audio_filter_class_init):
16633         * gst-libs/gst/audio/gstaudiosink.c:
16634         (gst_audioringbuffer_class_init):
16635         * gst-libs/gst/audio/gstaudiosrc.c:
16636         (gst_audioringbuffer_class_init):
16637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16638         * gst-libs/gst/interfaces/colorbalancechannel.c:
16639         (gst_color_balance_channel_class_init):
16640         * gst-libs/gst/interfaces/mixeroptions.c:
16641         (gst_mixer_options_class_init):
16642         * gst-libs/gst/interfaces/mixertrack.c:
16643         (gst_mixer_track_class_init):
16644         * gst-libs/gst/interfaces/tunerchannel.c:
16645         (gst_tuner_channel_class_init):
16646         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16647         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16648         (gst_netbuffer_class_init):
16649         * gst-libs/gst/rtp/gstbasertppayload.c:
16650         (gst_basertppayload_class_init):
16651         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16654         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16655         * gst/playback/gststreamselector.c:
16656         (gst_stream_selector_class_init):
16657         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16658         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16659         * sys/v4l/gstv4lcolorbalance.c:
16660         (gst_v4l_color_balance_channel_class_init):
16661         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16662         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16663         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16664         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16665         (gst_v4l_tuner_norm_class_init):
16666         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16668         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16669         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16670
16671 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16672
16673         * ext/pango/gsttextrender.h:
16674         * gst-libs/gst/audio/gstaudiosink.h:
16675         * gst-libs/gst/audio/gstaudiosrc.h:
16676         * gst-libs/gst/audio/gstbaseaudiosink.h:
16677         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16678         * gst-libs/gst/audio/gstringbuffer.h:
16679         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16680         * gst-libs/gst/rtp/gstbasertppayload.h:
16681         * gst-libs/gst/video/gstvideofilter.h:
16682         * gst-libs/gst/video/gstvideosink.h:
16683         * gst/playback/gstplaybasebin.h:
16684         * gst/tcp/gstmultifdsink.h:
16685         * sys/v4l/gstv4lelement.h:
16686         Fix broken GObject macros
16687
16688 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16689
16690         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16691         More debug to trace why my USB headset is not working with gst
16692
16693 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16694
16695         * gst/playback/gstplaybasebin.c: (group_destroy):
16696         Clean up our group elements properly in the case where it never 
16697         got committed - it still got added unconditionally to the bin.
16698
16699 2006-04-07  Wim Taymans  <wim@fluendo.com>
16700
16701         * ext/theora/theoradec.c: (theora_dec_sink_event),
16702         (theora_handle_data_packet), (theora_dec_chain):
16703         Unref unhandled events.
16704         Protect against empty buffers.
16705         Perform QoS on running time.
16706
16707 2006-04-07  Michael Smith  <msmith@fluendo.com>
16708
16709         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16710         (gst_vorbis_enc_chain):
16711           Remove leaks from vorbisenc.
16712           Mostly minor changes, the only significant one is that now the
16713           buffers we set as 'streamheader' on the caps are copies of the
16714           original buffers, to avoid circular refcounting problems.
16715
16716 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16717
16718         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16719           Don't remove our mute-probe if someone else already did so.
16720           Don't set a 2nd one if there is already one pending on the pad.
16721
16722         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16723         (do_playbin_seek):
16724           When a seek fails, ensure that playbin is still set back to playing.
16725           
16726         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16727         (mpeg_ts_type_find), (plugin_init):
16728           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16729
16730 2006-04-06  Andy Wingo  <wingo@pobox.com>
16731
16732         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16733         (gst_video_rate_init): Caps-related parameters should not be reset
16734         by a flush -- move their inits to the instance init function.
16735         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16736         is not OK, just return the result.
16737
16738         * gst/audiotestsrc/gstaudiotestsrc.c
16739         (gst_audio_test_src_class_init)
16740         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16741         broken by Stefan's commit on 24 March.
16742
16743         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16744         buffers being pushed out. Fixes oggmux ! multifdsink.
16745
16746 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16747
16748         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16749         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16750         * ext/vorbis/vorbisdec.h:
16751         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16752         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16753         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16754         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16755         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16756         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16757         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16758         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16759         (gst_vorbis_enc_buffer_from_packet),
16760         (gst_vorbis_enc_buffer_from_header_packet),
16761         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16762         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16763         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16764         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16765         (gst_vorbis_enc_change_state):
16766         * ext/vorbis/vorbisenc.h:
16767           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16768           vorbisenc adhere to the official nomenclature; use boilerplate
16769           macro.
16770
16771 2006-04-04  Andy Wingo  <wingo@pobox.com>
16772
16773         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16774         Whoops, fix bug introduced. Bad hacker!
16775         
16776         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16777         Properly handle the case where you get EOS before any buffers are
16778         received. Use gst_buffer_make_metadata_writable where appropriate.
16779
16780         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16781         is often negative -- make it signed so as not to wrap around.
16782         Fixes segfaults introduced on 9 March.
16783
16784 2006-04-03  Wim Taymans  <wim@fluendo.com>
16785
16786         * ext/theora/gsttheoradec.h:
16787         * ext/theora/theoradec.c: (theora_dec_src_event):
16788         Don't try to store a gdouble in a gboolean.
16789         Small cleanups.
16790
16791 2006-04-03  Michael Smith  <msmith@fluendo.com>
16792
16793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16794           Oggmux sucks.
16795           Make it suck slightly less by writing out the final page.
16796           Still can't encode a vorbis-in-ogg file correctly, though.
16797
16798 2006-04-03  Andy Wingo  <wingo@pobox.com>
16799
16800         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16801         a g_print.
16802
16803         * ext/theora/theora.c (plugin_init): Register theoraparse.
16804
16805         * ext/theora/gsttheoraparse.h: 
16806         * ext/theora/theoraparse.c: New files implementing a theora
16807         parser. Now we can properly remux ogg/theora+vorbis, yay.
16808
16809         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16810
16811 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16812
16813         * gst/audiotestsrc/gstaudiotestsrc.c:
16814           Fixed the sample pipeline (see #323798)
16815
16816 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16817
16818         * configure.ac:
16819         * win32/common/config.h:
16820         * win32/common/config.h.in:
16821           use AS_VERSION and AS_NANO
16822           more cleanups
16823
16824 2006-03-31  Andy Wingo  <wingo@pobox.com>
16825
16826         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16827         uninitialized variable return that would happen.
16828         
16829         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16830         uninitialized variable return that would never happen.
16831
16832         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16833         (vorbis_parse_sink_event): Add an event function to flush our
16834         state on a seek, and to drain buffers on a premature EOS.
16835         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16836         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16837         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16838         (vorbis_parse_drain_queue): Queue up buffers until we can set
16839         their timestamps and granulepos values.
16840
16841         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16842         and keep track of data needed for deriving granulepos and
16843         timestamps for buffers.
16844
16845 2006-03-29  Wim Taymans  <wim@fluendo.com>
16846
16847         Patch by: j^ <j at bootlab dot org>
16848
16849         * ext/alsa/gstalsamixerelement.c:
16850         (gst_alsa_mixer_element_class_init):
16851         * ext/alsa/gstalsasink.c:
16852         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16853         * ext/ogg/gstoggdemux.c:
16854         * ext/ogg/gstoggmux.c:
16855         * ext/ogg/gstoggparse.c:
16856         * ext/pango/gstclockoverlay.c:
16857         * ext/pango/gsttextoverlay.c:
16858         * ext/pango/gsttextrender.c:
16859         * ext/pango/gsttimeoverlay.c:
16860         * ext/theora/theoradec.c:
16861         * ext/theora/theoraenc.c:
16862         * ext/vorbis/vorbisdec.c:
16863         * ext/vorbis/vorbisenc.c:
16864         * gst/audioconvert/gstaudioconvert.c:
16865         * gst/subparse/gstsubparse.c:
16866         * gst/tcp/gstmultifdsink.c:
16867         * gst/tcp/gsttcpclientsink.c:
16868         * gst/tcp/gsttcpclientsrc.c:
16869         * gst/tcp/gsttcpserversink.c:
16870         * gst/tcp/gsttcpserversrc.c:
16871           better/unified long descriptions
16872           Fixes #336477
16873
16874 2006-03-29  Wim Taymans  <wim@fluendo.com>
16875
16876         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16877         (stop_seek):
16878         Don't let double and triple clicks mess up our state.
16879
16880 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         * gst/playback/gstplaybin.c: (gen_video_element),
16883         (gen_text_element), (gen_audio_element), (gen_vis_element):
16884           Error out gracefully when we can't create any of the usual
16885           conversion elements for some reason. Also, don't try to
16886           create an audioscale (sic) element that's not used anyway.
16887
16888 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16889
16890         * gst/playback/gstplaybasebin.c: (setup_source):
16891           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16892           element for a particular protocol, that's confusing for users.
16893           Instead, post a RESOURCE_FAILED error, so that our own error
16894           message is actually shown in totem etc. (#336303).
16895
16896 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16897
16898         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16899
16900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16901         (gst_gnome_vfs_src_get_icy_metadata):
16902           Fix some minor memory leaks (#336194).
16903
16904 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * ext/gnomevfs/gstgnomevfs.c:
16907         (gst_gnome_vfs_location_to_uri_string):
16908         * ext/gnomevfs/gstgnomevfs.h:
16909         * ext/gnomevfs/gstgnomevfssink.c:
16910         (gst_gnome_vfs_sink_set_property):
16911         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16912           Make gnomevfssink accept filenames as well as URIs for the
16913           "location" property, just like gnomevfssrc does (and
16914           filesrc/filesink do) (#336190).
16915
16916 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16917
16918         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16919           set to NULL before unreffing, fixes a valgrind leak.
16920           Why was this not triggering the error that an object needs to
16921           be NULL before unreffing ?
16922         * win32/common/config.h:
16923           update
16924
16925 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16926
16927         * gst/subparse/gstsubparse.c: (convert_encoding),
16928         (gst_sub_parse_change_state):
16929         * gst/subparse/gstsubparse.h:
16930           Text subtitle files may or may not be UTF-8. If it's not, we
16931           don't really want to see '?' characters in place of non-ASCII
16932           characters like accented characters. So let's assume the input
16933           is UTF-8 until we come across text that is clearly not. If it's
16934           not UTF-8, we don't really know what it is, so try the following:
16935           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16936           is set; if not, check (b) if the current locale encoding is
16937           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16938           the current locale encoding is UTF-8 and the environment variable
16939           was not set to any particular encoding. Not perfect, but better
16940           than nothing (and better than before, I think) (fixes #172848).
16941
16942 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16943
16944         * configure.ac:
16945           update core requirement to 0.10.4.1 because of async_playback
16946           vmethod on GstBaseSink
16947
16948 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16949
16950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16951         * gst/adder/gstadder.c: (gst_adder_init):
16952         use DEBUG_FUNCPTR for collectpads
16953
16954 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16955
16956         * docs/plugins/Makefile.am:
16957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16959         * ext/cdparanoia/gstcdparanoiasrc.c:
16960         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16961         (gst_gnome_vfs_sink_class_init):
16962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16964         * ext/ogg/gstoggmux.c:
16965         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16966         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16967         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16968         * ext/pango/gsttextoverlay.c:
16969         * ext/pango/gsttextrender.c:
16970         * ext/theora/theoradec.c:
16971         * ext/theora/theoraenc.c:
16972         * ext/vorbis/vorbisdec.c:
16973         * ext/vorbis/vorbisenc.c:
16974         * gst-libs/gst/audio/gstaudiofilter.c:
16975         (gst_audio_filter_base_init):
16976         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16977         (gst_audio_filter_template_base_init):
16978         * gst/adder/gstadder.c: (gst_adder_get_type):
16979         * gst/adder/gstadder.h:
16980         * gst/audioconvert/gstaudioconvert.c:
16981         * gst/audiotestsrc/gstaudiotestsrc.c:
16982         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16983         (gst_audio_test_src_create):
16984         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16985         * gst/playback/gstdecodebin.c:
16986         * gst/playback/gstplaybin.c:
16987         * gst/playback/gststreamselector.c:
16988         (gst_stream_selector_base_init):
16989         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16990         * gst/volume/gstvolume.c:
16991         * sys/v4l/gstv4lmjpegsink.c:
16992         * sys/v4l/gstv4lmjpegsrc.c:
16993         * tests/check/libs/cddabasesrc.c:
16994         * tests/old/examples/gob/gst-identity2.gob:
16995           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16996           define GstElementDetails at the top
16997
16998 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16999
17000         * win32/common/libgstinterfaces.def:
17001         Add a lot of export functions for gst-python
17002         * win32/vs6/libgstinterfaces.dsp:
17003         Add a missing include folder in the project configuration
17004         
17005 2006-03-23  Wim Taymans  <wim@fluendo.com>
17006
17007         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17008         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17009         (gst_base_audio_src_change_state):
17010         Fix audio sources, forgot to make the ringbuffer
17011         startable...
17012
17013 2006-03-23  Wim Taymans  <wim@fluendo.com>
17014
17015         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17016         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
17017         (gst_base_audio_src_change_state):
17018         unparent instead of unref the ringbuffer.
17019
17020 2006-03-23  Wim Taymans  <wim@fluendo.com>
17021
17022         * gst-libs/gst/audio/gstbaseaudiosink.c:
17023         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
17024         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17025         Implement new async_play vmethod to start slaving and allow
17026         playback start in case of async PLAY state changes. 
17027
17028         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17029         Enable QoS with new method in base class.
17030
17031 2006-03-23  Wim Taymans  <wim@fluendo.com>
17032
17033         Patch by: Julien MOUTTE <julien at moutte dot net>
17034
17035         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17036         (gst_video_test_src_do_seek), (gst_video_test_src_create):
17037         Partially handle 0 framerate, only EOS after the first frame
17038         is missing.
17039
17040 2006-03-23  Wim Taymans  <wim@fluendo.com>
17041
17042         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17043
17044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17045         (gst_riff_create_video_template_caps):
17046         * gst/ffmpegcolorspace/avcodec.h:
17047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17048         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17049         (gst_ffmpegcsp_avpicture_fill):
17050         * gst/ffmpegcolorspace/imgconvert.c:
17051         Patch for support of YVU9 AVI files (#334822)
17052
17053 2006-03-22  Edward Hervey  <edward@fluendo.com>
17054
17055         * docs/design/design-decodebin.txt:
17056         Added design document for new decodebin
17057         (Target Caps): text/x-pango-markup is also a default target caps.
17058
17059 2006-03-22  Wim Taymans  <wim@fluendo.com>
17060
17061         * gst-libs/gst/audio/gstbaseaudiosink.c:
17062         (gst_base_audio_sink_dispose):
17063         Since we _parent the ringbuffer, we also need to
17064         _unparent instead of a plain _unref.
17065
17066 2006-03-22  Wim Taymans  <wim@fluendo.com>
17067
17068         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17069         (stop_seek), (scrub_toggle_cb), (main):
17070         Add scrub checkbox.
17071
17072 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17075         (gst_ogg_parse_chain):
17076           Fix very inefficient usage of linked lists (#335365).
17077
17078 2006-03-21  Edward Hervey  <edward@fluendo.com>
17079
17080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17081         * gst/playback/gstplaybin.c: (handoff):
17082         * gst/playback/gststreamselector.c:
17083         (gst_stream_selector_set_property):
17084         gcc 4.1 unreferenced pointer fixes.
17085         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17087         gst_buffer_ref() now takes a GstBuffer*.
17088
17089 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17090
17091         * sys/xvimage/xvimagesink.c:
17092         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17093         by Jan Schmidt.
17094
17095 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17098         (id3v1_type_find), (apetag_type_find), (plugin_init):
17099           Can't do tag preferences via probability, as tags would then
17100           lose against types that are recognised with MAXIMUM probability
17101           (like .wav); so let all tag typefinders return MAXIMUM themselves
17102           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17103           that we can prefer APE to ID3v1 (fixes #335028).
17104           
17105 2006-03-17  Wim Taymans  <wim@fluendo.com>
17106
17107         * gst-libs/gst/audio/gstbaseaudiosink.c:
17108         (gst_base_audio_sink_change_state):
17109         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17110         (gst_ring_buffer_may_start):
17111         * gst-libs/gst/audio/gstringbuffer.h:
17112         Only start playback if we are playing.
17113         should fix #330748.
17114
17115 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17116
17117         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17118         * win32/common/config.h:
17119           Revert accidental commits to these files.
17120
17121 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17124
17125         * tests/Makefile.am:
17126           Don't try to build tests in tests/icles if we
17127           don't have X (#323852)
17128
17129 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17130
17131         * gst-libs/gst/tag/gstid3tag.c:
17132           Add TXXX frame identifiers for replaygain stuff as used
17133           by some taggers (see #323721).
17134
17135 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17136
17137         * gst/playback/gststreamselector.c:
17138         (gst_stream_selector_set_property),
17139         (gst_stream_selector_bufferalloc):
17140           Preserve the existing buggy streamselector behaviour by performing
17141           a fallback buffer allocation when downstream isn't linked yet.
17142           This should really be fixed in playbin by blocking pads until it's
17143           linked them.
17144           Also, use gst_pad_alloc_buffer instead of
17145           gst_pad_alloc_buffer_and_set.
17146
17147 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * gst-libs/gst/tag/gstid3tag.c:
17150           Don't crash on unknown ID3v2 TXXX frames.
17151           
17152 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17153
17154         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17155           Chain up to the parent finalize method.
17156           Add 32-bit sample size to the template caps.
17157
17158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17159         (gst_riff_create_video_template_caps):
17160           Add the fourcc that the VMWare codec uses.
17161           
17162         * gst/playback/gststreamselector.c:
17163         (gst_stream_selector_set_property),
17164         (gst_stream_selector_bufferalloc),
17165         (gst_stream_selector_request_new_pad):
17166           For the active pad, forward buffer-alloc requests, otherwise
17167           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17168           having to memcpy every frame when used by playbin.
17169
17170         * gst/tcp/gstmultifdsink.c:
17171         (gst_multi_fd_sink_handle_client_write):
17172           Get negotiated caps from the sink pad, rather than the sink
17173           pad's peer.
17174
17175 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17176
17177         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17178         
17179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17180           Don't forget to set src->callbacks_pushed to FALSE again when
17181           popping them, otherwise re-activation in a different mode won't
17182           work (#334620).
17183
17184 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17185
17186         Patch by: Sebastien Moutte  <sebastien moutte net>
17187
17188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17189         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17190         (gst_ffmpeg_smpfmt_to_caps):
17191           Replace __VA_ARGS__ caps creation macros with varargs functions.
17192           Makes things compile on MSVC (#320765), looks nicer, and we can
17193           tell the compiler to check for the NULL terminator.
17194
17195 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17196
17197         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17198
17199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17200           Make sure the buffer we copy into is really always big
17201           enough, this time for real (#333488).
17202           
17203 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17204
17205         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17206           Add support for 24bpp DIB (#305279).
17207
17208 2006-03-14  Wim Taymans  <wim@fluendo.com>
17209
17210         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17211         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17212         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17213         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17214         (gst_video_scale_init), (gst_video_scale_src_event):
17215         Re-enable QoS after the release.
17216         Rework videoscale to use the base class src_event handler.
17217
17218 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17219
17220         * configure.ac:
17221           back to CVS.
17222
17223 === release 0.10.5 ===
17224
17225 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17226
17227         * configure.ac:
17228           releasing 0.10.5, "Net"
17229
17230 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17231
17232         * docs/plugins/Makefile.am:
17233           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17234           
17235 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17236
17237         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17238         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17239         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17240           Add cdparanoiasrc to docs.
17241
17242         * gst-libs/gst/cdda/gstcddabasesrc.c:
17243           More GstCddaBaseSrc docs.
17244
17245 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * docs/libs/gst-plugins-base-libs-sections.txt:
17248         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17249         * gst-libs/gst/tag/tag.h:
17250           API: libgsttag: new method gst_tag_from_id3_user_tag().
17251
17252 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17253
17254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17255           NULL-terminate array of mpeg4 video file extensions.
17256           Fixes crash on PPC (#334226).
17257
17258 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17259
17260         * ext/gnomevfs/gstgnomevfssrc.c:
17261         (gst_gnome_vfs_src_check_get_range):
17262           gnome_vfs_uri_is_local() alone is not a good indicator
17263           whether we can operate in pull-mode with a specific URI,
17264           as it returns FALSE for file:// URIs that point to an
17265           NFS-mounted path. Be more conservative here: whitelist
17266           local files, blacklist http URIs and use the old
17267           mechanism for anything else (fixes #334216).
17268
17269 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17270
17271         * configure.ac:
17272           back to trunk
17273
17274 === release 0.10.4 ===
17275
17276 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17277
17278         * configure.ac:
17279           releasing 0.10.4, "Power"
17280
17281 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17282
17283         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17284         Disable max-lateness by setting it to -1 for now, so that 
17285         we can bed QoS stuff in thoroughly between now and the next
17286         release.
17287
17288 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17289
17290         Patch by: Fabrizio Gennari
17291
17292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17293           Make sure we don't read beyond the palette buffer in case of
17294           broken or manipulated files (#333488)
17295
17296 2006-03-10  Edward Hervey  <edward@fluendo.com>
17297
17298         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17299         Fix for variable not initialized.
17300
17301 2006-03-09  Wim Taymans  <wim@fluendo.com>
17302
17303         * ext/libvisual/visual.c: (gst_visual_get_type),
17304         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17305         (gst_visual_chain):
17306         Small cleanups.
17307
17308         * ext/theora/gsttheoradec.h:
17309         * ext/theora/theoradec.c: (gst_theora_dec_init),
17310         (gst_theora_dec_reset), (_theora_granule_time),
17311         (theora_dec_src_convert), (theora_dec_sink_convert),
17312         (theora_dec_src_query), (theora_dec_src_event),
17313         (theora_dec_sink_event), (theora_handle_comment_packet),
17314         (theora_handle_header_packet), (theora_dec_push),
17315         (theora_handle_data_packet), (theora_dec_chain),
17316         (theora_dec_change_state):
17317         Add simple QoS.
17318
17319 2006-03-09  Wim Taymans  <wim@fluendo.com>
17320
17321         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17322         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17323         Some cleanups.
17324
17325 2006-03-09  Wim Taymans  <wim@fluendo.com>
17326
17327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17328         Don't try to activate NULL chains.
17329
17330 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17331
17332         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17333           Fix invalid memory access to region before peek'd data (#332964).
17334
17335 2006-03-09  Wim Taymans  <wim@fluendo.com>
17336
17337         Patch by: Christophe Fergeau
17338
17339         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17340         * ext/pango/gsttextrender.c: (gst_text_render_init):
17341         * gst/adder/gstadder.c: (gst_adder_init):
17342         Don't leak padtemplates, closes #333510.
17343
17344 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17345
17346         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17347           Fix invalid memory access: make sure string passed to
17348           regexec() is NUL-termianted.
17349
17350 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17351
17352         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17353         (mp3_type_find):
17354           Refactor mpeg/audio typefinding to make it more maintainable
17355           and easier to fine-tune. Make probing into middle of the file
17356           work properly (fixes #333900, also see #152688).
17357
17358 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17359
17360         * gst/typefind/gsttypefindfunctions.c:
17361         (utf8_type_find_have_valid_utf8_at_offset):
17362           Remove part from previous commit that was bogus:
17363           g_utf8_validate() does in fact not accept embedded
17364           zeroes, so we don't need to check for those (thanks
17365           to Mike for the hint).
17366
17367 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17368
17369         * gst/typefind/gsttypefindfunctions.c:
17370         (utf8_type_find_count_embedded_zeroes),
17371         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17372           Make plain/text typefinder more conservative: firstly, check
17373           for embedded zeroes, which are perfectly valid UTF-8 characters,
17374           but also a fairly good sign that something is not a plain text
17375           file; secondly, probe into the middle of the file if possible.
17376           If we can't probe into the middle, limit the probability value
17377           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17378
17379 2006-03-08  Michael Smith  <msmith@fluendo.com>
17380
17381         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17382           Make typefind function name for mpeg4 video unique.
17383
17384 2006-03-08  Wim Taymans  <wim@fluendo.com>
17385
17386         * ext/libvisual/visual.c: (gst_visual_init),
17387         (gst_visual_clear_actors), (gst_visual_dispose),
17388         (gst_visual_reset), (gst_visual_src_setcaps),
17389         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17390         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17391         (gst_visual_chain), (gst_visual_change_state):
17392         Cleanups, post nice errors.
17393         Handle sink and src events.
17394         Implement simple QoS.
17395
17396         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17397         Use new basesink methods to configure max-lateness.
17398         Small doc update.
17399
17400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17401         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17402         Debug statement cleanups.
17403
17404         * gst/volume/gstvolume.c: (gst_volume_class_init):
17405         Simple cleanup.
17406
17407 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17408
17409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17410         (gst_text_overlay_init), (gst_text_overlay_set_property),
17411         (gst_text_overlay_get_property):
17412           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17413           as string type properties, but mark them deprecated. Add
17414           'halignment' and 'valignment' properties that use enums
17415           instead of strings.
17416
17417 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         Patch by: Fabrizio Gennari
17420
17421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17422           Allow palettes with less than 256 colours in AVI files
17423           (#333488)
17424
17425 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17426
17427         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17428         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17429         pad. We were releasing the queued text buffer when we should keep
17430         it until video pad gets EOS or discard the text buffer because it's
17431         too old. That was eating the last subtitle buffer. Add some more
17432         debug.
17433
17434 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17435
17436         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17437         (gst_text_overlay_video_chain):
17438           Fix invalid memory access (we can't access a buffer after it's been
17439           pushed downstream without taking a reference); fix memory leak (if
17440           there's no text to render, bail out before allocating stuff).
17441
17442 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17443
17444         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17445         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17446         * ext/pango/gsttextoverlay.h:
17447           If input is plain text, escape it before passing it to
17448           pango_layout_set_markup().
17449
17450 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17451
17452         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17453           Don't ignore flow return from gst_pad_push().
17454
17455 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17456
17457         Patch by: Fabrizio Gennari
17458
17459         * ext/libvisual/visual.c: (gst_visual_getcaps),
17460         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17463         (gst_vorbisenc_convert_sink):
17464         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17465         (gst_audio_duration_from_pad_buffer):
17466         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17467         (gst_audio_filter_chain):
17468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17469         (gst_base_rtp_depayload_setcaps):
17470         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17471         (gst_video_get_size):
17472         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17473           Don't leak references returned by gst_pad_get_parent()
17474           (#333663)
17475
17476 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17477
17478         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17479           change location param details
17480         * gst/volume/gstvolume.c: (plugin_init):
17481           correct plugin description
17482
17483 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17484
17485         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17486         (gst_gnome_vfs_src_check_get_range):
17487           Override GstBaseSrc::check_get_range() in order to avoid opening
17488           the resource just to check whether we can operate in pull-mode or
17489           not - we can predict that pretty well from the URI alone. Should
17490           fix problems with last.fm (#331690). (Requires latest core CVS).
17491
17492 2006-03-06  Wim Taymans  <wim@fluendo.com>
17493
17494         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17495         (gst_video_sink_class_init):
17496         Throw away frames that are later than 20 ms.
17497
17498 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17499
17500         Patch by: Fabrizio Gennari
17501
17502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17503           Set depth on WMA caps (#333545)
17504
17505 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17506
17507         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17508         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17509           put Theora BOS pages before others.  This hardcodes
17510           the Ogg/Theora I profile, but hey.
17511
17512 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17513
17514         * ext/ogg/README:
17515           updated with some examples
17516         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17517         (granulepos_add), (theora_buffer_from_packet):
17518         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17519         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17520         (gst_vorbisenc_chain):
17521           implement strategy from ext/ogg/README
17522         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17523         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17524         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17525         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17526           Fix muxer so that oggz-validate is happy with all streams;
17527           except for no eos mark, and the BOS page ordering
17528         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17529         (check_buffer_granulepos):
17530         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17531           update tests to check for OFFSET being set as requested
17532           fixed type of granulepos, it's not a ClockTime
17533
17534 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17535
17536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17537         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17538         Check that the xvimage we are creating has a correct size
17539         before returning it. (#314897)
17540
17541 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17544           Give id3 and ape tag typefinders a rank slightly higher
17545           than PRIMARY to ensure they're always run before any of
17546           the other typefinders (in particular wav and mp3) (#324186).
17547
17548 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17551           Add support for '3IVD' fourcc (#333403).
17552
17553 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17554
17555         * configure.ac:
17556           Bump requirements to GStreamer CVS for the new error enum.
17557
17558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17559           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17560           space left on the device (fixes #333352).
17561
17562 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17563
17564         * win32/vs6:
17565           add a project file for libgstvolume
17566           update the workspace
17567
17568 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17569
17570         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17571         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17572         (GST_START_TEST):
17573           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17574           Set IN_CAPS on header buffers
17575
17576 2006-03-02  Wim Taymans  <wim@fluendo.com>
17577
17578         * docs/plugins/Makefile.am:
17579         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17580         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17581         Add audioresample to docs.
17582
17583         * gst/audioconvert/gstaudioconvert.c:
17584         Add revision date.
17585
17586         * gst/audioresample/gstaudioresample.c:
17587         (gst_audioresample_base_init), (gst_audioresample_class_init),
17588         (gst_audioresample_init), (gst_audioresample_dispose),
17589         (audioresample_get_unit_size), (audioresample_transform_caps),
17590         (resample_set_state_from_caps), (audioresample_transform_size),
17591         (audioresample_set_caps), (audioresample_event),
17592         (audioresample_do_output), (audioresample_transform),
17593         (audioresample_pushthrough), (gst_audioresample_set_property),
17594         (gst_audioresample_get_property), (plugin_init):
17595         * gst/audioresample/gstaudioresample.h:
17596         Added docs.
17597         Small code cleanups.
17598
17599 2006-03-02  Wim Taymans  <wim@fluendo.com>
17600
17601         * docs/plugins/Makefile.am:
17602         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17603         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17604         Added videoscale to docs.
17605
17606         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17607         (gst_video_rate_swap_prev), (gst_video_rate_event),
17608         (gst_video_rate_chain):
17609         Fix typo in docs.
17610
17611         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17612         (gst_video_scale_init), (gst_video_scale_prepare_size),
17613         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17614         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17615         * gst/videoscale/gstvideoscale.h:
17616         Added docs, examples.
17617         Some code cleanups.
17618         Post errors instead of g_warning.
17619
17620 2006-03-02  Wim Taymans  <wim@fluendo.com>
17621
17622         * docs/libs/gst-plugins-base-libs-docs.sgml:
17623         * docs/libs/gst-plugins-base-libs-sections.txt:
17624         * docs/libs/gst-plugins-base-libs.types:
17625         * docs/plugins/Makefile.am:
17626         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17628         Added some more docs to libs and plugins.
17629
17630         * gst-libs/gst/audio/gstringbuffer.c:
17631         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17632         * gst-libs/gst/audio/gstringbuffer.h:
17633         Document ringbuffer some more.
17634
17635         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17636         (gst_video_rate_setcaps), (gst_video_rate_reset),
17637         (gst_video_rate_init), (gst_video_rate_flush_prev),
17638         (gst_video_rate_swap_prev), (gst_video_rate_event),
17639         (gst_video_rate_chain), (gst_video_rate_change_state):
17640         * gst/videorate/gstvideorate.h:
17641         Fix videorate to use segments.
17642         Make it work with 0/1 framerates (closes #331903)
17643         Handle EOS correctly.
17644         Added docs.
17645
17646 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17647
17648         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17649         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17650         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17651           In state change function, first chain up to parent class,
17652           then handle downwards state change stuff. Remove some
17653           commented out cruft from 0.8 code.
17654
17655 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17656
17657         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17658         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17659         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17660         (gst_ogm_parse_chain):
17661           Don't remove/re-add source pad if the new caps are the same as
17662           the old caps anyway (#333042). When removing source pad, don't
17663           unref it afterwards - we didn't ref it when adding. Sprinkle some
17664           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17665           after using gst_pad_get_parent(). Return downstream flow return
17666           value in chain function.
17667
17668 2006-03-02  Wim Taymans  <wim@fluendo.com>
17669
17670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17671         * docs/plugins/gst-plugins-base-plugins.args:
17672         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17673         * docs/plugins/gst-plugins-base-plugins.interfaces:
17674         * docs/plugins/gst-plugins-base-plugins.signals:
17675         Fix hierarchy, added some more elements to the docs.
17676
17677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17678         (gst_ffmpegcsp_get_type):
17679         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17680         Fix docs for ffmpegcolorspace.
17681
17682 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17683
17684         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17685         (apetag_type_find), (ape_type_find), (plugin_init):
17686           Some typefinding fine-tuning:
17687           - rank ID3/APE tags in order of preference via probabilities, so that
17688             ID3v2 > APEv2 > APEv1 > ID3v1.
17689           - three or four bytes don't really justify MAXIMUM probability,
17690             change those to 'very likely' (musepack and monkeysaudio).
17691
17692 2006-03-01  Wim Taymans  <wim@fluendo.com>
17693
17694         * docs/plugins/Makefile.am:
17695         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17697         * ext/alsa/gstalsamixer.c:
17698         * ext/alsa/gstalsamixer.h:
17699         * ext/alsa/gstalsamixerelement.c:
17700         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17701         * ext/alsa/gstalsamixerelement.h:
17702         * ext/alsa/gstalsasink.c:
17703         * ext/alsa/gstalsasink.h:
17704         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17705         (gst_alsasrc_init):
17706         * ext/alsa/gstalsasrc.h:
17707         Added alsa docs.
17708         Small code cleanups.
17709
17710 2006-03-01  Wim Taymans  <wim@fluendo.com>
17711
17712         * ext/theora/Makefile.am:
17713         Dist new header too,
17714
17715 2006-03-01  Wim Taymans  <wim@fluendo.com>
17716
17717         * docs/plugins/Makefile.am:
17718         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17719         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17720         * ext/gnomevfs/gstgnomevfssink.h:
17721         * ext/gnomevfs/gstgnomevfssrc.h:
17722         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17723         * ext/vorbis/vorbisdec.h:
17724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17725         * ext/vorbis/vorbisenc.h:
17726         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17727         (vorbis_parse_chain), (vorbis_parse_change_state):
17728         * ext/vorbis/vorbisparse.h:
17729         * gst/audioconvert/gstaudioconvert.h:
17730         * gst/tcp/gsttcpserversink.h:
17731         * gst/videotestsrc/gstvideotestsrc.c:
17732         * gst/videotestsrc/gstvideotestsrc.h:
17733         * gst/volume/gstvolume.c:
17734         * gst/volume/gstvolume.h:
17735         Fix some more docs.
17736         Added docs for vorbisdec and vorbisparse.
17737         Fix vorbisparse.
17738
17739 2006-03-01  Wim Taymans  <wim@fluendo.com>
17740
17741         * docs/plugins/Makefile.am:
17742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17744         * ext/pango/gstclockoverlay.h:
17745         * ext/pango/gsttextoverlay.h:
17746         * ext/pango/gsttextrender.h:
17747         * ext/pango/gsttimeoverlay.h:
17748         * ext/theora/gsttheoradec.h:
17749         * ext/theora/gsttheoraenc.h:
17750         * ext/theora/theoradec.c:
17751         * ext/theora/theoraenc.c:
17752         * gst/audioconvert/gstaudioconvert.h:
17753         * gst/audiotestsrc/gstaudiotestsrc.h:
17754         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17755         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17756         * gst/tcp/gstmultifdsink.h:
17757         Updated/added documentation.
17758
17759         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17760         (gst_text_overlay_halign_get_type),
17761         (gst_text_overlay_wrap_mode_get_type),
17762         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17763         (gst_text_overlay_init), (gst_text_overlay_set_property),
17764         (gst_text_overlay_get_property):
17765         Fix up properties to be enums instead of string to make bindings,
17766         introspection and automatic GUI creation possible.
17767         Add getters for the properties.
17768
17769 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17770
17771         * gst/audiotestsrc/gstaudiotestsrc.c:
17772           added defines of M_PI and M_PI_2
17773         * gst/ffmpegcolorspace/avcodec.h:
17774           removed #include "stdint.h" for win32 as _stdint.h is 
17775           autogenerated to win32/common
17776         * win32/common/libgstaudio.def:
17777         * win32/common/libgsttag.def:
17778           added some exports
17779         * win32/vs6:
17780           some project files bugs corrected
17781         * win32/vs7:
17782           project files are reset to the default vs7 configuration 
17783           (they link to msvcr71.dll using default optimizations)
17784           
17785 2006-02-28  Wim Taymans  <wim@fluendo.com>
17786
17787         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17788         Fix some docs.
17789
17790 2006-02-28  Edward Hervey  <edward@fluendo.com>
17791
17792         * ext/alsa/gstalsasrc.c:
17793         Set proper class on the ElementDetails:
17794         Source/Audio instead of Src/Audio/
17795
17796 2006-02-28  Edward Hervey  <edward@fluendo.com>
17797
17798         * gst/videoscale/vs_scanline.c:
17799         (vs_scanline_resample_nearest_RGBA):
17800         Revert optimization in videoscale. It should go in liboil and have
17801         an appropriate liboil function.
17802
17803 2006-02-28  Wim Taymans  <wim@fluendo.com>
17804
17805         * gst-libs/gst/audio/gstbaseaudiosink.c:
17806         (gst_base_audio_sink_provide_clock):
17807         Don't try to provide a clock in the NULL state.
17808
17809 2006-02-28  Wim Taymans  <wim@fluendo.com>
17810
17811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17812         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17813         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17814         (gst_ogg_demux_deactivate_current_chain),
17815         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17816         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17817         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17818         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17819         Use GstSegment infrastructure to remove duplicated code
17820         and handle more seek cases correctly.
17821
17822 2006-02-28  Wim Taymans  <wim@fluendo.com>
17823
17824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17825         (gst_ffmpegcsp_transform):
17826         Don't ignore return code from ffmpeg convert function.
17827
17828         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17829         Split out some long statements to ease debugging.
17830
17831 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17832
17833         * ext/libvisual/visual.c: (gst_visual_init),
17834         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17835         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17836         being able to renegotiate the size. Instead, use the negotiation
17837         algorithm from the goom plugin to pick an initial output caps. 
17838
17839         Also, allow theoretical libvisual plugins that might support non-GL 
17840         output even if they also do GL.
17841
17842 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17843
17844         * ext/libvisual/visual.c: (gst_visual_init),
17845         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17846         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17847         possible negotiation issues.
17848
17849 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17850
17851         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17852
17853 2006-02-24  Michael Smith  <msmith@fluendo.com>
17854
17855         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17856         (cmml_type_find), (plugin_init):
17857           Fix CMML type find function to not require a specific minor version
17858           of the CMML header.
17859
17860           Add an MPEG4 video elementary stream typefind function.
17861
17862 2006-02-04  Michael Smith  <msmith@fluendo.com>
17863
17864         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17865         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17866         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17867         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17868         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17869         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17870           Annodex support in ogg demuxer. Doesn't do very much without the
17871           other annodex patches (to come).
17872
17873 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17876
17877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17878           Pick up palette for MS video v1 (#327028)
17879
17880 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17883         (gst_ffmpegcsp_caps_remove_format_info),
17884         (gst_ffmpegcsp_get_unit_size):
17885           The 'palette_data' field from incoming RGB caps shouldn't be
17886           proxied on outgoing YUV caps; also, restrict unit size
17887           adjustment in case of paletted data only to the unit that
17888           actually has a palette. Fixes #330711.
17889
17890 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17893         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17894         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17895         (gst_ffmpegcsp_get_unit_size):
17896           Plug some memory leaks.
17897
17898 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17899
17900         * sys/ximage/Makefile.am:
17901         * sys/xvimage/Makefile.am:
17902           Add some _CFLAGS and _LIBS that seem to be missing
17903           and/or required for Cygwin (see #317048).
17904
17905 2006-02-22  Wim Taymans  <wim@fluendo.com>
17906
17907         * ext/alsa/gstalsasrc.c:
17908         Fix description as pointed out by caugier.
17909
17910 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17911
17912         Reviewed by : Edward Hervey  <edward@fluendo.com>
17913
17914         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17915         (qt_type_find):
17916         Better 3gp typefinding (#331526).
17917
17918 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17919
17920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17921           Don't send EOS event here, the base class will send one for us.
17922
17923         * gst/playback/gstplaybasebin.c: (prepare_output):
17924           Subpictures without video stream aren't allowed either.
17925         
17926         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17927           Fix debug statement copy'n'paste-o.
17928
17929 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17930
17931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17932           Fix issues with mixer keeping state when muting/unmuting
17933           and when changing the volume whilst muted (see #331763
17934           and #331765).
17935
17936 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17937
17938         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17939         (parse_subrip), (gst_sub_parse_format_autodetect):
17940           Set right caps given that we send escaped text. Also,
17941           honour <i></i>, <b></b> and <u></u> markers that can be found
17942           in .srt files (fixes #310202).
17943
17944 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17945
17946         * gst-libs/gst/audio/mixerutils.c:
17947         (element_factory_rank_compare_func):
17948           Make order in which elements are tried more determinable.
17949
17950 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17951
17952         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17953         (remove_element_chain), (cleanup_decodebin),
17954         (gst_decode_bin_change_state): Make decodebin reusable by
17955         fixing remove_element_chain first and then introduce a
17956         cleaner in state change to ->NULL. (Closes #331678)
17957
17958 2006-02-19  Wim Taymans  <wim@fluendo.com>
17959
17960         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17961         use 0666 mask when creating files so umask gets applied
17962         correctly. Fixes #331295.
17963
17964 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * gst/subparse/Makefile.am:
17967         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17968         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17969         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17970         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17971         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17972         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17973         * gst/subparse/gstssaparse.h:
17974         * gst/subparse/gstsubparse.c: (plugin_init):
17975           Add very basic parser for SSA subtitle streams (as often
17976           found in matroska files).
17977
17978 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17979
17980         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17981           That should be text/x-pango-markup, not text/x-pango-layout.
17982
17983 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17984
17985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17986         Polishing.
17987
17988 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17989
17990         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17991         (gst_text_overlay_finalize), (gst_text_overlay_init),
17992         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17993         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17994         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17995         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17996         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17997         Fix state change deadlock.
17998
17999 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18000
18001         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18002         (gst_text_overlay_finalize), (gst_text_overlay_init),
18003         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18004         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18005         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
18006         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
18007         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
18008         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
18009         and subtitles files.
18010
18011 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18012
18013         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
18014         should be considered as raw.
18015
18016 2006-02-19  Julien MOUTTE  <julien@moutte.net>
18017
18018         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
18019         (cb_probe):
18020         * gst/playback/gststreaminfo.h: Introduce language informations.
18021
18022 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18023
18024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18025         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18027         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18028         Set shared memory segments to be deleted as soon as we have attached,
18029         that way they get cleaned up automatically if we crash.
18030
18031 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18032
18033         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
18034         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18035         functions are called with lock held.
18036
18037 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18038
18039         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18040         (gst_text_overlay_finalize), (gst_text_overlay_init),
18041         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18042         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18043         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18044         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18045         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18046         (gst_text_overlay_change_state): Refactoring of textoverlay
18047         without collectpads. This now supports sparse subtitles coming
18048         from a demuxer instead of a sub file. Seeking is still broken 
18049         though. Need to discuss with wtay some more on how to handle
18050         seeking correctly.
18051         * ext/pango/gsttextoverlay.h:
18052         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18053         subtitles coming from the demuxer.
18054
18055 2006-02-17  Wim Taymans  <wim@fluendo.com>
18056
18057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18058         (gst_vorbisenc_convert_sink):
18059         Use some more scaling functions.
18060
18061 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18062
18063         * ext/cdparanoia/gstcdparanoiasrc.c:
18064         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18065         (gst_cd_paranoia_paranoia_callback),
18066         (gst_cd_paranoia_src_signal_is_being_watched),
18067         (gst_cd_paranoia_src_read_sector):
18068         * ext/cdparanoia/gstcdparanoiasrc.h:
18069           Add back 'transport-error' and 'uncorrected-error' signals and
18070           make them actually be fired when bad stuff happens (#319340).
18071
18072 2006-02-17  Wim Taymans  <wim@fluendo.com>
18073
18074         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18075         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18076         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18077         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18078         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18079         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18080         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18081         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18082         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18083         (gst_ring_buffer_clear):
18084         Small cleanups.
18085         Added some G_LIKELY.
18086
18087 2006-02-17  Wim Taymans  <wim@fluendo.com>
18088
18089         * gst-libs/gst/audio/TODO:
18090         Update TODO
18091
18092         * gst-libs/gst/audio/gstbaseaudiosink.c:
18093         (gst_base_audio_sink_get_offset):
18094         When trying to play samples ASAP and we don't have a
18095         previous sample, try to play at position 0 instead of
18096         an invalid position.
18097
18098 2006-02-17  Wim Taymans  <wim@fluendo.com>
18099
18100         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18101         (gst_alsasink_reset):
18102         Also release lock when we get an error in _reset();
18103         fix an error message.
18104
18105 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18106
18107         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18108         (gst_alsasink_init), (get_channel_free_structure),
18109         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18110         (gst_alsasink_close):
18111         * ext/alsa/gstalsasink.h:
18112           Add support for more than 2 channels (#326720).
18113
18114 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18115
18116         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18117           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18118           with 4 or 6 channels, assume a default channel layout to make things
18119           work (not sure there's anything else we can do in those cases).
18120
18121 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18122
18123         * gst-libs/gst/audio/multichannel.c:
18124           Minor docs fix.
18125
18126         * gst-libs/gst/riff/Makefile.am:
18127         * gst-libs/gst/riff/riff-ids.h:
18128         * gst-libs/gst/riff/riff-media.c:
18129         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18130           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18131           channels and a channel layout map.
18132           
18133 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18134
18135         Reviewed by Edward Hervey  <edward@fluendo.com>
18136
18137         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18138         C-level optimization of the RGBA nearest neighbour function.
18139         Eventually this might end up in liboil with vectorized versions.
18140
18141 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * gst-libs/gst/audio/multichannel.c:
18144         (gst_audio_get_channel_positions):
18145           When we have more than 2 channels, but no channel layout is
18146           specified in the caps, return some default channel layout
18147           to the caller and warn about about a possibly buggy element
18148           (could be buggy filtercaps as well of course) (#317038).
18149
18150 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18153           Add gst-libs/gst/cdda to list of lib search paths.
18154
18155 2006-02-15  Andy Wingo  <wingo@pobox.com>
18156
18157         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18158         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18159         to the Lord Jesus that I do not have to touch the ogg muxer ever
18160         again.
18161
18162 2006-02-15  Edward Hervey  <edward@fluendo.com>
18163
18164         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18165         quicktime movie files can also contain 'uuid' atoms.
18166
18167 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18168
18169         * gst/audioconvert/plugin.c: (plugin_init):
18170           Register the GstAudioChannelPosition enum type with the type
18171           system in the plugin_init function, so that it is known before
18172           any element actually makes use of multi-channel stuff. This is
18173           required for example if one wants to be able to deserialise/use
18174           a caps string with channel positions before any pipeline has
18175           been setup and started, like with gst-launch.
18176
18177 2006-02-14  Wim Taymans  <wim@fluendo.com>
18178
18179         * gst-libs/gst/audio/gstringbuffer.c:
18180         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18181         (gst_ring_buffer_samples_done), (wait_segment),
18182         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18183         Add some compiler G_(UN_)LIKELY help.
18184         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18185         make sure they can exit their functions. Should fix #330748
18186
18187 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18188
18189         * Makefile.am:
18190         * configure.ac:
18191         * win32/MANIFEST:
18192         * win32/common/_stdint.h:
18193           Windows does not have long long; copy the generated _stdint.h
18194         * win32/common/interfaces-enumtypes.c:
18195         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18196         (gst_mixer_track_flags_get_type),
18197         (gst_tuner_channel_flags_get_type):
18198         * win32/common/multichannel-enumtypes.c:
18199         (gst_audio_channel_position_get_type):
18200           update
18201
18202 2006-02-13  Wim Taymans  <wim@fluendo.com>
18203
18204         * gst-libs/gst/audio/gstbaseaudiosink.c:
18205         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18206         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18207         Always sync on first sample we receive when starting.
18208
18209 2006-02-13  Wim Taymans  <wim@fluendo.com>
18210
18211         * gst/playback/gstplaybin.c: (gen_vis_element):
18212         Update vis bin docs.
18213         Move queue after tee so we don't queue video buffers but
18214         audio samples instead. Fixes problems where the video queue
18215         is filled and the audio queue empty.
18216
18217 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18218
18219         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18220           No need to push an EOS event here, GstBaseSrc will do that for us
18221           when we return FLOW_UNEXPECTED.
18222           
18223 2006-02-12  Wim Taymans  <wim@fluendo.com>
18224
18225         * gst-libs/gst/audio/gstbaseaudiosink.c:
18226         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18227         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18228         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18229         Use scale functions when possible.
18230         Fix error messages.
18231         Free clockid when after waiting for EOS.
18232         Use G_(UN_)LIKLY when it makes sense.
18233         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18234
18235 2006-02-12  Edward Hervey  <edward@fluendo.com>
18236
18237         * gst/playback/gstplaybasebin.c: (prepare_output): 
18238         Remove stray semi-colon (fixes #330888).
18239
18240 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18241
18242         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18244         Fix up the XShm call testing so that we catch errors, and don't
18245         cause new ones by attempting to detach from a segment we failed
18246         to attach to. Fixes #312439.
18247
18248 2006-02-10  Edward Hervey  <edward@fluendo.com>
18249
18250         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18251         Added flv file typefind (video/x-flv).
18252
18253 2006-02-10  Edward Hervey  <edward@fluendo.com>
18254
18255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18256         (gst_riff_create_video_template_caps):
18257         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18258         Also added the caps to the default set of riff video caps.
18259
18260 2006-02-09  Andy Wingo  <wingo@pobox.com>
18261
18262         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18263         time and the end time of the last packet in the page.
18264         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18265         on the pages in our queue, set the duration as well. Reflow a
18266         debug statement.
18267         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18268         Fixes bad muxing order.
18269
18270 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18271
18272         * gst-libs/gst/rtp/gstbasertppayload.c:
18273         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18274           update seqnum before setting it on the packet; this makes sure
18275           that the timestamp and seqnum properties match after pushing
18276           a buffer
18277
18278 2006-02-09  Andy Wingo  <wingo@pobox.com>
18279
18280         * gst-libs/gst/audio/gstringbuffer.c
18281         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18282         overflow after 13.5 hours of recording. Kapow!
18283
18284         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18285         the buffer size -- we don't care about underrun/overrun reporting
18286         right now, just need to return a useful value.
18287
18288 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18289
18290         * configure.ac:
18291           Back to CVS
18292
18293 === release 0.10.3 ===
18294
18295 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18296
18297         * configure.ac:
18298           releasing 0.10.3, "Under Pressure"
18299
18300 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18301
18302         * configure.ac:
18303         Drat. Bump libtool version number for new API.
18304         Prelease 0.10.2.3 (of 0.10.3)
18305
18306 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18307
18308         * configure.ac:
18309         * win32/common/config.h:
18310         0.10.2.2 prerelease (of 0.10.3).
18311
18312 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18313
18314         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18315           Revert Andy's newsegment change pending a more correct
18316           fix.
18317
18318 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18321         (qt_type_find), (plugin_init):
18322           detect more files as 3gp
18323           group and reorder the iso file formats
18324
18325 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * ext/vorbis/vorbis.c: (plugin_init):
18328           Register musicbrainz tags, so apps don't have to.
18329
18330 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18331
18332         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18333         (gst_tag_to_vorbis_tag):
18334           Make sure we called gst_tag_register_musicbrainz_tags()
18335           before possibly mapping a vorbiscomment string from/to a
18336           musicbrainz tag.
18337
18338 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18339
18340         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18341           In case we can't find the required number of consecutive
18342           mpeg audio frames to positively identify an MPEG audio
18343           stream, check if there's at least a valid mpeg audio
18344           frame right at offset 0 and if so suggest mpeg/audio
18345           caps with a very low probability (#153004).
18346
18347 2006-02-07  Andy Wingo  <wingo@pobox.com>
18348
18349         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18350         a TIME segment if we get timestamped buffers. Requires recent
18351         fixes in core to work properly.
18352
18353 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18354
18355         * gst/playback/gstplaybasebin.c: (prepare_output):
18356           Don't print the URI as part of the error message, it
18357           makes error dialogs look rather ugly, especially if
18358           the URI is very long or has characters in it that
18359           need escaping.
18360
18361 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * gst/playback/gstplaybasebin.c: (prepare_output):
18364           Error out if we have only text or subtitles, but nothing
18365           else. Also error out if we have subtitles but no video
18366           stream.
18367
18368 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18369
18370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18371           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18372           Post an error message on the bus when we encounter an
18373           error, which will hopefully be more meaningful than the
18374           'Internal Flow Error' message users get to see if we
18375           just return GST_FLOW_ERROR.
18376
18377 2006-02-07  Andy Wingo  <wingo@pobox.com>
18378
18379         * configure.ac (GST_MAJORMINOR): Update core version req to
18380         0.10.2.2, for the collectpads API addition (#330244).
18381
18382 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18383
18384         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18385           Return FALSE from plugin_init() when GnomeVFS can't
18386           be initialised for some reason (#328423).
18387
18388 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18389
18390         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18391         Stick to seeking theory until i find the bug.
18392         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18393
18394 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18395
18396         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18397         (theora_enc_finalize), (theora_enc_sink_setcaps),
18398         (theora_set_header_on_caps), (theora_enc_chain),
18399         (theora_enc_change_state):
18400         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18401           Make theoraenc and the tests leak free. Like, really.
18402
18403 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18404
18405         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18406         (theora_enc_finalize), (theora_enc_sink_setcaps):
18407           Add a finalize method to ensure we clean up state even if
18408           someone omitted the state change back to NULL.
18409
18410         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18411         (gst_vorbisenc_chain):
18412           Free some more leaked bits.
18413
18414         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18415         (stop_pipeline):
18416           Wait for state changes to happen if they're ASYNC.
18417
18418           This ought to teach those fancy pants buildbots a lesson.
18419
18420 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * gst-libs/gst/tag/gstid3tag.c:
18423           Add mapping for ID3 International Standard Recording Code
18424           tag "TSRC"
18425
18426 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18427
18428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18429           Don't leak tag names.
18430
18431 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18432
18433         * docs/libs/gst-plugins-base-libs-docs.sgml:
18434         * docs/libs/gst-plugins-base-libs-sections.txt:
18435         * gst-libs/gst/tag/gstid3tag.c:
18436         * gst-libs/gst/tag/gstvorbistag.c:
18437         * gst-libs/gst/tag/tags.c:
18438           Split libgsttag docs into multiple sections.
18439
18440 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18441
18442         * docs/libs/Makefile.am:
18443         * docs/libs/gst-plugins-base-libs-docs.sgml:
18444         * docs/libs/gst-plugins-base-libs-sections.txt:
18445         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18446         * gst-libs/gst/tag/gstvorbistag.c:
18447         * gst-libs/gst/tag/tag.h:
18448         * gst-libs/gst/tag/tags.c:
18449           Add libgsttag to the docs.
18450
18451 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18452
18453         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18454         (gst_text_overlay_init), (gst_text_overlay_src_event),
18455         (gst_text_overlay_collected): Fix clockoverlay.
18456
18457 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18458
18459         * docs/libs/compiling.sgml:
18460           Fix typo: it's pkg-config, not pkg-gconfig
18461
18462         * docs/libs/gst-plugins-base-libs-docs.sgml:
18463         * docs/libs/gst-plugins-base-libs-sections.txt:
18464         * docs/libs/tmpl/gstgconf.sgml:
18465           There is no libgstgconf in 0.10, remove it
18466           from the docs.
18467
18468 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18469
18470         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18472         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18473         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18474         (gst_sub_parse_class_init), (gst_sub_parse_init),
18475         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18476         (parse_mpsub), (parser_state_init), (handle_buffer),
18477         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18478         * gst/subparse/gstsubparse.h: Introduce seeking code.
18479
18480 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18481
18482         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18483           Add comment about LANGUAGE tag inconsistency (we want
18484           ISO-639-1, but extract three-letter identifiers?)
18485
18486         * po/POTFILES.in:
18487           Add two translatable files.
18488
18489 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * gst-libs/gst/tag/Makefile.am:
18492         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18493         * gst-libs/gst/tag/tag.h:
18494         * gst-libs/gst/tag/tags.c:
18495         (gst_tag_register_musicbrainz_tags_internal),
18496         (gst_tag_register_musicbrainz_tags):
18497           Forward-port some tags stuff from the 0.8 branch. This is
18498           mostly the addition of musicbrainz tags and their mapping
18499           to vorbistags, and a vorbistag mapping of the language tag.
18500
18501 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18502
18503         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18504         refactoring.
18505
18506 2006-02-04  David Schleef  <ds@schleef.org>
18507
18508         * ext/ogg/gstoggmux.c:
18509         * gst/typefind/gsttypefindfunctions.c:
18510           Add Dirac typefinding and add dirac format to oggmux.
18511
18512 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18513
18514         * gst/playback/gstdecodebin.c: (try_to_link_1):
18515           Don't put essential function call into
18516           g_return_*() macro, otherwise it'll all be
18517           replaced by NOOPs when compiling with
18518           G_DISABLE_CHECKS defined.
18519
18520 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18521
18522         * ext/ogg/gstoggdemux.c:
18523         * ext/ogg/gstoggparse.c:
18524         * gst/tcp/gsttcpserversink.c:
18525         * sys/v4l/v4lsrc_calls.c:
18526         * sys/v4l/v4lsrc_calls.h:
18527         Just make it compile with --disable-gst-debug.
18528
18529 2006-02-03  Wim Taymans  <wim@fluendo.com>
18530
18531         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18532         (gst_alsasink_class_init), (gst_alsasink_init),
18533         (gst_alsasink_write), (gst_alsasink_reset):
18534         * ext/alsa/gstalsasink.h:
18535         Add lock to protect alsa calls.
18536         Implement reset to flush samples ASAP, does not work
18537         with dmix though.
18538
18539 2006-02-02  Wim Taymans  <wim@fluendo.com>
18540
18541         * gst-libs/gst/audio/gstbaseaudiosink.c:
18542         (gst_base_audio_sink_provide_clock):
18543         Ugh.. getting late I guess...
18544
18545 2006-02-02  Wim Taymans  <wim@fluendo.com>
18546
18547         * gst-libs/gst/audio/gstbaseaudiosink.c:
18548         (gst_base_audio_sink_provide_clock),
18549         (gst_base_audio_sink_set_property),
18550         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18551         Don't try to provide a clock when we are not negotiated since
18552         we might not be able to make it run.
18553
18554 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18555
18556         * gst/playback/gstdecodebin.c: (try_to_link_1):
18557           Unlinking two source pads is ... hard.
18558
18559 2006-02-02  Wim Taymans  <wim@fluendo.com>
18560
18561         * gst-libs/gst/audio/TODO:
18562         Updated.
18563
18564         * gst-libs/gst/audio/gstbaseaudiosink.c:
18565         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18566         On EOS, wait till the last sample is played before posting EOS.
18567
18568 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18569
18570         Patch by: Kai Vehmanen
18571         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18572           Adds ability to enable newsegment bypass by setting queue_delay to
18573           zero. Also avoid thread being started if queue_delay is zero.
18574
18575 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18576
18577         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18578           Make test work again by connecting fakesinks to each decoded pad,
18579           which makes the pipeline wait until each fakesink has a buffer
18580           queued before going to PAUSED state. At that point we know the
18581           decodebin pads are negotiated.
18582
18583 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18584
18585         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18586         (gst_cdda_base_src_handle_event):
18587         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18588           Pass unhandled queries to the parent class's query function.
18589
18590 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18591
18592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18593         (gst_ogg_pad_src_query):
18594         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18595         * ext/theora/theoradec.c: (theora_dec_src_query),
18596         (theora_dec_sink_query):
18597         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18598         (vorbis_dec_sink_query):
18599         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18600         (gst_vorbisenc_sink_query):
18601         * gst/adder/gstadder.c: (gst_adder_query):
18602           Pass unhandled queries upstream instead of just
18603           dropping them (#326447). Also, fix supported
18604           query types list for some elements.
18605
18606 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18607
18608         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18609         (paris_type_find), (ilbc_type_find), (plugin_init):
18610           Fix typefinding for audio/x-au, audio/x-paris and
18611           audio/iLBC-sh. We cannot use the START_WITH macros
18612           here, because there can only be one typefind factory
18613           with the same name (caps), so the second one would
18614           replace the first one and the first one would never
18615           be called when doing typefinding (see #161712).
18616           
18617
18618 2006-01-31  Wim Taymans  <wim@fluendo.com>
18619
18620         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18621         (vorbis_handle_header_packet), (vorbis_dec_push),
18622         (vorbis_handle_data_packet):
18623         Use scale_int when we can, add some more scaling.
18624         Check packettype before parsing it.
18625
18626 2006-01-31  Wim Taymans  <wim@fluendo.com>
18627
18628         * ext/theora/theoradec.c: (_theora_granule_time),
18629         (theora_dec_src_convert), (theora_dec_sink_convert):
18630         Call right _scale functions.
18631         Use parameter instead of some other random value.
18632
18633 2006-01-31  Wim Taymans  <wim@fluendo.com>
18634
18635         * ext/theora/theoradec.c: (_theora_granule_frame),
18636         (_theora_granule_time), (_inc_granulepos),
18637         (theora_dec_src_convert), (theora_dec_sink_convert),
18638         (theora_handle_type_packet), (theora_handle_data_packet),
18639         (theora_dec_chain):
18640         Use higher precision timestamps calculation.
18641         Convert some other conversions to _scale.
18642
18643 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18644
18645         * gst/audiotestsrc/gstaudiotestsrc.c:
18646         (gst_audio_test_src_create_sine_table), (plugin_init):
18647         * gst/volume/gstvolume.c: (plugin_init):
18648           initialize gst_controller before using
18649
18650 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18651
18652         * tests/check/pipelines/theoraenc.c:
18653         * tests/check/pipelines/vorbisenc.c:
18654         Define constant using G_GINT64_CONSTANT to avoid errors when
18655         passing it around - otherwise it gets truncated to 32 bits.
18656
18657         Fixes failing tests.
18658
18659 2006-01-31  Andy Wingo  <wingo@pobox.com>
18660
18661         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18662         caps being set doesn't have a framerate value. Basically a stopgap
18663         measure.
18664
18665         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18666         technically correct enough to put into core though.
18667         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18668         DURATION. Fixes theoraenc ! oggmux.
18669
18670         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18671         fraction, not double.
18672
18673 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18674
18675         * win32/vs7:
18676         add vs7 project files created by Sergey Scobich
18677
18678 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18679
18680         * win32/vs8:
18681         add vs8 project files created by Sergey Scobich
18682         
18683 2006-01-30  Andy Wingo  <wingo@pobox.com>
18684
18685         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18686         timestamp + duration, not just timestamp -- ogg pages should be
18687         ordered by stop time. Necessary fix given the change in vorbis
18688         timestamps.
18689
18690         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18691         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18692         (granulepos_add): New function, handles the messiness of adjusting
18693         granulepos values.
18694         (theora_buffer_from_packet):
18695         (theora_enc_chain):
18696         (theora_enc_sink_event): Use granulepos_add, not +.
18697
18698         * tests/check/pipelines/theoraenc.c
18699         (check_buffer_granulepos_from_starttime): Just check the frame
18700         count, not the actual granulepos -- we can't dictate to the
18701         encoder when it should be placing keyframes.
18702
18703 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18704
18705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18706           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18707           play an http:// stream from a server that's not serving
18708
18709 2006-01-30  Andy Wingo  <wingo@pobox.com>
18710
18711         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18712         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18713         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18714         available.
18715
18716         * ext/theora/gsttheoraenc.h:
18717         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18718         although theoraenc was timestamping correctly. Added handling of
18719         streams that start with nonzero timestamps.
18720
18721         * tests/check/Makefile.am:
18722         * tests/check/pipelines/theoraenc.c: New file, basically does same
18723         tests as vorbisenc.
18724
18725         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18726
18727 2006-01-30  Wim Taymans  <wim@fluendo.com>
18728
18729         * gst-libs/gst/audio/gstaudiosink.c:
18730         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18731         (gst_audioringbuffer_pause):
18732         Implement pause that does not wait for completion.
18733
18734         * gst-libs/gst/audio/gstbaseaudiosink.c:
18735         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18736         Don't drop buffers when going to PAUSED but perform preroll on
18737         remaining samples now that core base class supports this.
18738
18739         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18740         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18741         (gst_ring_buffer_commit):
18742         Pause should not signal waiters.
18743         Implement return value of _commit correctly.
18744
18745 2006-01-30  Andy Wingo  <wingo@pobox.com>
18746
18747         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18748
18749         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18750         updated to timestamp from the first sample, not the last.
18751         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18752         special care of granulepos and timestamp for header packets.
18753         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18754         when the first buffer has a nonzero timestamp.
18755
18756         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18757         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18758         case when the first audio buffer we get has a nonzero timestamp.
18759         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18760         properly timestamp vorbis buffers with the time of the first
18761         sample, not the last.
18762         
18763         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18764         vorbis_granule_time_copy -- now it takes the granule/subgranule
18765         offset into account.
18766
18767         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18768         timestamps, durations, and granulepos on buffers produced by
18769         vorbisenc.
18770
18771 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18772
18773         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18774         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18775           Patch from Eric Jonas to support conversions to/from UYVY 
18776           (Fixes: #324626)
18777
18778 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18779
18780         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18781         (setup_subtitle), (setup_source), (set_active_source):
18782         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18783         (gen_text_element), (gen_audio_element), (gen_vis_element),
18784         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18785
18786 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18787
18788         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18789         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18790                 use gst_guint64_to_gdouble to be compliant with vs6
18791         * gst/playback/gstdecodebin.c: (try_to_link_1)
18792         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18793                 use G_GINT64_CONSTANT for int64 constants
18794         * win32/common/libgstinterfaces.def:
18795                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18796         * win32/vs6:
18797                 update and add new project files
18798                 
18799 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         * Makefile.am:
18802         * win32/MANIFEST:
18803         * win32/common/interfaces-enumtypes.c:
18804         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18805         (gst_mixer_track_flags_get_type),
18806         (gst_tuner_channel_flags_get_type):
18807         * win32/common/interfaces-enumtypes.h:
18808         * win32/common/multichannel-enumtypes.c:
18809         (gst_audio_channel_position_get_type):
18810         * win32/common/multichannel-enumtypes.h:
18811           add a win32-update rule like in core, and copy over enumtypes files
18812
18813 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18814
18815         * win32/MANIFEST:
18816         * win32/common/config.h:
18817         * win32/common/config.h.in:
18818           add config files just like in core
18819
18820 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18821
18822         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18823           Make gcc-4.1 happy (part of #327357).
18824
18825 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18826
18827         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18828         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18829         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18830         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18831         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18832         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18833           Update all error messages.  All of them should either use
18834           the default translated message, or actually provide a
18835           translatable string.
18836           Make the string for channel count problems meaningful.
18837
18838 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18839
18840         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18841           check for and throw RESOURCE_BUSY
18842
18843 2006-01-27  David Schleef  <ds@schleef.org>
18844
18845         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18846           checked in this change -- it requires liboil features not
18847           in 0.3.6.  Revert parts.
18848
18849 2006-01-27  David Schleef  <ds@schleef.org>
18850
18851         * REQUIREMENTS:
18852         * configure.ac: update liboil requirement to 0.3.6
18853         * gst/videoscale/Makefile.am:
18854         * gst/videoscale/vs_scanline.c: liboilify
18855
18856 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18857
18858         * ext/libvisual/visual.c: (get_buffer):
18859           When pad_alloc returns a GstFlowReturn other
18860           than GST_FLOW_OK, make sure it is passed upstream.
18861
18862 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18863
18864         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18865         (gst_alsasink_class_init):
18866           Free the device name string.
18867
18868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18869         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18870         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18871           Don't remove a pad from the collectpads structure until it
18872           is released - it's a request pad, and may receive data again
18873           if the element gets moved back to PLAYING state.
18874
18875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18876           Ensure we turn on double buffering on the Xv port, and
18877           set the colour key to something dark and mysterious that
18878           isn't black.
18879
18880 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18881
18882         * ext/alsa/gstalsaplugin.c: (plugin_init):
18883         * ext/cdparanoia/gstcdparanoiasrc.c:
18884         (gst_cd_paranoia_src_base_init), (plugin_init):
18885         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18887           - a library should not call setlocale. see "Libraries" node in
18888             gettext manual
18889           - make sure all plugins that use translation do bindtextdomain
18890             to point to the localedir
18891         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18892         (setup_sinks), (plugin_init):
18893           all this, and check for NULL when creating sinks
18894
18895 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18896
18897         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18898         (plugin_init): Make typefinding of subtitles work again.
18899
18900 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18903         (mp3_type_frame_length_from_header), (mp3_type_find),
18904         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18905         (plugin_init):
18906           Backport a bunch of typefinding fixes from the 0.8 branch.
18907           Also, improve wavpack typefinding: if we can't peek the
18908           entire wavpack block, try to parse the bits we can get and
18909           see if we find what we're looking for in those.
18910
18911 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18912
18913         * sys/ximage/ximagesink.c:
18914         (gst_ximagesink_calculate_pixel_aspect_ratio):
18915         * sys/xvimage/xvimagesink.c:
18916         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18917         more cases of pixel aspect ratio.
18918
18919 2006-01-26  Edward Hervey  <edward@fluendo.com>
18920
18921         * gst/playback/gstdecodebin.c: (pad_probe):
18922         Also consider the flush-start and tag events as unblockers
18923         for the pad probes.
18924
18925 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18926
18927         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18928         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18929         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18930         On the fly visualisation switch, works disabling, enabling as
18931         well but it won't be able to enable vis in a playbin that was
18932         created with no visualisation.
18933
18934 2006-01-25  Wim Taymans  <wim@fluendo.com>
18935
18936         * gst-libs/gst/audio/gstbaseaudiosink.c:
18937         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18938         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18939         resume after pause.
18940
18941 2006-01-25  Wim Taymans  <wim@fluendo.com>
18942
18943         * gst-libs/gst/audio/gstbaseaudiosink.c:
18944         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18945         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18946         Improve debugging.
18947         Post error when caps cannot be parsed.
18948         Resync on discontinuity in the stream.
18949         Clip samples to segment boundaries.
18950         return WRONG_STATE sooner when we are flushing.
18951
18952         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18953         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18954         Make audiosrc operate in TIME.
18955         Set TIMESTAMP and DURATION on buffers.
18956
18957 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18958
18959         * tests/examples/seek/seek.c: (main):
18960           Output tag messages as well.
18961
18962 2006-01-23  Edward Hervey  <edward@fluendo.com>
18963
18964         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18965         (free_pad_probes), (remove_fakesink), (pad_probe),
18966         (close_pad_link), (gst_decode_bin_change_state):
18967         Replace GstPadBlockCallback with pad probes that detect
18968         first buffer AND eos before removing fakesink.
18969         Fixes hang with demuxers doing EOS while pre-rolling.
18970         Solves #328279
18971
18972 2006-01-23  Andy Wingo  <wingo@pobox.com>
18973
18974         * ext/alsa/gstalsasink.c:
18975         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18976         (gst_base_rtp_depayload_setcaps),
18977         (gst_base_rtp_depayload_add_to_queue),
18978         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18979         
18980         Patch by: Jens Granseuer <jensgr at gmx dot net>
18981
18982 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18983
18984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18985         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18986         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18987         frames. We might get a frame destroyed after changing state to
18988         NULL, adding a safety check on xcontext.
18989
18990 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18991
18992         * gst-libs/gst/interfaces/xoverlay.c:
18993           Fix prepare-xwindow-id code example in the docs - we need to
18994           ignore all messages that aren't element messages as well.
18995           
18996 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18997
18998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18999           I think one day i'll completely undestand how caps negotiation
19000           is supposed to work. This refactoring handles buffer_alloc
19001           called with caps we can't handle. We definitely don't want a
19002           set_caps with those caps, so we define and allocate a buffer
19003           we would like to receive.
19004
19005 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19006
19007         * gst/playback/gstplaybasebin.c: (setup_source):
19008           Free iterator when done.
19009
19010 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
19011
19012         * gst-libs/gst/audio/gstbaseaudiosink.c:
19013         (gst_base_audio_sink_render):
19014           Fix playback of non-synchronised streams by assuming a rate
19015           of 1.0 instead of a random one.
19016
19017           Makes this work again:
19018
19019           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
19020           endianness=(int)4321, signed=(boolean)true, width=(int)16,
19021           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
19022           audioresample ! alsasink
19023
19024 === release 0.10.2 ===
19025
19026 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
19027
19028         * configure.ac:
19029           releasing 0.10.2, "Then the devil is six"
19030
19031 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19032
19033         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19034         * gst/playback/gststreamselector.c:
19035         (gst_stream_selector_set_property):
19036           Comment out broken code that connects to the state-changed signal.
19037           At this point, changing current stream selection is broken, but 
19038           stuff like gst-launch playbin current-audio=1 works and filters
19039           to the chosen stream.
19040
19041 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19042
19043         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19044           Fix #327216 (null dereference in vorbisdec)
19045
19046 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19047
19048         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19049           Post taglist actually on bus instead of just freeing it
19050           (fixes #327114 and totem bug #327080).
19051
19052         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19053           Use gst_element_found_tags_for_pad(), so that the tags
19054           are sent downstream as an event as well.
19055
19056 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19057
19058         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19059         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19060         (gst_ximagesink_buffer_alloc):
19061         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19062         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19063         (gst_xvimagesink_buffer_alloc):
19064           move all regularly occurring messages to GST_LOG level
19065           add some more object logs
19066
19067 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19068
19069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19070           fix a silly segfault
19071
19072 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19073
19074         * docs/libs/gst-plugins-base-libs-docs.sgml:
19075         * docs/libs/gst-plugins-base-libs-sections.txt:
19076         * gst-libs/gst/audio/mixerutils.c:
19077         * gst-libs/gst/audio/mixerutils.h:
19078           Add docs for mixerutils stuff.
19079
19080 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19081
19082         * gst/playback/gstplaybasebin.c: (setup_source):
19083           Fix playback for sources that emit raw audio or
19084           raw video streams (e.g.: cd audio sources) (#325984).
19085
19086 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19087
19088         * gst-libs/gst/audio/mixerutils.c:
19089         (gst_audio_mixer_filter_do_filter):
19090           actually save the element we create
19091
19092 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19093
19094         * gst-libs/gst/cdda/gstcddabasesrc.c:
19095         (gst_cdda_base_src_handle_track_seek):
19096           No need to post a tag message on the bus when seeking
19097           within the same track, only post it when the current
19098           track changes.
19099
19100 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19101
19102         * gst/playback/gstplaybasebin.c: (group_destroy),
19103         (probe_triggered), (new_decoded_pad), (mute_group_type),
19104         (set_active_source):
19105         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19106         * gst/playback/gststreamselector.c:
19107         (gst_stream_selector_base_init),
19108         (gst_stream_selector_set_property),
19109         (gst_stream_selector_request_new_pad):
19110           Reenable stream selection. These mechanisms need a complete overhaul
19111           in the face of 0.8->0.10 changes though.
19112
19113 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19114
19115         * ext/ogg/gstoggdemux.c:
19116           Change the pad template to src_%d to match the pads that 
19117           are created from it. decodebin needs this information in order
19118           to decide that oggdemux is capable of producing multiple pads
19119           (and hence needs queues inserted).
19120
19121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19122         (gst_ogg_mux_collected):
19123           Make debug output more useful by using GST_PTR_FORMAT.
19124
19125 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19126
19127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19128
19129         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19130           Set depth and width for alaw/mulaw (fixes #326601).
19131
19132 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19133
19134         * tests/icles/Makefile.am:
19135           don't build the tests if we don't have the libs
19136
19137 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19140         (gst_cd_paranoia_paranoia_callback):
19141           Don't try to free NULL pointers.
19142
19143 2006-01-10  Edward Hervey  <edward@fluendo.com>
19144
19145         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19146         (gst_audio_rate_change_state), (plugin_init):
19147         Add debugging category.
19148         Fix type issues.
19149         Add case for incoming buffers without valid offset/offset_end.
19150
19151 2006-01-10  Michael Smith  <msmith@fluendo.com>
19152
19153         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19154           Don't leak GCond in audio sources.
19155
19156 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19157
19158         * gst/playback/gstplaybin.c: (gen_audio_element):
19159           Don't leak an autoaudiosink/alsasink when we generate
19160           a new audio element. (old code, I guess)
19161
19162 2006-01-10  Michael Smith  <msmith@fluendo.com>
19163
19164         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19165           Support float audio in audiorate.
19166           Use width rather than depth for selecting sample width.
19167
19168 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19169
19170         * gst/videotestsrc/videotestsrc.h:
19171           Use GLib types here (that way we don't have to include the
19172           generated _stdint.h header, which makes life easier for win32
19173           folks that don't use autotools for the build) (#325990, patch
19174           by: Sergey Scobich).
19175
19176 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19177
19178         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19179         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19180         (gst_ring_buffer_pause), (wait_segment):
19181         * gst-libs/gst/audio/gstringbuffer.h:
19182           Name (private) union, makes Forte compiler happy (this time
19183           for real) (#324900).
19184
19185 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19186
19187         * gst-libs/gst/audio/Makefile.am:
19188           Link against libgstinterfaces, needed for mixer
19189           and property probe stuff.
19190
19191 2006-01-09  Edward Hervey  <edward@fluendo.com>
19192
19193         * gst-libs/gst/Makefile.am:
19194
19195 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19196
19197         * gst-libs/gst/audio/Makefile.am:
19198         * gst-libs/gst/audio/mixerutils.c:
19199         (gst_audio_mixer_filter_do_filter),
19200         (gst_audio_mixer_filter_check_element),
19201         (gst_audio_mixer_filter_probe_feature),
19202         (element_factory_rank_compare_func),
19203         (gst_audio_default_registry_mixer_filter):
19204         * gst-libs/gst/audio/mixerutils.h:
19205           Add gst_audio_default_registry_mixer_filter() utility
19206           function.
19207
19208 2006-01-03  Michael Smith  <msmith@fluendo.com>
19209
19210         * gst/audioresample/resample.h:
19211           As before, but for o_buf
19212
19213 2006-01-03  Michael Smith  <msmith@fluendo.com>
19214
19215         * gst/audioresample/resample.h:
19216           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19217           since we do arithmetic on it.
19218
19219 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19220
19221         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19222         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19223         (gst_ring_buffer_pause), (wait_segment):
19224         * gst-libs/gst/audio/gstringbuffer.h:
19225           Sun's Forte compiler doesn't seem to like anonymous structs,
19226           so use same setup as in GstBaseSrc (fixes #324900).
19227
19228 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19229
19230         * configure.ac:
19231         * gst/volume/Makefile.am:
19232         * gst/volume/demo.c:
19233           move old example to tests/examples/volume/volune.c
19234         * tests/examples/Makefile.am:
19235         * tests/examples/seek/seek.c: (main):
19236           change window-close event from "delete-event" to "destroy"
19237         * tests/examples/volume/Makefile.am:
19238         * tests/examples/volume/volume.c: (value_changed_callback),
19239         (setup_gui), (message_received), (eos_message_received), (main):
19240           fix event handling and bus usage
19241
19242 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19243
19244         * gst/audiotestsrc/gstaudiotestsrc.c:
19245         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19246         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19247         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19248         (gst_audio_test_src_create_square),
19249         (gst_audio_test_src_create_saw),
19250         (gst_audio_test_src_create_triangle),
19251         (gst_audio_test_src_create_silence),
19252         (gst_audio_test_src_create_white_noise),
19253         (gst_audio_test_src_create_pink_noise),
19254         (gst_audio_test_src_init_sine_table),
19255         (gst_audio_test_src_create_sine_table),
19256         (gst_audio_test_src_change_wave),
19257         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19258         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19259         * gst/audiotestsrc/gstaudiotestsrc.h:
19260           update to basesrc changes, implement segmented seeking and eos
19261           handling, add a 'sine-tab' waveform for performance critical playback
19262
19263 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19264
19265         * po/POTFILES.in:
19266           ... and this time the other modified file that I missed last time.
19267
19268 2005-12-29  Michael Smith  <msmith@fluendo.com>
19269
19270         * gst/playback/gstdecodebin.c: (new_pad):
19271           Fix non-C89 variable declaration not at the start of a block. Should
19272           help some compilers.
19273
19274 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19275
19276         * tests/check/Makefile.am:
19277           And now fix 'make distcheck' (builddir != srcdir)
19278
19279 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19280
19281         * configure.ac:
19282         * ext/cdparanoia/Makefile.am:
19283         * ext/cdparanoia/gstcdparanoia.c:
19284         * ext/cdparanoia/gstcdparanoia.h:
19285         * ext/cdparanoia/gstcdparanoiasrc.c:
19286         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19287         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19288         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19289         (gst_cd_paranoia_paranoia_callback),
19290         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19291         (gst_cd_paranoia_src_set_property),
19292         (gst_cd_paranoia_src_get_property), (plugin_init):
19293         * ext/cdparanoia/gstcdparanoiasrc.h:
19294           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19295           plugin again (there are still fixes required to playbin to make
19296           cdda:// uris work there).
19297
19298 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19299
19300         * tests/check/Makefile.am:
19301           Fix test case compilation.
19302
19303 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19304
19305         * gst-libs/gst/cdda/gstcddabasesrc.c:
19306         (gst_cdda_base_src_update_duration),
19307         (gst_cdda_base_src_calculate_cddb_id):
19308           An integer is not a string. Fix access to uninitialised variable.
19309
19310         * tests/check/Makefile.am:
19311           Add cddabasesrc unit test; also actually enable the vorbis test.
19312
19313         * tests/check/generic/states.c:
19314           Blacklist new cd audio elements as well.
19315
19316         * tests/check/libs/cddabasesrc.c:
19317           Unit test for GstCddaBaseSrc (discid calculation mostly).
19318
19319 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19320
19321         * docs/libs/Makefile.am:
19322         * docs/libs/gst-plugins-base-libs-docs.sgml:
19323         * docs/libs/gst-plugins-base-libs-sections.txt:
19324         * docs/libs/gst-plugins-base-libs.types:
19325           Add docs for libgstcdda/GstCddaBaseSrc.
19326
19327         * gst-libs/gst/interfaces/mixertrack.h:
19328           Do one struct member per line with a semicolon at the end, that way
19329           even gtk-doc might parse it without complaining.
19330
19331 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19332
19333         * configure.ac:
19334         * gst-libs/gst/Makefile.am:
19335         * gst-libs/gst/cdda/Makefile.am:
19336         * gst-libs/gst/cdda/base64.c:
19337         * gst-libs/gst/cdda/base64.h:
19338         * gst-libs/gst/cdda/gstcddabasesrc.c:
19339         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19340         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19341         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19342         (gst_cdda_base_src_get_property),
19343         (gst_cdda_base_src_get_track_from_sector),
19344         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19345         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19346         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19347         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19348         (gst_cdda_base_src_uri_get_protocols),
19349         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19350         (gst_cdda_base_src_uri_handler_init),
19351         (gst_cdda_base_src_setup_interfaces),
19352         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19353         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19354         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19355         (gst_cdda_base_src_add_tags),
19356         (gst_cdda_base_src_add_index_associations),
19357         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19358         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19359         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19360         (gst_cdda_base_src_create):
19361         * gst-libs/gst/cdda/gstcddabasesrc.h:
19362         * gst-libs/gst/cdda/sha1.c:
19363         * gst-libs/gst/cdda/sha1.h:
19364           Add new libgstcdda with GstCddaBaseSrc class.
19365
19366 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19367
19368         * ext/gnomevfs/gstgnomevfssink.h:
19369           Use GstBaseSinkClass as parent_class member for class struct, not
19370           GstBaseSink.
19371
19372 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19373
19374         Patch by: Michael Benes
19375
19376         * gst/videotestsrc/gstvideotestsrc.c:
19377         (gst_video_test_src_class_init), (gst_video_test_src_start):
19378           Add start method to reset running time and number of frames sent
19379           when starting up (fixes #324696)
19380
19381 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19382
19383         * docs/plugins/Makefile.am:
19384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19386         * docs/plugins/gst-plugins-base-plugins.args:
19387         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19388         * docs/plugins/gst-plugins-base-plugins.signals:
19389           Add docs stuff for gnomevfssrc and gnomevfssink.
19390
19391         * ext/gnomevfs/gstgnomevfssrc.c:
19392           Fix example pipeline in gtk-doc blurb.
19393
19394 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19395
19396         * ext/gnomevfs/Makefile.am:
19397         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19398         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19399         (gst_gnome_vfs_handle_get_type), (plugin_init):
19400         * ext/gnomevfs/gstgnomevfs.h:
19401         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19402         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19403         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19404         (gst_gnome_vfs_sink_set_property),
19405         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19406         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19407         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19408         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19409         (gst_gnome_vfs_sink_uri_get_type),
19410         (gst_gnome_vfs_sink_uri_get_protocols),
19411         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19412         (gst_gnome_vfs_sink_uri_handler_init):
19413         * ext/gnomevfs/gstgnomevfssink.h:
19414           Port gnomevfssink; add gtk-doc blurb.
19415
19416         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19417         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19418         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19419         (gst_gnome_vfs_src_uri_get_type),
19420         (gst_gnome_vfs_src_uri_get_protocols),
19421         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19422         (gst_gnome_vfs_src_uri_handler_init),
19423         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19424         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19425         (gst_gnome_vfs_src_send_additional_headers_callback),
19426         (gst_gnome_vfs_src_received_headers_callback),
19427         (gst_gnome_vfs_src_push_callbacks),
19428         (gst_gnome_vfs_src_pop_callbacks),
19429         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19430         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19431         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19432         * ext/gnomevfs/gstgnomevfssrc.h:
19433           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19434           file; add gtk-doc blurb with example pipelines.
19435
19436 === release 0.10.1 ===
19437
19438 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19439
19440         * configure.ac:
19441           releasing 0.10.1, "Dobro Dedek"
19442
19443 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19444
19445         * gst/typefind/gsttypefindfunctions.c:
19446         iLBC30 and iLBC20 added to typefind.
19447
19448 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19449
19450         * gst-libs/gst/audio/gstbaseaudiosink.c:
19451         (gst_base_audio_sink_class_init):
19452         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19453         (gst_base_audio_src_class_init):
19454           update strings, values are in microseconds
19455           change the default sink buffer time to something that is smaller
19456           (to help software volume mixing have a slightly lower delay) but
19457           still be acceptable on Wim's laptop
19458
19459 2005-12-20  Edward Hervey  <edward@fluendo.com>
19460
19461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19462         Made a quack, forgot to add DUCK to the riff video template.
19463
19464 2005-12-19  Edward Hervey  <edward@fluendo.com>
19465
19466         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19467         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19468         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19469         (gst_ogm_parse_chain):
19470         Make sure pads are initialized correctly.
19471         * gst-libs/gst/riff/riff-ids.h:
19472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19473         (gst_riff_create_video_template_caps):
19474         Add a whole bunch of FOURCC <=> MimeType.
19475         Extend the riff video pad template to support the newly added fourcc.
19476
19477 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19478
19479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19480         (gst_ogg_demux_activate_chain):
19481           Extra debug output when activating/deactivating chains.
19482
19483         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19484         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19485         (unlinked):
19486           Remove a queue from our list when it becomes unlinked.
19487           Don't add queues to elements in class 'Demux' if they
19488           can only produce one pad 
19489
19490 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19491
19492         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19493         (gst_video_sink_get_type): Add a debug category.
19494
19495 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19496
19497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19498         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19499           Handle downstream newsegment by sending our own newsegment before the
19500           next buffer to be released. (#323900)
19501
19502 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19503
19504         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19505         (gst_base_rtp_depayload_set_gst_timestamp):
19506           add queue delay to new segment as well (as opposed to just the first
19507           buffer). (bug #322347)
19508
19509 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19510
19511         * ext/libvisual/visual.c: (make_valid_name):
19512           change some char* into char[]
19513         * gst/audiotestsrc/gstaudiotestsrc.c:
19514         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19515         (gst_audio_test_src_create):
19516         * gst/audiotestsrc/gstaudiotestsrc.h:
19517           prepare to handle EOS and SEGMENT_DONE
19518
19519 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19520
19521         * tests/check/generic/states.c: (GST_START_TEST):
19522           Blacklist cdparanoia element in state test.
19523
19524 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19525
19526           Patch by: Benjamin Pineau
19527
19528         * gst/tcp/gsttcp.c:
19529         * gst/tcp/gsttcpclientsink.c:
19530         * gst/tcp/gsttcpserversink.c:
19531         * gst/tcp/gsttcpserversrc.c:
19532           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19533
19534 2005-12-15  Michael Smith  <msmith@fluendo.com>
19535
19536         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19537         (gst_video_rate_chain):
19538           Fix timestamping for videorate when the first buffer it sees has a
19539           non-zero timestamp. Fix some misleading debug output.
19540
19541 2005-12-15  Michael Smith  <msmith@fluendo.com>
19542
19543         * gst/audioresample/gstaudioresample.c:
19544           Don't leak all input buffers to audioresample.
19545
19546 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19547
19548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19549           Don't operate on empty text buffers. Strip newlines and
19550           tabs only from the end of the text, but leave them intact
19551           in the middle. Fix typo in gtk-doc description.
19552
19553 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19554
19555         * gst/playback/gstplaybasebin.c:
19556         * gst/playback/gstplaybin.c: (handoff):
19557           Make sure the video frame buffer we return to apps via the
19558           "frame" property always has caps set on it. Modify
19559           _gst_gvalue_set_object() macro to handle NULL objects
19560           gracefully too.
19561
19562 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19563
19564         * gst/audiotestsrc/gstaudiotestsrc.c:
19565         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19566         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19567         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19568         (gst_audio_test_src_create):
19569         * gst/audiotestsrc/gstaudiotestsrc.h:
19570         Adjust to some recent api changes and add wtays new cool seeking
19571         capabillities
19572
19573 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19574
19575         * ext/alsa/Makefile.am:
19576         * ext/alsa/gstalsadeviceprobe.c:
19577         * ext/alsa/gstalsadeviceprobe.h:
19578           Helper functions to add device probing via the GstPropertyProbe
19579           interface to a class.
19580
19581         * ext/alsa/gstalsamixer.h:
19582           Comment out GST_ALSA_MIXER, it returns a struct that's not
19583           used.
19584
19585         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19586           Add some debug info. 
19587
19588         * ext/alsa/gstalsamixerelement.c:
19589         (gst_alsa_mixer_element_interface_supported),
19590         (gst_implements_interface_init),
19591         (gst_alsa_mixer_element_init_interfaces),
19592         (gst_alsa_mixer_element_class_init),
19593         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19594         (gst_alsa_mixer_element_set_property),
19595         (gst_alsa_mixer_element_get_property),
19596         (gst_alsa_mixer_element_change_state):
19597         * ext/alsa/gstalsamixerelement.h:
19598           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19599           for device handling (gnome-volume-control will need that).
19600
19601 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19602
19603         * ext/Makefile.am: fix cdparanoia entry
19604         * gst-plugins-base.spec.in: add cdparanoia
19605
19606 2005-12-12  Michael Smith  <msmith@fluendo.com>
19607
19608         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19609           Use the correct function to free list of typefind factories.
19610
19611 2005-12-12  Wim Taymans  <wim@fluendo.com>
19612
19613         * gst/videotestsrc/gstvideotestsrc.c:
19614         (gst_video_test_src_class_init), (gst_video_test_src_init),
19615         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19616         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19617         (gst_video_test_src_create):
19618         * gst/videotestsrc/gstvideotestsrc.h:
19619         Implement seeking in videotestsrc.
19620         Small cleanups.
19621
19622 2005-12-12  Wim Taymans  <wim@fluendo.com>
19623
19624         * ext/cdparanoia/Makefile.am:
19625         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19626         (gst_paranoia_endian_get_type), (_do_init),
19627         (cdparanoia_class_init), (cdparanoia_init),
19628         (cdparanoia_set_property), (cdparanoia_get_property),
19629         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19630         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19631         (cdparanoia_convert), (cdparanoia_get_query_types),
19632         (cdparanoia_query), (cdparanoia_set_index),
19633         (cdparanoia_uri_set_uri):
19634         * ext/cdparanoia/gstcdparanoia.h:
19635         Partially ported cdparanoia now that basesrc can support a
19636         plugin like this..
19637
19638 2005-12-12  Wim Taymans  <wim@fluendo.com>
19639
19640         * tests/examples/seek/scrubby.c: (main):
19641         Set higher priority for bus events so they don't get reordered with
19642         gtk gui events.
19643
19644         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19645         (flush_toggle_cb), (main):
19646         Added checkbox to disable flushing seeks. 
19647         Disable scrubbing when doing non flushing seeks.
19648
19649 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19650
19651         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19652         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19653         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19654         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19655           Implement some sort of event handling that doesn't rely on
19656           g_return_if_fail; make sure we always push the last chunk of an 
19657           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19658           state change function; remove some old cruft. Seeking is still
19659           rather unlikely to work though.
19660
19661         * tools/.cvsignore:
19662           Ignore more.
19663
19664 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19665
19666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19667         Fixed a leak of the current image reference when cleaning up.
19668         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19669
19670 2005-12-09  Michael Smith  <msmith@fluendo.com>
19671
19672         * tools/Makefile.am:
19673         * tools/gst-launch-ext-m.m:
19674           Remove gst-launch-ext. It doesn't work, and is no longer
19675           particularly useful.
19676
19677 2005-12-08  Luca Ognibene  <luogni@tin.it>
19678
19679         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19680           don't pass random values to ogmparse convert function.
19681           Make seeking possible in the exile1.ogm file.
19682
19683 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19684
19685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19686         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19687           Work around refcount problem with g_value_set_object() that occur
19688           if the core has been compiled against GLib-2.6 (g_value_set_object()
19689           will only g_object_ref() the element, but the caller will
19690           gst_object_unref() it and bad things will happen due to the way
19691           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19692           totem for people on FC4 using Thomas's 0.10 RPMs.
19693           
19694 2005-12-07  Edward Hervey  <edward@fluendo.com>
19695
19696         Time to welcome ogm to 0.10 :)
19697         
19698         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19699         (gst_ogg_pad_typefind):
19700         Oggdemux can now properly typefind elements with dynamic pads.
19701         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19702         Properly set caps on src pad, and set caps on outgoing buffers.
19703
19704 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19705
19706         * ext/alsa/gstalsamixer.h:
19707         * ext/alsa/gstalsamixerelement.h:
19708         * ext/alsa/gstalsamixeroptions.h:
19709         * ext/alsa/gstalsamixertrack.h:
19710         * ext/alsa/gstalsasink.c:
19711         * ext/alsa/gstalsasink.h:
19712         * ext/alsa/gstalsasrc.c:
19713         * ext/alsa/gstalsasrc.h:
19714         * ext/cdparanoia/gstcdparanoia.h:
19715         * ext/gnomevfs/gstgnomevfsuri.h:
19716         * ext/ogg/gstoggdemux.c:
19717         * ext/ogg/gstoggmux.c:
19718         * ext/pango/gsttextoverlay.h:
19719         * ext/theora/theoradec.c:
19720         * ext/theora/theoraenc.c:
19721         * ext/vorbis/vorbisdec.h:
19722         * ext/vorbis/vorbisenc.c:
19723         * ext/vorbis/vorbisenc.h:
19724         * ext/vorbis/vorbisparse.h:
19725         * gst-libs/gst/audio/gstaudioclock.h:
19726         * gst-libs/gst/audio/gstaudiosink.c:
19727         * gst-libs/gst/audio/gstaudiosink.h:
19728         * gst-libs/gst/audio/gstaudiosrc.c:
19729         * gst-libs/gst/audio/gstaudiosrc.h:
19730         * gst-libs/gst/audio/gstbaseaudiosink.c:
19731         * gst-libs/gst/audio/gstbaseaudiosink.h:
19732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19733         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19734         * gst-libs/gst/audio/gstringbuffer.h:
19735         * gst-libs/gst/audio/multichannel.h:
19736         * gst-libs/gst/floatcast/floatcast.h:
19737         * gst-libs/gst/interfaces/colorbalance.c:
19738         * gst-libs/gst/interfaces/colorbalance.h:
19739         * gst-libs/gst/interfaces/colorbalancechannel.h:
19740         * gst-libs/gst/interfaces/mixer.h:
19741         * gst-libs/gst/interfaces/mixeroptions.h:
19742         * gst-libs/gst/interfaces/mixertrack.h:
19743         * gst-libs/gst/interfaces/navigation.h:
19744         * gst-libs/gst/interfaces/propertyprobe.h:
19745         * gst-libs/gst/interfaces/tuner.h:
19746         * gst-libs/gst/interfaces/tunerchannel.h:
19747         * gst-libs/gst/interfaces/tunernorm.h:
19748         * gst-libs/gst/interfaces/xoverlay.h:
19749         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19750         * gst-libs/gst/riff/riff-ids.h:
19751         * gst-libs/gst/riff/riff-media.h:
19752         * gst-libs/gst/riff/riff-read.h:
19753         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19754         * gst-libs/gst/rtp/gstbasertppayload.c:
19755         * gst-libs/gst/rtp/gstbasertppayload.h:
19756         * gst-libs/gst/rtp/gstrtpbuffer.c:
19757         * gst-libs/gst/rtp/gstrtpbuffer.h:
19758         * gst-libs/gst/tag/gsttageditingprivate.h:
19759         * gst-libs/gst/tag/gstvorbistag.c:
19760         (gst_tag_list_from_vorbiscomment_buffer):
19761         * gst-libs/gst/tag/tag.h:
19762         * gst-libs/gst/video/video.h:
19763         * gst/adder/gstadder.c:
19764         * gst/adder/gstadder.h:
19765         * gst/audioconvert/audioconvert.c:
19766         * gst/audioconvert/audioconvert.h:
19767         * gst/audioconvert/gstaudioconvert.c:
19768         * gst/audioconvert/gstchannelmix.c:
19769         * gst/audioconvert/gstchannelmix.h:
19770         * gst/audiorate/gstaudiorate.c:
19771         * gst/audioresample/buffer.h:
19772         * gst/audioresample/functable.h:
19773         * gst/audioresample/gstaudioresample.c:
19774         * gst/audioresample/resample.h:
19775         * gst/ffmpegcolorspace/avcodec.h:
19776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19777         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19778         * gst/ffmpegcolorspace/imgconvert.c:
19779         * gst/ffmpegcolorspace/imgconvert_template.h:
19780         * gst/playback/gstdecodebin.c:
19781         * gst/playback/gstplaybasebin.h:
19782         * gst/playback/gstplaybin.c:
19783         * gst/playback/gststreaminfo.h:
19784         * gst/tcp/gstfdset.c:
19785         * gst/tcp/gstfdset.h:
19786         * gst/tcp/gstmultifdsink.c:
19787         * gst/tcp/gstmultifdsink.h:
19788         * gst/tcp/gsttcp.h:
19789         * gst/tcp/gsttcpclientsrc.c:
19790         * gst/tcp/gsttcpclientsrc.h:
19791         * gst/tcp/gsttcpplugin.h:
19792         * gst/tcp/gsttcpserversink.c:
19793         * gst/tcp/gsttcpserversrc.c:
19794         * gst/typefind/gsttypefindfunctions.c:
19795         * gst/videorate/gstvideorate.c:
19796         * gst/videotestsrc/gstvideotestsrc.h:
19797         * gst/videotestsrc/videotestsrc.h:
19798         * sys/v4l/gstv4lcolorbalance.h:
19799         * sys/v4l/gstv4ltuner.h:
19800         * sys/v4l/gstv4lxoverlay.h:
19801         * sys/v4l/v4l_calls.h:
19802         * sys/v4l/videodev_mjpeg.h:
19803         * tests/check/elements/audioconvert.c:
19804         * tests/check/elements/audioresample.c:
19805         * tests/check/elements/audiotestsrc.c:
19806         * tests/check/elements/videotestsrc.c:
19807         * tests/check/elements/volume.c:
19808         * tests/examples/seek/scrubby.c:
19809         * tests/examples/seek/seek.c:
19810           expand tabs
19811
19812 === release 0.10.0 ===
19813
19814 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19815
19816         * configure.ac:
19817           releasing 0.10.0, "Mont-d'or"
19818
19819 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19820
19821         * tests/examples/seek/Makefile.am:
19822         Build fix for when gtk is not available.
19823
19824 2005-12-05  Andy Wingo  <wingo@pobox.com>
19825
19826         * ext/libvisual/visual.c: (get_buffer):
19827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19828         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19829         * ext/theora/theoradec.c: (theora_handle_data_packet):
19830         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19831         (theora_enc_chain):
19832         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19833         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19834         Update for alloc_buffer changes.
19835
19836 2005-12-05  Andy Wingo  <wingo@pobox.com>
19837
19838         patch by: Kai Vehmanen <kv2004 eca cx>
19839         
19840         * gst-libs/gst/rtp/gstbasertpdepayload.c
19841         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19842
19843 2005-12-04  Andy Wingo  <wingo@pobox.com>
19844
19845         patch by: Sebastien Cote <sebas642 yahoo ca>
19846         
19847         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19848         Fixes #319172.
19849
19850 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19851
19852         * docs/plugins/Makefile.am:
19853         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19854         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19855         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19856         * ext/pango/gstclockoverlay.c:
19857         * ext/pango/gsttextoverlay.c: 
19858         * ext/pango/gsttextrender.c:
19859         * ext/pango/gsttimeoverlay.c:
19860           Add gtk-doc blurbs to pango elements.
19861
19862 2005-12-02  Wim Taymans  <wim@fluendo.com>
19863
19864         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19865         * gst/audioresample/buffer.h:
19866         * gst/audioresample/gstaudioresample.c:
19867         * gst/audioresample/gstaudioresample.h:
19868         * gst/audioresample/resample.c: (resample_input_flush),
19869         (resample_input_pushthrough), (resample_input_eos),
19870         (resample_get_output_size_for_input),
19871         (resample_get_input_size_for_output), (resample_get_output_size),
19872         (resample_get_output_data):
19873         * gst/audioresample/resample.h:
19874         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19875         Fix audioresample, seek torture, new segments, reverse negotiation
19876         etc.. work fine.
19877
19878 2005-12-02  Wim Taymans  <wim@fluendo.com>
19879
19880         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19881         Small cleanups.
19882
19883 2005-12-02  Wim Taymans  <wim@fluendo.com>
19884
19885         * gst/audioconvert/gstaudioconvert.c:
19886         (gst_audio_convert_transform):
19887         Post errors.
19888
19889 === release 0.9.7 ===
19890
19891 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19892
19893         * configure.ac:
19894           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19895
19896 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19897
19898         * Makefile.am:
19899         * po/hu.po:
19900         * win32/MANIFEST:
19901         * win32/gst.sln:
19902           add win32 MANIFEST file
19903           do something to the hungarian translation
19904
19905 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19906
19907         * ext/Makefile.am:
19908           Add $(PANGO_DIR) to SUBDIRS
19909
19910         * ext/pango/gstclockoverlay.c:
19911         * ext/pango/gsttimeoverlay.c:
19912           Fix and improve element descriptions.
19913
19914 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19915
19916         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19917         * docs/plugins/inspect/plugin-libvisual.xml:
19918         * docs/plugins/inspect/plugin-pango.xml:
19919           add pango plugin to docs
19920
19921 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19922
19923         * configure.ac:
19924         * ext/Makefile.am:
19925           moved pango to base
19926
19927 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * configure.ac:
19930         * tests/Makefile.am:
19931         * tests/icles/.cvsignore:
19932         * tests/icles/Makefile.am:
19933         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19934         (close_display), (resize_window), (move_window), (create_window),
19935         (terminate_playback), (pause_playback), (start_playback), (main):
19936           add stress test for xoverlay from Julien
19937
19938 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19939
19940         * docs/libs/tmpl/gstcolorbalance.sgml:
19941         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19942         * gst-libs/gst/rtp/gstbasertppayload.c:
19943         * gst-libs/gst/rtp/gstrtpbuffer.c:
19944         * gst-libs/gst/rtp/gstrtpbuffer.h:
19945           Do burger's rename for rtp payloaders and depayloaders
19946
19947 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19948
19949         * win32/:
19950           add Visual Studio 6 build files
19951
19952 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19953
19954         * docs/libs/gst-plugins-base-libs-docs.sgml:
19955         * docs/libs/gst-plugins-base-libs-sections.txt:
19956         * docs/libs/tmpl/gstaudio.sgml:
19957         * docs/libs/tmpl/gstringbuffer.sgml:
19958         * gst-libs/gst/interfaces/xoverlay.c:
19959         * gst-libs/gst/video/gstvideofilter.c:
19960         * gst-libs/gst/video/gstvideosink.c:
19961           update documentation
19962
19963 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19964
19965         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19966         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19967         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19968         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19969         (gst_multi_fd_sink_get_stats),
19970         (gst_multi_fd_sink_remove_client_link),
19971         (gst_multi_fd_sink_handle_client_read),
19972         (gst_multi_fd_sink_client_queue_data),
19973         (gst_multi_fd_sink_client_queue_caps),
19974         (gst_multi_fd_sink_client_queue_buffer),
19975         (gst_multi_fd_sink_new_client),
19976         (gst_multi_fd_sink_handle_client_write),
19977         (gst_multi_fd_sink_recover_client),
19978         (gst_multi_fd_sink_queue_buffer),
19979         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19980         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19981         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19982         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19983         * gst/tcp/gstmultifdsink.h:
19984         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19985         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19986         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19987         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19988         (gst_tcp_client_sink_set_property),
19989         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19990         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19991         * gst/tcp/gsttcpclientsink.h:
19992         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19993         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19994         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19995         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19996         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19997         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19998         * gst/tcp/gsttcpclientsrc.h:
19999         * gst/tcp/gsttcpplugin.c: (plugin_init):
20000         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
20001         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
20002         (gst_tcp_server_sink_finalize),
20003         (gst_tcp_server_sink_handle_server_read),
20004         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
20005         (gst_tcp_server_sink_set_property),
20006         (gst_tcp_server_sink_get_property),
20007         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
20008         * gst/tcp/gsttcpserversink.h:
20009         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
20010         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
20011         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
20012         (gst_tcp_server_src_set_property),
20013         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
20014         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
20015         * gst/tcp/gsttcpserversrc.h:
20016           more borgifying
20017
20018 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20019
20020         * docs/plugins/Makefile.am:
20021         * docs/plugins/gst-plugins-base-plugins.args:
20022         * docs/plugins/inspect/plugin-libvisual.xml:
20023         * gst/audioconvert/plugin.h:
20024         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20025         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20026         (gst_audio_rate_setcaps), (gst_audio_rate_init),
20027         (gst_audio_rate_chain), (gst_audio_rate_set_property),
20028         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20029         (plugin_init):
20030         * gst/audiotestsrc/gstaudiotestsrc.c:
20031         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20032         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20033         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20034         (gst_audio_test_src_get_query_types),
20035         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20036         (gst_audio_test_src_create_square),
20037         (gst_audio_test_src_create_saw),
20038         (gst_audio_test_src_create_triangle),
20039         (gst_audio_test_src_create_silence),
20040         (gst_audio_test_src_create_white_noise),
20041         (gst_audio_test_src_init_pink_noise),
20042         (gst_audio_test_src_generate_pink_noise_value),
20043         (gst_audio_test_src_create_pink_noise),
20044         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20045         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20046         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20047         (plugin_init):
20048         * gst/audiotestsrc/gstaudiotestsrc.h:
20049         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20050         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20051         (gst_sub_parse_init), (gst_sub_parse_formats),
20052         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20053         (convert_encoding), (get_next_line),
20054         (gst_sub_parse_data_format_autodetect),
20055         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20056         (gst_sub_parse_loop), (gst_sub_parse_chain),
20057         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20058         (plugin_init):
20059         * gst/subparse/gstsubparse.h:
20060         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20061         (gst_video_rate_base_init), (gst_video_rate_class_init),
20062         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20063         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20064         (gst_video_rate_init), (gst_video_rate_event),
20065         (gst_video_rate_chain), (gst_video_rate_set_property),
20066         (gst_video_rate_get_property), (gst_video_rate_change_state),
20067         (plugin_init):
20068         * gst/videoscale/gstvideoscale.c:
20069         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20070         (gst_video_scale_src_template_factory),
20071         (gst_video_scale_sink_template_factory),
20072         (gst_video_scale_get_type), (gst_video_scale_base_init),
20073         (gst_video_scale_class_init), (gst_video_scale_init),
20074         (gst_video_scale_set_property), (gst_video_scale_get_property),
20075         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20076         (gst_video_scale_prepare_size), (parse_caps),
20077         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20078         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20079         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20080         (plugin_init):
20081         * gst/videoscale/gstvideoscale.h:
20082         * gst/videotestsrc/gstvideotestsrc.c:
20083         (gst_video_test_src_pattern_get_type),
20084         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20085         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20086         (gst_video_test_src_set_pattern),
20087         (gst_video_test_src_set_property),
20088         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20089         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20090         (gst_video_test_src_event), (gst_video_test_src_get_times),
20091         (gst_video_test_src_create), (plugin_init):
20092         * gst/videotestsrc/gstvideotestsrc.h:
20093         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20094         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20095         (gst_video_test_src_black):
20096         * gst/videotestsrc/videotestsrc.h:
20097           borgify further
20098           clean up docs a little
20099
20100 2005-11-30  Wim Taymans  <wim@fluendo.com>
20101
20102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20103         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20104         (gst_basertppayload_event), (gst_basertppayload_push),
20105         (gst_basertppayload_change_state):
20106         * gst-libs/gst/rtp/gstbasertppayload.h:
20107         closed #320644.
20108
20109 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20110
20111         * docs/libs/gst-plugins-base-libs-docs.sgml:
20112         * docs/libs/gst-plugins-base-libs-sections.txt:
20113         * gst-libs/gst/video/gstvideofilter.c:
20114         * gst-libs/gst/video/gstvideosink.c:
20115         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20116
20117 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20118
20119         * LICENSE:
20120           move
20121         * po/af.po:
20122         * po/az.po:
20123         * po/cs.po:
20124         * po/en_GB.po:
20125         * po/hu.po:
20126         * po/it.po:
20127         * po/nb.po:
20128         * po/nl.po:
20129         * po/or.po:
20130         * po/sq.po:
20131         * po/sr.po:
20132         * po/sv.po:
20133         * po/uk.po:
20134         * po/vi.po:
20135         * Makefile.am:
20136           update
20137         * scripts/autoplugins.sh:
20138           remove
20139
20140 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20141
20142         * Makefile.am:
20143         * configure.ac:
20144         * examples/Makefile.am:
20145         * examples/capsfilter/Makefile.am:
20146         * examples/capsfilter/capsfilter1.c:
20147         * examples/gob/Makefile.am:
20148         * examples/gob/gst-identity2.gob:
20149         * examples/indexing/.cvsignore:
20150         * examples/indexing/Makefile.am:
20151         * examples/indexing/indexmpeg.c:
20152         * examples/seeking/.cvsignore:
20153         * examples/seeking/Makefile.am:
20154         * examples/seeking/cdparanoia.c:
20155         * examples/seeking/cdplayer.c:
20156         * examples/seeking/chained.c:
20157         * examples/seeking/scrubby.c:
20158         * examples/seeking/seek.c:
20159         * examples/stats/Makefile.am:
20160         * examples/stats/mp2ogg.c:
20161         * examples/switch/.cvsignore:
20162         * examples/switch/Makefile.am:
20163         * examples/switch/switcher.c:
20164         * tests/Makefile.am:
20165         * tests/check/generic/.cvsignore:
20166         * tests/check/pipelines/.cvsignore:
20167         * tests/examples/Makefile.am:
20168         * tests/examples/seek/Makefile.am:
20169           reorganize stuff under tests/
20170
20171 2005-11-30  Edward Hervey  <edward@fluendo.com>
20172
20173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20174         Go away you stupid GstStaticPadTemplate memleak.
20175
20176 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20177
20178         * gst-libs/gst/net/Makefile.am:
20179         * gst-libs/gst/net/README:
20180         * gst-libs/gst/net/gstnetbuffer.c:
20181         * gst-libs/gst/net/gstnetbuffer.h:
20182           this was moved to "netbuffer"
20183
20184 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20187         (gst_video_filter_class_init), (gst_video_filter_init):
20188         * gst-libs/gst/video/gstvideofilter.h:
20189           borgify name to bring in line with other classes
20190
20191 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20192
20193         * gst/audioscale/.cvsignore:
20194         * gst/audioscale/Makefile.am:
20195         * gst/audioscale/README:
20196         * gst/audioscale/audioscale.vcproj:
20197         * gst/audioscale/dtof.c:
20198         * gst/audioscale/dtos.c:
20199         * gst/audioscale/functable.c:
20200         * gst/audioscale/gstaudioscale.c:
20201         * gst/audioscale/gstaudioscale.h:
20202         * gst/audioscale/private.h:
20203         * gst/audioscale/resample.c:
20204         * gst/audioscale/resample.h:
20205         * gst/audioscale/test.c:
20206           remove
20207
20208 2005-11-30  Edward Hervey  <edward@fluendo.com>
20209
20210         * gst-libs/gst/netbuffer/Makefile.am:
20211         really, really tired
20212
20213 2005-11-30  Edward Hervey  <edward@fluendo.com>
20214
20215         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20216         Update for new GstTypeFindFactory _register()
20217
20218 2005-11-30  Edward Hervey  <edward@fluendo.com>
20219
20220         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20221         Let's not override libgstnet from core for no reason...
20222         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20223         Ok, maybe not so quick next time.
20224
20225 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20226
20227         * configure.ac:
20228         * gst-libs/gst/Makefile.am:
20229           moved gst-libs/gst/net to netbuffer through CVS surgery
20230           remove old directory
20231           updating build to accomodate
20232           (#322257)
20233
20234 2005-11-29  Andy Wingo  <wingo@pobox.com>
20235
20236         * pkgconfig/gstreamer-plugins-base.pc.in:
20237         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20238         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20239         (#322257).
20240
20241 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20242
20243         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20244         3rd time's the charm. Correct ref-counting for discarded buffers.
20245
20246 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20247
20248         * gst/playback/gststreamselector.c:
20249         (gst_stream_selector_class_init),
20250         (gst_stream_selector_set_property),
20251         (gst_stream_selector_get_property),
20252         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20253         Fix ref-counting
20254
20255 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20256
20257         * gst/subparse/gstsubparse.c: (feed_textbuf):
20258           Don't access already unref'ed buffer.
20259
20260 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20261
20262         * gst/playback/gststreamselector.c:
20263         (gst_stream_selector_class_init), (gst_stream_selector_init),
20264         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20265         (gst_stream_selector_get_property),
20266         (gst_stream_selector_get_linked_pad),
20267         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20268         * gst/playback/gststreamselector.h:
20269         Add the active-pad property for playbin to use shortly. Ignore buffers
20270         from any other pad, returning GST_FLOW_NOT_LINKED
20271
20272 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20273
20274         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20275         patch from bug #322704 (Alessandro Decina).
20276
20277 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20278
20279         * gst-libs/gst/audio/Makefile.am:
20280           folded audiofilter into the audio library
20281
20282 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20283
20284         * gst/videoscale/gstvideoscale.h:
20285         * gst/videoscale/gstvideoscale.c:
20286           remove unimplemented scale methods
20287
20288 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20289
20290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20291           Don't leak caps.
20292
20293 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20294
20295         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20296         (gst_ximagesink_setcaps):
20297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20298         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20299         happens (only visible on ximagesink but bug is in xv too) set_caps was
20300         destroying the internal x[v]image used to memcpy non locally alloced
20301         buffers so that it got renewed on next _chain. The issue is that 
20302         _expose will try to put that image as it reffed it in _put.
20303         Using gst_buffer_unref instead of destroy fixes it !
20304
20305 2005-11-28  Edward Hervey  <edward@fluendo.com>
20306
20307         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20308         (try_to_link_1), (queue_filled_cb):
20309         Better use of the queues. Start with a small size queue and only increase
20310         the size of the queues when the other queues are empty.
20311
20312 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20313
20314         * gst-libs/gst/video/Makefile.am:
20315           compile in copied-over videofilter into the video library
20316         * gst-libs/gst/video/videosink.h:
20317           rename the header to gstvideosink.h since it's a base GstObject class
20318         * sys/ximage/ximagesink.h:
20319         * sys/xvimage/xvimagesink.h:
20320           use the new header
20321
20322 2005-11-28  Wim Taymans  <wim@fluendo.com>
20323
20324         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20325         * gst/playback/gstplaybasebin.h:
20326         Prepare to handle errors betters.
20327
20328         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20329         Set sinks to PAUSED first before adding and linking them so that
20330         we don't interrupt dataflow.
20331
20332 2005-11-28  Wim Taymans  <wim@fluendo.com>
20333
20334         * gst-libs/gst/audio/TODO:
20335         Updated TODO
20336
20337         * gst-libs/gst/audio/gstaudiosink.c:
20338         (gst_audioringbuffer_open_device),
20339         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20340         (gst_audioringbuffer_release):
20341         Small cleanups.
20342
20343         * gst-libs/gst/audio/gstbaseaudiosink.c:
20344         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20345         (gst_base_audio_sink_change_state):
20346         Slave to the master clock when going to PLAYING and unslave when
20347         going to PAUSED.
20348
20349         * gst-libs/gst/audio/gstringbuffer.c:
20350         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20351         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20352         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20353         (gst_ring_buffer_clear_all), (wait_segment),
20354         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20355         (gst_ring_buffer_advance):
20356         * gst-libs/gst/audio/gstringbuffer.h:
20357         Add some docs and cleanups.
20358
20359 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20360
20361         * sys/xvimage/xvimagesink.c:
20362         (gst_xvimagesink_navigation_send_event): Fix navigation events
20363         coordinates translation with pixel aspect ratios.
20364
20365 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20366
20367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20368         Use calculated video geometry from _setcaps instead of buffer
20369         caps to respect pixel aspect ratio. (fixes #322388)
20370
20371 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20372
20373         * docs/libs/tmpl/gstcolorbalance.sgml:
20374         * docs/libs/tmpl/gstmixer.sgml:
20375         * docs/libs/tmpl/gstxoverlay.sgml:
20376         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20377         interface.
20378
20379 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20380
20381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20382         Refuse to create an XvImage if we can't find the format.
20383
20384 2005-11-28  Edward Hervey  <edward@fluendo.com>
20385
20386         * gst-libs/gst/riff/riff-media.c:
20387         (gst_riff_create_audio_template_caps):
20388         Add ATRAC3 to the list of riff-possible audio caps.
20389         I know we still don't have a plugin for atrac3, but it's saner to output
20390         that than a cryptic mimetype.
20391
20392 2005-11-27  Edward Hervey  <edward@fluendo.com>
20393
20394         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20395         Don't try to create a zero-sized subbuffer.
20396
20397 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20398
20399         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20400         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20401         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20402         (gst_ximagesink_expose): Fixed a tricky race.
20403         * sys/ximage/ximagesink.h:
20404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20405         (gst_xvimagesink_expose): Fixed a tricky race.
20406         * sys/xvimage/xvimagesink.h:
20407
20408 2005-11-27  Edward Hervey  <edward@fluendo.com>
20409
20410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20411         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20412         Remove unused properties, and add queues between demuxers and decoders
20413         so that a lot more files can preroll properly.
20414
20415 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20416
20417         * gst-libs/gst/net/Makefile.am:
20418         * gst-libs/gst/rtp/Makefile.am:
20419         * gst-libs/gst/tag/Makefile.am:
20420           remove silly include
20421         * gst/tags/Makefile.am:
20422         * gst/tags/gsttagediting.c:
20423         * gst/tags/gsttageditingprivate.h:
20424         * gst/tags/tagedit.vcproj:
20425           remove directory, is as good as empty
20426
20427 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * configure.ac:
20430           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20431         * gst-libs/Makefile.am:
20432         * gst-libs/gst/audio/Makefile.am:
20433         * gst-libs/gst/interfaces/Makefile.am:
20434         * gst-libs/gst/net/Makefile.am:
20435         * gst-libs/gst/riff/Makefile.am:
20436         * gst-libs/gst/rtp/Makefile.am:
20437         * gst-libs/gst/tag/Makefile.am:
20438         * gst-libs/gst/video/Makefile.am:
20439           and use them
20440
20441 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20442
20443         * docs/libs/tmpl/gstcolorbalance.sgml:
20444         * docs/libs/tmpl/gstmixer.sgml:
20445         * docs/libs/tmpl/gstxoverlay.sgml:
20446         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20447         * sys/ximage/ximagesink.h:
20448         * sys/xvimage/xvimagesink.h: More and more documentation.
20449
20450 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20451
20452         * docs/libs/gst-plugins-base-libs-docs.sgml:
20453         * docs/libs/gst-plugins-base-libs-sections.txt:
20454         * docs/libs/tmpl/gstcolorbalance.sgml:
20455         * docs/libs/tmpl/gstmixer.sgml:
20456         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20457         to documentation.
20458
20459 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20460
20461         * docs/plugins/Makefile.am:
20462         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20464         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20465
20466 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20467
20468         * docs/plugins/Makefile.am:
20469         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20470         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20471         * docs/plugins/inspect/plugin-adder.xml:
20472         * docs/plugins/inspect/plugin-alsa.xml:
20473         * docs/plugins/inspect/plugin-audioconvert.xml:
20474         * docs/plugins/inspect/plugin-audiorate.xml:
20475         * docs/plugins/inspect/plugin-audioresample.xml:
20476         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20477         * docs/plugins/inspect/plugin-decodebin.xml:
20478         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20479         * docs/plugins/inspect/plugin-gnomevfs.xml:
20480         * docs/plugins/inspect/plugin-ogg.xml:
20481         * docs/plugins/inspect/plugin-playbin.xml:
20482         * docs/plugins/inspect/plugin-subparse.xml:
20483         * docs/plugins/inspect/plugin-tcp.xml:
20484         * docs/plugins/inspect/plugin-theora.xml:
20485         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20486         * docs/plugins/inspect/plugin-video4linux.xml:
20487         * docs/plugins/inspect/plugin-videorate.xml:
20488         * docs/plugins/inspect/plugin-videoscale.xml:
20489         * docs/plugins/inspect/plugin-videotestsrc.xml:
20490         * docs/plugins/inspect/plugin-volume.xml:
20491         * docs/plugins/inspect/plugin-vorbis.xml:
20492         * docs/plugins/inspect/plugin-ximagesink.xml:
20493         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20494         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20495
20496 2005-11-26  Edward Hervey  <edward@fluendo.com>
20497
20498         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20499         Properly return GstFlowReturn from gst_pad_push in chain functions.
20500
20501 2005-11-25  Michael Smith  <msmith@fluendo.com>
20502
20503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20504         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20505         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20506         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20507           Handle various conditions better when we don't understand a stream.
20508           Removes a heap of CRITICALs on ogg streams containing unknown data.
20509
20510 2005-11-24  Andy Wingo  <wingo@pobox.com>
20511
20512         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20513         Be threadsafe.
20514
20515 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20516
20517         * configure.ac: back to HEAD
20518
20519 === release 0.9.6 ===
20520
20521 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20522
20523         * configure.ac:
20524           releasing 0.9.6, "White Eight"
20525
20526 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20529         * docs/plugins/inspect/plugin-sine.xml:
20530           remove sinesrc some more
20531
20532 2005-11-23  Wim Taymans  <wim@fluendo.com>
20533
20534         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20535         If we are reading too slowly, jump forward in the ringbuffer
20536         instead of blocking.
20537
20538 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20539
20540         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20541         (gst_visual_chain):
20542         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20543         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20544         (gst_videorate_chain):
20545         * gst/videotestsrc/gstvideotestsrc.c:
20546         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20547         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20548         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20549         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20550         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20551         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20552           Updates for API changes
20553
20554 2005-11-23  Wim Taymans  <wim@fluendo.com>
20555
20556         * gst-libs/gst/audio/gstbaseaudiosink.c:
20557         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20558         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20559         Fix for calibration API change.
20560
20561 2005-11-23  Michael Smith <msmith@fluendo.com>
20562
20563         * gst-libs/gst/audio/multichannel.c:
20564         (gst_audio_get_channel_positions),
20565         (gst_audio_set_channel_positions),
20566         (gst_audio_set_structure_channel_positions_list),
20567         (gst_audio_fixate_channel_positions):
20568           Use gst_value_array_*() functions on value arrays, not
20569           gst_value_list_*().
20570
20571 2005-11-23  Edward Hervey  <edward@fluendo.com>
20572
20573         * autogen.sh:
20574         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20575         Fixes autogen
20576
20577 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20578
20579         * check/Makefile.am:
20580         * check/elements/videotestsrc.c: (setup_videotestsrc),
20581         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20582         (main):
20583           add a test for videotestsrc
20584
20585 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20586
20587         * gst/sine/.cvsignore:
20588         * gst/sine/Makefile.am:
20589         * gst/sine/gstsinesrc.c:
20590         * gst/sine/gstsinesrc.h:
20591         * gst/sine/sinesrc.vcproj:
20592           and remove sinesrc from the repository.  Closes #321446
20593
20594 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20595
20596         * configure.ac:
20597         * gst-plugins-base.spec.in:
20598           remove sinesrc from the build
20599
20600 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20601
20602         * check/Makefile.am:
20603         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20604         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20605         (main):
20606           add a test for audiotestsrc, testing all waves.  Even seems
20607           leak-free at first glance, nice job Stefan
20608
20609 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20610
20611         * po/af.po:
20612         * po/az.po:
20613         * po/cs.po:
20614         * po/en_GB.po:
20615         * po/hu.po:
20616         * po/it.po:
20617         * po/nb.po:
20618         * po/nl.po:
20619         * po/or.po:
20620         * po/sq.po:
20621         * po/sr.po:
20622         * po/sv.po:
20623         * po/uk.po:
20624         * po/vi.po:
20625           Translation string updates
20626
20627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20628         (gst_v4lsrc_set_caps):
20629         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20630         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20631         * sys/v4l/v4lsrc_calls.h:
20632           Improve v4lsrc, by making it work again.
20633
20634 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20635
20636         * ext/libvisual/visual.c: (gst_visual_chain):
20637           Fix the fps calculations.
20638
20639         * gst/ffmpegcolorspace/avcodec.h:
20640           Move structure element for clarity
20641
20642         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20643         * gst-libs/gst/interfaces/tunernorm.h:
20644         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20645         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20646         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20647         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20648         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20649         (gst_v4lmjpegsrc_getcaps):
20650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20651         (gst_v4lsrc_set_caps):
20652         * sys/v4l/gstv4lsrc.h:
20653         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20654         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20655         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20656         * sys/v4l/v4lsrc_calls.h:
20657           Fractional framerates...
20658
20659 2005-11-22  Wim Taymans  <wim@fluendo.com>
20660
20661         * gst-libs/gst/audio/gstbaseaudiosink.c:
20662         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20663         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20664         And we provide a clock by default, of course...
20665
20666 2005-11-22  Wim Taymans  <wim@fluendo.com>
20667
20668         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20669         This clock can be slaved to a master clock now.
20670
20671         * gst-libs/gst/audio/gstbaseaudiosink.c:
20672         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20673         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20674         (gst_base_audio_sink_set_clock),
20675         (gst_base_audio_sink_set_property),
20676         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20677         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20678         * gst-libs/gst/audio/gstbaseaudiosink.h:
20679         Handle slaving the internal clock to the clock selected in the
20680         pipeline.
20681         Add property to make the basesink not provide a clock.
20682
20683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20684         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20685         (gst_base_rtp_depayload_wait):
20686         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20687         We can use the clock in GstElement, no need to store it ourselves.
20688
20689 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20690
20691         * docs/libs/tmpl/gstaudio.sgml:
20692           update
20693         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20694         (gst_paranoia_endian_get_type):
20695         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20696         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20697         * gst/audiotestsrc/gstaudiotestsrc.c:
20698         (gst_audiostestsrc_wave_get_type):
20699         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20700         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20701         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20702         (gst_sync_method_get_type), (gst_unit_type_get_type),
20703         (gst_client_status_get_type), (gst_multifdsink_class_init),
20704         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20705         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20706         (gst_multifdsink_get_property):
20707         * gst/tcp/gstmultifdsink.h:
20708         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20709         * gst/videotestsrc/gstvideotestsrc.c:
20710         (gst_videotestsrc_pattern_get_type):
20711           remove deprecated properties
20712           fix up enums to correctly have short lowercase dashed nicks
20713
20714 2005-11-22  Michael Smith <msmith@fluendo.com>
20715
20716         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20717         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20718           Add underscore.
20719
20720 2005-11-22  Michael Smith <msmith@fluendo.com>
20721
20722         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20723         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20724           Use utility method for scaling clocktime for fractional framerates.
20725
20726 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20727
20728         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20729         (gst_visual_chain):
20730         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20731         * ext/theora/theoradec.c: (theora_handle_type_packet):
20732         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20733         (theora_enc_chain):
20734         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20735         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20736         * gst-libs/gst/video/video.h:
20737         * gst/ffmpegcolorspace/avcodec.h:
20738         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20739         (gst_ffmpeg_caps_to_pixfmt):
20740         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20741         (gst_ffmpegcsp_set_caps):
20742         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20743         (gst_videorate_setcaps), (gst_videorate_blank_data),
20744         (gst_videorate_chain):
20745         * gst/videotestsrc/gstvideotestsrc.c:
20746         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20747         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20748         (gst_videotestsrc_event), (gst_videotestsrc_create):
20749         * gst/videotestsrc/gstvideotestsrc.h:
20750         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20751         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20752         (gst_ximagesink_get_times), (gst_ximagesink_init):
20753         * sys/ximage/ximagesink.h:
20754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20755         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20756         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20757         * sys/xvimage/xvimagesink.h:
20758           Convert elements to use fractions for their framerate.
20759           V4L elements to come later tonight.
20760
20761 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20762
20763         * gst-libs/gst/audio/audio.c:
20764         * gst-libs/gst/audio/audio.h:
20765           remove some deprecated functions
20766
20767 2005-11-22  Andy Wingo  <wingo@pobox.com>
20768
20769         * Update for gst_tag_setter API changes.
20770
20771 2005-11-22  Andy Wingo  <wingo@pobox.com>
20772
20773         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20774         (gst_ogg_demux_perform_seek):
20775         * ext/theora/theoradec.c (theora_dec_sink_event):
20776         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20777         update-funcnames.
20778
20779 2005-11-22  Wim Taymans  <wim@fluendo.com>
20780
20781         * examples/seeking/seek.c: (main):
20782         Give higher priority to bus signals than the gtk events
20783         to fix a race condition in the segment looping.
20784
20785 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20786
20787         * ext/theora/Makefile.am:
20788         * ext/vorbis/Makefile.am:
20789         * gst-libs/gst/tag/Makefile.am:
20790         * gst-plugins-base.spec.in:
20791           Rename libgsttagedit to libgsttag (#322117).
20792
20793 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20794
20795         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20797           Call gst_x_overlay_prepare_xwindow_id() to give applications
20798           a final chance to set their own xwindow id before the video
20799           sink creates its own window.
20800
20801 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20802
20803         * sys/xvimage/xvimagesink.c:
20804         (gst_xvimagesink_navigation_send_event): Handle navigation
20805         events correcly with borders if applicable.
20806
20807 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20808
20809         Patch by: Luca Ognibene
20810
20811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20812         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20814         (gst_ffmpegcsp_caps_remove_format_info):
20815         * gst/ffmpegcolorspace/imgconvert.c:
20816         * gst/ffmpegcolorspace/imgconvert_template.h:
20817           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20818           #318353); use gst_structure_has_name().
20819
20820 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20821
20822         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20823         (gst_ximagesink_class_init): Add debug macros on functions.
20824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20825         (gst_xvimagesink_xwindow_draw_borders),
20826         (gst_xvimagesink_xvimage_put),
20827         (gst_xvimagesink_xwindow_update_geometry),
20828         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20829         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20830         (gst_xvimagesink_xcontext_clear),
20831         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20832         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20833         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20834         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20835         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20836         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20837         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20838         expose while being PAUSED, out of data flow navigation events, etc..
20839
20840 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20841
20842         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20843         * gst-libs/gst/audio/audio.h:
20844           fix prototype - wondering why the test worked regardless
20845
20846 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20847
20848         * check/Makefile.am:
20849         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20850         * gst-libs/gst/audio/audio.h:
20851           add a method that returns a proper GstClockTime
20852
20853 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20854
20855         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20856         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20857         * gst-libs/gst/interfaces/xoverlay.h:
20858           Remove everything having to do with the desired size; add 
20859           gst_x_overlay_prepare_xwindow_id() function; remove the
20860           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20861           post a message on the bus instead (#321816).
20862
20863         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20865         (gst_xvimagesink_xoverlay_init):
20866           Remove desired size stuff (#321816).
20867
20868 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20869
20870         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20871         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20872         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20873           Terminate vararg functions with NULL instead of 0 to 
20874           make gcc4 happy.
20875
20876 2005-11-21  Andy Wingo  <wingo@pobox.com>
20877
20878         patch by: Sebastien Cote <sebas642@yahoo.ca>
20879         
20880         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20881         * gst-libs/gst/rtp/gstrtpbuffer.c
20882         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20883
20884 2005-11-21  Andy Wingo  <wingo@pobox.com>
20885
20886         * gst/playback/gstplaybin.c (gen_audio_element) 
20887         (gen_video_element): Use the new MISSING_PLUGIN core error
20888         category. Closes #320060.
20889
20890         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20891         * gst/videorate/gstvideorate.c (gst_videorate_event):
20892         * ext/theora/theoradec.c (theora_dec_sink_event): 
20893         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20894         stream lock.
20895
20896         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20897         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20898         stream lock changes.
20899
20900 2005-11-21  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst-libs/gst/audio/gstbaseaudiosink.c:
20903         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20904         (gst_base_audio_sink_provide_clock),
20905         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20906         (gst_base_audio_sink_change_state):
20907         * gst/audioresample/gstaudioresample.c:
20908         Segment update fix.
20909
20910 2005-11-21  Andy Wingo  <wingo@pobox.com>
20911
20912         * *.h:
20913         * *.c: Ran scripts/update-macros. Oh yes.
20914
20915 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20916
20917         * sys/ximage/Makefile.am:
20918         * sys/ximage/ximage.c:
20919           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20920           remove your old libgstximage.* manually if necessary).
20921
20922 2005-11-21  Michael Smith <msmith@fluendo.com>
20923
20924         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20925           Minimal fix for bug #320200: set the min/max bitrate in the correct
20926           units. A better fix would be to upgrade to the RATEMANAGE2
20927           interface, rather than using the deprecated interface used here, but
20928           that would require an update in our libvorbis dependency (to 1.1),
20929           which is probably undesirable.
20930
20931 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20932
20933         * ext/libvisual/visual.c: (get_buffer):
20934         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20935         (gst_base_audio_src_fixate):
20936         * gst/audioconvert/gstaudioconvert.c:
20937         (gst_audio_convert_fixate_caps):
20938         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20939         * gst/audiotestsrc/gstaudiotestsrc.c:
20940         (gst_audiotestsrc_src_fixate):
20941         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20942         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20944         * gst/videotestsrc/gstvideotestsrc.c:
20945         (gst_videotestsrc_src_fixate):
20946         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20948           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20949           (#322027)
20950
20951
20952 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20953
20954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20955         (gst_riff_create_iavs_caps):
20956         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20957         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20958         (gst_riff_parse_info):
20959         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20962           Fixes for GST_FOURCC_FORMAT API change.
20963
20964 2005-11-21  Andy Wingo  <wingo@pobox.com>
20965
20966         patch by: Alessandro Dessina <alessandro nnva org>
20967
20968         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20969         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20970         (gst_ogg_parse_chain):
20971         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20972         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20973         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20974         gst_value_list calls on arrays. Fixes #321962.
20975
20976 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20977
20978         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20979         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20980         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20981         * gst/adder/gstadder.c: (gst_adder_init),
20982         (gst_adder_request_new_pad), (gst_adder_collected),
20983         (gst_adder_change_state):
20984           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20985           API change.
20986
20987 2005-11-21  Michael Smith <msmith@fluendo.com>
20988
20989         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20990         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20991           Properly handle pad_push return values.
20992
20993 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20994
20995         * gst-libs/gst/tag/Makefile.am:
20996         * gst-libs/gst/tag/gstvorbistag.c:
20997         (gst_tag_list_to_vorbiscomment_buffer):
20998           Remove obsolete vorbistag element and debug category.
20999
21000         * gst/playback/gstplaybasebin.c: (check_queue):
21001           Don't divide by 0 when queue-threshold is 0.
21002
21003         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
21004           Don't modify an existing pixel-aspect-ratio if we fail to read
21005           a new one.
21006
21007 2005-11-20  Wim Taymans  <wim@fluendo.com>
21008
21009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
21010         (gst_vorbisenc_push_packet):
21011         GST_PAD_IS_USABLE is gone, use the return value of
21012         the push or pad_alloc_buffer instead.
21013
21014 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21015
21016         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
21017         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
21018         (gst_ximagesink_ximage_destroy),
21019         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
21020         (gst_ximagesink_xwindow_new),
21021         (gst_ximagesink_xwindow_update_geometry),
21022         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
21023         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21024         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21025         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21026         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21027         (gst_ximagesink_navigation_send_event),
21028         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21029         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21030         (gst_ximagesink_finalize), (gst_ximagesink_init),
21031         (gst_ximagesink_class_init):
21032         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21033         This new version brings correct software scaling, non flickering
21034         window while resizing, pixel aspect ratio handling, usage of
21035         hardware buffer pools, out of data flow event thread for 
21036         navigation and handling of expose events even when being PAUSED,
21037         a new property to keep video aspect ratio when resizing, etc...
21038
21039 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21040
21041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21042         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21043         handling of PAR.
21044
21045 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21046
21047         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21048         Unsetting IS_SINK flag from the fakesink, so decodebin
21049         never behaves as a sink.
21050
21051 2005-11-17  Wim Taymans  <wim@fluendo.com>
21052
21053         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21054         (gst_base_audio_src_change_state):
21055         Fix the audiosrc base class again, we did not unflush.
21056
21057 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21058
21059         * examples/seeking/seek.c: (make_dv_pipeline),
21060         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21061         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21062         to ogg/vorbis/theora pipeline.
21063
21064 2005-11-17  Wim Taymans  <wim@fluendo.com>
21065
21066         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21067         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21068         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21069         Fix EOS on multiple streams.
21070         More debugging.
21071
21072 2005-11-16  Wim Taymans  <wim@fluendo.com>
21073
21074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21075         (gst_ogg_demux_perform_seek):
21076         Segment done must include stream time.
21077
21078         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21079         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21080         (gst_ogg_mux_change_state):
21081         Fix ogg muxer again.
21082
21083 2005-11-16  Wim Taymans  <wim@fluendo.com>
21084
21085         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21086         Fix compile again.
21087
21088 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21089
21090         * ext/libvisual/visual.c: (gst_visual_init):
21091         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21092         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21093         (gst_ogg_parse_chain):
21094         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21095         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21096         * ext/theora/theoradec.c: (gst_theora_dec_init):
21097         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21098         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21099         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21100         * gst/adder/gstadder.c: (gst_adder_class_init),
21101         (gst_adder_dispose):
21102         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21103         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21104         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21105           Fix a whole set of pad template leaks
21106
21107 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21108
21109         * check/generic/states.c: (GST_START_TEST):
21110           fix the test so that it only checks for elements that are part of
21111           this source module
21112
21113 2005-11-16  Michael Smith <msmith@fluendo.com>
21114
21115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21116         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21117         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21118         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21119         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21120         (gst_ogg_mux_change_state):
21121           Fix leaking collectpads.
21122
21123 2005-11-16  Edward Hervey  <edward@fluendo.com>
21124
21125         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21126         (gst_videorate_event), (gst_videorate_chain):
21127         Handle segment seeks
21128
21129 2005-11-16  Wim Taymans  <wim@fluendo.com>
21130
21131         * gst-libs/gst/audio/gstbaseaudiosink.c:
21132         (gst_base_audio_sink_provide_clock),
21133         (gst_base_audio_sink_change_state):
21134         Set ringbuffer to non-flushing when going to PAUSED, set to
21135         flushing again when going to READY.
21136
21137         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21138         (gst_ring_buffer_stop):
21139         Start in flushing mode by default.
21140         Don't set flushing in the _stop method, let the app call
21141         this explicitly.
21142
21143 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21144
21145         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21146         * gst-libs/gst/video/videosink.h: Add helper function needed
21147         for video sinks.
21148
21149 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21150
21151         * gst/videoscale/gstvideoscale.c:
21152         (gst_videoscale_handle_src_event):
21153           Don't leak reference to pad parent.
21154
21155 2005-11-16  Wim Taymans  <wim@fluendo.com>
21156
21157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21158         Set ringbuffer to flushing when stopping so that we don't
21159         block on wait_segment anymore and livelock.
21160
21161 2005-11-16  Wim Taymans  <wim@fluendo.com>
21162
21163         * examples/seeking/seek.c: (send_event), (do_seek),
21164         (loop_toggle_cb), (segment_done), (main):
21165         Added looping checkbox.
21166
21167 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21168
21169         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21170         (gst_ogg_demux_init):
21171         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21172         (gst_vorbis_dec_init):
21173           revert unrefs, they don't pass make check
21174
21175 2005-11-15  Johan Dahlin  <johan@gnome.org>
21176
21177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21178         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21179         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21180         (gst_vorbis_dec_init):
21181         Fix pad template leaks. 
21182
21183 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21184
21185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21186           Make state change function thread safe.
21187
21188 2005-11-15  Edward Hervey  <edward@fluendo.com>
21189
21190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21191         (gst_ogg_demux_class_init):
21192         Implement GstElement::send_event, so we can send seek events
21193         in GST_STATE_READY
21194
21195 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21196
21197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21198         Discovered how to take away flickering while resizing the
21199         window. Please don't put that in ximagesink, refactoring in
21200         progress.
21201
21202 2005-11-14  Michael Smith <msmith@fluendo.com>
21203
21204         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21205         (gst_multifdsink_render):
21206           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21207
21208 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21209
21210         * gst/playback/gstplaybin.c: (gen_audio_element):
21211           Use autoaudiosink, it tends to be more widely available than
21212           autoaudiiosink.
21213           
21214 2005-11-14  Andy Wingo  <wingo@pobox.com>
21215
21216         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21217         as well if it is available. Fixes #316442.
21218
21219 2005-11-14  Michael Smith <msmith@fluendo.com>
21220
21221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21222         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21223         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21224         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21225         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21226         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21228         (gst_vorbisenc_change_state):
21229           Fix a small memory leak in vorbisenc.
21230           Fix large memory leaks in oggmux, also fix lots of state change
21231           bugs in oggmux.
21232
21233 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21234
21235         * gst/videotestsrc/gstvideotestsrc.c:
21236         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21237         (gst_videotestsrc_src_fixate):
21238           move fixation to a fixate function
21239           remove negotiate function, basesrc's is good enough
21240           fixes a bug for check when using the element alone
21241
21242 2005-11-13  Edward Hervey  <edward@fluendo.com>
21243
21244         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21245         (key_toggle_cb), (main):
21246         Added checkboxes for adding/removing the accurate and key_unit seek
21247         flags.
21248
21249 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21250
21251         * configure.ac: back to HEAD
21252
21253 === release 0.9.5 ===
21254
21255 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21256
21257         * configure.ac:
21258           releasing 0.9.5, "No No Kia"
21259
21260 2005-11-11  Edward Hervey  <edward@fluendo.com>
21261
21262         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21263         Added parse-launch syntax seeking mode for the seeking example.
21264         This should help stress-test even more cases.
21265         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21266
21267 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21268
21269         * sys/xvimage/xvimagesink.c:
21270         (gst_xvimagesink_navigation_send_event):
21271           Check whether peer pad exists before sending navigation events
21272           to it.
21273
21274 2005-11-11  Michael Smith <msmith@fluendo.com>
21275
21276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21277         (gst_vorbisenc_buffer_from_packet):
21278         * ext/vorbis/vorbisenc.h:
21279           Set duration on encoded buffers. This allows oggmux's
21280           max_page_delay parameter to actually work.
21281
21282 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21283
21284         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21285         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21286         (gst_ffmpegcsp_avpicture_fill):
21287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21288         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21289           Make palettes work again (see #132341). Use our own macros
21290           for rounding up.
21291
21292 2005-11-10  Andy Wingo  <wingo@pobox.com>
21293
21294         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21295         string doober.
21296
21297 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21298
21299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21300         (gst_ffmpegcsp_transform_caps):
21301           Prefer passthrough in transform_caps
21302
21303 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21304
21305         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21306           check for ALSA errors properly, instead of relying on ALSA's
21307           error strings to serve to the user.
21308
21309 2005-11-10  Wim Taymans  <wim@fluendo.com>
21310
21311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21312         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21313         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21314         Modernise the seek code.
21315
21316 2005-11-10  Michael Smith <msmith@fluendo.com>
21317         
21318         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21319         (setup_substreams), (set_active_source):
21320           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21321           trying to go to NULL if we failed to read a file.
21322
21323 2005-11-10  Wim Taymans  <wim@fluendo.com>
21324
21325         * gst/audiotestsrc/gstaudiotestsrc.c:
21326         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21327         (gst_audiotestsrc_create):
21328         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21329         (gst_sinesrc_get_times), (gst_sinesrc_create):
21330         * gst/videotestsrc/gstvideotestsrc.c:
21331         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21332         (gst_videotestsrc_create):
21333         The base class can now sync for us.
21334
21335 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21338           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21339           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21340           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21341           format=(fourcc)I420" ! xvimagesink
21342
21343 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21344
21345         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21346         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21347         (gst_sinesrc_newsegment):
21348           Send newsegment event in TIME format, set duration if
21349           num-buffers is set, fix duration querying.
21350
21351 2005-11-10  Michael Smith <msmith@fluendo.com>
21352
21353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21354         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21355         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21356         (gst_ogg_mux_collected):
21357          Fix EOS handling, partially. Now forwarding an EOS event once we have
21358          EOS on all pads works correctly. However, we still don't properly set
21359          EOS on the actual ogg stream pages.
21360
21361 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21362
21363         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21364           Set elements to NULL state before disposing of them.
21365
21366 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21367
21368         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21369
21370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21371         (gst_base_rtp_depayload_init),
21372         (gst_base_rtp_depayload_set_gst_timestamp):
21373         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21374           We need to send a newsegment event for each instance, not
21375           just for the first instance of this class (get rid of
21376           static variable in function). (#321011).
21377           
21378 2005-11-08  Michael Smith <msmith@fluendo.com>
21379
21380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21381         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21382         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21383         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21384           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21385           This makes us mux things correctly according to the ogg muxing
21386           rules. Still not handling EOS correctly right now, though.
21387
21388 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21389
21390         * gst/audioconvert/gstaudioconvert.c:
21391           Fix typo in docs. 
21392
21393 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21394
21395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21396         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21397           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21398           creating a new chain; should fix live streaming. Also
21399           add more debug output and fix a typo.
21400
21401 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21402
21403         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21404
21405         * gst/volume/gstvolume.c: (volume_set_caps):
21406           Fix compilation on Solaris with Forte. (#320923)
21407
21408 2005-11-08  Wim Taymans  <wim@fluendo.com>
21409
21410         * gst-libs/gst/audio/gstbaseaudiosink.c:
21411         (gst_base_audio_sink_render):
21412         No need to do a typecheck.
21413
21414 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21415
21416         * ext/alsa/gstalsa.h:
21417           We register a debug category, so let's use it.
21418
21419 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21420
21421         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21422         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21423         Fixed a small problem.
21424
21425 2005-11-04  Wim Taymans  <wim@fluendo.com>
21426
21427         * examples/seeking/Makefile.am:
21428         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21429         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21430         (make_playerbin_pipeline), (format_value), (update_scale),
21431         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21432         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21433         (print_usage), (main):
21434         Added app for playback speed testing.
21435
21436         * examples/seeking/seek.c: (dynamic_link),
21437         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21438         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21439         (message_received), (main):
21440         Updated seek example.
21441
21442 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21443
21444         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21445         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21446         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21447         (gst_base_rtp_depayload_set_clock):
21448         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21449         Don't sleep on the bench (system clock) when you have a nice 
21450         comfortable bed (Gstreamer clock) to sleep on.
21451
21452 2005-11-03  Wim Taymans  <wim@fluendo.com>
21453
21454         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21455         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21456         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21457         Handle the case where a pad_block failed.
21458
21459 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21460
21461         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21462
21463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21464         (gst_base_rtp_depayload_add_to_queue),
21465         (gst_base_rtp_depayload_push),
21466         (gst_base_rtp_depayload_set_gst_timestamp),
21467         (gst_base_rtp_depayload_queue_release):
21468           Fixes some bugs in the depayloader's queuing/de-queueing code.
21469
21470 2005-10-31  Michael Smith <msmith@fluendo.com>
21471
21472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21473         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21474         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21475           Patch from Alessandro Decina <alessandro@nnva.org>.
21476           Make oggdemux only find the final time in a chain, not per-pad,
21477           since the per-pad information can be very expensive to locate, and
21478           it isn't used anywhere. This makes reading a file containing
21479           OggSkeleton reasonably fast.
21480           Also, make chain finding work when there are logical bitstreams that
21481           can't be decoded. Fixes #319110.
21482
21483 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21484
21485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21486         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21487         (gst_base_rtp_depayload_chain),
21488         (gst_base_rtp_depayload_add_to_queue),
21489         (gst_base_rtp_depayload_push),
21490         (gst_base_rtp_depayload_set_gst_timestamp),
21491         (gst_base_rtp_depayload_queue_release),
21492         (gst_base_rtp_depayload_start_thread),
21493         (gst_base_rtp_depayload_set_property),
21494         (gst_base_rtp_depayload_get_property):
21495         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21496         Some random fixes, to fullfill the desires of thomas.
21497
21498 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21499
21500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21501         (gst_base_rtp_depayload_add_to_queue),
21502         (gst_base_rtp_depayload_push):
21503         Fixed the queueing algorithm.
21504
21505 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21506
21507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21508         (gst_base_rtp_depayload_push):
21509         A small fix
21510
21511 2005-10-31  Wim Taymans  <wim@fluendo.com>
21512
21513         * gst-libs/gst/audio/gstringbuffer.h:
21514         Don't break ABI.
21515
21516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21517         (gst_ffmpeg_caps_to_pixfmt):
21518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21519         (gst_ffmpegcsp_set_caps):
21520         Some more comments.
21521         Handle missing required caps fields better.
21522
21523 2005-10-31  Wim Taymans  <wim@fluendo.com>
21524
21525         * gst-libs/gst/audio/gstbaseaudiosink.c:
21526         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21527         (gst_base_audio_sink_render):
21528         * gst-libs/gst/audio/gstringbuffer.c:
21529         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21530         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21531         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21532         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21533         (gst_ring_buffer_read):
21534         * gst-libs/gst/audio/gstringbuffer.h:
21535         Add flushing mode to the ringbuffer so that it in all cases does
21536         not try to handle more audio. This makes sure it does not try to
21537         block anymore when flushing and fixes a livelock.
21538
21539 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21540
21541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21542         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21543         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21544           Explicitly check for -1 values before doing a conversion
21545           and always map them to -1. (#315545)
21546
21547 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21548
21549         * gst/playback/gstplaybin.c: (gen_video_element):
21550           first try autovideosink, then xvimagesink, then error out
21551         * po/POTFILES.in:
21552           add translatable file
21553         * po/af.po:
21554         * po/az.po:
21555         * po/cs.po:
21556         * po/en_GB.po:
21557         * po/hu.po:
21558         * po/it.po:
21559         * po/nb.po:
21560         * po/nl.po:
21561         * po/or.po:
21562         * po/sq.po:
21563         * po/sr.po:
21564         * po/sv.po:
21565         * po/uk.po:
21566         * po/vi.po:
21567           update translations
21568
21569 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21570
21571         * gst-libs/gst/rtp/gstbasedepayload.c:
21572         * gst-libs/gst/rtp/gstbasedepayload.h:
21573           Minor cleanups
21574
21575 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21576
21577         * gst/playback/.cvsignore:
21578         * gst/playback/decodetest.c:
21579         * gst/playback/test3.c:
21580           Port these two tests as well.
21581
21582 2005-10-27  Wim Taymans  <wim@fluendo.com>
21583
21584         * ext/theora/theoradec.c: (theora_dec_src_query),
21585         (theora_dec_sink_event):
21586         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21587         (theora_enc_change_state):
21588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21589         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21590         Take proper locks when handling events.
21591
21592 2005-10-27  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21595         (gst_adder_change_state):
21596         Fix timestamps and fix deadlock when stopping the collectpads.
21597
21598 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21599
21600         * gst-libs/gst/rtp/gstrtpbuffer.h:
21601         Declaring the payload types as strings too so that they can be used
21602         in the padtemplate inialization.
21603
21604 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21605
21606         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21607
21608         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21609         (gst_base_rtp_depayload_class_init):
21610         Fixes a small but nasty bug. The derived elements no longer segfaults
21611         on finalization.
21612
21613 2005-10-26  Michael Smith <msmith@fluendo.com>
21614
21615         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21616           When clearing an audioconvert context, set tmpbufsize to zero, so
21617           we'll allocate it again later if required.
21618           This fixes audioconvert re-negotiating formats, which previously
21619           segfaulted with a NULL destination buffer.
21620
21621 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21622
21623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21624         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21625         (gst_base_rtp_depayload_set_gst_timestamp),
21626         (gst_base_rtp_depayload_queue_release):
21627         Fixed a smalll memleak.
21628
21629 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21631         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21632         (gst_base_rtp_depayload_finalize),
21633         (gst_base_rtp_depayload_setcaps),
21634         (gst_base_rtp_depayload_add_to_queue),
21635         (gst_base_rtp_depayload_push),
21636         (gst_base_rtp_depayload_set_gst_timestamp),
21637         (gst_base_rtp_depayload_queue_release),
21638         (gst_base_rtp_depayload_thread),
21639         (gst_base_rtp_depayload_change_state):
21640         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21641         Changed the C++ comments to C comments
21642
21643 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21644
21645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21646         * gst/tcp/gsttcpclientsrc.h:
21647         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21648         * gst/tcp/gsttcpserversrc.h:
21649           Remove unused 'curoffset' structure member.
21650
21651 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21652
21653         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21654         (gst_base_rtp_depayload_base_init),
21655         (gst_base_rtp_depayload_finalize):
21656         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21657         * gst-libs/gst/rtp/gstbasertppayload.h:
21658           The pad-template on the sinkpad should be set by the derived classes.
21659           Also added some useful macros.
21660
21661 2005-10-24  Wim Taymans  <wim@fluendo.com>
21662
21663         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21664         Correctly flush decoder samples even if we could not
21665         copy them to an output buffer. Fixes #319618.
21666
21667 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21668
21669         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21671         the caps against our xcontext caps.
21672
21673 2005-10-24  Wim Taymans  <wim@fluendo.com>
21674
21675         * gst-libs/gst/audio/gstbaseaudiosink.c:
21676         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21677         Remove g_print
21678         Use sync property from baseclass to disable sync.
21679
21680 2005-10-24  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst-libs/gst/audio/gstbaseaudiosink.c:
21683         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21684         Buffers with no timestamps get aligned with previous buffers or
21685         on underrun, played ASAP.
21686
21687 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21688
21689         * gst-libs/gst/video/video.h:
21690         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21691         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21693         here comes my change on caps for framerate and geometry range.
21694         We are now accepting 1 to MAXINT for width and height, and from
21695         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21696         to be blended correctly in videomixer.
21697
21698 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21699
21700         * configure.ac:
21701           back to HEAD
21702
21703 === release 0.9.4 ===
21704
21705 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * NEWS:
21708         * RELEASE:
21709         * configure.ac:
21710           releasing 0.9.4, "Velociraptor"
21711
21712 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21713
21714         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21715         * po/POTFILES.in:
21716           STOPPED -> FAILED
21717
21718 2005-10-21  Wim Taymans  <wim@fluendo.com>
21719
21720         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21721         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21722         (pad_blocked), (close_pad_link), (new_pad):
21723         Don't try to remove elements twice.
21724
21725 2005-10-21  Wim Taymans  <wim@fluendo.com>
21726
21727         * ext/theora/theoradec.c: (theora_dec_src_query),
21728         (theora_dec_sink_event):
21729         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21730         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21731         (vorbis_handle_data_packet):
21732         * ext/vorbis/vorbisdec.h:
21733         Fix old naming.
21734
21735         * gst-libs/gst/audio/gstbaseaudiosink.c:
21736         (gst_base_audio_sink_render):
21737         Don't try to sync on buffers without a timestamp.
21738
21739 2005-10-21  Wim Taymans  <wim@fluendo.com>
21740
21741         * ext/theora/theoradec.c: (theora_dec_src_query),
21742         (theora_dec_sink_event):
21743         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21744         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21745         (vorbis_handle_data_packet):
21746         * ext/vorbis/vorbisdec.h:
21747         Fix old naming.
21748
21749 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21750
21751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21752         (gst_vorbisenc_src_query):
21753           Implement position and duration queries.
21754
21755         * gst/playback/test3.c: (update_scale), (main):
21756           Fix for async state changes and print nicer output.
21757
21758 2005-10-20  Wim Taymans  <wim@fluendo.com>
21759
21760         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21761         (dump_element_stats), (main):
21762         * gst/playback/test6.c: (main):
21763         Fix tests again
21764
21765 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21766
21767         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21768         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21769           Don't use functions for position queries when handling
21770           duration queries.
21771
21772 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21773
21774         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21775         (vorbis_handle_data_packet), (vorbis_dec_chain),
21776         (vorbis_dec_change_state):
21777         * ext/vorbis/vorbisdec.h:
21778           Vorbis streams can be embedded in other container formats
21779           than ogg, container formats where the demuxer might set 
21780           timestamps on encoded vorbis buffers instead of those silly 
21781           granulepos thingies. In short: make vorbisdec handle 
21782           timestamps on incoming buffers as well.
21783
21784 2005-10-20  Wim Taymans  <wim@fluendo.com>
21785
21786         * gst/playback/gstplaybasebin.c: (group_destroy),
21787         (gst_play_base_bin_change_state):
21788         Fix leak.
21789         Handle case where playbasebin is now ASYNC because
21790         decodebin is.
21791
21792 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21793
21794         * gst/audioconvert/Makefile.am:
21795         * gst/audioconvert/bufferframesconvert.c:
21796         * gst/audioconvert/plugin.c: (plugin_init):
21797         * gst/audioconvert/plugin.h:
21798           And bye bye buffer-frames-convert
21799
21800 2005-10-19  Wim Taymans  <wim@fluendo.com>
21801
21802         * check/elements/audioconvert.c:
21803         * docs/libs/tmpl/gstaudio.sgml:
21804         * docs/libs/tmpl/gstcolorbalance.sgml:
21805         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21806         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21807         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21808         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21809         * gst-libs/gst/audio/audio.h:
21810         * gst/audioconvert/audioconvert.h:
21811         * gst/audioconvert/gstaudioconvert.c:
21812         (gst_audio_convert_parse_caps):
21813         * gst/volume/gstvolume.c:
21814         Bye bye buffer-frames.
21815
21816 2005-10-19  Wim Taymans  <wim@fluendo.com>
21817
21818         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21819         (query_positions_elems), (query_positions_pads), (update_scale),
21820         (do_seek), (set_update_scale), (message_received), (main):
21821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21822         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21823         (gst_ogg_demux_loop):
21824         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21825         * ext/theora/theoradec.c: (theora_dec_src_query),
21826         (theora_dec_sink_event):
21827         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21828         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21829         * gst/adder/gstadder.c: (gst_adder_query):
21830         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21831         * gst/playback/test3.c: (update_scale):
21832         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21833         (dump_element_stats), (main):
21834         * gst/playback/test6.c: (main):
21835         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21836         Query API update.
21837
21838 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21839
21840         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21841         (xml_check_first_element), (xml_type_find), (smil_type_find),
21842         (plugin_init):
21843           Add typefinding for SMIL and for generic XML. Based on patch by
21844           Akos Maroy (#308663).
21845
21846 2005-10-18  Wim Taymans  <wim@fluendo.com>
21847
21848         * gst/playback/Makefile.am:
21849         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21850         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21851         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21852         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21853         (gst_decode_bin_change_state):
21854         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21855         (gst_play_bin_send_event_to_sink):
21856         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21857         (dump_element_stats), (main):
21858         * gst/playback/test6.c: (main):
21859         Make playbin async, it'll commit state to paused when all streams
21860         are detected.
21861         Remove ugly hack.
21862         Added test6.c to show async behaviour.
21863
21864 2005-10-18  Wim Taymans  <wim@fluendo.com>
21865
21866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21867         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21868         Fix for segment-start/stop API change.
21869
21870 2005-10-18  Wim Taymans  <wim@fluendo.com>
21871
21872         * check/Makefile.am:
21873         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21874         (main):
21875         Add future test for clock selection.
21876
21877 2005-10-18  Wim Taymans  <wim@fluendo.com>
21878
21879         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21880         (gst_alsasink_close):
21881         Set handle to NULL.
21882
21883         * gst-libs/gst/audio/gstringbuffer.c:
21884         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21885         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21886         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21887         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21888         (gst_ring_buffer_read):
21889         More debug info.
21890
21891 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21892
21893         * gst/audiotestsrc/Makefile.am:
21894         * gst/sine/Makefile.am:
21895         * gst/volume/Makefile.am:
21896           fix broken build of controllerized plugins
21897
21898 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21899
21900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21901
21902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21903         (gst_riff_create_video_template_caps):
21904           Add support for Indeo-3 (IV32).
21905
21906 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * configure.ac:
21909           rewrite
21910
21911 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21912
21913         * gst-libs/gst/video/video.c: (gst_video_get_size):
21914         * gst/audiotestsrc/gstaudiotestsrc.c:
21915           doc updates
21916
21917 2005-10-17  Andy Wingo  <wingo@pobox.com>
21918
21919         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21920         with the collectpads change.
21921         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21922
21923         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21924
21925         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21926
21927         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21928         alloc_buffer flow return to callers.
21929         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21930         change. Fix some memleaks in theoraenc.
21931
21932         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21933         in strange circumstance.
21934
21935 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21936
21937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21938         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21939         from caps, let's use the caps...
21940
21941 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21942
21943         * configure.ac:
21944           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21945
21946 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21947
21948         * gst-libs/gst/interfaces/Makefile.am:
21949           fix silly typo
21950
21951 2005-10-16  Andy Wingo  <wingo@pobox.com>
21952
21953         * gst/playback/gstdecodebin.c
21954         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21955         function!
21956         (try_to_link_1): Increase kraziness level.
21957
21958 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * configure.ac:
21961           restructure like the core one
21962         * gst-libs/gst/audio/Makefile.am:
21963         * gst-libs/gst/interfaces/Makefile.am:
21964         * gst-libs/gst/net/Makefile.am:
21965         * gst-libs/gst/riff/Makefile.am:
21966         * gst-libs/gst/rtp/Makefile.am:
21967         * gst-libs/gst/tag/Makefile.am:
21968         * gst-libs/gst/video/Makefile.am:
21969           use correct linker flags, now the libs are properly versioned
21970         * check/elements/audioconvert.c: (verify_convert):
21971         * ext/alsa/gstalsaplugin.c:
21972         * ext/cdparanoia/gstcdparanoia.c:
21973         * ext/gnomevfs/gstgnomevfs.c:
21974         * ext/libvisual/visual.c:
21975         * ext/ogg/gstogg.c:
21976         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21977         * ext/theora/theora.c:
21978         * ext/vorbis/vorbis.c:
21979         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21980         * gst-libs/gst/tag/gsttagediting.c:
21981         * gst-libs/gst/video/video.c:
21982         * gst/adder/gstadder.c:
21983         * gst/audioconvert/plugin.c:
21984         * gst/audiorate/gstaudiorate.c:
21985         * gst/audioresample/gstaudioresample.c:
21986         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21987         * gst/audioscale/gstaudioscale.c:
21988         * gst/audioscale/resample.c:
21989         * gst/audiotestsrc/gstaudiotestsrc.c:
21990         * gst/ffmpegcolorspace/gstffmpeg.c:
21991         * gst/playback/gstdecodebin.c: (close_pad_link):
21992         * gst/playback/gstplaybin.c: (gen_video_element),
21993         (gen_audio_element):
21994         * gst/sine/gstsinesrc.c:
21995         * gst/subparse/gstsubparse.c:
21996         * gst/tags/gsttagediting.c:
21997         * gst/tcp/gsttcpplugin.c:
21998         * gst/typefind/gsttypefindfunctions.c:
21999         * gst/videorate/gstvideorate.c:
22000         * gst/videoscale/gstvideoscale.c:
22001         * gst/videotestsrc/gstvideotestsrc.c:
22002         * gst/volume/gstvolume.c:
22003         * sys/v4l/gstv4l.c:
22004         * sys/ximage/ximage.c:
22005         * sys/xvimage/xvimagesink.c:
22006           fix up defines
22007
22008 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
22009
22010         * ext/vorbis/vorbisenc.c:
22011         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
22012         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
22013         (gst_tag_to_vorbis_comments):
22014           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
22015
22016 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
22017
22018         * examples/stats/mp2ogg.c:
22019         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22020           typo fixes
22021
22022 2005-10-13  Michael Smith <msmith@fluendo.com>
22023
22024         * ext/ogg/gstoggmux.c:
22025           Use magic glib macros to define constants as 64 bit, to ensure
22026           appropriate vararg passing.
22027
22028 2005-10-13  Michael Smith <msmith@fluendo.com>
22029
22030         * ext/ogg/gstoggmux.c:
22031         * gst/audioconvert/audioconvert.c: (float):
22032           Don't use LL suffix, as it's not portable, and neither of these
22033           uses required it anyway.
22034
22035 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
22036
22037         * examples/indexing/indexmpeg.c: (main):
22038         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22039         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22040         (cdparanoia_convert), (cdparanoia_query):
22041         * ext/cdparanoia/gstcdparanoia.h:
22042         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22043         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22044         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22046         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22047         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22048         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22049         (gst_multifdsink_render), (gst_multifdsink_start),
22050         (gst_multifdsink_stop):
22051         * gst/tcp/gstmultifdsink.h:
22052         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22053         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22054         (gst_tcpclientsink_stop):
22055         * gst/tcp/gsttcpclientsink.h:
22056         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22057         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22058         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22059         * gst/tcp/gsttcpclientsrc.h:
22060         * gst/tcp/gsttcpserversink.h:
22061         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22062         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22063         (gst_tcpserversrc_stop):
22064         * gst/tcp/gsttcpserversrc.h:
22065         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22066         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22067         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22068           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22069           moved bitshift from macro to enum definition
22070
22071 2005-10-12  Wim Taymans  <wim@fluendo.com>
22072
22073         * examples/seeking/Makefile.am:
22074         Oops.
22075
22076 2005-10-12  Wim Taymans  <wim@fluendo.com>
22077
22078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22079         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22080         Don't assert on normal stuff.
22081
22082         * gst/playback/gstplaybin.c: (do_playbin_seek):
22083         API fix.
22084
22085 2005-10-12  Wim Taymans  <wim@fluendo.com>
22086
22087         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22088         * examples/seeking/Makefile.am:
22089         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22090         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22091         (do_seek), (set_update_scale), (message_received), (main):
22092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22093         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22094         Update for _get_state() API change.
22095
22096 2005-10-11  Wim Taymans  <wim@fluendo.com>
22097
22098         * gst-libs/gst/audio/gstbaseaudiosink.c:
22099         (gst_base_audio_sink_render):
22100         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22101         (gst_base_audio_src_create):
22102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22103         (gst_ring_buffer_read):
22104         Cleanups.
22105         Commit and read from ringbuffer in samples rather than bytes.
22106
22107 2005-10-11  Wim Taymans  <wim@fluendo.com>
22108
22109         * gst-libs/gst/audio/gstbaseaudiosink.c:
22110         (gst_base_audio_sink_render):
22111         Respect segment rate and accum when scheduling samples.
22112
22113 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22114
22115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22116         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22117         EOS correctly, that needs more work.
22118
22119 2005-10-11  Wim Taymans  <wim@fluendo.com>
22120
22121         * check/generic/states.c: (GST_START_TEST):
22122         remove old property.
22123
22124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22125         (gst_ogg_demux_perform_seek):
22126         * ext/theora/theoradec.c: (theora_dec_sink_event):
22127         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22128         (vorbis_handle_data_packet):
22129         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22130         (gst_base_rtp_depayload_set_gst_timestamp):
22131         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22132         Update for newsegment API change.
22133
22134 2005-10-11  Michael Smith <msmith@fluendo.com>
22135
22136         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22137         (do_playbin_seek), (gst_play_bin_send_event):
22138           Override send_event differently, so that we can takes bits of
22139           functionality from GstPipeline (special handling for seeks,
22140           including pausing/resuming, and resetting stream time) and still get
22141           the appropriate behaviour of only forwarding event to a single sink,
22142           rather than all of them.
22143           Unfortunately requires a lot of code duplication, but the
22144           alternatives are equally ugly in the end.
22145
22146 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * check/elements/audioconvert.c: (setup_audioconvert),
22149         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22150         (GST_START_TEST), (audioconvert_suite):
22151           clean up tests a little, fix some leaks.
22152
22153 2005-10-10  Wim Taymans  <wim@fluendo.com>
22154
22155         * ext/alsa/gstalsasink.c:
22156         Also allow unsigned int.
22157
22158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22159         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22160         Small cleanup
22161
22162 2005-10-10  Wim Taymans  <wim@fluendo.com>
22163
22164         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22165         Small update, use API as stated in design docs.
22166
22167         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22168         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22169         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22170         (message_received), (main):
22171         Updated seek example for GOption. Some usability improvements.
22172
22173 2005-10-10  Wim Taymans  <wim@fluendo.com>
22174
22175         * gst/audioconvert/audioconvert.h:
22176         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22177         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22178         Alloc temp storage somewhere else where we can do it more
22179         portable.
22180
22181 2005-10-10  Wim Taymans  <wim@fluendo.com>
22182
22183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22184         (gst_tcpserversrc_start):
22185         Don't block in accept while doing the state change, move
22186         to poll and make cancellable.
22187
22188 2005-10-09  Philippe Khalaf <burger@speedy.org>
22189
22190         * gst-libs/gst/rtp/rtpbasedepayload.c:
22191         Set timestamp and add queue delay to timestamp
22192         * gst-libs/gst/rtp/rtpbuffer.h:
22193         Set correct payload type for h263
22194
22195 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22196
22197         * gst/audiotestsrc/gstaudiotestsrc.c:
22198         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22199         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22200         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22201         (gst_audiotestsrc_create_triangle),
22202         (gst_audiotestsrc_create_silence),
22203         (gst_audiotestsrc_create_white_noise),
22204         (gst_audiotestsrc_init_pink_noise),
22205         (gst_audiotestsrc_generate_pink_noise_value),
22206         (gst_audiotestsrc_create_pink_noise),
22207         (gst_audiotestsrc_change_wave):
22208         * gst/audiotestsrc/gstaudiotestsrc.h:
22209           fixed typo, added pink noise
22210
22211 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22212
22213         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22214         (plugin_init):
22215           Add wavpack and spc typefind functions from 0.8 branch.
22216
22217 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22218
22219         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22220         (ar_type_find), (msdos_type_find), (plugin_init):
22221           Add typefind functions for tar archives, ar archives,
22222           RAR archives, and msdos-executables (dlls, exe, etc.).
22223           Some of those would be wrongly identified as mpeg
22224           streams of some sort before (#315550).
22225
22226 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22227
22228         * configure.ac:
22229         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22230         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22231         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22232         * gst/audiotestsrc/Makefile.am:
22233         * gst/audiotestsrc/gstaudiotestsrc.c:
22234         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22235         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22236         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22237         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22238         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22239         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22240         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22241         (gst_audiotestsrc_create_silence),
22242         (gst_audiotestsrc_create_white_noise),
22243         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22244         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22245         (gst_audiotestsrc_start), (plugin_init):
22246         * gst/audiotestsrc/gstaudiotestsrc.h:
22247           add new plugin and element
22248         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22249           use gobject_class
22250
22251 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22252
22253         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22254         (gst_adder_init), (gst_adder_request_new_pad),
22255         (gst_adder_change_state):
22256           Add query function to source pad, so adder reports the correct
22257           time/sample position when queried (#315457); fix state change
22258           function; use GST_DEBUG_FUNCPTR() for pad functions.
22259
22260 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22261
22262         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22263           Fix leaks in typefind registration
22264           Clean up the gratuitous commenting and whitespacing a little
22265
22266 2005-10-08  Wim Taymans  <wim@fluendo.com>
22267
22268         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22269         Only actually wait for the thread to be stopped if it's 
22270         running.
22271
22272 2005-10-08  Wim Taymans  <wim@fluendo.com>
22273
22274         * gst-libs/gst/audio/gstbaseaudiosink.c:
22275         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22276         If we receive EOS we can start playback of what we had.
22277
22278 2005-10-08  Wim Taymans  <wim@fluendo.com>
22279
22280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22281         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22282         (gst_multifdsink_stop):
22283         Fix crasher when going to NULL multiple times.
22284
22285 2005-10-06  Wim Taymans  <wim@fluendo.com>
22286
22287         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22288         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22289         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22290         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22291         patch from Edgard Lima <edgard.lima@indt.org.br>
22292         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22293
22294 2005-10-06  Wim Taymans  <wim@fluendo.com>
22295
22296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22297         Report the FLOW_RETURN as string in the error message.
22298
22299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22300         Don't assert when clearing an unnegotiated buffer.
22301
22302 2005-10-04  Michael Smith <msmith@fluendo.com>
22303
22304         * gst/playback/gstplaybasebin.c: (group_destroy),
22305         (gen_preroll_element), (remove_groups), (setup_source):
22306         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22307         (setup_sinks), (gst_play_bin_send_event),
22308         (gst_play_bin_change_state):
22309           Set state to NULL before removing from bin. Fix refcounting.
22310
22311 2005-10-04  Michael Smith <msmith@fluendo.com>
22312
22313         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22314           Correct refcounting in send_event() function. Previously was wrong
22315           if the first sink was unable to handle the event.
22316
22317 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * configure.ac:
22320           back to development
22321
22322 === release 0.9.3 ===
22323
22324 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * configure.ac:
22327           Releasing 0.9.3, "De Facto"
22328
22329 2005-10-03  Andy Wingo  <wingo@pobox.com>
22330
22331         * gst/playback/gstdecodebin.c (try_to_link_1)
22332         (remove_element_chain): set element to NULL before removing it.
22333
22334 2005-10-02  Johan Dahlin  <johan@gnome.org>
22335
22336         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22337         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22338         MT safe.
22339
22340 2005-10-02  Andy Wingo  <wingo@pobox.com>
22341
22342         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22343         (gst_ring_buffer_prepare_read): 
22344         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22345         Demote to LOG.
22346
22347 2005-09-29  Wim Taymans  <wim@fluendo.com>
22348
22349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22350         * ext/theora/theoradec.c: (theora_handle_data_packet):
22351         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22352         Propagate error codes from alloc_buffer too.
22353
22354 2005-09-29  Wim Taymans  <wim@fluendo.com>
22355
22356         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22357         We use fixed caps.
22358
22359         * gst/playback/Makefile.am:
22360         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22361         (dump_element_stats), (main):
22362         Added example stream introspection code.
22363
22364 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22365
22366         * gst/adder/gstadder.c: (gst_adder_collected):
22367           fix adder for float elements
22368
22369 2005-09-28  Wim Taymans  <wim@fluendo.com>
22370
22371         * gst-libs/gst/audio/gstbaseaudiosink.c:
22372         (gst_base_audio_sink_class_init),
22373         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22375         (gst_base_audio_src_class_init),
22376         (gst_base_audio_src_provide_clock):
22377         get_clock -> provide_clock
22378
22379 2005-09-28  Andy Wingo  <wingo@pobox.com>
22380
22381         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22382         and unlocking.
22383
22384         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22385         unlocking.
22386
22387         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22388         Actually add the pad template.
22389         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22390
22391         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22392         I'm at it...
22393
22394         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22395         from fdsrc. Get caps in create() instead of start() so it can be
22396         interrupted. Interruption somewhat untested.
22397
22398         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22399         Proper EOS handling.
22400
22401 2005-09-27  Andy Wingo  <wingo@pobox.com>
22402
22403         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22404
22405         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22406
22407         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22408
22409         * gst/tcp/gsttcp.h: 
22410         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22411         out of tcpclientsrc.c. Cancellable.
22412         (gst_tcp_socket_read): Made private, cancellable, with better
22413         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22414         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22415         whole buffer, and better diagnostics.
22416         (gst_tcp_gdp_read_caps): Same.
22417
22418         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22419
22420 2005-09-26  Andy Wingo  <wingo@pobox.com>
22421
22422         * gst/sine/gstsinesrc.h:
22423         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22424         change the 'sync' property to 'is-live' and implement it halfway,
22425         update for controller api change.
22426
22427         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22428         controller api change.
22429
22430 2005-09-24  Wim Taymans  <wim@fluendo.com>
22431
22432         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22433         * gst-libs/gst/audio/gstaudiosink.c:
22434         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22435         (gst_audioringbuffer_stop):
22436         * gst-libs/gst/audio/gstbaseaudiosink.c:
22437         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22438         (gst_base_audio_sink_change_state):
22439         * gst-libs/gst/audio/gstbaseaudiosink.h:
22440         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22441         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22442         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22443         * gst-libs/gst/audio/gstringbuffer.h:
22444         Fix sync again. Moved sample alignment to basesink.
22445
22446 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22447
22448         * docs/plugins/Makefile.am:
22449         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22450         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22451         * gst/volume/gstvolume.c:
22452           add/fix docs
22453         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22454         * gst-libs/gst/audio/audio.h:
22455           add conversion macros for frames <-> clocktime
22456
22457 2005-09-23  David Schleef  <ds@schleef.org>
22458
22459         * gst/audioresample/Makefile.am:
22460         * gst/audioresample/debug.h:
22461         * gst/audioresample/gstaudioresample.c:
22462         * gst/audioresample/resample.c: Convert to using gst debugging
22463
22464 2005-09-22  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22467         (gst_play_bin_send_event):
22468         Only seek on one sink, the first one that succeeds.
22469
22470 2005-09-22  Michael Smith <msmith@fluendo.com>
22471
22472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22473         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22474         Don't flush encoder state unless we have an initialised encoder.
22475         Clear out encoder state on PAUSED_TO_READY.
22476
22477 2005-09-22  Wim Taymans  <wim@fluendo.com>
22478
22479         * gst-libs/gst/rtp/gstbasertppayload.c:
22480         (gst_basertppayload_class_init), (gst_basertppayload_init),
22481         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22482         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22483         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22484         (gst_basertppayload_set_property),
22485         (gst_basertppayload_get_property),
22486         (gst_basertppayload_change_state):
22487         * gst-libs/gst/rtp/gstbasertppayload.h:
22488         Added max-ptime to control amount of data in the rtp packets.
22489
22490 2005-09-21  Andy Wingo  <wingo@pobox.com>
22491
22492         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22493         thingies.
22494
22495         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22496         can be called multiple times, dogs.
22497
22498 2005-09-21  Wim Taymans  <wim@fluendo.com>
22499
22500         * gst-libs/gst/rtp/gstbasertppayload.c:
22501         (gst_basertppayload_class_init), (gst_basertppayload_init),
22502         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22503         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22504         (gst_basertppayload_push), (gst_basertppayload_get_property),
22505         (gst_basertppayload_change_state):
22506         Allow 0 ssrc too.
22507
22508 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22509
22510         * docs/libs/compiling.sgml:
22511           fixing typos
22512
22513 2005-09-20  Wim Taymans  <wim@fluendo.com>
22514
22515         * gst-libs/gst/rtp/gstbasertppayload.c:
22516         (gst_basertppayload_class_init), (gst_basertppayload_init),
22517         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22518         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22519         (gst_basertppayload_push), (gst_basertppayload_set_property),
22520         (gst_basertppayload_get_property),
22521         (gst_basertppayload_change_state):
22522         * gst-libs/gst/rtp/gstbasertppayload.h:
22523         Added property to configure sequence number offsets.
22524
22525 2005-09-20  Wim Taymans  <wim@fluendo.com>
22526
22527         * gst-libs/gst/rtp/gstbasertppayload.c:
22528         (gst_basertppayload_class_init), (gst_basertppayload_init),
22529         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22530         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22531         (gst_basertppayload_push), (gst_basertppayload_set_property),
22532         (gst_basertppayload_get_property),
22533         (gst_basertppayload_change_state):
22534         * gst-libs/gst/rtp/gstbasertppayload.h:
22535         Make timestamp offset configurable.
22536
22537 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22538
22539         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22540           fix wrong pop/unref
22541
22542 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22543
22544         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22545
22546         * gst-libs/gst/interfaces/propertyprobe.c:
22547         (gst_property_probe_probe_property_name),
22548         (gst_property_probe_needs_probe_name),
22549         (gst_property_probe_get_values_name),
22550         (gst_property_probe_probe_and_get_values_name):
22551           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22552           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22553
22554 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22555
22556         * check/Makefile.am:
22557           have some tests be disabled for valgrinding
22558         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22559         (GST_START_TEST):
22560         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22561           Fix A Leak.  Chain To Parent Finalize.
22562
22563 2005-09-19  Wim Taymans  <wim@fluendo.com>
22564
22565         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22566         Fixed wav pipeline.
22567
22568 2005-09-19  Wim Taymans  <wim@fluendo.com>
22569
22570         * gst-libs/gst/rtp/gstbasertppayload.c:
22571         (gst_basertppayload_class_init), (gst_basertppayload_init),
22572         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22573         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22574         (gst_basertppayload_push), (gst_basertppayload_get_property),
22575         (gst_basertppayload_change_state):
22576         Posting ERROR and WARNING messages is good.
22577
22578 2005-09-19  Wim Taymans  <wim@fluendo.com>
22579
22580         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22581         (gst_base_rtp_depayload_add_to_queue),
22582         (gst_base_rtp_depayload_push),
22583         (gst_base_rtp_depayload_set_gst_timestamp),
22584         (gst_base_rtp_depayload_queue_release):
22585         This one was not supposed to go in.
22586
22587 2005-09-19  Wim Taymans  <wim@fluendo.com>
22588
22589         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22590         Fix for bus API.
22591
22592         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22593         (gst_base_rtp_depayload_chain),
22594         (gst_base_rtp_depayload_add_to_queue),
22595         (gst_base_rtp_depayload_push),
22596         (gst_base_rtp_depayload_set_gst_timestamp),
22597         (gst_base_rtp_depayload_queue_release):
22598         Some cleanups.
22599
22600         * gst-libs/gst/rtp/gstbasertppayload.c:
22601         (gst_basertppayload_class_init), (gst_basertppayload_init),
22602         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22603         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22604         (gst_basertppayload_get_property),
22605         (gst_basertppayload_change_state):
22606         Added debugging category.
22607
22608 2005-09-18  David Schleef  <ds@schleef.org>
22609
22610         * gst/playback/gstdecodebin.c: free plugin list correctly
22611         * gst/playback/gstplaybin.c: emit warning if autovideosink
22612           and autoaudiosink can't be found (instead of segfaulting)
22613
22614 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * check/elements/audioconvert.c: (GST_START_TEST):
22617           try out 24 bit conversion
22618
22619 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22620
22621         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22622         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22623         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22624         * ext/vorbis/vorbisenc.h:
22625           Fix EOS handling.  Still needs a fix in the ogg muxer to
22626           mark the last page as eos.
22627
22628 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22629
22630         * common/gtk-doc-plugins.mak:
22631         * docs/plugins/Makefile.am:
22632         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22633         * gst/ffmpegcolorspace/Makefile.am:
22634         * gst/ffmpegcolorspace/avcodec.h:
22635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22636         * gst/tcp/gstmultifdsink.c:
22637           fix up ffmpegcolorspace docs; extract header
22638
22639 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22640
22641         * common/gtk-doc-plugins.mak:
22642         * docs/plugins/Makefile.am:
22643         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22644         * ext/theora/Makefile.am:
22645         * ext/theora/gsttheoraenc.h:
22646         * ext/theora/theoraenc.c:
22647         * ext/vorbis/vorbisenc.c:
22648           pick up signals and args for vorbis; add some docs for vorbis
22649
22650 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22651
22652         * common/gstdoc-scangobj:
22653         * common/gtk-doc-plugins.mak:
22654         * docs/libs/Makefile.am:
22655         * docs/plugins/gst-plugins-base-plugins.args:
22656         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22657         * docs/plugins/gst-plugins-base-plugins.interfaces:
22658         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22659         * docs/plugins/gst-plugins-base-plugins.signals:
22660           only scanobj stuff from our source module.  Not sure yet
22661           if that's correct, given the hierarchy stuff :)
22662
22663 2005-09-15  Wim Taymans  <wim@fluendo.com>
22664
22665         * gst/audioconvert/gstaudioconvert.c:
22666         And enable 24 bits mode as well..
22667
22668 2005-09-15  Wim Taymans  <wim@fluendo.com>
22669
22670         * gst-libs/gst/rtp/Makefile.am:
22671         * gst-libs/gst/rtp/gstbasertppayload.c:
22672         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22673         (gst_basertppayload_class_init), (gst_basertppayload_init),
22674         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22675         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22676         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22677         (gst_basertppayload_set_property),
22678         (gst_basertppayload_get_property),
22679         (gst_basertppayload_change_state):
22680         * gst-libs/gst/rtp/gstbasertppayload.h:
22681         Added rtp payloader base class.
22682
22683 2005-09-15  Andy Wingo  <wingo@pobox.com>
22684
22685         * configure.ac (plugindir): Remove the EOL matcher from the
22686         regexp, as it causes me problems. Libtool? Make? Who knows?
22687
22688 2005-09-14  David Schleef  <ds@schleef.org>
22689
22690         * check/generic/states.c: 
22691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22692         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22693           Fixes for changes in registry API.
22694
22695         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22696           to GST_PLUGIN_LDFLAGS.
22697         * ext/libvisual/visual.c: Make the library shut up.
22698         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22699         * gst-libs/gst/audio/gstaudiofilter.c: same
22700
22701 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22702
22703         * docs/plugins/Makefile.am:
22704         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22705         * docs/plugins/inspect/plugin-libvisual.xml:
22706         * docs/plugins/tmpl/element-tcpserversink.sgml:
22707         * ext/theora/theoraenc.c:
22708           add libvisual plugin and theoraenc element to docs
22709
22710 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22711
22712         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22713         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22714         * ext/theora/theoraenc.c:
22715           add theoraenc
22716
22717 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22718
22719         * gst/audioconvert/Makefile.am:
22720           Audioconvert derives from GstBaseTransform and should
22721           link to the library with our base elements to avoid
22722           unresolved symbols. Makes things work with MinGW (#316160)
22723
22724         * gst/playback/test4.c: (main):
22725           Fix MinGW build problem and use g_usleep() instead of 
22726           sleep() (#316162)
22727
22728 2005-09-12  Wim Taymans  <wim@fluendo.com>
22729
22730         * gst/audioconvert/audioconvert.c: (float),
22731         (audio_convert_prepare_context), (audio_convert_convert):
22732         * gst/audioconvert/audioconvert.h:
22733         Cleanups, speedups, simplifications, added back support
22734         for 24 bits.
22735
22736 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22737
22738         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22739         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22740         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22741         * docs/plugins/tmpl/element-tcpserversink.sgml:
22742         * gst/ffmpegcolorspace/gstffmpeg.c:
22743         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22744         * gst/videotestsrc/gstvideotestsrc.c:
22745         * gst/volume/gstvolume.c:
22746           add more elements to the docs
22747
22748 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22749
22750         * check/Makefile.am:
22751         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22752         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22753           Add extra tests for basetransform based components. 
22754           Comment out the test_element_negotiation test until we decide
22755           if it's testing correct behaviour.
22756         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22757         (gst_visual_chain), (gst_visual_change_state):
22758           Slightly more correct but still bogus timestamping.
22759           Fix state change function.
22760         * gst/audioconvert/gstaudioconvert.c:
22761         (gst_audio_convert_class_init):
22762         * gst/audioresample/gstaudioresample.c:
22763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22764         (gst_ffmpegcsp_class_init):
22765         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22766         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22767         (gst_videoscale_prepare_image):
22768         * gst/volume/gstvolume.c: (gst_volume_class_init),
22769         (volume_transform_ip):
22770           Basetransform updates. Enable passthrough modes.
22771         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22772         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22773         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22774           Negotiation fix that allows the window to return to the original
22775           size and renegotiate passthrough upstream. Extra debug output.
22776
22777 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22778
22779         * gst/sine/gstsinesrc.c:
22780         * gst/volume/gstvolume.c:
22781           fix up header include
22782
22783 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22784
22785         * gst-libs/gst/audio/gstbaseaudiosink.c:
22786         (gst_base_audio_sink_render):
22787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22788         * gst/volume/gstvolume.c: (gst_volume_class_init),
22789         (volume_transform):
22790           fixing lost sync, some more debugging
22791
22792 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22793
22794         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22795         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22796         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22797         (gst_xvimagesink_check_xshm_calls):
22798           Fix compilation when XShm is not available.
22799
22800 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22801
22802         * ext/libvisual/visual.c: (gst_visual_dispose),
22803         (gst_visual_getcaps), (gst_visual_src_setcaps),
22804         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22805         (gst_visual_change_state):
22806           Finish fixing up libvisual plugin so that it runs. 
22807
22808 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22809
22810         * ext/vorbis/vorbisenc.c:
22811         * gst-libs/gst/tag/gstvorbistag.c:
22812           gsttaginterface.h -> gsttagsetter.h
22813
22814 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22815
22816         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22817           added another test that failes for me (test is not active by default)
22818
22819 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22820
22821         * configure.ac:
22822           v4l2 is no longer in gst-plugins-base
22823
22824 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22825
22826         * configure.ac:
22827           In the output at the end, don't show the first plugin on the same
22828           line as "Core plug-ins, always built:".
22829           Indent the output as for other plugin categories
22830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22831           #define that can be used to not use peer buffer_alloc functions for
22832           test purposes.
22833         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22834         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22835         (gst_ximagesink_show_frame):
22836         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22837         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22838         (gst_xvimagesink_show_frame):
22839           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22840           fails gracefully instead of XError aborting or deadlocking.
22841
22842 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22843
22844         * ext/libvisual/Makefile.am:
22845           link against gst-base-libs
22846
22847 2005-09-06  David Schleef  <ds@schleef.org>
22848
22849         * configure.ac: Enable libvisual plugin.
22850         * ext/libvisual/Makefile.am:
22851         * ext/libvisual/visual.c: Fixes to make it compile.
22852
22853 === release 0.9.2 ===
22854
22855 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22856
22857         * NEWS:
22858         * RELEASE:
22859         * configure.ac:
22860         * docs/random/ChangeLog-0.8:
22861           releasing 0.9.2, "Spoon"
22862
22863 2005-09-05  Michael Smith <msmith@fluendo.com>
22864
22865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22866           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22867           that in the vorbisenc element.
22868
22869 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22870
22871         * common/gtk-doc-plugins.mak:
22872         * docs/plugins/Makefile.am:
22873           fix distcheck
22874         * gst/audioresample/resample.c:
22875           fix wrong docstring
22876
22877 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * common/gst-xmlinspect.py:
22880         * common/gtk-doc-plugins.mak:
22881           only inspect plugins for this given package
22882           require gst-python 0.9
22883
22884 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22885
22886         * Makefile.am:
22887         * autogen.sh:
22888         * common/gst-xmlinspect.py:
22889         * configure.ac:
22890         * docs/Makefile.am:
22891         * docs/plugins/inspect/plugin-alsa.xml:
22892         * docs/plugins/inspect/plugin-audioresample.xml:
22893         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22894         * docs/plugins/inspect/plugin-ogg.xml:
22895         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22896         * docs/plugins/tmpl/element-multifdsink.sgml:
22897         * docs/plugins/tmpl/element-tcpserversink.sgml:
22898         * docs/plugins/tmpl/element-vorbisenc.sgml:
22899         * gst-plugins-base.spec.in:
22900           various doc-related updates
22901
22902 2005-08-31  Wim Taymans  <wim@fluendo.com>
22903
22904         * gst-libs/gst/audio/gstbaseaudiosink.c:
22905         (gst_base_audio_sink_render):
22906         Resync if the buffer timestamps drift more than a 10th 
22907         of a second.
22908
22909 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22910
22911         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22912         (gst_v4lsrc_get_property):
22913           The 'timestamp-offset' property is registered as an int64, so
22914           let's use g_value_{set|get}_int64() in our setter and getter
22915           functions (makes it work and fixes warnings with gst-inspect).
22916
22917 2005-08-30  Wim Taymans  <wim@fluendo.com>
22918
22919         * check/elements/audioconvert.c: (setup_audioconvert):
22920         * check/elements/audioresample.c: (setup_audioresample):
22921         * check/elements/volume.c: (setup_volume):
22922         Fix checks.
22923
22924 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22925
22926         * common/gtk-doc-plugins.mak:
22927         * common/plugins.xsl:
22928         * docs/plugins/Makefile.am:
22929           make module a param
22930
22931 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22932
22933         * examples/seeking/seek.c: (make_mp3_pipeline),
22934         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22935         (play_cb), (pause_cb), (stop_cb):
22936           update the example
22937
22938 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22939
22940         * gst/volume/gstvolume.c: (gst_volume_class_init),
22941         (volume_transform):
22942           do not update controlled params, if buffer has no timestamp
22943
22944 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22945
22946         * configure.ac:
22947         * gst/sine/Makefile.am:
22948         * gst/volume/Makefile.am:
22949           controllerized elements also need to link against controller-libs ;)
22950
22951 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22952
22953         * docs/libs/tmpl/gstcolorbalance.sgml:
22954         * docs/libs/tmpl/gstgconf.sgml:
22955         * docs/libs/tmpl/gstmixer.sgml:
22956         * docs/libs/tmpl/gstringbuffer.sgml:
22957         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22958         (gst_sinesrc_create):
22959         * gst/volume/gstvolume.c: (gst_volume_class_init),
22960         (volume_transform):
22961           controllerized two audio plugins
22962
22963 2005-08-29  Andy Wingo  <wingo@pobox.com>
22964
22965         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22966         (vorbis_handle_data_packet): Fix some int overflow errors.
22967
22968         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22969         -1.
22970         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22971         valid.
22972         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22973         if it's valid. Fixed streaming-mode playback.
22974
22975         * check/elements/volume.c (cleanup_volume): Fix for running
22976         CK_FORK=no.
22977
22978         * check/elements/audioconvert.c: Convert from native endian, not
22979         little endian.
22980
22981 2005-08-29  Michael Smith <msmith@fluendo.com>
22982
22983         * ext/ogg/Makefile.am:
22984         * ext/ogg/gstogg.c: (plugin_init):
22985         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22986         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22987         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22988         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22989         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22990         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22991         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22992         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22993         Add an ogg parser element.
22994
22995 2005-08-28  Andy Wingo  <wingo@pobox.com>
22996
22997         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22998
22999 2005-08-26  Wim Taymans  <wim@fluendo.com>
23000
23001         * gst/audioconvert/audioconvert.c: (if), (float),
23002         (audio_convert_get_func_index), (check_default),
23003         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23004         (audio_convert_clean_context), (audio_convert_get_sizes),
23005         (audio_convert_convert):
23006         Cleanups.
23007
23008 2005-08-26  Wim Taymans  <wim@fluendo.com>
23009
23010         * gst/audioconvert/audioconvert.c: (if), (float),
23011         (audio_convert_get_func_index), (check_default),
23012         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23013         (audio_convert_clean_context), (audio_convert_get_sizes),
23014         (audio_convert_convert):
23015         More elegant and working temp buffer selection algo.
23016
23017 2005-08-26  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst/audioconvert/audioconvert.c: (if), (float),
23020         (audio_convert_get_func_index), (check_default),
23021         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23022         (audio_convert_clean_context), (audio_convert_get_sizes),
23023         (get_temp_buffer), (audio_convert_convert):
23024         Use realloc else we lose our original data.
23025
23026 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23027
23028         * gst/audioresample/gstaudioresample.c:
23029           use base class' newsegment to properly timestamp
23030
23031 2005-08-26  Wim Taymans  <wim@fluendo.com>
23032
23033         * gst/audioconvert/audioconvert.c: (if), (float),
23034         (audio_convert_get_func_index), (check_default),
23035         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23036         (audio_convert_clean_context), (audio_convert_get_sizes),
23037         (get_temp_buffer), (audio_convert_convert):
23038         * gst/audioconvert/gstaudioconvert.c:
23039         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23040         (gst_audio_convert_transform_caps),
23041         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23042         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23043         Oops, allocate enough space to perform the channel mix.
23044
23045 2005-08-26  Wim Taymans  <wim@fluendo.com>
23046
23047         * gst/audioconvert/Makefile.am:
23048         * gst/audioconvert/audioconvert.c: (if), (float),
23049         (audio_convert_get_func_index), (check_default),
23050         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23051         (audio_convert_clean_context), (audio_convert_get_sizes),
23052         (get_temp_buffer), (audio_convert_convert):
23053         * gst/audioconvert/audioconvert.h:
23054         * gst/audioconvert/gstaudioconvert.c:
23055         (gst_audio_convert_class_init), (gst_audio_convert_init),
23056         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23057         (gst_audio_convert_get_unit_size),
23058         (gst_audio_convert_transform_caps),
23059         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23060         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23061         * gst/audioconvert/gstaudioconvert.h:
23062         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23063         (gst_channel_mix_fill_identical),
23064         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23065         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23066         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23067         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23068         (gst_channel_mix_mix):
23069         * gst/audioconvert/gstchannelmix.h:
23070         Cleanups, librarify a bit, optimize, better negotiation and more.
23071
23072 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23073
23074         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23075         Another from MikeS:
23076         During typefinding, don't support negative offsets
23077         (offsets from the end of the stream) in our typefind->peek() function
23078         - nothing embedded in ogg ever needs them. However, we need to recognise
23079         those requests and reject them, otherwise we return invalid pointers.
23080
23081 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23082
23083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23085         (vorbisdec_finalize), (vorbis_handle_type_packet):
23086           Big shout-out to MikeS for fixing this giant memory leak.
23087           Huzzah!
23088
23089 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23090
23091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23092         (audio_convert_get_unit_size):
23093           plug some leaks
23094
23095 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23096
23097         * check/Makefile.am:
23098         * check/elements/audioconvert.c: (setup_audioconvert),
23099         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23100         (GST_START_TEST), (audioconvert_suite), (main):
23101           add a test for audioconvert
23102         * gst/audioresample/gstaudioresample.c:
23103         * gst/audioresample/gstaudioresample.h:
23104           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23105           note that for buffers of 1/3 sec this means DURATION(c) is 
23106           one nanosecond more than for a and b
23107
23108 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23109
23110         * check/Makefile.am:
23111         * check/elements/audioresample.c: (setup_audioresample),
23112         (cleanup_audioresample), (fail_unless_perfect_stream),
23113         (test_perfect_stream_instance), (GST_START_TEST),
23114           add a check for audioresample
23115         (audioresample_suite), (main):
23116         * check/elements/volume.c: (GST_START_TEST):
23117           remove unused method
23118         * gst/audioresample/gstaudioresample.c:
23119           set correct buffer parameters since we're changing them
23120         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23121           add some debug
23122
23123 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23124
23125         * gst/audioresample/debug.c:
23126         * gst/audioresample/gstaudioresample.c:
23127           add room for extra overlap samples when asked to transform size
23128           protect against possible mem corruption and check for discrepancies
23129           between written size and outbuffer's size so we can warn for
23130           potential problems
23131         * gst/audioresample/resample.c: (resample_init),
23132         (resample_get_output_size_for_input), (resample_get_output_size),
23133         (resample_set_n_channels), (resample_set_format):
23134           set debug level based on RESAMPLE_DEBUG env var
23135           make sure that get_output_size* returns a whole number of
23136           sample_size
23137           set sample_size each time either channel or format is set
23138         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23139         * gst/audioresample/resample_functable.c:
23140         (resample_scale_functable):
23141         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23142           remove r->sample_size, it's done in resample.c now
23143           add some debugging to the ref implementation
23144           make sure we only give back bytes that are wholes of the sample
23145           size
23146
23147 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23148         * gst/playback/gstplaybasebin.c: (fill_buffer):
23149         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23150
23151 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23152
23153         * gst/volume/gstvolume.c:
23154           made set_caps function static
23155
23156 2005-08-24  Wim Taymans  <wim@fluendo.com>
23157
23158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23159         (gst_vorbisenc_change_state):
23160         Stop leaking taglists.
23161
23162 2005-08-24  Wim Taymans  <wim@fluendo.com>
23163
23164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23165         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23166         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23167         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23168         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23169         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23170         Parse seeking events better.
23171         Unref static caps.
23172         Generate correct newsegment events, fixes seeking in live oggs.
23173
23174         * ext/theora/theoradec.c: (theora_dec_src_query),
23175         (theora_dec_src_event), (theora_dec_src_getcaps),
23176         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23177         Use newsegment values to report correct play time.
23178
23179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23180         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23181         * ext/vorbis/vorbisdec.h:
23182         Parse and use newsegment values to report correct play time.
23183
23184         * gst-libs/gst/audio/gstbaseaudiosink.c:
23185         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23186         Clear ringbuffer on flush.
23187         Use newsegment values to calculate playback time.
23188
23189         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23191         Basesink does newsegment calculations for us now.
23192
23193 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23194
23195         * check/Makefile.am:
23196         * configure.ac:
23197           add core's plugins to the mix so that playbin works
23198         * check/generic/states.c: (GST_START_TEST):
23199           set a 0 timeout on pipelines, so they don't force the next
23200           state change
23201         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23202         (gst_play_base_bin_change_state):
23203           remove the crappy error handling and do GST error handling
23204
23205 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23206
23207         * check/Makefile.am:
23208         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23209           add same test as to core, it bitches out on playbin atm.
23210
23211 2005-08-24  Wim Taymans  <wim@fluendo.com>
23212
23213         * configure.ac:
23214         Remove audioscale.
23215
23216 2005-08-24  Wim Taymans  <wim@fluendo.com>
23217
23218         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23219         (gst_videoscale_prepare_size), (parse_caps),
23220         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23221         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23222         (gst_videoscale_transform):
23223         * gst/videoscale/gstvideoscale.h:
23224         Refactor, make use of BaseTranform really well.
23225
23226 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23227
23228         * configure.ac:
23229           compile audioresample
23230         * gst/audioresample/Makefile.am:
23231         * gst/audioresample/buffer.c:
23232         * gst/audioresample/functable.c:
23233         * gst/audioresample/gstaudioresample.c:
23234         * gst/audioresample/gstaudioresample.h:
23235         * gst/audioresample/resample.c:
23236         (resample_get_output_size_for_input):
23237         * gst/audioresample/resample.h:
23238         * gst/audioresample/resample_chunk.c:
23239         * gst/audioresample/resample_functable.c:
23240         * gst/audioresample/resample_ref.c:
23241           port to use basetransform; doesn't work in all cases yet
23242
23243 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23244
23245         * gst/audioconvert/gstaudioconvert.c:
23246         (gst_audio_convert_class_init), (gst_audio_convert_init),
23247         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23248         (audio_convert_fixate_caps), (audio_convert_set_caps),
23249         (audio_convert_transform),
23250         (gst_audio_convert_buffer_to_default_format),
23251         (gst_audio_convert_buffer_from_default_format),
23252         (gst_audio_convert_channels):
23253         * gst/audioconvert/gstchannelmix.c:
23254         * gst/audioconvert/gstchannelmix.h:
23255           port to basetransform
23256         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23257         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23258         (gst_ffmpegcsp_get_unit_size):
23259         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23260         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23261           fix for basetransform changes
23262
23263 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23264
23265         * check/Makefile.am:
23266           Add CHECK_CFLAGS and LDFLAGS
23267
23268         * gst/playback/gstplaybasebin.c: (fill_buffer):
23269           GST_MESSAGE_SRC became a GObject
23270
23271 2005-08-24  Wim Taymans  <wim@fluendo.com>
23272
23273         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23274         (gst_ring_buffer_clear_all):
23275         * gst-libs/gst/audio/gstringbuffer.h:
23276         Added function to clear the ringbuffer.
23277
23278 2005-08-24  Andy Wingo  <wingo@pobox.com>
23279
23280         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23281         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23282         of _open and _close.
23283
23284         * sys/v4l/gstv4lxoverlay.h:
23285         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23286         an Xv connection here, instead of all the time. Make Xv only be
23287         loaded if you axe for it. Kindof a workaround for buggy behaviour
23288         of Xv when using remote xservers (XvQueryExtension would block).
23289         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23290         replace the _open and _close public API. Only start the xv
23291         connection if necessary.
23292         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23293
23294 2005-08-23  David Schleef  <ds@schleef.org>
23295
23296         * gst/audioresample/Makefile.am: Leet audioresampling code
23297         * gst/audioresample/buffer.c:
23298         * gst/audioresample/buffer.h:
23299         * gst/audioresample/debug.c:
23300         * gst/audioresample/debug.h:
23301         * gst/audioresample/functable.c:
23302         * gst/audioresample/functable.h:
23303         * gst/audioresample/gstaudioresample.c:
23304         * gst/audioresample/gstaudioresample.h:
23305         * gst/audioresample/resample.c:
23306         * gst/audioresample/resample.h:
23307         * gst/audioresample/resample_chunk.c:
23308         * gst/audioresample/resample_functable.c:
23309         * gst/audioresample/resample_ref.c:
23310
23311 2005-08-23  Wim Taymans  <wim@fluendo.com>
23312
23313         * examples/seeking/seek.c: (make_vorbis_pipeline),
23314         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23315         Small seek updates.
23316
23317 2005-08-23  Andy Wingo  <wingo@pobox.com>
23318
23319         * gst-libs/gst/audio/gstbaseaudiosrc.c
23320         (gst_base_audio_src_fixate): Only fixate endianness if it is
23321         present in the caps.
23322
23323 2005-08-22  Andy Wingo  <wingo@pobox.com>
23324
23325         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23326         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23327         device-name property.
23328
23329         * gst-libs/gst/audio/gstaudiosrc.h:
23330         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23331         close_device in the ring buffer, like gstaudiosink.
23332
23333         * ext/alsa/gstalsamixer.h:
23334         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23335         macro to implement the interface without much code. Cleanups. 
23336
23337         * ext/alsa/gstalsasrc.h:
23338         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23339         READY.
23340
23341         * ext/alsa/Makefile.am: Add new files.
23342         * ext/alsa/gstalsamixerelement.c: 
23343         * ext/alsa/gstalsamixerelement.c: Split element code out from
23344         mixer code so that alsasrc can be a mixer too.
23345
23346 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23347
23348         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23349         (GST_START_TEST):
23350         * check/elements/vorbisdec.c: (setup_vorbisdec),
23351         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23352         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23353         (vorbis_handle_identification_packet),
23354         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23355         (vorbis_handle_header_packet), (vorbis_dec_push),
23356         (vorbis_dec_chain):
23357           use the setup/teardown methods to save code.  save code is good.
23358
23359 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * check/Makefile.am:
23362           add ext dir for plugins
23363           add vorbisdec test conditionally
23364         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23365         (GST_START_TEST), (volume_suite):
23366           add a test with wrong caps
23367         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23368         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23369           add a vorbisdec test
23370         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23371         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23372           clean up debug output
23373         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23374           yay, fix a segfault/security issue in vorbisdec
23375           gst-launch fakesrc ! vorbisdec wasn't happy
23376         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23377         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23378         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23379         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23380         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23381         (gst_vorbisenc_set_metadata), (get_constraints_string),
23382         (update_start_message), (gst_vorbisenc_setup),
23383         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23384         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23385         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23386         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23387         * ext/vorbis/vorbisenc.h:
23388           march in line
23389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23390         (gst_ffmpegcsp_transform):
23391           have the kow come home
23392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23393           debug my func ptr
23394         * gst/volume/gstvolume.c: (volume_set_caps):
23395           add a debug
23396
23397 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23398
23399         * Makefile.am:
23400         * check/.cvsignore:
23401         * check/Makefile.am:
23402         * check/elements/.cvsignore:
23403         * check/elements/volume.c: (chain_func), (event_func),
23404         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23405         (main):
23406         * configure.ac:
23407           add unit test structure for gst-plugins-base
23408           add a test for volume
23409         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23410         (gst_volume_set_volume), (gst_volume_get_volume),
23411         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23412         (volume_funcfind), (volume_process_float), (volume_process_int16),
23413         (volume_set_caps), (volume_transform), (volume_update_mute),
23414         (volume_update_volume), (volume_set_property),
23415         (volume_get_property):
23416           document a little; use basetransform vmethod _set_caps
23417
23418 2005-08-19  Andy Wingo  <wingo@pobox.com>
23419
23420         * ext/alsa/gstalsamixertrack.h:
23421         * ext/alsa/gstalsamixertrack.c:
23422         * ext/alsa/gstalsamixeroptions.h:
23423         * ext/alsa/gstalsamixeroptions.c:
23424         * ext/alsa/gstalsamixer.h:
23425         * ext/alsa/gstalsamixer.c: Port to 0.9.
23426
23427         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23428         Remove gstalsa.c and alsaclock. No more cruft here.
23429         
23430 2005-08-18  Wim Taymans  <wim@fluendo.com>
23431
23432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23433         (gst_base_rtp_depayload_chain),
23434         (gst_base_rtp_depayload_add_to_queue),
23435         (gst_base_rtp_depayload_push),
23436         (gst_base_rtp_depayload_queue_release):
23437         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23438         Fix for RTPBuffer changes.
23439
23440         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23441         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23442         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23443         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23444         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23445         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23446         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23447         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23448         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23449         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23450         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23451         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23452         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23453         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23454         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23455         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23456         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23457         (gst_rtpbuffer_get_payload):
23458         * gst-libs/gst/rtp/gstrtpbuffer.h:
23459         Don't subclass GstBuffer but add methods and helper functions
23460         to construct and manipulate RTP packets in regular GstBuffers.
23461
23462 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23463
23464         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23465           moved statement below switch
23466         * gst/volume/gstvolume.c: (gst_volume_class_init):
23467           added debug ptr
23468
23469 2005-08-16  Wim Taymans  <wim@fluendo.com>
23470
23471         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23472         (gst_base_audio_src_change_state):
23473         Open and close device in READY<->NULL state change.
23474
23475 2005-08-16  Andy Wingo  <wingo@pobox.com>
23476
23477         * examples/seeking/Makefile.am: Don't compile non-compiling
23478         compiled objects with the compiler.
23479
23480         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23481         elements.
23482
23483 2005-08-12  Philippe Khalaf <burger@speedy.org>
23484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23485         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23486           Made a thread to release the queue.
23487           Removed timestamp conversion for now.
23488
23489 2005-08-10  Philippe Khalaf <burger@speedy.org>
23490         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23491         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23492           Added rtp timestamp -> gst timestamp conversion.
23493           Fixed several problems with queue.
23494
23495 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23496
23497         * gst-libs/gst/audio/gstaudioclock.h:
23498         * gst-libs/gst/audio/gstaudiofilter.h:
23499         * gst-libs/gst/audio/gstaudiosink.h:
23500         * gst-libs/gst/audio/gstaudiosrc.h:
23501         * gst-libs/gst/audio/gstbaseaudiosink.h:
23502         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23503         * gst-libs/gst/audio/gstringbuffer.h:
23504         * gst-libs/gst/net/gstnetbuffer.h:
23505         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23506         * gst-libs/gst/rtp/gstrtpbuffer.h:
23507           Add padding (you will need to rebuild gst-plugins-base,
23508           gst-plugins and all applications afterwards!)
23509
23510 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23511
23512         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23513         (gst_riff_parse_chunk):
23514           Fix bug in debug message and add some more debug messages.
23515
23516 2005-08-08  Edward Hervey  <edward@fluendo.com>
23517
23518         * gst-libs/gst/riff/riff-media.c:
23519         backported updates since branch
23520
23521 2005-08-08  Andy Wingo  <wingo@pobox.com>
23522
23523         * gst-libs/gst/audio/gstbaseaudiosink.c
23524         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23525         like good elements should. Close on READY->NULL too.
23526
23527         * gst-libs/gst/audio/gstaudiosink.c
23528         (gst_audioringbuffer_open_device,
23529         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23530         (gst_audioringbuffer_release): Updates for new ring buffer API,
23531         hook into the new audio sink api.
23532
23533         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23534         (GstAudioSinkClass.close): Just open and close the device -- no
23535         resource allocation or configuration.
23536         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23537         vmethods, handle device setup and resource allocation.
23538
23539         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23540         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23541         base class API.
23542
23543         * gst-libs/gst/audio/gstringbuffer.h
23544         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23545         New vmethods.
23546
23547         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23548         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23549         New API functions. The device should be opened before acquiring
23550         and closed after releasing.
23551
23552 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23553
23554         * gst-libs/gst/interfaces/mixer.h:
23555           Reset padding to GST_PADDING.
23556
23557 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23558
23559         * gst/playback/gstplaybin.c: (remove_sinks):
23560           Remove visualization from parent explicitely; works around some
23561           apparent refcount issue that I haven't tracked down yet.
23562
23563 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23564
23565         * ext/alsa/gstalsasink.c: (set_hwparams):
23566           Assign debug category, add negotiation debug msgs.
23567
23568 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23569
23570         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23571           Fix error code for file-not-found to NOT_FOUND.
23572
23573 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23574
23575         * common/gtk-doc-plugins.mak:
23576         * docs/plugins/Makefile.am:
23577         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23578         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23579           renamed to actual element names, so much nicer to look at
23580         * docs/plugins/tmpl/gstmultifdsink.sgml:
23581           remove
23582         * docs/plugins/tmpl/multifdsink.sgml:
23583         * docs/plugins/tmpl/tcpserversink.sgml:
23584           add
23585         * ext/alsa/gstalsa.c:
23586         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23587         * ext/ogg/gstoggmux.c:
23588         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23589         * gst/playback/gstdecodebin.c:
23590         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23591         * gst/tcp/gsttcpserversink.c:
23592           various fixes and documentation additions
23593
23594 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23595
23596         * common/Makefile.am:
23597         * common/gstdoc-scangobj:
23598         * common/gtk-doc-plugins.mak:
23599         * common/gtk-doc.mak:
23600           add a custom scangobj that uses the registry
23601           add a custom gtk-doc-plugins.mak that uses it
23602           some doc build fixes
23603         * configure.ac:
23604         * docs/Makefile.am:
23605         * docs/plugins/Makefile.am:
23606         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23607         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23608         * docs/plugins/gst-plugins-base-plugins.types:
23609         * docs/plugins/tmpl/gstmultifdsink.sgml:
23610           add docs for one element, multifdsink
23611         * gst/adder/gstadder.h:
23612         * gst/volume/gstvolume.h:
23613           don't privatize enum
23614         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23615         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23616         (gst_sync_method_get_type), (gst_client_status_get_type),
23617         (gst_multifdsink_class_init),
23618         (gst_multifdsink_client_queue_buffer),
23619         (gst_multifdsink_handle_client_write):
23620         * gst/tcp/gstmultifdsink.h:
23621         * gst/tcp/gsttcp.h:
23622         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23623         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23624         (gst_tcpclientsink_render):
23625         * gst/tcp/gsttcpclientsink.h:
23626         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23627         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23628         (gst_tcpclientsrc_start):
23629         * gst/tcp/gsttcpclientsrc.h:
23630         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23631         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23632         * gst/tcp/gsttcpserversrc.h:
23633         * gst/typefind/gsttypefindfunctions.c:
23634           remove superfluous Type stuff
23635
23636 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23637
23638         * gst/playback/gstplaybin.c: (gen_video_element):
23639           Enable videoscale.
23640
23641 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23642
23643         * gst-libs/gst/gconf/gconf.c:
23644         * gst-libs/gst/gconf/gconf.h:
23645           Fix some Andy Problem [tm].
23646
23647 2005-08-04  Andy Wingo  <wingo@pobox.com>
23648
23649         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23651         (gst_ffmpegcsp_get_size): Adapt to API changes.
23652
23653         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23654         Implement an in-place do-nothing transform.
23655
23656 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23659         (gst_ximagesink_renegotiate_size):
23660           Do not set new window sizes yet if we prepare a new buffer size
23661           for upstream renegotiation (software scaling) at some point in the
23662           future, because this new size waqs not actually accepted yet. Once
23663           accepted, renegotiation later on will set the new sizes just fine.
23664           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23665           embedding testcase.
23666
23667 2005-08-03  Andy Wingo  <wingo@pobox.com>
23668
23669         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23670         (gst_ximagesink_buffer_alloc): 
23671         Protect the height, width, and desired_caps with the pool_lock.
23672         Fixes videotestsrc ! queue ! ximagesink.
23673
23674 2005-08-02  Edward Hervey  <edward@fluendo.com>
23675
23676         * gst/volume/gstvolume.c:
23677         include left from controller cleanup
23678
23679 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23681           Stop collectpads before calling the parent state
23682           change function on PAUSED->READY.
23683
23684 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23685         * configure.ac:
23686           When testing for X libs, use the X CFlags 
23687         * gst/adder/gstadder.c: (gst_adder_change_state):
23688           Stop the collectpads before calling parent state change function
23689           on PAUSED->READY, otherwise we deadlock deactivating pads.
23690
23691 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23692
23693         * configure.ac:
23694         * docs/libs/tmpl/gstcolorbalance.sgml:
23695         * docs/libs/tmpl/gstmixer.sgml:
23696         * examples/Makefile.am:
23697         * gst/sine/Makefile.am:
23698         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23699         (gst_sinesrc_set_property), (plugin_init):
23700         * gst/sine/gstsinesrc.h:
23701         * gst/volume/Makefile.am:
23702         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23703         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23704         (volume_process_float), (volume_process_int16),
23705         (volume_set_property), (plugin_init):
23706         * gst/volume/gstvolume.h:
23707           deactivate and remove dparams (libgstcontrol)
23708
23709 2005-07-29  Wim Taymans  <wim@fluendo.com>
23710
23711         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23712         Convert me to BaseTransform!! help..
23713
23714 2005-07-29  Andy Wingo  <wingo@pobox.com>
23715
23716         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23717         sinks.
23718
23719         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23720         support of both endiannesses.
23721
23722 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23723
23724         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23725           Fix confusing debug message (s/event/query/)
23726
23727 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23728
23729         * gst/videotestsrc/videotestsrc.h:
23730           Use "_stdint.h" instead of <stdint.h>
23731
23732 2005-07-27  Wim Taymans  <wim@fluendo.com>
23733
23734         * ext/vorbis/Makefile.am:
23735         Revert wrong commit.
23736
23737 2005-07-27  Wim Taymans  <wim@fluendo.com>
23738
23739         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23740         More compilation fixen.
23741
23742 2005-07-27  Wim Taymans  <wim@fluendo.com>
23743
23744         * gst-libs/gst/audio/gstbaseaudiosink.c:
23745         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23746         (gst_base_audio_sink_create_ringbuffer),
23747         (gst_base_audio_sink_change_state):
23748         Fix compilation.
23749
23750 2005-07-27  Wim Taymans  <wim@fluendo.com>
23751
23752         * examples/seeking/seek.c: (setup_dynamic_link),
23753         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23754         (query_positions_elems), (query_positions_pads), (do_seek):
23755         Update seek example.
23756
23757         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23758         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23759         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23760         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23761         (gst_ogg_demux_handle_event),
23762         (gst_ogg_demux_deactivate_current_chain),
23763         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23764         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23765         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23766         (gst_ogg_demux_loop):
23767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23768         * ext/theora/theoradec.c: (theora_dec_src_event),
23769         (theora_dec_src_getcaps), (theora_dec_sink_event),
23770         (theora_dec_push), (theora_dec_chain):
23771         * ext/vorbis/Makefile.am:
23772         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23773         (vorbis_dec_sink_event), (vorbis_dec_push),
23774         (vorbis_handle_data_packet):
23775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23776         (gst_vorbisenc_chain):
23777         * gst/playback/gststreaminfo.c: (cb_probe):
23778         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23779         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23780         * gst/videoscale/gstvideoscale.c:
23781         (gst_videoscale_handle_src_event):
23782         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23783         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23784         (gst_ximagesink_navigation_send_event):
23785         * sys/xvimage/xvimagesink.c:
23786         (gst_xvimagesink_navigation_send_event):
23787         Various event updates and cleanups
23788
23789 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23790
23791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23792           Fix segfault for I420/YV12.
23793
23794 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23795
23796         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23797           Report bitrate.
23798
23799 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23800
23801         * gst/playback/gstplaybin.c: (gen_video_element),
23802         (gen_audio_element):
23803           Switch to auto*sink elements as default sinks; add volume element
23804           so that volume control in totem works.
23805
23806 2005-07-21  Wim Taymans  <wim@fluendo.com>
23807
23808         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23809         * gst/playback/gstplaybin.c: (setup_sinks),
23810         (gst_play_bin_change_state):
23811         Refcount fix and more comments.
23812
23813 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23814
23815         * sys/ximage/Makefile.am:
23816         * sys/ximage/ximage.c: (plugin_init):
23817         * sys/ximage/ximagesink.c:
23818         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23819         
23820
23821 2005-07-21  Wim Taymans  <wim@fluendo.com>
23822
23823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23824         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23825         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23826         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23827         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23828         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23829         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23830         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23831         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23832         Generate correct disconts for live chained oggs.
23833
23834         * gst-libs/gst/audio/gstbaseaudiosink.c:
23835         (gst_base_audio_sink_render),
23836         (gst_base_audio_sink_create_ringbuffer),
23837         (gst_base_audio_sink_change_state):
23838         Handle discont math correctly.
23839
23840         * gst/playback/gstplaybin.c: (add_sink):
23841         Some small debug cleanup.
23842
23843 2005-07-21  Wim Taymans  <wim@fluendo.com>
23844
23845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23846         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23847         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23848         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23849         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23850         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23851         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23852         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23853         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23854         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23855         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23856         (gst_ogg_demux_change_state), (gst_ogg_print):
23857         Reorganize code to send the right disconts when in streaming
23858         mode.
23859
23860 2005-07-20  Andy Wingo  <wingo@pobox.com>
23861
23862         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23863         fix (?), fixes a seggie mcfalterson (#310894).
23864
23865 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23866
23867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23868         (gst_ogg_mux_set_header_on_caps):
23869         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23871         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23872         * gst-libs/gst/audio/multichannel.c:
23873         (gst_audio_set_channel_positions),
23874         (gst_audio_set_structure_channel_positions_list):
23875         * gst/playback/gstdecodebin.c: (dynamic_create):
23876         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23877         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23878           Fixes for API changes in core.
23879
23880 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23881
23882         * gst/playback/gstplaybasebin.c: (fill_buffer):
23883           Use _new_custom() so we can set custom message types for buffering
23884           messages.
23885
23886 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23887
23888         * configure.ac:
23889         * gst-libs/gst/Makefile.am:
23890         * gst-libs/gst/gconf/.cvsignore:
23891         * gst-libs/gst/gconf/Makefile.am:
23892         * gst-libs/gst/gconf/test-gconf.c:
23893         * pkgconfig/Makefile.am:
23894         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23895         * pkgconfig/gstreamer-gconf.pc.in:
23896           Remove gconf stuff, use gconf elements instead from now on.
23897
23898 2005-07-20  Wim Taymans  <wim@fluendo.com>
23899
23900         * gst-libs/gst/audio/TODO:
23901         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23902         (gst_audio_clock_get_internal_time):
23903         * gst-libs/gst/audio/gstaudioclock.h:
23904         * gst-libs/gst/audio/gstbaseaudiosink.c:
23905         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23906         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23907         (gst_base_audio_sink_render),
23908         (gst_base_audio_sink_create_ringbuffer),
23909         (gst_base_audio_sink_change_state):
23910         Make sure the audio clock always returns an increasing value.
23911
23912 2005-07-19  Andy Wingo  <wingo@pobox.com>
23913
23914         * gst/videotestsrc/: Cleanups.
23915
23916 2005-07-19  Wim Taymans  <wim@fluendo.com>
23917
23918         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23919         Better debugging.
23920
23921 2005-07-19  Wim Taymans  <wim@fluendo.com>
23922
23923         * examples/seeking/seek.c: (make_dv_pipeline),
23924         (make_vorbis_theora_pipeline), (query_rates),
23925         (query_positions_elems), (query_positions_pads), (do_seek):
23926         Make correct DV pipeline.
23927
23928 2005-07-18  Andy Wingo  <wingo@pobox.com>
23929
23930         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23931         default. Also because it's the only thing that really works. (This
23932         is used in the GConf elements).
23933         Use AS_LIBTOOL_TAGS.
23934
23935 2005-07-18  Wim Taymans  <wim@fluendo.com>
23936
23937         * gst/playback/gstdecodebin.c: (remove_element_chain):
23938         * gst/playback/gstplaybin.c: (add_sink):
23939         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23940         (gst_stream_info_set_mute):
23941         * gst/playback/gststreamselector.c:
23942         (gst_stream_selector_get_linked_pad),
23943         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23944         More leak and compile fixes.
23945
23946 2005-07-18  Wim Taymans  <wim@fluendo.com>
23947
23948         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23949         (query_rates), (query_positions_elems), (query_positions_pads),
23950         (do_seek), (seek_cb), (stop_seek):
23951         Updated seek example. 
23952
23953         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23954         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23955         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23956         * gst/playback/gstplaybin.c: (add_sink):
23957         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23958         (gst_stream_info_set_mute):
23959         Some refcount leak fixes.
23960
23961 2005-07-16  Wim Taymans  <wim@fluendo.com>
23962
23963         * gst-libs/gst/audio/gstbaseaudiosink.c:
23964         (gst_base_audio_sink_render):
23965         Align samples even if we have roundoff errors in the 
23966         timestamp conversion.
23967
23968 2005-07-16  Wim Taymans  <wim@fluendo.com>
23969
23970         * docs/libs/tmpl/gstringbuffer.sgml:
23971         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23972         (query_rates), (query_positions_elems), (query_positions_pads),
23973         (update_scale), (do_seek):
23974         Updated seek example.
23975
23976         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23977         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23978         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23979         (gst_ogg_demux_loop):
23980         Push out correct discont values.
23981
23982         * ext/theora/theoradec.c: (theora_dec_src_convert),
23983         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23984         (theora_dec_sink_event), (theora_handle_type_packet),
23985         (theora_handle_header_packet), (theora_dec_push),
23986         (theora_handle_data_packet), (theora_dec_chain),
23987         (theora_dec_change_state):
23988         Better timestamping.
23989
23990         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23991         (vorbis_dec_sink_event), (vorbis_dec_push),
23992         (vorbis_handle_data_packet), (vorbis_dec_chain):
23993         * ext/vorbis/vorbisdec.h:
23994         Better timestamping.
23995
23996         * gst-libs/gst/audio/gstbaseaudiosink.c:
23997         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23998         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23999         Handle syncing on timestamps instead of sample offsets. Make
24000         use of DISCONT values as described in design docs.
24001
24002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24003         (gst_base_audio_src_get_time):
24004         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
24005         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
24006         (gst_ring_buffer_read):
24007         * gst-libs/gst/audio/gstringbuffer.h:
24008         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
24009         (gst_ximagesink_show_frame):
24010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
24011         Correcly convert buffer timestamp to stream time.
24012
24013 2005-07-16  Wim Taymans  <wim@fluendo.com>
24014
24015         * gst/audioconvert/gstaudioconvert.c:
24016         (gst_audio_convert_get_buffer):
24017         Timestamp buffers correctly.
24018
24019         * gst/playback/gstplaybin.c: (gen_video_element):
24020         Make internal fakesink silent.
24021
24022 2005-07-15  Wim Taymans  <wim@fluendo.com>
24023
24024         * gst/ffmpegcolorspace/Makefile.am:
24025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24026         (gst_ffmpegcsp_caps_remove_format_info),
24027         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24028         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24029         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24030         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24031         Ported ffmpegcolorspace to basetransform.
24032
24033         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24034         * gst/volume/gstvolume.c: (volume_transform):
24035         Ported to new API.
24036
24037 2005-07-14  Wim Taymans  <wim@fluendo.com>
24038
24039         * gst/videotestsrc/Makefile.am:
24040         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24041         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24042         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24043         (gst_videotestsrc_init), (gst_videotestsrc_event),
24044         (gst_videotestsrc_create), (gst_videotestsrc_start),
24045         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24046         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24047         (gst_videotestsrc_get_property):
24048         * gst/videotestsrc/gstvideotestsrc.h:
24049         Make videotestsrc a pushsrc.
24050
24051 2005-07-14  Wim Taymans  <wim@fluendo.com>
24052
24053         * gst/tcp/gstfdset.c: (gst_fdset_free):
24054         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24055         (gst_multifdsink_add), (gst_multifdsink_remove),
24056         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24057         (gst_multifdsink_remove_client_link),
24058         (gst_multifdsink_client_queue_data),
24059         (gst_multifdsink_client_queue_caps),
24060         (gst_multifdsink_client_queue_buffer),
24061         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24062         (gst_multifdsink_stop):
24063         * gst/tcp/gstmultifdsink.h:
24064         0.8 backporting.
24065
24066         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24067         Also draw image when not from a pool.
24068
24069 2005-07-14  Wim Taymans  <wim@fluendo.com>
24070
24071         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24072         (mute_stream), (silence_stream):
24073         Small debug additions.
24074
24075 2005-07-14  Wim Taymans  <wim@fluendo.com>
24076
24077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24078         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24079         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24080         Better error recovery, ignore unconnected pads and
24081         non-fatal errors.
24082
24083 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24084
24085         * docs/libs/tmpl/gstaudio.sgml:
24086         * docs/libs/tmpl/gstcolorbalance.sgml:
24087         * docs/libs/tmpl/gstgconf.sgml:
24088         * docs/libs/tmpl/gstmixer.sgml:
24089         * docs/libs/tmpl/gstringbuffer.sgml:
24090         * docs/libs/tmpl/gsttuner.sgml:
24091         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24092         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24093         (gst_tcpclientsrc_class_init):
24094         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24095         (gst_tcpserversrc_class_init):
24096         * sys/v4l/gstv4lelement.c:
24097           more autistic cleanliness in functions/names/defines
24098
24099 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24100
24101         * configure.ac:
24102           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24103           added manually to each Makefile.am so we are sure it goes
24104           *last* and doesn't add -L flags before linking in libs of our
24105           own, like, say, internal .la libs, that then accidentally pick
24106           up the installed copy.
24107         * docs/libs/Makefile.am:
24108         * ext/alsa/Makefile.am:
24109         * ext/cdparanoia/Makefile.am:
24110         * ext/gnomevfs/Makefile.am:
24111         * ext/libvisual/Makefile.am:
24112         * ext/ogg/Makefile.am:
24113         * ext/theora/Makefile.am:
24114         * ext/vorbis/Makefile.am:
24115         * gst-libs/gst/video/Makefile.am:
24116         * gst/adder/Makefile.am:
24117         * gst/audioconvert/Makefile.am:
24118         * gst/audiorate/Makefile.am:
24119         * gst/audioscale/Makefile.am:
24120         * gst/ffmpegcolorspace/Makefile.am:
24121         * gst/playback/Makefile.am:
24122         * gst/sine/Makefile.am:
24123         * gst/subparse/Makefile.am:
24124         * gst/tags/Makefile.am:
24125         * gst/tcp/Makefile.am:
24126         * gst/typefind/Makefile.am:
24127         * gst/videorate/Makefile.am:
24128         * gst/videoscale/Makefile.am:
24129         * gst/videotestsrc/Makefile.am:
24130         * gst/volume/Makefile.am:
24131         * sys/v4l/Makefile.am:
24132         * sys/ximage/Makefile.am:
24133         * sys/xvimage/Makefile.am:
24134           adapt properly to this change. This should make sure that
24135           plugins and libs properly link to the as-yet-uninstalled
24136           copies of stuff like libgstinterfaces and libgstvideo
24137
24138 2005-07-13  Andy Wingo  <wingo@pobox.com>
24139
24140         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24141         (gst_v4lsrc_fixate): Fixate on format as well.
24142
24143         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24144         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24145         buffer points to it.
24146         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24147         rather just doing X calls ourselves. Also fixes a memleak.
24148
24149 2005-07-12  Andy Wingo  <wingo@pobox.com>
24150
24151         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24152         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24153         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24154         TRUE to avoid deadlocks if an element holds on to our buffers.
24155
24156 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24157
24158         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24159         (gst_sinesrc_init), (gst_sinesrc_create),
24160         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24161         (gst_sinesrc_start):
24162         * gst/sine/gstsinesrc.h:
24163           removing num-buffers property before moving it
24164
24165 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24166
24167         * configure.ac:
24168           use overridable ERROR_CFLAGS
24169         * docs/libs/gst-plugins-base-libs.types:
24170         * docs/libs/tmpl/gstringbuffer.sgml:
24171         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24172         (gst_alsasink_class_init):
24173         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24174         (gst_alsasrc_class_init):
24175         * gst-libs/gst/audio/audio.h:
24176         * gst-libs/gst/audio/gstaudioclock.h:
24177         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24178         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24179         (gst_audio_filter_link), (gst_audio_filter_init),
24180         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24181         (gst_audio_filter_get_property),
24182         (gst_audio_filter_class_add_pad_templates):
24183         * gst-libs/gst/audio/gstaudiofilter.h:
24184         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24185         (gst_audio_filter_template_get_type),
24186         (gst_audio_filter_template_base_init),
24187         (gst_audio_filter_template_class_init),
24188         (gst_audio_filter_template_init),
24189         (gst_audio_filter_template_set_property),
24190         (gst_audio_filter_template_get_property), (plugin_init),
24191         (gst_audio_filter_template_setup),
24192         (gst_audio_filter_template_filter),
24193         (gst_audio_filter_template_filter_inplace):
24194         * gst-libs/gst/audio/gstaudiosink.c:
24195         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24196         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24197         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24198         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24199         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24200         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24201         * gst-libs/gst/audio/gstaudiosink.h:
24202         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24203         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24204         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24205         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24206         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24207         (gst_audio_src_class_init), (gst_audio_src_init),
24208         (gst_audio_src_create_ringbuffer):
24209         * gst-libs/gst/audio/gstaudiosrc.h:
24210         * gst-libs/gst/audio/gstbaseaudiosink.c:
24211         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24212         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24213         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24214         (gst_base_audio_sink_set_property),
24215         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24216         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24217         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24218         (gst_base_audio_sink_create_ringbuffer),
24219         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24220         * gst-libs/gst/audio/gstbaseaudiosink.h:
24221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24222         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24223         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24224         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24225         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24226         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24227         (gst_base_audio_src_event), (gst_base_audio_src_create),
24228         (gst_base_audio_src_create_ringbuffer),
24229         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24230         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24232         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24233         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24234         (gst_ring_buffer_debug_spec_caps),
24235         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24236         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24237         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24238         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24239         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24240         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24241         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24242         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24243         (gst_ring_buffer_clear):
24244         * gst-libs/gst/audio/gstringbuffer.h:
24245         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24246         (gst_video_sink_class_init), (gst_video_sink_get_type):
24247         * gst-libs/gst/video/videosink.h:
24248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24249         (gst_multifdsink_class_init),
24250         (gst_multifdsink_handle_client_write),
24251         (gst_multifdsink_change_state):
24252         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24253         (gst_tcpclientsink_setcaps):
24254         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24255         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24256         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24257         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24258         (gst_ximagesink_send_pending_navigation),
24259         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24260         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24262         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24263         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24264         (gst_xvimagesink_send_pending_navigation),
24265         (gst_xvimagesink_navigation_send_event),
24266         (gst_xvimagesink_set_xwindow_id),
24267         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24268         (gst_xvimagesink_get_type):
24269         more macro splitting
24270
24271 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24272
24273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24274           plug a memleak, allows me to import 1479 albums in one go
24275           in jamboree
24276         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24277         (vorbis_handle_type_packet), (vorbis_dec_chain),
24278         (vorbis_dec_change_state):
24279           fix some format strings
24280
24281 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24282
24283         * docs/libs/tmpl/gstcolorbalance.sgml:
24284         * docs/libs/tmpl/gstmixer.sgml:
24285         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24286         (gst_alsasink_set_property), (gst_alsasink_get_property):
24287         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24288         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24289           add device property
24290
24291 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24292
24293         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24294         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24295         (audiocast_register_listener), (audiocast_thread_run),
24296         (gst_gnomevfssrc_send_additional_headers_callback),
24297         (gst_gnomevfssrc_received_headers_callback),
24298         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24299         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24300         (gst_gnomevfssrc_get_size):
24301           add/clean up debugging
24302         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24303           cleanups
24304
24305 2005-07-07  Andy Wingo  <wingo@pobox.com>
24306
24307         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24308         framerate. Need to get a handle on when exactly this function is
24309         called, tho.
24310
24311         * sys/v4l/v4lsrc_calls.h:
24312         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24313         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24314         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24315
24316         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24317         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24318         v4lelements are sources.
24319
24320         * sys/v4l/gstv4lxoverlay.h:
24321         * sys/v4l/gstv4lxoverlay.c:
24322         * sys/v4l/gstv4ltuner.h:
24323         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24324         
24325         * sys/v4l/gstv4lsrc.h:
24326         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24327         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24328         or something should handle that. Made a live source.
24329
24330         * sys/v4l/gstv4lelement.h:
24331         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24332         signals. Some cleanups.
24333
24334         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24335
24336         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24337         stuff.
24338
24339         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24340         stuff.
24341
24342         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24343
24344 2005-07-07  Wim Taymans  <wim@fluendo.com>
24345
24346         * ext/theora/theoradec.c: (theora_get_query_types),
24347         (theora_dec_src_getcaps), (theora_dec_push):
24348         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24350         Remove deprecated/unused query types.
24351
24352 2005-07-06  Wim Taymans  <wim@fluendo.com>
24353
24354         * ext/alsa/Makefile.am:
24355         * ext/alsa/gstalsaplugin.c: (plugin_init):
24356         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24357         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24358         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24359         (gst_alsasrc_class_init), (gst_alsasrc_init),
24360         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24361         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24362         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24363         (gst_alsasrc_reset):
24364         * ext/alsa/gstalsasrc.h:
24365         * gst-libs/gst/audio/Makefile.am:
24366         * gst-libs/gst/audio/gstaudiosink.c:
24367         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24368         (gst_audioringbuffer_start):
24369         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24370         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24371         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24372         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24373         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24374         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24375         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24376         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24377         * gst-libs/gst/audio/gstaudiosrc.h:
24378         * gst-libs/gst/audio/gstbaseaudiosink.c:
24379         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24380         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24381         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24382         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24383         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24384         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24385         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24386         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24387         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24388         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24389         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24390         (gst_baseaudiosrc_change_state):
24391         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24392         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24393         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24394         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24395         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24396         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24397         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24398         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24399         * gst-libs/gst/audio/gstringbuffer.h:
24400         Added audiosource base classes.
24401         Ported alsasrc, still very basic.
24402
24403 2005-07-06  Wim Taymans  <wim@fluendo.com>
24404
24405         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24406         (theora_dec_push), (theora_handle_data_packet):
24407         Prepare for better timestamp fix later.
24408
24409         * gst/audioconvert/gstaudioconvert.c:
24410         List most accurate caps first
24411
24412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24413         Use proper pad task function.
24414
24415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24416         (gst_xvimagesink_show_frame):
24417         Fix deadlock when alloc failed.
24418
24419 2005-07-05  Andy Wingo  <wingo@pobox.com>
24420
24421         * ext/gnomevfs/gstgnomevfssrc.c:
24422         * gst/sine/gstsinesrc.c:
24423         * gst/tcp/gsttcpserversrc.c:
24424         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24425
24426         * sys/v4l/: Port from 0.8.
24427
24428         * Many files: Null if we got it....
24429
24430 2005-07-05  Andy Wingo  <wingo@pobox.com>
24431
24432         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24433         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24434         Signedness fixes.
24435
24436 2005-07-05  Wim Taymans  <wim@fluendo.com>
24437
24438         * configure.ac:
24439         * gst/tcp/Makefile.am:
24440         * gst/tcp/README:
24441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24442         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24443         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24444         (is_sync_frame), (gst_multifdsink_handle_client_write),
24445         (gst_multifdsink_render), (gst_multifdsink_start),
24446         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24447         * gst/tcp/gstmultifdsink.h:
24448         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24449         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24450         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24451         * gst/tcp/gsttcp.h:
24452         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24453         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24454         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24455         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24456         * gst/tcp/gsttcpclientsink.h:
24457         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24458         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24459         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24460         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24461         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24462         * gst/tcp/gsttcpclientsrc.h:
24463         * gst/tcp/gsttcpplugin.c: (plugin_init):
24464         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24465         * gst/tcp/gsttcpserversink.h:
24466         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24467         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24468         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24469         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24470         (gst_tcpserversrc_stop):
24471         * gst/tcp/gsttcpserversrc.h:
24472         * gst/tcp/gsttcpsink.c:
24473         * gst/tcp/gsttcpsink.h:
24474         * gst/tcp/gsttcpsrc.c:
24475         * gst/tcp/gsttcpsrc.h:
24476         Ported tcp plugins to 0.9. 
24477         
24478
24479 2005-07-05  Andy Wingo  <wingo@pobox.com>
24480
24481         * gst/playback/gstplaybasebin.c (fill_buffer):
24482         message_new_application fixen.
24483
24484         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24485         Style fix.
24486
24487 2005-07-04  Wim Taymans  <wim@fluendo.com>
24488
24489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24490         Set caps on output buffer.
24491
24492 2005-07-04  Andy Wingo  <wingo@pobox.com>
24493
24494         * ext/gnomevfs/gstgnomevfssrc.c
24495         (gst_gnomevfssrc_received_headers_callback) 
24496         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24497         hopefully.
24498
24499         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24500         No refcount leakage.
24501
24502         * configure.ac: Enable -Werror.
24503         
24504         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24505         * gst/audioconvert/bufferframesconvert.c
24506         (buffer_frames_convert_fixate):
24507         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24508         (gst_audio_convert_fixate):
24509         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24510         (gst_sinesrc_create): Fixate func changes.
24511         
24512         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24513         (gst_ximagesink_buffer_alloc): Unused var.
24514
24515 2005-07-01  Andy Wingo  <wingo@pobox.com>
24516
24517         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24518         getcaps to do explicit caps. Needs to be done in all decoders,
24519         possibly via a base class.
24520
24521         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24522
24523         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24524         caps on the sink pad, just rely on the pad template. Also, setting
24525         ANY caps on a pad is not valid because the caps are not fixed.
24526
24527         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24528         caps on the buffer, and get the width from the desired_caps if
24529         they're set.
24530         (gst_ximagesink_renegotiate_size): Implement via setting the
24531         desired_caps on the ximagesink.
24532         (gst_ximagesink_setcaps): Only reset the width of the player if it
24533         wasn't already set. Not sure if this is right.
24534         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24535
24536         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24537         that the user wants. NULL unless the window has been resized.
24538
24539         * gst/volume/gstvolume.c (volume_transform): Adapt to
24540         basetransform refcount changes.
24541         
24542 2005-07-01  Andy Wingo  <wingo@pobox.com>
24543
24544         * gst/videoscale/gstvideoscale.c:
24545         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24546         from BaseTransform, implements a transform_caps. Removed dead code
24547         including some PAR stuff that was never reached -- should probably
24548         be added back somehow.
24549
24550 2005-07-01  Andy Wingo  <wingo@pobox.com>
24551
24552         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24553         come later.
24554
24555 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * configure.ac:
24558         * docs/libs/Makefile.am:
24559         * docs/libs/gst-plugins-libs.types:
24560         * ext/alsa/Makefile.am:
24561         * ext/alsa/gstalsamixer.h:
24562         * ext/alsa/gstalsamixeroptions.h:
24563         * ext/alsa/gstalsamixertrack.h:
24564         * gst-libs/gst/Makefile.am:
24565         * gst-libs/gst/colorbalance/.cvsignore:
24566         * gst-libs/gst/colorbalance/Makefile.am:
24567         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24568         * gst-libs/gst/colorbalance/colorbalance.c:
24569         * gst-libs/gst/colorbalance/colorbalance.h:
24570         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24571         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24572         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24573         * gst-libs/gst/interfaces/Makefile.am:
24574         * gst-libs/gst/interfaces/colorbalance.c:
24575         (gst_color_balance_class_init):
24576         * gst-libs/gst/interfaces/colorbalance.h:
24577         * gst-libs/gst/interfaces/interfaces-marshal.list:
24578         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24579         * gst-libs/gst/interfaces/mixer.h:
24580         * gst-libs/gst/interfaces/mixeroptions.h:
24581         * gst-libs/gst/interfaces/navigation.c:
24582         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24583         * gst-libs/gst/interfaces/tuner.h:
24584         * gst/volume/Makefile.am:
24585         * gst/volume/gstvolume.c:
24586         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24587         * sys/ximage/Makefile.am:
24588         * sys/ximage/ximagesink.c:
24589         * sys/xvimage/Makefile.am:
24590         * sys/xvimage/xvimagesink.c:
24591           fold in all interfaces into an interfaces dir, preserving CVS
24592           history
24593
24594 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24595
24596         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24597           Fix build after riff changes.
24598
24599 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24600
24601         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24602         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24603         (gst_riff_create_video_template_caps),
24604         (gst_riff_create_audio_template_caps),
24605         (gst_riff_create_iavs_template_caps):
24606         * gst-libs/gst/riff/riff-media.h:
24607         * gst-libs/gst/riff/riff-read.h:
24608         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24609           Add gst_riff_init() to initialize the debug category, instead
24610           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24611
24612 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24613
24614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24615           Oops, I shouldn't apply hacks.
24616
24617 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24618
24619         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24620           Remove pad_loop function which doesn't work.
24621
24622 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24623
24624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24625           Send EOS when deactivating.
24626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24627         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24628         (gen_preroll_element), (probe_triggered), (mute_stream),
24629         (silence_stream), (new_decoded_pad), (setup_substreams),
24630         (set_active_source):
24631         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24632         (remove_sinks), (add_sink):
24633         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24634           Change for new probe API.
24635
24636 2005-06-29  Wim Taymans  <wim@fluendo.com>
24637
24638         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24639         * gst-libs/gst/audio/gstbaseaudiosink.c:
24640         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24641         (gst_baseaudiosink_change_state):
24642         * gst-libs/gst/audio/gstbaseaudiosink.h:
24643         * gst-libs/gst/audio/gstringbuffer.c:
24644         (gst_ringbuffer_set_callback):
24645         Fix compilation error.
24646         Ringbuffer starts out as not running.
24647         Free our clock in dispose.
24648         When releasing the ringbuffer we need to renegotiate so
24649         clear the pad caps.
24650
24651 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24652
24653         * autogen.sh:
24654         * configure.ac:
24655         * docs/Makefile.am:
24656         * docs/libs/Makefile.am:
24657         * docs/libs/gst-plugins-libs-docs.sgml:
24658         * docs/libs/gst-plugins-libs-sections.txt:
24659         * docs/libs/gst-plugins-libs.types:
24660         * docs/libs/tmpl/gstaudio.sgml:
24661         * docs/libs/tmpl/gstcolorbalance.sgml:
24662         * docs/libs/tmpl/gstringbuffer.sgml:
24663         * gst-libs/gst/audio/gstringbuffer.c:
24664         (gst_ringbuffer_set_callback):
24665           reinstate gtk-doc docs for plugin libs
24666
24667 2005-06-28  Wim Taymans  <wim@fluendo.com>
24668
24669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24670         (gst_ogg_demux_init):
24671         Removed pad loop function.
24672
24673 2005-06-28  Wim Taymans  <wim@fluendo.com>
24674
24675         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24676         If we're building a chain we are not in an error case
24677         when we queue a buffer.
24678
24679 2005-06-28  Andy Wingo  <wingo@pobox.com>
24680
24681         * *.c: Don't cast to GstObject before reffing/unreffing.
24682
24683 2005-06-27  Andy Wingo  <wingo@pobox.com>
24684
24685         * gst/videotestsrc/gstvideotestsrc.c
24686         (gst_videotestsrc_activate_push): Activation API changes.
24687
24688         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24689         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24690         they have refs on the decodebin.
24691
24692         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24693         parent class.
24694         (gst_ogg_pad_typefind): Don't leak a pad ref.
24695         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24696         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24697         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24698
24699 2005-06-27  Edward Hervey  <edward@fluendo.com>
24700
24701         * ext/theora/theoradec.c: (theora_dec_change_state): 
24702         re-arranged call to parent's state change in order to avoid locks (or
24703         worse).
24704
24705 2005-06-26  Edward Hervey  <edward@fluendo.com>
24706
24707         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24708         2nd argument of 'unknow-type' signal is a GstCaps and not a
24709         GstMiniObject
24710
24711 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24712         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24713           Set the worker thread's running flag to TRUE before starting the
24714           thread.
24715         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24716           Catch a failure to add typefind to the bin.
24717
24718 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24719
24720         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24721         (gst_sinesrc_init), (gst_sinesrc_create),
24722         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24723         (gst_sinesrc_start):
24724         * gst/sine/gstsinesrc.h:
24725           add num-buffers and timestamp-offset properties
24726         * gst/videotestsrc/gstvideotestsrc.c:
24727         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24728         (gst_videotestsrc_get_property):
24729           add timestamp-offset property
24730
24731 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24732
24733         * configure.ac: add videorate
24734         * gst-plugins-base.spec.in: add videorate
24735
24736 2005-06-23  Wim Taymans  <wim@fluendo.com>
24737
24738         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24739         (gst_videorate_getcaps), (gst_videorate_setcaps),
24740         (gst_videorate_event), (gst_videorate_chain):
24741         Fixed videorate, fixating an already fixated caps is not
24742         an error.
24743
24744 2005-06-23  Wim Taymans  <wim@fluendo.com>
24745
24746         * ext/ogg/README:
24747         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24748         Buffer on caps is not boxed anymore.
24749
24750 2005-06-22  Wim Taymans  <wim@fluendo.com>
24751
24752         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24753         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24754         Set buffers on caps as miniobjects and not as boxed.
24755
24756 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24757
24758         * configure.ac:
24759           back to HEAD
24760
24761 === release 0.9.1 ===
24762
24763 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24764
24765         * .cvsignore:
24766         * NEWS:
24767         * README:
24768         * RELEASE:
24769         * configure.ac:
24770         * po/af.po:
24771         * po/az.po:
24772         * po/cs.po:
24773         * po/en_GB.po:
24774         * po/hu.po:
24775         * po/it.po:
24776         * po/nb.po:
24777         * po/nl.po:
24778         * po/or.po:
24779         * po/sq.po:
24780         * po/sr.po:
24781         * po/sv.po:
24782         * po/uk.po:
24783         * po/vi.po:
24784           updates for release
24785
24786 2005-06-09  Andy Wingo  <wingo@pobox.com>
24787
24788         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24789         
24790 2005-06-09  Andy Wingo  <wingo@pobox.com>
24791
24792         * configure.ac:
24793         * gst-libs/gst/Makefile.am:
24794         * gst-libs/gst/net/Makefile.am:
24795         Add gstnet to build.
24796
24797 2005-06-09  Andy Wingo  <wingo@pobox.com>
24798
24799         * gst-libs/gst/gconf/gconf.c:
24800         * gst/playback/test.c:
24801         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24802         fixes.
24803
24804         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24805
24806         * ext/theora/theoraenc.c (theora_enc_chain): 
24807         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24808
24809         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24810         RealPad.
24811
24812 2005-06-02  Wim Taymans  <wim@fluendo.com>
24813
24814         * gst-libs/gst/net/Makefile.am:
24815         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24816         * pkgconfig/gstreamer-libs.pc.in:
24817         Added net stuff, version net lib.
24818
24819 2005-06-02  Wim Taymans  <wim@fluendo.com>
24820
24821         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24822         (query_rates), (query_positions_elems), (query_positions_pads),
24823         (do_seek):
24824         Updated seek example.
24825
24826 2005-06-02  Andy Wingo  <wingo@pobox.com>
24827
24828         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24829         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24830         list.
24831
24832         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24833         remove the typefind, the bin dispose will do it for us. When it's
24834         removed and unreffed, the signal handler will be disconnected,
24835         too.
24836         (unlinked): It's too difficult to disconnect from unlinked
24837         handlers, as they are on pads not elements. Just punt if the pads
24838         aren't grandkids of the bin.
24839
24840 2005-06-02  Wim Taymans  <wim@fluendo.com>
24841
24842         * ext/ogg/README:
24843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24844         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24845         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24846         * ext/theora/theoradec.c: (theora_dec_src_query),
24847         (theora_handle_data_packet):
24848         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24849         (theora_enc_chain):
24850         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24851         (vorbis_handle_data_packet):
24852         * gst/audioconvert/bufferframesconvert.c:
24853         (buffer_frames_convert_chain):
24854         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24855         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24856         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24857         (gst_ffmpegcsp_chain):
24858         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24859         (gst_videorate_getcaps), (gst_videorate_setcaps),
24860         (gst_videorate_event), (gst_videorate_chain):
24861         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24862         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24863         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24864         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24865         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24866         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24867         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24868         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24869         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24870         Cleanups and buffer alloc.
24871
24872 2005-05-31  Wim Taymans  <wim@fluendo.com>
24873
24874         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24875         Don't try to call the delay method when the device is not
24876         opened.
24877
24878 2005-05-31  Wim Taymans  <wim@fluendo.com>
24879
24880         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24881         Get actual segment size and buffer size after opening
24882         the device.
24883
24884 2005-05-30  Wim Taymans  <wim@fluendo.com>
24885
24886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24887         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24888         Also FLUSH upstream, makes the loop function exit faster.
24889         
24890         * ext/theora/theoradec.c: (theora_dec_src_query):
24891         Some more debug info in the query.
24892         
24893         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24894         (gst_ximagesink_setcaps):
24895         Release lock on par error, better error reporting.
24896
24897 2005-05-26  Wim Taymans  <wim@fluendo.com>
24898
24899         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24900         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24901         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24902         Clear chains in READY
24903         Queue packets until the chain is activated.
24904
24905 2005-05-25  Wim Taymans  <wim@fluendo.com>
24906
24907         * gst-libs/gst/audio/gstaudiosink.c:
24908         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24909         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24910         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24911         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24912         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24913         (gst_audiosink_create_ringbuffer):
24914         * gst-libs/gst/audio/gstbaseaudiosink.c:
24915         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24916         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24917         (gst_baseaudiosink_set_property), (build_linear_format),
24918         (debug_spec_caps), (debug_spec_buffer),
24919         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24920         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24921         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24922         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24923         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24924         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24925         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24926         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24927         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24928         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24929         (wait_segment), (gst_ringbuffer_commit),
24930         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24931         (gst_ringbuffer_clear):
24932         Various small cleanups.
24933
24934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24935         (gst_audio_convert_change_state):
24936         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24937         No need to take the locks anymore.
24938
24939 2005-05-25  Wim Taymans  <wim@fluendo.com>
24940
24941         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24942         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24943         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24944         (type_found):
24945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24946         (group_destroy), (group_commit), (queue_overrun),
24947         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24948         (mute_stream), (new_decoded_pad), (setup_substreams),
24949         (setup_source), (mute_group_type), (set_active_source),
24950         (gst_play_base_bin_change_state):
24951         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24952         (gen_video_element), (gen_text_element), (gen_audio_element),
24953         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24954         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24955         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24956         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24957         Some playbin cleanups mostly refcounting sloppyness.
24958
24959 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24962           Work with streaming input.
24963
24964 2005-05-25  Wim Taymans  <wim@fluendo.com>
24965
24966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24967         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24968         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24969         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24970         No need to take the STREAM lock anymore.
24971
24972 2005-05-25  Wim Taymans  <wim@fluendo.com>
24973
24974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24975         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24976         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24977         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24978         (gst_ogg_demux_sink_activate):
24979         * ext/theora/theoradec.c: (theora_dec_src_event),
24980         (theora_handle_comment_packet), (theora_dec_chain),
24981         (theora_dec_change_state):
24982         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24983         (vorbis_handle_data_packet), (vorbis_dec_chain),
24984         (vorbis_dec_change_state):
24985         Remove STREAM locks as they are taken in core now.
24986         Never set bogus granulepos on vorbis/theora.
24987         Fix leaks in theoradec tag parsing.
24988
24989 2005-05-25  Wim Taymans  <wim@fluendo.com>
24990
24991         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24992         Fix memleaks, GST_BUFFER_DATA() is not freed.
24993
24994 2005-05-25  Wim Taymans  <wim@fluendo.com>
24995
24996         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24997         Open non-blocking, set to blocking mode afterwards to avoid
24998         lockups when audio device is busy.
24999
25000 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25001
25002         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
25003           This can't be good.
25004
25005 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25006
25007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25008         (gst_audio_convert_chain), (gst_audio_convert_link_src),
25009         (gst_audio_convert_setcaps):
25010           Implement instant setup switching.
25011
25012 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25013
25014         * gst/playback/gstplaybasebin.c: (probe_triggered):
25015           Fix missing unlock.
25016         * gst/playback/gstplaybin.c: (add_sink):
25017           First add, then link (otherwise pad link fails).
25018
25019 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25020
25021         * examples/Makefile.am:
25022         fix buildbot (make distcheck)
25023
25024 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25025
25026         * gst/playback/gstplaybin.c: (gen_vis_element):
25027           Remove some wrong code. Doesn't work yet.
25028
25029 2005-05-19  Wim Taymans  <wim@fluendo.com>
25030
25031         * gst-libs/gst/net/Makefile.am:
25032         * gst-libs/gst/net/README:
25033         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25034         (gst_netbuffer_class_init), (gst_netbuffer_init),
25035         (gst_netbuffer_finalize), (gst_netbuffer_copy),
25036         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25037         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25038         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25039         * gst-libs/gst/net/gstnetbuffer.h:
25040         Added buffer subclass to store extra to/from addresses for
25041         network sources/sinks.
25042
25043 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25044
25045         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25046           Don't lock an unassigned variable.
25047
25048 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25049
25050         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25051           Increase buffer for video, decrease buffer for other media types.
25052         * gst/playback/gstplaybin.c: (gen_video_element),
25053         (gen_audio_element):
25054           Change names for debugging purposes.
25055
25056 2005-05-18  Wim Taymans  <wim@fluendo.com>
25057
25058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25059         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25060         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25061         (gst_ffmpegcsp_chain):
25062         Enable buffer alloc passthrough if the source and dest
25063         formats are the same.
25064
25065 2005-05-17  Wim Taymans  <wim@fluendo.com>
25066
25067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25068         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25069         (gst_ogg_demux_chain_unlocked):
25070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25071         (gst_audio_convert_caps_remove_format_info),
25072         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25073         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25075         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25076         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25077         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25078         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25079         (gst_ffmpegcsp_get_property):
25080         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25081         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25082         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25083         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25084         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25085         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25086         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25087         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25088         Leak fixes in oggdemux.
25089         Some cleanups in audioconvert.
25090         Make passthrough work along with buffer_alloc etc.
25091         Make buffer_alloc and buffer recycling actually work in
25092         xvimagesink.
25093
25094 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25095
25096         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25097           make the compiler happy
25098
25099 2005-05-17  Wim Taymans  <wim@fluendo.com>
25100
25101         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25102         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25103         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25104         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25105         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25106         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25107         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25108         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25109         (gst_xvimagesink_set_xwindow_id):
25110         * sys/xvimage/xvimagesink.h:
25111         Port xvimagesink to new MiniObject.
25112
25113 2005-05-17  Wim Taymans  <wim@fluendo.com>
25114
25115         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25116         (gst_audiofilter_chain):
25117         * gst-libs/gst/audio/gstaudiosink.c:
25118         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25119         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25120         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25121         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25122         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25123         (gst_audiosink_create_ringbuffer):
25124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25125         (gst_audio_convert_caps_remove_format_info),
25126         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25127         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25128         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25129         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25130         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25131         Fix passthrough in ffmpegcolorspace.
25132         Fix memset in audiosink on wrong memory.
25133
25134 2005-05-16  David Schleef  <ds@schleef.org>
25135
25136         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25137         to GstMiniObject.
25138
25139 2005-05-16  David Schleef  <ds@schleef.org>
25140
25141         Port from GstData to GstMiniObject.
25142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25143         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25144         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25145         (gst_ogg_mux_collected):
25146         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25147         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25148         (theora_handle_data_packet):
25149         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25150         (theora_set_header_on_caps), (theora_enc_chain):
25151         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25152         (vorbis_handle_comment_packet):
25153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25154         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25155         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25156         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25157         * gst/audioconvert/gstaudioconvert.c:
25158         (gst_audio_convert_get_buffer):
25159         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25160         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25161         (mute_stream), (silence_stream):
25162         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25163         * gst/volume/gstvolume.c: (volume_transform):
25164         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25165         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25166         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25167         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25168         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25169         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25170         (gst_ximagesink_buffer_alloc):
25171         * sys/ximage/ximagesink.h:
25172
25173 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25174
25175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25176         (fill_buffer), (check_queue), (queue_threshold_reached),
25177         (queue_out_of_data):
25178         * gst/playback/gstplaybasebin.h:
25179           Post buffer-fullness on the bus.
25180
25181 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25182
25183         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25184         (try_to_link_1):
25185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25186         (group_commit), (probe_triggered), (setup_source),
25187         (gst_play_base_bin_change_state):
25188         * gst/playback/gstplaybasebin.h:
25189         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25190         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25191         (gst_play_bin_change_state):
25192           Move setup_output_pads into a virtual function, remove
25193           group-switch (no longer needed) and redirect (handled by bus
25194           now) signals.
25195
25196 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25197
25198         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25199         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25200         (get_active_group), (get_building_group), (group_destroy),
25201         (group_commit), (check_queue), (queue_overrun),
25202         (queue_threshold_reached), (queue_out_of_data),
25203         (gen_preroll_element), (remove_groups), (unknown_type),
25204         (add_element_stream), (no_more_pads), (probe_triggered),
25205         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25206         (setup_substreams), (setup_source), (finish_source),
25207         (prepare_output), (muted_group_change_state),
25208         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25209         (gst_play_base_bin_change_state):
25210         * gst/playback/gstplaybasebin.h:
25211         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25212         (gst_play_bin_init), (gst_play_bin_set_property),
25213         (gen_video_element), (gen_text_element), (gen_audio_element),
25214         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25215         (gst_play_bin_change_state):
25216         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25217         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25218         (stream_info_change_state), (gst_stream_info_set_mute),
25219         (gst_stream_info_get_property):
25220         * gst/playback/gststreaminfo.h:
25221         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25222         (gst_stream_selector_get_linked_pad),
25223         (gst_stream_selector_getcaps),
25224         (gst_stream_selector_get_linked_pads),
25225         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25226         * gst/playback/gststreamselector.h:
25227           Rough port of playbin. Needs some more work, but is mostly done,
25228           and uses a few locks in important places, which should make stuff
25229           like chain-switches clean. Still uses GST_STATE() in a few places,
25230           which isn't all that good an idea, subtitles/elements disabled
25231           because no elements to test with and thus probably broken, query
25232           and event handling moved to GstBin, internal thread removed
25233           alltogether because the pipeline does that for us now. Can play
25234           Ogg/Vorbis files. Haven't tested anything else yet.
25235
25236 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25237
25238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25239           Do no-more-pads (needed for autoplugging).
25240
25241 2005-05-10  Andy Wingo  <wingo@pobox.com>
25242
25243         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25244         message to the bus with the tags. Still not sent downstream tho.
25245
25246         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25247         get_parent.
25248         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25249         avoid refcounting hassles.
25250
25251 2005-05-09  Andy Wingo  <wingo@pobox.com>
25252
25253         * gst/volume/Makefile.am:
25254         * gst/volume/demo.c
25255         * gst/volume/gstvolume.h
25256         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25257         basetransform. Probably need an audio filter base class.
25258
25259 2005-05-09  Wim Taymans  <wim@fluendo.com>
25260
25261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25262         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25263         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25264         (gst_vorbisenc_chain):
25265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25266         (gst_audio_convert_caps_remove_format_info),
25267         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25268         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25269         Make caps writable before writing to it.
25270         Fix negotiation in audioconvert some more.
25271
25272 2005-05-09  Wim Taymans  <wim@fluendo.com>
25273
25274         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25275         (gst_videorate_getcaps), (gst_videorate_setcaps),
25276         (gst_videorate_event), (gst_videorate_chain):
25277         Better negotiation.
25278
25279 2005-05-09  Wim Taymans  <wim@fluendo.com>
25280
25281         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25282         (gst_videorate_getcaps), (gst_videorate_setcaps),
25283         (gst_videorate_blank_data), (gst_videorate_init),
25284         (gst_videorate_event), (gst_videorate_chain),
25285         (gst_videorate_change_state):
25286         Port videorate, do a better job at negotiation while we're at
25287         it.
25288
25289 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25290
25291         * configure.ac:
25292           Disable libvisual
25293
25294         * examples/Makefile.am:
25295         * gst-libs/gst/audio/Makefile.am:
25296         * gst-libs/gst/riff/Makefile.am:
25297         * gst-libs/gst/tag/Makefile.am:
25298         * gst-libs/gst/video/Makefile.am:
25299           Fixups for missing variables.
25300
25301 2005-05-09  Wim Taymans  <wim@fluendo.com>
25302
25303         * examples/seeking/seek.c: (make_theora_pipeline),
25304         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25305         (query_rates), (query_positions_elems), (query_positions_pads),
25306         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25307         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25308         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25309         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25310         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25311         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25313         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25314         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25315         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25316         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25317         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25318         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25319         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25320         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25321         (theora_dec_src_convert), (theora_dec_sink_convert),
25322         (theora_dec_src_query), (theora_dec_sink_query),
25323         (theora_dec_src_event), (theora_dec_sink_event),
25324         (theora_handle_comment_packet), (theora_handle_type_packet),
25325         (theora_handle_header_packet), (theora_handle_data_packet),
25326         (theora_dec_chain):
25327         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25328         (vorbis_dec_convert), (vorbis_dec_src_query),
25329         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25330         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25331         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25332         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25334         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25335         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25336         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25337         (gst_play_bin_query):
25338         * gst/playback/test3.c: (update_scale):
25339         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25340         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25341         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25342         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25343         (gst_videotestsrc_src_query):
25344         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25345         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25346         (paint_hline_YUV9):
25347         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25348         Port to new query API.
25349         Updated seek.
25350         Cleanups in x[v]imagesink
25351
25352 2005-05-09  Andy Wingo  <wingo@pobox.com>
25353
25354         * ext/alsa/gstalsasink.h:
25355         * ext/gnomevfs/gstgnomevfssrc.c:
25356         (gst_gnomevfssrc_get_icy_metadata):
25357         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25358         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25359         * ext/theora/theoradec.c (theora_dec_src_query)
25360         (theora_dec_src_event, theora_dec_sink_event)
25361         (theora_handle_comment_packet, theora_handle_data_packet):
25362         * ext/theora/theoraenc.c (theora_enc_chain):
25363         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25364         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25365         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25366         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25367         (qt_type_find):
25368         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25369         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25370         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25371         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25372         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25373         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25374         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25375         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25376         (paint_setup_RGB565, paint_setup_xRGB1555):
25377         * gst/videotestsrc/videotestsrc.h:
25378         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25379         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25380         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25381         GCC4 fixes.
25382         
25383         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25384         gst_pad_query_position. Fixes oggdemux.
25385
25386 2005-05-08  David Schleef  <ds@schleef.org>
25387
25388         * configure.ac: Require liboil.
25389         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25390         a few more.
25391         * gst/videotestsrc/videotestsrc.c:
25392         * gst/videotestsrc/videotestsrc.h:
25393
25394 2005-05-06  Wim Taymans  <wim@fluendo.com>
25395
25396         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25397         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25398         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25399         Well, unreffing a buffer right before pushing it is asking
25400         for trouble..
25401
25402 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25403
25404         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25405
25406 2005-05-06  Wim Taymans  <wim@fluendo.com>
25407
25408         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25409         (gst_audio_convert_caps_remove_format_info),
25410         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25411         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25413         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25414         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25415         * gst/sine/Makefile.am:
25416         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25417         (gst_sinesrc_class_init), (gst_sinesrc_init),
25418         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25419         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25420         (gst_sinesrc_update_freq):
25421         * gst/sine/gstsinesrc.h:
25422         * gst/tcp/gstmultifdsink.c:
25423         * sys/xvimage/xvimagesink.c:
25424         Fixed negotiation wrt _peer_get_caps()
25425         Some cleanups.
25426
25427
25428 2005-05-06  Wim Taymans  <wim@fluendo.com>
25429
25430         * gst-libs/gst/audio/gstaudiosink.c:
25431         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25432         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25433         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25434         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25435         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25436         (gst_audiosink_create_ringbuffer):
25437         * gst-libs/gst/audio/gstbaseaudiosink.c:
25438         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25439         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25440         (gst_baseaudiosink_set_property), (build_linear_format),
25441         (debug_spec_caps), (debug_spec_buffer),
25442         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25443         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25444         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25445         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25446         * gst-libs/gst/audio/gstbaseaudiosink.h:
25447         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25448         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25449         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25450         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25451         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25452         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25453         (wait_segment), (gst_ringbuffer_commit),
25454         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25455         (gst_ringbuffer_clear):
25456         * gst-libs/gst/audio/gstringbuffer.h:
25457         Make the base audiosink return an error when there is no
25458         audiobuffer negotiated.
25459
25460 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25461
25462         * ext/Makefile.am:
25463         Disable cdparanoia until someone ports it!
25464
25465 2005-05-06  Wim Taymans  <wim@fluendo.com>
25466
25467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25468         (gst_ogg_demux_sink_activate):
25469         And revert after wingo's revert.. sigh..
25470
25471 2005-05-05  Andy Wingo  <wingo@pobox.com>
25472
25473         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25474         GObject.
25475         * configure.ac: Return audiorate and subparse from the ghetto.
25476         Re-enable -Wall -Werror.
25477         * gst/subparse/gstsubparse.c:
25478         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25479         or chain-based. Cleaned up a bit. Not tested.
25480         
25481 2005-05-05  Christian Schaller <christian@fluendo.com> 
25482
25483         * Makefile.am: remove stuff that is not building
25484         * configure.ac: remove stuff that is not building
25485         * examples/Makefile.am: remove stuff that is not building
25486         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25487         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25488         * sys/Makefile.am: remove stuff that is not building
25489         * testsuite/Makefile.am: remove stuff that is not building
25490
25491 2005-05-05  Andy Wingo  <wingo@pobox.com>
25492
25493         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25494         * gst-libs/gst/tag/gstvorbistag.c:
25495         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25496         * gst/adder/gstadder.h:
25497         * gst/audioconvert/gstchannelmix.c:
25498         (gst_audio_convert_fill_one_other):
25499         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25500         (gst_audiorate_init), (gst_audiorate_chain):
25501         * gst/playback/gstplaybasebin.c: (setup_source):
25502         * gst/playback/test3.c: (update_scale):
25503         Some GCC4 fixes
25504         
25505         * po/af.po:
25506         * po/az.po:
25507         * po/cs.po:
25508         * po/en_GB.po:
25509         * po/hu.po:
25510         * po/it.po:
25511         * po/nb.po:
25512         * po/nl.po:
25513         * po/or.po:
25514         * po/sq.po:
25515         * po/sr.po:
25516         * po/sv.po:
25517         * po/uk.po:
25518         * po/vi.po: Foo
25519
25520 2005-05-05  Wim Taymans  <wim@fluendo.com>
25521
25522         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25523         (gst_audio_convert_caps_remove_format_info),
25524         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25525         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25526         * gst/videotestsrc/gstvideotestsrc.c:
25527         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25528         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25529         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25530         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25531         Don't ignore _push() return values.
25532         Make sure no processing is done when shutting down.
25533         Videotestsrc pad activation fix.
25534
25535 2005-05-05  Wim Taymans  <wim@fluendo.com>
25536
25537         * gst/adder/Makefile.am:
25538         * gst/adder/gstadder.c: (gst_adder_setcaps),
25539         (gst_adder_class_init), (gst_adder_init),
25540         (gst_adder_request_new_pad), (gst_adder_collected),
25541         (gst_adder_change_state):
25542         * gst/adder/gstadder.h:
25543         Ported adder as an example of a mixer element using
25544         collect pads. Needs more negotiation work.
25545
25546 2005-05-05  Wim Taymans  <wim@fluendo.com>
25547
25548         * ext/theora/theoradec.c: (_inc_granulepos),
25549         (theora_dec_src_event), (theora_dec_sink_event),
25550         (theora_handle_comment_packet), (theora_handle_type_packet),
25551         (theora_handle_header_packet), (theora_handle_data_packet),
25552         (theora_dec_chain):
25553         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25554         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25555         (theora_push_buffer), (theora_push_packet),
25556         (theora_enc_sink_event), (theora_enc_chain),
25557         (theora_enc_change_state), (theora_enc_set_property),
25558         (theora_enc_get_property):
25559         Added stream lock to decoder so that we can serialize
25560         the discont event.
25561         More theoraenc porting, recover from errors, do clean
25562         shutdown.
25563
25564 2005-05-05  Wim Taymans  <wim@fluendo.com>
25565
25566         * ext/ogg/Makefile.am:
25567         * ext/ogg/README:
25568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25569         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25570         (gst_ogg_print):
25571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25572         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25573         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25574         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25575         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25576         (gst_ogg_mux_change_state):
25577         Ported ogg muxer.
25578
25579 2005-05-05  Wim Taymans  <wim@fluendo.com>
25580
25581         * docs/design-audiosinks.txt:
25582         * gst-libs/gst/audio/TODO:
25583         * gst-libs/gst/audio/gstaudiosink.c:
25584         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25585         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25586         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25587         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25588         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25589         (gst_audiosink_create_ringbuffer):
25590         * gst-libs/gst/audio/gstbaseaudiosink.c:
25591         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25592         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25593         (gst_baseaudiosink_set_property), (build_linear_format),
25594         (debug_spec_caps), (debug_spec_buffer),
25595         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25596         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25597         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25598         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25600         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25601         (gst_ringbuffer_release), (gst_ringbuffer_play),
25602         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25603         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25604         (gst_ringbuffer_set_sample), (wait_segment),
25605         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25606         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25607         More work on the audiosink, mostly debugging and a race in
25608         shutdown.
25609
25610 2005-04-28  Wim Taymans  <wim@fluendo.com>
25611
25612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25613         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25614         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25615         (vorbis_dec_src_query), (vorbis_dec_src_event),
25616         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25617         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25618         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25619         Don't crap out when seeking back to position 0.
25620
25621 2005-04-28  Wim Taymans  <wim@fluendo.com>
25622
25623         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25624         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25625         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25626         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25627         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25628         Make audio sink configurable, use alsasink as default.
25629
25630 2005-04-28  Wim Taymans  <wim@fluendo.com>
25631
25632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25633         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25634         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25635         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25636         (vorbis_dec_change_state):
25637         * ext/vorbis/vorbisdec.h:
25638         Refactor, use STREAM_LOCK.
25639
25640 2005-04-28  Wim Taymans  <wim@fluendo.com>
25641
25642         * ext/theora/theoradec.c: (_inc_granulepos),
25643         (theora_dec_sink_event), (theora_handle_comment_packet),
25644         (theora_handle_type_packet), (theora_handle_header_packet),
25645         (theora_handle_data_packet), (theora_dec_chain),
25646         (theora_dec_change_state):
25647         Refactor a bit, use STREAM_LOCK.
25648
25649 2005-04-28  Wim Taymans  <wim@fluendo.com>
25650
25651         * ext/alsa/Makefile.am:
25652         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25653         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25654         (gst_alsa_link), (gst_alsa_close_audio):
25655         * ext/alsa/gstalsaplugin.c: (plugin_init):
25656         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25657         (gst_alsasink_dispose), (gst_alsasink_base_init),
25658         (gst_alsasink_class_init), (gst_alsasink_init),
25659         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25660         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25661         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25662         (gst_alsasink_reset):
25663         * ext/alsa/gstalsasink.h:
25664         Implement alsasink with simple open/write/close API. 
25665         Make alsa dir build by disabling compilation of code.
25666
25667 2005-04-28  Wim Taymans  <wim@fluendo.com>
25668
25669         * gst-libs/gst/audio/Makefile.am:
25670         * gst-libs/gst/audio/audio.h:
25671         * gst-libs/gst/audio/audioclock.c:
25672         * gst-libs/gst/audio/audioclock.h:
25673         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25674         (gst_audio_clock_class_init), (gst_audio_clock_init),
25675         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25676         * gst-libs/gst/audio/gstaudioclock.h:
25677         * gst-libs/gst/audio/gstaudiosink.c:
25678         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25679         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25680         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25681         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25682         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25683         (gst_audiosink_create_ringbuffer):
25684         * gst-libs/gst/audio/gstbaseaudiosink.c:
25685         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25686         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25687         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25688         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25689         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25690         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25691         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25692         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25693         * gst-libs/gst/audio/gstbaseaudiosink.h:
25694         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25695         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25696         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25697         (gst_ringbuffer_release), (gst_ringbuffer_play),
25698         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25699         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25700         (gst_ringbuffer_set_sample), (wait_segment),
25701         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25702         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25703         * gst-libs/gst/audio/gstringbuffer.h:
25704         Make ringbuffer faster and more simple by removing the locks
25705         in the playback thread.
25706         Add sample accurate playback based on buffer sample offsets.
25707         Make the baseaudiosink provide a clock.
25708         Parse caps in the base class.
25709         Correctly handle seeking, flushing and state changes.
25710
25711 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25712
25713         * configure.ac:
25714         * gst/audioconvert/Makefile.am:
25715         * gst/audioscale/Makefile.am:
25716           Fix part of the build.  Come on guys, autogen didn't even work :)
25717
25718 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25719
25720         * configure.ac:
25721         * gst-libs/gst/Makefile.am:
25722         * gst-libs/gst/media-info/.cvsignore:
25723         * gst-libs/gst/media-info/Makefile.am:
25724         * gst-libs/gst/media-info/README:
25725         * gst-libs/gst/media-info/media-info-priv.c:
25726         * gst-libs/gst/media-info/media-info-priv.h:
25727         * gst-libs/gst/media-info/media-info-test.c:
25728         * gst-libs/gst/media-info/media-info.c:
25729         * gst-libs/gst/media-info/media-info.h:
25730         * gst-libs/gst/media-info/media-info.vcproj:
25731         * pkgconfig/Makefile.am:
25732         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25733         * pkgconfig/gstreamer-media-info.pc.in:
25734           Remove media-info, which is also successed by playbin (see Totem
25735           implementation).
25736
25737 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25738
25739         * configure.ac:
25740         * examples/Makefile.am:
25741         * examples/gstplay/.cvsignore:
25742         * examples/gstplay/Makefile.am:
25743         * examples/gstplay/player.c:
25744         * gst-libs/gst/Makefile.am:
25745         * gst-libs/gst/play/.cvsignore:
25746         * gst-libs/gst/play/Makefile.am:
25747         * gst-libs/gst/play/play.c:
25748         * gst-libs/gst/play/play.h:
25749         * gst-libs/gst/play/play.vcproj:
25750         * pkgconfig/Makefile.am:
25751         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25752         * pkgconfig/gstreamer-play.pc.in:
25753           Remove libgstplay, playbin is now the official successor.
25754
25755 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25756
25757         * configure.ac:
25758         * gst-libs/gst/Makefile.am:
25759         * gst-libs/gst/xwindowlistener/Makefile.am:
25760         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25761         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25762           Remove deprecated xwindowlistener (I've moved xwindowlistening
25763           in the v4l/v4l2 plugins over to serverside).
25764
25765 2005-04-25  David Schleef  <ds@schleef.org>
25766
25767         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25768         to examples/dynparams.  Examples do not belong interspersed with
25769         source code.
25770         * examples/dynparams/demo-dparams.c:
25771         * gst/sine/Makefile.am:
25772         * gst/sine/demo-dparams.c:
25773
25774 2005-04-25  David Schleef  <ds@schleef.org>
25775
25776         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25777         * gst-libs/gst/audio/Makefile.am:
25778         * gst-libs/gst/riff/Makefile.am:
25779         * gst-libs/gst/tag/Makefile.am:
25780         * gst-libs/gst/video/Makefile.am:
25781         * gst-libs/gst/xwindowlistener/Makefile.am:
25782
25783         Convert to 0.9 API, seems to work:
25784         * sys/ximage/Makefile.am:
25785         * sys/ximage/ximagesink.c:
25786
25787 2005-04-24  David Schleef  <ds@schleef.org>
25788
25789         Link plugins against libraries:
25790         * ext/alsa/Makefile.am:
25791         * gst/tcp/Makefile.am:
25792
25793         Remove asm code that should be in liboil
25794         * gst/videoscale/Makefile.am:
25795         * gst/videoscale/videoscale_x86_asm.s:
25796
25797         gettext wants these checked in:
25798         * po/af.po:
25799         * po/az.po:
25800         * po/cs.po:
25801         * po/en_GB.po:
25802         * po/hu.po:
25803         * po/it.po:
25804         * po/nb.po:
25805         * po/nl.po:
25806         * po/or.po:
25807         * po/sq.po:
25808         * po/sr.po:
25809         * po/sv.po:
25810         * po/uk.po:
25811         * po/vi.po:
25812
25813 2005-04-24  David Schleef  <ds@schleef.org>
25814
25815         Convert gst_main() to g_main_loop_run()
25816         * gst/playback/decodetest.c: (main):
25817         * gst/playback/test2.c: (main):
25818         * gst/playback/test3.c: (main):
25819         * gst/playback/test4.c: (main):
25820
25821         Link plugins against libraries:
25822         * ext/libvisual/Makefile.am:
25823         * sys/xvimage/Makefile.am:
25824
25825 2005-04-24  David Schleef  <ds@schleef.org>
25826
25827         * configure.ac: Remove idct and resample libs
25828         * gst-libs/gst/Makefile.am: same
25829
25830         Remove usage of gst_library_load():
25831         * ext/alsa/gstalsaplugin.c: (plugin_init):
25832         * ext/libvisual/visual.c: (plugin_init):
25833         * ext/ogg/gstogg.c: (plugin_init):
25834         * ext/theora/theora.c: (plugin_init):
25835         * ext/vorbis/vorbis.c: (plugin_init):
25836         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25837         * gst/audioscale/gstaudioscale.c:
25838         * gst/adder/gstadder.c: (plugin_init):
25839         * gst/audioconvert/plugin.c: (plugin_init):
25840         * sys/ximage/ximagesink.c: (plugin_init):
25841         * sys/xvimage/xvimagesink.c: (plugin_init):
25842         * gst/tcp/gsttcpplugin.c: (plugin_init):
25843
25844         Link plugins against libraries:
25845         * ext/ogg/Makefile.am:
25846         * ext/theora/Makefile.am:
25847         * ext/vorbis/Makefile.am:
25848         * gst/audioconvert/Makefile.am:
25849
25850         Create proper libraries:
25851         * gst-libs/gst/riff/Makefile.am:
25852         * gst-libs/gst/audio/Makefile.am:
25853         * gst-libs/gst/video/Makefile.am:
25854
25855         Move resample library to audioscale plugin directory:
25856         * gst-libs/gst/resample/Makefile.am:
25857         * gst-libs/gst/resample/README:
25858         * gst-libs/gst/resample/dtof.c:
25859         * gst-libs/gst/resample/dtos.c:
25860         * gst-libs/gst/resample/functable.c:
25861         * gst-libs/gst/resample/private.h:
25862         * gst-libs/gst/resample/resample.c:
25863         * gst-libs/gst/resample/resample.h:
25864         * gst-libs/gst/resample/resample.vcproj:
25865         * gst-libs/gst/resample/test.c:
25866         * gst/audioscale/Makefile.am:
25867         * gst/audioscale/README:
25868         * gst/audioscale/dtof.c:
25869         * gst/audioscale/dtos.c:
25870         * gst/audioscale/functable.c:
25871         * gst/audioscale/private.h:
25872         * gst/audioscale/resample.c:
25873         * gst/audioscale/resample.h:
25874         * gst/audioscale/test.c:
25875
25876         Move tagedit library to gst-libs:
25877         * gst-libs/gst/tag/Makefile.am:
25878         * gst-libs/gst/tag/gstid3tag.c:
25879         * gst-libs/gst/tag/gsttagediting.c:
25880         * gst-libs/gst/tag/gsttageditingprivate.h:
25881         * gst-libs/gst/tag/gstvorbistag.c:
25882         * gst/tags/Makefile.am:
25883         * gst/tags/gstid3tag.c:
25884         * gst/tags/gstvorbistag.c:
25885
25886         Fix for core changes:
25887         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25888         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25889         (gst_sinesrc_getrange):
25890
25891 2005-04-23  David Schleef  <ds@schleef.org>
25892
25893         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25894         in gst-plugins in a long time, and properly belongs in liboil.
25895         * gst-libs/gst/idct/Makefile.am:
25896         * gst-libs/gst/idct/README:
25897         * gst-libs/gst/idct/dct.h:
25898         * gst-libs/gst/idct/doieee:
25899         * gst-libs/gst/idct/fastintidct.c:
25900         * gst-libs/gst/idct/floatidct.c:
25901         * gst-libs/gst/idct/idct.c:
25902         * gst-libs/gst/idct/idct.h:
25903         * gst-libs/gst/idct/idtc.vcproj:
25904         * gst-libs/gst/idct/ieeetest.c:
25905         * gst-libs/gst/idct/intidct.c:
25906
25907 2005-04-20  Wim Taymans  <wim@fluendo.com>
25908
25909         * docs/design-audiosinks.txt:
25910         * gst-libs/gst/audio/Makefile.am:
25911         * gst-libs/gst/audio/TODO:
25912         * gst-libs/gst/audio/gstaudiosink.c:
25913         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25914         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25915         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25916         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25917         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25918         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25919         (gst_audiosink_class_init), (gst_audiosink_init),
25920         (gst_audiosink_create_ringbuffer):
25921         * gst-libs/gst/audio/gstaudiosink.h:
25922         * gst-libs/gst/audio/gstbaseaudiosink.c:
25923         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25924         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25925         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25926         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25927         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25928         (gst_baseaudiosink_create_ringbuffer),
25929         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25930         * gst-libs/gst/audio/gstbaseaudiosink.h:
25931         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25932         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25933         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25934         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25935         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25936         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25937         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25938         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25939         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25940         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25941         * gst-libs/gst/audio/gstringbuffer.h:
25942         An attempt at a set of audio base classes together with some
25943         design docs.
25944
25945 2005-04-20  Wim Taymans  <wim@fluendo.com>
25946
25947         * gst/audioconvert/Makefile.am:
25948         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25949         (gst_audio_convert_caps_remove_format_info),
25950         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25951         (gst_audio_convert_channels):
25952         Link against audio libs.
25953         Fix audio convert plugin.
25954
25955 2005-04-20  Wim Taymans  <wim@fluendo.com>
25956
25957         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25958         (gst_ogg_demux_sink_activate):
25959         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25960         (theora_set_header_on_caps), (theora_enc_sink_event),
25961         (theora_enc_chain):
25962         Fix theora encoder.
25963
25964 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25967         * gst/playback/gstdecodebin.c: (find_compatibles):
25968           Work with staticpadtemplates in elementfactories.
25969
25970 2005-04-12  Wim Taymans  <wim@fluendo.com>
25971
25972         * gst/playback/README:
25973         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25974         (compare_ranks), (print_feature), (gst_decode_bin_init),
25975         (dynamic_create), (dynamic_free), (find_compatibles),
25976         (mimetype_is_raw), (close_pad_link), (got_redirect),
25977         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25978         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25979         (gst_decode_bin_change_state):
25980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25981         (gst_play_base_bin_init), (group_destroy), (group_commit),
25982         (check_queue), (queue_overrun), (queue_threshold_reached),
25983         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25984         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25985         (got_redirect), (setup_source), (play_base_eos),
25986         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25987         (gst_play_base_bin_remove_element):
25988         * gst/playback/gstplaybasebin.h:
25989         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25990         (gst_play_bin_init), (gst_play_bin_dispose),
25991         (gst_play_bin_set_property), (gen_video_element),
25992         (gen_text_element), (gen_audio_element), (remove_sinks),
25993         (gst_play_bin_send_event):
25994         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25995         (stream_info_change_state), (gst_stream_info_set_mute):
25996         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25997         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25998         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25999         (gst_stream_selector_chain):
26000         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
26001         (main):
26002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
26003         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
26004         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26005         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
26006         Raw and crude port of decodebin. 
26007         Make playbin compile.
26008
26009 2005-04-06  Wim Taymans  <wim@fluendo.com>
26010
26011         * ext/gnomevfs/Makefile.am:
26012         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
26013         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26014         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
26015         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
26016         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
26017         (gst_gnomevfssrc_stop):
26018         * ext/ogg/Makefile.am:
26019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
26020         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
26021         * ext/theora/Makefile.am:
26022         * ext/theora/theoradec.c: (_inc_granulepos),
26023         (theora_dec_sink_event), (theora_dec_chain):
26024         * ext/vorbis/Makefile.am:
26025         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26026         (vorbis_dec_sink_event), (vorbis_dec_chain):
26027         * gst-libs/gst/audio/Makefile.am:
26028         * sys/xvimage/Makefile.am:
26029         Make gnomevfssrc extend the source base class.
26030         Fix linking against libs in various plugins.
26031
26032 2005-04-06  Andy Wingo  <wingo@pobox.com>
26033
26034         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26035         GST_BASE_LIBS.
26036
26037         * configure.ac: Add check and AC_SUBST for libgstbase.
26038
26039 2005-03-31  Wim Taymans  <wim@fluendo.com>
26040
26041         * examples/seeking/Makefile.am:
26042         * examples/seeking/cdparanoia.c: (main):
26043         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26044         (play_cb), (pause_cb), (stop_cb), (main):
26045         * examples/seeking/playbin.c:
26046         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26047         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26048         (make_sid_pipeline), (make_vorbis_pipeline),
26049         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26050         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26051         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26052         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26053         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26054         (stop_cb), (main):
26055         * examples/seeking/spider_seek.c:
26056         * examples/seeking/vorbisfile.c:
26057         * ext/gnomevfs/Makefile.am:
26058         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26059         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26060         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26061         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26062         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26063         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26064         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26065         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26066         * ext/ogg/README:
26067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26068         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26069         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26070         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26071         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26072         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26073         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26074         (gst_ogg_demux_factory_filter), (compare_ranks),
26075         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26076         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26077         (gst_ogg_chain_new), (gst_ogg_chain_free),
26078         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26079         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26080         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26081         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26082         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26083         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26084         (gst_ogg_demux_get_prev_page),
26085         (gst_ogg_demux_deactivate_current_chain),
26086         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26087         (gst_ogg_demux_bisect_forward_serialno),
26088         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26089         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26090         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26091         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26092         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26093         (gst_ogg_demux_change_state), (gst_ogg_print):
26094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26095         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26096         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26097         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26098         (gst_ogg_mux_loop):
26099         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26100         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26101         (theora_dec_src_convert), (theora_dec_sink_convert),
26102         (theora_dec_src_query), (theora_dec_src_event),
26103         (theora_dec_sink_event), (theora_dec_chain),
26104         (theora_dec_change_state):
26105         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26106         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26107         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26108         (theora_enc_change_state):
26109         * ext/vorbis/Makefile.am:
26110         * ext/vorbis/oggvorbisenc.c:
26111         * ext/vorbis/oggvorbisenc.h:
26112         * ext/vorbis/vorbis.c: (plugin_init):
26113         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26114         (vorbis_dec_src_query), (vorbis_dec_src_event),
26115         (vorbis_dec_sink_event), (vorbis_dec_chain),
26116         (vorbis_dec_change_state):
26117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26118         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26119         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26120         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26121         (gst_vorbisenc_change_state):
26122         * ext/vorbis/vorbisenc.h:
26123         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26124         * gst-libs/gst/audio/audioclock.c:
26125         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26126         (gst_audiofilter_init), (gst_audiofilter_chain):
26127         * gst-libs/gst/audio/testchannels.c: (main):
26128         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26129         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26130         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26131         (gmip_find_track_streaminfo), (gmip_find_track_format):
26132         * gst-libs/gst/media-info/media-info.c:
26133         (gst_media_info_read_idler):
26134         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26135         (gst_play_get_all_by_interface):
26136         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26137         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26138         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26139         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26140         (gst_riff_parse_info):
26141         * gst-libs/gst/riff/riff-read.h:
26142         * gst-libs/gst/riff/riff.c: (plugin_init):
26143         * gst-libs/gst/video/Makefile.am:
26144         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26145         (gst_videosink_class_init), (gst_videosink_get_type):
26146         * gst-libs/gst/video/videosink.h:
26147         * gst/audioconvert/bufferframesconvert.c:
26148         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26149         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26150         * gst/audioconvert/channelmixtest.c: (main):
26151         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26152         (gst_audio_convert_chain),
26153         (gst_audio_convert_caps_remove_format_info),
26154         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26155         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26156         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26157         (gst_audio_convert_buffer_to_default_format),
26158         (gst_audio_convert_buffer_from_default_format),
26159         (gst_audio_convert_channels):
26160         * gst/audioconvert/gstchannelmix.h:
26161         * gst/ffmpegcolorspace/avcodec.h:
26162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26163         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26164         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26165         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26166         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26167         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26168         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26169         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26170         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26171         (dv_type_find):
26172         * gst/videotestsrc/gstvideotestsrc.c:
26173         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26174         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26175         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26176         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26177         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26178         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26179         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26181         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26182         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26183         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26184         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26185         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26186         (gst_xvimagesink_navigation_send_event),
26187         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26188         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26189         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26190         * sys/xvimage/xvimagesink.h:
26191         Plugin port to 0.9, ogg/theora playback should work in the seek
26192         example now.
26193         Removed old examples.
26194         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26195         explained in 0.9 TODO doc.
26196
26197
26198 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26199
26200         * autogen.sh:
26201         * configure.ac:
26202         * ext/Makefile.am:
26203         * gst/Makefile.am:
26204         * po/POTFILES.in:
26205         * po/af.po:
26206         * po/az.po:
26207         * po/cs.po:
26208         * po/en_GB.po:
26209         * po/hu.po:
26210         * po/it.po:
26211         * po/nb.po:
26212         * po/nl.po:
26213         * po/or.po:
26214         * po/sq.po:
26215         * po/sr.po:
26216         * po/sv.po:
26217         * po/uk.po:
26218         * po/vi.po:
26219         * sys/Makefile.am:
26220         * testsuite/Makefile.am:
26221           remove a whole bunch of plugins.  This module now contains a set
26222           of free reference plugins/elements as agreed.
26223
26224 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26225
26226         * configure.ac:
26227           hunting season on 0.9 is now OPEN
26228
26229 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26230
26231         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26232           Kick the hell out of gcc for not warning me about a symbol conflict.
26233
26234 2005-02-22  Luca Ognibene  <luogni@tin.it>
26235
26236         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26237
26238         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26239           Don't leak caps string (fixes #168134)
26240
26241         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26242         (gst_jpegenc_init), (gst_jpegenc_finalize),
26243         (gst_jpegenc_change_state):
26244           Don't leak line buffers and context struct (fixes #168133).
26245
26246 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26247
26248         * configure.ac:
26249         * ext/dirac/gstdiracdec.cc:
26250         (gst_diracdec_chain):
26251           Since dirac 0.5.0 the framerate in dirac is expressed as a
26252           rational number. Fix build and up requirement to 0.5.0, and
26253           also pass parameters to gst_diracdec_link in the right order
26254           (fixes #167959).
26255
26256 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26257
26258         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26259         * ext/faad/gstfaad.h:
26260         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26261         certain invalid muxed streams, where some packets will contain 
26262         junk after decoder data. Partially fixes #149158.
26263
26264 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26265         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26266           Make sure we only write to writable buffers
26267
26268 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26269
26270         * gst-libs/gst/riff/riff-media.c:
26271         (gst_riff_create_audio_caps_with_data):
26272           Do actually fix invalid RIFF fmt header values for alaw
26273           and mulaw audio instead of just saying so.
26274
26275         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26276           Give gst_riff_create_audio_caps_with_data() a chance to
26277           fix up broken format header fields before extracting any
26278           parameters from the header. (fixes #167633)
26279
26280 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26281
26282         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26283
26284         * gst/audioconvert/bufferframesconvert.c:
26285         (buffer_frames_convert_link):
26286           Don't leak othercaps. (fixes #167878)
26287
26288 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26289
26290         * configure.ac:
26291         * ext/libvisual/visual.c: (gst_visual_srclink),
26292         (gst_visual_change_state):
26293           Support libvisual 0.2.0.
26294
26295 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26296
26297         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26298         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26299           Use same rowstrides for I420 as used everywhere else.
26300
26301 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26302
26303         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26304           Declare variables at beginning of block and make gcc-2.95 happy
26305           (fixes # 167482, patch by Gergely Nagy).
26306           
26307         * gst/tcp/gsttcpclientsrc.c:
26308         * gst/tcp/gsttcpclientsrc.h:
26309           Move some includes into the header, so that struct sockaddr_in is
26310           defined when it should be defined on FreeBSD as well (fixes
26311           #167483).
26312           
26313         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26314           Don't pass uninitialised values to setsockopt() here either.
26315
26316 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26317
26318         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26319
26320         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26321           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26322
26323 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26324
26325         * gst/playback/gstplaybin.c: (add_sink):
26326           Invert bin_add/link order to workaround deadlock in opt.
26327
26328 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26329
26330         * gst/modplug/gstmodplug.cc:
26331           Add missing break causing position queries to fail.
26332
26333 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26334
26335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26336           Granpos can apparently be -1, which screws up calculations...
26337
26338 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26339
26340         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26341         (gst_ximagesink_send_pending_navigation),
26342         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26343         (gst_ximagesink_init):
26344         * sys/ximage/ximagesink.h:
26345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26346         (gst_xvimagesink_send_pending_navigation),
26347         (gst_xvimagesink_navigation_send_event),
26348         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26349         * sys/xvimage/xvimagesink.h:
26350           Use a mutex protected list to marshal navigation
26351           events into the stream thread from whichever thread
26352           sends them.
26353
26354 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26355
26356         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26357           Display current position and track length; misc. clean-ups.
26358           
26359         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26360         (speed_init), (speed_chain):
26361           Add query function, so that the stream length and current position
26362           get adjusted when queried (note that current position queries may
26363           still be wrong if the audio sink returns values based on buffer
26364           timestamps instead of passing on the query).
26365
26366 2005-02-13  Benjamin Otte  <otte@gnome.org>
26367
26368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26369         (gst_audio_convert_channels):
26370           create channel conversion matrix when linking
26371         * gst/audioconvert/.cvsignore:
26372         * gst/audioconvert/Makefile.am:
26373         * gst/audioconvert/channelmixtest.c: (main):
26374           add (ugly) test that ensures stereo <=> mono conversion works
26375           correctly
26376
26377 2005-02-13  Benjamin Otte  <otte@gnome.org>
26378
26379         * gst/audioconvert/gstchannelmix.h:
26380           include missing header file
26381         * gst/audioconvert/gstchannelmix.c:
26382         (gst_audio_convert_fill_compatible):
26383           use same sign for both channels when converting to/from compatible
26384           channel. Previously used different signs made the signals cancel
26385           each other out and appear like silence. (fixes #167269)
26386
26387 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26388
26389         * gst/ffmpegcolorspace/avcodec.h:
26390         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26391         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26392         (gst_ffmpegcsp_avpicture_fill):
26393         * gst/ffmpegcolorspace/imgconvert.c:
26394           Convert to and from YV12 (fixes #156379).
26395
26396 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26397
26398         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26399         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26400         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26401         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26402         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26403         methods from chain and negotiation and vice versa (Fixes #166142).
26404         * sys/ximage/ximagesink.h: Add stream_lock.
26405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26406         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26407         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26408         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26409
26410 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26411
26412         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26413           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26414           error message when we can't open the DVD device (when dvdnav_open()
26415           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26416           the above). Send something more useful instead (fixes #167117).
26417
26418 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26419
26420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26421         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26422         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26423         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26424         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26425         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26426         methods from chain and negotiation and vice versa (Fixes #166142).
26427         Fix a possible bug of images in the buffer pool being discarded because
26428         we are looking at the wrong geometry.
26429         * sys/xvimage/xvimagesink.h: Add stream_lock.
26430
26431 2005-02-11  David Schleef  <ds@schleef.org>
26432
26433         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26434         unsigned int. (fixes #167128)
26435
26436 2005-02-11  David Schleef  <ds@schleef.org>
26437
26438         * gst/librfb/Makefile.am: Testing stuff before committing is
26439           for wimps... and people with fast machines.  Fix stupid
26440           mistake.
26441
26442 2005-02-11  David Schleef  <ds@schleef.org>
26443
26444         * configure.ac: Pull in librfb from my CVS tree, because it is
26445           too small and annoying to be separate.  Move rfbsrc plugin
26446           to gst/.
26447         * ext/Makefile.am:
26448         * ext/librfb/Makefile.am:
26449         * ext/librfb/gstrfbsrc.c:
26450         * gst/librfb/Makefile.am:
26451         * gst/librfb/gstrfbsrc.c:
26452         * gst/librfb/rfb.c:
26453         * gst/librfb/rfb.h:
26454         * gst/librfb/rfbbuffer.c:
26455         * gst/librfb/rfbbuffer.h:
26456         * gst/librfb/rfbbytestream.c:
26457         * gst/librfb/rfbbytestream.h:
26458         * gst/librfb/rfbcontext.h:
26459         * gst/librfb/rfbdecoder.c:
26460         * gst/librfb/rfbdecoder.h:
26461         * gst/librfb/rfbutil.h:
26462
26463 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26464
26465         * gst/speed/Makefile.am:
26466         * gst/speed/demo-mp3.c: (main):
26467         * gst/speed/filter.func:
26468         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26469         (speed_class_init), (speed_init), (speed_chain_int16),
26470         (speed_chain_float32), (speed_chain), (speed_set_property),
26471         (speed_get_property), (speed_change_state):
26472         * gst/speed/gstspeed.h:
26473           Fix speed element and make it chain-based (fixes #156467),
26474           and make it handle more than one channel.
26475
26476 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26477
26478         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26479         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26480         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26481         * ext/dts/gstdtsdec.h:
26482           Don't clobber the stack constructing the channels array.
26483           Make the element chain-based. DTS tracks can now be played.
26484           
26485 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26486
26487         * gst-libs/gst/audio/multichannel.h:
26488         * gst-libs/gst/gconf/gconf.h:
26489         * gst-libs/gst/idct/idct.h:
26490         * gst-libs/gst/media-info/media-info-priv.h:
26491         * gst-libs/gst/play/play.h:
26492         * gst-libs/gst/resample/private.h:
26493         * gst-libs/gst/resample/resample.h:
26494         * gst-libs/gst/riff/riff-ids.h:
26495         * gst-libs/gst/video/video.h:
26496         * gst-libs/gst/video/videosink.h:
26497           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26498           missing, so that they work when included from C++ code.
26499
26500 2005-02-09  David Schleef  <ds@schleef.org>
26501
26502         * testsuite/gst-lint: Check for non-statically scoped
26503           parent_class variables.  This won't be a problem once
26504           plugins are loaded with RTLD_LOCAL.
26505
26506 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * ext/mplex/gstmplexibitstream.cc:
26509           gcc madness.
26510
26511 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * ext/ogg/gstogmparse.c:
26514         * gst/debug/gstnavigationtest.c:
26515           Die, thou faulty symbol pollutors (non-static parent_class).
26516
26517 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26518
26519         * ext/mplex/gstmplexibitstream.cc:
26520           Fix event handling (#165525).
26521
26522 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26523
26524         * ext/mikmod/gstmikmod.c:
26525         * gst/modplug/gstmodplug.cc:
26526           Add missing endianness to template (fixes #165509).
26527
26528 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26529
26530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26531           Fix wrong order of reading of optional bytes (#165290).
26532
26533 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26534
26535         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26536           Implement FILLER event awareness.
26537
26538 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26539
26540         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26541           Fix track calculations (#166208).
26542
26543 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26544
26545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26548         * ext/libpng/gstpngenc.c:
26549           Fix byte-order, use proper fixed caps. Fixes #164197.
26550
26551 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26552
26553         * configure.ac:
26554           Add dvdlpcmdec 
26555
26556         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26557         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26558           Don't push buffers if the src pad isn't negotiated yet.
26559           
26560         * gst/audioconvert/gstaudioconvert.c:
26561         (gst_audio_convert_buffer_to_default_format),
26562         (gst_audio_convert_buffer_from_default_format):
26563           Add support for 24-bit width.
26564
26565         * gst/dvdlpcmdec/.cvsignore:
26566         * gst/dvdlpcmdec/Makefile.am:
26567         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26568         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26569         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26570         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26571         (plugin_init):
26572         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26573           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26574           format. Needs support for the channels maps if someone can find 
26575           a DVD LPCM track with > 2 channels.
26576
26577         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26578         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26579         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26580         * gst/mpegstream/gstdvddemux.h:
26581         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26582         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26583         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26584         * gst/mpegstream/gstmpegdemux.h:
26585         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26586         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26587         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26588         (gst_mpeg_parse_handle_src_query),
26589         (gst_mpeg_parse_handle_src_event):
26590           Use audio/x-dvd-lpcm for LPCM output.
26591           Add DTS output.
26592
26593 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26594
26595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26598         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26599           Add BGRA handling (#165736).
26600
26601 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26602
26603         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * gst/law/alaw-decode.c: (alawdec_link):
26606         * gst/law/alaw-encode.c: (alawenc_link):
26607         * gst/law/mulaw-decode.c: (mulawdec_link):
26608         * gst/law/mulaw-encode.c: (mulawenc_link):
26609           Fix caps memleaks (#166600).
26610
26611 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26612
26613         * ext/tarkin/mem.h:
26614         * ext/tarkin/wavelet.h:
26615         * ext/tarkin/yuv.h:
26616         * gst/ffmpegcolorspace/avcodec.h:
26617           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26618           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26619
26620 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26624         (gst_xvimagesink_change_state):
26625           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26626           Xv video (and thereby regenerate Xv colourkey) in clear() so
26627           that PLAY -> READY -> PLAY works (fixes #162504).
26628
26629 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26632           Switch to list instead of range, since MJPEG-devices really just
26633           support decimations, not any size.
26634
26635 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26636         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26637         (gst_mpeg2dec_reset), (free_all_buffers),
26638         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26639         * ext/mpeg2dec/gstmpeg2dec.h:
26640           The libmpeg2 user-allocated buffer management is awkward, 
26641           to say the least. Hopefully this fixes things.
26642
26643 2005-02-04  Andy Wingo  <wingo@pobox.com>
26644
26645         * gst/audioconvert/bufferframesconvert.c
26646         (buffer_frames_convert_fixate): New function, fixates to 256
26647         frames per buffer by default. (Much better than 1.)
26648         (buffer_frames_convert_init): Set the fixate function for both src
26649         and sink pad.
26650         (buffer_frames_convert_link): After success setting nonfixed caps,
26651         get the negotiated caps so we can know how many buffer-frames it
26652         will be. No idea how this worked at all before.
26653
26654 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26655
26656         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26657         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26658         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26659         (handle_sequence), (handle_picture):
26660         * ext/mpeg2dec/gstmpeg2dec.h:
26661           Rearrange buffer tracking and refcounting and refactor
26662           a little for readability. 
26663
26664 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26665         * sys/v4l/gstv4l.c: (plugin_init):
26666         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26667         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26668         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26669         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26670         * sys/v4l/gstv4ljpegsrc.h:
26671         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26672         * sys/v4l/v4l_calls.h:
26673         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26674         (gst_v4lsrc_get_fps):
26675         * sys/v4l/v4lsrc_calls.h:
26676           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26677           you jpeg inside rgb frames" driver.
26678           Don't error in the v4lsrc link function, just return 
26679           REFUSED.
26680
26681 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26682
26683         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26684         (gst_qcamsrc_open):
26685           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26686
26687 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26688
26689         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26690           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26691
26692 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26693
26694         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26695           Reset negotiated state on PAUSED->READY.
26696
26697 2005-02-02  David Schleef  <ds@schleef.org>
26698
26699         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26700         whereever possible.  (Fixes #165997)
26701         * examples/capsfilter/capsfilter1.c: (main):
26702         * examples/dynparams/filter.c: (create_ui):
26703         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26704         * examples/seeking/chained.c: (main):
26705         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26706         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26707         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26708         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26709         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26710         * examples/switch/switcher.c: (main):
26711         * ext/dv/demo-play.c: (main):
26712         * ext/faad/gstfaad.c: (gst_faad_change_state):
26713         * ext/mad/gstmad.c: (gst_mad_chain):
26714         * ext/smoothwave/demo-osssrc.c: (main):
26715         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26716         (gst_gconf_render_bin_from_description),
26717         (gst_gconf_get_default_audio_sink),
26718         (gst_gconf_get_default_video_sink),
26719         (gst_gconf_get_default_audio_src),
26720         (gst_gconf_get_default_video_src),
26721         (gst_gconf_get_default_visualization_element):
26722         * gst/level/demo.c: (main):
26723         * gst/level/plot.c: (main):
26724         * gst/playback/gstplaybin.c: (gen_video_element),
26725         (gen_audio_element):
26726         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26727         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26728         * gst/sine/demo-dparams.c: (main):
26729         * gst/spectrum/demo-osssrc.c: (main):
26730         * gst/speed/demo-mp3.c: (main):
26731         * gst/volume/demo.c: (main):
26732         * testsuite/embed/embed.c: (main):
26733
26734 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26735
26736         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26737         (gst_tcpclientsink_finalize):
26738         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26739         (gst_tcpclientsrc_finalize):
26740         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26741         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26742         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26743         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26744           Don't leak the hostname when shutting down.
26745           In tcpserversrc, take a copy of the default hostname.
26746
26747 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26750           Set caps to systemstream=TRUE.
26751
26752 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26753
26754         * testsuite/Makefile.am:
26755           Fix more OSX buildbots.
26756
26757 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26758
26759         * ext/mpeg2dec/gstmpeg2dec.c:
26760           Don't send things to NULL PAD_PEERs
26761
26762         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26763           Copy-on-write the incoming buffer.
26764
26765         * gst/mpegstream/gstdvddemux.h:
26766         * gst/mpegstream/gstmpegclock.h:
26767         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26768         (normal_seek), (gst_mpeg_demux_handle_src_event):
26769         * gst/mpegstream/gstmpegdemux.h:
26770         * gst/mpegstream/gstmpegpacketize.h:
26771         * gst/mpegstream/gstmpegparse.c:
26772         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26773         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26774         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26775         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26776         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26777         * gst/mpegstream/gstmpegparse.h:
26778         * gst/mpegstream/gstrfc2250enc.h:
26779           Various changes to the way time is computed that make seeking and
26780           total time estimation much better here.
26781           Use G_BEGIN/END_DECLS instead of __cplusplus
26782
26783         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26784           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26785
26786 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26787
26788         * gst/subparse/gstsubparse.c:
26789           Fix OSX buildbot.
26790
26791 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26792
26793         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26794         (theora_enc_chain), (theora_enc_change_state):
26795         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26796         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26797         (gst_vorbisenc_change_state):
26798         * ext/vorbis/vorbisenc.h:
26799           Set granulepos and timestamp correctly for streams not
26800           starting at 0, taking into account the initial delay.
26801
26802 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26803
26804         * gst/mpegstream/gstdvddemux.c:
26805           Add audio/x-dts to audio pad template caps
26806
26807 2005-01-30  David Schleef  <ds@schleef.org>
26808
26809         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26810         (create_context), (gst_polypsink_link): Fix silly endianness
26811         bug.  Add some debugging.  Remove float from caps; it doesn't
26812         work.  Attempt to get remote audio working.
26813
26814 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26817           Add 3IV2 fourcc.
26818
26819 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26822         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26823         (gst_avi_demux_stream_data):
26824         * gst/avi/gstavidemux.h:
26825           Invert DIB images. Fixes #132341.
26826
26827 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26830         (gst_ffmpegcsp_chain):
26831           D'oh, reference the palette data, not the palette structure.
26832           Fixes color distortion in #132341.
26833
26834 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26835
26836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26837           PAR can be non-fixed when not provided as argument (#162626).
26838
26839 2005-01-29  David Moore  <dcm@acm.org>
26840
26841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26842
26843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26844         (gst_qtdemux_loop_header):
26845           Re-apply patch from #142272 that allows non-seekable sources,
26846           re-proposed by Daniel Drake <dsd@gentoo.org>.
26847
26848 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26849
26850         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26851           Use the src template for creating the src pad (#162330).
26852
26853 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26854
26855         * configure.ac:
26856         * ext/musepack/Makefile.am:
26857         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26858         (gst_musepackdec_init), (gst_musepackdec_dispose),
26859         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26860         (gst_musepack_stream_init), (gst_musepackdec_loop),
26861         (gst_musepackdec_change_state):
26862         * ext/musepack/gstmusepackdec.cpp:
26863         * ext/musepack/gstmusepackdec.h:
26864         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26865         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26866         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26867         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26868         * ext/musepack/gstmusepackreader.cpp:
26869         * ext/musepack/gstmusepackreader.h:
26870           Update to 1.1 API (#165446).
26871
26872 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * ext/Makefile.am:
26875           Unbreak buildbot.
26876
26877 2005-01-28  Andy Wingo  <wingo@pobox.com>
26878
26879         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26880         to reflect a different dubious internet source. Add a reference
26881         and some commentary.
26882
26883 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26886         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26887         * gst/playback/gststreamselector.h:
26888           Be more selective when we're redoing caps negotiation from
26889           within the chain function on a stream change.
26890
26891 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26892
26893         * configure.ac:
26894         * ext/Makefile.am:
26895         * ext/amrnb/Makefile.am:
26896         * ext/amrnb/amrnb.c: (plugin_init):
26897         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26898         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26899         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26900         (gst_amrnbdec_state_change):
26901         * ext/amrnb/amrnbdec.h:
26902         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26903         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26904         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26905         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26906         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26907         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26908         * ext/amrnb/amrnbparse.h:
26909           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26910         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26911           Add AMR-NB/-WB raw formats.
26912         * ext/alsa/gstalsa.c: (gst_alsa_link):
26913           Keep valid time when changing format.
26914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26915         (qtdemux_parse_trak):
26916           Add some more format-specific options (#140141, #143555, #155163).
26917
26918 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26919
26920         * gst/matroska/matroska-demux.c:
26921         (gst_matroska_demux_parse_blockgroup):
26922           Fix logic error in timing of subtitle stream synchronization.
26923         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26924           Add skip-chunk, which is found in kodak-camera streams.
26925
26926 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26927
26928         * po/LINGUAS:
26929         * po/vi.po:
26930           Adding Vietnamese translation (submitted by Clytie Siddall)
26931
26932 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26933
26934         * gst/playback/gstdecodebin.c: (try_to_link_1):
26935           Use realpad for signal.
26936
26937 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26940           Fix category so decodebin picks it up.
26941
26942 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * ext/mad/Makefile.am:
26945         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26946         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26947         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26948         (found_type), (gst_id3demux_bin_change_state):
26949         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26950         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26951         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26952         (gst_id3_tag_change_state), (plugin_init):
26953         * ext/mad/gstmad.h:
26954           Add id3demuxbin (which is a simple bin consisting of id3demux
26955           and typefind), take over rank from id3demux, remove typefind
26956           code from id3demux. Makes all broken mp3s that I know of work,
26957           and thereby fixes #152688.
26958
26959 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26960
26961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26962
26963         * ext/mad/gstmad.c: (gst_mad_src_event):
26964         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26965           Allow seeks on audio pad, make mad forward those (#164826).
26966         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26967           Set duration (#165335).
26968
26969 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26970
26971         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26972         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26973         (gst_asf_demux_process_ext_content_desc),
26974         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26975         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26976         * gst/asfdemux/gstasfdemux.h:
26977           Improve metadata display, e.g. if the metadata comes before the
26978           streams are loaded (which is perfectly valid).
26979
26980 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26981
26982         * tools/gst-launch-ext-m.m:
26983           Fix AVI/ASF pipelines (#165340).
26984
26985 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26986         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26987         build failure on amd64
26988
26989 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26990
26991         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26992         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26993           Check environment variables GST_ID3V2_TAG_ENCODING,
26994           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26995           list of character encodings to force interpretation of non-unicode
26996           strings stored in an ID3v2 tag to a particular encoding. If none
26997           is specified, try to use current locale's encoding, then fall back
26998           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26999         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
27000         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
27001           Check environment variables GST_ID3V1_TAG_ENCODING,
27002           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
27003           list of character encodings to use in case a string encountered
27004           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
27005           specified, try to use the current locale's encoding, then fall
27006           back to ISO-8859-1 (which will always succeed).
27007
27008 2005-01-25  Benjamin Otte  <otte@gnome.org>
27009
27010         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27011           - on half framerate, compute the rate in advance so the comparisons
27012             don't compare wrong values
27013           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
27014             behaviour
27015           - don't use mad_header_decode anymore, mad_frame_decode does that
27016             automatically
27017           - when getting rid of consumed bytes, reset the stream's skiplen
27018           (fixes #163867)
27019
27020 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27021
27022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
27023           Use 1/2 a second for default max_discont, as PES streams from DVB
27024           seem to have larger spacings in the SCR. 
27025           Fix a typo.
27026
27027 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27028
27029         * gst/playback/gstplaybasebin.c: (group_commit):
27030           Notify delayed stream-info availability.
27031
27032 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27033         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27034         (gst_a52dec_handle_event), (gst_a52dec_chain):
27035         Add some debug output. Check that a discont has a valid
27036         time associated.
27037         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27038         (gst_alsa_sink_loop):
27039         Ignore TAG events. A little extra debug for broken timestamps.
27040         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27041         (dvdnavsrc_change_state):
27042         Ensure we send a discont to engage the link before we send any
27043         other events.
27044         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27045         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27046         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27047         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27048         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27049         dvd://title works in totem because typefinding sends a seek that ends
27050         up going back to chapter 1 regardless.
27051         * ext/mpeg2dec/gstmpeg2dec.c:
27052         * ext/mpeg2dec/gstmpeg2dec.h:
27053         Output correct timestamps and handle disconts.
27054         * ext/ogg/gstoggdemux.c: (get_relative):
27055         Small guard against a null dereference.
27056         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27057         (gst_textoverlay_set_property):
27058         Free memory when done. Don't call gst_event_filler_get_duration on
27059         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27060         g_warning.
27061         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27062         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27063         (gst_sw_srclink), (gst_smoothwave_chain):
27064         Draw solid lines, prettier colours.
27065         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27066         Add a default palette that'll work for some movies.
27067         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27068         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27069         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27070         * gst/mpegstream/gstdvddemux.h:
27071         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27072         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27073         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27074         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27075         * gst/mpegstream/gstmpegparse.h:
27076         Use PTM/NAV events when for timestamp adjustment when connected to 
27077         dvdnavsrc. Don't use many discont events where one suffices.
27078         * gst/playback/gstplaybasebin.c: (group_destroy),
27079         (gen_preroll_element), (gst_play_base_bin_add_element):
27080         * gst/playback/gstplaybasebin.h:
27081         Make sure we remove subtitles from the same bin we put them in.
27082         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27083         (gst_subparse_buffer_format_autodetect),
27084         (gst_subparse_change_state):
27085         Fix some memleaks and invalid accesses.
27086         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27087         (oggskel_type_find), (cmml_type_find), (plugin_init):
27088         Some typefind functions for Annodex v3.0 files
27089         * gst/wavparse/gstwavparse.h:
27090         GstRiffReadClass is the correct parent class.
27091
27092 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27093
27094         * gst-libs/gst/riff/riff-media.c:
27095         (gst_riff_create_video_caps_with_data):
27096           Add extradata to huffyuv (fixes #165013).
27097         * gst-libs/gst/riff/riff-read.c:
27098         (gst_riff_read_strf_vids_with_data):
27099           Fix extradata extraction if it is in the chunk size.
27100
27101 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27102
27103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27104
27105         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27106         (gst_quarktv_change_state), (gst_quarktv_dispose):
27107           Memory free'ing location fix (#164708).
27108
27109 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27110
27111         * gst/playback/gstplaybasebin.c: (group_commit),
27112         (gen_preroll_element), (probe_triggered), (gen_source_element),
27113         (setup_source), (gst_play_base_bin_change_state),
27114         (gst_play_base_bin_add_element):
27115           Don't block for streams.
27116         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27117         (gst_stream_info_set_mute):
27118           Use gst_pad_set_active_recursive.
27119
27120 2005-01-25  Andy Wingo  <wingo@pobox.com>
27121
27122         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27123         for #ifndef HAVE_XVIDEO.
27124
27125 2005-01-24  Jeffrey C. Ollie
27126
27127         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27128
27129         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27130         * ext/gsm/gstgsmdec.h:
27131         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27132         * ext/gsm/gstgsmenc.h:
27133         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27134         was given by property. Add proper buffer timestamps and offsets.
27135
27136 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * gst-libs/gst/riff/riff-media.c:
27139         (gst_riff_create_audio_caps_with_data):
27140           Audio can be <8000Hz.
27141
27142 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27143
27144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27145           Explicit state change to workaround refcount bugs.
27146
27147 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27148
27149         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27150         (gst_avimux_riff_get_avi_header):
27151           Fix...
27152
27153 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27154
27155         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27156         (gst_riff_read_element_data):
27157         * gst-libs/gst/riff/riff-read.h:
27158           Add _peek version (req'ed in CDXA).
27159         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27160         (gst_cdxaparse_loop):
27161           Fix parsing in playbin.
27162         * gst/playback/gstdecodebin.c: (close_pad_link):
27163           Ignore current_ pads, they cause major annoyance.
27164
27165 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27168           Safety guard.
27169
27170 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27171
27172         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27173           Fix padding...
27174
27175 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27176
27177         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27178           Allow for 0-sized buffers. Fixes length query problems in
27179           starwars.mkv from the testsuite.
27180
27181 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27182
27183         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27184         (gst_video_box_i420), (gst_video_box_chain):
27185           Fix row strides for I420 (fixes #163159)
27186           
27187 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27188
27189         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27190           MPEG2 has a useful rate property, so we can actually use that.
27191           For MPEG-1, continue using the bytes/time properties.
27192
27193 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27194
27195         * gst-libs/gst/riff/riff-media.c:
27196         (gst_riff_create_video_caps_with_data),
27197         (gst_riff_create_video_template_caps):
27198           Add intel-h263.
27199
27200 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27201
27202         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27203           Fail if caps negotiation fails. Should fix #162184, and should
27204           definately be in there regardless of it fixing the actual bug.
27205         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27206         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27207         (gst_avimux_riff_get_avix_header),
27208         (gst_avimux_riff_get_video_header),
27209         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27210         (gst_avimux_start_file), (gst_avimux_handle_event),
27211         (gst_avimux_change_state):
27212         * gst/avi/gstavimux.h:
27213           Refactor structure writing to use GST_WRITE_UINT macros, add
27214           metadata writing support.
27215
27216 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27217
27218         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27219           Elements may already be destroyed when this function is called.
27220
27221 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27222
27223         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27224         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27225           More memory leak fixes (#149162).
27226
27227 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27228
27229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27230         (gst_qtdemux_add_stream):
27231           Fix two memleaks.
27232
27233 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27234
27235         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27236           Argh...
27237
27238 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27239
27240         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27241           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27242           when fixating to six channels in Totem.
27243
27244 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27245
27246         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27247           Fix compile warnings on Solaris 10 buildbot
27248
27249 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27250
27251         * ext/dvdread/dvdreadsrc.c: (_read):
27252           Don't read beyond the last cell in a chapter (fixes 
27253           invalid memory access)
27254
27255 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27256
27257         * ext/dvdread/stream_labels.c:
27258         (dvdreadsrc_get_audio_stream_labels):
27259           Use NULL for an empty GList instead of g_list_alloc(); fix 
27260           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27261           of GString (easier to bulk free later)
27262
27263 2005-01-17  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_pixfmt_to_caps):
27269           Fix BGRA32 caps (#164209).
27270
27271 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27272
27273         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27276         (gst_ffmpeg_caps_to_pixfmt):
27277           alpha_mask can be RGBA/ABGR. Fixes #164265.
27278
27279 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27280
27281         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27282
27283         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27284         (gst_mpeg2dec_alloc_buffer):
27285         * ext/mpeg2dec/gstmpeg2dec.h:
27286           Crop if decoding size is not the actual image size (#163676).
27287
27288 2005-01-17  Steve Baker  <steve@stevebaker.org>
27289
27290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27291
27292         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27293         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27294           Add libsndfile typefind functions (#163309).
27295
27296 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * tools/gst-launch-ext-m.m:
27299           Add .aac, fix .m1v/.m2v (#163891).
27300
27301 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27302
27303         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27304           Sanity check, don't wait endlessly since the clock might not
27305           actually run at this point (which is a deadlock). Fixes #164069.
27306
27307 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27308
27309         * gst/playback/gstplaybasebin.c: (probe_triggered):
27310           Of course, only pause if group is done...
27311
27312 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27313
27314         * gst/playback/gstplaybasebin.c: (probe_triggered):
27315           Thread safety.
27316
27317 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27318
27319         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27320           Don't return state change success when the parent
27321           failed.
27322
27323 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27324
27325         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27326           Free events (fix memleak in #162905).
27327
27328 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27329
27330         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27331
27332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27333         (gst_ffmpeg_caps_to_pixfmt):
27334           Fix for depth = 15. Fixes #161675.
27335
27336 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27337
27338         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27339           Set FPS correctly, even for webcams and the like.
27340         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27341           Don error on setting while capturing.
27342
27343 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27344
27345         * ext/dv/gstdvdec.c:
27346         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27347         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27348           I'm a bad boy. using /1001. to force C to do float division
27349           and not integer division (as it did in my last commit)
27350           Thanks to David I. Lehn for pointing this mistake.
27351
27352 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27353
27354         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27355           Revert Johan's 1.35->1.36 since it breaks compat.
27356
27357 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27358
27359         * ext/dv/gstdvdec.c:
27360         * ext/libfame/gstlibfame.c:
27361         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27362         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27363           replace framerate aproximations by their real value
27364           (24000/1001, 30000/1001, 60000/1001)
27365           Finish fixing bug #164049
27366
27367 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27368
27369         * ext/ogg/gstoggmux.c:
27370           eos/bos debugging
27371         * gst/tcp/gstmultifdsink.c:
27372         * gst/tcp/gstmultifdsink.h:
27373         * gst/tcp/gsttcp.c:
27374         * gst/tcp/gsttcp.h:
27375         * gst/tcp/gsttcpclientsink.c:
27376         * gst/tcp/gsttcpclientsrc.c:
27377         * gst/tcp/gsttcpserversink.c:
27378         * gst/tcp/gsttcpserversrc.c:
27379           improve reusability of elements after state changes and errors
27380           make multifdsink throw away streamheaders when receiving new ones
27381
27382 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27385           Fix for if items are already in list...
27386
27387 2005-01-12  Benjamin Otte  <otte@gnome.org>
27388
27389         * gst/adder/gstadder.c: (gst_adder_loop):
27390           fix adder a bit so it doesn't screw up with events as much anymore
27391
27392 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27393
27394         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27395         (pixbufscale_scale), (gst_pixbufscale_chain):
27396         * ext/gdk_pixbuf/pixbufscale.h:
27397           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27398           to ensure rowstrides are calculated the same way as 
27399           ffmpegcolorspace
27400           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27401           that we pick up duration and offset also.
27402
27403 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27406         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27407           Reusability fixes.
27408
27409 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27410
27411         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27412         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27413         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27414         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27415           Update flags when requested.
27416
27417 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27418
27419         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27420           Fix dmix.
27421
27422 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27425         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27426         (probe_triggered), (new_decoded_pad), (gen_source_element),
27427         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27428         * gst/playback/gstplaybasebin.h:
27429         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27430         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27431         (gst_play_bin_change_state):
27432           Implement group-switch signal for use in apps to clear metadata
27433           cache, clean up subtitle, add suburi property instead of # hack,
27434           some error-out fixes.
27435
27436 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27437
27438         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27439           Debug.
27440         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27441           If we got a state change in the _get handler, don't return success.
27442
27443 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27444
27445         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27446         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27447           Make jpegdec quiet on MJPEG decoding
27448         * gst/asfdemux/README:
27449           Fix mimetypes for MJPEG and H263
27450
27451 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27452
27453         * ext/theora/theoradec.c: (theora_dec_chain):
27454           Fix broken code generation by gcc by swapping arguments.
27455         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27456           Fix \n in debug.
27457
27458 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27459
27460         * TODO:
27461           delete this file, it is by far outdated
27462         * ext/alsa/gstalsa.1: remove
27463         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27464         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27465         (gst_alsa_get_caps):
27466           Add HW probing for supported sample rates. Fixes #161704
27467
27468 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27471           Don't crash, biatch! :).
27472
27473 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * ext/musepack/gstmusepackreader.cpp:
27476         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27477           Some work on tags - still doesn't work in playbin...
27478         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27479           Handle events...
27480
27481 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27484           Also shove tags on kid pads.
27485
27486 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27487
27488         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27489           Don't bail on unknown events.
27490         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27491           Don't crash on events before negotiation.
27492         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27493           Send tags on pads, too.
27494         * gst/playback/gststreamselector.c:
27495         (gst_stream_selector_request_new_pad):
27496           Forward events on first pad if no input was selected yet.
27497
27498 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27499
27500         * gst/playback/gstplaybasebin.c: (setup_substreams):
27501           Don't disable streamtype if the stream doesn't exist, since
27502           then playing a video after audio will disable both and nothing
27503           will happen. Fixes the testsuite.
27504
27505 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27506
27507         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27508         (gst_v4l_xoverlay_set_xwindow_id):
27509         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27510         (gst_v4l2_xoverlay_set_xwindow_id):
27511           Add debug categories, fix overlay disabling.
27512
27513 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27514
27515         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27516         * ext/alsa/gstalsa.h:
27517           Add HW probing for period_count/size and buffer_size MIX/MAX
27518           Adjust default/user defined value if out of bounds
27519           Should fix bug #162024
27520
27521 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27522
27523         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27524           Fix warning (#161191).
27525
27526 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27527
27528         * ext/dvdread/stream_labels.c:
27529         (dvdreadsrc_get_audio_stream_labels):
27530           Fix warning (init the good variable in switch default)
27531
27532 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27533
27534         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27535
27536         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27537           Fix gcc-2.95 compile (#163485).
27538
27539 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27540
27541         * configure.ac:
27542         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27543         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27544         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27545         (gst_flacenc_change_state):
27546         * ext/flac/gstflacenc.h:
27547           Update for API change in flac-1.1.1. Update requirement in
27548           configure.ac. Fixes #162974.
27549
27550 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27551
27552         * gst/playback/gstplaybasebin.c: (group_destroy):
27553           Remove hack to get rid of assert and get rid of unlinked
27554           signals properly.
27555
27556 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27557
27558         * gst/playback/gstplaybasebin.c: (setup_source):
27559           Set source to NULL so that resources are free'ed. Fixes issues
27560           with playback of CDDA and similar device-accessing things.
27561
27562 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27563
27564         * testsuite/embed/Makefile.am:
27565           test->noinst, fix make test in buildbot.
27566
27567 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27568
27569         * ext/dvdread/stream_labels.c: new file
27570         * ext/dvdread/stream_labels.h: new file
27571         * ext/dvdread/Makefile.am:
27572         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27573           Extract audio stream label from DVD IFO files.
27574           It only dump them on the console for now, still have to
27575           make playbin aware of them.
27576
27577 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27578
27579         * gst/playback/gstplaybasebin.c: (setup_source):
27580           Fix hanging subs.
27581
27582 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27583
27584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27585         (gen_preroll_element), (remove_groups), (setup_subtitle),
27586         (gen_source_element), (setup_source):
27587         * gst/playback/gstplaybasebin.h:
27588           Multiple .sub files is just a stupid idea... Fix some threading
27589           mistakes. Interestingly, external .sub files cause playbin to
27590           hang, I don't know why... Parsing fixes contributed by Fran??ois
27591           Kooman <fkooman@tuxed.net>.
27592
27593 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27594
27595         * testsuite/embed/Makefile.am:
27596           Fix buildbot.
27597
27598 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27599
27600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27603         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27604         (gst_pngenc_set_property):
27605         * ext/libpng/gstpngenc.h:
27606           Add compression level property (#163323).
27607
27608 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27609
27610         * configure.ac:
27611         * examples/capsfilter/capsfilter1.c: (main):
27612         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27613         * ext/dvdread/Makefile.am:
27614         * ext/dvdread/demo-play:
27615         * ext/dvdread/demo-play.c:
27616         * gconf/gstreamer.schemas.in:
27617         * gst-libs/gst/gconf/gconf.c:
27618         * sys/v4l/TODO:
27619         * testsuite/Makefile.am:
27620         * testsuite/embed/Makefile.am:
27621         * testsuite/embed/embed.c: (cb_expose), (main):
27622           Remove all references to xvideosink, fix examples (#140845).
27623         * gst/playback/gstplaybasebin.c: (group_destroy):
27624           Apparently, disposal does not unlink - so do explicitely.
27625         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27626           Add debug.
27627
27628 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27629
27630         * README: fix PKG_CONFIG_PATH instructions, what was there
27631         previously was breaking default search path, not nice. 
27632         Fixes #163358
27633
27634 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27637         (gst_audioscale_chain):
27638           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27639           when resampling - how the ^@$^!@^! is this possible?!?
27640
27641 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27644           Reset variables on READY.
27645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27646         (gst_matroska_mux_loop):
27647           Require data before writing header.
27648
27649 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27650
27651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27652
27653         * ext/mad/gstmad.c: (gst_mad_chain):
27654           Don't call mad_stream_sync() directly after recovering sync.
27655           Fixes #151661.
27656
27657 2005-01-09  Martin Eikermann  <meiker@upb.de>
27658
27659         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27660
27661         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27662         (snapshot_handler), (gst_snapshot_sinkconnect),
27663         (gst_snapshot_chain):
27664           Allocate resources when required, fix recursive signal emission
27665           and fix caps. Fixes #161667.
27666
27667 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27668
27669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27670
27671         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27672         (gst_pngdec_chain):
27673           Handle only 8-bppc (bits-per-pixel-component) images, better
27674           error handling and correct strides. Fixes #163177.
27675         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27676         (gst_pngenc_chain):
27677           Better error handling. Fixes #163348.
27678
27679 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27682         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27683         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27684         (dvdnavsrc_uri_handler_init):
27685           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27686         * gst/playback/gstplaybasebin.c: (gen_source_element):
27687           Add MMS to streaming URIs.
27688
27689 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27692         * sys/xvimage/xvimagesink.c:
27693         (gst_xvimagesink_navigation_send_event):
27694           Check for pad availability before sending event.
27695
27696 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27697
27698         * gst-plugins.spec.in:
27699           Add subparse.
27700
27701 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27702
27703         * configure.ac:
27704           Since we use functions from CVS, up requirement.
27705
27706 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27707
27708         * gst/playback/Makefile.am:
27709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27710         (group_destroy), (group_commit), (group_is_muted),
27711         (gen_preroll_element), (add_stream), (unknown_type),
27712         (probe_triggered), (preroll_unlinked), (mute_stream),
27713         (silence_stream), (new_decoded_pad), (setup_substreams),
27714         (setup_source), (get_active_source), (mute_group_type),
27715         (muted_group_change_state), (set_active_source),
27716         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27717         (play_base_eos), (gst_play_base_bin_change_state):
27718         * gst/playback/gstplaybasebin.h:
27719         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27720         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27721         (gst_stream_info_dispose), (stream_info_mute_pad),
27722         (stream_info_change_state), (gst_stream_info_set_mute):
27723         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27724         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27725         (gst_stream_selector_init), (gst_stream_selector_dispose),
27726         (gst_stream_selector_get_linked_pad),
27727         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27728         (gst_stream_selector_get_linked_pads),
27729         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27730         * gst/playback/gststreamselector.h:
27731           Adding stream selection support plus required properties for
27732           applications to use this. Fully fixes #100931.
27733
27734 2005-01-08  Benjamin Otte  <otte@gnome.org>
27735
27736         * gst/games/gstpuzzle.c: (nav_event_handler):
27737           - handle nav events differently: forward every event no matter if it
27738             was handled or not.
27739           - translate events
27740           You can now cheat by using navigationtest ! puzzle and moving the
27741           mouse close to the edge of a tile. ;)
27742
27743 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * configure.ac:
27746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27747         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27748         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27749         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27750         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27751         (gst_ogm_parse_plugin_init):
27752         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27753         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27754         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27755         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27756         * ext/pango/gsttextoverlay.h:
27757         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27758         (gst_matroska_demux_handle_seek_event),
27759         (gst_matroska_demux_sync_streams),
27760         (gst_matroska_demux_parse_blockgroup),
27761         (gst_matroska_demux_subtitle_caps),
27762         (gst_matroska_demux_plugin_init):
27763         * gst/matroska/matroska-ids.h:
27764         * gst/playback/gstdecodebin.c: (close_pad_link):
27765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27766         (gen_preroll_element), (remove_groups), (add_stream),
27767         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27768         (setup_source):
27769         * gst/playback/gstplaybasebin.h:
27770         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27771         * gst/subparse/Makefile.am:
27772         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27773         (gst_subparse_base_init), (gst_subparse_class_init),
27774         (gst_subparse_init), (gst_subparse_formats),
27775         (gst_subparse_eventmask), (gst_subparse_event),
27776         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27777         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27778         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27779         (parse_mpsub_deinit), (parse_mpsub_init),
27780         (gst_subparse_buffer_format_autodetect),
27781         (gst_subparse_format_autodetect), (gst_subparse_loop),
27782         (gst_subparse_change_state), (gst_subparse_type_find),
27783         (plugin_init):
27784         * gst/subparse/gstsubparse.h:
27785         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27786         (plugin_init):
27787           Add subtitle support, .sub parser (supports SRT and MPsub),
27788           OGM text support, Matroska UTF-8 text support, deadlock fixes
27789           all over the place, subtitle awareness in decodebin/playbin
27790           and some fixes to textoverlay to handle subtitles in a stream
27791           correctly. Fixes #100931.
27792
27793 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27794
27795         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27796           Check for pad availability before doing a query on it.
27797
27798 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27799
27800         * ext/dv/gstdvdec.c:
27801           really fix bpp24/32 dvdec caps (classic rgba indeed)
27802         * gst/asfdemux/gstasfdemux.c:
27803         (gst_asf_demux_process_ext_content_desc):
27804           don't send text tags if they are empty (bis repetita)
27805
27806 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27807
27808         * ext/dv/gstdvdec.c:
27809          remove unneeded comment from dvdec
27810           (related to DV 4CC codes in AVI files)
27811           moved them in gstreamer/docs/random/mimetypes
27812         * gst/asfdemux/gstasfdemux.c:
27813         (gst_asf_demux_process_ext_content_desc):
27814          don't send text tags if they are empty
27815          fix mem leak on error path
27816         * gst/ffmpegcolorspace/avcodec.h:
27817         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27818         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27819         (gst_ffmpegcsp_avpicture_fill):
27820         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27821         * gst/ffmpegcolorspace/imgconvert_template.h:
27822          adds BGR32 and BGRA32 to ffmpegcolorspace
27823           (still bad colors, fixing it on next commit)
27824           helps with dvdec outputing BGR32
27825
27826 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27827
27828         * ext/dv/gstdvdec.c:
27829          Fix audio caps i just broke (missing ',')
27830         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27831         (gst_matroska_mux_reset):
27832          Fix typo + add FIXME about old "x-gst-metadata" crap
27833
27834 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27835
27836         * ext/dv/demo-play.c: (main):
27837          xvideosink -> xvimagesink
27838         * ext/dv/gstdvdec.c:
27839          change rgb 32/32 caps to 24/32 (no alpha)
27840          change nb of channels to be a list (2 or 4, not 2)
27841          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27842         * gst/asfdemux/gstasfdemux.c:
27843         (gst_asf_demux_process_ext_content_desc):
27844          Add 'date/year' to extracted metadata list
27845
27846 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27847
27848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27849           The return value of fixate_to does not imply that the requested
27850           value was set, so don't assume.
27851
27852 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27853
27854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * ext/libpng/gstpngdec.c:
27857         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27858         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27859         * ext/libpng/gstpngenc.h:
27860           Alpha support (encoder; #163161), mime fixage.
27861
27862 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27863
27864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27865
27866         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27867         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27868         (gst_faac_set_property), (gst_faac_get_property):
27869         * ext/faac/gstfaac.h:
27870           Allow for ADTS output (#153434).
27871
27872 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27873
27874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27875           Fix against template (#150576).
27876
27877 2005-01-06  Benjamin Otte  <otte@gnome.org>
27878
27879         * gst/games/gstpuzzle.c: (draw_puzzle):
27880           don't draw a puzzle if either width or height of tiles would be 0.
27881
27882 2005-01-06  Benjamin Otte  <otte@gnome.org>
27883
27884         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27885         (gst_puzzle_class_init), (gst_puzzle_finalize):
27886           no memleaks, please
27887         (gst_puzzle_create), (gst_puzzle_init),
27888         (gst_puzzle_set_property), (gst_puzzle_setup):
27889           change initialization code around so we don't reshuffle on resize
27890         (draw_puzzle):
27891           fix another stupid typo
27892
27893 2005-01-06  Benjamin Otte  <otte@gnome.org>
27894
27895         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27896           fix stupid typo that borked copying on YUY2
27897
27898 2005-01-06  Benjamin Otte  <otte@gnome.org>
27899
27900         * gst/games/gstpuzzle.c: (draw_puzzle):
27901           fix edges when image sizes aren't multiples of tile sizes
27902
27903 2005-01-06  Benjamin Otte  <otte@gnome.org>
27904
27905         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27906           make RGB endianness work correctly
27907         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27908           refactor and fix race with initial shuffling
27909         (nav_event_handler):
27910           allow using the mouse to puzzle
27911         (draw_puzzle):
27912           insist on tiles having width and height as multiples of 4 to get
27913           clean YUV image handling
27914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27915         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27916           s/DEBUG/LOG/ for common messages
27917         (gst_xvimagesink_navigation_send_event):
27918           fix mouse event translation to not include screen PAR
27919         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27920           fix mouse event translation to actually work
27921
27922 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27923
27924         * gst/asfdemux/gstasfdemux.c:
27925         (gst_asf_demux_process_ext_content_desc):
27926          Extract TrackNumber metadata + clean up code
27927         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27928          Hope this is the good fix (var used unitialised)
27929
27930 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * ext/faad/gstfaad.c: (gst_faad_chain):
27933           Only increment timestamp if it's valid. Fixes raw AAC streams.
27934
27935 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27936
27937         * configure.ac:
27938         * gst/games/Makefile.am:
27939         * gst/games/gstpuzzle.c:
27940           add a puzzle game with...
27941         * gst/games/gstvideoimage.c:
27942         * gst/games/gstvideoimage.h:
27943           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27944           from videotestsrc and made into something that would be a nice
27945           library for a lot of other plugins.
27946
27947 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27948
27949         * configure.ac:
27950          don't compile faad plugin if a RC of 2.0 is found
27951          Fixes #155346 (and FC1 buildbot)
27952         * gst/asfdemux/gstasfdemux.c:
27953         (gst_asf_demux_process_ext_content_desc):
27954          try to make Solaris compiler happier
27955
27956 2005-01-06  Paul Jack  <pjack@sfaf.org>
27957
27958         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27959
27960         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27961           Fix segfault (#161667).
27962
27963 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27966           Fix framerate reporting.
27967
27968 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27969
27970         * gst-libs/gst/riff/riff-ids.h:
27971         * gst/wavenc/riff.h:
27972          Add AMR (VBR and CBR) ids to riff.h audio codec list
27973         * gst/asfdemux/gstasfdemux.c:
27974         (gst_asf_demux_process_ext_content_desc),
27975         (gst_asf_demux_process_object):
27976           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27977
27978 2005-01-05  Martin Eikermann  <meiker@upb.de>
27979
27980         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27981
27982         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27983         (gst_dvd_demux_handle_discont):
27984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27985         (gst_mpeg_demux_handle_discont):
27986           Recreate pads on new-media (#160730).
27987         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27988           Send discont even if manager changes timestamps (#161929).
27989
27990 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27991
27992         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27993
27994         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27995           Fix invalid memory access (#159211).
27996
27997 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * examples/gstplay/player.c: (main):
28000           Don't iterate.
28001         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
28002           Add visualizations.
28003         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
28004         (gst_a52dec_handle_frame):
28005           Set duration.
28006         * ext/dvdnav/gst-dvd:
28007           Add audioconvert. Fixes #161325.
28008         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
28009           Explicitely case to gint64. Possible valgrind error.
28010         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
28011         (gst_play_tick_callback), (gst_play_change_state),
28012         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
28013         (gst_play_set_location), (gst_play_get_location),
28014         (gst_play_seek_to_time), (gst_play_set_data_src),
28015         (gst_play_set_video_sink), (gst_play_set_audio_sink),
28016         (gst_play_set_visualization), (gst_play_connect_visualization),
28017         (gst_play_get_framerate), (gst_play_get_all_by_interface),
28018         (gst_play_new):
28019           Use playbin. Fixes #139749 and #147744.
28020         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
28021           Add genre tag.
28022         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28023         (audioscale_get_type), (gst_audioscale_base_init),
28024         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28025         (gst_audioscale_getcaps), (gst_audioscale_fixate),
28026         (gst_audioscale_link), (gst_audioscale_get_buffer),
28027         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28028         (gst_audioscale_init), (gst_audioscale_dispose),
28029         (gst_audioscale_chain), (gst_audioscale_set_property),
28030         (gst_audioscale_get_property), (plugin_init):
28031           Indent properly.
28032         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28033           Fix LPCM.
28034         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28035         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28036         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28037           Add more metadata (fixes #162656).
28038
28039 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         * configure.ac:
28042           back to cvs
28043
28044 === release 0.8.7 ===
28045
28046 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28047
28048         * NEWS:
28049         * RELEASE:
28050         * configure.ac:
28051           releasing 0.8.7, "Hyperspace"
28052
28053 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28054
28055         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28056
28057         * gst/playback/gstplaybasebin.c:
28058          Fix for #162924 - free caps after use, not before
28059
28060 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28061
28062         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28063
28064         * gst/playback/gstplaybasebin.c:
28065         * gst/wavparse/gstwavparse.c:
28066           Fix for #154773 - fixes playback of small .wav files
28067
28068 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28069
28070         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28071
28072         * gst/audioscale/gstaudioscale.c:
28073           Fix for #162819 - make audioscale reusable
28074           Fixes playback of more than one file with playbin/totem
28075
28076 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28077
28078         * gst/ffmpegcolorspace/avcodec.h:
28079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28080         * gst/ffmpegcolorspace/imgconvert.c:
28081           clean up the mess that made me cry and avoid needless duplication
28082
28083 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28084
28085         * gst/ffmpegcolorspace/imgconvert.c:
28086           give some indication of why we're segfaulting
28087
28088 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * configure.ac:
28091           Fix indentation, fix v4l2 plugin detection.
28092         * ext/Makefile.am:
28093           Fix libmms location (Maciej, use diff -u!).
28094         * ext/alsa/gstalsa.c: (gst_alsa_init):
28095           Initialize caps cache to NULL.
28096         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28097           Only change state on audiosink if it exists.
28098
28099 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28100
28101         * gst/matroska/matroska-demux.c:
28102         * gst/matroska/matroska-ids.h:
28103         * gst/matroska/matroska-demux.h:
28104         Fix Vorbis streams failing to decode in some files, where cluster_time
28105         isn't 0, because then it doesn't send codec_priv before actual data.
28106         Remove time-based test and replace it with marker set on beginning of
28107         new stream
28108
28109 2004-12-28  David Schleef  <ds@schleef.org>
28110
28111         Merge patch from Ronald fixing problems with streaming
28112         text.
28113         * ext/cairo/gstcairo.c: (plugin_init):
28114         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28115         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28116         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28117         (gst_textoverlay_font_init), (gst_textoverlay_init),
28118         (gst_textoverlay_set_property):
28119         * ext/cairo/gsttextoverlay.h:
28120
28121 2004-12-27  David Schleef  <ds@schleef.org>
28122
28123         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28124         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28125         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28126         (gst_textoverlay_font_init), (gst_textoverlay_init),
28127         (gst_textoverlay_set_property): Improvements to actually
28128         render text as white on black outline on video, including
28129         font selection and horizontal/vertical alignment.  (Ronald's
28130         christmas present)
28131         * ext/cairo/gsttextoverlay.h:
28132
28133 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28134
28135         * ext/ogg/gstogg.c:
28136         * ext/ogg/gstogmparse.c:
28137           fix ogm[audio/video]parse plugin registration
28138           (riff won't load if bytestream is already loaded)
28139
28140 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28141
28142         * gst/audioconvert/gstchannelmix.c:
28143           fix for GLIB < 2.4
28144
28145 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28146
28147         * Makefile.am:
28148         * configure.ac:
28149           disable docs again until it actually passes make distcheck.
28150
28151 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28152
28153         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28154         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28155         (plugin_init):
28156           Add 3GP (variables name Q3GP because they can't start with a
28157           number). Add samr audio fourcc (used in .3gp files), decoder
28158           is work in progress. Also do a GST_WARNING instead of ERROR
28159           in case of unknown nodes, to decrease output.
28160
28161 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28162
28163         * Makefile.am:
28164           really fix dist
28165
28166 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28167
28168         * configure.ac:
28169         * ext/speex/gstspeexdec.h:
28170         * ext/speex/gstspeexenc.h:
28171           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28172           Fix detection code in configure.ac
28173
28174 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28175
28176         * gst/matroska/matroska-demux.c:
28177         (gst_matroska_demux_parse_blockgroup):
28178           Save position, so that queries give proper return values. Don't
28179           know how this could ever have worked before...
28180
28181 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28182
28183         * configure.ac:
28184           Put additional LAME check inside the conditional.  Fixes #152339
28185
28186 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28189         (gst_avi_demux_stream_scan):
28190           Add some more debug. Fix logic error when setting movi offset
28191           while reading index.
28192
28193 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28194
28195         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28196         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28197         (gst_avi_demux_process_next_entry):
28198           Add some debugging. Better detection of broken indexes and the
28199           accompanying index recovery. No infinite loops on state changes
28200           when we're still in our loopfunction.
28201
28202 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28203
28204         * configure.ac:
28205           Fix up.
28206
28207 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28208
28209         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28210
28211         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28212           Normalizing the value before setting
28213         (gst_sunaudiomixer_get_volume):
28214           Normalizing the value after getting. Fixes bug# 161980
28215
28216 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28217
28218         * Makefile.am: Make sure docs gets disted
28219         * docs/Makefile.am: Make sure all needed files get disted
28220         * gst-plugins.spec.in: latest updates
28221
28222 2004-12-22  Wim Taymans  <wim@fluendo.com>
28223
28224         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28225         Revert patch 1.38 as clock distribution over schedulers does
28226         not work correcly in the core yet.
28227
28228 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28229
28230         * sys/oss/README: remove this file, which predates my birth
28231           (and which content is by far outdated)
28232
28233 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28234
28235         * Makefile.am:
28236         * configure.ac:
28237         * docs/Makefile.am:
28238         * docs/libs/Makefile.am:
28239         * docs/libs/gst-plugins-libs-docs.sgml:
28240         * docs/libs/gst-plugins-libs-sections.txt:
28241         * docs/libs/tmpl/gstgconf.sgml:
28242         * docs/upload.mak:
28243         * docs/version.entities.in:
28244           Added boilerplate gtk-doc files for plugin-libs documentation.
28245
28246 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28247
28248         * gst/auparse/gstauparse.c: fix int and float audio caps
28249
28250 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28253         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28254           g_assert() can be a macro, don't use #ifdef inside it.
28255
28256 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28257
28258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28261         (gst_videorate_init), (gst_videorate_chain),
28262         (gst_videorate_change_state):
28263           Event handling (fixes #159986).
28264
28265 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28266
28267         * gst-libs/gst/riff/riff-media.c:
28268         (gst_riff_create_video_caps_with_data):
28269           Add BLZ0 (Blizzard's version of DivX) fourcc.
28270
28271 2004-12-18  David Schleef  <ds@schleef.org>
28272
28273         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28274         portability fix.
28275
28276 2004-12-18  David Schleef  <ds@schleef.org>
28277
28278         * gst/tta/ttadec.h: Disable some header code that isn't used
28279         and clearly isn't portable.
28280
28281 2004-12-18  David Schleef  <ds@schleef.org>
28282
28283         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28284         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28285         (avcodec_get_pix_fmt), (avpicture_layout),
28286         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28287         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28288         Fix code to not use GCC extensions (and c99 extensions that
28289         Forte does not like.)
28290
28291 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28292
28293         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28294
28295         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28296         (gst_deinterlace_chain):
28297           Rowstride fixes. Fixes #161039.
28298         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28299         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28300         (gst_video_crop_getcaps), (gst_video_crop_link),
28301         (gst_video_crop_i420), (gst_video_crop_chain),
28302         (gst_video_crop_change_state):
28303           Rework of negotiation. Actually works now. Fixes #158650.
28304
28305 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28306
28307         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28308           That was very stupid.
28309
28310 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28311
28312         * gst/matroska/matroska-demux.c:
28313         (gst_matroska_demux_parse_blockgroup):
28314           Fix possible crasher.
28315
28316 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28319         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28320           Lace sizes can be zero.
28321
28322 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * ext/musepack/gstmusepackdec.cpp:
28325           Fetch error return values. Fixes #161624.
28326         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28327           Really EOS.
28328
28329 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28330
28331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28332           Work for truncated (unfinished download etc.) files. Fixes #160514.
28333
28334 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28337           Fix for integer overflow. Makes #156001 not crash. Probably masks
28338           the real bug.
28339
28340 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28341
28342         * gst/ac3parse/gstac3parse.c: (plugin_init):
28343           Parsers never have ranks. Fixes #159651.
28344
28345 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28346
28347         * gst/playback/gstdecodebin.c: (compare_ranks):
28348           make sure the facotries are ordered the same every time even if they
28349           have the same rank by using the name
28350         * gst/playback/gstdecodebin.c: (find_compatibles):
28351           make sure we don't add factories to the list twice
28352
28353 2004-12-16  David Schleef  <ds@schleef.org>
28354
28355         * configure.ac: look for musepack headers as musepack/*.h
28356         (fixes #159847)
28357         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28358         * ext/musepack/gstmusepackreader.h: same
28359
28360 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28361
28362         * gst-libs/gst/riff/riff-read.c:
28363         (gst_riff_read_strf_auds_with_data):
28364           Read extradata correctly (fixes #155879).
28365
28366 2004-12-16  David Schleef  <ds@schleef.org>
28367
28368         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28369         audio.  does _not_ attempt or allow conversion unless channels
28370         is 1 or 2.
28371
28372 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28373
28374         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28375
28376 2004-12-16  David Schleef  <ds@schleef.org>
28377
28378         * gst/audioscale/gstaudioscale.c: the resample library only
28379         handles 1 or 2 channels.  Change caps to compensate.
28380
28381 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28382
28383         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28384         (gst_matroska_demux_audio_caps):
28385           Some MPEG-AAC hacks, because else it doesn't work...
28386
28387 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28388
28389         * gst-libs/gst/riff/riff-media.c:
28390         (gst_riff_create_video_caps_with_data),
28391         (gst_riff_create_video_template_caps):
28392           Add h264.
28393
28394 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * gst-libs/gst/audio/Makefile.am:
28397           Try to fix buildbot.
28398
28399 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28400
28401         * gst/tcp/gstmultifdsink.c:
28402           Clean up and uniformize debugging.
28403
28404 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28405
28406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28407
28408         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28409         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28410         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28411         (gst_mpeg_demux_change_state):
28412           Reset on ready. Fixes 160276.
28413
28414 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28415
28416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28417
28418         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28419         (gst_ffmpegcsp_pad_link):
28420           Fix memleak (#154815).
28421
28422 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28423
28424         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28425
28426         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28427         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28428         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28429         * ext/musicbrainz/gsttrm.h:
28430           Add support for using a proxy server when getting a trm id from
28431           the MusicBrainz database (#149613).
28432
28433 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28434
28435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28436
28437         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28438         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28439           Fix memleaks (#157233).
28440
28441 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28442
28443         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28444
28445         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28446         * gst-libs/gst/resample/resample.h:
28447         * gst/audioscale/gstaudioscale.c:
28448           Fix memleak (#159215).
28449
28450 2004-12-16  Toni Willberg  <toniw@iki.fi>
28451
28452         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28453
28454         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28455         * sys/oss/oss_probe.c: (main):
28456           Check for mono/stereo support (similar to samplerate probing),
28457           fixes #159433. Also add missing copyright header to oss_probe.c.
28458
28459 2004-12-15  David Schleef  <ds@schleef.org>
28460
28461         * configure.ac: add audioresample and cairo plugins.  Remove
28462         HAVE_MMX stuff, because it's not used.
28463         * ext/Makefile.am: same
28464         * ext/audioresample/Makefile.am: You are not ready for an
28465         audio resampling element based on audioresample.
28466         * ext/audioresample/gstaudioresample.c:
28467         * ext/audioresample/gstaudioresample.h:
28468         * ext/cairo/Makefile.am: You are not ready for overlay elements
28469         based on cairo.  Don't look too closely, these elements kinda
28470         suck right now.
28471         * ext/cairo/gstcairo.c: new
28472         * ext/cairo/gsttextoverlay.c: new
28473         * ext/cairo/gsttextoverlay.h: new
28474         * ext/cairo/gsttimeoverlay.c: new
28475         * ext/cairo/gsttimeoverlay.h: new
28476         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28477         problem with compilers that don't support variadic macros.
28478
28479 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28480
28481         Reviewed by:  David Schleef  <ds@schleef.org>
28482
28483         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28484         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28485         bit.  Also ran indent-gst.
28486         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28487         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28488         (gst_sunaudiosrc_setparams):
28489
28490 2004-12-14  David Schleef  <ds@schleef.org>
28491
28492         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28493         output rate to 16000.  Should fix #160235.
28494
28495 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28496
28497         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28498         Add typefinding for mpeg2 pes streams
28499
28500 2004-12-13  David Schleef  <ds@schleef.org>
28501
28502         * configure.ac:  Applied patch from bug #143659, making default
28503         sources and sinks OS-dependent (for Solaris), and added code
28504         for OS/X.
28505         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28506
28507 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28508
28509         * gst-libs/gst/riff/riff-media.c:
28510           forgot to add h2.64 to avidemux template caps
28511
28512 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28513
28514         * gst/wavenc/riff.h:
28515         * gst-libs/gst/riff/riff-media.c:
28516         * gst-libs/gst/riff/riff-ids.h:
28517         * gst/avi/gstavimux.c
28518         add 4CC code for VideoSoft h264 in AVI (VSSH)
28519           fixes bug #160655
28520         remove s323 from riff, it's quicktime specific :(
28521
28522 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28523
28524         * gst/asfdemux/README
28525         * gst/wavenc/riff.h
28526         * gst-libs/gst/riff/riff-ids.h
28527         * gst-libs/gst/riff/riff-media.c
28528         * gst/qtdemux/qtdemux.c:
28529           add new 4CC codes for h263 related codecs
28530           fixes partially bug #155163
28531
28532 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28533
28534         * configure.ac: Update polyaudio requirement to 0.7
28535         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28536
28537 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28538
28539         * gst/interleave/deinterleave.c:
28540         fix my name's spelling! :)
28541
28542 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28543
28544         * AUTHORS ChangeLog
28545         * gst/auparse/gstauparse.c
28546         * gst/interleave/deinterleave.c
28547         * gst/law/:
28548                 alaw-decode.c alaw-encode.c
28549                 mulaw-decode.c mulaw-encode.c
28550         * gst/oneton/gstoneton.c
28551         * sys/osxaudio/:
28552                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28553         * sys/osxvideo/:
28554                 cocoawindow.h cocoawindow.m
28555                 osxvideosink.h osxvideosink.m
28556
28557         put the same mail address for Zaheer Abbas Merali everywhere
28558
28559 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28562           Align by packetsize, and assert that we a packet available before
28563           playing. The first makes webstreams work (they often include
28564           trailing padding data in a packet), the second allows pausing a
28565           ASF stream in totem without getting demux errors afterwards.
28566
28567 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * ext/ogg/gstoggdemux.c: (get_relative):
28570           Check for non-NULL before accessing member (end-of-chain).
28571
28572 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28575         (cdparanoia_set_property), (cdparanoia_get_property):
28576         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28577         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28578         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28579         (dvdreadsrc_init), (dvdreadsrc_set_property),
28580         (dvdreadsrc_get_property):
28581         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28582         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28583           Synchronize property names where not yet the case. Devices are
28584           now device=X, other versions are deprecated (but still exist).
28585           Also use g_free() unconditionally.
28586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28587         (setup_source), (gst_play_base_bin_get_property):
28588           Expose source.
28589
28590 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28591
28592         * configure.ac: move GCONF macro outside conditional for the am
28593           conditional. Fixes #160439
28594
28595 2004-12-08  David Schleef  <ds@schleef.org>
28596
28597         * tools/gst-visualise-m.m: Switch to elements that currently
28598         exist.
28599
28600 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28601
28602         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28603           We love wrong commas.
28604
28605 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28606
28607         * gst/matroska/matroska-demux.c:
28608         (gst_matroska_demux_handle_src_query):
28609           Don't set DEFAULT, unsupported - makes length display incorrectly
28610           in some cases.
28611
28612 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28613
28614         * gst/monoscope/README: remove blurb about files being GPL
28615         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28616         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28617           monoscope is now effectively LGPL licensed
28618
28619 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28620
28621         * gst/monoscope/README: Update information to be more correct
28622         * gst/monoscope/convolve.c: Relicense to LGPL
28623         * gst/monoscope/convolve.h: Relicense to LGPL
28624
28625 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28626
28627         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28628           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28630           set default_duration for mpeg1 audio
28631
28632 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28633
28634         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28635         * ext/alsa/gstalsa.h:
28636           refactor big chunks of the core caps negotiation code to make it
28637           a lot faster, because people claim it's really slow
28638           (actually, just cache the getcaps when the device is opened)
28639
28640 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28643         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28644         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28645         (gst_a52dec_change_state), (plugin_init):
28646         * ext/a52dec/gsta52dec.h:
28647           Do something useful with timestamps. Make chain-based (since
28648           there's really no reason to be loopbased).
28649         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28650           Update current_byte/frame correctly.
28651
28652 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28653
28654         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28655         (gst_ape_demux_stream_init):
28656           Forward tags, too.
28657
28658 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28659
28660         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28661           Let's make sure we're done typefinding when detecting tags.
28662
28663 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28664
28665         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28666         (gst_ebml_read_init), (gst_ebml_read_use_event),
28667         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28668         (gst_ebml_read_seek), (gst_ebml_read_skip),
28669         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28670         (gst_ebml_read_master):
28671         * gst/matroska/ebml-read.h:
28672         * gst/matroska/matroska-demux.c:
28673         (gst_matroska_demux_parse_contents),
28674         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28675           Disgustingly evil hack for working around INTERRUPT events and
28676           their extremely annoying habit of being a pain in the ass. We
28677           simply peek a cluster before reading any of it.
28678
28679 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * ext/musepack/gstmusepackdec.cpp:
28682           There's also floating point libmusepacks.
28683
28684 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28685
28686         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28687         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28688           Set DURATION even if source buffer didn't. Also use increasing
28689           timestamps.
28690         * gst-libs/gst/riff/riff-media.c:
28691         (gst_riff_create_audio_caps_with_data):
28692           Block_align can have larger values than 8192.
28693
28694 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28695
28696         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28697         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28698         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28699         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28700           Fix caps.
28701
28702 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28703
28704         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28705           Fix logic bug.
28706
28707 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28708
28709         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28710           Yay, another one.
28711
28712 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * ext/esd/esdsink.c: (gst_esdsink_chain):
28715           Make error actually say something useful (fixes #156798).
28716         * gst-libs/gst/riff/riff-media.c:
28717         (gst_riff_create_video_caps_with_data),
28718         (gst_riff_create_video_template_caps):
28719           Add Intel Video 5.0 fourcc (IV50).
28720
28721 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28722
28723         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28724         detection on mono and stereo mp3 files.
28725
28726 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28727
28728         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28729           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28730           the contained stream).
28731
28732 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28733
28734         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28735           Oops, remove debug.
28736
28737 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28738
28739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28740
28741         * gst/law/alaw-decode.c: (alawdec_getcaps):
28742         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28743           Prevent warnings when negotiating caps (fixes #159338).
28744
28745 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28746
28747         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28748         (gst_ffmpegcsp_chain):
28749           Remove old leftover that shouldn't be there...
28750
28751 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28752
28753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28756           Don't forward DISCONT events (fixes #159684).
28757
28758 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28759
28760         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28761           Unlink manually since sometimes bin disposal (and therefore
28762           pad unlinking) is delayed, which will cause a new media file
28763           to not be able to start playing instantly.
28764
28765 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28766
28767         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28768           On mute of an unlinked stream, check for pad availability so
28769           we don't crash on unlinked pad.
28770
28771 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28774         (gst_avi_demux_massage_index):
28775           Fix quite humiliating bug in omitting 0-sized index chunks but
28776           forgetting to count them for timestamps.
28777
28778 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28779
28780         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28781           Actually leave the loop if we failed to sync. Don't crash.
28782
28783 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28784
28785         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28786         (gst_dvd_demux_process_private):
28787         * gst/mpegstream/gstdvddemux.h:
28788           Fix crash (#159759). Doesn't work, though. :-(.
28789
28790 2004-11-28  Benjamin Otte  <otte@gnome.org>
28791
28792         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28793           more overwriting protection due to modifying channels one by one
28794           instead of all at once
28795
28796 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28797
28798         * gst/audioconvert/gstchannelmix.c:
28799         (gst_audio_convert_fill_normalize):
28800           Normalize using absolute values.
28801
28802 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28803
28804         * configure.ac:
28805         * ext/Makefile.am:
28806         * ext/directfb/Makefile.am:
28807         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28808         (gst_directfbvideosink_get_pixel_format),
28809         (gst_directfbvideosink_get_format_from_fourcc),
28810         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28811         (gst_directfbvideosink_sink_link),
28812         (gst_directfbvideosink_change_state),
28813         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28814         (gst_directfbvideosink_buffer_alloc),
28815         (gst_directfbvideosink_interface_supported),
28816         (gst_directfbvideosink_interface_init),
28817         (gst_directfbvideosink_navigation_send_event),
28818         (gst_directfbvideosink_navigation_init),
28819         (gst_directfbvideosink_set_property),
28820         (gst_directfbvideosink_get_property),
28821         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28822         (gst_directfbvideosink_base_init),
28823         (gst_directfbvideosink_class_init),
28824         (gst_directfbvideosink_get_type), (plugin_init):
28825         * ext/directfb/directfbvideosink.h: Adding a first version of
28826         directfbvideosink.
28827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28828         more.
28829
28830 2004-11-28  Benjamin Otte  <otte@gnome.org>
28831
28832         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28833           walk the samples backwards if out_channels > in_channels so we don't
28834           overwrite data
28835
28836 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * gst/audioconvert/Makefile.am:
28839         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28840         (gst_audio_convert_link), (gst_audio_convert_change_state),
28841         (gst_audio_convert_channels):
28842         * gst/audioconvert/gstchannelmix.c:
28843         (gst_audio_convert_unset_matrix),
28844         (gst_audio_convert_fill_identical),
28845         (gst_audio_convert_fill_compatible),
28846         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28847         (gst_audio_convert_fill_others),
28848         (gst_audio_convert_fill_normalize),
28849         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28850         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28851         * gst/audioconvert/gstchannelmix.h:
28852           Implement a channel mixer.
28853
28854 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28855
28856         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28857         * ext/alsa/gstalsa.h:
28858         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28859         Make alsasink actually honor gst_element_set_clock and use that
28860         clock instead of its internal one.
28861
28862 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28863
28864         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28865         (gst_play_base_bin_change_state): nullify source and decoder when
28866         going from READY to NULL so that we don't try to do weird stuff with
28867         them when going from NULL to READY
28868         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28869         instead of g_object_unref
28870         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28871         it should be correct
28872         (gst_play_bin_change_state): don't call remove_sinks if we are
28873         currently disposing the object
28874
28875 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28876
28877         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28878           Don't forget bass if it's there. Else left channel is silent...
28879
28880 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28881
28882         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28883         (gst_a52dec_change_state):
28884           Don't do sample adjusting anymore, we use float audio now.
28885         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28886           Don't fixate to non-existing properties.
28887
28888 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28889
28890         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28891         (gst_a52dec_change_state):
28892           Advertise that we can do surround sound.
28893
28894 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28895
28896         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28897           Add buffer-frames=0.
28898         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28899         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28900         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28901         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28902         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28903         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28904         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28905         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28906         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28907         * ext/dvdread/dvdreadsrc.h:
28908           Add seeking, querying for bytes, sectors, title, angle and
28909           chapter. Handle multiple chapters. Relicense to LGPL because
28910           Billy agreed on that (thanks Billy!).
28911
28912 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28913
28914         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28915         call parent dispose method
28916
28917 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28918
28919         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28920         (gst_audio_clock_get_internal_time):
28921         Fix active <-> inactive transitions: ensure time value always
28922         grows and avoid abrupt value changes.
28923
28924 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28925
28926         * configure.ac:
28927         * gst/tta/Makefile.am:
28928         * gst/tta/crc32.h:
28929         * gst/tta/filters.h:
28930         * gst/tta/gsttta.c:
28931         * gst/tta/gstttadec.c:
28932         * gst/tta/gstttadec.h:
28933         * gst/tta/gstttaparse.c:
28934         * gst/tta/gstttaparse.h:
28935         * gst/tta/ttadec.h:
28936           added TTA parser and decoder
28937
28938 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28939
28940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28941         (probe_triggered), (check_queue), (buffer_underrun),
28942         (buffer_running), (buffer_overrun), (gen_source_element),
28943         (setup_source):
28944         * gst/playback/gstplaybasebin.h:
28945           Implement buffering. Needs some more work.
28946
28947 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * ext/theora/theoradec.c: (theora_dec_chain):
28950           Fix ilog mask range overflow.
28951
28952 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28953
28954         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28955           Don't omit the last (which in case of dmix is the only :) )
28956           channel count. Don't set channels if <= 2.
28957
28958 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28959
28960         * gst/playback/gstplaybin.c: (gen_video_element),
28961         (gen_audio_element): Removed 2 obsolete comments
28962
28963 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28964
28965         * ext/vorbis/oggvorbisenc.c
28966         * ext/vorbis/vorbisenc.c :
28967           change description fields of those plugins to differentiate them
28968           (pitivi show Encoders by description, they had the same one)
28969
28970 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28971
28972         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28973
28974         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28975         (gst_play_bin_set_property), (gen_video_element),
28976         (gen_audio_element):
28977           Refcounting fixes for provided audio-/videosinks.
28978
28979 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28980
28981         * gst/playback/gstplaybin.c: (gen_video_element),
28982         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28983           Don't reference all sinks, but only the video- and audiosinks.
28984           The vis. element should be disposed when we're done with it.
28985           We don't have any reason to keep it around. This fixes warnings
28986           when reusing playbin for playing multiple audio files with
28987           vis. enabled. Also release audio device on pause - idea stolen
28988           from Rhythmbox.
28989
28990 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28991
28992         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28993         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28994         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28995         * ext/alsa/gstalsaplugin.c: (plugin_init):
28996         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28997         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28998         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28999         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
29000         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
29001         (gst_faad_change_state), (plugin_init):
29002         * ext/faad/gstfaad.h:
29003         * ext/vorbis/vorbis.c: (plugin_init):
29004         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29005         * gst-libs/gst/audio/Makefile.am:
29006         * gst-libs/gst/audio/audio.c: (plugin_init):
29007         * gst-libs/gst/audio/multichannel.c:
29008         (gst_audio_check_channel_positions),
29009         (gst_audio_get_channel_positions),
29010         (gst_audio_set_channel_positions),
29011         (gst_audio_set_structure_channel_positions_list),
29012         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
29013         (gst_audio_fixate_channel_positions):
29014         * gst-libs/gst/audio/multichannel.h:
29015         * gst-libs/gst/audio/testchannels.c: (main):
29016         * gst/audioconvert/gstaudioconvert.c:
29017         (gst_audio_convert_class_init), (gst_audio_convert_init),
29018         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
29019         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
29020         (gst_audio_convert_fixate), (gst_audio_convert_channels):
29021         * gst/audioconvert/plugin.c: (plugin_init):
29022           Surround sound support.
29023
29024 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29027           Fix position for discont if we're close as well. Nitpicking, but
29028           saves a few milliseconds of extra waiting or skipping.
29029
29030 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29031
29032         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29033           We sometimes need parsers for playback, so add those too.
29034
29035 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29036
29037         * configure.ac:
29038         * gst/apetag/Makefile.am:
29039         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29040         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29041         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29042         (gst_ape_demux_get_src_query_types),
29043         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29044         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29045         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29046         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29047         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29048         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29049         (gst_ape_demux_change_state):
29050         * gst/apetag/apedemux.h:
29051         * gst/apetag/apetag.c: (plugin_init):
29052         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29053         (plugin_init):
29054           APE v1/2 tag reader plus typefind function.
29055
29056 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29057
29058         * configure.ac:
29059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29060         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29061           Remove hacks for older core. Require newer core version
29062           accordingly.
29063
29064 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29065
29066         * gst/cdxaparse/Makefile.am:
29067         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29068         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29069         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29070         * gst/cdxaparse/gstcdxaparse.h:
29071         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29072         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29073         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29074         (gst_cdxastrip_get_src_query_types),
29075         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29076         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29077         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29078         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29079         * gst/cdxaparse/gstcdxastrip.h:
29080           SVCD/VCD header stripping separated from CDXA image parsing.
29081         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29082         (plugin_init):
29083           Add VCD/SVCD header typefinding for VCD/SVCD.
29084         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29085         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29086         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29087         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29088         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29089         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29090         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29091         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29092         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29093         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29094         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29095         * sys/vcd/vcdsrc.h:
29096           Fix up, add seeking, querying, URI interface. Works in totem now.
29097
29098 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29099
29100         * configure.ac:
29101           back to CVS
29102
29103 === release 0.8.6 ===
29104
29105 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * NEWS:
29108         * RELEASE:
29109         * configure.ac:
29110         * po/af.po:
29111         * po/az.po:
29112         * po/cs.po:
29113         * po/en_GB.po:
29114         * po/hu.po:
29115         * po/it.po:
29116         * po/nb.po:
29117         * po/nl.po:
29118         * po/or.po:
29119         * po/sq.po:
29120         * po/sr.po:
29121         * po/sv.po:
29122         * po/uk.po:
29123           releasing 0.8.6, "IOU Love"
29124
29125 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29126
29127         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29128
29129         * gst/playback/gstplaybasebin.c:
29130           Fix unplayable files error handling.  Fixes #158365
29131
29132 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29133
29134         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29135
29136         * gst/typefind/gsttypefindfunctions.c:
29137           Fix broken mp3 typefinding.  Fixes #158375
29138
29139 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29140
29141         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29142
29143         * ext/ogg/gstoggdemux.c:
29144           Fix sync on broken files.  Fixes #158976
29145
29146 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29147
29148         patch by: Edward Hervey <bilboed@bilboed.com>
29149
29150         * ext/libpng/gstpngenc.c:
29151           Copy over buffer properties.  Fixes #158832
29152
29153 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29154
29155         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29156
29157         * ext/dvdread/dvdreadsrc.c:
29158           Fixes invalid reads (#158462)
29159
29160 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29161
29162         * sys/v4l/gstv4lsrc.c:
29163         * sys/v4l/gstv4lsrc.h:
29164         * sys/v4l/v4lsrc_calls.c:
29165           Probe less and cache it.  Fixes #159187.
29166
29167 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29168
29169         * gst/videorate/gstvideorate.c:
29170           Handle all video formats. Fixes #159186.
29171
29172 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29173         * gst/synaesthesia/gstsynaesthesia.c:
29174         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29175         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29176         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29177         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29178         (gst_synaesthesia_change_state), (plugin_init):
29179         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29180         Force 320x200 output, as that's the only thing the underlying
29181         synaesthesia implementation supports. Still needs to be made
29182         re-entrant.
29183
29184 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29185
29186         * configure.ac:
29187           Fix mpeg2enc configure check (similar to mplex check below).
29188
29189 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29190
29191         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29192
29193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29194           Fix for gcc-2.95 (fixes #158221).
29195
29196 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29199           Re-add clock distribution hack (until new core is released).
29200           Fixes #158125.
29201
29202 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29203         * configure.ac:
29204           fix mplex configure check segfaulting on some systems (bug #140994)
29205
29206 2004-11-13  Benjamin Otte  <otte@gnome.org>
29207
29208         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29209           add debugging
29210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29211           do a wait when we enter the loop func with no data available to
29212           write instead of getting into an 100% CPU loop by just returning and
29213           being called again by the scheduler
29214
29215 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29216
29217         * configure.ac:
29218         * ext/libvisual/visual.c: (gst_visual_get_type),
29219         (libvisual_log_handler), (gst_visual_getcaps),
29220         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29221         (plugin_init):
29222           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29223         * ext/smoothwave/Makefile.am:
29224         * ext/smoothwave/demo-osssrc.c: (main):
29225         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29226         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29227         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29228         (plugin_init):
29229         * ext/smoothwave/gstsmoothwave.h:
29230           Make gstsmoothwave a working element in the 20th century.
29231
29232         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29233           Fix incorrect link function
29234
29235 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29236
29237         * gst/volume/gstvolume.c:
29238           Allow buffer-frames=0.
29239
29240 2004-11-12 Iain <iaingnome@gmail.com>
29241
29242         * configure.ac: Check for polypaudio
29243
29244         * ext/Makefile.am: Build the polyp dir
29245
29246         * ext/polyp: The polypsink sources.
29247
29248 2004-10-30 Iain <iaingnome@gmail.com>
29249
29250         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29251         caps to reflect the new number of channels.
29252
29253 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29256           Fix for negotiation order problem. This would show when the
29257           ALSA loopfuction was called before any other function. ALSA
29258           wouldn't do anything because we're not negotiated yet, leading
29259           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29260
29261 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29262
29263         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29264
29265         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29266           No warnings (#157986).
29267
29268 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29269
29270         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29271           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29272
29273 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29274
29275         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29276           Signal no-more-pads (so it works in playbin).
29277
29278 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29279
29280         * ext/musepack/gstmusepackreader.cpp:
29281           Workaround for older core.
29282
29283 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29284
29285         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29286           Actually test for odd width/height rather than testing whether
29287           a temporary variable that was 0 before we subtracted 1 is now
29288           not equal to zero (which it always is).
29289
29290 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29291
29292         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29293         Fix compilation if HAVE_XVIDEO is not defined
29294
29295 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29296
29297         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29298         Fix compilation if HAVE_XVIDEO is not defined
29299
29300 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29301
29302         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29303         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29304         (gst_goom_change_state), (plugin_init):
29305         Use the bytestream adapter so goom doesn't depend on the input
29306         buffer size.
29307         Add a debug category
29308
29309 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29310
29311         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29312           Only set hardware parameters *after* negotiation. Before
29313           negotiation, it will set ANY and that seems to cause crashes
29314           (see e.g. #151288, #153227).
29315
29316 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29317
29318         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29319           This seems to be antique leftover. It needs to pass error
29320           checking.
29321         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29322         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29323         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29324         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29325           Fix GstXOverlay implementation (#151059).
29326
29327 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29328
29329         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29330           Don't assert (#157853).
29331
29332 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29335           Fix bytes/samples confustion.
29336         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29337           Fix for underrun (#144389).
29338
29339 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29340
29341         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29342           Disable halfway-seek for pending release (since it needs a new
29343           core release).
29344
29345 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29346
29347         * sys/v4l/gstv4lsrc.c:
29348         * sys/v4l/gstv4lsrc.h:
29349         * sys/v4l/v4lsrc_calls.c:
29350           add autoprobe-fps property so we can separate autoprobing parts
29351
29352 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29353
29354         * sys/v4l/gstv4lsrc.c:
29355         * sys/v4l/v4lsrc_calls.c:
29356         initialise fourcc to catch unset fourcc's, and debug
29357
29358 2004-11-09  Wim Taymans  <wim@fluendo.com>
29359
29360         * gst/playback/README:
29361         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29362         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29363         (gst_play_bin_dispose), (gst_play_bin_set_property),
29364         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29365         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29366         (gst_play_bin_get_formats), (gst_play_bin_convert),
29367         (gst_play_bin_get_query_types), (gst_play_bin_query):
29368         Cleanups and some more documentation.
29369
29370 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29371
29372         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29373         (gst_cacasink_init), (gst_cacasink_chain):
29374         * ext/libcaca/gstcacasink.h:
29375         Cacasink inherits from VideoSink, so let that store the clock.
29376
29377 2004-11-09  Wim Taymans  <wim@fluendo.com>
29378
29379         * gst/playback/README:
29380         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29381         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29382         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29383         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29384         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29385         (setup_sinks):
29386         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29387         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29388         * gst/playback/gststreaminfo.h:
29389         Updated README.
29390         Only switch groups if all streams have muted (EOSed).
29391         Send Tags in sync with the stream playback instead of in
29392         the playback/preroll phase.
29393         Some cleanups, free the fakesrc elements.
29394
29395 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29396
29397         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29398           buffer-frames property was missing
29399         * ext/arts/gst_arts.c:
29400           rate missing from sinkcaps
29401         * ext/audiofile/gstafparse.c:
29402         * ext/audiofile/gstafsink.c:
29403         * ext/audiofile/gstafsrc.c:
29404         * ext/swfdec/gstswfdec.c:
29405           int audio doesn't know buffer-frames
29406         * ext/cdparanoia/gstcdparanoia.c:
29407           int audio doesn't know chunksize either
29408         * ext/nas/nassink.c:
29409           it's endianness, not endianess
29410         * gst-libs/gst/audio/audio.h:
29411           make float standard pad template caps really describe float
29412         * gst/law/mulaw.c: (linear_factory):
29413           signed only, please
29414         * gst/mpegstream/gstdvddemux.c:
29415           widths of 20 are not valid
29416
29417 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29418
29419         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29420
29421         * po/LINGUAS:
29422         * po/it.po:
29423           Add Italian
29424
29425 2004-11-08  Wim Taymans  <wim@fluendo.com>
29426
29427         * gst/playback/README:
29428         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29429         * gst/playback/gstplaybasebin.c: (probe_triggered),
29430         (gst_play_base_bin_change_state):
29431         Updated README, added more comments for fixmes etc..
29432
29433 2004-11-08  Wim Taymans  <wim@fluendo.com>
29434
29435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29436         We can remove this hack now.
29437
29438 2004-11-08  Wim Taymans  <wim@fluendo.com>
29439
29440         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29441         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29442         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29443         Only mix AYUV for maximum quality.
29444
29445 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29446
29447         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29448         (gst_ogg_demux_push), (gst_ogg_pad_push):
29449           Let's act as if we're synchronized now! :).
29450         * ext/theora/theoradec.c: (theora_dec_chain):
29451           Add some debug.
29452
29453 2004-11-08  Wim Taymans  <wim@fluendo.com>
29454
29455         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29456         (gst_alpha_set_property), (gst_alpha_sink_link),
29457         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29458         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29459         (gst_alpha_init_params), (gst_alpha_chain):
29460         Implement alpha functions for AYUV too, this increases
29461         accuracy quite a bit.
29462
29463 2004-11-08  Wim Taymans  <wim@fluendo.com>
29464
29465         * gst/ffmpegcolorspace/avcodec.h:
29466         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29467         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29468         (gst_ffmpegcsp_avpicture_fill):
29469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29470         (gst_ffmpegcsp_caps_remove_format_info):
29471         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29472         (shrink12), (img_get_alpha_info), (deinterlace_line),
29473         (deinterlace_line_inplace):
29474         * gst/ffmpegcolorspace/imgconvert_template.h:
29475         Added AYUV colorspace and handle RGBA a bit more respectful.
29476
29477 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29480           Actually always send a discont (cornercase when resending the
29481           same serial-tagged chain twice).
29482
29483 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29484
29485         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29486         (gst_ximagesink_finalize):
29487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29488         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29489
29490 2004-11-08  Wim Taymans  <wim@fluendo.com>
29491
29492         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29493         Don't segfault on NULL data.
29494
29495 2004-11-08  Wim Taymans  <wim@fluendo.com>
29496
29497         * gst/playback/gstdecodebin.c: (unlinked):
29498         * gst/playback/gstplay-marshal.list:
29499         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29500         (gst_play_base_bin_init), (group_create), (get_active_group),
29501         (get_building_group), (group_destroy), (group_commit),
29502         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29503         (add_element_stream), (no_more_pads), (probe_triggered),
29504         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29505         (state_change), (setup_source), (gst_play_base_bin_get_property),
29506         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29507         (gst_play_base_bin_link_stream),
29508         (gst_play_base_bin_get_streaminfo):
29509         * gst/playback/gstplaybasebin.h:
29510         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29511         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29512         Add support for chained ogg files. Prepare for playlist
29513         support. This patch introduces the concept of pad groups, which
29514         together compose one playable media file.
29515
29516 2004-11-07  David Schleef  <ds@schleef.org>
29517
29518         * testsuite/gst-lint: Check for pad templates that aren't statically
29519         scoped.
29520
29521 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29522
29523         * configure.ac:
29524         * ext/Makefile.am:
29525         * ext/musepack/Makefile.am:
29526         * ext/musepack/gstmusepackdec.cpp:
29527         * ext/musepack/gstmusepackdec.h:
29528         * ext/musepack/gstmusepackreader.cpp:
29529         * ext/musepack/gstmusepackreader.h:
29530           Add musepack decoder.
29531         * ext/faad/gstfaad.c: (gst_faad_base_init):
29532           Make pad templates static.
29533         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29534         (plugin_init):
29535           Add musepack typefinder, make mp3 typefinding work halfway stream,
29536           which doesn't actually work yet because id3demux doesn't implement
29537           _get_length().
29538
29539 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29540
29541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29542         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29543           Fix interrupt event handling (#144436).
29544
29545 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29548           Hide unused glory.
29549
29550 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29551
29552         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29553
29554         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29555           Fix weird caps (#157548).
29556
29557 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29558
29559         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29560
29561         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29562           Add missing NULL terminator (#157543).
29563
29564 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29565
29566         * gst/tcp/gsttcp.h:
29567         * gst/tcp/gsttcpclientsink.c:
29568         * gst/tcp/gsttcpclientsrc.c:
29569         * gst/tcp/gsttcpserversink.c:
29570         * gst/tcp/gsttcpserversrc.c:
29571           ports can go up to 65535.  Move common defines to gsttcp.h
29572
29573 2004-11-05  Wim Taymans  <wim@fluendo.com>
29574
29575         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29576         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29577         Added two more colorspaces.
29578
29579 2004-11-05  Wim Taymans  <wim@fluendo.com>
29580
29581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29582         (gst_ffmpegcsp_avpicture_fill):
29583         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29584         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29585         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29586         More stride fixes.
29587
29588 2004-11-05  Wim Taymans  <wim@fluendo.com>
29589
29590         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29591         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29592         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29593         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29594         (gst_videomixer_loop):
29595         More stride fixes.
29596
29597 2004-11-05  Benjamin Otte  <otte@gnome.org>
29598
29599         * ext/mad/gstmad.c: (gst_mad_chain):
29600           don't overflow data buffer. Flush not needed sync data when syncing
29601           failed.
29602
29603 2004-11-04  Wim Taymans  <wim@fluendo.com>
29604
29605         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29606         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29607         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29608         (gst_alpha_init_params), (gst_alpha_chain),
29609         (gst_alpha_change_state):
29610         Updated the chroma keying algorithm with something more
29611         sophisticated.
29612
29613 2004-11-03  Wim Taymans  <wim@fluendo.com>
29614
29615         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29616         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29617         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29618         Fix stride issues. Does not completely work for odd
29619         heights.
29620
29621 2004-11-03  Wim Taymans  <wim@fluendo.com>
29622
29623         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29624         (gst_alpha_chroma_key), (gst_alpha_chain):
29625         Fix stride issues. Does not completely work for odd
29626         heights.
29627
29628 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29629
29630         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29631         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29632         leak fixes
29633
29634 2004-11-03  Wim Taymans  <wim@fluendo.com>
29635
29636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29637         (gst_ffmpegcsp_avpicture_fill):
29638         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29639         (avpicture_alloc):
29640         * gst/ffmpegcolorspace/imgconvert_template.h:
29641         Use correct _fill function to get correct strides.
29642
29643 2004-11-02  David Schleef  <ds@schleef.org>
29644
29645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29646         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29647         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29648         Change all g_print()s to debugging.  Add a bunch of consistency
29649         checks.
29650
29651 2004-11-02  Wim Taymans  <wim@fluendo.com>
29652
29653         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29654         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29655         (unlinked), (no_more_pads), (close_link):
29656         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29657         (unknown_type), (add_element_stream), (new_decoded_pad),
29658         (removed_decoded_pad), (setup_source):
29659         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29660         (gst_stream_info_class_init), (gst_stream_info_init),
29661         (gst_stream_info_new), (gst_stream_info_dispose),
29662         (stream_info_mute_pad), (gst_stream_info_set_property),
29663         (gst_stream_info_get_property):
29664         * gst/playback/gststreaminfo.h:
29665         Fix playback of multiple files.
29666         a slightly different approach to handling dynamic pad removals.
29667         This one only looks at pads that we have linked.
29668
29669 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29670
29671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29672         free" warning from libc.
29673
29674 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29677         (get_unconnected_element), (remove_starting_from), (pad_removed),
29678         (close_link):
29679           Implement support for dynamic pad changing. We listen to "live"
29680           pad removals (i.e. while playing) and re-setup autoplugging
29681           after that. Playbasebin/playbin need some more work for this
29682           to finally work, but decodebin supports (and replugs) chained
29683           ogg now.
29684
29685 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29686
29687         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29688         (gst_alsa_finalize):
29689         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29690         (gst_cdaudio_finalize):
29691         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29692         (cdparanoia_finalize):
29693         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29694         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29695         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29696         (dvdreadsrc_finalize):
29697         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29698         (gst_flacdec_finalize):
29699         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29700         (gst_flacenc_finalize):
29701         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29702         (gst_gnomevfssink_finalize):
29703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29704         (gst_gnomevfssrc_finalize):
29705         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29706         (gst_fameenc_finalize):
29707         * ext/nas/nassink.c: (gst_nassink_class_init),
29708         (gst_nassink_finalize):
29709         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29710         (gst_sdlvideosink_class_init):
29711         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29712         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29713         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29714         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29715         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29716         (gst_x_window_listener_dispose):
29717         * gst/audioscale/gstaudioscale.c:
29718         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29719         (play_on_demand_finalize):
29720         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29722         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29723         (cdplayer_finalize):
29724         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29725         (gst_glimagesink_class_init):
29726         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29727         (gst_osselement_finalize):
29728         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29729         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29730         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29731           Fixes a bunch of problems with finalize and dispose functions,
29732           either assumptions that dispose is only called once, or not calling
29733           the parent class dispose/finalize function
29734
29735 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29736
29737         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29738           added two api precondition guards
29739           use g_strdup with getenv to fix crash when using ENVVAR
29740
29741 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29742         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29743         (gst_esdsink_finalize):
29744         Use a finalize function, not dispose, and more importantly,
29745         call the parent class finalize function too
29746
29747 2004-11-01  Johan Dahlin  <johan@gnome.org>
29748
29749         * ext/ogg/gstoggdemux.c:
29750         * gst/tags/gstvorbistag.c:
29751         Plug leaks.
29752
29753 2004-10-31  Benjamin Otte  <otte@gnome.org>
29754
29755         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29756           lotsa memleaks today. But they're all small...
29757
29758 2004-10-31  Benjamin Otte  <otte@gnome.org>
29759
29760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29761           another memleak crushed
29762
29763 2004-10-31  Benjamin Otte  <otte@gnome.org>
29764
29765         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29766           fix memleak
29767
29768 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29769
29770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29771           Hack to prevent crash when going to READY inside signal handler
29772           while this function is active.
29773
29774 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29775
29776         * gst/ffmpegcolorspace/Makefile.am:
29777         * gst/ffmpegcolorspace/avcodec.h:
29778         * gst/ffmpegcolorspace/common.h:
29779         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29780         * gst/ffmpegcolorspace/dsputil.h:
29781         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29783         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29784         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29785         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29786         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29787         (gst_ffmpegcsp_avpicture_fill):
29788         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29790         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29791         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29792         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29793         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29794         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29795         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29796         * gst/ffmpegcolorspace/imgconvert.c:
29797         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29798         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29799         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29800         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29801         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29802         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29803         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29804         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29805         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29806         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29807         (grow21), (grow22), (grow41), (grow44), (conv411),
29808         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29809         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29810         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29811         (avpicture_free), (is_yuv_planar), (img_convert),
29812         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29813         (deinterlace_line_inplace), (deinterlace_bottom_field),
29814         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29815         * gst/ffmpegcolorspace/imgconvert_template.h:
29816         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29817         * gst/ffmpegcolorspace/mmx.h:
29818         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29819         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29820         (av_freep), (avcodec_get_context_defaults),
29821         (avcodec_alloc_context), (avcodec_init):
29822           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29823           handling plus update from ffmpeg CVS. Large clean-up.
29824
29825 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29826
29827         * gst/playback/Makefile.am:
29828           We need the marshallers for decodebin, too.
29829
29830 2004-10-30  David Schleef  <ds@schleef.org>
29831
29832         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29833           quicktime typefinding work with 64-bit offsets.
29834
29835 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29836
29837         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29838           Set EOS on the element when processing an EOS event.
29839         * ext/speex/gstspeexdec.h:
29840         * ext/speex/gstspeexenc.h:
29841           Only keep a const ptr to the mode
29842         * gst-libs/gst/riff/riff-media.c:
29843         (gst_riff_create_audio_caps_with_data),
29844         (gst_riff_create_audio_template_caps):
29845           Allow WMAV3, with up to 6 channels.
29846         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29847           Don't call gst_pad_set_event_function on a sink pad.
29848         * gst/mpegstream/gstdvddemux.c:
29849         (gst_dvd_demux_get_subpicture_stream),
29850         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29851           Copy the explicit caps that were set across to the cur_* pads,
29852           instead of trying to use a possibly non-existent negotiated caps.
29853           Reset the type of subpicture pads to UNKNOWN after calling
29854           init_stream, so that the caps get set.
29855
29856 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29857
29858         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29859
29860         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29861           Don't touch buffer if it is of size 0 (fixes #151064).
29862
29863 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29864
29865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29866           Synchronized discont handling.
29867
29868 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29869
29870         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29871         (gst_ogg_demux_push):
29872           Make seeking sort-of exact again (fixes #156387).
29873
29874 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * gst/playback/gstplaybasebin.c: (unknown_type),
29877         (add_element_stream), (new_decoded_pad),
29878         (gst_play_base_bin_change_state):
29879         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29880         (gst_stream_info_init), (gst_stream_info_new),
29881         (gst_stream_info_dispose), (gst_stream_info_get_property):
29882         * gst/playback/gststreaminfo.h:
29883           Make caps explicitely available. Makes testing for unsupported
29884           types possible. Improves error reporting.
29885
29886 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29887
29888         * gst/audioconvert/gstaudioconvert.c:
29889         (gst_audio_convert_buffer_to_default_format):
29890           Really don't touch read-only buffers (#156563).
29891
29892 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29893
29894         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29897           Fix memleak (#155223).
29898
29899 2004-10-29  Wim Taymans  <wim@fluendo.com>
29900
29901         * gst/tcp/.cvsignore:
29902         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29903         (gst_multifdsink_class_init), (gst_multifdsink_init),
29904         (gst_multifdsink_add), (gst_multifdsink_remove),
29905         (gst_multifdsink_remove_client_link), (is_sync_frame),
29906         (gst_multifdsink_new_client),
29907         (gst_multifdsink_handle_client_write),
29908         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29909         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29910         (gst_multifdsink_get_property):
29911         * gst/tcp/gstmultifdsink.h:
29912         Added burst on connect sync_method, deprecated sync_clients,
29913         streamlined the sync code some more.
29914
29915 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29916
29917         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29918         (gst_play_base_bin_change_state):
29919           Improve error reporting.
29920
29921 2004-10-28  Wim Taymans  <wim@fluendo.com>
29922
29923         * gst/tcp/Makefile.am:
29924         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29925         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29926         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29927         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29928         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29929         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29930         (gst_fdset_wait):
29931         Added more locks around fdset structures. Fixed/reworked
29932         the poll array resizing code.
29933         Added stress test for fdset.
29934
29935 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29936
29937         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29938         fix build
29939
29940 2004-10-28  Benjamin Otte  <otte@gnome.org>
29941
29942         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29943           fix link function to always query channels and query width for
29944           floats
29945         * configure.ac:
29946           add equalizer dir
29947         * gst/equalizer/Makefile.am:
29948         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29949         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29950         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29951         (arg_to_scale), (setup_filter),
29952         (gst_iir_equalizer_compute_frequencies),
29953         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29954         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29955         (plugin_init):
29956           add an equalizer
29957
29958 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29959
29960         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29961
29962         * po/LINGUAS:
29963         * po/nb.po:
29964           Added Norwegian Bokmaal translation
29965
29966 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29967
29968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29969           Don't break on options (fixes #156488).
29970
29971 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29972
29973         * configure.ac:
29974         * ext/cdaudio/Makefile.am:
29975         * sys/Makefile.am:
29976           fix build on older automake
29977
29978 2004-10-26  Wim Taymans  <wim@fluendo.com>
29979
29980         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29981         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29982         Allow a little margin when negotiating the framerate.
29983
29984 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29985
29986         * gst/level/gstlevel.c:
29987           synchonised naming of pads and pad-templates
29988
29989 2004-10-26  Wim Taymans  <wim@fluendo.com>
29990
29991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29992         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29993         (_find_streams_check), (gst_ogg_demux_push):
29994         Fix EOS again. Needs to be done in a better way. We should not
29995         remove the pad if there is no new chained stream.
29996
29997 2004-10-26 Iain <iaingnome@gmail.com>
29998
29999         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
30000         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
30001         of the caps.
30002         * gst/interleave/interleave.c (interleave_class_init): Hook up release
30003         pad.
30004         (interleave_release_pad): Remove the pad.
30005         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
30006         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
30007         the set device.
30008         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
30009         attrs
30010         (gst_xvimagesink_xcontext_clear): Free the xcontext.
30011         (gst_xvimagesink_finalize): Free the par.
30012
30013 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30014
30015         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
30016         (gst_avimux_stop_file):
30017           First calculate the rate, and only then use it. Hdr.rate is a
30018           multiple and not a derivative of hdr.scale. Scale is not the
30019           same as blockalign but is solely related to rate.
30020
30021 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30022
30023         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
30024         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30025           Implement seeking.
30026
30027 2004-10-25  James Henstridge  <james@jamesh.id.au>
30028
30029         Reviewed by:  David Schleef  <ds@schleef.org>
30030
30031         * examples/gstplay/player.c: (got_stream_length), (main):
30032         * examples/seeking/cdplayer.c: (update_scale):
30033         * examples/seeking/seek.c: (format_value), (update_scale):
30034         * examples/seeking/spider_seek.c: (format_value), (update_scale),
30035         (stop_seek):
30036         Build fixes on AMD64.
30037
30038 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30039
30040         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30041
30042         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30043         Fix for some v4l cards which hang in v4lsrc
30044
30045 2004-10-25  Wim Taymans  <wim@fluendo.com>
30046
30047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30048         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30049         Make sure to remove the pad when a new chain is
30050         encountered. Set some vars to NULL so we don't try
30051         to reference freed memory.
30052
30053 2004-10-25  Wim Taymans  <wim@fluendo.com>
30054
30055         * examples/seeking/Makefile.am:
30056         * examples/seeking/cdplayer.c: (update_scale):
30057         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30058         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30059         (format_value), (update_scale), (iterate), (start_seek),
30060         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30061         (print_usage), (main):
30062         Added some more examples, update others.
30063
30064 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30065
30066         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30067         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30068         * ext/theora/theoradec.c: (theora_dec_chain):
30069         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30070           Add codec-name metadata.
30071
30072 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30073
30074         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30075
30076         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30077         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30078         * ext/alsa/gstalsamixertrack.h:
30079         * po/POTFILES.in:
30080           ALSA mixer track label internationalization (#154054).
30081
30082 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * ext/theora/theoradec.c: (theora_dec_chain):
30085           Export bitrate as metadata.
30086
30087 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30088
30089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30090         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30091         * ext/alsa/gstalsamixertrack.h:
30092           Fix names, fix loop.
30093
30094 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30097         (speex_dec_convert):
30098           sinkconvert function so oggdemux can get the file length (totem).
30099
30100 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30101
30102         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30103
30104         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30105           Don't push incomplete packets.
30106         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30107           Fix MPEG-4 audio typefinding.
30108
30109 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30110
30111         * sys/v4l/Makefile.am:
30112         * sys/v4l/gstv4l.c: (plugin_init):
30113         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30114         (gst_v4lelement_init), (gst_v4lelement_dispose),
30115         (gst_v4lelement_change_state):
30116         * sys/v4l/gstv4lelement.h:
30117         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30118         (gst_v4l_xoverlay_close), (idle_refresh),
30119         (gst_v4l_xoverlay_set_xwindow_id):
30120         * sys/v4l/gstv4lxoverlay.h:
30121         * sys/v4l/v4l-overlay_calls.c:
30122         * sys/v4l/v4l_calls.h:
30123         * sys/v4l2/Makefile.am:
30124         * sys/v4l2/gstv4l2.c: (plugin_init):
30125         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30126         (gst_v4l2element_init), (gst_v4l2element_dispose),
30127         (gst_v4l2element_change_state):
30128         * sys/v4l2/gstv4l2element.h:
30129         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30130         (gst_v4l2_xoverlay_close), (idle_refresh),
30131         (gst_v4l2_xoverlay_set_xwindow_id):
30132         * sys/v4l2/gstv4l2xoverlay.h:
30133         * sys/v4l2/v4l2-overlay_calls.c:
30134         * sys/v4l2/v4l2_calls.h:
30135           Remove client-side overlay handling, use the X-server v4l plugin
30136           for that. Nicer overlay, less code. Also make the plugin
30137           compileable without X (but then without overlay, obviously).
30138           Makes xwindowlistener obsolete, should we remove that?
30139
30140 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30141
30142         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30143         (gst_osssrc_src_query):
30144         * sys/oss/gstosssrc.h:
30145           OK, so people want offset in DEFAULT. This time, actually fix all
30146           cases.
30147         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30148           Add FPS properly.
30149
30150 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * gst/asfdemux/gstasfmux.c:
30153         * gst/avi/gstavimux.c:
30154           Framerate.
30155
30156 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30157
30158         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30159           Fix properties (channel, norm, frequency).
30160
30161 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30162
30163         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30164           Flag typo.
30165         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30166           No warnings.
30167
30168 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30169
30170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30171           Fix hang.
30172
30173 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30174
30175         * sys/v4l2/gstv4l2element.h:
30176           Yet Another Hack (tm) for kernel header borkedness.
30177         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30178         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30179         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30180         (gst_v4l2src_change_state):
30181         * sys/v4l2/gstv4l2src.h:
30182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30183         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30184           Fix caps, keep track of state, work.
30185
30186 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30187
30188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30189           Quiet.
30190
30191 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30192
30193         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30194           Don't mix bytes and samples.
30195
30196 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30197
30198         * ext/ogg/gstoggmux.c:
30199           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30200           and theora. Any is incorrect.
30201         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30202           Fix caps.
30203         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30205         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30206         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30207         * sys/v4l/gstv4lmjpegsrc.h:
30208         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30209         (gst_v4lsrc_change_state):
30210         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30211         (gst_v4lmjpegsrc_capture_stop):
30212           Fix caps. Keep track of internal state. Work.
30213
30214 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * ext/Makefile.am:
30217           Fix the build fixes.
30218
30219 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30220
30221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30222         (gst_ogg_demux_src_event), (_find_chain_seek),
30223         (gst_ogg_pad_push):
30224           Check for pad availability before using it.
30225         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30226           Fix parsing of chained ogg. Needs more work on the decoder side.
30227
30228 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30229
30230         * gst/spectrum/Makefile.am:
30231         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30232         (idle_func):
30233           Fix demo and reenable it. Yes, I'm currently playing with audio
30234           analysis tools
30235
30236 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30237
30238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30239           We love it if files that start at zero work too...
30240
30241 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30242
30243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30244           Handle files with missing EOS headers.
30245
30246 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30247
30248         * gst/tcp/gsttcpserversink.c:
30249         (gst_tcpserversink_handle_server_read),
30250         (gst_tcpserversink_init_send):
30251         Zero some variables first (need for accept not to return EINVAL)
30252
30253 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30254
30255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30256         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30257         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30258         (theora_dec_chain):
30259         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30260         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30261           Seeking and querying finetune.
30262
30263 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30264
30265         * configure.ac:
30266         * ext/Makefile.am:
30267         * ext/raw1394/Makefile.am:
30268           fix the build
30269
30270 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30271
30272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30273           Wrong return.
30274         * gst/playback/Makefile.am:
30275         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30276         * gst/playback/gstplay-marshal.list:
30277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30278           Fix marshallers.
30279
30280 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30281
30282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30283           Silence.
30284
30285 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30286
30287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30288         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30289         (gst_ogg_pad_push):
30290           Yay for non-lineair granulepos in theora.
30291
30292 2004-10-18  Wim Taymans  <wim@fluendo.com>
30293
30294         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30295         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30296         * ext/dv/gstdvdec.h:
30297         Make sure we renegotiate aspect ratio when the camera switches.
30298
30299 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30300
30301         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30302         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30303           Start at zero.
30304         * ext/theora/theoradec.c: (theora_dec_chain):
30305           Skip headers. Bad idea for chained ogg, but fixes seeking.
30306
30307 2004-10-18  Wim Taymans  <wim@fluendo.com>
30308
30309         * configure.ac:
30310         I swear, this is the last time I touch this.
30311
30312 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30313
30314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30315         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30316         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30317           Faster seeking.
30318         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30319           Time-to-default conversion.
30320         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30321           Don't error on unknown packets, just skip. We should probably
30322           read them if we want to support chained ogg.
30323
30324 2004-10-18  Wim Taymans  <wim@fluendo.com>
30325
30326         * configure.ac:
30327         Added cdaudio to wrong list.
30328
30329 2004-10-18  Wim Taymans  <wim@fluendo.com>
30330
30331         * configure.ac:
30332         Revive cdaudio.
30333
30334 2004-10-18  Wim Taymans  <wim@fluendo.com>
30335
30336         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30337         (gst_dvdec_video_link), (gst_dvdec_push):
30338         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30339         (gst_smokeenc_resync), (gst_smokeenc_chain):
30340         Fix mimetype on smoke encoder.
30341         Add aspect ratio to dvdec. Not sure if these
30342         values are correct though....
30343
30344 2004-10-18  Wim Taymans  <wim@fluendo.com>
30345
30346         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30347         Fix vorbis property descriptions and ranges.
30348
30349 2004-10-18  Wim Taymans  <wim@fluendo.com>
30350
30351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30352         Really do nothing when no data is available.
30353         Go to the playing state when the stream is not seekable
30354         instead of failing.
30355
30356 2004-10-18  Wim Taymans  <wim@fluendo.com>
30357
30358         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30359         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30360         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30361         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30362         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30363         Added uri handler for cd://
30364         Port to new API.
30365
30366 2004-10-18  Wim Taymans  <wim@fluendo.com>
30367
30368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30369         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30370         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30371         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30372         (remove_prerolls), (unknown_type), (add_element_stream),
30373         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30374         (gst_play_base_bin_remove_element),
30375         (gst_play_base_bin_link_stream):
30376         * gst/playback/gstplaybin.c: (gen_video_element),
30377         (gen_vis_element), (remove_sinks), (setup_sinks):
30378         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30379         (gst_stream_info_get_type), (gst_stream_info_class_init),
30380         (gst_stream_info_init), (gst_stream_info_new),
30381         (gst_stream_info_dispose), (stream_info_mute_pad),
30382         (gst_stream_info_set_property), (gst_stream_info_get_property):
30383         * gst/playback/gststreaminfo.h:
30384         Add sink padtemplate to decodebin.
30385         Added some more comments.
30386         Make queue size configurable in playbasebin.
30387         Added possibility to use elements as sinks (ex cdaudio).
30388
30389 2004-10-15  Wim Taymans  <wim@fluendo.com>
30390
30391         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30392         (gst_speexenc_chain):
30393         Fix speex timestamps so that it gets muxed properly.
30394
30395 2004-10-15  Wim Taymans  <wim@fluendo.com>
30396
30397         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30398         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30399         (gst_dv1394src_init), (gst_dv1394src_dispose),
30400         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30401         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30402         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30403         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30404         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30405         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30406         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30407         * ext/raw1394/gstdv1394src.h:
30408         Added conversion/query functions.
30409         Update buffer timestamps,
30410         Added signals.
30411         Added uri dv:// so it might play from the firewire in playbin.
30412         Fix a possible leak.
30413         Added debugging.
30414
30415 2004-10-15  Wim Taymans  <wim@fluendo.com>
30416
30417         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30418         (gst_dv1394src_init), (gst_dv1394src_set_property),
30419         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30420         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30421         * ext/raw1394/gstdv1394src.h:
30422         Added AV/C VTR control support needed for some cameras.
30423         Added automatic port detection.
30424         Added properties for selecting the channel.
30425         The configure.ac script is not yet updated to reflect the
30426         new libavc1394 and librom1394 dependencies.
30427
30428 2004-10-15  Wim Taymans  <wim@fluendo.com>
30429
30430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30431         (qtdemux_parse), (gst_qtdemux_handle_esds):
30432         An esds box is not a container.
30433         Fix parsing of mp4v boxes.
30434         Do not try to renegotiate fps for each frame. Need to
30435         find a better method. This should fix mp4 playback.
30436
30437 2004-10-14  David Schleef  <ds@schleef.org>
30438
30439         * configure.ac: update for swfdec-0.3 and liboil-0.2
30440         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30441         * ext/swfdec/gstswfdec.h: same
30442         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30443         * gst/videotestsrc/videotestsrc.c: same
30444
30445 2004-10-14  Wim Taymans  <wim@fluendo.com>
30446
30447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30448         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30449         (is_sync_frame), (gst_multifdsink_new_client),
30450         (gst_multifdsink_handle_client_write),
30451         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30452         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30453         Turn warnings into info.
30454         Don't allow a state change in the streaming thread.
30455
30456 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30457
30458         * ext/vorbis/oggvorbisenc.c:
30459         * ext/vorbis/vorbisdec.c:
30460           fix template sample rate
30461
30462 2004-10-13  Wim Taymans  <wim@fluendo.com>
30463
30464         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30465         Decoding the header first fixes some problems in resyncing
30466         in more mp3s.
30467
30468 2004-10-12  Wim Taymans  <wim@fluendo.com>
30469
30470         * gst/playback/gstplaybin.c: (gen_video_element),
30471         (gen_vis_element), (remove_sinks), (setup_sinks):
30472         Added vis plugin support, need to configure the vis
30473         element to activate it.
30474
30475 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30476
30477         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30478         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30479           Some debug.
30480         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30481         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30482         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30483         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30484         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30485         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30486         * gst/avi/gstavidemux.h:
30487           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30488           recovery (where, if part of the index is broken, we will still read
30489           the rest of the index and recover the broken part by stream
30490           scanning). More broken media support. EOS workarounds. General AVI
30491           braindamage headache recovery. Aspirin included.
30492
30493 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30494
30495         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30496         (cdparanoia_event), (cdparanoia_query):
30497           Get rid of hideous lead-in.
30498
30499 2004-10-11  Wim Taymans  <wim@fluendo.com>
30500
30501         * gst/playback/gstplaybasebin.c: (setup_source):
30502         Wrong var used to get g_list_next.
30503
30504 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30507         (cdparanoia_get), (cdparanoia_open):
30508           Report discid as metadata, add duration.
30509
30510 2004-10-11  Wim Taymans  <wim@fluendo.com>
30511
30512         * gst/playback/gstplaybasebin.c: (setup_source):
30513         Cleanup the previous pipeline a little earlier for the
30514         case that a source element provides raw data.
30515
30516 2004-10-11  Benjamin Otte  <otte@gnome.org>
30517
30518         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30519           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30520           consuming the last 128 bytes, even though it was valid mp3 data.
30521
30522 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30523
30524         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30525         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30526         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30527         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30528
30529 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30530
30531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30532         Fix for webcams that support only specific width or height
30533
30534 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30535
30536         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30539           Fix wrong discont event setup (fixes #154967).
30540
30541 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30542
30543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30544
30545         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30546           Error out on invalid data (fixes #154807).
30547
30548 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30549
30550         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30551
30552         * ext/dvdread/dvdreadsrc.c: (_read):
30553           Make titles > 0 work again (fixes #154834).
30554
30555 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * gst-libs/gst/riff/riff-media.c:
30558         (gst_riff_create_video_template_caps):
30559           WMV3 missing in template caps.
30560
30561 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30562
30563         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30564           OK, so the original code was too strict. It makes random AVI files
30565           hang for seconds upon opening, which is unacceptable and is far
30566           beyond the original goal of getting multiple chunks for one-chunk
30567           sounc stream files. So now do just that.
30568
30569 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30570
30571         * gst/playback/gstplaybasebin.c: (setup_source),
30572         (gst_play_base_bin_change_state):
30573           Actually clean up streaminfo if output fails. This would trigger
30574           if, for example, there was no CD in the drive. No preroll, so
30575           a streaminfo structure is created, but the subsequent state change
30576           of the thread fails.
30577         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30578           Don't change state if parent failed.
30579
30580 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30583         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30584         (gen_video_element), (remove_sinks):
30585           Add small bits of code for screenshot handling.
30586
30587 2004-10-08  Wim Taymans  <wim@fluendo.com>
30588
30589         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30590         (gen_video_element), (gen_audio_element), (setup_sinks):
30591         Don't assume the user provided sinks are named "sink"...
30592
30593 2004-10-08  Wim Taymans  <wim@fluendo.com>
30594
30595         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30596         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30597         (gst_play_base_bin_link_stream):
30598         Do not try to autoplug sources that generate raw streams like
30599         cdparanoia.
30600         disconnect the preroll overrun signal when we don't need it anymore.
30601
30602 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30603
30604         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30605         Added reworked patch from #154903 from milosz derezynski (deadchip).
30606
30607 2004-10-08  Wim Taymans  <wim@fluendo.com>
30608
30609         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30610         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30611         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30612         (cdparanoia_convert), (cdparanoia_uri_get_type),
30613         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30614         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30615         * ext/cdparanoia/gstcdparanoia.h:
30616         This adds the cdda://<tracknum> uri.
30617
30618 2004-10-08  Wim Taymans  <wim@fluendo.com>
30619
30620         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30621         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30622         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30624         (unknown_type), (gst_play_base_bin_remove_element),
30625         (gst_play_base_bin_link_stream):
30626         * gst/playback/gstplaybasebin.h:
30627         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30628         (gst_play_bin_set_property), (gen_video_element),
30629         (gen_audio_element), (setup_sinks):
30630         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30631         (gst_stream_info_get_type), (gst_stream_info_class_init),
30632         (gst_stream_info_init), (gst_stream_info_new),
30633         (gst_stream_info_dispose), (stream_info_mute_pad),
30634         (gst_stream_info_set_property), (gst_stream_info_get_property):
30635         * gst/playback/gststreaminfo.h:
30636         Reuse the audio and video bins.
30637         Some internal cleanups in the stream selection code.
30638
30639 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30640
30641         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30642         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30643         * sys/ximage/ximagesink.h:
30644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30645         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30646         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30647         not coming from those elements. Moreover these elements should not keep
30648         the xid they have been given when in NULL state.
30649
30650 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30651
30652         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30653         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30654         * sys/ximage/ximagesink.h:
30655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30656         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30657         * sys/xvimage/xvimagesink.h:
30658           Actually only create a new toplevel window if we're not gonna
30659           embed it right after.
30660
30661 2004-10-07  Wim Taymans  <wim@fluendo.com>
30662
30663         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30664         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30665         * gst/playback/gstplaybin.c: (setup_sinks):
30666         Implement muting/unmuting of streams, mute streams that are not
30667         used.
30668
30669 2004-10-07  Wim Taymans  <wim@fluendo.com>
30670
30671         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30672         (plugin_init):
30673         Added lame audio/x-ac3 typefind function.
30674
30675 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30676
30677         * configure.ac:
30678           bump nano to cvs
30679
30680 === release 0.8.5 ===
30681
30682 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30683
30684         * NEWS:
30685         * RELEASE:
30686         * configure.ac:
30687           releasing 0.8.5, "Take You On"
30688
30689 2004-10-06  Wim Taymans  <wim@fluendo.com>
30690
30691         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30692         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30693         (no_more_pads), (close_link), (type_found):
30694         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30695         * gst/playback/gstplaybin.c: (gen_video_element):
30696         Do not signal the no_more_pads after the first pad when
30697         we are plugging a non dynamic element with multiple
30698         output pads (like swfdec, dvdec, ...).
30699
30700 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30701
30702         * configure.ac:
30703           bump for prerelease
30704
30705 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30706
30707         * gst/wavparse/gstwavparse.c:
30708           add ATRAC3 to STATIC CAPS to fix a warning
30709
30710         * gst/matroska/ebml-read.c:
30711         * gst-libs/gst/riff/riff-read.c:
30712           fix typos
30713
30714 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30715
30716         * gst-libs/gst/riff/riff-media.c:
30717           generate caps for ATRAC3 audio streams
30718
30719         * gst/realmedia/rmdemux.c:
30720           generate caps for ATRAC3 audio streams
30721
30722 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30723
30724         * gst/wavparse/Makefile.am
30725         * gst/wavparse/riff.h
30726         * gst/wavparse/wavparse.vcproj
30727           riff.h removal (unused and duplication with riff-ids.h)
30728
30729 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30730
30731         * gst/wavparse/gstwavparse.h
30732           remove duplicated defines for audio codec codes
30733
30734         * gst-libs/gst/riff/riff-ids.h
30735         * gst/wavenc/riff.h:
30736           add "4CC" code for ATRAC3 audio streams
30737           add "4CC" code for ITU_G721_ADPCM (unused for now)
30738
30739 2004-10-06  Wim Taymans  <wim@fluendo.com>
30740
30741         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30742         Actually _do_ negotiation. Pass gdouble as arg instead
30743         of guint64 for the framerate.
30744
30745 2004-10-06  Wim Taymans  <wim@fluendo.com>
30746
30747         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30748         (find_compatibles), (close_pad_link), (try_to_link_1),
30749         (no_more_pads), (close_link), (type_found):
30750         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30751         * gst/playback/gstplaybin.c: (gen_video_element),
30752         (gen_audio_element):
30753         Set state on newly added element to READY so that negotiation
30754         can happen ASAP.
30755         Addes some more debug info.
30756         Do not try to plug pads with multiple caps structures or ANY
30757         because it is too dangerous since we do not do dynamic
30758         replugging.
30759
30760 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30761
30762         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30763
30764         * po/LINGUAS:
30765         * po/or.po:
30766           add Oriya translation
30767
30768 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30769
30770         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30771           Prevent overwrite of size member. Makes audio sound crappy.
30772
30773 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30774
30775         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30776         Add rmvb to the list of known RealMedia extensions
30777
30778 2004-10-05  Wim Taymans  <wim@fluendo.com>
30779
30780         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30781         (mngdec_openstream), (mngdec_closestream),
30782         (mngdec_handle_sink_event), (mngdec_readdata),
30783         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30784         (mngdec_getcanvasline), (mngdec_refresh),
30785         (gst_mngdec_change_state):
30786         Set the framerate correctly.
30787
30788 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30789
30790         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30791           There was something wrong with the index massaging.
30792
30793 2004-10-04  Wim Taymans  <wim@fluendo.com>
30794
30795         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30796         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30797         (gst_smokedec_chain):
30798         * ext/jpeg/gstsmokedec.h:
30799         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30800         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30801         * ext/jpeg/gstsmokeenc.h:
30802         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30803         (smokecodec_decode_new), (smokecodec_info_free),
30804         (smokecodec_set_quality), (smokecodec_get_quality),
30805         (smokecodec_set_threshold), (smokecodec_get_threshold),
30806         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30807         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30808         (smokecodec_encode), (smokecodec_parse_id),
30809         (smokecodec_parse_header), (smokecodec_decode):
30810         * ext/jpeg/smokecodec.h:
30811         * ext/jpeg/smokeformat.h:
30812         Updated smoke, new bitstream, allows embedding in ogg.
30813
30814 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30815
30816         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30817           Fix seeking in some files. All this code is no longer needed (and
30818           actually breaks stuff) because we now synchronize the full index
30819           right when reading the header.
30820
30821 2004-10-04  Wim Taymans  <wim@fluendo.com>
30822
30823         * configure.ac:
30824         configure update for libmng.
30825
30826 2004-10-04  Wim Taymans  <wim@fluendo.com>
30827
30828         * ext/libmng/Makefile.am:
30829         * ext/libmng/gstmng.c: (plugin_init):
30830         * ext/libmng/gstmng.h:
30831         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30832         (gst_mngdec_base_init), (gst_mngdec_class_init),
30833         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30834         (gst_mngdec_loop), (gst_mngdec_get_property),
30835         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30836         (mngdec_closestream), (mngdec_handle_sink_event),
30837         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30838         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30839         (gst_mngdec_change_state):
30840         * ext/libmng/gstmngdec.h:
30841         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30842         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30843         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30844         (gst_mngenc_chain), (gst_mngenc_get_property),
30845         (gst_mngenc_set_property):
30846         * ext/libmng/gstmngenc.h:
30847         Added basic MNG decoder. Needs more work. The encoder does
30848         not work yet.
30849
30850 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30851
30852         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30853         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30854         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30855           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30856           no-more-pads.
30857
30858 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30859
30860         * configure.ac:
30861           you need at least 1.0.4 of speex
30862
30863 2004-10-04 Iain <iaingnome@gmail.com>
30864
30865         * ext/speex/gstspeexdec.h: Revert the includes changes.
30866
30867         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30868
30869 2004-09-30 Iain <iaingnome@gmail.com>
30870
30871         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30872         found during init or set as a property instead of hardcoding /dev/audio
30873
30874 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30875
30876         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30877         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30878         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30879         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30880         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30881         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30882         (gst_rmdemux_dump_data):
30883           Use debug category, fix EOS handling. filesrc ! rmdemux now
30884           works.
30885
30886 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30889         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30890         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30891           Improve allocation, cutting and sorting of the index. How takes a
30892           few seconds instead of minutes.
30893
30894 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30895
30896         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30897           fixed compilation
30898
30899 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30900
30901         * gst-libs/gst/riff/riff-media.c:
30902         (gst_riff_create_video_caps_with_data),
30903         (gst_riff_create_video_template_caps):
30904           Add wing commander format mimetype/fourccs.
30905         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30906           Don't crash if some value is 0.
30907
30908 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30909
30910         * gst-libs/gst/riff/riff-media.c:
30911         (gst_riff_create_video_caps_with_data),
30912         (gst_riff_create_video_template_caps):
30913           Add DIB fourcc (raw, palettized 8-bit RGB).
30914         * gst-libs/gst/riff/riff-read.c:
30915         (gst_riff_read_strf_vids_with_data):
30916           Oops, fix strf_data reading bug.
30917         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30918           Use a non-NULL tag.
30919         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30920           Time for hacks. Sorry Dave. At least one quicktime movie (a
30921           trailer) that I've encountered contains multiple video tracks.
30922           One of those is the actual video track, the other are one-frame
30923           tracks (images). Unfortunately, the number of frames according
30924           to the trak header is 1 for each, so that doesn't help. So
30925           instead, I look at the duration and discard tracks with a
30926           duration shorter than 20% of the length of the stream. Better
30927           than nothing.
30928
30929 2004-10-01  Christian Schaller <christian@fluendo.com>
30930
30931         * ext/ivorbis/vorbis.c:
30932           Patch from Phil Blundell (Bug 152341)
30933
30934 2004-10-01  Wim Taymans  <wim@fluendo.com>
30935
30936         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30937         (speex_dec_get_formats), (speex_dec_convert),
30938         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30939         (speex_dec_chain), (gst_speexdec_get_property),
30940         (gst_speexdec_set_property):
30941         Small cleanups.
30942
30943 2004-10-01  Wim Taymans  <wim@fluendo.com>
30944
30945         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30946         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30947         (gst_wavparse_other), (gst_wavparse_loop),
30948         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30949         (gst_wavparse_srcpad_event):
30950         * gst/wavparse/gstwavparse.h:
30951         Added some more debugging info.
30952         Fix the case where the length of the file is 0.
30953         Make sure we seek to sample borders.
30954
30955 2004-10-01  Wim Taymans  <wim@fluendo.com>
30956
30957         * gst/playback/README:
30958         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30959         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30960         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30961         Add some debug info to decodebin, update README
30962
30963 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30964
30965         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30966           Don't use g_print(); use GST_DEBUG().
30967
30968 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30969
30970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30971         (gst_ogg_mux_queue_pads):
30972           Handle EOS properly.
30973
30974 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30975
30976         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30977
30978         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30979         (gst_faad_chain), (gst_faad_change_state):
30980         * ext/faad/gstfaad.h:
30981           Allow playback of raw (unframed) MPEG AAC files (#148993).
30982
30983 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30984
30985         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30986
30987         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30988           Throw error if we didn't recognize the stream. Fixes #152289.
30989
30990 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30991
30992         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30993           Fix negotiation.
30994
30995 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30996
30997         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
31000           Fix memleak.
31001
31002 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
31003
31004         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31005
31006         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
31007           Solve #152805.
31008         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
31009           Solve 152806.
31010
31011 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31012
31013         * gst-libs/gst/riff/riff-media.c:
31014         (gst_riff_create_video_caps_with_data),
31015         (gst_riff_create_audio_caps_with_data):
31016           Add codec_data handling (like asfdemux used to do).
31017         * gst/asfdemux/gstasf.c: (plugin_init):
31018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31019         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
31020           Use riff-media for caps creation instead of our own (mostly
31021           broken) copy of its functions.
31022
31023 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31024
31025         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31026           Don't actually error out if we get another return value than
31027           -EINVAL. Opposite to what I first thought, drivers have random
31028           return values for this, although -EINVAL is the expected return
31029           value. Since this is not fatal, we shouldn't use
31030           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31031
31032 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31033
31034         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31035         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31036         (dvdreadsrc_get_property), (_open), (_seek), (_read),
31037         (dvdreadsrc_get), (dvdreadsrc_open_file),
31038         (dvdreadsrc_change_state):
31039           Fix. Don't do one big huge loop around the whole DVD, that will
31040           cache all data and thus eat sizeof(dvd) (several GB) before we
31041           see something.
31042         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31043           Actually NULL'ify event after using it.
31044         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31045         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31046         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31047         (gst_ebml_read_seek), (gst_ebml_read_skip):
31048           Handle events.
31049         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31050         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31051         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31052           Fix timing (this will probably break if I seek using menus, but
31053           I didn't get there yet). VOBs and normal DVDs should now work.
31054           Add a mpeg2-only pad with high rank so this get autoplugged for
31055           MPEG-2 movies.
31056         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31057         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31058         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31059         (gst_mpeg_demux_get_audio_stream),
31060         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31061         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31062           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31063           MPEG-1 but use dvddemux for MPEG-2.
31064         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31065         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31066         (gst_mpeg_parse_parse_packhead):
31067           Timing. Only add pad template if it exists. Add sink template from
31068           class and not from ourselves. This means we will always use the
31069           correct sink template even if it is not the one defined in this
31070           file.
31071
31072 2004-09-29  Wim Taymans  <wim@fluendo.com>
31073
31074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31075         (gst_mpeg_demux_parse_pes):
31076         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31077         Fix playback of mpeg again, timestamps where screwed up by
31078         patch 1.61.
31079
31080 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31081
31082         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31083           Only return true if we actually filled something in. Prevents
31084           player applications from showing a random length for flac files.
31085         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31086         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31087         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31088         (gst_riff_read_strf_vids_with_data),
31089         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31090           OK, ok, so I implemented event handling. Apparently it's normal
31091           that we receive random events at random points without asking
31092           for it.
31093         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31094         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31095         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31096         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31097         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31098         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31099         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31100         * gst/avi/gstavidemux.h:
31101           Implement non-lineair chunk handling and subchunk processing.
31102           The first solves playback of AVI files where the audio and video
31103           data of individual buffers that we read are not synchronized.
31104           This should not happen according to the wonderful AVI specs, but
31105           of course it does happen in reality. It is also a prerequisite for
31106           the second. Subchunk processing allows us to cut chunks in small
31107           pieces and process each of these pieces separately. This is
31108           required because I've seen several AVI files with incredibly large
31109           audio chunks, even some files with only one audio chunk for the
31110           whole file. This allows for proper playback including seeking.
31111           This patch is supposed to fix all AVI A/V sync issues.
31112         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31113         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31114           Work.
31115         * gst/modplug/gstmodplug.cc:
31116           Proper return value setting for the query() function.
31117         * gst/playback/gstplaybasebin.c: (setup_source):
31118           Being in non-playing state (after, e.g., EOS) is not necessarily
31119           a bad thing. Allow for that. This fixes playback of short files.
31120           They don't actually playback fully now, because the clock already
31121           runs. This means that small files (<500kB) with a small length
31122           (<2sec) will still not or barely play. Other files, such as mod
31123           or flx, will work correctly, however.
31124
31125 2004-09-28  Wim Taymans  <wim@fluendo.com>
31126
31127         * ext/speex/gstspeex.c: (plugin_init):
31128         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31129         (gst_speex_dec_class_init), (speex_dec_get_formats),
31130         (speex_get_event_masks), (speex_get_query_types),
31131         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31132         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31133         (gst_speexdec_get_property), (gst_speexdec_set_property),
31134         (speex_dec_change_state):
31135         * ext/speex/gstspeexdec.h:
31136         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31137         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31138         (gst_speexenc_base_init), (gst_speexenc_class_init),
31139         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31140         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31141         (gst_speexenc_src_query), (gst_speexenc_init),
31142         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31143         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31144         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31145         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31146         (gst_speexenc_chain), (gst_speexenc_get_property),
31147         (gst_speexenc_set_property), (gst_speexenc_change_state):
31148         * ext/speex/gstspeexenc.h:
31149         Rewrote speex encoder, make sure it can be embedded in ogg.
31150         Implemented speex decoder.
31151
31152 2004-09-28  Christian Schaller <christian@fluendo.com>
31153
31154         * configure.ac:
31155         Remove kioslave plugin. Markey is brewing a new working one
31156         * ext/Makefile.am: Remove kioslave plugin
31157         * ext/kio: remove
31158         * gst-plugins.spec.in: remove kio plugin from spec
31159
31160 2004-09-27  Wim Taymans  <wim@fluendo.com>
31161
31162         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31163         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31164         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31165         (gst_multifdsink_new_client),
31166         (gst_multifdsink_handle_client_write),
31167         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31168         (gst_multifdsink_handle_clients):
31169         * gst/tcp/gstmultifdsink.h:
31170         Make syncing to keyframes actually work for new clients and lagging
31171         clients.
31172
31173 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31174
31175         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31176         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31177         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31178         * gst/debug/gstnavigationtest.h:
31179           make navigationtest display button-press and button-release events
31180
31181 2004-09-26 Iain <iaingnome@gmail.com>
31182
31183         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31184         the channels have received a new media event.
31185         (interleave_buffered_loop): Compresses a new media event on all
31186         channels into one.
31187
31188 2004-09-26 Iain <iaingnome@gmail.com>
31189
31190         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31191         call the sinkpad's default event handler and not the srcpads. He also
31192         says this is confusing :)
31193         (gst_wavenc_stop_file): Company says that seek events only go upstream
31194         we should send a discontinuous downstream instead.
31195
31196 2004-09-25  Christian Schaller <christian@fluendo.com>
31197
31198         * Update SPEC file to be usable in conjunction with Fedora Core,
31199           Fedora.us and freshrpms packages
31200         * Fix typo in multifilesrc test Makefile
31201
31202 2004-09-24  Wim Taymans  <wim@fluendo.com>
31203
31204         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31205         Only signal the no_more_pads signal when we have
31206         added the stream to our list.
31207
31208 2004-09-24  Wim Taymans  <wim@fluendo.com>
31209
31210         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31211         (new_decoded_pad):
31212         * gst/playback/gstplaybasebin.h:
31213         * gst/playback/gstplaybin.c: (setup_sinks):
31214         Don't try to preroll or decode more than one audio/video
31215         track.
31216
31217 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31218
31219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31220           Throw error if we failed to find a suitable output. This should
31221           throw an error if we successfully set up a pipeline (e.g. because
31222           we recognized a media file) but found no decodable streams in it
31223           (e.g. because it contains only media stream types for which we
31224           have no decoders, or because it's not a media type).
31225
31226 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31227
31228         * ext/dirac/Makefile.am:
31229         * ext/dirac/gstdirac.cc:
31230         * ext/dirac/gstdiracdec.cc:
31231         * ext/dirac/gstdiracdec.h:
31232           Do something. Don't actually know if this works because I don't
31233           have a demuxer yet.
31234         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31235           Add channels=1 to caps returned from _getcaps().
31236         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31237         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31238         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31239         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31240         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31241         (gst_ogm_parse_change_state):
31242           Separate between audio/video so ogmaudioparse actually uses the
31243           audio pad templates. Both audio and video work now, including
31244           autoplugging. Also use sometimes-srcpad hack.
31245         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31246           Handle events better. Don't hang on infinite loops.
31247         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31248         (gst_avi_demux_init), (gst_avi_demux_reset),
31249         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31250         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31251         (gst_avi_demux_change_state):
31252         * gst/avi/gstavidemux.h:
31253           Improve A/V sync. Still not perfect.
31254         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31255         (gst_ebml_read_skip):
31256           Handle events better.
31257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31258         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31259         (qtdemux_audio_caps):
31260           Add IMA4. Improve event handling. Save offset after a seek when
31261           the headers are at the end of the file so that we don't end up in
31262           an infinite loop.
31263         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31264           Add low-priority typefind support for files with no length.
31265
31266 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31267
31268         * testsuite/multifilesink/Makefile.am:
31269         fix typo
31270
31271 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31272
31273         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31275         mistakes from thaytan's patches.
31276
31277 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31278
31279         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31280           For completeness, XSync in the destroy function as xvimage does.
31281
31282 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31283
31284         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31285            Correct caps negotiation
31286         * gst/volume/gstvolume.c: (volume_chain_float),
31287         (volume_chain_int16):
31288            Modify debug output to be little more informative
31289         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31291         (gst_xvimagesink_xvimage_destroy):
31292           Add XSync calls after detaching from the shared memory segment to
31293           avoid a crash.
31294
31295 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31296
31297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31298         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31299         * ext/vorbis/vorbis.c: (plugin_init):
31300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31301         (gst_vorbisenc_chain):
31302         * ext/vorbis/vorbisenc.h:
31303         remove explicit newmedia support from oggmux and vorbisenc
31304         add debug category to vorbisenc
31305         * gst/multifilesink/gstmultifilesink.c:
31306         (gst_multifilesink_class_init), (gst_multifilesink_init),
31307         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31308         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31309         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31310         (plugin_init):
31311         * gst/multifilesink/gstmultifilesink.h:
31312         add support for streamheader in multifilesink
31313
31314 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31315
31316         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31317         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31318         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31319           Prevent infinite loops. More correct error reporting.
31320         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31321           Error out if negotiation fails.
31322         * gst/playback/gstplaybasebin.c: (setup_source),
31323         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31324         (gst_play_base_bin_found_tag):
31325           Error/tag forwarding. Pre-roll fixes for source errors on state
31326           changes (e.g. "file does not exist") to prevent hangs.
31327
31328 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31329
31330         * testsuite/multifilesink/Makefile.am:
31331         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31332         (gst_newmedia_class_init), (gst_newmedia_init),
31333         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31334         (newfile_signal), (test_signal), (main):
31335         * testsuite/multifilesink/multifilesrc_test.c: (main):
31336         * testsuite/multifilesink/oggtheora_test.c:
31337         (gst_newmedia_base_init), (gst_newmedia_class_init),
31338         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31339         (test_format), (newfile_signal), (test_signal), (main):
31340         * testsuite/multifilesink/oggvorbis_test.c:
31341         (gst_newmedia_base_init), (gst_newmedia_class_init),
31342         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31343         (test_format), (newfile_signal), (test_signal), (main):
31344         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31345         (gst_newmedia_class_init), (gst_newmedia_init),
31346         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31347         (newfile_signal), (test_signal), (main):
31348         New media tests
31349
31350 2004-09-20  Christian Schaller <christian@fluendo.com>
31351
31352         * Fix mikmod license to LGPL as they have relicensed
31353         * Move Dirac and Effectv into LGPL section of README_license
31354
31355 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31356
31357         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31358         (gst_mad_change_state):
31359           Allow for mp3 rate/channels changes. However, only very
31360           conservatively. Reason that we *have* to enable this is smiply
31361           because the mad find_sync() function is not good enough, it will
31362           regularly sync on random data as valid frames and therefore make
31363           us provide random caps as *final* caps of the stream. The best fix
31364           I could think of is to simply require several of the same stream
31365           changes in a row before we change caps.
31366           The actual testcase that works now is #
31367         * ext/ogg/Makefile.am:
31368         * ext/ogg/gstogg.c: (plugin_init):
31369         * ext/ogg/gstogmparse.c:
31370           OGM support (video only for now; I need an audio sample file).
31371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31372         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31373         (gst_asf_demux_add_video_stream):
31374           WMV extradata.
31375         * gst/playback/gstplaybasebin.c: (unknown_type):
31376           Don't error out on single unknown-types after all. It's wrong.
31377           If we found type of video and audio but not of a subtitle stream,
31378           it will still error out (which is unwanted). Will find a better fix
31379           later on.
31380         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31381         (ogmaudio_type_find), (plugin_init):
31382           OGM support.
31383
31384 2004-09-20  Johan Dahlin  <johan@gnome.org>
31385
31386         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31387         after setting caps.
31388
31389 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31390
31391         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31392         * gst/wavenc/gstwavenc.h:
31393         Added newmedia support to wavenc
31394
31395 2004-09-17  Wim Taymans  <wim@fluendo.com>
31396
31397         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31398         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31399         (gst_fdset_fd_can_write), (gst_fdset_wait):
31400         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31401         (gst_multifdsink_init), (gst_multifdsink_add),
31402         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31403         (gst_multifdsink_remove_client_link),
31404         (gst_multifdsink_client_queue_buffer),
31405         (gst_multifdsink_handle_client_write),
31406         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31407         (gst_multifdsink_close), (gst_multifdsink_change_state):
31408         * gst/tcp/gstmultifdsink.h:
31409         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31410         (gst_tcpserversink_removed):
31411         Small cleanups in fdset.c
31412         Use a hastable to map fd to the client structure for faster
31413         lookup in _remove and get_stats.
31414         Added virtual function to close the fds.
31415         Handle clients even when the select/poll call was unblocked because
31416         of a command.
31417         Implement syncing to keyframe in the recovery procedure.
31418
31419 2004-09-16 Iain <iaingnome@gmail.com>
31420
31421         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31422         try caps.
31423
31424 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31425
31426         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31427           Caps are only set if the type of the stream is unknown, but this
31428           is initialized in ->init_stream(), so set to UNKNOWN after calling
31429           ->init_stream() so that capsnego starts.
31430
31431 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31432
31433         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31434         (gst_avi_demux_stream_data):
31435           Just hardcode for raw audio then. AVI audio sucks.
31436
31437 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31438
31439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31440         * gst/matroska/matroska-mux.c: (audiosink_templ),
31441         (gst_matroska_mux_audio_pad_link):
31442         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31443         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31444
31445 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31448         (gst_avi_demux_stream_data):
31449           Try to fix a/v sync issues.
31450
31451 2004-09-15  David Schleef  <ds@schleef.org>
31452
31453         * configure.ac: remove NASM check, since we don't use it.  Update
31454         dirac check to 0.4
31455         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31457         Initialized variables.
31458         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31459         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31460         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31461         SVQ3 format
31462
31463 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31464
31465         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31466         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31467         * gst/avi/gstavidemux.h:
31468           Fix for compressed audio (mp3) timestamp generation. How did this
31469           ever work?
31470
31471 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31472
31473         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31474           Volume is a double not a float.
31475
31476 2004-09-15  Wim Taymans  <wim@fluendo.com>
31477
31478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31479         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31480         Don't close the fd in multifdsink as we didn't open it in the
31481         first place. Some cleanups.
31482
31483 2004-09-15  Wim Taymans  <wim@fluendo.com>
31484
31485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31486         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31487         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31488         Fix the case where the muxer would mark pages as delta
31489         frames when they are not (vorbis only ogg).
31490
31491 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31492
31493         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31494         (gst_play_base_bin_change_state):
31495           Handle the case where we failed to setup a clear pipeline. This
31496           will throw an error (or EOS, another nice case) and if you don't
31497           catch that, the app will wait for the signal forever (and thus
31498           hang).
31499
31500 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31501
31502         * ext/gnomevfs/gstgnomevfssink.c:
31503         (gst_gnomevfssink_uri_get_protocols):
31504         * ext/gnomevfs/gstgnomevfssrc.c:
31505         (gst_gnomevfssrc_uri_get_protocols):
31506         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31507         * ext/gnomevfs/gstgnomevfsuri.h:
31508           Use _uri_new() instead of _open(), so it doesn't take as long and
31509           Christophe's computer won't hang.
31510         * gst/playback/gstplaybasebin.c: (unknown_type):
31511           Throw error on unknown media type, so apps actually display it.
31512
31513 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31514
31515         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31516           this script to work on Solaris since bash shell handles echo
31517           differenly than bash.
31518
31519 2004-09-17  Wim Taymans  <wim@fluendo.com>
31520
31521         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31522         (setup_source), (gst_play_base_bin_set_property),
31523         (gst_play_base_bin_add_element):
31524         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31525         Some more work on making sure seeking pauses the pipeline and
31526         that changing the uri actually does something.
31527
31528 2004-09-17  Wim Taymans  <wim@fluendo.com>
31529
31530         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31532         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31533         (gst_tcpserversink_close):
31534         Be a bit more paranoid when freeing memory.
31535
31536 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31537
31538         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31539         (qtdemux_parse_trak):
31540           Don't crash by dividing by zero (see sample movie in #126922).
31541
31542 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31543
31544         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31545           Don't touch non-existing data (fixes crash on file in #140147).
31546
31547 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31548
31549         * gst/playback/gstplaybasebin.c:
31550         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31551           Handle double disposals, and proper change of URIs.
31552
31553 2004-09-13  Martin Eikermann <meiker@upb.de>
31554
31555         * gst/mpegstream/gstmpegparse.c:
31556           fix synchronistation for streams recorded from digital PCR
31557           fixes bug #119376
31558
31559 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31560
31561         * ext/gnomevfs/Makefile.am:
31562         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31563         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31564         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31565         (gst_gnomevfssink_uri_get_type),
31566         (gst_gnomevfssink_uri_get_protocols),
31567         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31568         (gst_gnomevfssink_uri_handler_init),
31569         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31570         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31571         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31572         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31573         (gst_gnomevfssrc_uri_get_type),
31574         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31575         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31576         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31577         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31578         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31579         * ext/gnomevfs/gstgnomevfsuri.h:
31580           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31581           of fake URIs to see which this version of Gnome-VFS likes, and
31582           uses that for the Gst-URI interface. Makes playbin support http://
31583           streams. Also fix up some stupid behaviour in gnomevfssrc.
31584
31585 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31586
31587         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31588         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31589         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31590         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31591           Update mixer (to sync with other sessions) if we try to obtain
31592           a new value. This makes alsamixer work accross applications.
31593         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31594           Only call sync functions if we're running, else alsalib asserts.
31595         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31596           Sometimes fails to compile. Possibly a gcc bug.
31597         * gst/playback/gstplaybin.c: (gen_video_element),
31598         (gen_audio_element):
31599           Add a reference to an application-provided object, because we lose
31600           this same reference if we add it to the bin. If we don't do this,
31601           we can only use this object once and thus crash if we go from
31602           ready to playing, back to ready and back to playing again.
31603           Also add an audioscale element because several cheap soundcards -
31604           like mine - don't support all samplerates.
31605         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31606         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31607           Fix wrong order or PAR calls. Makes automatically obtained PAR
31608           from the X server atually being used.
31609
31610 2004-09-12  David Schleef  <ds@schleef.org>
31611
31612         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31613         #151887, #152102, #152247.
31614         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31615         * examples/seeking/cdparanoia.c: same
31616         * examples/seeking/cdplayer.c: same
31617         * examples/seeking/seek.c: same
31618         * examples/seeking/spider_seek.c: same
31619         * examples/seeking/vorbisfile.c: same
31620         * examples/stats/mp2ogg.c: same
31621         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31622         (gst_esdsink_dispose): Dispose of element properly.
31623         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31624         fixes.
31625         * ext/nas/nassink.c: (gst_nassink_class_init),
31626         (gst_nassink_dispose): Dispose of element correctly.
31627         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31628         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31629         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31630         Fix 64-bit warning.
31631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31632         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31633         Fix 64-bit warning.
31634
31635 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31636
31637         * configure.ac : change speex detection as 1.1.6 now uses
31638           .pc/pkg-config and they changed their headers location.
31639
31640 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31641
31642         * gst/matroska/matroska-mux.h:
31643         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31644         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31645         (gst_matroska_mux_write_data):
31646           Write multiple blocks/frames per cluster.
31647                 Write meta-seek information (seek heads).
31648
31649 2004-09-09  Scott Wheeler <wheeler@kde.org>
31650
31651         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31652         (gst_play_bin_set_property), (gst_play_bin_get_property),
31653         (gen_audio_element), (gen_audio_element):
31654           Add a volume element / property to the pipeline.
31655
31656 2004-09-07  Wim Taymans  <wim@fluendo.com>
31657
31658         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31659         Copy timestamps from the master pad to the output buffers.
31660
31661 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31662
31663         * ext/raw1394/gstdv1394src.c:
31664           throw errors when applicable
31665
31666 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31667
31668         * gst/matroska/ebml-ids.h:
31669         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31670         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31672           automatically convert unix time <-> ebml time when reading/writing
31673           a date, use gst_ebml_write_uint to write CUETIME,
31674           not gst_ebml_write_date.
31675         * gst/matroska/matroska-ids.h:
31676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31677         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31678         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31679         (gst_matroska_mux_write_data):
31680           Write track and segment UIDs, write muxing date, write
31681           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31682           Create cues for audio only files.
31683
31684 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31685
31686         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31687         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31688           Re-commit ALSA switches.
31689         * gst/adder/gstadder.c: (gst_adder_loop):
31690           64-bit fix (#151416).
31691         * gst/debug/progressreport.c: (gst_progressreport_report):
31692           64-bit fix (#151419).
31693         * gst/matroska/matroska-demux.c:
31694         (gst_matroska_demux_parse_contents):
31695           64-bit fix (#151420).
31696         * gst/playback/test3.c: (update_scale):
31697           64-bit fix (#151421).
31698
31699 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31700
31701         * configure.ac:
31702           bump nano to cvs
31703
31704 === release 0.8.4 ===
31705
31706 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31707
31708         * configure.ac: releasing 0.8.4, "Alias"
31709
31710 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31711
31712         * ext/theora/Makefile.am:
31713           fix makefile.  Fixes #151462.
31714
31715 2004-08-30  Wim Taymans  <wim@fluendo.com>
31716
31717         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31719         (gst_multifdsink_remove_client_link),
31720         (gst_multifdsink_client_queue_buffer),
31721         (gst_multifdsink_handle_client_write):
31722         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31723         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31724         Fix some memory leaks.
31725
31726 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31727
31728         Patch by: David Schleef
31729
31730         * configure.ac:
31731         * sys/Makefile.am:
31732           rename our detection macro for V4L2.  Fixes #151236.
31733
31734 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31735
31736         Patch by: David Schleef
31737
31738         * configure.ac:
31739           check to define LAMEPRESET.  Fixes #151232.
31740
31741 2004-08-27  David Schleef  <ds@schleef.org>
31742
31743         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31744         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31745         (gst_glimagesink_fixate):  Move local variable declarations to
31746         make gcc-2.95 happy.
31747
31748 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31749
31750         * configure.ac:
31751           bump nano for prerelease
31752
31753 2004-08-27  David Schleef  <ds@schleef.org>
31754
31755         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31756         * sys/sunaudio/gstsunaudiosrc.c:
31757         * sys/sunaudio/gstsunaudiosrc.h:
31758
31759 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31760
31761         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31762         handle EOS correctly
31763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31764         * gst/matroska/matroska-mux.h:
31765         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31766         VFW compatibility mode
31767
31768 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31769
31770         patch by: Zaheer Abbas Merali
31771
31772         * ext/ogg/gstoggmux.c:
31773         * ext/vorbis/vorbisenc.c:
31774         * ext/vorbis/vorbisenc.h:
31775           handle NEWMEDIA
31776
31777 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31778
31779         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31780         fix byte order reversion on little endian machines.
31781         * gst/matroska/matroska-mux.c: (audiosink_templ),
31782         (gst_matroska_mux_audio_pad_link):
31783         add TTA codec to the list of supported codecs.
31784         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31785         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31786         (gst_matroska_mux_write_data):
31787         * gst/matroska/matroska-mux.h:
31788         write segment duration correctly, write muxing app string, fixes bugs
31789         #140897 and #140898.
31790         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31791         wait for all pads to be negotiated before starting to mux.
31792
31793 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31794
31795         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31796         * ext/lame/gstlame.h:
31797         Added new media support to lame
31798
31799 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31800
31801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31802         send vorbis headers at the beginning of a stream, fixes bug #141554.
31803         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31804         bug #148950.
31805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31806         (gst_matroska_demux_plugin_init):
31807         * gst/matroska/matroska-ids.h:
31808         enable demuxing of TTA audio streams, fixes bug #148951.
31809         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31810         enable typefinding for TTA audio files, fixes bug #148711.
31811         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31812         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31813         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31814
31815 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31816
31817         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31818         (gst_riff_read_element_data), (gst_riff_read_seek),
31819         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31820         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31821         <teuf@gnome.org>
31822
31823 2004-08-23 Iain <iaingnome@gmail.com>
31824
31825         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31826         tags. They appear to be handled differently to normal.
31827         (tag_list_to_id3_tag_foreach): Ditto.
31828
31829 2004-08-22  Wim Taymans  <wim@fluendo.com>
31830
31831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31832         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31833         Make sure we never send -1 granulepos.
31834
31835 2004-08-20  Wim Taymans  <wim@fluendo.com>
31836
31837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31838         (gst_ogg_mux_loop):
31839         I will accept bitchslappings with non sharp objects.
31840
31841 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31842
31843         * configure.ac:
31844         Clean up the test for lame presets
31845
31846 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31847
31848         * configure.ac:
31849         * ext/lame/Makefile.am:
31850         * ext/lame/gstlame.c: (gst_lame_class_init),
31851         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31852         Only enable lame presets if version of lame has presets in API
31853
31854 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31855         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31856         * gst/udp/gstudpsrc.h:
31857           Don't call gst_pad_push in a get function. Fixes #150449
31858
31859 2004-08-18  Wim Taymans  <wim@fluendo.com>
31860
31861         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31862         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31863         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31864         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31865         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31866         (gst_fdset_wait):
31867         * gst/tcp/gstfdset.h:
31868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31869         (gst_multifdsink_client_queue_buffer),
31870         (gst_multifdsink_handle_client_write):
31871         * gst/tcp/gstmultifdsink.h:
31872         Some extra checks in gstfdset.
31873         Only use send() when the fd is a socket. Don't try to
31874         read from write only fds.
31875
31876 2004-08-18  Wim Taymans  <wim@fluendo.com>
31877
31878         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31879         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31880         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31881         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31882         (gst_fdset_wait):
31883         Add more locking and bounds checking.
31884
31885 2004-08-18  Wim Taymans  <wim@fluendo.com>
31886
31887         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31888         Realloc test fdset in the lock and right before starting
31889         the poll call. Bump the limit to 4096.
31890
31891 2004-08-17  David Schleef  <ds@schleef.org>
31892
31893         * sys/sunaudio/Makefile.am:
31894         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31895         of rates and channels.  Make debugging less obnoxious.
31896
31897         Patch from Balamurali Viswanathan implementing a mixer for
31898         Sun audio.  (bug #144091):
31899         * sys/sunaudio/gstsunelement.c:
31900         * sys/sunaudio/gstsunelement.h:
31901         * sys/sunaudio/gstsunmixer.c:
31902         * sys/sunaudio/gstsunmixer.h:
31903
31904 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31905
31906         * gst/audioscale/gstaudioscale.c:
31907         * gst/audioscale/gstaudioscale.h:
31908         made audioscale resample from any sample rate to any sample rate
31909
31910 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31911
31912         * ext/libpng/gstpngdec.c:
31913           error out on unsupported types
31914
31915 2004-08-17  Iain <iaingnome@gmail.com>
31916
31917         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31918         mid_side and loose_mid_side properties if its a stereo stream.
31919
31920 2004-08-17  Wim Taymans  <wim@fluendo.com>
31921
31922         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31923         (theora_get_formats), (theora_dec_src_convert),
31924         (theora_dec_sink_convert), (theora_dec_src_query),
31925         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31926         Add a debug line.
31927
31928 2004-08-17  Wim Taymans  <wim@fluendo.com>
31929
31930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31931         (gst_ogg_pad_push):
31932         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31933         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31934         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31935         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31936         Mark delta units in the muxer.
31937         Try to decode the packet after an out-of-sync error from
31938         libogg.
31939
31940 2004-08-17  Wim Taymans  <wim@fluendo.com>
31941
31942         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31943         (gst_multifdsink_init), (gst_multifdsink_add),
31944         (gst_multifdsink_client_queue_buffer),
31945         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31946         * gst/tcp/gstmultifdsink.h:
31947         Added option to send a keyframe to clients as the first buffer.
31948         Make timeout property writable.
31949
31950 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31951
31952         patch by: Wim Taymans
31953
31954         * gst/tcp/gstfdset.c:
31955         * gst/tcp/gstmultifdsink.c:
31956           fix index comparison, should include 0
31957
31958 2004-08-16  Wim Taymans  <wim@fluendo.com>
31959
31960         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31961         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31962         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31963         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31964         (gst_fdset_wait):
31965           copy when reallocing for poll so the select arguments don't get
31966           changed during the call
31967
31968 2004-08-16  Wim Taymans  <wim@fluendo.com>
31969
31970         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31971         (gst_theora_enc_class_init), (theora_enc_sink_link),
31972         (theora_buffer_from_packet), (theora_enc_chain):
31973         Fix bug where buffers were not marked as keyframes
31974         correctly.
31975
31976 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31977
31978         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31979         (gst_lame_preset_get_type), (gst_lame_class_init):
31980         describe the enum values for vbr mode and presets more verbosely
31981
31982 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31983
31984         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31985         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31986         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31987         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31988         * ext/lame/gstlame.h:
31989         add preset property to lame so it can use lame presets
31990
31991 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31992
31993         * ext/lame/gstlame.c: (gst_lame_get_property):
31994         whoops forgot break, thanks teuf
31995
31996 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31997
31998         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31999         (gst_lame_class_init), (gst_lame_src_getcaps),
32000         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
32001         (gst_lame_get_property), (gst_lame_setup):
32002         * ext/lame/gstlame.h:
32003         fix lame's broken vbr stuff, allow it to resample if need be, and also
32004         make xing header optional
32005
32006 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32007
32008         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
32009         added getcaps function so samplerate doesnt get fixated to silly values
32010
32011 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32012
32013         * ext/lame/gstlame.c: (gst_lame_src_link):
32014         revert previous fix
32015
32016 2004-08-12  Johan Dahlin  <johan@gnome.org>
32017
32018         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
32019         checks. Doesn't matter what state we are in. Interfaces are a
32020         compile time thing, not runtime. It also broke the python bindings.
32021
32022 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32023
32024         * ext/lame/gstlame.c: (gst_lame_src_link):
32025         made source pad link function check if sinkpad is ok..fixes the problem
32026         where core fixates the output rate of lame stupidly
32027
32028 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32029
32030         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32031         * sys/v4l/v4l_calls.c:
32032         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32033           fix fixate function to handle nonsimple caps.
32034           remove bogus check in _link
32035           cleanups
32036
32037 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32038
32039         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32040         set default compression ratio parameter to 0.0 so bitrate parameter
32041         works :)
32042
32043 2004-08-11  David Schleef  <ds@schleef.org>
32044
32045         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32046
32047 2004-08-11  David Schleef  <ds@schleef.org>
32048
32049         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32050         before.
32051
32052 2004-08-11  David Schleef  <ds@schleef.org>
32053
32054         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32055
32056 2004-08-11  David Schleef  <ds@schleef.org>
32057
32058         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32059           license field
32060         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32061         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32062           LGPL.
32063         * gst/auparse/gstauparse.c: Fix plugin license field.
32064         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32065         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32066         * gst/rtp/gstrtp.c: Fix plugin license field.
32067
32068 2004-08-11  Wim Taymans  <wim@fluendo.com>
32069
32070         * gst/tcp/Makefile.am:
32071         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32072         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32073         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32074         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32075         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32076         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32077         (gst_fdset_fd_can_write), (gst_fdset_wait):
32078         * gst/tcp/gstfdset.h:
32079         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32080         (gst_multifdsink_class_init), (gst_multifdsink_init),
32081         (gst_multifdsink_add), (gst_multifdsink_remove),
32082         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32083         (gst_multifdsink_remove_client_link),
32084         (gst_multifdsink_handle_client_read),
32085         (gst_multifdsink_client_queue_data),
32086         (gst_multifdsink_client_queue_caps),
32087         (gst_multifdsink_client_queue_buffer),
32088         (gst_multifdsink_handle_client_write),
32089         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32090         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32091         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32092         (gst_multifdsink_close):
32093         * gst/tcp/gstmultifdsink.h:
32094         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32095         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32096         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32097         (gst_tcpserversink_close):
32098         * gst/tcp/gsttcpserversink.h:
32099         Abstracted away the select call, implemented poll (yes we ran into
32100         the 1024 limit in production).
32101
32102 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32103
32104         * gst/tcp/gsttcp.c:
32105         * gst/tcp/gsttcpplugin.c:
32106           improve debuggging, remove assert
32107
32108 2004-08-10  Wim Taymans  <wim@fluendo.com>
32109
32110         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32111         (gst_client_status_get_type), (gst_multifdsink_class_init),
32112         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32113         (gst_multifdsink_handle_client_read),
32114         (gst_multifdsink_handle_client_write),
32115         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32116         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32117         (gst_multifdsink_get_property):
32118         * gst/tcp/gstmultifdsink.h:
32119         * gst/tcp/gsttcp-marshal.list:
32120         Starting to prepare for specifying buffer time in other units
32121         than buffers. Expose remove reason in signal.
32122
32123 2004-08-10  Wim Taymans  <wim@fluendo.com>
32124
32125         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32126         (gst_multifdsink_remove), (gst_multifdsink_clear),
32127         (gst_multifdsink_remove_client_link),
32128         (gst_multifdsink_handle_client_read),
32129         (gst_multifdsink_client_queue_data),
32130         (gst_multifdsink_client_queue_buffer),
32131         (gst_multifdsink_handle_client_write),
32132         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32133         (gst_multifdsink_chain), (gst_multifdsink_close):
32134         * gst/tcp/gstmultifdsink.h:
32135         Added more debugging info. Changed the way clients are
32136         removed from the lists. Fixed a bug where a bad file descriptor
32137         could cause many clients to be removed.
32138
32139 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32140
32141         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32142           allow all pixel-aspect-ratios, not just 1:1
32143
32144 2004-08-09  David Schleef  <ds@schleef.org>
32145
32146         * sys/glsink/ARB_multitexture.h:  Remove old files.
32147         * sys/glsink/EXT_paletted_texture.h:
32148         * sys/glsink/NV_register_combiners.h:
32149         * sys/glsink/gstgl_nvimage.c:
32150         * sys/glsink/gstgl_pdrimage.c:
32151         * sys/glsink/gstgl_rgbimage.c:
32152         * sys/glsink/gstglsink.c:
32153         * sys/glsink/gstglsink.h:
32154         * sys/glsink/gstglxwindow.c:
32155         * sys/glsink/regcomb_yuvrgb.c:
32156
32157 2004-08-09  David Schleef  <ds@schleef.org>
32158
32159         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32160         GL sink plugin.  (Bug #147302)
32161
32162         * configure.ac: Test for OpenGL
32163         * sys/Makefile.am: Use test for OpenGL
32164         * sys/glsink/Makefile.am:
32165         * sys/glsink/glimagesink.c: rewrite
32166         * sys/glsink/glimagesink.h: rewrite
32167
32168 2004-08-09  David Schleef  <ds@schleef.org>
32169
32170         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32171         sane framerates.
32172         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32174         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32175
32176 2004-08-09  Wim Taymans  <wim@fluendo.com>
32177
32178         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32179         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32180         (gst_multifdsink_client_remove),
32181         (gst_multifdsink_handle_client_read),
32182         (gst_multifdsink_handle_client_write),
32183         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32184         Do a bit more logging, make the client_read code more robust.
32185
32186 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32187
32188         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32189         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32190         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32191         (gst_jpegdec_init), (gst_jpegdec_chain):
32192         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32193         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32194           cleanups, debugging fixes and memleak plugging
32195
32196 2004-08-09  Wim Taymans  <wim@fluendo.com>
32197
32198         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32199         (theora_get_formats), (theora_dec_src_convert),
32200         (theora_dec_sink_convert), (theora_dec_src_query),
32201         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32202         (theora_dec_change_state):
32203         Don't crash on missing header packets.
32204
32205 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32206
32207         * po/LINGUAS:
32208         * po/sq.po:
32209           Added Albanian translation (Laurent Dhima)
32210         * po/cs.po:
32211           updated
32212
32213 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32214
32215         * ext/lame/gstlame.c:
32216           fix/add debugging
32217
32218 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * sys/ximage/ximagesink.c:
32221         * sys/xvimage/xvimagesink.c:
32222           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32223
32224 2004-08-06  Wim Taymans  <wim@fluendo.com>
32225
32226         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32227         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32228         (gst_multifdsink_client_remove),
32229         (gst_multifdsink_handle_client_read),
32230         (gst_multifdsink_handle_client_write),
32231         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32232         Make sure we don't try to read more from a client that what
32233         ioctl says us or we deadlock.
32234
32235 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32236
32237         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32238         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32239         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32240           decouple running_time and n_frames so it can handle changing
32241           framerate while running
32242
32243 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32244
32245         * po/nl.po:
32246         * po/sv.po:
32247           updated translations
32248
32249 2004-08-04  Benjamin Otte  <otte@gnome.org>
32250
32251         * gst/videotestsrc/gstvideotestsrc.c:
32252         (gst_videotestsrc_get_capslist), (generate_capslist),
32253         (plugin_init):
32254           generate the list of supported caps at startup and reuse it instead
32255           of always generating it
32256
32257 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32258
32259         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32260           whoops, last checkin broke normal build
32261
32262 2004-08-03  Benjamin Otte  <otte@gnome.org>
32263
32264         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32265         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32266         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32267         (gst_alsa_mixer_get_option):
32268         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32269         (dvdnavsrc_print_event):
32270         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32271         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32272         (gst_ogg_mux_pad_unlink):
32273         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32274         (gst_multipart_mux_pad_unlink):
32275         * gst/videofilter/gstvideobalance.c:
32276         (gst_videobalance_colorbalance_set_value):
32277         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32278         (gst_videomixer_pad_unlink):
32279         * po/uk.po:
32280         * sys/oss/gstossmixer.c:
32281         * sys/v4l/gstv4lcolorbalance.c:
32282         * sys/v4l/gstv4ltuner.c:
32283         * sys/v4l/v4lsrc_calls.c:
32284         * sys/v4l2/gstv4l2colorbalance.c:
32285         * sys/v4l2/gstv4l2tuner.c:
32286           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32287
32288 2004-08-03  Benjamin Otte  <otte@gnome.org>
32289
32290         * examples/dynparams/filter.c: (ui_control_create):
32291         * examples/gstplay/player.c: (print_tag):
32292         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32293         * ext/gdk_pixbuf/gstgdkanimation.c:
32294         (gst_gdk_animation_iter_may_advance):
32295         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32296         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32297         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32298         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32299         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32300         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32301         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32302         * gst/sine/demo-dparams.c: (main):
32303         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32304         * testsuite/alsa/formats.c: (create_pipeline):
32305         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32306           fixes for G_DISABLE_ASSERT and friends
32307         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32308         (mp3_type_frame_length_from_header), (mp3_type_find),
32309         (plugin_init):
32310           require mp3 typefinding to have at least MIN_HEADERS valid headers
32311           add typefinding for AAC adts files
32312
32313 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32314
32315         * sys/ximage/ximagesink.c:
32316         (gst_ximagesink_calculate_pixel_aspect_ratio):
32317         * sys/xvimage/xvimagesink.c:
32318         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32319         Make sure we calculate pixel-aspect-ratio using floating point maths
32320
32321 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32322
32323         * po/uk.po:
32324           updated translation
32325
32326 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32327
32328         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32330           add debugging for display PAR calculation
32331
32332 2004-08-02  David Schleef  <ds@schleef.org>
32333
32334         * configure.ac: Fix mikmod CFLAGS.
32335
32336 2004-07-27  Benjamin Otte  <otte@gnome.org>
32337
32338         * gst/audioscale/gstaudioscale.c:
32339         - fix templates to only support S16, it's the only format that works
32340         - make caps nego code use try_set_caps_nonfixed and fixation instead
32341         of try_set_caps twice, which is not nice for autopluggers
32342         - change rank to secondary, so autopluggers can pick it up after
32343         audioconvert
32344
32345 2004-08-02  Iain <iain@prettypeople.org>
32346
32347         * gst/interleave/interleave.c (interleave_init),
32348         (interleave_request_new_pad),
32349         (interleave_pad_removed),
32350         (interleave_buffered_loop): Use the real pad count, not the artificial
32351         one.
32352
32353 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32354
32355         * configure.ac: bump nano back to development
32356
32357 === release 0.8.3 ===
32358
32359 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32360
32361         * configure.ac: releasing 0.8.3, "Water"
32362
32363 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32364
32365         * sys/xvimage/xvimagesink.c:
32366         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32367         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32368         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32369         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32370         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32371         * sys/xvimage/xvimagesink.h:
32372           apply similar PAR fixes as to ximagesink
32373
32374 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32375
32376         patch from: Benjamin Otte
32377
32378         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32379           add link function to lame.  Fixes #148986.
32380
32381 2004-08-02  Johan Dahlin  <johan@gnome.org>
32382
32383         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32384         fix debugging log
32385
32386 2004-07-30  David Schleef  <ds@schleef.org>
32387
32388         * gst/videomixer/Makefile.am: Fix things that should have been
32389         fixed in the last checkin.
32390
32391 2004-07-30  David Schleef  <ds@schleef.org>
32392
32393         * gst/multipart/Makefile.am: Fix things that should have been
32394         fixed in the last checkin.
32395
32396 2004-07-30  David Schleef  <ds@schleef.org>
32397
32398         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32399
32400 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32401
32402         * configure.ac:
32403           bump nano for prerelease
32404         * po/af.po:
32405         * po/az.po:
32406         * po/cs.po:
32407         * po/en_GB.po:
32408         * po/hu.po:
32409         * po/nl.po:
32410         * po/sr.po:
32411         * po/sv.po:
32412         * po/uk.po:
32413           updates
32414
32415 2004-07-30  Wim Taymans  <wim@fluendo.com>
32416
32417         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32418         (gst_multifdsink_add), (gst_multifdsink_remove),
32419         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32420         (gst_multifdsink_client_remove),
32421         (gst_multifdsink_handle_client_write),
32422         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32423         * gst/tcp/gstmultifdsink.h:
32424         Recover from a select with a bad file descriptor by removing
32425         the client.
32426
32427 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32428
32429         * configure.ac:
32430           fix requirement of core
32431         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32432         (gst_play_pipeline_setup):
32433           don't use colorspace element.  do use hermescolorspace element.
32434           make macro to get a colorspace element.
32435           mark strings for translation.
32436         * po/POTFILES.in:
32437           add play.c
32438         * po/af.po:
32439         * po/az.po:
32440         * po/cs.po:
32441         * po/en_GB.po:
32442         * po/hu.po:
32443         * po/nl.po:
32444         * po/sr.po:
32445         * po/sv.po:
32446         * po/uk.po:
32447           update translations
32448
32449 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32450
32451         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32452         fix default for newmedia flag
32453
32454 2004-07-30  Wim Taymans  <wim@fluendo.com>
32455
32456         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32457         (gst_theora_dec_init), (theora_get_formats),
32458         (theora_dec_src_convert), (theora_dec_sink_convert),
32459         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32460         (theora_dec_chain), (theora_dec_set_property),
32461         (theora_dec_get_property):
32462         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32463         (gst_theora_enc_class_init), (gst_theora_enc_init),
32464         (theora_enc_sink_link), (theora_enc_chain),
32465         (theora_enc_set_property), (theora_enc_get_property):
32466         Added cropping option to theora decoder.
32467         Added border option to theora encoder.
32468
32469 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32470
32471         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32472         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32473         (gst_pngenc_set_property):
32474         * ext/libpng/gstpngenc.h:
32475         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
32476
32477 2004-07-30  Wim Taymans  <wim@fluendo.com>
32478
32479         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32480         (theora_enc_sink_link), (theora_enc_chain),
32481         (theora_enc_set_property), (theora_enc_get_property):
32482         Fix encoding of non-multiple-of-16 video.
32483
32484 2004-07-29  David Schleef  <ds@schleef.org>
32485
32486         * configure.ac: make test for audiofile more strict
32487
32488 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32489
32490         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32491           give different names to typefind functions
32492
32493 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32494
32495         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32496         (gst_ximagesink_calculate_pixel_aspect_ratio),
32497         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32498         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32499         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32500         (gst_ximagesink_get_property), (gst_ximagesink_init):
32501         * sys/ximage/ximagesink.h:
32502           allocate PAR's dynamically.
32503           use autodetected PAR if no object-set PAR is given.
32504           add workaround for directfb's X not setting physical size.
32505           fix to xvimagesink will follow tomorrow.
32506
32507 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32508
32509         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32510         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32511         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32512         (gst_shout2send_class_init), (gst_shout2send_init),
32513         (set_shout_metadata), (gst_shout2send_set_metadata),
32514         (gst_shout2send_chain), (gst_shout2send_set_property),
32515         (gst_shout2send_get_property), (gst_shout2send_connect),
32516         (gst_shout2send_change_state):
32517         * ext/shout2/gstshout2.h:
32518         - fix for sending mp3 audio to icecast2 server, if pad link function not
32519         called before PAUSED state
32520         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32521         - added tagging support for mp3 audio broadcasted
32522         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32523         debug info
32524
32525 2004-07-28  Wim Taymans  <wim@fluendo.com>
32526
32527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32528         (gst_ogg_demux_push):
32529         Return query failure when we don't know the length of
32530         an ogg stream insteda of returning TRUE with a bogus value.
32531
32532 2004-07-28  Wim Taymans  <wim@fluendo.com>
32533
32534         * ext/theora/theoradec.c: (theora_get_formats),
32535         (theora_dec_src_convert), (theora_dec_sink_convert),
32536         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32537         (theora_dec_chain):
32538         Don't screw up the 1 Chroma for 1 luma sample situation when we
32539         have an odd offset/width by adding a black border in those cases.
32540
32541 2004-07-28  Wim Taymans  <wim@fluendo.com>
32542
32543         * ext/theora/theoradec.c: (theora_get_formats),
32544         (theora_dec_src_convert), (theora_dec_sink_convert),
32545         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32546         (theora_dec_chain):
32547         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32548         Added first attempt at cropping of the image as required by the
32549         theora spec. We need more properties in the caps (offset_x,
32550         offset_y,stride) to implement this correctly.
32551
32552 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32553
32554         * ext/dvdnav/README:
32555           Update the README to use dvddemux
32556         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32557           Ensure getcaps returns a subset of the template caps
32558         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32559         (gst_mpeg2subt_init):
32560           Ensure getcaps returns a subset of the template caps
32561         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32562         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32563         (gst_dvd_demux_get_subpicture_stream),
32564         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32565         * gst/mpegstream/gstdvddemux.h:
32566           Set the explicit caps on the current_video pad before pushing
32567           anything
32568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32569         (gst_mpeg_demux_get_audio_stream):
32570           Free caps used to gst_pad_set_explicit_caps, which takes a const
32571           GstCaps *
32572
32573 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32574
32575         * configure.ac: update GStreamer requirement to 0.8.4 because of
32576           GstFraction.
32577
32578 2004-07-28  Wim Taymans  <wim@fluendo.com>
32579
32580         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32581         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32582         Add the pad to the element after setting up the caps. This
32583         makes it a lot easier to autoplug.
32584
32585 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32586
32587         * gst/median/gstmedian.c:
32588         * gst/mpeg2subt/gstmpeg2subt.c:
32589         * gst/mpegaudioparse/gstmpegaudioparse.c:
32590         * gst/mpegstream/gstdvddemux.c:
32591         * gst/mpegstream/gstmpegdemux.c:
32592         * gst/mpegstream/gstmpegpacketize.c:
32593         * gst/rtjpeg/gstrtjpeg.c:
32594         * gst/rtjpeg/gstrtjpegdec.c:
32595         * gst/rtjpeg/gstrtjpegenc.c:
32596         * gst/sine/gstsinesrc.c:
32597         * gst/smooth/gstsmooth.c:
32598         * gst/smpte/gstsmpte.c:
32599         * gst/smpte/gstsmpte.h:
32600         * gst/stereo/gststereo.c:
32601         * gst/videofilter/gstgamma.c:
32602         * gst/videofilter/gstvideobalance.c:
32603         * gst/videofilter/gstvideofilter.c:
32604         * gst/videofilter/gstvideoflip.c:
32605         * gst/videoscale/gstvideoscale.c:
32606         * gst/videoscale/videoscale.c:
32607         * gst/videotestsrc/gstvideotestsrc.c:
32608         * gst/videotestsrc/videotestsrc.c:
32609         * gst/wavenc/gstwavenc.c:
32610         * gst/wavparse/gstwavparse.c:
32611           fix local includes and 64 bits constants
32612
32613 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32614
32615         * win32/gst.sln:
32616         * gst-libs/gst/*/*.vcproj:
32617         * gst/*/*.vcproj:
32618           more working plugins
32619
32620 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32621
32622         * testsuite/alsa/Makefile.am:
32623         * testsuite/alsa/srcstate.c:
32624         add test for alsasrc changing state
32625
32626 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32627
32628         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32629         (gst_silence_get):
32630         * gst/silence/gstsilence.h:
32631         fix silence generation for 16bit raw audio
32632
32633 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32634
32635         * gst/matroska/matroska-demux.c:
32636         (gst_matroska_demux_parse_metadata),
32637         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32638         * gst/mpegaudio/common.c:
32639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32640         (gst_videoscale_getcaps), (gst_videoscale_link),
32641         (gst_videoscale_src_fixate), (gst_videoscale_init),
32642         (gst_videoscale_finalize):
32643         * gst/videoscale/gstvideoscale.h:
32644         * gst/videotestsrc/gstvideotestsrc.c:
32645         (gst_videotestsrc_get_capslist):
32646         * gst/wavenc/gstwavenc.c:
32647         * sys/oss/gstossmixer.c: (fill_labels):
32648         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32649         (gst_ximagesink_handle_xevents),
32650         (gst_ximagesink_calculate_pixel_aspect_ratio),
32651         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32652         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32653         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32654         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32655         (gst_ximagesink_init), (gst_ximagesink_class_init):
32656         * sys/ximage/ximagesink.h:
32657         * sys/xvimage/xvimagesink.c:
32658         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32659         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32660         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32661         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32662         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32663         * sys/xvimage/xvimagesink.h:
32664           first batch of pixel aspect ratio commits.
32665
32666 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32667
32668         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32669         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32670         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32671           handle stride, needs work if we want to move stride handling
32672           upstream, but works correctly for our purposes.
32673
32674 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32675
32676         * gst/videoscale/README:
32677           add testing examples
32678         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32679         (gst_videoscale_chain):
32680         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32681         (gst_videoscale_get_size):
32682           add get_size function that handles stride like videotestsrc.
32683           fixes conversion for YUV formats for as much as I can test them.
32684
32685 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32686
32687         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32688         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32690         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32691         (gst_xvimagesink_xvimage_put):
32692           further cleanups, logging, error handling and synchronizing
32693
32694 2004-07-27  Wim Taymans  <wim@fluendo.com>
32695
32696         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32697         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32698         (gst_videomixer_pad_set_property),
32699         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32700         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32701         (gst_videomixer_class_init), (gst_videomixer_init),
32702         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32703         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32704         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32705         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32706         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32707         (gst_videomixer_loop), (plugin_init):
32708         Be a nicer negotiation citizen and provide a getcaps function on
32709         the srcpad. This also fixes a crash when resizing.
32710
32711 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32712
32713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32714         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32715
32716 2004-07-27  Wim Taymans  <wim@fluendo.com>
32717
32718         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32719         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32720         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32721         (gst_pngenc_set_property):
32722         * ext/libpng/gstpngenc.h:
32723         Added snapshot property to pngenc.
32724         removed g_print from pngdec
32725
32726 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32727
32728         * gst/ac3parse/ac3parse.vcproj
32729         * gst/adder/adder.vcproj
32730         * gst/alpha/alpha.vcproj
32731         * gst/alpha/alphacolor.vcproj
32732         * gst/asfdemux/asf.vcproj
32733         * gst/audioconvert/audioconvert.vcproj
32734         * gst/audiorate/audiorate.vcproj
32735         * gst/audioscale/audioscale.vcproj
32736         * gst/auparse/auparse.vcproj
32737         * gst/avi/avi.vcproj
32738         * gst/cdxaparse/cdxaparse.vcproj
32739         * gst/chart/chart.vcproj
32740         * gst/colorspace/colorspace.vcproj
32741         * gst/cutter/cutter.vcproj
32742         * gst/debug/debug.vcproj
32743         * gst/debug/efence.vcproj
32744         * gst/debug/navigationtest.vcproj
32745         * gst/deinterlace/deinterlace.vcproj
32746         * gst/effectv/effectv.vcproj
32747         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32748         * gst/filter/filter.vcproj
32749         * gst/flx/flxdec.vcproj
32750         * gst/goom/goom.vcproj
32751         * gst/interleave/interleave.vcproj
32752         * gst/law/alaw.vcproj
32753         * gst/law/mulaw.vcproj
32754         * gst/matroska/matroska.vcproj
32755         * gst/median/median.vcproj
32756         * gst/mixmatrix/mixmatrix.vcproj
32757         * gst/mpeg1sys/mpeg1systemencode.vcproj
32758         * gst/mpeg1videoparse/mp1videoparse.vcproj
32759         * gst/mpeg2sub/mpeg2subt.vcproj
32760         * gst/mpegaudio/mpegaudio.vcproj
32761         * gst/mpegaudioparse/mpegaudioparse.vcproj
32762         * gst/mpegstream/mpegstream.vcproj
32763         * gst/multifilesink/multifilesink.vcproj
32764         * gst/multipart/multipart.vcproj
32765         * gst/oneton/oneton.vcproj
32766         * gst/overlay/overlay.vcproj
32767         * gst/passthrough/passthrough.vcproj
32768         * gst/qtdemux/qtdemux.vcproj
32769         * gst/realmedia/rmdemux.vcproj
32770         * gst/rtjpeg/rtjpeg.vcproj
32771         * gst/rtp/rtp.vcproj
32772         * gst/silence/silence.vcproj
32773         * gst/sine/sinesrc.vcproj
32774         * gst/smooth/smooth.vcproj
32775         * gst/smpte/smpte.vcproj
32776         * gst/spectrum/spectrum.vcproj
32777         * gst/speed/speed.vcproj
32778         * gst/stereo/stereo.vcproj
32779         * gst/switch/switch.vcproj
32780         * gst/tags/tagedit.vcproj
32781         * gst/tcp/tcp.vcproj
32782         * gst/typefind/typefindfunctions.vcproj
32783         * gst/udp/udp.vcproj
32784         * gst/videobox/videobox.vcproj
32785         * gst/videocrop/videocrop.vcproj
32786         * gst/videodrop/videodrop.vcproj
32787         * gst/videofilter/gamma.vcproj
32788         * gst/videofilter/videobalance.vcproj
32789         * gst/videofilter/videofilter.vcproj
32790         * gst/videofilter/videoflip.vcproj
32791         * gst/videoflip/videoflip.vcproj
32792         * gst/videomixer/videomixer.vcproj
32793         * gst/videorate/videorate.vcproj
32794         * gst/videoscale/videoscale.vcproj
32795         * gst/videotestsrc/videotestsrc.vcproj
32796         * gst/virtualdub/virtualdub.vcproj
32797         * gst/volenv/volenv.vcproj
32798         * gst/volume/volume.vcproj
32799         * gst/wavenc/wavenc.vcproj
32800         * gst/wavparse/wavparse.vcproj
32801         * gst/y4m/y4menc.vcproj
32802         * gst-libs/gst/audio/audio.vcproj
32803         * gst-libs/gst/audio/audiofilter.vcproj
32804         * gst-libs/gst/colorbalance/colorbalance.vcproj
32805         * gst-libs/gst/idct/idtc.vcproj
32806         * gst-libs/gst/media-info/media-info.vcproj
32807         * gst-libs/gst/mixer/mixer.vcproj
32808         * gst-libs/gst/navigation/navigation.vcproj
32809         * gst-libs/gst/play/play.vcproj
32810         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32811         * gst-libs/gst/resample/resample.vcproj
32812         * gst-libs/gst/riff/riff.vcproj
32813         * gst-libs/gst/tuner/tuner.vcproj
32814         * gst-libs/gst/video/video.vcproj
32815         * gst-libs/gst/xoverlay/xoverlay.vcproj
32816           avoid problems with math.h, fix release dependancy
32817           rename GStreamer-0.8.lib to libgstreamer.lib
32818
32819 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32820
32821         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32823         the atom is not available we have to unlock the mutex. Fixes #148023
32824
32825 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32826
32827         * gst-libs/gst/media-info/media-info.h:
32828           issue for a vararg macro with MSVC
32829
32830 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32831
32832         * gst/effectv/effectv.vcproj
32833         * gst-libs/gst/idct/idct.vcproj:
32834         * gst-libs/gst/media-info/media-info.vcproj:
32835         * gst-libs/gst/navigation/navigation.vcproj:
32836         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32837         * gst-libs/gst/video/video.vcproj:
32838         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32839           fixes for build problems
32840
32841 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32842
32843         * gst-libs/gst/audio/audio.def:
32844         * gst-libs/gst/audio/riff.def:
32845           add some definitions needed by plugins
32846
32847 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32848
32849         * gst/asfdemux/gstasfmux.c
32850           Fix some 64 bits constants to be glib friendly
32851
32852 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32853
32854         * gst/ac3parse/gstac3parse.c
32855         * gst/audioscale/gstaudioscale.c
32856         * gst/auparse/gstauparse.c
32857         * gst/colorspace/gstcolorspace.c
32858         * gst/colorspace/yuv2rgb.h
32859           local include fixes
32860
32861 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32862
32863         * win32/gst.sln
32864           add more plugins to the build
32865
32866 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32867
32868         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32869         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32870
32871 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32872
32873         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32874         (gst_level_set_property), (gst_level_get_property),
32875         (gst_level_base_init), (gst_level_class_init):
32876           add debugging categories.  cleanups.
32877
32878 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32879
32880         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32881         (gst_videoscale_planar411), (gst_videoscale_planar400),
32882         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32883         (gst_videoscale_scale_nearest_str1),
32884         (gst_videoscale_scale_nearest_str2),
32885         (gst_videoscale_scale_nearest_str4),
32886         (gst_videoscale_scale_nearest_16bit),
32887         (gst_videoscale_scale_nearest_24bit):
32888           fixed stride issues
32889           tested with 320x240 -> 321, 322, 324 x240
32890           tested with YV12, I420, YUY2, UYVY
32891           fixed packed422rev (don't think it could have worked before)
32892           by testing with UYVY
32893
32894 2004-07-26  Benjamin Otte  <otte@gnome.org>
32895
32896         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32897         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32898         (plugin_init):
32899           add debugging category, add error checks like checking return values
32900           of setup calls, make sure it still works after
32901           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32902
32903 2004-07-26  Wim Taymans  <wim@fluendo.com>
32904
32905         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32906         (gst_mpeg_demux_get_audio_stream),
32907         (gst_mpeg_demux_process_private):
32908         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32909         Check for error codes from the negotiation functions. Make sure
32910         we really set the pad caps when a new pad is created.
32911
32912 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32913
32914         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32915         (gst_ffmpeg_caps_to_pix_fmt):
32916         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32918         (gst_ffmpegcolorspace_pad_link):
32919           don't make function do two things at the same time without reason.
32920
32921 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32922
32923         * gst/ac3parse/ac3parse.vcproj
32924         * gst/adder/adder.vcproj
32925         * gst/alpha/alpha.vcproj
32926         * gst/alpha/alphacolor.vcproj
32927         * gst/asfdemux/asf.vcproj
32928         * gst/audioconvert/audioconvert.vcproj
32929         * gst/audiorate/audiorate.vcproj
32930         * gst/audioscale/audioscale.vcproj
32931         * gst/auparse/auparse.vcproj
32932         * gst/avi/avi.vcproj
32933         * gst/cdxaparse/cdxaparse.vcproj
32934         * gst/chart/chart.vcproj
32935         * gst/colorspace/colorspace.vcproj
32936         * gst/cutter/cutter.vcproj
32937         * gst/debug/debug.vcproj
32938         * gst/debug/efence.vcproj
32939         * gst/debug/navigationtest.vcproj
32940         * gst/deinterlace/deinterlace.vcproj
32941         * gst/effectv/effectv.vcproj
32942         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32943         * gst/filter/filter.vcproj
32944         * gst/flx/flxdec.vcproj
32945         * gst/goom/goom.vcproj
32946         * gst/interleave/interleave.vcproj
32947         * gst/law/alaw.vcproj
32948         * gst/law/mulaw.vcproj
32949         * gst/matroska/matroska.vcproj
32950         * gst/median/median.vcproj
32951         * gst/mixmatrix/mixmatrix.vcproj
32952         * gst/mpeg1sys/mpeg1systemencode.vcproj
32953         * gst/mpeg1videoparse/mp1videoparse.vcproj
32954         * gst/mpeg2sub/mpeg2subt.vcproj
32955         * gst/mpegaudio/mpegaudio.vcproj
32956         * gst/mpegaudioparse/mpegaudioparse.vcproj
32957         * gst/mpegstream/mpegstream.vcproj
32958         * gst/multifilesink/multifilesink.vcproj
32959         * gst/multipart/multipart.vcproj
32960         * gst/oneton/oneton.vcproj
32961         * gst/overlay/overlay.vcproj
32962         * gst/passthrough/passthrough.vcproj
32963         * gst/qtdemux/qtdemux.vcproj
32964         * gst/realmedia/rmdemux.vcproj
32965         * gst/rtjpeg/rtjpeg.vcproj
32966         * gst/rtp/rtp.vcproj
32967         * gst/silence/silence.vcproj
32968         * gst/sine/sinesrc.vcproj
32969         * gst/smooth/smooth.vcproj
32970         * gst/smpte/smpte.vcproj
32971         * gst/spectrum/spectrum.vcproj
32972         * gst/speed/speed.vcproj
32973         * gst/stereo/stereo.vcproj
32974         * gst/switch/switch.vcproj
32975         * gst/tags/tagedit.vcproj
32976         * gst/tcp/tcp.vcproj
32977         * gst/typefind/typefindfunctions.vcproj
32978         * gst/udp/udp.vcproj
32979         * gst/videobox/videobox.vcproj
32980         * gst/videocrop/videocrop.vcproj
32981         * gst/videodrop/videodrop.vcproj
32982         * gst/videofilter/gamma.vcproj
32983         * gst/videofilter/videobalance.vcproj
32984         * gst/videofilter/videofilter.vcproj
32985         * gst/videofilter/videoflip.vcproj
32986         * gst/videoflip/videoflip.vcproj
32987         * gst/videomixer/videomixer.vcproj
32988         * gst/videorate/videorate.vcproj
32989         * gst/videoscale/videoscale.vcproj
32990         * gst/videotestsrc/videotestsrc.vcproj
32991         * gst/virtualdub/virtualdub.vcproj
32992         * gst/volenv/volenv.vcproj
32993         * gst/volume/volume.vcproj
32994         * gst/wavenc/wavenc.vcproj
32995         * gst/wavparse/wavparse.vcproj
32996         * gst/y4m/y4menc.vcproj
32997           more plugins supported under windows
32998
32999 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33000
33001         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33002         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
33003         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
33004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33005         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
33006           Add debugging statements.  Use the sizes as returned by the
33007           *CreateImage calls.
33008
33009 2004-07-26  Johan Dahlin  <johan@gnome.org>
33010
33011         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
33012         the pad is negotiated.
33013
33014         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
33015
33016 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
33017
33018         * gst-libs/gst/colorbalance/colorbalance.vcproj:
33019         * gst-libs/gst/idct/idct.vcproj:
33020         * gst-libs/gst/media-info/media-info.vcproj:
33021         * gst-libs/gst/mixer/mixer.vcproj:
33022         * gst-libs/gst/navigation/navigation.vcproj:
33023         * gst-libs/gst/play/play.vcproj:
33024         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33025         * gst-libs/gst/resample/resample.vcproj:
33026         * gst-libs/gst/tuner/tuner.vcproj:
33027         * gst-libs/gst/video/video.vcproj:
33028         * gst-libs/gst/xoverlay/xoverlay.vcproj:
33029           more plugins supported under windows
33030
33031 2004-07-25 Iain <iain@prettypeople.org>
33032
33033         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33034         pad now rather than when the pad is created because state changes wipe
33035         explicit caps (fixes #148043).
33036
33037 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
33038
33039         reviewed by Benjamin Otte  <otte@gnome.org>
33040
33041         * ext/mad/gstmad.c:
33042           fix mad plugin crashing on Sun (fixes #148289)
33043
33044 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33045
33046         * gst/avi/avi.def:
33047         * gst/avi/avi.vcproj:
33048         * gst/matroska/matroska.def:
33049         * gst/matroska/matroska.vcproj:
33050           remove unused .def files
33051
33052 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33053
33054         * gst-libs/gst/audio/gstaudiofilter.c:
33055           Clean the local include
33056
33057 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33058
33059         * win32/gst.sln:
33060         * gst-libs/gst/audio/audio.def:
33061         * gst-libs/gst/audio/audio.vcproj:
33062         * gst-libs/gst/audio/audiofilter.vcproj:
33063         * gst-libs/gst/audio/riff.def:
33064         * gst-libs/gst/audio/riff.vcproj:
33065         * gst-libs/gst/gst-libs.def:
33066         * gst-libs/gst/gst-libs.vcproj:
33067         * gst/avi/avi.vcproj:
33068         * gst/avi/avi.vcproj:
33069           Copy the files where needed after building, cleaner projects
33070
33071 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33072
33073         * gst/matroska/ebml-write.c:
33074           Fix some 64 bits constants to be glib friendly
33075
33076 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33077
33078         * win32/gst.sln:
33079         * gst-libs/gst/gst-libs.def:
33080         * gst-libs/gst/gst-libs.vcproj:
33081         * gst/matroska/matroska.def:
33082         * gst/matroska/matroska.vcproj:
33083           Add the preliminary canvas to build plugins on Win32
33084
33085 2004-07-23  Benjamin Otte  <otte@gnome.org>
33086
33087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33088           don't enfore negotiation from source side, it breaks
33089           sinesrc ! audioconvert ! osssink
33090
33091 2004-07-22  David Schleef  <ds@schleef.org>
33092
33093         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33094         for ELF files, since they can easily be recognized as audio/mpeg.
33095         (bug #147441)
33096
33097 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33098
33099         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33100         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33101         (gst_videoscale_scale_nearest_24bit),
33102         (gst_videoscale_scale_nearest_16bit):
33103           fix 16bit and 24bit for stride (24bit might need testing)
33104           don't pretend we do more than one algorithm
33105
33106 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33107
33108         * configure.ac:
33109         * gst/Makefile.am:
33110         * gst/multifilesink/Makefile.am:
33111         * gst/multifilesink/gstmultifilesink.c:
33112         (gst_multifilesink_get_formats),
33113         (gst_multifilesink_get_query_types), (_do_init),
33114         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33115         (gst_multifilesink_init), (gst_multifilesink_dispose),
33116         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33117         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33118         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33119         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33120         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33121         (gst_multifilesink_uri_get_type),
33122         (gst_multifilesink_uri_get_protocols),
33123         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33124         (gst_multifilesink_uri_handler_init), (plugin_init):
33125         * gst/multifilesink/gstmultifilesink.h:
33126         * testsuite/Makefile.am:
33127         * testsuite/multifilesink/Makefile.am:
33128         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33129         (gst_newmedia_class_init), (gst_newmedia_init),
33130         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33131         (newfile_signal), (test_signal), (main):
33132         multifilesink plugin for creating new files every time a new media
33133         discontinuity event occurs
33134
33135 2004-07-22  Wim Taymans  <wim@fluendo.com>
33136
33137         * gst/alpha/Makefile.am:
33138         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33139         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33140         (gst_alpha_color_init), (gst_alpha_color_set_property),
33141         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33142         (transform), (gst_alpha_color_chain),
33143         (gst_alpha_color_change_state), (plugin_init):
33144         Stupid plugin to to RGBA to AYUV conversion because none of
33145         the colorspace plugins can handle that yet.
33146
33147 2004-07-22  Wim Taymans  <wim@fluendo.com>
33148
33149         * examples/seeking/seek.c: (update_scale), (main):
33150         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33151         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33152         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33153         (gst_decode_bin_init), (gst_decode_bin_dispose),
33154         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33155         (no_more_pads), (close_link), (type_found),
33156         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33157         (plugin_init):
33158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33159         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33160         (gst_play_base_bin_dispose), (queue_overrun),
33161         (gen_preroll_element), (remove_prerolls), (unknown_type),
33162         (no_more_pads), (new_stream), (setup_source),
33163         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33164         (play_base_eos), (gst_play_base_bin_change_state),
33165         (gst_play_base_bin_add_element),
33166         (gst_play_base_bin_remove_element),
33167         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33168         (gst_play_base_bin_unlink_stream),
33169         (gst_play_base_bin_get_streaminfo):
33170         * gst/playback/gstplaybin.c: (gen_video_element),
33171         (gen_audio_element):
33172         * gst/playback/gststreaminfo.h:
33173         More playback updates, attempt to fix things after the state change
33174         breakage.
33175
33176 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33177
33178         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33179         (gst_videoscale_scale_nearest_16bit):
33180           comment algorithm
33181
33182 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33183
33184         * gst/videotestsrc/gstvideotestsrc.c:
33185         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33186         (gst_videotestsrc_init), (gst_videotestsrc_get),
33187         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33188         (gst_videotestsrc_get_property):
33189         * gst/videotestsrc/gstvideotestsrc.h:
33190         * gst/videotestsrc/videotestsrc.c:
33191         * gst/videotestsrc/videotestsrc.h:
33192           cleanup and commenting
33193
33194 2004-07-21  Wim Taymans  <wim@fluendo.com>
33195
33196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33197         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33198         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33199         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33200         (_find_chain_get_unknown_part), (_find_streams_check),
33201         (gst_ogg_demux_push), (gst_ogg_pad_push):
33202         * ext/theora/theoradec.c: (theora_get_formats),
33203         (theora_dec_src_convert), (theora_dec_sink_convert),
33204         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33205         (theora_dec_chain):
33206         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33207         (vorbis_dec_convert), (vorbis_dec_src_query),
33208         (vorbis_dec_src_event), (vorbis_dec_event):
33209         More seeking fixes, oggdemux now supports seeking to time and
33210         uses the downstream element to convert granulepos to time.
33211         Seeking in theora-only ogg files now works.
33212
33213 2004-07-21  Wim Taymans  <wim@fluendo.com>
33214
33215         * ext/theora/theoradec.c: (gst_theora_dec_init),
33216         (theora_get_formats), (theora_get_event_masks),
33217         (theora_get_query_types), (theora_dec_src_convert),
33218         (theora_dec_sink_convert), (theora_dec_src_query),
33219         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33220         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33221         (vorbis_get_event_masks), (vorbis_get_query_types),
33222         (gst_vorbis_dec_init), (vorbis_dec_convert),
33223         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33224         Added query/convert/formats functions to vorbis and theora decoders
33225         so that the outside world can use them too. Fixed seeking on an
33226         ogg/theora/vorbis file by disabling the seeking seeking on the
33227         theora srcpad.
33228
33229 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33230
33231         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33232         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33233         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33234         images creation for both elements. We don't create the image on caps
33235         nego or renego, we just destroy the internal one if present if it does
33236         not match the needs. The chain function takes care of creating a new
33237         image when needed.
33238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33239         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33240         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33241         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33242         the image format information. The buffer pool checks for the context
33243         image format and discard images with different formats.
33244         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33245
33246 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33247
33248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33249         (gst_ffmpegcolorspace_chain):
33250           no point in doing any chaining if the pad we want to push from
33251           isn't usable.
33252
33253 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33254
33255         * gst-libs/gst/riff/riff-media.c:
33256         (gst_riff_create_audio_caps_with_data):
33257           Fix double end-to-native symbol conversion (#148021).
33258
33259 2004-07-20  David Schleef  <ds@schleef.org>
33260
33261         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33262         Don't use an Atom that doesn't exist.
33263
33264 2004-07-20  Wim Taymans  <wim@fluendo.com>
33265
33266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33267         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33268         (gst_multifdsink_client_remove),
33269         (gst_multifdsink_handle_client_write),
33270         (gst_multifdsink_queue_buffer):
33271         * gst/tcp/gstmultifdsink.h:
33272         More multifdsink stats. Avoid deadlock by releasing locks
33273         before sending out a signal.
33274
33275 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33276
33277         * po/LINGUAS:
33278         * po/hu.po:
33279           added Hungarian translation (Laszlo Dvornik)
33280
33281 2004-07-20  Wim Taymans  <wim@fluendo.com>
33282
33283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33284         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33285         (gst_multifdsink_handle_client_write),
33286         (gst_multifdsink_queue_buffer):
33287         * gst/tcp/gsttcp-marshal.list:
33288         Fixed the stupid marshal definition.
33289
33290 2004-07-20  Wim Taymans  <wim@fluendo.com>
33291
33292         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33293         (gst_multifdsink_init), (gst_multifdsink_add),
33294         (gst_multifdsink_client_remove),
33295         (gst_multifdsink_handle_client_write),
33296         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33297         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33298         (gst_multifdsink_init_send):
33299         * gst/tcp/gstmultifdsink.h:
33300         Added more stats, added timeout for a client, fixed some typos
33301         and added some comments.
33302
33303 2004-07-20  Wim Taymans  <wim@fluendo.com>
33304
33305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33306         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33307         (gst_multifdsink_client_remove),
33308         (gst_multifdsink_handle_client_write):
33309         * gst/tcp/gstmultifdsink.h:
33310         * gst/tcp/gsttcp-marshal.list:
33311         Added get_stats method that returns a GValueArray of
33312         stats values.
33313
33314 2004-07-19  Benjamin Otte  <otte@gnome.org>
33315
33316         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33317           make sure longname, description and author are valid UTF-8
33318
33319 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33320
33321         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33322         (gst_ximagesink_set_property):
33323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33324         (gst_xvimagesink_set_property):
33325           make sure SYNCHRONOUS is respected after getting the X context
33326
33327 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33328
33329         * gst/matroska/matroska-demux.c:
33330         (gst_matroska_demux_handle_src_event),
33331         (gst_matroska_demux_parse_blockgroup):
33332         * gst/matroska/matroska-ids.h:
33333           add BlockReference tag and ignore it to clear out log.
33334           ignore NAVIGATION events to clear out log.
33335
33336 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33337
33338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33339         (gst_matroska_demux_add_stream):
33340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33341           add debug categories
33342
33343 2004-07-16  Wim Taymans  <wim@fluendo.com>
33344
33345         * ext/libpng/Makefile.am:
33346         * ext/libpng/gstpng.c: (plugin_init):
33347         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33348         (gst_pngdec_get_type), (gst_pngdec_base_init),
33349         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33350         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33351         * ext/libpng/gstpngdec.h:
33352         Added png decoder.
33353
33354 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33355
33356         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33357         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33358         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33359         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33360         (gst_ximagesink_buffer_alloc):
33361         * sys/ximage/ximagesink.h:
33362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33363         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33364         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33365         (gst_xvimagesink_buffer_alloc):
33366         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33367         again. Using internal data pointer of the x(v)image to store image's
33368         data to be coherent with the buffer alloc mechanism. Investigated the
33369         image destruction code to be sure that everything gets freed correctly.
33370
33371 2004-07-16  Wim Taymans  <wim@fluendo.com>
33372
33373         * gst-libs/gst/riff/riff-read.c:
33374         (gst_riff_read_strf_vids_with_data),
33375         (gst_riff_read_strf_auds_with_data):
33376         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33377         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33378         Make sure we don't create 0 sized subbuffers in riff-read.
33379         Signal the no more pads signal after reading the avi header.
33380
33381 2004-07-16  Wim Taymans  <wim@fluendo.com>
33382
33383         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33384         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33385         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33386         (gst_decode_bin_init), (gst_decode_bin_dispose),
33387         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33388         (no_more_pads), (close_link), (type_found),
33389         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33390         (gst_decode_bin_change_state), (plugin_init):
33391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33392         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33393         (gst_play_base_bin_dispose), (queue_overrun),
33394         (gen_preroll_element), (remove_prerolls), (unknown_type),
33395         (no_more_pads), (new_stream), (setup_source),
33396         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33397         (play_base_eos), (gst_play_base_bin_change_state),
33398         (gst_play_base_bin_add_element),
33399         (gst_play_base_bin_remove_element),
33400         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33401         (gst_play_base_bin_unlink_stream),
33402         (gst_play_base_bin_get_streaminfo):
33403         * gst/playback/gstplaybasebin.h:
33404         Better error recovery. Added configurable preroll queue size. Faster
33405         detection of no-more-pads.
33406
33407 2004-07-16  Wim Taymans  <wim@fluendo.com>
33408
33409         * gst-libs/gst/video/video.h:
33410         Added 32 bits RGBA. Not sure if we should use another mime-type
33411         for alpha rgb. Currently the presence of the alpha_mask property
33412         signals an alpha channel.
33413
33414 2004-07-16  Wim Taymans  <wim@fluendo.com>
33415
33416         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33418         FPS seems to be 0.0 to MAX everywhere else.
33419
33420 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33421
33422         * gst-libs/gst/riff/riff-media.c:
33423         (gst_riff_create_video_caps_with_data):
33424           mp42/mp43 (no caps) exist too.
33425         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33426           Set pixel_width/height; we've got them in-caps.
33427         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33428         * gst/wavparse/gstwavparse.c: (plugin_init):
33429           Both are valid primary.
33430         * sys/oss/gstossmixer.c:
33431           Remove i18n hack and enable translations.
33432
33433 2004-07-15  Benjamin Otte  <otte@gnome.org>
33434
33435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33436         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33437           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33438
33439 2004-07-15  Benjamin Otte  <otte@gnome.org>
33440
33441         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33442         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33443         (gst_alsa_close_audio):
33444           disable some of the debugging code for now. Writing debugging to a
33445           buffer is broken in current alsalib releases.
33446
33447 2004-07-12  Benjamin Otte  <otte@gnome.org>
33448
33449         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33450           use bufferpools
33451
33452 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33453
33454         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33455         (theora_dec_src_query), (theora_dec_event):
33456         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33457           add debugging categories.  Remove \n's.
33458
33459 2004-07-13  Johan Dahlin  <johan@gnome.org>
33460
33461         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33462         (gst_play_bin_get_property): Impl.
33463
33464 2004-07-13  Wim Taymans  <wim@fluendo.com>
33465
33466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33467         When trying to find the stream length, seek back N pages
33468         instead of just one, where N is the number of streams in
33469         the current chain.
33470
33471 2004-07-13  Wim Taymans  <wim@fluendo.com>
33472
33473         * gst-libs/gst/riff/riff-media.c:
33474         (gst_riff_create_audio_caps_with_data),
33475         (gst_riff_create_audio_caps),
33476         (gst_riff_create_audio_template_caps):
33477         * gst-libs/gst/riff/riff-media.h:
33478         * gst-libs/gst/riff/riff-read.c:
33479         (gst_riff_read_strf_vids_with_data),
33480         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33481         * gst-libs/gst/riff/riff-read.h:
33482         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33483         (gst_avi_demux_add_stream):
33484         Set codec_data on caps for avidemuxer.
33485
33486 2004-07-12  David Schleef  <ds@schleef.org>
33487
33488         * configure.ac: Fix test for Objective C
33489
33490 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33491         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33492         (gst_gdk_pixbuf_chain):
33493           Add svg and pcx to template caps, and ensure that getcaps returns a
33494           subset of the template caps.
33495           Copy each row manually for output, as gdkpixbuf may pad the
33496           rowstride to a 32-bit word boundary.
33497
33498 2004-07-12  Wim Taymans  <wim@fluendo.com>
33499
33500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33501         (gst_riff_create_video_template_caps):
33502         Fix the template caps to include some more media types.
33503
33504 2004-07-12  Wim Taymans  <wim@fluendo.com>
33505
33506         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33507         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33508         (compare_ranks), (print_feature), (gst_decode_bin_init),
33509         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33510         (try_to_link_1), (new_pad), (close_link), (type_found),
33511         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33512         (gst_decode_bin_change_state), (plugin_init):
33513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33514         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33515         (gst_play_base_bin_dispose), (queue_overrun),
33516         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33517         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33518         (gst_play_base_bin_get_property), (play_base_eos),
33519         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33520         (gst_play_base_bin_remove_element),
33521         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33522         (gst_play_base_bin_unlink_stream),
33523         (gst_play_base_bin_get_streaminfo):
33524         * gst/playback/gstplaybasebin.h:
33525         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33526         (gst_play_bin_class_init), (gst_play_bin_init),
33527         (gst_play_bin_dispose), (gst_play_bin_set_property),
33528         (gst_play_bin_get_property), (gen_video_element),
33529         (gen_audio_element), (remove_sinks), (setup_sinks),
33530         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33531         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33532         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33533         (gst_play_bin_query), (plugin_init):
33534         * gst/playback/test4.c: (main):
33535         More fixes on reusing of the element.
33536
33537 2004-07-11  Benjamin Otte  <otte@gnome.org>
33538
33539         * ext/mad/gstmad.c: (normal_seek):
33540           allow seeking for other methods than just SET
33541
33542 2004-07-11  Andy Wingo  <wingo@pobox.com>
33543
33544         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33545         float, "any" caps -> buffer_frames=[0,MAX].
33546
33547         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33548         doesn't intersect our caps with the template any more. Do it
33549         ourselves.
33550         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33551
33552 2004-07-09  Wim Taymans  <wim@fluendo.com>
33553
33554         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33555         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33556         (compare_ranks), (print_feature), (gst_decode_bin_init),
33557         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33558         (try_to_link_1), (new_pad), (close_link), (type_found),
33559         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33560         (gst_decode_bin_change_state), (plugin_init):
33561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33562         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33563         (gst_play_base_bin_dispose), (queue_overrun),
33564         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33565         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33566         (gst_play_base_bin_get_property), (play_base_eos),
33567         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33568         (gst_play_base_bin_remove_element),
33569         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33570         (gst_play_base_bin_unlink_stream),
33571         (gst_play_base_bin_get_streaminfo):
33572         * gst/playback/gstplaybasebin.h:
33573         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33574         (gst_play_bin_class_init), (gst_play_bin_init),
33575         (gst_play_bin_dispose), (gst_play_bin_set_property),
33576         (gst_play_bin_get_property), (gen_video_element),
33577         (gen_audio_element), (remove_sinks), (setup_sinks),
33578         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33579         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33580         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33581         (gst_play_bin_query), (plugin_init):
33582         * gst/playback/test4.c: (main):
33583         Work on object reuse and seeking.
33584
33585 2004-07-09  Wim Taymans  <wim@fluendo.com>
33586
33587         * examples/seeking/seek.c: (iterate):
33588         Don't consume all CPU in the idle loop.
33589
33590 2004-07-09  Wim Taymans  <wim@fluendo.com>
33591
33592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33593         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33594         Add pad to element *after* setting the pad functions so that
33595         the scheduler can use the correct ones.
33596
33597 2004-07-09  Wim Taymans  <wim@fluendo.com>
33598
33599         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33600         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33601         Sync to keyframe after seek
33602
33603 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33604
33605         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33606         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33607         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33608         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33609         * ext/libvisual/visual.c: (gst_visual_change_state):
33610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33611         * ext/theora/theoradec.c: (theora_dec_change_state):
33612         * ext/theora/theoraenc.c: (theora_enc_change_state):
33613         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33614         * gst-libs/gst/navigation/navigation.c:
33615         * gst/adder/gstadder.c: (gst_adder_change_state):
33616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33617         (gst_audio_convert_get_buffer):
33618         * gst/multipart/multipartdemux.c:
33619         (gst_multipart_demux_change_state):
33620         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33622         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33623         * gst/videoscale/gstvideoscale.c:
33624         (gst_videoscale_handle_src_event):
33625         * gst/volume/gstvolume.c: (volume_chain_int16):
33626           don't assert in state change, this should be done by the base
33627           GstElement class.
33628           various debugging fixes.
33629
33630 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33631
33632         * configure.ac:
33633         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33634         (gst_play_dispose), (gst_play_set_location),
33635         (gst_play_set_data_src), (gst_play_set_video_sink),
33636         (gst_play_set_audio_sink), (gst_play_set_visualization),
33637         (gst_play_connect_visualization), (gst_play_get_sink_element),
33638         (gst_play_get_all_by_interface):
33639         * gst-libs/gst/play/play.h:
33640           add new method to get elements implementing an interface.
33641           add various error logging
33642
33643 2004-07-08  Wim Taymans  <wim@fluendo.com>
33644
33645         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33646         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33647         (make_playerbin_pipeline), (query_durations_elems),
33648         (query_durations_pads), (query_positions_elems),
33649         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33650         (main):
33651         Added playbin seeking example.
33652
33653 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33654
33655         * gst-libs/gst/play/play.c: (gst_play_set_location),
33656         (gst_play_set_data_src), (gst_play_set_video_sink),
33657         (gst_play_set_audio_sink), (gst_play_set_visualization),
33658         (gst_play_connect_visualization), (gst_play_get_framerate):
33659           use a macro to look up elements from hash table
33660
33661 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33662
33663         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33664         (gst_play_get_length_callback), (gst_play_set_location),
33665         (gst_play_seek_to_time), (gst_play_set_data_src),
33666         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33667         (gst_play_set_visualization), (gst_play_connect_visualization),
33668         (gst_play_get_sink_element):
33669         - add debugging info
33670         - fix looking up sink elements by iterating over complete caps
33671         - put everything except for source and autoplugger in a complete bin
33672
33673 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33674
33675         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33676         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33677         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33678         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33679         * ext/alsa/gstalsasink.h:
33680         - add debugging info
33681         - clean up schizophrenia of data/buffer/event
33682         - fix double event unref error
33683
33684 2004-07-08  Wim Taymans  <wim@fluendo.com>
33685
33686         * gst/playback/Makefile.am:
33687         Add headers to noinst
33688
33689 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33690
33691         * tools/gst-launch-ext-m.m:
33692         * tools/gst-launch-ext.1.in:
33693           convert to the third millenium
33694
33695 2004-07-07  David Schleef  <ds@schleef.org>
33696
33697         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33698
33699 2004-07-07  Wim Taymans  <wim@fluendo.com>
33700
33701         * gst/playback/Makefile.am:
33702         * gst/playback/README:
33703         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33704         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33705         (compare_ranks), (print_feature), (gst_decode_bin_init),
33706         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33707         (try_to_link_1), (new_pad), (close_link), (type_found),
33708         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33709         (plugin_init):
33710         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33711         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33712         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33713         (gen_preroll_element), (no_more_pads), (new_stream),
33714         (setup_source), (gst_play_base_bin_set_property),
33715         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33716         (gst_play_base_bin_add_element),
33717         (gst_play_base_bin_remove_element),
33718         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33719         (gst_play_base_bin_unlink_stream),
33720         (gst_play_base_bin_get_streaminfo):
33721         * gst/playback/gstplaybasebin.h:
33722         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33723         (gst_play_bin_class_init), (gst_play_bin_init),
33724         (gst_play_bin_dispose), (gst_play_bin_set_property),
33725         (gst_play_bin_get_property), (gen_video_element),
33726         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33727         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33728         (gst_play_bin_get_formats), (gst_play_bin_convert),
33729         (gst_play_bin_get_query_types), (gst_play_bin_query),
33730         (plugin_init):
33731         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33732         (gst_stream_info_get_type), (gst_stream_info_class_init),
33733         (gst_stream_info_init), (gst_stream_info_new),
33734         (gst_stream_info_dispose), (gst_stream_info_set_property),
33735         (gst_stream_info_get_property):
33736         * gst/playback/gststreaminfo.h:
33737         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33738         (main):
33739         * gst/playback/test2.c: (main):
33740         * gst/playback/test3.c: (update_scale), (main):
33741         More playbin fixes. Added README. Do better element filtering.
33742         Added base class to preroll media. Added test apps.
33743
33744 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33745
33746         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33747         * ext/mpeg2dec/gstmpeg2dec.h:
33748           various debugging improvements.  Reset stream to next picture
33749           instead of sequence header, otherwise seeks cannot work.
33750
33751 2004-07-07  Wim Taymans  <wim@fluendo.com>
33752
33753         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33754         (gst_video_box_class_init), (gst_video_box_set_property),
33755         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33756         Use pad_alloc where possible.
33757
33758 2004-07-07  Wim Taymans  <wim@fluendo.com>
33759
33760         * sys/oss/gstosselement.c: (gst_osselement_reset),
33761         (gst_osselement_parse_caps):
33762         * sys/oss/gstosselement.h:
33763         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33764         Fix offset on osssrc.
33765
33766 2004-07-07  Wim Taymans  <wim@fluendo.com>
33767
33768         * ext/theora/theora.c: (plugin_init):
33769         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33770         (theora_dec_src_query), (theora_dec_chain):
33771         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33772         (theora_enc_sink_link), (theora_buffer_from_packet),
33773         (theora_push_packet), (theora_enc_chain):
33774         Fix theora granulepos calculation.
33775         Fix overflow in duration/position calculation.
33776         Bump rank to PRIMARY for theoradec.
33777         Use granulepos of last packet to calculate position.
33778         Set keyframe flag on buffers when needed.
33779
33780 2004-07-06  David Schleef  <ds@schleef.org>
33781
33782         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33783         serious?  (Fixed, obviously.)
33784
33785 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33786
33787         * po/LINGUAS:
33788         * po/cs.po:
33789           added Czech translation (Miloslav Trmac)
33790
33791 2004-07-05  Wim Taymans  <wim@fluendo.com>
33792
33793         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33794         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33795         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33796         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33797         (close_link), (type_found), (gst_decode_bin_set_property),
33798         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33799         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33800         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33801         (gst_decode_bin_query), (plugin_init):
33802         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33803         (gst_play_bin_class_init), (gst_play_bin_init),
33804         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33805         (get_video_element), (new_pad), (setup_source),
33806         (gst_play_bin_set_property), (gst_play_bin_get_property),
33807         (gst_play_bin_change_state), (gst_play_bin_add_element),
33808         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33809         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33810         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33811         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33812         * gst/playback/test.c: (main):
33813         More fixes, cleaned up playbin, make it use decodebin. Added
33814         threaded property to playbin.
33815
33816 2004-07-05  Wim Taymans  <wim@fluendo.com>
33817
33818         * configure.ac:
33819         * gst/playback/Makefile.am:
33820         * gst/playback/decodetest.c: (main):
33821         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33822         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33823         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33824         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33825         (close_link), (type_found), (gst_decode_bin_set_property),
33826         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33827         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33828         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33829         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33830         (plugin_init):
33831         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33832         (gst_play_bin_class_init), (gst_play_bin_init),
33833         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33834         (collect_sink_pads), (find_compatibles), (close_pad_link),
33835         (try_to_link_1), (new_pad), (close_link), (type_found),
33836         (setup_source), (gst_play_bin_set_property),
33837         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33838         (compare_ranks), (gst_play_bin_collect_factories),
33839         (gst_play_bin_change_state), (gst_play_bin_add_element),
33840         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33841         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33842         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33843         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33844         * gst/playback/test.c: (main):
33845         Added some playback helper elements and some test apps, very alpha
33846         still.
33847
33848 2004-07-04  Benjamin Otte  <otte@gnome.org>
33849
33850         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33851           only restart audio when we indeed have an xrun to fix repeated
33852           xruns. Fix suggested by Giuliano Pochini.
33853
33854 2004-07-03  David Schleef  <ds@schleef.org>
33855
33856         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33857         call to gst_debug_log() if debugging is disabled (bug #145118)
33858
33859 2004-07-03  Benjamin Otte  <otte@gnome.org>
33860
33861         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33862           use our own functions for restarting the alsa device.
33863         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33864           I should apply patches myself - use MIN for the third argument, not
33865           the second, this fixes seeking
33866
33867 2004-07-02  David Schleef  <ds@schleef.org>
33868
33869         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33870         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33871         do with the logic.
33872
33873 2004-07-02  David Schleef  <ds@schleef.org>
33874
33875         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33876         output buffers.  Fix logic mistake.  (bug #144866)
33877
33878 2004-07-02  David Schleef  <ds@schleef.org>
33879
33880         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33881         on X.  (bug #144753)
33882
33883 2004-07-02  David Schleef  <ds@schleef.org>
33884
33885         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33886         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33887         (bug #144624)
33888         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33889         (gst_osselement_rate_probe_check): Add another workaround for
33890         buggy drivers (bug #145336)
33891
33892 2004-07-02  David Schleef  <ds@schleef.org>
33893
33894         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33895         Most systems don't have MSG_NOSIGNAL.
33896
33897 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33898
33899         * Makefile.am:
33900         * gst-libs/gst/colorbalance/Makefile.am:
33901         * gst-libs/gst/mixer/Makefile.am:
33902         * gst-libs/gst/play/Makefile.am:
33903         * gst-libs/gst/tuner/Makefile.am:
33904           (hopefully) fix both install and dist and make error message useful.
33905           needs testing across automakes.
33906
33907 2004-07-02  Benjamin Otte  <otte@gnome.org>
33908
33909         * ext/ogg/gstogg.c: (plugin_init):
33910           we require bytestream now
33911         * ext/ogg/gstoggdemux.c:
33912           huge diff to implement chain setup in a fast and generic way. This
33913           improves tag reading and startup of huge files (read: Theora videos)
33914           quite a bit. It probably contains bugs, too, so please test.
33915           Seeking is not improved to the fast method.
33916
33917 2004-06-29  Wim Taymans  <wim@fluendo.com>
33918
33919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33920         * ext/ogg/gstoggmux.c:
33921         Fix memleak in oggdemux when running unconnected pads.
33922         doc update in mux, start working on keyframe mode.
33923
33924 2004-06-29  Benjamin Otte  <otte@gnome.org>
33925
33926         * sys/oss/gstosssink.c:
33927         * sys/oss/gstosssrc.c:
33928           advertise correct template caps - we indeed do non-native endianness
33929           and 8bit audio has no endianness
33930         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33932           avoid (wrong) duplications in getcaps function and return
33933           template caps
33934
33935 2004-06-29  Wim Taymans  <wim@fluendo.com>
33936
33937         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33938         (gst_multifdsink_class_init), (gst_multifdsink_add),
33939         (gst_multifdsink_remove), (gst_multifdsink_clear),
33940         (gst_multifdsink_client_remove),
33941         (gst_multifdsink_handle_client_read),
33942         (gst_multifdsink_client_queue_data),
33943         (gst_multifdsink_client_queue_caps),
33944         (gst_multifdsink_client_queue_buffer),
33945         (gst_multifdsink_handle_client_write),
33946         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33947         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33948         (gst_multifdsink_init_send), (gst_multifdsink_close):
33949         Fix wrong GList iteration that could crash the server when
33950         more then 2 clients disconnect at the same time. Read all the
33951         pending commands in one batch to recover from command storms under
33952         very heavy load.
33953
33954 2004-06-28  Wim Taymans  <wim@fluendo.com>
33955
33956         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33957         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33958         (gst_videomixer_pad_set_property),
33959         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33960         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33961         (gst_videomixer_class_init), (gst_videomixer_init),
33962         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33963         (pad_zorder_compare), (gst_videomixer_sort_pads),
33964         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33965         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33966         (gst_videomixer_update_queues), (gst_videomixer_loop),
33967         (plugin_init):
33968         Avoid divide by zero, choose masterpad as the pad with the highest
33969         framerate.
33970
33971 2004-06-27  Julien Moutte  <julien@moutte.net>
33972
33973         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33974         (gst_ximagesink_xwindow_new):
33975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33976         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33977         function directly. We might want to call it from somewhere else one day.
33978
33979 2004-06-27  Julien Moutte  <julien@moutte.net>
33980
33981         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33982         (gst_ximagesink_xwindow_new):
33983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33984         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33985         window decorations.
33986
33987 2004-06-27  Wim Taymans  <wim@fluendo.com>
33988
33989         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33990         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33991         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33992         (gst_dvdec_set_property), (gst_dvdec_get_property):
33993         * ext/dv/gstdvdec.h:
33994         Implement drop_factor property to lower the framerate with
33995         a factor.
33996
33997 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33998
33999         * gst-libs/gst/colorbalance/Makefile.am:
34000         * gst-libs/gst/mixer/Makefile.am:
34001         * gst-libs/gst/play/Makefile.am:
34002         * gst-libs/gst/tuner/Makefile.am:
34003           unbreak Company's fix that didn't install the -enum.h files
34004
34005 2004-06-27  Wim Taymans  <wim@fluendo.com>
34006
34007         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
34008         (gst_dvdec_change_state):
34009         * ext/dv/gstdvdec.h:
34010         Fix timestamp, duration and offset of the buffers.
34011
34012 2004-06-27  Wim Taymans  <wim@fluendo.com>
34013
34014         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34015         (gst_multifdsink_class_init), (gst_multifdsink_add),
34016         (gst_multifdsink_remove), (gst_multifdsink_clear),
34017         (gst_multifdsink_client_remove),
34018         (gst_multifdsink_handle_client_read),
34019         (gst_multifdsink_client_queue_data),
34020         (gst_multifdsink_client_queue_caps),
34021         (gst_multifdsink_client_queue_buffer),
34022         (gst_multifdsink_handle_client_write),
34023         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34024         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34025         (gst_multifdsink_init_send), (gst_multifdsink_close):
34026         * gst/tcp/gstmultifdsink.h:
34027         * gst/tcp/gsttcpserversink.c:
34028         (gst_tcpserversink_handle_server_read),
34029         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34030         More multifdsink fixes, more recovery policy fixes.
34031         Removed stupid g_print
34032
34033 2004-06-26  Wim Taymans  <wim@fluendo.com>
34034
34035         * gst/tcp/Makefile.am:
34036         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34037         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34038         (gst_multifdsink_class_init), (gst_multifdsink_init),
34039         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34040         (gst_multifdsink_handle_client_read),
34041         (gst_multifdsink_client_queue_data),
34042         (gst_multifdsink_client_queue_caps),
34043         (gst_multifdsink_client_queue_buffer),
34044         (gst_multifdsink_handle_client_write),
34045         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34046         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34047         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34048         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34049         (gst_multifdsink_close), (gst_multifdsink_change_state):
34050         * gst/tcp/gstmultifdsink.h:
34051         * gst/tcp/gsttcpplugin.c: (plugin_init):
34052         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34053         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34054         (gst_tcpserversink_handle_server_read),
34055         (gst_tcpserversink_handle_select),
34056         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34057         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34058         * gst/tcp/gsttcpserversink.h:
34059         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34060         one of the locks, added recovery policy to multifdsink.
34061
34062 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34063
34064         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34065           fix decision for when getting frames with same timestamp
34066         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34067         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34068         (gst_v4lsrc_get_property):
34069         * sys/v4l/gstv4lsrc.h:
34070           add latency offset property
34071
34072 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34073
34074         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34075         (plugin_init):
34076           fix debugging. add category.
34077
34078 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34079
34080         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34081           fix wrong offsets
34082
34083 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34084
34085         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34086         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34087         (gst_alsa_src_change_state):
34088           return a time that is in sync with the element's processing
34089
34090 2004-06-25  Wim Taymans  <wim@fluendo.com>
34091
34092         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34093         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34094         (gst_tcpserversink_client_remove),
34095         (gst_tcpserversink_handle_client_read),
34096         (gst_tcpserversink_client_queue_data),
34097         (gst_tcpserversink_client_queue_caps),
34098         (gst_tcpserversink_client_queue_buffer),
34099         (gst_tcpserversink_handle_client_write),
34100         (gst_tcpserversink_queue_buffer),
34101         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34102         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34103         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34104         (gst_tcpserversink_close):
34105         * gst/tcp/gsttcpserversink.h:
34106         Serversink rewrite. Really do non blocking writes to clients and
34107         maintain an internal queue to handle slower clients while not
34108         disturbing fast clients.
34109
34110 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34111
34112         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34113           better debug, don't override OFFSET and OFFSET_END
34114
34115 2004-06-25  Iain <iain@prettypeople.org>
34116
34117         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34118         name=source for the wavparse pipeline.
34119
34120 2004-06-24  Johan Dahlin  <johan@gnome.org>
34121
34122         * ext/theora/theoraenc.c (theora_enc_chain): Call
34123         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34124         streamheader caps are set correctly.
34125
34126 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34127
34128         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34129         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34130           respect minimum bitrate; same could be done for max bitrate
34131
34132 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34133
34134         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34135         (gst_vorbisenc_setup):
34136           fix sample rate range
34137
34138 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34139
34140         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34141         (gst_oggvorbisenc_setup):
34142         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34143         (gst_vorbisenc_setup):
34144           resolve ambiguities in code and description
34145
34146 2004-06-24  Wim Taymans  <wim@fluendo.com>
34147
34148         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34149         * ext/alsa/gstalsa.h:
34150         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34151         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34152         Use alsa trigger_tstamp to get the timestamp of the first
34153         sample in the buffer for more precise sync. Some cleanups.
34154
34155 2004-06-24  Wim Taymans  <wim@fluendo.com>
34156
34157         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34158         (gst_audiorate_init), (gst_audiorate_chain),
34159         (gst_audiorate_set_property), (gst_audiorate_get_property):
34160         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34161         (gst_videorate_chain):
34162         Added some logging, fixed an overflow bug in videorate.
34163
34164 2004-06-24  Benjamin Otte  <otte@gnome.org>
34165
34166         * ext/kio/Makefile.am:
34167           fix for builddir != srcdir and distcheck
34168
34169 2004-06-24  Benjamin Otte  <otte@gnome.org>
34170
34171         * gst-libs/gst/colorbalance/Makefile.am:
34172         * gst-libs/gst/mixer/Makefile.am:
34173         * gst-libs/gst/play/Makefile.am:
34174         * gst-libs/gst/tuner/Makefile.am:
34175         * gst/tcp/Makefile.am:
34176         * sys/dxr3/Makefile.am:
34177           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34178           tarball.
34179           Also add all *.list files that were missing.
34180         * Makefile.am:
34181           add a distcheck hook to ensure the above doesn't happen again.
34182
34183 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34184
34185         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34186
34187 2004-06-23  Colin Walters  <walters@redhat.com>
34188
34189         * m4/Makefile.am: Distribute gst-fionread.m4.
34190
34191 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34192
34193         * configure.ac: back to dev
34194
34195 2004-06-23  Wim Taymans  <wim@fluendo.com>
34196
34197         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34198         (gst_alsa_xrun_recovery):
34199         * ext/alsa/gstalsa.h:
34200         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34201         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34202         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34203         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34204         (gst_alsa_src_loop):
34205         Add clock to alsasrc. Take new capture timestamp when
34206         restarting after an overrun. Split up some functions between
34207         alsasrc and alsasink.
34208
34209 === release 0.8.2 ===
34210
34211 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34212
34213         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34214         (gst_alsa_change_state), (gst_alsa_update_avail),
34215         (gst_alsa_xrun_recovery):
34216         * ext/alsa/gstalsa.h:
34217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34218           merge back changes from release
34219
34220 2004-06-23  Wim Taymans  <wim@fluendo.com>
34221
34222         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34223         (gst_audiorate_init), (gst_audiorate_chain),
34224         (gst_audiorate_set_property), (gst_audiorate_get_property):
34225         Implement sample dropping and notify
34226
34227 2004-06-22  Wim Taymans  <wim@fluendo.com>
34228
34229         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34230         (theora_enc_sink_link), (theora_buffer_from_packet),
34231         (theora_push_packet), (theora_enc_chain):
34232         Some cleanups, make sure the timestamps are correct.
34233
34234 2004-06-22  Wim Taymans  <wim@fluendo.com>
34235
34236         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34237         (gst_alsa_change_state), (gst_alsa_update_avail),
34238         (gst_alsa_xrun_recovery):
34239         * ext/alsa/gstalsa.h:
34240         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34241         Cleanups, take queued samples into account when reporting
34242         the time.
34243
34244 2004-06-22  Wim Taymans  <wim@fluendo.com>
34245
34246         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34247         (gst_videorate_init):
34248         Initialize the property as well.
34249
34250 2004-06-22  Wim Taymans  <wim@fluendo.com>
34251
34252         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34253         (gst_videorate_init), (gst_videorate_chain),
34254         (gst_videorate_set_property), (gst_videorate_get_property):
34255         Add property to make videorate silent.
34256         Add property to prefer new frames over old ones.
34257
34258 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34259
34260         * sys/osxvideo/Makefile.am:
34261         Workaround so that the osxvideo .so file gets linked with the
34262         Cocoa, OpenGL and QuickTime frameworks
34263
34264 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34265
34266         * sys/osxaudio/Makefile.am:
34267         Workaround so that the osxaudio .so file gets linked with the
34268         CoreAudio framework
34269
34270 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34271
34272         * configure.ac:
34273         Whoops, my fault...fixed build issues
34274
34275 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34276
34277         * configure.ac:
34278         Add objective-c support if running in Darwin/Mac OS X
34279         * sys/Makefile.am:
34280         * sys/osxvideo:
34281         * sys/osxvideo/Makefile.am:
34282         * sys/osxvideo/osxvideosink.h:
34283         * sys/osxvideo/osxvideosink.m:
34284         * sys/osxvideo/cocoawindow.h:
34285         * sys/osxvideo/cocoawindow.m:
34286         Add osxvideosink, a cocoa-based osx video sink
34287
34288
34289 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34290         * ext/dvdnav/gst-dvd:
34291         Grab the gconf key from the right spot
34292         * gst/debug/gstnavseek.c: (gst_navseek_init),
34293         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34294         (gst_navseek_chain):
34295         * gst/debug/gstnavseek.h:
34296           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34297           and loop parameters of a segment seek.
34298         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34299         (gst_videotestsrc_get_event_masks),
34300         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34301         * gst/videotestsrc/gstvideotestsrc.h:
34302           Add seeking support to videotestsrc
34303           Initialise the timestamp_offset variable.
34304
34305 2004-06-18  Wim Taymans  <wim@fluendo.com>
34306
34307         * ext/sidplay/gstsiddec.cc:
34308         Fix negotiation and set correct end offset.
34309
34310 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34311
34312         * configure.ac: branch and prerelease
34313
34314 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34315
34316         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34317         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34318         (gst_tcpclientsrc_init_receive):
34319         * gst/tcp/gsttcpclientsrc.h:
34320           read caps when connecting to server for GDP so we set them correctly
34321
34322 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34323
34324         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34325           notify drops and duplicates
34326         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34327           no good reason to limit ourselves to 100x100
34328
34329 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34330
34331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34332         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34333         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34334         (gst_v4lsrc_get_property):
34335         * sys/v4l/gstv4lsrc.h:
34336         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34337         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34338         (gst_v4l_set_audio):
34339         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34340         (gst_v4lsrc_try_capture):
34341         * sys/v4l/v4lsrc_calls.h:
34342           change try_palette to more general try_capture
34343           add autoprobe option so we can turn off autoprobing
34344           various fixes
34345
34346 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34347
34348         * configure.ac:
34349           add videorate
34350         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34351         (gst_ximagesink_class_init):
34352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34353         (gst_xvimagesink_class_init):
34354           run them as finalize, not dispose, since dispose can be invoked
34355           multiple times
34356
34357 2004-06-17  Wim Taymans  <wim@fluendo.com>
34358
34359         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34360         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34361         * ext/alsa/gstalsa.h:
34362         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34363         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34364         (gst_alsa_src_change_state):
34365         * ext/alsa/gstalsasrc.h:
34366         Make the xrun code timestamp and offset the buffers correctly.
34367         moved the clock to the base class, use alsa methods to get time.
34368         Do correct timestamping on outgoing buffers.
34369
34370 2004-06-17  Wim Taymans  <wim@fluendo.com>
34371
34372         * gst/audiorate/Makefile.am:
34373         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34374         (gst_audiorate_base_init), (gst_audiorate_class_init),
34375         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34376         (gst_audiorate_set_property), (gst_audiorate_get_property),
34377         (gst_audiorate_change_state), (plugin_init):
34378         Added an audiorate converter that fills in gaps.
34379
34380 2004-06-17  Johan Dahlin  <johan@gnome.org>
34381
34382         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34383
34384 2004-06-16  Wim Taymans  <wim@fluendo.com>
34385
34386         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34387         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34388         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34389         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34390         (gst_v4lsrc_get_property):
34391         * sys/v4l/gstv4lsrc.h:
34392         Added a copy mode to v4lsrc where it will output a copied version
34393         of its internal hardware buffer.
34394         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34395         can't | them.
34396
34397 2004-06-16  Wim Taymans  <wim@fluendo.com>
34398
34399         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34400         Timestamp fixes.
34401
34402 2004-06-16  Wim Taymans  <wim@fluendo.com>
34403
34404         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34405         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34406         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34407         (gst_v4lsrc_get_property):
34408         * sys/v4l/gstv4lsrc.h:
34409         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34410         Added a sync mode enum property to control v4lsrc timestamp method
34411         Removed the use-fixed-fps property and moved functionality in
34412         the enum.
34413         Don't error on an error value from v4l-conf, it might not always
34414         be a real error.
34415
34416 2004-06-16  Wim Taymans  <wim@fluendo.com>
34417
34418         * gst/videorate/Makefile.am:
34419         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34420         (gst_videorate_base_init), (gst_videorate_class_init),
34421         (gst_videorate_getcaps), (gst_videorate_link),
34422         (gst_videorate_init), (gst_videorate_chain),
34423         (gst_videorate_set_property), (gst_videorate_get_property),
34424         (gst_videorate_change_state), (plugin_init):
34425         Added a video timestamp corrector.
34426
34427 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34428
34429         fixed a potential leak with previous commit
34430
34431         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34432
34433 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34434
34435         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34436         Added missing refcount, fixes bug #144425
34437         Cheers Tim for finding the bug
34438
34439 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34440
34441         * sys/v4l/gstv4l.c: (plugin_init):
34442         * sys/v4l/gstv4lcolorbalance.c:
34443         * sys/v4l/gstv4lcolorbalance.h:
34444         * sys/v4l/gstv4lelement.c:
34445         * sys/v4l/gstv4lelement.h:
34446         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34447         * sys/v4l/gstv4lmjpegsink.h:
34448         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34449         * sys/v4l/gstv4lmjpegsrc.h:
34450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34451         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34452         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34453         * sys/v4l/gstv4lsrc.h:
34454         * sys/v4l/gstv4ltuner.c:
34455         * sys/v4l/gstv4ltuner.h:
34456         * sys/v4l/gstv4lxoverlay.c:
34457         * sys/v4l/gstv4lxoverlay.h:
34458         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34459         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34460         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34461         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34462         (gst_v4l_set_audio):
34463         * sys/v4l/v4l_calls.h:
34464         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34465         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34466         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34467         (gst_v4lmjpegsink_playback_init),
34468         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34469         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34470         (gst_v4lmjpegsink_playback_stop),
34471         (gst_v4lmjpegsink_playback_deinit):
34472         * sys/v4l/v4lmjpegsink_calls.h:
34473         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34474         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34475         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34476         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34477         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34478         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34479         * sys/v4l/v4lmjpegsrc_calls.h:
34480         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34481         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34482         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34483         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34484         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34485         (gst_v4lsrc_try_palette):
34486         * sys/v4l/v4lsrc_calls.h:
34487           bunch of paranoia cleanups
34488
34489 2004-06-14  David Schleef  <ds@schleef.org>
34490
34491         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34492         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34493         Send discont events and change timestamps appropriately when
34494         we get a seek event.  (bug #144240)
34495         * ext/cdparanoia/gstcdparanoia.h:
34496
34497 2004-06-14  Benjamin Otte  <otte@gnome.org>
34498
34499         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34500           snd_pcm_hw_params_set_rate  since the latter fails for no good
34501           reason on some setups.
34502
34503 2004-06-14  David Schleef  <ds@schleef.org>
34504
34505         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34506         standard.  Thank you for playing.
34507
34508 2004-06-14  Wim Taymans  <wim@fluendo.com>
34509
34510         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34511         Patch 1.3 broke the ordering of the colorspace info and
34512         made the plugin basically work by coincidence, reordered
34513         the info.
34514
34515 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34516
34517         * ext/lame/gstlame.c:
34518         * ext/mad/gstmad.c:
34519           sync caps.  Make sure mad can only output a list of rates, not
34520           a full range.  In the future, have three caps lists for each of the
34521           mpeg versions.  Change mpegversion to a double as well.
34522
34523 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34524
34525         * gst/volume/.cvsignore:
34526         * gst/volume/Makefile.am:
34527         * gst/volume/demo.c: (value_changed_callback), (idler),
34528         (setup_gui), (main):
34529           added small demo app
34530
34531 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34532         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34533         * ext/esd/esdsink.h:
34534         Close the esd connection on pause, because esd will just wait -
34535         blocking all other esd clients indefinitely.
34536
34537 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34538
34539         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34540           previous commit with GST_DEBUG
34541
34542 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34543
34544         * configure.ac:
34545           add a header check for a dvdread header in dvdnav.  Fixes #133002
34546
34547 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34548
34549         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34550         * gst/tcp/gsttcpclientsink.h:
34551         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34552         * gst/tcp/gsttcpclientsrc.h:
34553         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34554         (gst_tcpserversink_handle_server_read),
34555         (gst_tcpserversink_init_send):
34556         * gst/tcp/gsttcpserversink.h:
34557         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34558         * gst/tcp/gsttcpserversrc.h:
34559         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34560         version of IP)
34561
34562 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34563
34564         * configure.ac:
34565         Added ogg library so that OSX detects libtheora properly
34566
34567 2004-06-11  Wim Taymans  <wim@fluendo.com>
34568
34569         * ext/theora/theoradec.c: (theora_dec_chain),
34570         (theora_dec_change_state):
34571         Don't try to decode frames before we received a keyframe.
34572
34573 2004-06-11  Wim Taymans  <wim@fluendo.com>
34574
34575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34576         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34577         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34578         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34579         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34580         Added property to set the maximum delay of a page.
34581
34582 2004-06-10  Wim Taymans  <wim@fluendo.com>
34583
34584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34585         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34586         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34587         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34588         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34589         Added max-delay property to control the maximum amount
34590         of data to put in one page.
34591
34592 2004-06-10  Wim Taymans  <wim@fluendo.com>
34593
34594         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34595         (gst_theora_enc_init), (theora_enc_sink_link),
34596         (theora_buffer_from_packet), (theora_enc_set_property),
34597         (theora_enc_get_property):
34598         Set duration on encoded buffer, added some more properties
34599
34600 2004-06-10  Wim Taymans  <wim@fluendo.com>
34601
34602         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34603         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34604         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34605         * ext/theora/theoraenc.c: (theora_enc_chain):
34606         Fix refcounting bugs
34607
34608 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34609
34610         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34611         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34612         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34613         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34614         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34615         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34616         (gst_asf_demux_change_state):
34617         * gst/asfdemux/gstasfdemux.h:
34618           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34619           feels like. I think we should set a new requirement for demuxers
34620           from now on to implement sane loop functions, data loops, query
34621           and seek functions before first commit into CVS. And this commit
34622           fixes all of the above.
34623
34624 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34625
34626         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34627           vorbis comments are properly encoded in UTF-8 before adding them
34628           to a GstTagList
34629
34630 2004-06-09  Benjamin Otte  <otte@gnome.org>
34631
34632         * ext/alsa/gstalsa.c: (add_channels):
34633           handle min <= max correctly
34634         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34635         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34636           add fixation functions so we fixate correctly. No preferring of alaw
34637           anymore because it's the first structure.
34638         * ext/alsa/gstalsa.h:
34639         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34640         (gst_alsa_hw_params_dump):
34641           add functions to ease debugging in alsalib
34642         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34643         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34644         (gst_alsa_start_audio):
34645           only specify hw params if we really setup a format (fixes #134007 -
34646           or at least works around it)
34647
34648 2004-06-09  Wim Taymans  <wim@fluendo.com>
34649
34650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34651         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34652         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34653         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34654         (gst_ogg_mux_loop):
34655         Use stream caps to setup the initial pages in the ogg stream.
34656         Correctly set the streamheader caps on the srcpad.
34657
34658 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34659
34660         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34661         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34662         (gst_v4lsrc_getcaps):
34663         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34664         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34665           add querying of fps lists for webcams.  Negotiating to a framerate
34666           now works.
34667
34668 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34669
34670         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34671         (theora_push_buffer), (theora_push_packet),
34672         (theora_set_header_on_caps), (theora_enc_chain):
34673           mark buffers and put on streamheader, raw theora streaming
34674           now works too, whee
34675
34676 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34677
34678         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34679         (gst_tcp_gdp_read_caps):
34680           do a looping read for caps and GDP headers too
34681
34682 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34683
34684         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34685         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34686           return EOS instead of NULL in _get
34687
34688 2004-06-08  Wim Taymans  <wim@fluendo.com>
34689
34690         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34691         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34692         (gst_tcp_gdp_write_caps):
34693         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34694         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34695         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34696         Memory leak fixes
34697
34698 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34699
34700         * ext/vorbis/Makefile.am:
34701         * ext/vorbis/vorbis.c: (plugin_init):
34702         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34703         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34704         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34705         (vorbis_parse_change_state):
34706         * ext/vorbis/vorbisparse.h:
34707           adding a vorbisparse element that marks the buffers, streaming
34708           raw vorbis using GDP now works, whee
34709
34710 2004-06-08  Wim Taymans  <wim@fluendo.com>
34711
34712         * ext/jpeg/Makefile.am:
34713         * ext/jpeg/README:
34714         * ext/jpeg/gstjpeg.c: (plugin_init):
34715         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34716         (gst_smokedec_base_init), (gst_smokedec_class_init),
34717         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34718         * ext/jpeg/gstsmokedec.h:
34719         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34720         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34721         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34722         (gst_smokeenc_resync), (gst_smokeenc_chain),
34723         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34724         * ext/jpeg/gstsmokeenc.h:
34725         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34726         (smokecodec_flush_destination), (smokecodec_term_destination),
34727         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34728         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34729         (smokecodec_term_source), (smokecodec_encode_new),
34730         (smokecodec_decode_new), (smokecodec_info_free),
34731         (smokecodec_set_quality), (smokecodec_get_quality),
34732         (smokecodec_set_threshold), (smokecodec_get_threshold),
34733         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34734         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34735         (smokecodec_parse_header), (smokecodec_decode):
34736         * ext/jpeg/smokecodec.h:
34737         Added a new simple jpeg based codec
34738
34739 2004-06-08  Wim Taymans  <wim@fluendo.com>
34740
34741         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34742         (gst_multipart_mux_loop):
34743         Fix memory leak
34744
34745 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34746
34747         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34748         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34749         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34750         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34751         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34752         * gst/tcp/gsttcpserversink.h:
34753           take streamheader into account
34754
34755 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34756
34757         * gst/level/Makefile.am:
34758         * gst/level/gstlevel.c: (gst_level_class_init):
34759           clean up marshal generation
34760
34761 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34762
34763         * gst/tcp/Makefile.am:
34764         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34765         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34766         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34767         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34768         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34769         (gst_tcpclientsrc_get_property):
34770         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34771         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34772         (gst_tcpserversink_handle_client_read),
34773         (gst_tcpserversink_handle_client_write),
34774         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34775         * gst/tcp/gsttcpserversink.h:
34776           add signals client-added and client-removed
34777         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34778         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34779         (gst_tcpserversrc_get_property):
34780         uniformized, change default protocol to NONE
34781         * gst/tcp/gsttcp-marshal.list: added
34782 2004-06-07  Benjamin Otte  <otte@gnome.org>
34783
34784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34785           handle discont events if they happen before caps nego
34786
34787 2004-06-07  Wim Taymans  <wim@fluendo.com>
34788
34789         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34790         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34791         (gst_multipart_demux_plugin_init):
34792         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34793         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34794         (gst_multipart_mux_change_state):
34795         Small updates, fix a memleak
34796
34797 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34798
34799         * configure.ac: OSS portability
34800         * ext/arts/gst_arts.c: idem
34801         * sys/oss/gstosselement.c: idem
34802         * sys/oss/gstossmixer.c: idem
34803         * sys/oss/gstosssink.c: idem
34804         * sys/oss/gstosssrc.c: idem
34805         * sys/oss/oss_probe.c: idem
34806           - check for soundcard.h in different places for some BSD
34807
34808 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34809
34810         * AUTHORS:
34811         Add me to the authors file
34812         * configure.ac:
34813         Increase the libdv requirement to >= version 0.100
34814         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34815         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34816         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34817         * ext/dv/gstdvdec.h:
34818         Add support for the new_media flag when sending DISCONT events
34819         Make the querying work when video pad is not linked
34820
34821 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34822
34823         reviewed by Benjamin Otte  <otte@gnome.org>
34824
34825         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34826           create a NULL-initialized array of pads, so we don't think they
34827           exist already. (fixes #143130)
34828
34829 2004-06-07  Benjamin Otte  <otte@gnome.org>
34830
34831         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34832         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34833         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34834           don't use // coments
34835
34836 2004-06-07  Benjamin Otte  <otte@gnome.org>
34837
34838         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34839           cast to GstClockTime to get higher granularity
34840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34841           use gst_element_set_time_delay to get the exact time
34842         * ext/mad/gstmad.c: (gst_mad_chain):
34843           use the negotiated rate instead of the current frame's rate which
34844           might be wrong because of bit errors. This avoids emitting totally
34845           bogus timestamps and screwing sync.
34846         (fixes #143454)
34847
34848 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34849
34850         reviewed by Benjamin Otte  <otte@gnome.org>
34851
34852         * gst/adder/gstadder.c: (gst_adder_loop):
34853           properly error out when no negotiation has happened yet. (fixes
34854           #143032)
34855
34856 2004-06-06  Benjamin Otte  <otte@gnome.org>
34857
34858         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34859           forward correctly transformed offset in discont events. Based on
34860           patch by Arwed v. Merkatz. (fixes #142851)
34861
34862 2004-06-06  David Schleef  <ds@schleef.org>
34863
34864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34865         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34866         problems on several systems.
34867
34868 2004-06-06  Benjamin Otte  <otte@gnome.org>
34869
34870         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34871           use explicit caps on the srcpad
34872         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34873           properly error out if caps couldn't be set (fixes #142764)
34874
34875 2004-06-06  Benjamin Otte  <otte@gnome.org>
34876
34877         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34878         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34879         (gst_alsa_start_audio):
34880           - don't call set_periods_integer anymore, it breaks the
34881           configuration randomly
34882           - call snd_pcm_hw_params_set_access directly instead of using masks
34883           - don't fail if the sw_params can't be set, just use the default
34884           params and hope it works. Alsalib has weird issues when you touch
34885           sw_params and does no proper error reporting about what failed.
34886         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34887         (gst_alsa_close_audio):
34888           make our alsa debugging go via gst debugging and not conditionally
34889           defined
34890         * ext/alsa/gstalsa.h:
34891           add ALSA_DEBUG_FLUSH macro
34892         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34893         (plugin_init):
34894           wrap alsa errors to be printed via the gst debugging system and not
34895           spammed to stderr
34896
34897 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34898
34899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34900         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34901         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34902         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34903         (qtdemux_parse_trak):
34904         * gst/qtdemux/qtdemux.h:
34905           Bitch. Also known as seeking, querying & co.
34906         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34907         (gst_osssink_change_state):
34908         * sys/oss/gstosssink.h:
34909           Resyncing is for weenies, this hack is no longer needed and was
34910           broken anyway (since it - unintendedly - always leaves resync to
34911           TRUE).
34912
34913 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34914
34915         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34916         * gst/tcp/gsttcpclientsrc.h: idem
34917           - define MSG_NOSIGNAL if not done
34918           - include unistd.h for off_t
34919           (fixes #143749)
34920
34921 2004-06-05  Benjamin Otte  <otte@gnome.org>
34922
34923         * configure.ac:
34924         * ext/kio/Makefile.am:
34925           check for qt's moc preprocessor explicitly and use it
34926
34927 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34928
34929         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34930           don't get a signal for EPIPE on socket writes
34931           (somebody check if this works on other platforms)
34932
34933 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34934
34935         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34936         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34937           check error condition on available samples correctly
34938
34939 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34940
34941         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34942           avoid a segfault
34943         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34944         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34945         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34946         (gst_tcpserversrc_gdp_read_header):
34947          use ssize_t over size_t since the former is signed and thus the
34948          check for error codes can work
34949
34950 2004-06-02  Wim Taymans  <wim@fluendo.com>
34951
34952         reviewed by: Johan
34953
34954         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34955         (gst_multipart_mux_loop):
34956         Oops
34957
34958 2004-06-02  Wim Taymans  <wim@fluendo.com>
34959
34960         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34961         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34962         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34963         (gst_multipart_mux_change_state):
34964         Added configurable boundary specifier, added the value as a
34965         caps field as well.
34966
34967 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34968
34969         * gst/tcp/gsttcp.c:
34970         * gst/tcp/gsttcpclientsrc.c:
34971         * gst/tcp/gsttcpclientsrc.h:
34972         * gst/tcp/gsttcpserversrc.c:
34973           - portability fix, to compile on OSX
34974             (fixes #143146)
34975
34976         * sys/osxaudio/gstosxaudioelement.c:
34977         * sys/osxaudio/gstosxaudiosink.c:
34978         * sys/osxaudio/gstosxaudiosrc.c:
34979           - compilation warnings on OSX
34980             (fixes #143153)
34981
34982 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34983
34984         * ext/vorbis/vorbisdec.c : sign warning fixes
34985
34986         * gst-libs/gst/mixer/mixertrack.c :
34987           do no use defines which are glib 2.4 specific
34988
34989 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34990
34991         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34992           buffer since libflac doesn't expect it (reports a sync error when
34993           it encounters that)
34994
34995
34996 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34997
34998         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34999         * gst-libs/gst/mixer/mixertrack.c:
35000         (gst_mixer_track_get_property), (get_mixer_track_init),
35001         (get_mixer_track_get_property): Added property accessors
35002         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
35003         * gst-libs/gst/mixer/mixeroptions.c:
35004         (gst_mixer_options_get_values): Added
35005         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
35006         * gst-libs/gst/mixer/mixer.c: Fixed comment
35007
35008
35009 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35010
35011         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
35012           improve error messages on open
35013
35014
35015 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35016
35017         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
35018           check if v4l-conf is in path
35019
35020 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35021
35022         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
35023           change assert to a more readable error message
35024
35025 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
35026
35027         * gst-libs/gst/tuner/tunerchannel.h:
35028           - add a freq_multiplicator field to make the conversion
35029             between internal frequency unit and Hz
35030         * sys/v4l/gstv4lelement.c:
35031         * sys/v4l2/gstv4l2element.c:
35032           - change default video device to /dev/video0
35033         * sys/v4l/v4l_calls.c:
35034         * sys/v4l2/v4l2_calls.c:
35035           - we only expose frequency to the user in Hz instead of
35036             bastard v4lX unit (either 62.5kHz or 62.5Hz)
35037
35038 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35039         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35040           Initialise b_o_s and e_o_s variables
35041         * gst-libs/gst/riff/riff-media.c:
35042         (gst_riff_create_video_caps_with_data):
35043           Add some unusual fourcc's from mplayer avi's
35044         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35045           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35046           autoplugging.
35047
35048 2004-05-28  Wim Taymans  <wim@fluendo.com>
35049
35050         * configure.ac:
35051         * gst/alpha/Makefile.am:
35052         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35053         (gst_alpha_get_type), (gst_alpha_base_init),
35054         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35055         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35056         (gst_alpha_chroma_key), (gst_alpha_chain),
35057         (gst_alpha_change_state), (plugin_init):
35058         A plugin to add an alpha channel to I420 video. Can optionally do
35059         chroma keying.
35060         * gst/multipart/Makefile.am:
35061         * gst/multipart/multipart.c: (plugin_init):
35062         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35063         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35064         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35065         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35066         (gst_multipart_demux_change_state),
35067         (gst_multipart_demux_plugin_init):
35068         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35069         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35070         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35071         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35072         (gst_multipart_mux_pad_unlink),
35073         (gst_multipart_mux_request_new_pad),
35074         (gst_multipart_mux_handle_src_event),
35075         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35076         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35077         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35078         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35079         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35080         send multipart jpeg images to a browser.
35081         * gst/videobox/Makefile.am:
35082         * gst/videobox/README:
35083         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35084         (gst_video_box_get_type), (gst_video_box_base_init),
35085         (gst_video_box_class_init), (gst_video_box_init),
35086         (gst_video_box_set_property), (gst_video_box_get_property),
35087         (gst_video_box_sink_link), (gst_video_box_i420),
35088         (gst_video_box_ayuv), (gst_video_box_chain),
35089         (gst_video_box_change_state), (plugin_init):
35090         Crops or adds borders around an image. can do alpha channel
35091         borders as well.
35092         * gst/videomixer/Makefile.am:
35093         * gst/videomixer/README:
35094         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35095         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35096         (gst_videomixer_pad_get_sink_event_masks),
35097         (gst_videomixer_pad_get_property),
35098         (gst_videomixer_pad_set_property),
35099         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35100         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35101         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35102         (gst_videomixer_base_init), (gst_videomixer_class_init),
35103         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35104         (gst_videomixer_handle_src_event),
35105         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35106         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35107         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35108         (gst_videomixer_loop), (gst_videomixer_get_property),
35109         (gst_videomixer_set_property), (gst_videomixer_change_state),
35110         (plugin_init):
35111         Generic video mixer plugin, can handle multiple inputs all with
35112         different framerates and video sizes. Is fully alpha channel
35113         aware.
35114
35115 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35116
35117         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35118           Select first track as master track. Not sure how else to handle
35119           that...
35120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35121           Discard discont events. Should fix #142962.
35122
35123 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35124
35125         * ext/alsa/Makefile.am:
35126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35127         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35128         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35129         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35130         (gst_alsa_mixer_get_option):
35131         * ext/alsa/gstalsamixer.h:
35132         * ext/alsa/gstalsamixeroptions.c:
35133         (gst_alsa_mixer_options_get_type),
35134         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35135         (gst_alsa_mixer_options_new):
35136         * ext/alsa/gstalsamixeroptions.h:
35137         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35138         * ext/alsa/gstalsamixertrack.h:
35139           Add enumerations (as GstMixerOptions). Make correct distinction
35140           between input/output tracks. Add capture/playback private flag.
35141           Use flag to decide on whether to set capture or playback volumes
35142           or switches. Use playback and record switches.
35143         * gst-libs/gst/mixer/Makefile.am:
35144         * gst-libs/gst/mixer/mixer-marshal.list:
35145         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35146         (gst_mixer_set_option), (gst_mixer_get_option),
35147         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35148         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35149         * gst-libs/gst/mixer/mixer.h:
35150         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35151         (gst_mixer_options_class_init), (gst_mixer_options_init),
35152         (gst_mixer_options_dispose):
35153         * gst-libs/gst/mixer/mixeroptions.h:
35154           Add GstMixerOptions.
35155         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35156           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35157           broken device detection on computers with multiple OSS sound
35158           cards.
35159
35160 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35161
35162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35163           fixate nicely even when the peer is not negotiating
35164
35165 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35166
35167         * gst/audioconvert/gstaudioconvert.c:
35168         (gst_audio_convert_parse_caps):
35169           make sure we don't allow depth > width
35170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35171           fixate endianness to G_BYTE_ORDER as default
35172         * gst/audioscale/gstaudioscale.c:
35173           we don't handle another endianness as host-endianness
35174
35175 2004-05-25  David Schleef  <ds@schleef.org>
35176
35177         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35178
35179 2004-05-24  Benjamin Otte  <otte@gnome.org>
35180
35181         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35182         (gst_oggvorbisenc_setup):
35183           properly fail when we can't setup the vorbis encoder due to
35184           unsupported settings
35185         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35186         (gst_vorbisenc_setup):
35187           same
35188         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35189           fix case where warnings occured when one pad was unlinked while the
35190           other's link function was called
35191
35192 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35193
35194         * gst/tcp/Makefile.am:
35195           use GST_ENABLE_NEW
35196
35197 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35198
35199         * gst-libs/gst/resample/private.h:
35200           don't use optimizations that are #if 0'ed
35201
35202 2004-05-24  Wim Taymans  <wim@fluendo.com>
35203
35204         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35205         Fix potential division by zero error and hopefully get
35206         the position query right to get correct timestamps on avi
35207         audio.
35208
35209 2004-05-24  Wim Taymans  <wim@fluendo.com>
35210
35211         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35212         (gst_videoscale_scale_nearest_str2),
35213         (gst_videoscale_scale_nearest_str4),
35214         (gst_videoscale_scale_nearest_32bit),
35215         (gst_videoscale_scale_nearest_24bit),
35216         (gst_videoscale_scale_nearest_16bit):
35217         Fix the scaling algorithm and avoid a buffer overflow.
35218         removed the while loop in the scaling function as it
35219         was used for point sampling only.
35220
35221 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35222
35223         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35224         (gst_id3_tag_class_init), (gst_id3_tag_init),
35225         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35226         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35227         (gst_id3_tag_send_tag_event):
35228           lots of fixes to make id3mux work and id3demux work correctly
35229
35230 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35231
35232         * ext/Makefile.am:
35233           add rules to build shout2send (was removed by accident
35234           when this module was no more marked experimental/broken)
35235
35236 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35237
35238         * ext/shout2/gstshout2.c:
35239         * ext/shout2/gstshout2.h:
35240           adding a "connection problem" signal to shout2send
35241           (fixes #142954)
35242
35243 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35244
35245         * ext/kio/kioreceiver.cpp:
35246         * ext/kio/kioreceiver.h:
35247           fix sign comparison issues
35248
35249 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35250
35251         * gst/cdxaparse/gstcdxaparse.c:
35252         * gst/cdxaparse/gstcdxaparse.h:
35253           some renaming
35254           add some checks/sanity
35255           prepare for seek addition
35256
35257         * sys/sunaudio/gstsunaudio.c:
35258           remove exported dupe init function
35259
35260 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35261
35262         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35263         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35264           Fix format conversion and position querying.
35265         * gst/debug/progressreport.c: (gst_progressreport_report):
35266           Don't output a bogus total value that we didn't query.
35267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35268           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35269           only a blank window after xine has been used.
35270
35271 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35272
35273         * m4/as-arts.m4:
35274           sync with upstream version to fix test on FC2
35275           readd with -ko to preserve Id header
35276
35277 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35278
35279         * configure.ac:
35280           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35281         * gst/tcp/gsttcpclientsrc.c: idem
35282         * gst/tcp/gsttcpserversink.c: idem
35283         * gst/tcp/gsttcpserversrc.c: idem
35284         * m4/gst-fionread.m4: idem
35285
35286         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35287
35288         * configure.ac: enable speex plugin for speex 1.1.5+
35289         * ext/speex/gstspeexenc.c: fix cast warning
35290
35291         * ext/esd/README: fix typo
35292
35293 2004-05-20  David Schleef  <ds@schleef.org>
35294
35295         * configure.ac: Minor cosmetic change to convince the buildbot to
35296         reautogen.
35297         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35298         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35299         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35300         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35301         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35302         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35303         More hacking.  Plays audio now.
35304
35305 2004-05-20  David Schleef  <ds@schleef.org>
35306
35307         * configure.ac:
35308         * sys/Makefile.am:
35309
35310 2004-05-20  David Schleef  <ds@schleef.org>
35311
35312         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35313         * sys/osxaudio/gstosxaudio.c:
35314         * sys/osxaudio/gstosxaudioelement.c:
35315         * sys/osxaudio/gstosxaudioelement.h:
35316         * sys/osxaudio/gstosxaudiosink.c:
35317         * sys/osxaudio/gstosxaudiosink.h:
35318         * sys/osxaudio/gstosxaudiosrc.c:
35319         * sys/osxaudio/gstosxaudiosrc.h:
35320
35321 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35322
35323         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35324         (gst_vorbisenc_chain):
35325           put the codec headers on the caps as streamheader as well as
35326           pushing them out
35327
35328 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35329
35330         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35331         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35332         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35333         split up push_packet into two functions
35334
35335 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35336
35337         * gst/tcp/.cvsignore:
35338           ignore enums
35339         * gst/tcp/Makefile.am:
35340         * gst/tcp/README:
35341         * gst/tcp/gsttcp.c:
35342         * gst/tcp/gsttcp.h:
35343         * gst/tcp/gsttcpclientsink.c:
35344         * gst/tcp/gsttcpclientsink.h:
35345         * gst/tcp/gsttcpclientsrc.c:
35346         * gst/tcp/gsttcpclientsrc.h:
35347         * gst/tcp/gsttcpplugin.c:
35348         * gst/tcp/gsttcpserversink.c:
35349         * gst/tcp/gsttcpserversink.h:
35350         * gst/tcp/gsttcpserversrc.c:
35351         * gst/tcp/gsttcpserversrc.h:
35352           add new tcp elements
35353
35354 2004-05-19  Wim Taymans  <wim@fluendo.com>
35355
35356         * gst/law/mulaw-conversion.c: (mulaw_encode):
35357         Fix overflow bug in ulaw encoding.
35358
35359 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35360
35361         * ext/mad/gstmad.c: (gst_mad_handle_event):
35362           don't unref the event twice
35363
35364 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35365
35366         * configure.ac:
35367           remove -Wno-sign-compare
35368
35369 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35370
35371         * configure.ac:
35372           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35373           if you want to work against glib 2.2 and 2.4
35374
35375 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35376
35377         * gst/tcp/Makefile.am:
35378         * gst/tcp/gsttcp.c:
35379         * gst/tcp/gsttcp.h:
35380         * gst/tcp/gsttcpsink.h:
35381         * gst/tcp/gsttcpsrc.h:
35382           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35383
35384 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35385
35386         * gst/debug/tests.c: (md5_get_value):
35387           fix segfault on gst-inspect
35388
35389 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35390
35391         * gst/debug/testplugin.c:
35392         * gst/debug/tests.c:
35393         * gst/debug/tests.h:
35394           add new extensible and configurable testing element. Current tests
35395           include buffer count, stream length, timestamp/duration matching and
35396           md5.
35397         * gst/debug/Makefile.am:
35398         * gst/debug/gstdebug.c: (plugin_init):
35399           add infrastructure for new element
35400
35401 2004-05-19  Johan Dahlin  <johan@gnome.org>
35402
35403         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35404         ending of the array. Fixes gst-inspect segfault on ppc.
35405
35406 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35407
35408         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35409
35410         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35411
35412 2004-05-18  David Schleef  <ds@schleef.org>
35413
35414         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35415         warnings (bugs, actually) noticed by gcc but not forte.
35416
35417 2004-05-18  David Schleef  <ds@schleef.org>
35418
35419         * sys/sunaudio/Makefile.am:
35420         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35421
35422 2004-05-18  David Schleef  <ds@schleef.org>
35423
35424         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35425         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35426         to allow qtdemux to use non-seekable streams. (bug #142272)
35427
35428 2004-05-18  David Schleef  <ds@schleef.org>
35429
35430         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35431         (gst_resample_sinc_ft_float): Remove use of static temporary
35432         buffer.  This code was obviously not supposed to last long, but
35433         it's stuck in our ABI, so it required a little hack to make it
35434         ABI-compatible.  Fixes #142585.
35435         * gst-libs/gst/resample/resample.h: same.
35436
35437 2004-05-18  David Schleef  <ds@schleef.org>
35438
35439         * configure.ac: Add sunaudio
35440         * examples/Makefile.am: make gstplay depend on gconf
35441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35442         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35443         (convert_table_lookup), (img_convert): remove c99-isms
35444         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35445           unsigned, to fix a warning on Solaris
35446         * gst/mpeg1sys/systems.c: bcopy->memcpy
35447         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35448         * sys/Makefile.am: Add sunaudio
35449
35450 2004-05-18  Wim Taymans  <wim@fluendo.com>
35451
35452         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35453         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35454         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35455         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35456         (gst_ogg_mux_loop):
35457         Fix an ugly memleak where the muxer didn't flush enough ogg
35458         pages. This also resulted in badly muxed ogg files.
35459
35460 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35461
35462         * gst/asfdemux/asfheaders.c :
35463         * gst/asfdemux/asfheaders.h :
35464         * gst/asfdemux/gstasfdemux.c :
35465           - fix ASF_OBJ_PADDING guid
35466           - add 3 new object guids (language list, metadata,
35467             extended stream properties)
35468           - add a function to parse extended header objects
35469
35470 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35471
35472         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35473           remove leftover debugging g_print
35474
35475 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35476
35477         * ext/mad/gstmad.c: (gst_mad_handle_event):
35478           Fix for when the first format in a discont event is not a
35479           byte-based one. Should fix #137710.
35480
35481 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35482
35483         * m4/a52.m4 : fix compilation with -Wall -Werror
35484         * m4/libfame.m4 : idem
35485         * m4/libmikmod.m4 : idem
35486
35487 2004-05-17  Benjamin Otte  <otte@gnome.org>
35488
35489         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35490           signal the new tags before giving up the reference
35491
35492 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35493
35494         * ext/shout2/gstshout2.c:
35495           use application/ogg instead of application/x-ogg (patch by Patrick
35496           Guimond, fixes #142432)
35497         * sys/oss/gstosselement.c: (gst_osselement_reset),
35498         (gst_osselement_sync_parms):
35499           don't set fragment size unless specified (fixes #142493)
35500
35501 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35502
35503         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35504           fixes #142664
35505
35506 2004-05-17  Benjamin Otte  <otte@gnome.org>
35507
35508         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35509           compute offsets correctly for internal buffers so timestamps are set
35510           correctly when we can't seek. Also handle cases where there are no
35511           offsets. (based on a patch by David Moore, fixes #142507)
35512
35513 2004-05-17  Benjamin Otte  <otte@gnome.org>
35514
35515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35516           use correct variable when determining amount of data to skip so we
35517           don't skip into the void and segfault
35518
35519 2004-05-16  Benjamin Otte  <otte@gnome.org>
35520
35521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35522           Hi, I'm a memleak
35523
35524 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35525
35526         * gst/asfdemux/gstasfdemux.c:
35527           - fix a mem leak and always propagate tags
35528           - add WMV3 to known video codecs (but no decoder yet)
35529           - replace "surplus data" at end of audio header for what
35530             it is : codec specific data
35531           - fix a typo
35532
35533 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35534
35535         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35536
35537         * gst-libs/gst/audio/audioclock.c:
35538           Fix wrong return type (#142205).
35539
35540 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35541
35542         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35543           Ignore CRCs by default (fixes #142566).
35544
35545 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35546
35547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35548         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35549         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35550         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35551         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35552         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35553           Fix for cases where we fail to attach to a mixer.
35554
35555 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35556
35557         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35558           Don't touch events after not owning them anymore.
35559         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35560         (gst_wavparse_fmt), (gst_wavparse_other),
35561         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35562         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35563         (gst_wavparse_srcpad_event):
35564         * gst/wavparse/gstwavparse.h:
35565           Add seeking, fix querying.
35566
35567 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35568
35569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35570           - process comments even if they don't end with \0\0
35571             g_convert would ignore them if present and works well without them
35572
35573 2004-05-16  Benjamin Otte  <otte@gnome.org>
35574
35575         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35576           simplify caps
35577
35578 2004-05-16  Benjamin Otte  <otte@gnome.org>
35579
35580         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35581           don't write to memory we might not write to - g_convert does that
35582           for us anyway (fixes #142613)
35583         (gst_asf_demux_audio_caps):
35584           comment out gst_util_dump_mem
35585
35586 2004-05-16  Benjamin Otte  <otte@gnome.org>
35587
35588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35589           compute correct expected timestamps after seek (broken since
35590           last commit)
35591         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35592           rename element and debugging category to gdkpixbufscale
35593
35594 2004-05-16  Benjamin Otte  <otte@gnome.org>
35595
35596         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35597           add error checking to snd_pcm_delay and remove duplicate call to
35598           snd_pcm_delay that caused issues (see inline code comments)
35599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35600           make more readable and fix return value when snd_pcm_delay fails
35601         (fixes #142586)
35602
35603 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35604         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35605         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35606         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35607         (gst_pixbufscale_link), (gst_pixbufscale_init),
35608         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35609         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35610         (gst_pixbufscale_get_property), (pixbufscale_init):
35611         * ext/gdk_pixbuf/pixbufscale.h:
35612         Add these files I forgot earlier
35613
35614 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35615         * ext/gdk_pixbuf/Makefile.am:
35616         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35617         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35618         Add new pixbufscale element to scale RGB video
35619         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35620         and HYPER interpolation correctly.
35621         * ext/theora/theoraenc.c: (theora_enc_chain),
35622         Discard buffer and return if explicit caps could not be set
35623         (theora_enc_get_property):
35624         Make _get return kbps for the bitrate consistent with
35625         the _set function.
35626
35627
35628 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35629
35630         * ext/libvisual/visual.c: (gst_visual_chain):
35631           add missing visual_audio_analyze
35632
35633 2004-05-14  David Schleef  <ds@schleef.org>
35634
35635         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35636         is killed while we're playing.
35637         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35638         gst_element_no_more_pads().
35639
35640 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35641
35642         * gst-libs/gst/riff/riff-read.c :
35643           - fix INFO tag extraction in RIFF/AVI files
35644             because gst_event_unref (event) also freed taglist
35645           - avoid a mem leak
35646
35647 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35648
35649         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35650         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35651
35652         * gst/auparse/gstauparse.c :
35653           - add code (commented for now) to support audio/x-adpcm on src pad
35654             (we have no decoder for those layout yet)
35655
35656         * gst/cdxaparse/gstcdxaparse.c :
35657         * gst/cdxaparse/gstcdxaparse.h :
35658           - partial rewrite using RiffRead (ripped iain's wavparse code)
35659
35660         * gst/rtp/gstrtpL16enc.c : typo
35661         * gst/rtp/gstrtpgsmenc.c : typo
35662
35663 2004-05-13  Benjamin Otte  <otte@gnome.org>
35664
35665         * configure.ac:
35666           check for exact version of libvisual, it's not supposed to be
35667           API/ABI stable yet
35668
35669 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35670
35671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35672           signal no-more-pads
35673
35674 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35675
35676         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35677         Report which format was used for GST_FORMAT_DEFAULT
35678         * gst/debug/Makefile.am:
35679         * gst/debug/gstdebug.c: (plugin_init):
35680         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35681         (gst_progressreport_class_init), (gst_progressreport_init),
35682         (gst_progressreport_report), (gst_progressreport_set_property),
35683         (gst_progressreport_get_property), (gst_progressreport_chain),
35684         (gst_progressreport_plugin_init):
35685         Add progressreport element for testing.
35686
35687 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35688
35689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35690         * sys/v4l/gstv4lsrc.h:
35691         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35692         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35693         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35694         (gst_v4lsrc_grab_frame):
35695           add more debugging
35696           send a discont at start
35697
35698 2004-05-12  Colin Walters  <walters@redhat.com>
35699
35700         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35701         inflooping if we can't find a chunk.  Or in other words, don't blow
35702         chunks if we don't have a chunk to blow.
35703
35704 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35705         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35706         Remove old debug output
35707         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35708         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35709         (gst_dvdec_set_property), (gst_dvdec_get_property):
35710         Change the quality setting to an enum, so it works from gst-launch
35711         Don't renegotiate a non-linked pad. Allows audio only decoding.
35712         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35713         (gst_deinterlace_link), (gst_deinterlace_init):
35714         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35715         (gst_videodrop_link):
35716         Some caps negotiation fixes
35717
35718 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35719
35720         * ext/tarkin/gsttarkin.c :
35721           - Change RANK from NONE to PRIMARY
35722         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35723           - Change RANK from NONE to MARGINAL
35724         * ext/divx/gstdivxenc.c :
35725           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35726
35727 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35728
35729         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35730         (gst_vorbisenc_push_packet):
35731           copy a function that was added between 1.0 and 1.0.1 until we
35732           depend on worthwhile features of post-1.0
35733
35734 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35735
35736         * configure.ac:
35737           enable shout2 by default
35738         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35739         (gst_shout2send_base_init), (gst_shout2send_init),
35740         (gst_shout2send_connect), (gst_shout2send_change_state):
35741         * ext/shout2/gstshout2.h:
35742           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35743           #142262)
35744         * ext/theora/theora.c: (plugin_init):
35745           don't set rank on encoders
35746
35747 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35748
35749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35750           Use codec_data property instead of flag1 and flag2 for wma
35751
35752 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35753
35754         * gst/cdxaparse/gstcdxaparse.c :
35755           - Add mpegversion to CAPS to make it link
35756           - Rank is as GST_RANK_SECONDARY instead of NONE
35757         * gst/auparse/gstauparse.c :
35758           - Document all audio encoding we can encounter from Solaris 9
35759             headers and libsndfile information.
35760           - Increase max. rate from 48000 to 192000 (to match other elements)
35761           - Don't try to play junk data between header and samples
35762
35763 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35764
35765         * ext/libvisual/visual.c: (gst_visual_getcaps):
35766           use the right caps depending on endianness (I hope)
35767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35768           use GST_RANK_NONE for all non-decoding elements or spider gets
35769           mighty confused
35770
35771 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35772
35773         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35774           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35775
35776 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35777
35778         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35779         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35780         (gst_switch_loop), (gst_switch_get_type):
35781           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35782           HEADERS. Had to be said.
35783
35784 2004-05-10  David Schleef  <ds@schleef.org>
35785
35786         * configure.ac: Add prototype Dirac support.
35787         * ext/Makefile.am:
35788         * ext/dirac/Makefile.am:
35789         * ext/dirac/gstdirac.cc:
35790         * ext/dirac/gstdiracdec.cc:
35791
35792 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35793
35794         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35795         (gst_auparse_init), (gst_auparse_chain),
35796         (gst_auparse_change_state):
35797           Hack around spider. Remove me some day please.
35798
35799 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35800
35801         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35802           Fix for some uninitialized variables in previous patch, also
35803           makes it work. Fixes #142286 while we're at it.
35804
35805 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35806
35807         * gst/auparse/gstauparse.c:
35808                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35809                 only unsupported formats are ADPCM/CCITT G.72x
35810                 reviewed by Ronald
35811         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35812
35813 2004-05-10  Wim Taymans  <wim@fluendo.com>
35814
35815         * ext/vorbis/Makefile.am:
35816         * ext/vorbis/README:
35817         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35818         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35819         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35820         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35821         (gst_oggvorbisenc_convert_sink),
35822         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35823         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35824         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35825         (get_constraints_string), (update_start_message),
35826         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35827         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35828         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35829         * ext/vorbis/oggvorbisenc.h:
35830         * ext/vorbis/vorbis.c: (plugin_init):
35831         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35832         (raw_caps_factory), (gst_vorbisenc_class_init),
35833         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35834         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35835         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35836         * ext/vorbis/vorbisenc.h:
35837         Added a raw vorbis encoder to be used with the oggmuxer.
35838         We still need the old encoder for some gnome applications,
35839         read the README to find out how that works.
35840         The raw encoder is called "rawvorbisenc" until 0.9.
35841
35842 2004-05-10  Wim Taymans  <wim@fluendo.com>
35843
35844         * ext/ogg/gstogg.c: (plugin_init):
35845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35846         (gst_ogg_print):
35847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35848         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35849         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35850         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35851         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35852         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35853         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35854         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35855         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35856         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35857         Added an ogg muxer.
35858         Small typo fixes in the demuxer.
35859
35860 2004-05-10  Wim Taymans  <wim@fluendo.com>
35861
35862         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35863         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35864         (theora_enc_change_state), (theora_enc_set_property),
35865         (theora_enc_get_property):
35866         Mark the last packet with an EOS flag which is not really needed
35867         in gstreamer.
35868         Do some better video framerate initialisation.
35869         Update the buffer timestamp.
35870
35871 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35872
35873         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35874         Return the result of the parent state change call
35875
35876 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35877
35878         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35879         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35880         * gst/law/alaw-encode.c : (idem)
35881         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35882         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35883         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35884
35885 2004-05-09  Benjamin Otte  <otte@gnome.org>
35886
35887         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35888           don't use a fixed buffer size when writing variable length data to
35889           it. Fixes memory corruption and makes alsasrc work
35890
35891 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35892
35893         * ext/gnomevfs/gstgnomevfssink.c:
35894         (_gst_boolean_allow_overwrite_accumulator),
35895         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35896           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35897           RUN_LAST, and don't use that to set the accumulator value because
35898           then it's always FALSE.
35899
35900 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35901
35902         * gst-libs/gst/riff/riff-media.c:
35903         (gst_riff_create_video_caps_with_data),
35904         (gst_riff_create_audio_caps),
35905         (gst_riff_create_audio_template_caps):
35906         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35907           Fix for unaligned RIFF files (i.e. where all the chunks together
35908           in a LIST chunk are not of the same size as the size given in
35909           the LIST chunk header). Fixes several odd WAVE files. Also fix
35910           ADPCM (block_align property) in audio, so that wavparse based
35911           on this works now as it used to stand-alone.
35912
35913 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35914
35915         reviewed by Benjamin Otte  <otte@gnome.org>
35916
35917         * ext/a52dec/gsta52dec.c:
35918         * ext/divx/gstdivxdec.c:
35919         * ext/divx/gstdivxenc.c:
35920         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35921         * ext/faac/gstfaac.c: (gst_faac_base_init):
35922         * ext/faad/gstfaad.c: (gst_faad_base_init):
35923         * ext/ivorbis/vorbisfile.c:
35924         * ext/lame/gstlame.c:
35925         * ext/libfame/gstlibfame.c:
35926         * ext/mpeg2enc/gstmpeg2enc.cc:
35927         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35928         * ext/sidplay/gstsiddec.cc:
35929         * ext/speex/gstspeexdec.c:
35930         * ext/speex/gstspeexenc.c:
35931         * ext/xvid/gstxviddec.c:
35932         * ext/xvid/gstxvidenc.c:
35933           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35934           (fixes #142193)
35935
35936 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35937
35938         * ext/alsa/gstalsa.c: (device_list),
35939         (gst_alsa_class_probe_devices):
35940         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35941           Fix alsa oddness in mixer after the combination of using mixer
35942           in source/sink elements and using hw:x,y instead of just hw:x.
35943
35944 2004-05-09  Benjamin Otte  <otte@gnome.org>
35945
35946         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35947         (gst_wavparse_create_sourcepad):
35948           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35949           sourcepads
35950
35951 2004-05-09  Benjamin Otte  <otte@gnome.org>
35952
35953         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35954           allow discont events before caps nego
35955
35956 2004-05-08  Benjamin Otte  <otte@gnome.org>
35957
35958         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35959           don't leak events
35960
35961 2004-05-08  Benjamin Otte  <otte@gnome.org>
35962
35963         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35964         (gst_level_change_state), (gst_level_init):
35965         * gst/level/gstlevel.h:
35966           figure out if we're initialized directly instead of keeping a
35967           variable that's wrong in 90% of cases
35968           don't initialize pads and then leak them and use a new unitialized
35969           pad. (fixes #142084)
35970           these were bugs so n00bish I didn't find them for an hour :/
35971
35972 2004-05-08 Iain <iain@prettypeople.org>
35973
35974         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35975         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35976         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35977         return the length that was read.
35978         (gst_riff_read_strf_auds): Allow fmt tags as well.
35979
35980 2004-05-07  David Schleef  <ds@schleef.org>
35981
35982         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35983         signed char assumption in faad.h.
35984
35985 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35986
35987         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35988           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35989
35990 2004-05-07  Colin Walters  <walters@redhat.com>
35991
35992         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35993         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35994         function.
35995         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35996         Add dispose function.
35997
35998 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35999         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
36000           Fix caps nego and pad templates. RGB mode caps should
36001           work now.
36002         * ext/dvdnav/gst-dvd:
36003           Move mpeg2dec inside the thread because otherwise the
36004           queue rejects cap changes mid-stream
36005         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36006         (gst_mpeg2dec_flush_decoder):
36007           For mpeg2dec > 0.4.0, call the flush function instead of
36008           manually extracting all in-flight frames.
36009         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
36010         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
36011           Change mime type video/dv go video/x-dv to match the
36012           rest of gst-plugins
36013
36014 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36015
36016         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
36017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
36018         (gst_alsa_sink_class_init):
36019         * ext/alsa/gstalsasink.h:
36020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
36021         (gst_alsa_src_class_init):
36022         * ext/alsa/gstalsasrc.h:
36023           Make alsasink/src a subclass of alsamixer so that mixer stuff
36024           shows up in gst-rec. Needs some finetuning.
36025
36026 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36027
36028         * ext/lame/gstlame.c: (gst_lame_chain):
36029           simplify
36030         * ext/mad/gstmad.c: (gst_mad_handle_event):
36031           fix event leak
36032         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36033           be able to detect mp3 files < 4096 bytes
36034
36035 2004-05-06  Wim Taymans  <wim@fluendo.com>
36036
36037         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36038         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36039         (theora_enc_set_property), (theora_enc_get_property):
36040         Also encode the first frame, cleanup some code.
36041
36042 2004-05-06  Wim Taymans  <wim@fluendo.com>
36043
36044         * ext/mpeg2enc/gstmpeg2enc.cc:
36045         Forward events first before deciding that negotiation was
36046         not performed.
36047
36048 2004-05-06  Wim Taymans  <wim@fluendo.com>
36049
36050         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36051         First process the events before deciding that negotiation
36052         was not performed.
36053
36054 2004-05-06  Wim Taymans  <wim@fluendo.com>
36055
36056         * ext/theora/Makefile.am:
36057         * ext/theora/theora.c: (plugin_init):
36058         * ext/theora/theoradec.c: (theora_dec_change_state):
36059         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36060         (gst_theora_enc_class_init), (gst_theora_enc_init),
36061         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36062         (theora_enc_chain), (theora_enc_change_state),
36063         (theora_enc_set_property), (theora_enc_get_property):
36064         Added a theora encoder, grouped the encoder and decoder into the
36065         same plugin.
36066
36067 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36068
36069         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36070         (gst_jpegenc_chain):
36071         fix DURATION on outgoing buffers
36072         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36073         debug using time formats
36074         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36076         (gst_xvimagesink_sink_link):
36077         windows with width/height 0 generate X errors, so don't allow them
36078
36079 2004-05-05  Wim Taymans  <wim@fluendo.com>
36080
36081         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36082         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36083         (gst_mpeg2dec_negotiate_format):
36084         * ext/mpeg2dec/gstmpeg2dec.h:
36085           removed the static pad template so that we can add the
36086           more accurate framerate value to the caps.
36087
36088
36089 2004-05-04  Benjamin Otte  <otte@gnome.org>
36090
36091         * configure.ac:
36092           check for kdemacros.h, too (should fix #141821)
36093         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36094           don't crash if no header was sent, but nicely error out (fixes part
36095           of #141554)
36096
36097 2004-05-04  Wim Taymans  <wim@fluendo.com>
36098
36099         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36100         parent dispose function to avoid segfault on destroy.
36101
36102 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36103
36104         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36105         (plugin_init):
36106         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36107         (gst_xvimagesink_sink_link):
36108         clean up debugging caps
36109         also recreate xvimage when format has changed
36110
36111 2004-05-04  Benjamin Otte  <otte@gnome.org>
36112
36113         * ext/libvisual/Makefile.am:
36114         * ext/libvisual/visual.c: (gst_visual_class_init),
36115         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36116         (gst_visual_srclink), (gst_visual_chain),
36117         (gst_visual_change_state), (plugin_init):
36118           use a GstAdapter to correctly adapt buffer sizes - allows using a
36119           framerate
36120
36121 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36122
36123         * sys/v4l/gstv4lelement.h:
36124         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36126         (gst_v4lsrc_buffer_free):
36127         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36128         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36129         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36130         (gst_v4lsrc_requeue_frame):
36131         move some debugging categories around
36132         query for fps index and set accordingly if found
36133
36134 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36135
36136         * ext/lame/gstlame.c:
36137         correct defaults that lame_init puts out of range
36138
36139 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36140
36141         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36142         (gst_divxenc_class_init):
36143         fix range since -1 is the default
36144         * gst/mpeg1sys/gstmpeg1systemencode.c:
36145         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36146         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36147         (gst_rtjpegdec_chain):
36148         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36149         (gst_rtjpegenc_chain):
36150         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36151         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36152         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36153         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36154         * sys/v4l/gstv4lsrc.c:
36155         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36156         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36157         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36158         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36159         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36160           remove gst_info calls
36161
36162 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36163
36164         * Makefile.am:
36165         * po/af.po:
36166         * po/az.po:
36167         * po/en_GB.po:
36168         * po/nl.po:
36169         * po/sr.po:
36170         * po/sv.po:
36171           Updated translations
36172
36173 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36174
36175         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36176           refactor/comment code
36177
36178 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36179
36180         * gst/asfdemux/Makefile.am:
36181         * gst/asfdemux/asfheaders.c:
36182         * gst/asfdemux/asfheaders.h:
36183         * gst/asfdemux/gstasf.c: (plugin_init):
36184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36185         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36186         (gst_asf_demux_setup_pad):
36187         * gst/asfdemux/gstasfdemux.h:
36188         * gst/asfdemux/gstasfmux.c:
36189         * gst/asfdemux/gstasfmux.h:
36190           Add tagging support to demuxer, split out registration in its own
36191           file instead of in demux (hacky), and prevent having some tables
36192           in our memory multiple times (in asfheaders.h).
36193
36194 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36195
36196         * gst/matroska/matroska-demux.c:
36197         (gst_matroska_demux_parse_metadata):
36198         * gst/matroska/matroska-ids.h:
36199           Basic tag reading support.
36200
36201 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36202
36203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36204           Really detect ac-3 audio.
36205         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36206           really detect matroska files (off-by-1).
36207
36208 2004-04-30  David Schleef  <ds@schleef.org>
36209
36210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36211         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36212         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36213         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36214         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36215         hackage -- parse a lot more atoms, extract a few tags.  One might even
36216         mistake this for tag support.  Maybe it is.
36217         * gst/qtdemux/qtdemux.h:
36218
36219 2004-04-30  Colin Walters  <walters@verbum.org>
36220
36221         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36222
36223 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36224
36225         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36226         (gst_ffmpegcolorspace_getcaps):
36227           remove broken nego fix
36228
36229 2004-04-30  Benjamin Otte  <otte@gnome.org>
36230
36231         * configure.ac:
36232         * ext/Makefile.am:
36233         * ext/libvisual/Makefile.am:
36234         * ext/libvisual/visual.c:
36235           add initial support for libvisual (http://libvisual.sourceforge.net)
36236           libvisual is still quite alpha, so expect crashes in there :)
36237
36238 2004-04-29  David Schleef  <ds@schleef.org>
36239
36240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36241         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36242         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36243         code; you will no longer respect me.
36244
36245 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36246
36247         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36248         * ext/alsa/gstalsa.h :
36249         change alsa pcm device discovery to find more than 1 device
36250         per card. code review by Ronald.
36251
36252 2004-04-29  David Schleef  <ds@schleef.org>
36253
36254         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36255         Add a check for a driver bug on FreeBSD.  (bug #140565)
36256
36257 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36258
36259         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36260         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36261         (gst_jpegenc_getcaps):
36262           move format setting to inner loop
36263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36264         (gst_ffmpegcolorspace_getcaps):
36265           use GST_PAD_CAPS if available so that we use already negotiated
36266           caps
36267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36268         (qtdemux_parse_moov), (qtdemux_parse):
36269           extra debugging
36270         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36271         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36272           move hardcoded path to DEFINE
36273
36274 2004-04-28  David Schleef  <ds@schleef.org>
36275
36276         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36277         (bug #140064)
36278
36279 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36280
36281         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36282           Don't probe for playback device if we're a source element. Fixes
36283           #139658.
36284
36285 2004-04-29  Benjamin Otte  <otte@gnome.org>
36286
36287         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36288         (gst_id3_tag_chain):
36289           rewrite buffer offset
36290
36291 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36292
36293         * configure.ac:
36294         * ext/Makefile.am:
36295         * ext/dts/Makefile.am:
36296         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36297         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36298         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36299         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36300         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36301         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36302         (plugin_init):
36303         * ext/dts/gstdtsdec.h:
36304           New DTS decoder.
36305         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36306         (gst_faad_srcconnect):
36307           Add ESDS atom handling (.m4a).
36308
36309 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36310
36311         * ext/divx/gstdivxdec.c: (plugin_init):
36312           Remove comment that makes no sense.
36313         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36314           Fix for obvious typo that resulted in warnings during gst-register.
36315         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36316         (gst_xviddec_sink_link):
36317           Fix caps negotiation a bit better.
36318         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36319           We call this 'codec_data', not 'esds'.
36320
36321 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36322
36323         * gst/monoscope/gstmonoscope.c:
36324           make sure we only provide 256x128
36325         * gst/monoscope/monoscope.c: (monoscope_init):
36326           assert size of 256x128
36327
36328 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36329
36330         * Makefile.am:
36331         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36332         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36333           fixate to max width and height of device
36334
36335 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36336
36337         * Makefile.am:
36338         * sys/v4l/gstv4l.c:
36339         * sys/v4l/gstv4lsrc.c:
36340         * sys/v4l/v4l_calls.c:
36341         * sys/v4l/v4lsrc_calls.c:
36342           fix for qc-usb driver which fakes having more than one buffer
36343           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36344           buffer_free override
36345           add debugging
36346
36347 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36348
36349         * Makefile.am:
36350         * gst/videotestsrc/gstvideotestsrc.c:
36351         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36352         (gst_videotestsrc_init), (gst_videotestsrc_get),
36353         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36354         * gst/videotestsrc/gstvideotestsrc.h:
36355           add num-buffers property
36356
36357         2004-04-26  Benjamin Otte  <otte@gnome.org>
36358
36359         * ext/mad/gstid3tag.c: (plugin_init):
36360           set id3mux rank to NONE so it doesn't confuse spider
36361           require audio/mpeg,mpegversion=1 in id3mux
36362
36363 2004-04-26  Benjamin Otte  <otte@gnome.org>
36364
36365         * configure.ac:
36366           detect faad correctly as non-working if it's indeed non-working
36367
36368 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36369
36370         * Makefile.am:
36371         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36372         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36373         fix _getcaps so it only negotiates to its supported format
36374
36375 2004-04-25  Benjamin Otte  <otte@gnome.org>
36376
36377         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36378           fix memleak
36379
36380 2004-04-23  Benjamin Otte  <otte@gnome.org>
36381
36382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36383           audio/x-raw-int with height rules! not. Now it's depth.
36384
36385 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36386
36387         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36388         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36389         (gst_wavparse_loop):
36390           Missing variable initialization. Add handling of DVI ADPCM. Fix
36391           mis-parsing of LIST chunks. This works around a bug where we mis-
36392           parse non-aligning LIST chunks (so LIST chunks where the contents
36393           don't align with the actual LIST size). The correct fix is to use
36394           rifflib, I'm not going to fix wavparse - too much work. All this
36395           fixes #104878.
36396
36397 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36398
36399         reviewed by Benjamin Otte  <otte@gnome.org>
36400
36401         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36402           fix shoutcast not working (fixes #140844)
36403
36404 2004-04-22  Benjamin Otte  <otte@gnome.org>
36405
36406         * ext/hermes/gsthermescolorspace.c:
36407         (gst_hermes_colorspace_caps_remove_format_info):
36408         * gst/colorspace/gstcolorspace.c:
36409         (gst_colorspace_caps_remove_format_info):
36410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36411         (gst_ffmpegcolorspace_caps_remove_format_info):
36412           s/gst_caps_simplify/gst_caps_do_simplify/
36413
36414 2004-04-22  Benjamin Otte  <otte@gnome.org>
36415
36416         * gst-libs/gst/riff/riff-media.c:
36417         (gst_riff_create_video_caps_with_data):
36418           mpegversion is an int
36419         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36420           don't try to create pad templates with NULL caps, use any caps
36421           instead.
36422
36423 2004-04-20  David Schleef  <ds@schleef.org>
36424
36425         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36426         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36427         (bug #140384)
36428
36429 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36430
36431         reviewed by David Schleef
36432
36433         * ext/mad/gstid3tag.c: Add stdlib.h
36434         * gst/rtp/gstrtpgsmenc.c: same
36435         * gst/tags/gstid3tag.c: same
36436         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36437         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36438         GST_DISABLE_LOADSAVE use.
36439         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36440         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36441         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36442         atol(3)).
36443         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36444         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36445         strtoul(3)).
36446         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36447         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36448         $(ID3_CFLAGS).
36449         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36450         $(LIBFAME_CFLAGS).
36451
36452 2004-04-20  David Schleef  <ds@schleef.org>
36453
36454         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36455         last checkin.  Same idea.
36456
36457 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36458
36459         reviewed by David Schleef
36460
36461         * configure.ac: bump required gstreamer version to 0.8.1.1
36462         because of following changes [--ds]
36463
36464         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36465         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36466         (gst_riff_read_header):  Use GST_READ_UINT*
36467         macros to access possibly unaligned memory.
36468
36469         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36470         (mp3_type_find):  Use GST_READ_UINT*
36471         macros to access possibly unaligned memory.
36472         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36473         (speex_type_find): Likewise
36474
36475         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36476
36477         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36478         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36479         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36480         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36481         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36482         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36483         macros to access possibly unaligned memory.
36484
36485         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36486         Likewise.
36487
36488         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36489         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36490
36491         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36492         Likewise.
36493
36494         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36495         (gst_mpeg2subt_chain_subtitle): Likewise.
36496
36497         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36498         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36499         Likewise.
36500
36501         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36502         Likewise.
36503
36504         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36505         Likewise.
36506
36507         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36508         Likewise.
36509
36510 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36511
36512         * configure.ac:
36513           update required version of GStreamer because of GST_TIME_FORMAT
36514
36515 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36516
36517         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36518           remove leftover g_print
36519         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36520           don't try setting only a subset of the caps. We don't want to kill
36521           autoplugging on purpose
36522
36523 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36524
36525         * sys/ximage/ximagesink.c: (plugin_init):
36526         * sys/xvimage/xvimagesink.c: (plugin_init):
36527           add debugging categories
36528
36529 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36530
36531         * po/en_GB.po:
36532         * po/LINGUAS:
36533           Adding en_GB translation (Gareth Owen)
36534
36535 2004-04-20  David Schleef  <ds@schleef.org>
36536
36537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36538         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36539         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36540         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36541         A number of new features and hacks to extract the esds atom and
36542         put it into the caps.  (bug #137724)
36543
36544 2004-04-19  David Schleef  <ds@schleef.org>
36545
36546         * gconf/Makefile.am: Fix for non-GNU make
36547         * gst-libs/gst/Makefile.am: Change directory order to handle
36548         GstPlay linking with gstinterfaces
36549         * gst-libs/gst/audio/make_filter: make use of tr portable
36550         * gst-libs/gst/play/Makefile.am: Add intended \
36551         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36552         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36553         function prototype instead of void *.
36554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36555         macro.
36556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36557         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36558         * gst/videofilter/make_filter: make use of tr portable
36559         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36560
36561 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36562
36563         * po/LINGUAS:
36564         * po/uk.po:
36565           Added Ukrainian translation (Maxim V. Dziumanenko)
36566
36567 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36568
36569         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36570         (gst_gsmdec_link), (gst_gsmdec_chain):
36571           Fix capsnego, simplify chain function slightly.
36572         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36573           Add GSM.
36574
36575 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36576
36577         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36578         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36579         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36580           Hack to make wavparse work with spider (always -> sometimes pad).
36581           Fixes #135862 && #140411.
36582
36583 2004-04-18  Benjamin Otte  <otte@gnome.org>
36584
36585         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36586         (gst_osselement_rate_probe_check),
36587         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36588           get rid of \n in debug output
36589
36590 2004-04-17  Iain <iain@prettypeople.org>
36591
36592         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36593         not just EOS.
36594
36595 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36596
36597         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36598         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36599         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36600         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36601         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36602         (gst_id3_tag_change_state), (plugin_init):
36603           deprecate id3tag element and replace with id3demux/id3mux.
36604           great side effect: this ugly file is now even uglier, yay!
36605         * ext/mad/gstmad.h:
36606           remove non-available function
36607           update for new get_type
36608
36609 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36610
36611         * configure.ac:
36612           require mpeg2dec >= 0.4.0
36613
36614 2004-04-17  Benjamin Otte  <otte@gnome.org>
36615
36616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36617         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36618         (gst_xvimagesink_set_xwindow_id):
36619           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36620           assorted cleanup fixes.
36621
36622 2004-04-16  David Schleef  <ds@schleef.org>
36623
36624         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36625         * sys/xvimage/xvimagesink.h: same
36626
36627 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36628
36629         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36630           Fix GST_ELEMENT_ERROR with (NULL)
36631
36632 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36633
36634         * gst-libs/gst/riff/riff-media.c:
36635         (gst_riff_create_video_caps_with_data):
36636           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36637
36638 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36639
36640         * gst-libs/gst/riff/riff-media.c:
36641         (gst_riff_create_video_caps_with_data),
36642         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36643         (gst_riff_create_video_template_caps),
36644         (gst_riff_create_audio_template_caps):
36645         * gst-libs/gst/riff/riff-media.h:
36646         * gst-libs/gst/riff/riff-read.c:
36647         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36648         * gst-libs/gst/riff/riff-read.h:
36649         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36650           Add MS RLE support. I added some functions to read out strf chunks
36651           into strf chunks and the data behind it. This is usually color
36652           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36653           caps creation. Lastly, add ADPCM (similar to wavparse - which
36654           should eventually be rifflib based).
36655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36656         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36657         * gst/matroska/matroska-demux.h:
36658           Remove placeholders for some prehistoric tagging system. Didn't add
36659           support for any tag system really anyway.
36660         * gst/qtdemux/qtdemux.c:
36661           Add support for audio/x-m4a (MPEG-4) through spider.
36662         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36663         (gst_wavparse_loop):
36664           ADPCM support (#135862). Increase max. buffer size because we
36665           cannot split buffers for ADPCM (screws references) and I've seen
36666           files with 2048 byte chunks. 4096 seems safe for now.
36667
36668 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36669
36670         * configure.ac: bump nano to 1
36671
36672 === release 0.8.1 ===
36673
36674 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36675
36676         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36677
36678 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36679
36680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36681           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36682           Fixes #140058
36683
36684 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36685
36686         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36687           lower rank of dvddemux so that it's not used for mpeg playback.
36688
36689 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36690
36691         * configure.ac:
36692           save libs correctly when checking mad
36693
36694 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36695
36696         * ext/mad/gstid3tag.c: (plugin_init):
36697           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36698
36699 2004-04-13  David Schleef  <ds@schleef.org>
36700
36701         * common/m4/gst-feature.m4: Call -config scripts with
36702         --plugin-libs if it is supported.
36703         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36704         JPEG images are image/jpeg.
36705         * gst/debug/Makefile.am:
36706         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36707         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36708         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36709         (gst_negotiation_plugin_init): Add a property that acts like
36710         filter caps.
36711         * testsuite/gst-lint:  Move license checking to be a standard
36712         test.
36713
36714 2004-04-13  David Schleef  <ds@schleef.org>
36715
36716         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36717         patch from Sebastien Cote (bug #139958)
36718
36719 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36720
36721         * examples/gstplay/Makefile.am:
36722         * examples/gstplay/player.c: (main):
36723           make the commandline player example use gconf settings
36724
36725 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36726
36727         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36728         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36729         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36730           init/end library during state transition, not object
36731           creation/disposal.  get rid of custom dispose handler.
36732
36733
36734 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36735
36736         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36737         be a symlink
36738
36739 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36740
36741         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36742           Handle JUNK chunks inside data section. Prevents warnings.
36743
36744 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36745
36746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36747         (gst_riff_create_video_template_caps):
36748           Add MS video v1.
36749         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36750         (gst_avi_demux_stream_data):
36751           Add support for "rec-list" chunks.
36752
36753 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36754
36755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36756           Fix another codecname mismatch.
36757
36758 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36759
36760         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36761           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36762           so that MJPEG plays back.
36763
36764 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36765
36766         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36767         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36768         * gst/mpeg1videoparse/gstmp1videoparse.h:
36769           Fix for some slight mis-cuts in buffer parsing, and for some
36770           potential overflows or faults-causers. Adds disconts. Also fixes
36771           #139105 while we're at it.
36772
36773 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36774
36775         * configure.ac:
36776         * sys/v4l2/gstv4l2element.h:
36777           Workaround for missing struct v4l2_buffer declaration in Suse 9
36778           and Mandrake 10 linux/videodev2.h header file (#135919).
36779
36780 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36781
36782         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36783           Bail out if no filename was given.
36784
36785 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36786
36787         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36788         (gst_v4l2_fourcc_from_structure):
36789           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36790           Y41B somewhere).
36791
36792 2004-04-09  Benjamin Otte  <otte@gnome.org>
36793
36794         * ext/gnomevfs/gstgnomevfssink.c:
36795         (_gst_boolean_allow_overwrite_accumulator),
36796         (gst_gnomevfssink_class_init):
36797           fix erase signal - if any handler returns false the file will not be
36798           overwritten. If no handler is connected, the file will not be
36799           overwritten either.
36800           renamed signal to "allow-overwrite"
36801         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36802           free string when adding it to ID3 failed
36803         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36804           unref event when done
36805         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36806           free caps
36807         * gst/typefind/gsttypefindfunctions.c:
36808         (mpeg_video_stream_type_find):
36809           fix invalid read
36810
36811 2004-04-08  David Schleef  <ds@schleef.org>
36812
36813         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36814         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36815
36816 2004-04-08  David Schleef  <ds@schleef.org>
36817
36818         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36819         we don't support (bug #139532)
36820
36821 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36822
36823         * ext/mad/gstmad.c: (gst_mad_handle_event),
36824         (gst_mad_check_caps_reset), (gst_mad_chain),
36825         (gst_mad_change_state):
36826           only set explicit caps if they haven't been set before for
36827           this stream.  MPEG-audio sample rate/channels aren't allowed
36828           to change in-stream.
36829           Fixes #139382
36830
36831 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36832
36833         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36834         (_gst_boolean_did_something_accumulator),
36835         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36836         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36837         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36838         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36839         (gst_gnomevfssink_change_state):
36840           Fix erase signal. Don't erase by default. Remove handoff signal.
36841           Remove erase property. Don't segfault. General cleanup.
36842
36843 2004-04-07  Benjamin Otte  <otte@gnome.org>
36844
36845         * gst-libs/gst/gconf/test-gconf.c: (main):
36846           add missing gst_init
36847
36848 2004-04-07  Benjamin Otte  <otte@gnome.org>
36849
36850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36851           free the mutexes, too
36852
36853 2004-04-07  Benjamin Otte  <otte@gnome.org>
36854
36855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36856           actually free the URI string
36857         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36858           compute offset correctly when passing discont events
36859         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36860           don't leak discont events
36861         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36862           add some missing breaks so caps aren't copied randomly
36863         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36864           if we realloc memory, we better use it
36865
36866 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36867
36868         * ext/mad/gstmad.c: (normal_seek):
36869           fix GST_FORMAT_TIME usage
36870
36871 2004-04-05  David Schleef  <ds@schleef.org>
36872
36873         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36874         a deprecated function (hack!)
36875
36876 2004-04-05  Benjamin Otte  <otte@gnome.org>
36877
36878         * ext/esd/esdmon.c: (gst_esdmon_get):
36879           fix nonterminated vararg and memleak
36880
36881 2004-04-05  Benjamin Otte  <otte@gnome.org>
36882
36883         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36884         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36885         (gst_ladspa_set_property), (gst_ladspa_get_property),
36886         (gst_ladspa_instantiate), (gst_ladspa_activate),
36887         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36888           clean up debugging
36889
36890 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36891
36892         reviewed by Benjamin Otte  <otte@gnome.org>
36893
36894         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36895           check for broken LADSPA parameters (fixes #138635)
36896
36897 2004-04-05  Benjamin Otte  <otte@gnome.org>
36898
36899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36900           advertise buffer-frames correctly on sinkpads
36901
36902 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36903
36904         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36905         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36906         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36907         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36908         (gst_mad_check_caps_reset), (gst_mad_chain):
36909         add more debugging, only reset caps when we're not in error state
36910
36911 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36912
36913         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36914
36915 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36916
36917         reviewed by Benjamin Otte  <otte@gnome.org>
36918
36919         * configure.ac:
36920           fix == in test(1) operator
36921
36922 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36923
36924         reviewed by Benjamin Otte  <otte@gnome.org>
36925
36926         * configure.ac:
36927           fix --export-symblos-regex to a working regex.
36928
36929 2004-04-04  Benjamin Otte  <otte@gnome.org>
36930
36931         * sys/oss/.cvsignore:
36932           add for oss_probe
36933
36934 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36935
36936         reviewed by Benjamin Otte  <otte@gnome.org>
36937
36938         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36939           add missing 'new_media' argument (fixes #138168)
36940         * gst/matroska/matroska-demux.c:
36941         (gst_matroska_demux_handle_seek_event):
36942           add vararg terminator (fixes #138169)
36943
36944 2004-04-02  David Schleef  <ds@schleef.org>
36945
36946         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36947         disted (bug #138914)
36948
36949 2004-04-01  Benjamin Otte  <otte@gnome.org>
36950
36951         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36952         (gst_alsa_close_audio):
36953           handle case better where a soundcard can't pause
36954         * ext/ogg/gstoggdemux.c:
36955           don't crash when we get events but don't have pads yet
36956
36957 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36958
36959         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36960           throw an error if we couldn't probe any caps.
36961
36962 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36963
36964         * ext/dvdnav/gst-dvd:
36965         Add a really simple sample DVD player
36966
36967 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36968
36969         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36970         (gst_a52dec_push), (gst_a52dec_handle_event),
36971         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36972         (gst_a52dec_change_state):
36973         * ext/a52dec/gsta52dec.h:
36974           Use a debug category, Output timestamps correctly
36975           Emit tag info, Handle events, tell liba52dec about cpu
36976           capabilities so it can use MMX etc.
36977         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36978           Fix a crasher accessing invalid memory
36979         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36980         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36981         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36982         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36983         (dvdnavsrc_query):
36984           Some support for byte-format seeking.
36985           Small fixes for still frames and menu button overlays
36986         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36987         (gst_mpeg2dec_alloc_buffer):
36988           Use a debug category. Adjust the report level of several items to
36989           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36990           so it doesn't lose the GstBuffer pointer
36991         * gst/debug/Makefile.am:
36992         * gst/debug/gstdebug.c: (plugin_init):
36993         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36994         (gst_navseek_base_init), (gst_navseek_class_init),
36995         (gst_navseek_init), (gst_navseek_seek),
36996         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36997         (gst_navseek_get_property), (gst_navseek_chain),
36998         (gst_navseek_plugin_init):
36999         * gst/debug/gstnavseek.h:
37000           Add the navseek debug element for seeking back and forth in a
37001           video stream using arrow keys.
37002         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
37003         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
37004         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
37005         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
37006         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
37007         (gst_mpeg2subt_parse_header), (gst_get_nibble),
37008         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
37009         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
37010         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
37011         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
37012         * gst/mpeg2sub/gstmpeg2subt.h:
37013           Pretty much a complete rewrite. Now a loopbased element. May still
37014           require work to properly synchronise subtitle buffers.
37015         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
37016         (gst_dvd_demux_send_subbuffer):
37017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
37018           Don't attempt to create subbuffers of size 0
37019           Reduce a couple of error outputs to warnings.
37020         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
37021         (gst_y4mencode_chain):
37022         Output the y4m frame header correctly.
37023
37024 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37025
37026         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37027           throw errors instead of allowing SIGFPE
37028
37029 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37030
37031         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37032         (gst_gconf_render_bin_from_key):
37033           leak plugging and style fixing
37034
37035 2004-03-31  David Schleef  <ds@schleef.org>
37036
37037         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37038         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37039         (bug #138225)
37040         * gst/debug/Makefile.am:
37041         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37042         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37043         plugin.
37044         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37045         (gst_negotiation_base_init), (gst_negotiation_class_init),
37046         (gst_negotiation_init), (gst_negotiation_getcaps),
37047         (gst_negotiation_pad_link), (gst_negotiation_chain),
37048         (gst_negotiation_set_property), (gst_negotiation_get_property),
37049         (gst_negotiation_plugin_init):  New element to talk about random
37050         negotiation things happening in a pipeline.
37051
37052 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37053
37054         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37055           fix integer addition with help of Stefan Kost
37056
37057 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37058
37059         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37060
37061 2004-03-30  David Schleef  <ds@schleef.org>
37062
37063         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37064         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37065         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37066         (bug #137504)
37067         * ext/mpeg2dec/gstmpeg2dec.h:
37068
37069 2004-03-30  David Schleef  <ds@schleef.org>
37070
37071         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37072
37073 2004-03-30  David Schleef  <ds@schleef.org>
37074
37075         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37076         Michael Petullo) to handle .mov
37077
37078 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37079
37080         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37081         (gst_osselement_rate_check_rate):
37082           probe caps correctly for sound cards that only support one format
37083
37084 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37085
37086         * ext/kio/kiosrc.cpp: (process_events):
37087           update handling event processing if inside KDE - untested
37088
37089 2004-03-29  David Schleef  <ds@schleef.org>
37090
37091         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37092         by 2 to not interfere with other colorspaces.
37093         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37094         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37095         one to not interfere with ffmpeg_colorspace.
37096
37097 2004-03-29  David Schleef  <ds@schleef.org>
37098
37099         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37100         aren't in the caps.
37101         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37102         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37103
37104 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37105
37106         * gst-libs/gst/riff/riff-media.c:
37107           fail on error, don't try to set stuff on NULL caps
37108
37109 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37110
37111         * configure.ac:
37112         * ext/Makefile.am:
37113         * ext/kio/Makefile.am:
37114         * ext/kio/kioreceiver.cpp:
37115         * ext/kio/kioreceiver.h:
37116         * ext/kio/kiosrc.cpp:
37117         * ext/kio/kiosrc.h:
37118           add experimental kiosrc plugin
37119         * ext/alsa/gstalsaplugin.c: (plugin_init):
37120           initialize debugging category only when we're sure registering the
37121           plugins worked.
37122
37123 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37124
37125         * examples/gstplay/player.c: (main):
37126         * gst-libs/gst/play/play.c: (gst_play_class_init),
37127         (gst_play_set_location), (gst_play_set_data_src),
37128         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37129         (gst_play_set_visualization), (gst_play_connect_visualization):
37130           check return values of element_set_state and return FALSE where
37131           failed
37132
37133 2004-03-29  Benjamin Otte  <otte@gnome.org>
37134
37135         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37136           try harder to check if an event is really a discont
37137
37138 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37139
37140         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37141         * po/az.po:
37142
37143 2004-03-28  Benjamin Otte  <otte@gnome.org>
37144
37145         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37147         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37148           get rid of non-standard "..." ranges in case statements.
37149
37150 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37151
37152         * gst/mpegstream/gstmpegdemux.c:
37153         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37154         specific functionality split to the new dvddemux element.
37155         * gst/mpegstream/gstdvddemux.c:
37156         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37157         streams, derived from mpegdemux.
37158         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37159         up. SCR based timestamp rewriting can be turned off (will probably
37160         completely disappear soon).
37161         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37162         hacking. General cleanup. All printf statements replaced by
37163         debugging messages. Almost complete libdvdnav support.
37164         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37165         by events. New properties for audio and subpicture languages.
37166         (dvdnavsrc_update_highlight): Now uses events.
37167         (dvdnavsrc_user_op): Cleaned up.
37168         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37169         based). Lots of cleanup, and propper support for most libdvdnav
37170         events.
37171         (dvdnavsrc_make_dvd_event): New function.
37172         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37173         (dvdnavsrc_make_clut_change_event): New function.
37174
37175 2004-03-26  Benjamin Otte  <otte@gnome.org>
37176
37177         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37178           fix bug where typefinding would claim it's theora whenever less then
37179           7 bytes of data were available
37180
37181 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37182
37183         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37184         (gst_alawdec_base_init), (gst_alawdec_class_init),
37185         (gst_alawdec_init), (gst_alawdec_chain):
37186         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37187         (gst_alawenc_base_init), (gst_alawenc_class_init),
37188         (gst_alawenc_init), (gst_alawenc_chain):
37189         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37190         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37191         (gst_mulawdec_init), (gst_mulawdec_chain):
37192         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37193         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37194         (gst_mulawenc_init), (gst_mulawenc_chain):
37195           Fix capsnego in all four, remove the unused property functions and
37196           simplify the chain functions slightly. I guess we could use macros
37197           or something similar for those, since the code is so similar, but
37198           I'm currently too lazy...
37199
37200 2004-03-24  David Schleef  <ds@schleef.org>
37201
37202         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37203         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37204         (gst_osselement_get_format_structure),
37205         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37206         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37207         (gst_osselement_rate_int_compare): Add code to handle rate probing
37208         (bug #120883)
37209         * sys/oss/gstosselement.h: same
37210         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37211         Use rate probing provided by osselement.
37212         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37213
37214 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37215
37216         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37217         (gst_xvidenc_get_property):
37218           ulong/int mess-up.
37219
37220 2004-03-24  David Schleef  <ds@schleef.org>
37221
37222         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37223         (gst_speexdec_init):
37224         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37225         (gst_speexenc_init):  Create the pad template correctly (from
37226         the static pad template, not a NULL pointer.)
37227
37228 2004-03-25  Benjamin Otte  <otte@gnome.org>
37229
37230         * gst/debug/Makefile.am:
37231         * gst/debug/breakmydata.c:
37232           add element that quasi-randomly changes bytes in the stream.
37233           Intended use is robustness checking of demuxers and decoders in
37234           media tests.
37235
37236 2004-03-24  Benjamin Otte  <otte@gnome.org>
37237
37238         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37239         (gst_alsa_probe_hw_params):
37240         * ext/alsa/gstalsa.h:
37241           debugging output fixes
37242
37243 2004-03-24  Benjamin Otte  <otte@gnome.org>
37244
37245         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37246           don't g_return_if_fail if element is PLAYING, fail silently as every
37247           other element.
37248         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37249           only fix needed for cast lvalue issues in gst-plugins
37250         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37251           add proxy_getcaps
37252
37253 2004-03-24  Benjamin Otte  <otte@gnome.org>
37254
37255         * gst/level/gstlevel.c: (gst_level_init):
37256           add proxying getcaps function, so level doesn't advertise impossible
37257           caps
37258
37259 2004-03-24  David Schleef  <ds@schleef.org>
37260
37261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37262         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37263         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37264         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37265         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37266         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37267         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37268         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37269         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37270         messages.  Divide the chunk size by the compression ratio
37271         (needed for MACE audio)
37272
37273 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37274
37275         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37276           Fix buffer overflow read error.
37277
37278 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37279
37280         * ext/alsa/gstalsa.h:
37281           Remove unused entry.
37282         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37283           Add cinepak.
37284         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37285         (gst_videodrop_link), (gst_videodrop_chain):
37286           Fix, sort of. Was horribly broken with new capsnego. Bah...
37287
37288 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37289
37290         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37291         (plugin_init):
37292         Add a monkeysaudio typefind function
37293
37294 2004-03-23  Johan Dahlin  <johan@gnome.org>
37295
37296         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37297         (gst_play_video_fixate): Check so the structure has the field
37298         before trying to fixate them, this makes it possible to have
37299         fakesinks for video and audio output without printing errors on
37300         the output console.
37301
37302 2004-03-22  David Schleef  <ds@schleef.org>
37303
37304         * sys/oss/Makefile.am:
37305         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37306         (check_rate), (add_rate):  Rate probing test app.
37307
37308 2004-03-21  Benjamin Otte  <otte@gnome.org>
37309
37310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37311         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37312           add a fixation function that pretty much does the right thing (fixes
37313           #137556)
37314
37315 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37316
37317         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37318
37319 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37320
37321         reviewed by: Benjamin Otte  <otte@gnome.org>
37322
37323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37324           terminate gst_event_new_discontinuous correctly (fixes parts of
37325           #137711)
37326
37327 2004-03-19  David Schleef  <ds@schleef.org>
37328
37329         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37330         since it doesn't depend on X, and it's part of our ABI.
37331
37332 2004-03-19  Iain <iain@prettypeople.org>
37333
37334         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37335         is_int in the structure, not the local variable.
37336
37337 2004-03-19  David Schleef  <ds@schleef.org>
37338
37339         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37340         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37341         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37342         Improvements in caps negotiation.
37343
37344 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37345
37346         * po/LINGUAS:
37347         * po/af.po:
37348           adding Afrikaans (Petri Jooste)
37349
37350 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37351
37352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37353         (gst_ffmpegcolorspace_chain):
37354         throw error instead of g_critical (#137588)
37355
37356 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37357
37358         * Makefile.am:
37359         * configure.ac:
37360           dist common and m4 correctly
37361         * po/sv.po:
37362
37363 2004-03-17  David Schleef  <ds@schleef.org>
37364
37365         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37366         (bug #137348)
37367
37368 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37369
37370         * po/LINGUAS:
37371         * po/sv.po:
37372           adding Swedish translation (Christian Rose)
37373
37374 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37375
37376         * Makefile.am: use release.mak
37377
37378 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * common/ChangeLog:
37381         * common/gst-autogen.sh:
37382           add some explanation about the version detection
37383         * configure.ac:
37384           fix X check
37385
37386 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37387
37388         * configure.ac: bump nano to 1
37389
37390 === release 0.8.0 ===
37391
37392 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37395
37396 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37397
37398         * configure.ac:
37399           update libtool version
37400         * gst-libs/gst/media-info/Makefile.am:
37401           actually use libtool version
37402
37403 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37404
37405         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37406
37407 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37408
37409         * configure.ac:
37410         * gst-plugins.spec.in:
37411         * pkgconfig/Makefile.am:
37412         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37413         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37414         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37415         * pkgconfig/gstreamer-libs.pc.in:
37416         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37417         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37418         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37419         * pkgconfig/gstreamer-plugins.pc.in:
37420           remove @VERSION@ from some of the pc files since core and plugins
37421           are decoupled.
37422           created gstreamer-plugins.pc as it's a better name, but keeping
37423           -libs around for now to get fixes upstream done first.
37424
37425 2004-03-15  Julien MOUTTE <julien@moutte.net>
37426
37427         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37428         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37429         * gst-libs/gst/play/play.h:
37430
37431 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37432
37433         * *.c, *.cc: don't mix tabs and spaces
37434
37435 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37436
37437         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37438           use the new ffmpegcolorspace
37439         * gst-plugins.spec.in:
37440           package new colorspace and media-info
37441         * configure.ac:
37442         * pkgconfig/Makefile.am:
37443           fix some more disting issues
37444         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37445         * pkgconfig/gstreamer-media-info.pc.in:
37446           generate media-info pc files
37447
37448 2004-03-15  Johan Dahlin  <johan@gnome.org>
37449
37450         * *.h: Revert indenting
37451
37452 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * configure.ac:
37455           adding ffmpegcolorspace element
37456         * gst/ffmpegcolorspace/Makefile.am:
37457         * gst/ffmpegcolorspace/avcodec.h:
37458         * gst/ffmpegcolorspace/common.h:
37459         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37460         * gst/ffmpegcolorspace/dsputil.h:
37461         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37464         (gst_ffmpeg_caps_to_pix_fmt):
37465         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37466         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37467         (gst_ffmpegcolorspace_caps_remove_format_info),
37468         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37469         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37470         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37471         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37472         (gst_ffmpegcolorspace_set_property),
37473         (gst_ffmpegcolorspace_get_property),
37474         (gst_ffmpegcolorspace_register):
37475         * gst/ffmpegcolorspace/imgconvert.c:
37476         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37477         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37478         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37479         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37480         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37481         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37482         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37483         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37484         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37485         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37486         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37487         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37488         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37489         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37490         (img_get_alpha_info), (deinterlace_line),
37491         (deinterlace_line_inplace), (deinterlace_bottom_field),
37492         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37493         * gst/ffmpegcolorspace/imgconvert_template.h:
37494         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37495         * gst/ffmpegcolorspace/mmx.h:
37496         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37497           adding ffmpegcolorspace element supplied by Ronald after cleaning
37498           up and pulling in the right bits of upstream source.
37499           I'm sure a better C/compiler wizard could do some cleaning up (for
37500           example use GLIB's malloc stuff), but as a first pass this
37501           works very well
37502
37503 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37504
37505         * ext/alsa/gstalsa.h:
37506           I assume Ronald forgot to commit the change to have cardname
37507           as a struct member.  Expect some public spanking at the next
37508           opportunity.
37509
37510 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37511
37512         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37513         (gst_alsa_open_audio), (gst_alsa_close_audio):
37514         * ext/alsa/gstalsa.c:
37515           Don't open the device if we're a mixer (= padless).
37516         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37517         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37518         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37519           Open mixer during state change rather than during object
37520           initialization. Also, get a device name. Currently in a somewhat
37521           hackish fashion, but I didn't really find something better.
37522
37523 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37524
37525         * *.c, *.h: run gst-indent
37526
37527 2004-03-14  Benjamin Otte  <otte@gnome.org>
37528
37529         * gst/modplug/gstmodplug.cc:
37530         * gst/modplug/gstmodplug.h:
37531           set correct timestamps on outgoing buffers
37532
37533 2004-03-14  Benjamin Otte  <otte@gnome.org>
37534
37535         * gst/modplug/gstmodplug.cc:
37536           handle events - don't do crap when a discont arrives that's not
37537           necessary
37538           This allows correct loading and playback of mods in Rhythmbox
37539
37540 2004-03-14  Benjamin Otte  <otte@gnome.org>
37541
37542         * configure.ac:
37543         * gst-libs/gst/gconf/Makefile.am:
37544         * pkgconfig/Makefile.am:
37545           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37546           they get rebuilt properly
37547         * configure.ac:
37548           when checking for vorbis, try pkgconfig first.
37549         * gst/modplug/gstmodplug.cc:
37550           add fixate function
37551
37552 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37553
37554         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37555           Fix for obvious mistake, where we first shift the offset and then
37556           read a samplesize element assuming the old offset. Note that this
37557           part still has something weird, i.e. my movies containing those
37558           don't actually play well, but at least there's something that looks
37559           like sound now.
37560
37561 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37562         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37563         (plugin_init):
37564         Add a typefind function for speex format
37565
37566 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37567
37568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37569         (gst_asf_demux_setup_pad):
37570           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37571           instead of 0. Reason is simple: some elements have a fps range
37572           of 1-max instead of 0-max. So now ASF video actually works.
37573
37574 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37575
37576         * po/LINGUAS:
37577         * po/sr.po:
37578           adding serbian as a language
37579
37580 2004-03-13  Benjamin Otte  <otte@gnome.org>
37581
37582         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37583           return taglist correctly from _get function, don't gst_pad_push it.
37584           (fixes #137042)
37585
37586 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37587         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37588
37589 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37590
37591         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37592         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37593         (gst_alsa_mixer_track_new):
37594         * ext/alsa/gstalsamixertrack.h:
37595           Fix ancient leftovers... MixerTrack is a GObject.
37596
37597 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37598
37599         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37600         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37601           Don't block during probing...
37602
37603 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37604
37605         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37606         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37607         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37608         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37609         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37610         (gst_alsa_open_audio), (gst_alsa_close_audio):
37611         * ext/alsa/gstalsa.h:
37612           Add propertyprobe interface implementation, add some device-name
37613           property, all this so that it looks good in gnome-volume-control.
37614
37615 2004-03-12  David Schleef  <ds@schleef.org>
37616
37617         * configure.ac: the Hermes library controls hermescolorspace, not
37618         colorspace.
37619         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37620         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37621         not /* */
37622         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37623         * ext/sdl/sdlvideosink.h: ditto.
37624         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37625
37626 2004-03-12  Benjamin Otte  <otte@gnome.org>
37627
37628         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37629         (gst_x_overlay_got_xwindow_id):
37630         * gst-libs/gst/xoverlay/xoverlay.h:
37631           replace XID with unsigned long to get rid of the xlibs dependency in
37632           XOverlay (fixes #137004)
37633
37634 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37635         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37636         (gst_agingtv_setup):
37637         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37638         (gst_dicetv_base_init), (gst_dicetv_class_init),
37639         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37640         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37641         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37642         (gst_edgetv_setup), (gst_edgetv_rgb32):
37643         * gst/effectv/gsteffectv.c:
37644         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37645         (gst_quarktv_set_property):
37646         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37647         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37648         (gst_revtv_setup), (gst_revtv_rgb32):
37649         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37650         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37651         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37652         (gst_shagadelictv_rgb32):
37653         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37654         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37655         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37656         * gst/effectv/gstwarp.c:
37657         Port everything that can be ported to videofilter and fix up the caps.
37658         Can someone with a big-endian machine please check these?
37659
37660 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37661
37662         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37663         (gst_osssink_chain), (gst_osssink_change_state):
37664           Latest fixes for A/V sync, audio playback and such. This is about
37665           all... MPEG playback issues are mostly related to the async build-
37666           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37667
37668 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37669
37670         patch from: Stephane Loeuillet
37671
37672         * configure.ac:
37673           use pkg-config for some libraries, falling back to the old .m4 way
37674           (fixes #131270)
37675         * m4/libdv.m4:
37676           removed
37677
37678 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37679
37680         * configure.ac:
37681         * tools/Makefile.am:
37682         * tools/Makefile.in:
37683         * tools/gst-launch-ext-m.m:
37684         * tools/gst-launch-ext.1.in:
37685         * tools/gst-visualise-m.m:
37686         * tools/gst-visualise.1:
37687         * tools/gst-visualise.1.in:
37688           reorganizing generation of script tools
37689
37690 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37691
37692         * ext/divx/gstdivxdec.c:
37693           Downgrade priority. We prefer ffdec_mpeg4.
37694         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37695         (gst_faad_chain), (gst_faad_change_state):
37696           Fix capsnego. Doesn't work for some sounds because we don't have
37697           a 5:1 to stereo element.
37698         * ext/xvid/gstxvid.c: (plugin_init):
37699           Add priority.
37700         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37701         (gst_osssink_change_state):
37702           Add discont handling.
37703
37704 2004-03-09  Colin Walters  <walters@verbum.org>
37705
37706         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37707         conversion.
37708
37709 2004-03-09  Benjamin Otte  <otte@gnome.org>
37710
37711         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37712           the signals take 2 arguments
37713
37714 2004-03-09  David Schleef  <ds@schleef.org>
37715
37716         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37717         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37718         * ext/alsa/gstalsa.h:
37719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37720
37721 2004-03-09  Benjamin Otte  <otte@gnome.org>
37722
37723         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37724         (gst_mikmod_change_state):
37725         * ext/mikmod/gstmikmod.h:
37726           make mikmod's loop function not loop infinitely and call
37727           gst_element_yield anymore
37728         * gst/modplug/gstmodplug.cc:
37729           fix pad negotiation (fixes #136590)
37730
37731 2004-03-09  David Schleef  <ds@schleef.org>
37732
37733         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37734         doesn't conflict with the internal colorspace plugin.
37735         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37736         satisfy the crappy-ass shell shipped by a certain vendor.
37737         * gst/videofilter/make_filter: same (bug #135299)
37738
37739 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37740
37741         * configure.ac: bump nano to 1
37742
37743 === release 0.7.6 ===
37744
37745 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37746
37747         * configure.in: releasing 0.7.6, "There"
37748
37749 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37750
37751         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37752         * pkgconfig/gstreamer-play.pc.in:
37753           synchronize the two
37754
37755 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37756
37757         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37758         (cdparanoia_open), (cdparanoia_event):
37759           fix/add error handling
37760         * po/POTFILES.in:
37761           add cdparanoia source
37762         * tools/Makefile.am:
37763           make scripts executable
37764
37765 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37766
37767         * configure.ac:
37768         * ext/vorbis/Makefile.am:
37769         * sys/Makefile.am:
37770           remove id3types, vorbisfile and xvideosink from the build (#133783)
37771
37772 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37773
37774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37775           Fix metadata read crash (#136537).
37776
37777 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37778
37779         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37780         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37781           adding mime types, fixing the one-stop function
37782
37783 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37784
37785         * ext/nas/nassink.c and /ext/nas/nassink.h:
37786         More NAS love from Arwed von Merkatz
37787         So lets all sing 'Can you feel the NAS tonight'
37788
37789 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37790
37791         * tools/gst-launch-ext.in:
37792         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37793
37794 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37795
37796         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37797         (gst_mpeg2dec_init):
37798         remove the user_data pad for now, because it is being used in
37799         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37800         If someone knows how to fix this properly, please do.
37801
37802 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37803
37804         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37805         (gst_osssink_get_time):
37806         add a warning, IMO this won't get triggered anymore, remove later
37807
37808 2004-03-07  David Schleef  <ds@schleef.org>
37809
37810         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37811         format (bug #136470)
37812
37813 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37814
37815         * gst-libs/Makefile.am:
37816         * gst-libs/gst/media-info/Makefile.am:
37817         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37818         (error_callback), (gst_media_info_error_create),
37819         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37820         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37821         * gst-libs/gst/media-info/media-info-priv.h:
37822         * gst-libs/gst/media-info/media-info-test.c: (main):
37823         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37824         (gst_media_info_class_init), (gst_media_info_instance_init),
37825         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37826         (gst_media_info_read_idler), (gst_media_info_read):
37827         * gst-libs/gst/media-info/media-info.h:
37828         fixed, should work now
37829
37830 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37831
37832         * ext/nas/nassink.c:
37833         A bunch of NAS fixes from Arwed von Merkatz
37834
37835 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37836
37837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37838         (qtdemux_parse_trak):
37839           Fix crash (j might be greater than n_samples, in which case we're
37840           writing outside the allocated space for the array) and memleak.
37841
37842 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37843
37844         * sys/oss/gstosssink.c: (gst_osssink_chain):
37845           And another caller that couldn't handle delay < 0 (unsigned
37846           integer overflow). Video now continues playing on an audio
37847           buffer underrun, and the clock continues working. Audio still
37848           stalls.
37849
37850 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37851
37852         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37853         (gst_osssink_get_time):
37854           get_delay() may return values lower than 0. In those cases, we
37855           should not actually cast to *unsigned* int64, that will break
37856           stuff horribly. In my case, it screwed up A/V sync in movies
37857           in totem rather badly.
37858
37859 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37860
37861         * ext/faac/gstfaac.c: (gst_faac_chain):
37862         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37863         * ext/libpng/gstpngenc.c: (user_write_data):
37864         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37865         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37866         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37867         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37868         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37869         of any buffer), should fix some leaks. I hope I didn't unref buffers
37870         that shouldn't be...
37871
37872 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37873
37874         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37875         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37876         (error_callback), (gmi_reset), (gmi_seek_to_track),
37877         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37878         (gmip_find_type_post), (gmip_find_stream_post),
37879         (gmip_find_track_streaminfo_post):
37880         * gst-libs/gst/media-info/media-info-priv.h:
37881         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37882         (info_print), (main):
37883         * gst-libs/gst/media-info/media-info.c:
37884         (gst_media_info_error_create), (gst_media_info_error_element),
37885         (gst_media_info_instance_init), (gst_media_info_get_property),
37886         (gst_media_info_new), (gst_media_info_set_source),
37887         (gst_media_info_read_idler), (gst_media_info_read):
37888         * gst-libs/gst/media-info/media-info.h:
37889           first pass at making this work again.  This seems to work on
37890           tagged ogg/vorbis and mp3 files.
37891
37892 2004-03-06  Benjamin Otte  <otte@gnome.org>
37893
37894         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37895           fix huge leak: gst_buffer_merge doesn't unref the first argument
37896           itself.
37897
37898 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37899
37900         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37901           report layer/mode/emphasis
37902
37903 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37904
37905         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37906
37907 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37908
37909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37910           signal serial
37911
37912 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37913
37914         * ext/vorbis/vorbis.c: (plugin_init):
37915         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37916         (gst_vorbis_dec_init), (vorbis_dec_event):
37917         add debug category
37918         make vorbisdec handle _BYTE and _TIME queries
37919
37920 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37921
37922         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37923           from the xing header
37924
37925 2004-03-06  Benjamin Otte  <otte@gnome.org>
37926
37927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37928         (gst_audio_convert_link), (gst_audio_convert_change_state),
37929         (gst_audio_convert_buffer_from_default_format):
37930           do conversions from/to float correctly, fix some caps nego errors,
37931           export correct supported caps in template and getcaps, use correct
37932           caps in try_set_caps functions
37933
37934 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37935
37936         For some reason, I only committed a ChangeLog entry yesterday and
37937         not the corresponding code...
37938         * ext/mad/gstmad.c: Fix detection of Xing headers
37939         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37940
37941 2004-03-06  Benjamin Otte  <otte@gnome.org>
37942
37943         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37944         (gst_ogg_demux_src_query):
37945           make sure to handle the case where there's no current chain
37946           gracefully.
37947
37948 2004-03-05  David Schleef  <ds@schleef.org>
37949
37950         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37951         Add fixate function. (bug #131128)
37952         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37953         (gst_sdlvideosink_fixate):  Add fixate function.
37954         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37955         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37956         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37957         Fix missing break that was causing ulaw to be interpreted as
37958         raw int.
37959
37960 2004-03-05  David Schleef  <ds@schleef.org>
37961
37962         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37963         Fix code that ignores return value of gst_buffer_merge().
37964         (bug #114560)
37965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37966         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37967         * testsuite/gst-lint:  Check for above.
37968
37969 2004-03-05  David Schleef  <ds@schleef.org>
37970
37971         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37972         caps and throw an element error.  (bug #136334)
37973
37974 2004-03-05  David Schleef  <ds@schleef.org>
37975
37976         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37977         (gst_faad_chain): Fix negotiation.
37978         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37979         key and button events.
37980         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37981         dung heap of code.
37982         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37983         depends on gconf
37984         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37985         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37986         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37987         function to encourage better negotiation, particularly between
37988         audioconvert and osssink.
37989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37990         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37991         more important.
37992         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37993         typefinding.
37994         * gst/vbidec/vbiscreen.c:  Add glib header
37995         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37996
37997 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37998
37999         * ext/mad/gstmad.c: Fix detection of Xing headers
38000         * gst/tags/gstid3tag.c: Changes to support TLEN tags
38001
38002 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38003
38004         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38005         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
38006           debug updates
38007
38008 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
38009
38010         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38011         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
38012         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
38013         files, and report the parsed length as a GST_TAG_DURATION tag.
38014         * gst/tags/gstid3tag.c: support TLEN (duration) tag
38015
38016 2004-03-05  Benjamin Otte  <otte@gnome.org>
38017
38018         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
38019           convert channels correctly. convert correctly to unsigned.
38020
38021 2004-03-05  Julien MOUTTE <julien@moutte.net>
38022
38023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
38024         we have a window before clearing it.
38025
38026 2004-03-05  Julien MOUTTE <julien@moutte.net>
38027
38028         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38029         have a window before clearing it.
38030
38031 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38032
38033         * gconf/gstreamer.schemas.in:
38034         * gst-libs/gst/gconf/Makefile.am:
38035           version installation path the same way as for 0.6
38036         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38037         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38038         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38039           remove comment that was fixed
38040
38041 2004-03-05  David Schleef  <ds@schleef.org>
38042
38043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38044         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38045         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38046         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38047         Add prototype code for handling seeking and querying.
38048
38049 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38050
38051         * examples/gstplay/player.c: (main):
38052           Initialize variables to NULL. Prevents a segfault because the
38053           (uninitialized) variable is not NULL, resulting in a crash on
38054           trying to reach error->message.
38055
38056 2004-03-05  Benjamin Otte  <otte@gnome.org>
38057
38058         * gst/audioconvert/gstaudioconvert.c:
38059         (gst_audio_convert_buffer_to_default_format):
38060         make float=>int conversion work correctly even in cornercases.
38061
38062 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38063
38064         * debian/README.Debian:
38065         * debian/build-deps:
38066         * debian/changelog:
38067         * debian/control:
38068         * debian/control.in:
38069         * debian/copyright:
38070         * debian/gstreamer-a52dec.files:
38071         * debian/gstreamer-aa.files:
38072         * debian/gstreamer-alsa.files:
38073         * debian/gstreamer-alsa.manpages:
38074         * debian/gstreamer-arts.files:
38075         * debian/gstreamer-artsd.files:
38076         * debian/gstreamer-audiofile.files:
38077         * debian/gstreamer-avifile.files:
38078         * debian/gstreamer-cdparanoia.files:
38079         * debian/gstreamer-colorspace.files:
38080         * debian/gstreamer-doc.files:
38081         * debian/gstreamer-dv.files:
38082         * debian/gstreamer-dvd.files:
38083         * debian/gstreamer-esd.files:
38084         * debian/gstreamer-festival.files:
38085         * debian/gstreamer-flac.files:
38086         * debian/gstreamer-gconf.conffiles:
38087         * debian/gstreamer-gconf.files:
38088         * debian/gstreamer-gconf.postinst:
38089         * debian/gstreamer-gnomevfs.files:
38090         * debian/gstreamer-gsm.files:
38091         * debian/gstreamer-http.files:
38092         * debian/gstreamer-jack.files:
38093         * debian/gstreamer-jpeg.files:
38094         * debian/gstreamer-mad.files:
38095         * debian/gstreamer-mikmod.files:
38096         * debian/gstreamer-misc.files:
38097         * debian/gstreamer-mpeg2dec.files:
38098         * debian/gstreamer-oss.files:
38099         * debian/gstreamer-plugin-apps.files:
38100         * debian/gstreamer-plugin-apps.manpages:
38101         * debian/gstreamer-plugin-libs-dev.files:
38102         * debian/gstreamer-plugin-libs.files:
38103         * debian/gstreamer-plugin-template.postinst:
38104         * debian/gstreamer-plugin-template.postrm:
38105         * debian/gstreamer-sdl.files:
38106         * debian/gstreamer-sid.files:
38107         * debian/gstreamer-vorbis.files:
38108         * debian/gstreamer-x.files:
38109         * debian/mk.control:
38110         * debian/rules:
38111         Debian package info not maintained here.
38112
38113 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38114
38115         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38116         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38117         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38118         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38119         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38120         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38121         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38122         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38123         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38124         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38125         * gst-libs/gst/colorbalance/colorbalance.c:
38126         (gst_color_balance_class_init):
38127         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38128         (gst_color_balance_channel_class_init):
38129         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38130         * gst-libs/gst/play/play.c: (gst_play_class_init):
38131         * gst-libs/gst/propertyprobe/propertyprobe.c:
38132         (gst_property_probe_iface_init):
38133         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38134         * gst-libs/gst/tuner/tunerchannel.c:
38135         (gst_tuner_channel_class_init):
38136         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38137         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38138         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38139         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38140         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38141         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38142         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38144         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38145           fix signals to use - instead of _
38146         * ext/libcaca/gstcacasink.h:
38147         * ext/sdl/sdlvideosink.h:
38148           fix header rename
38149
38150 2004-03-04  David Schleef  <ds@schleef.org>
38151
38152         * testsuite/gst-lint:  Add a check for bad signal names.
38153
38154 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38155
38156         reviewed by David Schleef
38157
38158         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38159         modified the alpha channel and caused a warning. (bug #136192)
38160
38161 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38162
38163         * gst-plugins.spec.in:
38164         Change names of plugins to actually be correct. Try to keep things
38165         alphabetical to avoid getting beat up by Thomas
38166
38167 2004-03-03  Julien MOUTTE <julien@moutte.net>
38168
38169         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38170         Using ximagesink as a default if no gconf key found. We should
38171         probably consider using alsasink instead of osssink for the audio
38172         part.
38173
38174 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38175
38176         * configure.ac:
38177           fix --with-plugins, don't think it ever worked before
38178         * gst-plugins.spec.in:
38179           even more updates
38180
38181 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38182
38183         * ext/sdl/sdlvideosink.h:
38184         * sys/ximage/ximagesink.h:
38185         * sys/xvideo/xvideosink.h:
38186         * sys/xvimage/xvimagesink.h:
38187           Fix for move of gstvideosink.h -> videosink.h.
38188
38189 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38190
38191         * gst-libs/gst/xwindowlistener/Makefile.am:
38192           this is a plugin library, not a library
38193
38194 2004-03-01  David Schleef  <ds@schleef.org>
38195
38196         * AUTHORS:  Added some names.  Add yourself if you're still
38197         missing.
38198
38199 2004-03-01  David Schleef  <ds@schleef.org>
38200
38201         * MAINTAINERS: Add
38202
38203 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38204
38205         * gst-plugins.spec.in: clean up spec file
38206
38207 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38208
38209         * gst-libs/gst/video/Makefile.am:
38210         * gst-libs/gst/video/gstvideosink.c:
38211         * gst-libs/gst/video/gstvideosink.h:
38212           rename gstvideosink.h to videosink.h to match other headers
38213         * gst/mixmatrix/Makefile.am:
38214           fix plugin filename
38215         * gst/tags/Makefile.am: fix plugin filename
38216
38217 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38218
38219         * gst/tags/Makefile.am: fix plugin filename
38220
38221 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38222
38223         * examples/gstplay/player.c: (got_time_tick), (main):
38224           add error handler
38225           display time_tick more readably
38226         * gst/mixmatrix/Makefile.am:
38227           fix plugin file name
38228
38229 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38230
38231         * sys/oss/gstosselement.c: (gst_osselement_probe),
38232         (device_combination_append), (gst_osselement_class_probe_devices):
38233         * sys/oss/gstosselement.h:
38234           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38235           on my system using alsa oss emulation, fixes bug #135597
38236
38237 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38238
38239         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38240         (gst_videodrop_chain), (gst_videodrop_change_state):
38241         * gst/videodrop/gstvideodrop.h:
38242           Work based on timestamp of input data, not based on the expected
38243           framerate from the input. The consequence is that this element now
38244           not only scales framerates, but also functions as a framerate
38245           corrector or framerate stabilizer/constantizer.
38246
38247 2004-02-27  David Schleef  <ds@schleef.org>
38248
38249         patches from jmmv@menta.net (Julio M. Merino Vidal)
38250
38251         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38252         GST_ELEMENT_ERROR call (bug #135634)
38253         * gst/interleave/interleave.c: (interleave_buffered_loop),
38254         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38255         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38256         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38257         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38258         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38259         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38260         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38261         Fix GST_ELEMENT_ERROR call.
38262         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38263         GST_ELEMENT_ERROR call.
38264
38265 2004-02-27  Benjamin Otte  <otte@gnome.org>
38266
38267         * gst-libs/gst/audio/audio.h:
38268           add macro to make sure header isn't included twice
38269         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38270           don't use gst_buffer_free
38271         * gst/playondemand/filter.func:
38272           don't use gst_data_free. Free data only once.
38273
38274 2004-02-26  David Schleef  <ds@schleef.org>
38275
38276         * gst-libs/gst/colorbalance/Makefile.am:
38277         * gst-libs/gst/mixer/Makefile.am:
38278         * gst-libs/gst/tuner/Makefile.am:
38279         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38280         should not be disted, -marshal.h files should not be installed,
38281         and -enum.h files _should_ be installed.  Fix to make this the
38282         case.
38283
38284 === release 0.7.5 ===
38285
38286 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38287
38288         * configure.ac: release 0.7.5, "Under The Sea"
38289
38290 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38291
38292         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38293         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38294         * gst/videoscale/gstvideoscale.c:
38295         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38296           assorted debug/warning fixes
38297
38298 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38299
38300         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38301         (gst_videoscale_init), (gst_videoscale_chain),
38302         (gst_videoscale_set_property), (plugin_init):
38303         * gst/videoscale/gstvideoscale.h:
38304         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38305         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38306         (gst_videoscale_planar400), (gst_videoscale_packed422),
38307         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38308         (gst_videoscale_24bit), (gst_videoscale_16bit),
38309         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38310         (gst_videoscale_scale_plane_slow),
38311         (gst_videoscale_scale_point_sample),
38312         (gst_videoscale_scale_nearest),
38313         (gst_videoscale_scale_nearest_str2),
38314         (gst_videoscale_scale_nearest_str4),
38315         (gst_videoscale_scale_nearest_32bit),
38316         (gst_videoscale_scale_nearest_24bit),
38317         (gst_videoscale_scale_nearest_16bit):
38318         add debugging category and use it properly
38319         fix use of GST_PTR_FORMAT
38320
38321 2004-02-25  Andy Wingo  <wingo@pobox.com>
38322
38323         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38324         push only when channel->buffer is NULL. Prevents segfaults doing
38325         the state change after a nonlocal exit, like a scheme exception.
38326
38327         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38328         Handle the case where the intersected caps is empty.
38329
38330 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38331
38332         * gst/law/mulaw-decode.c: (mulawdec_link):
38333         * gst/law/mulaw.c: (plugin_init):
38334           fix mulawdec so it actually works again
38335
38336 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38337
38338         reviewed by: David Schleef  <ds@schleef.org>
38339
38340         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38341         (gst_gamma_init), (gst_gamma_set_property),
38342         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38343         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38344         for RGB, with separate r g and b correction factors. (#131167)
38345
38346 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38347
38348         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38349           only signal tags for bitrate if they're > 0 (#134894)
38350
38351 2004-02-24  David Schleef  <ds@schleef.org>
38352
38353         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38354         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38355         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38356         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38357         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38358         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38359         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38360         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38361         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38362         category.  Attempt to fix timestamp calculation.
38363
38364 2004-02-24  Johan Dahlin  <johan@gnome.org>
38365
38366         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38367
38368 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38369
38370         * configure.ac:
38371         * gconf/Makefile.am:
38372         * gconf/gstreamer.schemas:
38373         * gst-libs/gst/gconf/Makefile.am:
38374         * gst-libs/gst/gconf/gconf.c:
38375           version gconf schemas and install locations
38376
38377 2004-02-23  Benjamin Otte  <otte@gnome.org>
38378
38379         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38380         (gst_xine_input_subclass_init):
38381           call parent dispose.
38382           change pad template for CD reader correctly
38383         * ext/xine/Makefile.am:
38384         * ext/xine/gstxine.h:
38385         * ext/xine/xine.c: (plugin_init):
38386         * ext/xine/xineaudiosink.c:
38387           wrap audio sinks, too
38388         * gst-libs/gst/resample/private.h:
38389         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38390         (gst_resample_reinit), (gst_resample_scale),
38391         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38392         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38393         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38394         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38395         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38396         * gst-libs/gst/resample/resample.h:
38397         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38398         (gst_audioscale_class_init), (gst_audioscale_link),
38399         (gst_audioscale_get_buffer), (gst_audioscale_init),
38400         (gst_audioscale_chain), (gst_audioscale_set_property),
38401         (gst_audioscale_get_property):
38402         * gst/audioscale/gstaudioscale.h:
38403           s/resample_*/gst_resample_*/i to not clobber namespaces
38404
38405 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38406
38407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38408         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38409         (gst_riff_create_video_template_caps),
38410         (gst_riff_create_audio_template_caps),
38411         (gst_riff_create_iavs_template_caps):
38412         * gst-libs/gst/riff/riff-media.h:
38413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38414         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38415         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38416         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38417         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38418         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38419         (gst_matroska_demux_plugin_init): First batch implementing audio and
38420         video codec tags in demuxers.
38421
38422 2004-02-22  Benjamin Otte  <otte@gnome.org>
38423
38424         * ext/xine/Makefile.am:
38425         * ext/xine/gstxine.h:
38426         * ext/xine/xine.c: (plugin_init):
38427         * ext/xine/xineinput.c:
38428           add input plugin wrapper. Playback from files, http, mms and cdda
38429           works.
38430         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38431           remove leftover G_GNUC_UNUSED
38432         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38433         (gst_asf_demux_identify_guid):
38434           improve debugging output
38435
38436 2004-02-22  Benjamin Otte  <otte@gnome.org>
38437
38438         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38439
38440         * autogen.sh:
38441           replace test -e with test -x for mkinstalldirs to be more portable.
38442           (fixes #134816)
38443
38444 2004-02-22  Benjamin Otte  <otte@gnome.org>
38445
38446         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38447
38448         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38449           set rank to PRIMARY
38450         * gst/volume/gstvolume.c: (plugin_init):
38451           set rank to NONE
38452         fixes #134960
38453
38454 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38455
38456         reviewed by Benjamin Otte  <otte@gnome.org>
38457
38458         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38459           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38460
38461 2004-02-22  Benjamin Otte  <otte@gnome.org>
38462
38463         * configure.ac:
38464           export [_]*{gst,Gst,GST}.* symbols from plugins
38465
38466 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38467
38468         reviewed by: Benjamin Otte  <otte@gnome.org>
38469
38470         * ext/lame/gstlame.c: (add_one_tag):
38471         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38473         (gst_vorbisenc_metadata_set1):
38474         * gst/tags/gstid3tag.c:
38475         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38476           apply fixes from bugs #135042 (lame can't write tags) and #133817
38477           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38478
38479 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38480
38481         * configure.ac: Export only gst_plugin_desc from plugins.
38482          Note that this change only makes any effect with Linux using libtool
38483          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38484          fine. And don't try to have several versions of libtool in different
38485          directories.
38486
38487 2004-02-20  Andy Wingo  <wingo@pobox.com>
38488
38489         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38490         interleave respectively.
38491
38492         * gst/interleave/deinterleave.c: New plugin: deinterleave
38493         (replaces on oneton).
38494         * gst/interleave/interleave.c: New plugin: interleave.
38495         * gst/interleave/plugin.h: Support file.
38496         * gst/interleave/plugin.c: Support file.
38497
38498         * configure.ac: Remove intfloat and oneton, add interleave.
38499
38500         * ext/sndfile/gstsf.c: Handle events better.
38501
38502         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38503         and float2int operation. int2float has scheduling problems as
38504         noted in in2float_chain.
38505
38506 2004-02-20  Benjamin Otte  <otte@gnome.org>
38507
38508         * ext/xine/Makefile.am:
38509         * ext/xine/gstxine.h:
38510         * ext/xine/xine.c:
38511         * ext/xine/xineaudiodec.c:
38512         * ext/xine/xinecaps.c:
38513           add first version of xine plugin wrapper. Currently only wraps the
38514           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38515         * configure.ac:
38516         * ext/Makefile.am:
38517           add xine plugin wrapper, disabled by default. Use --enable-xine to
38518           build. Note that it'll segfault on gst-register if you don't remove
38519           the goom and tvtime post plugins from xine.
38520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38521         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38522           add extradata parsing for QDM2.
38523           change around debugging prints.
38524
38525 2004-02-19  Benjamin Otte  <otte@gnome.org>
38526
38527         * ext/lame/gstlame.c: (gst_lame_chain):
38528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38529           use gst_tag_list_insert when you want to insert tags
38530
38531 2004-02-18  David Schleef  <ds@schleef.org>
38532
38533         * configure.ac:  Move massink to gst-rotten
38534         * ext/Makefile.am:
38535         * ext/mas/Makefile.am:
38536         * ext/mas/massink.c:
38537         * ext/mas/massink.h:
38538
38539 2004-02-18  David Schleef  <ds@schleef.org>
38540
38541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38542         typefinding, since it seems to be worse than nothing.
38543         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38544         atom to recognize .mp4 and .m4a files as video/quicktime.
38545
38546 2004-02-18  David Schleef  <ds@schleef.org>
38547
38548         * gst/sine/demo-dparams.c: (quit_live),
38549         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38550         Use double dparams, not float.
38551         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38552         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38553         sync'd elements don't really work correctly.
38554         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38555         (volume_update_volume), (volume_get_property):  Change dparam
38556         to double.
38557
38558 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38559
38560         * sys/ximage/ximagesink.c:
38561         (gst_ximagesink_xwindow_update_geometry),
38562         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38563         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38564         (gst_ximagesink_init): Rework the way software video scaling works. So
38565         now we check on each chain call if the video frames are feeling the
38566         window. If not we try to renegotiate caps. On failure we memorize that
38567         and we won't try again for that PLAYING sessions.
38568         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38569         failure.
38570         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38571         synchronous flag.
38572
38573 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38574
38575         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38576           break up _link so we can give a better debug message for errors
38577
38578 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38579
38580         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38581           set up debug category
38582
38583 2004-02-18  Julien MOUTTE <julien@moutte.net>
38584
38585         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38586         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38587         the way renegotiation work. The event handling function is not taking
38588         care of external windows and renegotiate method check for pad flags
38589         NEGOTIATING. Should fix : #133209
38590
38591 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38592
38593         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38594         pad is negotiating before trying renegotiation.
38595
38596 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38597
38598         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38599           pass on all possible mime types as typefind hints
38600
38601 2004-02-17  Julien MOUTTE <julien@moutte.net>
38602
38603         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38605         possible SHM leak if we crash. All other apps using XShm are doing
38606         that.
38607
38608 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38609
38610         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38611         (gst_ximagesink_expose): Renegotiate size on expose.
38612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38613         size on expose.
38614
38615 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38616
38617         * testsuite/alsa/sinesrc.c:
38618           cosmetic fix to fix compile issue with gcc 2.95.4
38619
38620 2004-02-16  Julien MOUTTE <julien@moutte.net>
38621
38622         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38623         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38624         failed opening the audio device.
38625         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38626         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38627         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38628         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38629         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38630         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38631         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38632         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38633         Removing some useless g_return_if_fail like wingo suggested.
38634         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38635         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38636         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38637         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38638         (gst_xvimagesink_update_colorbalance),
38639         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38640         (gst_xvimagesink_xcontext_clear),
38641         (gst_xvimagesink_get_fourcc_from_caps),
38642         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38643         (gst_xvimagesink_set_xwindow_id),
38644         (gst_xvimagesink_colorbalance_list_channels),
38645         (gst_xvimagesink_colorbalance_set_value),
38646         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38647         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38648
38649 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38650
38651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38652           throw error when not negotiated instead of asserting
38653
38654 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38655
38656         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38657         correct data refcounting.
38658
38659 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38660
38661         * gst/switch/gstswitch.c: (gst_switch_change_state),
38662         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38663         change, mostly the EOS flag.
38664
38665 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38666
38667         * examples/gstplay/player.c: (got_eos), (main): Adding some
38668         output for debugging.
38669         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38670         timeouts if we go to any state different from PLAYING.
38671         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38672         more EOS bugs in riff lib.
38673
38674 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38675
38676         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38677         visualization until i find a way to fix switch correctly.
38678         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38679         EOS arrives.
38680         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38681         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38682         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38683         Reworked switch to get a more correct behaviour with events and refing
38684         of data stored in sinkpads.
38685         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38686         we don't pull from a pad in EOS.
38687
38688 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38689
38690         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38691           remove v1 tag even if we can't read it (makes sure we don't detect
38692           it again)
38693
38694 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38695
38696         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38697         (gst_alsa_xrun_recovery):
38698         * ext/alsa/gstalsa.h:
38699           try xrun recovery when wait failed. Make xrun recovery function
38700           return TRUE/FALSE to indicate success. (might fix #134354)
38701
38702 2004-02-13  David Schleef  <ds@schleef.org>
38703
38704         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38705         (dynparm_value_changed), (main): Convert from float to double.
38706         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38707
38708 2004-02-13  David Schleef  <ds@schleef.org>
38709
38710         * gst/silence/gstsilence.c: (gst_silence_class_init),
38711         (gst_silence_set_clock), (gst_silence_get),
38712         (gst_silence_set_property), (gst_silence_get_property):
38713         * gst/silence/gstsilence.h: Add sync property.
38714         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38715         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38716         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38717         * gst/sine/gstsinesrc.h: Add sync property.
38718
38719 2004-02-13  David Schleef  <ds@schleef.org>
38720
38721         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38722         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38723
38724 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38725
38726         * configure.ac:
38727         * ext/Makefile.am:
38728         * gst-libs/ext/Makefile.am:
38729           move ffmpeg plugin to gst-ffmpeg module
38730
38731 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38732
38733         * configure.ac: use GST_ARCH to detect architecture
38734
38735 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38736
38737         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38738
38739 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38740
38741         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38742           classify LADSPA plugins based on number of src/sink pads
38743           (#133663, Stefan Kost)
38744         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38745           fix dparams registration
38746           (#133528, Stefan Kost)
38747         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38748           fix use of isprint and use g_ascii_isprint instead
38749           (#133316, Stefan Kost)
38750
38751 2004-02-11  David Schleef  <ds@schleef.org>
38752
38753         Convert a few inner loops to use liboil.  This is currently
38754         optional, and is only enabled if liboil is present (duh!).
38755         * configure.ac: Check for liboil-0.1
38756         * gst/intfloat/Makefile.am:
38757         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38758         (gst_int2float_chain_gint16):
38759         * gst/videofilter/Makefile.am:
38760         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38761         (tablelookup_u8), (gst_videobalance_planar411):
38762         * gst/videotestsrc/Makefile.am:
38763         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38764         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38765         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38766         (paint_hline_RGB565), (paint_hline_xRGB1555):
38767
38768 2004-02-11  David Schleef  <ds@schleef.org>
38769
38770         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38771         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38772         (gst_colorspace_getcaps), (gst_colorspace_link),
38773         (gst_colorspace_base_init), (gst_colorspace_init),
38774         (gst_colorspace_chain), (gst_colorspace_change_state),
38775         (plugin_init): Merge Ronald's patch (bug #117897) and update
38776         for new caps and negotiation.  Seems to work, although it
38777         shows off bugs in lcs.
38778
38779 2004-02-11  David Schleef  <ds@schleef.org>
38780
38781         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38782         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38783
38784 2004-02-11  David Schleef  <ds@schleef.org>
38785
38786         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38787         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38788         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38789         Add server and port properties
38790
38791 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38792
38793         * m4/a52.m4:
38794         * m4/aalib.m4:
38795         * m4/as-ffmpeg.m4:
38796         * m4/as-liblame.m4:
38797         * m4/as-slurp-ffmpeg.m4:
38798         * m4/check-libheader.m4:
38799         * m4/esd.m4:
38800         * m4/freetype2.m4:
38801         * m4/gconf-2.m4:
38802         * m4/glib.m4:
38803         * m4/gst-alsa.m4:
38804         * m4/gst-artsc.m4:
38805         * m4/gst-ivorbis.m4:
38806         * m4/gst-matroska.m4:
38807         * m4/gst-sdl.m4:
38808         * m4/gst-shout2.m4:
38809         * m4/gst-sid.m4:
38810         * m4/gtk.m4:
38811         * m4/libdv.m4:
38812         * m4/libfame.m4:
38813         * m4/libmikmod.m4:
38814         * m4/ogg.m4:
38815         * m4/vorbis.m4:
38816           fix underquotedness of macros (#133800)
38817         * m4/as-avifile.m4:
38818         * m4/xmms.m4:
38819           removed because no longer used
38820
38821 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38822
38823         * configure.ac:
38824           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38825           by autopoint (fixes #132996)
38826
38827 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38828
38829         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38830         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38831         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38832         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38833           fix memleaks
38834
38835 2004-02-11  David Schleef  <ds@schleef.org>
38836
38837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38838         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38839         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38840         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38841         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38842         (gst_jpegenc_class_init), (gst_jpegenc_init),
38843         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38844         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38845         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38846         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38847
38848 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38849
38850         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38851         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38852         * ext/mikmod/gstmikmod.h:
38853           fix caps negotiation in mikmod
38854         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38855           output debug information
38856
38857 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38858
38859         * gst-libs/gst/colorbalance/Makefile.am:
38860         * gst-libs/gst/navigation/Makefile.am:
38861         * gst-libs/gst/xoverlay/Makefile.am:
38862           remove unused GST_OPT_CFLAGS from Makefiles
38863           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38864
38865 2004-02-07  David Schleef  <ds@schleef.org>
38866
38867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38868         push events to pads that haven't been created (#133508)
38869
38870 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38871
38872         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38873         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38874         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38875         (gst_dvdec_loop), (gst_dvdec_change_state):
38876         Second attempt at committing a working dvdec element.
38877
38878 2004-02-06  David Schleef  <ds@schleef.org>
38879
38880         Build fixes for OS X: (see #129600)
38881         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38882         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38883         (gst_riff_read_strf_iavs):
38884         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38885         (gst_avi_demux_stream_odml):
38886         * gst/playondemand/Makefile.am:
38887         * gst/rtp/rtp-packet.c:
38888
38889 2004-02-05  David Schleef  <ds@schleef.org>
38890
38891         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38892         last change, because it Just Doesn't Compile.
38893
38894 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38895
38896         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38897           skip undecodable id3v2 tag instead of keeping it
38898
38899 2004-02-05  David Schleef  <ds@schleef.org>
38900
38901         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38902         Unref leaked buffer.  (Noticed by Ronald)
38903
38904 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38905
38906         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38907         Sync requires with other checks.  >= vs =.
38908
38909 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38910
38911         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38912         (gst_dvdec_video_link), (gst_dvdec_loop):
38913         * ext/dv/gstdvdec.h:
38914           rework the caps negotiation so that dvdec works again instead
38915           of just segfaulting.
38916
38917 === release 0.7.4 ===
38918
38919 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38920
38921         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38922         * configure.ac: changed for release
38923
38924 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38925
38926         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38927         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38928         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38929         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38930           reworked patch by David Lehn to fix libdir and includedir for
38931           uninstalled libraries
38932           removed play and gconf from gstreamer-libs since they have their
38933           own pkgconfig files
38934
38935 2004-02-04  David Schleef  <ds@schleef.org>
38936
38937         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38938         memleak.
38939
38940 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38941
38942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38943           use correct GST_TAG_ENCODER tag
38944
38945 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38946
38947         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38948           be sure to stop the clock when going to paused
38949         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38950           reset number of transmitted when going to ready.
38951         fixes #132935
38952
38953 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38954
38955         reviewed by Benjamin Otte
38956
38957         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38958           extract track count (fixes #133410)
38959
38960 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38961
38962         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38963           that should be !=, not == (fixes #132519)
38964
38965 2004-02-04  David Schleef  <ds@schleef.org>
38966
38967         Make sure set_explicit_caps() is called before adding pad.
38968         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38969         * gst/id3/gstid3types.c: (gst_id3types_loop):
38970         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38971         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38972
38973 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38974
38975         * configure.ac:
38976           bump nano to 2, first prerelease
38977           put back AM_PROG_LIBTOOL
38978
38979 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38980
38981         * testsuite/alsa/Makefile.am:
38982           these are user test apps, not automatic testsuite tests
38983
38984 2004-02-04  David Schleef  <ds@schleef.org>
38985
38986         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38987         * gst/mpeg1videoparse/gstmp1videoparse.c:
38988         (mp1videoparse_parse_seq):
38989         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38990         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38991         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38992         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38993         (gst_xvideosink_getcaps):
38994         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38995         * testsuite/gst-lint: more tests
38996
38997 2004-02-04  David Schleef  <ds@schleef.org>
38998
38999         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
39000         with the code that they would expand to.
39001         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
39002         (gst_flacdec_get_src_query_types),
39003         (gst_flacdec_get_src_event_masks):
39004         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
39005         (gst_gnomevfssrc_get_query_types),
39006         (gst_gnomevfssrc_get_event_mask):
39007
39008 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39009
39010         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
39011         (gst_sinesrc_dispose):
39012           fix memleak by properly disposing sinesrc
39013
39014 2004-02-04  Julien MOUTTE  <julien@moutte.net>
39015
39016         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
39017         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
39018         an overlay to redraw the image because it has been exposed.
39019         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
39020         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
39021         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
39022         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
39023         interface
39024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39025         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39026         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39027         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39028         interface
39029
39030 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39031
39032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39033           more memleak fixage
39034
39035 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39036
39037         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39038         * gst/typefind/gsttypefindfunctions.c:
39039           fix memleaks shown by gst-typefind
39040
39041 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39042
39043         * common/glib-gen.mak:
39044           add hack rule to touch .Plo files
39045         * gst-libs/gst/colorbalance/Makefile.am:
39046         * gst-libs/gst/mixer/Makefile.am:
39047         * gst-libs/gst/play/Makefile.am:
39048         * gst-libs/gst/tuner/Makefile.am:
39049           remove glib_root variable
39050
39051 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39052
39053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39054           set explicit caps before adding the element, so the autopluggers can
39055           plug correctly.
39056         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39057         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39058         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39059         (dv_type_find):
39060           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39061           argument.
39062
39063 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39064
39065         * gst-libs/gst/colorbalance/Makefile.am:
39066         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39067         * gst-libs/gst/colorbalance/colorbalance.c:
39068         * gst-libs/gst/colorbalance/colorbalance.h:
39069         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39070         * gst-libs/gst/mixer/Makefile.am:
39071         * gst-libs/gst/mixer/mixer-marshal.list:
39072         * gst-libs/gst/mixer/mixer.c:
39073         * gst-libs/gst/mixer/mixer.h:
39074         * gst-libs/gst/mixer/mixermarshal.list:
39075         * gst-libs/gst/play/Makefile.am:
39076         * gst-libs/gst/play/play.h:
39077         * gst-libs/gst/tuner/Makefile.am:
39078         * gst-libs/gst/tuner/tuner-marshal.list:
39079         * gst-libs/gst/tuner/tuner.c:
39080         * gst-libs/gst/tuner/tuner.h:
39081         * gst-libs/gst/tuner/tunermarshal.list:
39082           use new glib-gen.mak snippet to clean up Makefile.am
39083           fix various bugs in Makefile.am's
39084
39085 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39086
39087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39088           handle chain parsing correctly in the multichain case
39089         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39090         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39091         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39092         (theora_dec_chain):
39093           handle events and queries correctly
39094
39095 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39096
39097         * .cvsignore:
39098         Ignore generated file _stdint.h.
39099
39100 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39101
39102         * gst-libs/gst/colorbalance/Makefile.am:
39103         * gst-libs/gst/colorbalance/colorbalance.h:
39104         * gst-libs/gst/mixer/Makefile.am:
39105         * gst-libs/gst/mixer/mixer.h:
39106         * gst-libs/gst/play/Makefile.am:
39107         * gst-libs/gst/play/play.h:
39108         * gst-libs/gst/tuner/Makefile.am:
39109         * gst-libs/gst/tuner/tuner.h:
39110         Generate enum type code with glib-mkenums.
39111         * gst-libs/gst/colorbalance/.cvsignore:
39112         * gst-libs/gst/mixer/.cvsignore:
39113         * gst-libs/gst/play/.cvsignore:
39114         * gst-libs/gst/tuner/.cvsignore:
39115         Ignore generated files.
39116
39117 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39118
39119         * gst-libs/gst/audio/.cvsignore:
39120         Ignore generated file.
39121         * gst-libs/gst/audio/Makefile.am:
39122         Do not install example filter.
39123
39124 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39125
39126         * examples/switch/.cvsignore:
39127         Ignore generated file.
39128
39129 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39130
39131         * common/m4/ax_create_stdint_h.m4:
39132         * configure.ac:
39133           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39134           _stdint.h.
39135         * Makefile.am:
39136           remove generated _stdint.h in DISTCLEANFILES
39137         * ext/a52dec/gsta52dec.c:
39138           include _stdint.h for a52dec. (should fix #133064)
39139
39140 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39141
39142         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39143         (gst_tag_to_vorbis_comments):
39144         Add replaygain support to vorbistag
39145
39146 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39147         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39148         (gst_ffmpeg_caps_to_extradata):
39149           Fix SVQ3 caps flag properties
39150           Use glib macro for bytes swap
39151
39152 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39153
39154         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39155         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39156         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39157         * ext/sndfile/gstsf.c: (plugin_init):
39158         * gst/avi/gstavi.c: (plugin_init):
39159         * sys/dxr3/dxr3init.c: (plugin_init):
39160         * sys/oss/gstossaudio.c: (plugin_init):
39161         * sys/v4l/gstv4l.c: (plugin_init):
39162         * sys/v4l2/gstv4l2.c: (plugin_init):
39163           remove textdomain calls
39164         * po/nl.po:
39165           update Dutch translation
39166
39167 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39168
39169         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39170         (gst_play_set_audio_sink): Moving volume in the audio thread for
39171         instantaneous volume change. Maybe i will add another volume in front
39172         of visualization later, not sure yet though.
39173
39174 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39175
39176         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39177         (gst_ximagesink_handle_xevents): Better X events handling, only take
39178         the latest events for configure and motion.
39179         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39180
39181 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39182
39183         reviewed by: David Schleef  <ds@schleef.org>
39184
39185         Fix memory leaks:
39186         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39187         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39188
39189 2004-02-02  David Schleef  <ds@schleef.org>
39190
39191         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39192         of lines.
39193         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39194         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39195         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39196         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39197         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39198         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39199         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39200         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39201         (gst_float2_2_int_link):
39202         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39203         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39204         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39205         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39206         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39207         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39208         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39209         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39210         * testsuite/gst-lint: Add tests for bzero and ;;
39211
39212 2004-02-02  David Schleef  <ds@schleef.org>
39213
39214         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39215
39216 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39217
39218         * ext/aalib/gstaasink.c: (gst_aasink_open):
39219         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39221         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39222         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39223         (gst_afsink_close_file):
39224         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39225         (gst_afsrc_close_file):
39226         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39227         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39228         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39229         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39230         * ext/esd/esdmon.c: (gst_esdmon_get):
39231         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39232         * ext/faac/gstfaac.c: (gst_faac_chain):
39233         * ext/faad/gstfaad.c: (gst_faad_chain):
39234         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39235         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39236         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39237         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39238         (gst_flacdec_loop):
39239         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39240         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39241         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39242         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39243         (gst_gnomevfssink_close_file):
39244         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39245         (gst_gnomevfssrc_open_file):
39246         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39247         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39248         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39249         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39250         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39251         * ext/mad/gstmad.c: (gst_mad_chain):
39252         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39253         * ext/mpeg2dec/gstmpeg2dec.c:
39254         * ext/mpeg2enc/gstmpeg2enc.cc:
39255         * ext/mplex/gstmplex.cc:
39256         * ext/mplex/gstmplexibitstream.cc:
39257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39258         (gst_ogg_demux_push):
39259         * ext/raw1394/gstdv1394src.c:
39260         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39261         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39262         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39263         (gst_sf_loop):
39264         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39265         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39266         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39267         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39268         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39269         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39270         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39271         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39272         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39273         (gst_riff_read_element_data), (gst_riff_read_seek),
39274         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39275         * gst/adder/gstadder.c: (gst_adder_loop):
39276         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39277         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39278         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39279         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39280         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39281         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39282         * gst/goom/gstgoom.c: (gst_goom_chain):
39283         * gst/id3/gstid3types.c: (gst_id3types_loop):
39284         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39285         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39286         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39287         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39288         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39289         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39290         (gst_ebml_read_float), (gst_ebml_read_header):
39291         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39292         (gst_matroska_demux_parse_blockgroup):
39293         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39294         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39295         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39296         * gst/silence/gstsilence.c: (gst_silence_get):
39297         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39298         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39299         * gst/speed/gstspeed.c: (speed_loop):
39300         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39301         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39302         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39303         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39304         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39305         (gst_wavparse_loop):
39306         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39307         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39308         (dxr3audiosink_close):
39309         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39310         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39311         (dxr3videosink_close), (dxr3videosink_write_data):
39312         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39313         * sys/oss/gstosssink.c: (gst_osssink_chain):
39314         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39315         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39316         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39318         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39319         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39320         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39321         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39322         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39323         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39324         (gst_v4l_set_audio):
39325         * sys/v4l/v4l_calls.h:
39326         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39327         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39328         (gst_v4lmjpegsink_playback_init),
39329         (gst_v4lmjpegsink_playback_start):
39330         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39331         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39332         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39333         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39334         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39335         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39336         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39337         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39338         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39339         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39340         (gst_v4l2_get_output), (gst_v4l2_set_output),
39341         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39342         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39343         (gst_v4l2_set_attribute):
39344         * sys/v4l2/v4l2_calls.h:
39345         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39346         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39347         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39348         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39349         (gst_v4l2src_capture_stop):
39350         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39351         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39352         (gst_ximagesink_chain):
39353         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39354         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39355         (gst_xvideosink_xwindow_new):
39356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39357         (gst_xvimagesink_chain):
39358
39359 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39360
39361         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39362         (gst_volume_get_volume), (volume_class_init), (volume_init),
39363         (volume_chain_int16), (volume_update_volume):
39364         * gst/volume/gstvolume.h:
39365           make code more readable by removing magic numbers
39366           make mixer interface export 0-100 range
39367           make it internally map to 0.0-1.0 range so users don't distort
39368           output by putting the sliders at full volume
39369
39370 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39371
39372         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39373         (gst_play_state_change), (gst_play_seek_to_time):
39374         block the tick callback for 0.5 secs after doing a seek
39375
39376 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39377
39378         * gst-libs/gst/play/play.c: (gst_play_new):
39379           check for GError
39380
39381 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39382
39383         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39384         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39385         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39386         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39388         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39389
39390 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39391
39392         * configure.ac:
39393         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39394           check for a function added in vorbis 1.1
39395
39396 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39397
39398         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39399         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39400           really start/stop clock only on PLAYING <=> PAUSED
39401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39402           remove \n from debugging lines
39403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39404           make it work when seeking does not
39405         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39406           reset on DISCONT
39407
39408 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39409
39410         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39411           start clock on PAUSED=>PLAYING, not later
39412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39413           extract correct time for different discont formats
39414         (gst_alsa_sink_get_time):
39415           don't segfault when no format is negotiated yet, just return 0
39416         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39417         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39418         (gst_ogg_pad_push):
39419           handle flush and discont events correctly
39420         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39421           handle discont events correctly
39422
39423 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39424
39425         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39426         (gst_play_error_create), (gst_play_error_plugin),
39427         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39428         * gst-libs/gst/play/play.h:
39429           add error handling during creation
39430         * examples/gstplay/player.c: (main):
39431           use new gst_play_new
39432
39433
39434 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39435
39436         * ext/theora/theoradec.c: (theora_dec_chain):
39437           make comments work
39438         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39439         (vorbis_dec_src_event), (vorbis_dec_chain):
39440           add encoder tag, fix tag reading to be more error tolerant, change
39441           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39442           gst_pad_event_default.
39443         * gst/tags/gstvorbistag.c:
39444         (gst_tag_list_from_vorbiscomment_buffer):
39445           undefine function specific define at end of function
39446
39447 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39448
39449         * ext/flac/gstflac.c: (plugin_init):
39450         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39451         * ext/flac/gstflacdec.h:
39452         * ext/flac/gstflacenc.h:
39453           Fix typos
39454
39455 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39456
39457         * examples/gstplay/player.c: s/gstplay.h/play.h/
39458
39459 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39460
39461         * gst-libs/gst/play/Makefile.am:
39462         * gst-libs/gst/play/gstplay.c:
39463         * gst-libs/gst/play/gstplay.h:
39464         * gst-libs/gst/play/play.c:
39465           more surgery, operation complete
39466
39467 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39468
39469         * gst-libs/gst/play/play.old.c:
39470         * gst-libs/gst/play/play.old.h:
39471           after CVS surgery by moving, remove
39472         * gst-libs/gst/play/playpipelines.c:
39473           remove
39474
39475         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39476           add negotiation error
39477
39478 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39479
39480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39481         (gst_ogg_demux_push):
39482           add some seeking debug info
39483           send a flush when seeking
39484
39485 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39486
39487         * configure.ac:
39488           use AC_C_INLINE
39489         * configure.ac:
39490         * ext/Makefile.am:
39491         * ext/theora/Makefile.am:
39492         * ext/theora/theoradec.c:
39493           add theora video decoder. Does just do simple decoding for now and
39494           has been tested against Theora cvs only. It only works when theora
39495           is compiled with --enable-static.
39496         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39497           always reset packetno on DISCONT
39498
39499 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39500
39501         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39502           Fix audio.
39503
39504 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39505
39506         * gst/mpegaudioparse/gstmpegaudioparse.c:
39507         (mp3_type_frame_length_from_header):
39508           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39509
39510 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39511
39512         * ext/esd/esdsink.c: (gst_esdsink_init):
39513           Since we have static pad template caps, we don't need to negotiate;
39514           either the core errors out or we know the format.
39515
39516 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39517
39518         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39519         (gst_riff_read_seek):
39520         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39521         (gst_ebml_read_seek):
39522           Fix event handling.
39523
39524 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39525
39526         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39527           removee video/x-theora from vp3 decoder, it doesn't handle raw
39528           theora streams
39529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39530           fix bug with finalizing element that never went to PAUSED
39531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39532           length and position queries were swapped
39533         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39534         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39535         (vorbis_dec_src_event):
39536           implement querying time and bytes
39537
39538 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39539
39540         * just about every source file:
39541           gst_element_error -> GST_ELEMENT_ERROR
39542
39543 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39544
39545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39546         emiting FLUSH and even before DISCONT.
39547         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39548         get the best instant seeking as possible yay!
39549
39550 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39551
39552         * gst/mpeg1videoparse/gstmp1videoparse.c:
39553         (gst_mp1videoparse_real_chain):
39554           Committed wrong version last week... Grr... Didn't notice until now.
39555
39556 2004-01-29  Julien MOUTTE <julien@moutte.net>
39557
39558         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39560         have_xwindow_id signal in xwindow_create.
39561
39562 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39563
39564         * ext/ogg/gstoggdemux.c:
39565           lots of changes - mainly support for chained bitstreams, seeking,
39566           querying and bugfixes of course
39567         * ext/vorbis/Makefile.am:
39568         * ext/vorbis/vorbisdec.c:
39569         * ext/vorbis/vorbisdec.h:
39570           add vorbisdec raw vorbis decoder
39571         * ext/vorbis/vorbis.c: (plugin_init):
39572           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39573         * gst/intfloat/Makefile.am:
39574         * gst/intfloat/float22int.c:
39575         * gst/intfloat/float22int.h:
39576         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39577           add float2intnew plugin. It converts multichannel interleaved float to
39578           multichannel interleaved int. The name should probably be changed.
39579         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39580         (plugin_init):
39581           add typefinding for raw theora video so oggdemux can detect it.
39582
39583 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39584
39585         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39586         sink element first.
39587         * gst/videoscale/gstvideoscale.c:
39588         (gst_videoscale_handle_src_event): Fixing src event handler.
39589
39590 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39591
39592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39593         (gst_v4lsrc_open), (gst_v4lsrc_close),
39594         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39595         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39596         * sys/v4l/gstv4lsrc.h:
39597         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39598         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39599           Implement resizing... Hack. But that's why v4l is b0rked...
39600
39601 2004-01-28  Julien MOUTTE <julien@moutte.net>
39602
39603         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39604         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39605         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39606         (gst_ximagesink_xwindow_destroy):
39607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39608         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39609         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39610         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39611         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39612         correctly cleaning the image created to check xshm calls on succes,
39613         added a lot of XSync calls in X11 functions, and fixed a segfault when
39614         no image format was defined before negotiation happened.
39615
39616 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39617
39618         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39619           use gst_element_get_time to get correct time
39620
39621 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39622
39623         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39624         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39625         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39627         (gst_xvimagesink_check_xshm_calls),
39628         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39629         X plugins are now able to detect that XShm calls will fail even if the
39630         server claims that it has XShm support (remote displays most of the
39631         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39632         so that we use non XShm functions. This feature is almost useless for
39633         xvimagesink as Xv is not supported on remote displays anyway, but
39634         it might happen than even on the local display XShm calls fail.
39635
39636 2004-01-27  David Schleef  <ds@schleef.org>
39637
39638         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39639         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39640         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39641         changed esdsink to only use 44100,16,2, since esd sucks at rate
39642         conversion and esdsink has had difficulty negotiating.
39643
39644 2004-01-27  Julien MOUTTE <julien@moutte.net>
39645
39646         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39647         (gst_play_seek_to_time): Fixing the way to get current position.
39648
39649 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39650
39651         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39652           use gst_element_get_time to get correct time
39653
39654 2004-01-27  Julien MOUTTE <julien@moutte.net>
39655
39656         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39657         fix ever... Inverting 2 lines of code make spider autoplug correctly
39658         tagged mp3 !
39659
39660 2004-01-27  David Schleef  <ds@schleef.org>
39661
39662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39663         Use gst_pad_try_set_caps_nonfixed().
39664
39665 2004-01-27  David Schleef  <ds@schleef.org>
39666
39667         * gst/ac3parse/gstac3parse.c: update to checklist 5
39668         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39669         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39670         * gst/audioscale/gstaudioscale.c: same
39671         * gst/auparse/gstauparse.c: same
39672         * gst/avi/gstavidemux.c: same
39673
39674 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39675
39676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39677           stop processing after EOS
39678
39679 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39680
39681         * gst/asfdemux/asfheaders.h:
39682         * gst/asfdemux/gstasfdemux.c:
39683         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39684         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39685         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39686           lot's of fixes to make data extraction simpler and get the code
39687           architecture and compiler independant. Add debugging category
39688         * gst/goom/gstgoom.c: (gst_goom_change_state):
39689           reset channel count on PAUSED=>READY, not READY=>PAUSED
39690
39691 2004-01-26  Colin Walters  <walters@verbum.org>
39692
39693         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39694         code to pull a bigger buffer in iradio mode.  This as a side effect
39695         makes typefinding work.
39696
39697 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39698
39699         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39700         Fix SVQ3 decoding on PPC
39701
39702 2004-01-26  Julien MOUTTE <julien@moutte.net>
39703
39704         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39705         that one managed to stay there... Fixed.
39706
39707 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39708
39709         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39710         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39711         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39712         (qtdemux_video_caps):
39713         * gst/qtdemux/qtdemux.h:
39714         Add SVQ3 specific flags to qtdemux and ffmpeg
39715
39716 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39717
39718         * gst-libs/gst/audio/audio.h:
39719           remove buffer-frames from audio caps
39720         * gst/audioconvert/gstaudioconvert.c:
39721           fix plugin to really work.
39722
39723 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39724
39725         * gst-libs/gst/mixer/mixer.c:
39726         * gst-libs/gst/propertyprobe/propertyprobe.c:
39727         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39728         (gst_tuner_find_channel_by_name):
39729         * gst-libs/gst/tuner/tuner.h:
39730           Add gtk-doc style comments. Also fix a function name.
39731
39732 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39733
39734         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39735         (gst_divxdec_negotiate):
39736           Fix for new capsnego - also fixes gst-player with divxdec.
39737
39738 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39739
39740         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39741         (gst_play_identity_handoff), (gst_play_set_location),
39742         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39743         try in visualization implementation. Still have an issue with switch
39744         blocking when pulling from video_queue and only audio comes out of
39745         spider.
39746         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39747         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39748         release method. And check if the pad is usable before pulling.
39749
39750 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39751
39752         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39753         (gst_videobalance_init),
39754         (gst_videobalance_colorbalance_list_channels),
39755         (gst_videobalance_colorbalance_set_value),
39756         (gst_videobalance_colorbalance_get_value),
39757         (gst_videobalance_update_properties),
39758         (gst_videobalance_update_tables_planar411),
39759         (gst_videobalance_planar411):
39760         * gst/videofilter/gstvideobalance.h:
39761           Implement lookup-tables. +/- 10x faster.
39762
39763 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39764
39765         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39766         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39767           The index reading was broken. The rest worked fine, but the whole
39768           goal of my rewrite was to make avidemux readable, and this was
39769           not at all readable. Please use typed variables.
39770
39771 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39772
39773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39774           Additional pad usability check.
39775         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39776         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39777         (gst_mp1videoparse_real_chain):
39778           Fix MPEG video stream parsing. The original plugin had several
39779           issues, including not timestamping streams where the source was
39780           not timestamped (this happens with PTS values in mpeg system
39781           streams, but MPEG video is also a valid stream on its own so
39782           that needs timestamps too). We use the display time code for that
39783           for now. Also, if one incoming buffer contains multiple valid
39784           frames, we push them all on correctly now, including proper EOS
39785           handling. Lastly, several potential segfaults were fixed, and we
39786           properly sync on new sequence/gop headers to include them in next,
39787           not previous frames (since they're header for the next frame, not
39788           the previous). Also see #119206.
39789         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39790         (bpf_from_header):
39791           Move caps setting so we only do it after finding several valid
39792           MPEG-1 fraes sequentially, not right after the first one (which
39793           might be coincidental).
39794         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39795         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39796         (plugin_init):
39797           Add unsynced MPEG video stream typefinding, and change some
39798           probability values so we detect streams rightly. The idea is as
39799           follows: I can have an unsynced system stream which contains
39800           video. In the current code, I would randomly get a type for either
39801           system or video stream type found, because the probabilities are
39802           being calculated rather randomly. I now use fixed values, so we
39803           always prefer system stream if that was found (and that is how it
39804           should be). If no system stream was found, we can still identity                the stream as video-only.
39805
39806 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39807
39808         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39809         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39810           don't write to buffer. Extract data without the need of
39811           __attribute__ ((packed))
39812
39813 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39814
39815         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39816         (mpeg1_sys_type_find):
39817           Fix MPEG-1 stream typefinding.
39818
39819 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39820
39821         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39822           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39823
39824 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39825
39826         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39827         * ext/esd/gstesd.c: (plugin_init):
39828           private debugging, better error reporting
39829
39830 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39831
39832         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39833         (gst_riff_read_init), (gst_riff_read_change_state):
39834         * gst-libs/gst/riff/riff-read.h:
39835           Remove stuff fromold metadata system.
39836
39837 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39838
39839         * ext/ogg/gstoggdemux.c:
39840           Fix wrong file comment.
39841         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39842         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39843           Add metadata reading properly.
39844
39845 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39846
39847         * ext/Makefile.am:
39848           Fix nas DIST_SUBDIRS
39849           Uraeus:
39850           Fix bug where make distcheck doesn't get run on adding stuff to
39851           the build.
39852
39853 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39854
39855         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39856         * ext/divx/gstdivxdec.h:
39857           Fix divx3 ("msmpeg4") playback using divxdec.
39858
39859 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39860
39861         * gst/typefind/gsttypefindfunctions.c:
39862         (mp3_type_frame_length_from_header): fix bug in length computation
39863         (mp3_type_find): improve debugging output
39864
39865 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39866
39867         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39868         (gst_play_set_location), (gst_play_seek_to_time),
39869         (gst_play_set_audio_sink), (gst_play_set_visualization),
39870         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39871         the pipeline from scratch. Visualization is back and switch went out as
39872         i realized it was not possible to use the way i wanted.
39873         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39874         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39875         clearing in state change from READY to NULL. So that one can clean the
39876         X ressources keeping the element.
39877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39878         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39879         (gst_xvimagesink_colorbalance_set_value),
39880         (gst_xvimagesink_colorbalance_get_value),
39881         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39882         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39883         change from READY to NULL and fixed some stupid bugs in colorbalance
39884         get/set values. Also added the following feature : when nobody tries to
39885         set some values to the colorbalance levels before the xcontext is
39886         grabbed, then when creating channels list from Xv attributes we set the
39887         internal values to the Xv defaults. This way we handle buggy Xv drivers
39888         that set default hue values far from the middle of the range (Thanks
39889         to Jon Trowbridge for pointing that issue).
39890         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39891         colorbalance levels have been set before xcontext is grabbed.
39892
39893 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39894
39895         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39896           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39897           it might block operations (which is bad for a mixer).
39898
39899 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39900
39901         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39902         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39903         (gmip_find_type_pre):
39904         * gst-libs/gst/media-info/media-info-priv.h:
39905         * gst-libs/gst/media-info/media-info.c:
39906         (gst_media_info_instance_init), (gst_media_info_read_idler):
39907         add fakesink to get caps on decoder src pad again
39908         fix callback prototype to match new have_type signal signature
39909
39910 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39911
39912         * gst/adder/gstadder.c: (gst_adder_link):
39913           fix non-compile and cut-n-paste code
39914
39915 2004-01-21  David Schleef  <ds@schleef.org>
39916
39917         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39918         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39919         (gst_swfdec_init), (gst_swfdec_change_state):
39920         * ext/swfdec/gstswfdec.h:
39921         Fix negotiation.
39922         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39923         (gst_adder_request_new_pad): Fix negotiation.
39924         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39925         Add a fixate function.
39926         * gst/intfloat/gstfloat2int.c:
39927         * gst/intfloat/gstfloat2int.h:
39928         * gst/intfloat/gstint2float.c:
39929         * gst/intfloat/gstint2float.h:
39930         Completely rewrite the negotiation.  Doesn't quite work yet,
39931         due to some buffer-frames problem.
39932
39933 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39934
39935         * ext/gnomevfs/gstgnomevfssrc.c:
39936         * sys/v4l2/v4l2_calls.h:
39937           fix includes for distcheck
39938
39939 2004-01-21  Christian Schaller <uraeus@gnome.org>
39940
39941         * ext/nas/
39942         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39943         based on earlier patch from Laurent Vivier
39944
39945 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39946
39947         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39948         Fix wma caps property
39949         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39950         Fix typo (flags1 and flags2)
39951
39952 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39953
39954         * gst-libs/gst/media-info/media-info-priv.c:
39955         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39956         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39957         (gmip_find_stream), (gmip_find_track_metadata),
39958         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39959         (gmip_find_track_format):
39960         * gst-libs/gst/media-info/media-info-priv.h:
39961         * gst-libs/gst/media-info/media-info-test.c: (main):
39962         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39963         (gst_media_info_read_idler), (gst_media_info_read):
39964         * gst-libs/gst/media-info/media-info.h:
39965           register debugging category and use it for debugging
39966
39967 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39968
39969         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39970         (gst_vorbisfile_new_link):
39971           signal streaminfo through tags
39972
39973 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39974
39975         * ext/mplex/gstmplex.cc:
39976         * ext/mplex/gstmplexibitstream.cc:
39977           g++ doesn't like NULL in our i18n/error macros, should be
39978           either (NULL) or ("").
39979
39980 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39981
39982         * sys/dxr3/dxr3audiosink.c:
39983         * sys/dxr3/dxr3init.c:
39984         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39985         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39986           Fix more error error error errors (missing includes here).
39987
39988 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39989
39990         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39991           fix thomas' error errors.
39992
39993 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39994
39995         * ext/mpeg2enc/gstmpeg2enc.cc:
39996           fix error errors.
39997
39998 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39999
40000         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40001         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40002           Fix for new error system.
40003
40004 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
40005
40006         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
40007           fix for new error reporting
40008
40009 2004-01-20  David Schleef  <ds@schleef.org>
40010
40011         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40012         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
40013         (gst_ximagesink_set_xwindow_id): Change to using a framerate
40014         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
40015         and neither is 100+, most likely.
40016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
40017         (gst_xvimagesink_getcaps): same
40018
40019 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40020
40021         * configure.ac:
40022           Up version requirement to 2.0.3 (not yet released) to avoid symbol
40023           clashes with ffmpeg.
40024
40025 2004-01-20  Julien MOUTTE  <julien@moutte.net>
40026
40027         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40028         (gst_switch_init): Fixed switch element : proxying link and setting
40029         caps from src to sink on request.
40030
40031 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40032
40033         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40034         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40035         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40036         fix element_error
40037
40038 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40039
40040         * sys/v4l/v4l_calls.h:
40041         * sys/v4l2/v4l2_calls.h:
40042           element_error fixes
40043
40044 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40045
40046         * gst-libs/gst/gst-i18n-plugin.h:
40047           add locale.h
40048           remove config.h inclusion
40049
40050 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40051
40052         * autogen.sh:
40053           adding autopoint invocation
40054         * Makefile.am:
40055         * configure.ac:
40056         * gst-libs/gst/gettext.h:
40057           adding gettext bits
40058         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40059         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40060         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40061         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40062         (gst_gnomevfssink_close_file):
40063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40064         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40065         * gst-libs/gst/gst-i18n-plugin.h:
40066         * gst/avi/gstavi.c: (plugin_init):
40067         * sys/dxr3/dxr3init.c: (plugin_init):
40068         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40069         * sys/oss/gstossaudio.c: (plugin_init):
40070         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40071         * sys/v4l/gstv4l.c: (plugin_init):
40072         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40073         * sys/v4l2/gstv4l2.c: (plugin_init):
40074         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40075         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40076         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40077         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40078         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40079         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40080           make sure locale and translation domain are set
40081           fix translated strings
40082         * po/.cvsignore:
40083         * po/LINGUAS:
40084         * po/Makevars:
40085         * po/POTFILES.in:
40086         * po/nl.po:
40087           put translation files into place
40088         * sys/xvideo/imagetest.c: (main):
40089         * ext/dv/demo-play.c: (main):
40090           fix unnecessary translations
40091
40092 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40093
40094         * ext/sndfile/gstsf.c:
40095         * gst/avi/gstavimux.c:
40096         * ext/audiofile/gstafsink.c:
40097         * ext/audiofile/gstafsrc.c:
40098         * ext/gnomevfs/gstgnomevfssink.c:
40099         * ext/gnomevfs/gstgnomevfssrc.c:
40100         * sys/oss/gstosselement.c:
40101         * sys/v4l/v4l_calls.h:
40102           fix i18n include
40103
40104 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40105
40106         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40107         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40108         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40109         (gst_v4l2_get_output), (gst_v4l2_set_output),
40110         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40111         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40112         (gst_v4l2_set_attribute):
40113         update to new error handling
40114
40115 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40116
40117         * ext/sidplay/gstsiddec.cc:
40118         * gst/modplug/gstmodplug.cc:
40119           parenthese NULL because C++ seems angry about it
40120
40121 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40122
40123         * gst-libs/gst/gst-i18n-plugin.h:
40124           add skeleton i18n stuff, but needs to be further implemented
40125
40126 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40127
40128         * examples/gstplay/player.c: (main):
40129         * ext/aalib/gstaasink.c: (gst_aasink_open):
40130         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40131         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40133         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40134         (gst_afsink_close_file):
40135         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40136         (gst_afsrc_close_file):
40137         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40138         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40139         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40140         * ext/esd/esdmon.c: (gst_esdmon_get):
40141         * ext/esd/esdsink.c: (gst_esdsink_chain):
40142         * ext/faac/gstfaac.c: (gst_faac_chain):
40143         * ext/faad/gstfaad.c: (gst_faad_chain):
40144         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40145         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40146         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40147         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40148         (gst_flacdec_loop):
40149         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40150         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40151         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40152         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40153         (gst_gnomevfssink_close_file):
40154         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40155         (gst_gnomevfssrc_open_file):
40156         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40157         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40158         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40159         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40160         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40161         * ext/mad/gstmad.c: (gst_mad_chain):
40162         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40163         * ext/mpeg2dec/gstmpeg2dec.c:
40164         * ext/mpeg2enc/gstmpeg2enc.cc:
40165         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40166         * ext/mplex/gstmplex.cc:
40167         * ext/mplex/gstmplexibitstream.cc:
40168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40169         (gst_ogg_demux_push), (gst_ogg_pad_push):
40170         * ext/raw1394/gstdv1394src.c:
40171         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40172         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40173         * ext/sidplay/gstsiddec.cc:
40174         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40175         (gst_sf_loop):
40176         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40177         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40178         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40180         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40181         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40182         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40183         * gst-libs/gst/Makefile.am:
40184         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40185         (gst_riff_read_element_data), (gst_riff_read_seek),
40186         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40187         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40189         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40191         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40192         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40193         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40194         * gst/goom/gstgoom.c: (gst_goom_chain):
40195         * gst/id3/gstid3types.c: (gst_id3types_loop):
40196         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40197         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40198         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40199         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40200         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40201         (gst_ebml_read_float), (gst_ebml_read_header):
40202         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40203         (gst_matroska_demux_parse_blockgroup):
40204         * gst/modplug/gstmodplug.cc:
40205         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40206         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40207         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40208         * gst/silence/gstsilence.c: (gst_silence_get):
40209         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40210         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40211         * gst/speed/gstspeed.c: (speed_loop):
40212         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40213         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40214         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40215         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40216         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40217         (gst_wavparse_loop):
40218         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40219         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40220         (dxr3audiosink_close):
40221         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40222         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40223         (dxr3videosink_close), (dxr3videosink_write_data):
40224         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40225         * sys/oss/gstosselement.h:
40226         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40227         (gst_osssink_chain):
40228         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40229         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40230         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40231         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40232         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40233         (gst_v4l_enable_overlay):
40234         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40235         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40236         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40237         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40238         (gst_v4l_set_audio):
40239         * sys/v4l/v4l_calls.h:
40240         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40241         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40242         (gst_v4lmjpegsink_playback_init),
40243         (gst_v4lmjpegsink_playback_start):
40244         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40245         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40246         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40247         (gst_v4lmjpegsrc_requeue_frame):
40248         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40249         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40250         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40251         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40252         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40253         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40254         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40255         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40256         (gst_v4l2src_capture_stop):
40257         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40258         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40259         (gst_ximagesink_chain):
40260         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40261         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40262         (gst_xvideosink_xwindow_new):
40263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40264         (gst_xvimagesink_chain):
40265         use new error signal, function and categories
40266
40267 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40268
40269         * configure.ac:
40270         * ext/Makefile.am:
40271         * ext/musicbrainz/gsttrm.c:
40272         * ext/musicbrainz/gsttrm.h:
40273         * ext/musicbrainz/Makefile.am:
40274         Add a trm plugin
40275
40276 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40277
40278         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40279         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40280         synchronous property for debugging.
40281         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40283         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40284         smaller block, fixing indent.
40285
40286 2004-01-16  David Schleef  <ds@schleef.org>
40287
40288         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40289         property affects the video stream.
40290         * sys/xvimage/xvimagesink.c:
40291         * sys/xvimage/xvimagesink.h:
40292         Add synchronous property for debugging.  Should probably be
40293         disabled in non-CVS builds.  Make sure that the Xv attribute
40294         exists before we set it (crash!).  Fix a silly float bug that
40295         caused colorbalance to just not work.
40296
40297 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40298
40299         * tools/gst-launch-ext.in - update for new plugins
40300
40301 2004-01-16  David Schleef  <ds@schleef.org>
40302
40303         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40304         already-freed caps.
40305
40306 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40307
40308         * Update spec for new colorspace plugin and libcaca plugin
40309         * Fix compilation of libcaca plugin (clock -> id)
40310
40311 2004-01-16  Julien MOUTTE <julien@moutte.net>
40312
40313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40314         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40315         (gst_xvimagesink_set_xwindow_id),
40316         (gst_xvimagesink_colorbalance_set_value),
40317         (gst_xvimagesink_colorbalance_get_value),
40318         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40319         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40320         correct colorbalance properties. They can now be set when the element
40321         is still in NULL state. The values will be committed to the Xv Port
40322         when xcontext is initialized.
40323         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40324         brightness int values in the GstXvImagesink structure.
40325
40326 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40327
40328         * gst-libs/gst/Makefile.am:
40329           restructure so having local patches works easier.
40330
40331 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40332
40333         * ext/mpeg2enc/Makefile.am:
40334         * ext/mpeg2enc/gstmpeg2enc.cc:
40335         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40336           Bugfix with respect to EOS handling.
40337
40338 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40339
40340         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40341           Link with right caps (else, it segfaults).
40342         * ext/mplex/gstmplexjob.cc:
40343           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40344
40345 2004-01-15  David Schleef  <ds@schleef.org>
40346
40347         * gst-libs/gst/audio/Makefile.am:
40348         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40349         from the template.
40350         * gst-libs/gst/audio/gstaudiofilter.c:
40351         * gst-libs/gst/audio/gstaudiofilter.h:
40352         Add bytes_per_sample and size and n_samples calculation.
40353         * gst-libs/gst/audio/gstaudiofilterexample.c:
40354         Remove, now autogenerated.
40355         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40356         Moved from gstaudiofilterexample, object name changed, code added
40357         so that it actually works.
40358         * gst-libs/gst/audio/make_filter:
40359         Script to build an audiofilter subclass from the template.
40360         * gst/colorspace/Makefile.am:
40361         * gst/colorspace/yuv2yuv.c:
40362         Remove file, since it's GPL, and we don't use it.
40363
40364 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40365
40366         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40368         them use the buffer free function to test how the buffer was allocated.
40369
40370 2004-01-15  David Schleef  <ds@schleef.org>
40371
40372         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40373         that handles osssink fallback.
40374         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40375         (gst_audio_convert_getcaps):
40376         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40377         Add audio/x-qdm2 for QDM2 audio.
40378         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40379         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40381         Decrease minimum size to 16x16.
40382         * gst/wavparse/gstwavparse.c:
40383         Convert disabled pad template caps to new caps.
40384         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40386         (gst_xvimagesink_chain): Throw element error when display cannot
40387         be opened.  Increase minimum framerate to 1.0.  Check the data
40388         free function on a buffer to make sure it is the type we expect
40389         before manipulating it.
40390
40391 2004-01-15  Julien MOUTTE <julien@moutte.net>
40392
40393         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40394         (gst_videobalance_colorbalance_set_value): Implement passthru if
40395         settings are in the middle.
40396         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40397
40398 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40399
40400         * gst/videofilter/Makefile.am:
40401         * gst/volume/Makefile.am:
40402           Since we use videofilter symbols, link to it.
40403
40404 2004-01-15  Julien MOUTTE <julien@moutte.net>
40405
40406         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40407         mixer interface type to HARDWARE.
40408         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40409         type to SOFTWARE.
40410         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40411         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40412         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40413         (gst_volume_interface_init), (gst_volume_list_tracks),
40414         (gst_volume_set_volume), (gst_volume_get_volume),
40415         (gst_volume_set_mute), (gst_volume_mixer_init),
40416         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40417         (volume_init): Implementing mixer interface.
40418         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40419         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40420         (gst_osselement_change_state): Removing some trailing commas in
40421         structures.
40422         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40423         interface type to HARDWARE.
40424         * sys/v4l/gstv4lcolorbalance.c:
40425         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40426         type to HARDWARE.
40427         * sys/v4l2/gstv4l2colorbalance.c:
40428         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40429         interface type to HARDWARE.
40430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40431         same code than ximagesink for event handling.
40432
40433 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40434
40435         * ext/snapshot/Makefile.am:
40436         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40437         (gst_snapshot_chain):
40438         * ext/snapshot/gstsnapshot.h:
40439           This has to be a joke... Snapshot should be connected to a tee,
40440           colorspace element before it and EOS after that, where the other
40441           src of the tee receives normal data.
40442           The current way is *wrong*.
40443
40444 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40445
40446         * ext/hermes/gsthermescolorspace.c:
40447           Fix another compile error. Same as below.
40448
40449 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40450
40451         * gst/colorspace/gstcolorspace.c:
40452         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40453         (gst_colorspace_i420_to_yv12):
40454           Fix compiling... Didn't test if it actually works.
40455
40456 2004-01-15  David Schleef  <ds@schleef.org>
40457
40458         * configure.ac:
40459         * gst/colorspace/Makefile.am:
40460         * gst/colorspace/gstcolorspace.c:
40461         * gst/colorspace/gstcolorspace.h:
40462         * gst/colorspace/yuv2rgb.c:
40463         * gst/colorspace/yuv2rgb.h:
40464         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40465         code and GPL code.  Fix for new caps negotiation.  Rewrite
40466         much of the format handling code, and some of the conversion
40467         code.  Basically, rewrote almost everything.  This element
40468         handles I420, YV12 to RGB conversions.
40469         * ext/hermes/Makefile.am:
40470         * ext/hermes/gsthermescolorspace.c:
40471         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40472         Remove non-Hermes related code.  This element handles lots of
40473         RGB to RGB conversions, but no YUV.
40474         * ext/hermes/gstcolorspace.c:
40475         * ext/hermes/gstcolorspace.h:
40476         * ext/hermes/rgb2yuv.c:
40477         * ext/hermes/yuv2rgb.c:
40478         * ext/hermes/yuv2rgb.h:
40479         * ext/hermes/yuv2rgb_mmx16.s:
40480         * ext/hermes/yuv2yuv.c:
40481         * ext/hermes/yuv2yuv.h:
40482         Remove old code.
40483
40484 2004-01-14  Colin Walters  <walters@verbum.org>
40485
40486         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40487         they've already been.
40488
40489 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40490
40491         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40492           assume tag mode when pad is not connected
40493
40494 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40495
40496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40497           Don't update the time of the clock
40498         (gst_alsa_sink_loop):
40499           sync to the clock given to alsasink, not the own clock
40500         * sys/oss/gstosssink.c: (gst_osssink_chain):
40501           sync to the clock
40502         (gst_osssink_change_state):
40503           activate the clock
40504         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40506           remove bogus code that made DISCONT events unhandled
40507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40508           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40509           #131502)
40510         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40511         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40512         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40513           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40514           2nd warning in bug #131502)
40515
40516 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40517
40518         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40519         (gst_videobalance_colorbalance_set_value),
40520         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40521         for colorbalance interface implementation.
40522         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40523         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40524         (gst_ximagesink_dispose), (gst_ximagesink_init),
40525         (gst_ximagesink_class_init): Adding DISPLAY property.
40526         * sys/ximage/ximagesink.h: Adding display_name to store display.
40527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40528         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40529         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40530         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40531         properties (they still need polishing though for gst-launch use : no
40532         xcontext yet, i ll do that tomorrow).
40533         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40534
40535 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40536
40537         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40538         (gst_play_set_location), (gst_play_set_visualization): Preparing
40539         switch integration, adding videobalance in the pipeline.
40540
40541 2004-01-14  Julien MOUTTE <julien@moutte.net>
40542
40543         * gst-libs/gst/colorbalance/colorbalance.c:
40544         (gst_color_balance_class_init): Adding a default type.
40545         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40546         the type.
40547         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40548         (gst_videobalance_dispose), (gst_videobalance_class_init),
40549         (gst_videobalance_init), (gst_videobalance_interface_supported),
40550         (gst_videobalance_interface_init),
40551         (gst_videobalance_colorbalance_list_channels),
40552         (gst_videobalance_colorbalance_set_value),
40553         (gst_videobalance_colorbalance_get_value),
40554         (gst_videobalance_colorbalance_init): Implementing colorbalance
40555         interface.
40556         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40557         list.
40558         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40559         bug which was triggering a BadAccess X error when setting an overlay
40560         before pad was really negotiated.
40561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40562         Using the colorbalance type macro.
40563
40564 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40565
40566         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40567         (gst_flacenc_chain):
40568           handle tags correctly
40569         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40570           extract ID3v1 tags correctly
40571
40572 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40573
40574         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40575         (plugin_init):
40576           Improve matroska typefinding for odd-typed headers...
40577
40578 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40579
40580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40581           Fix for using incremental number on padnames.
40582
40583 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40584
40585         * ext/divx/gstdivxdec.c:
40586         * ext/divx/gstdivxenc.c:
40587           Set category to divx4linux instead of divx (too generic).
40588         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40589         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40590         (gst_wavparse_loop), (gst_wavparse_change_state):
40591         * gst/wavparse/gstwavparse.h:
40592           fix parsing of WAV files with non-standard fmt-tag size and fix
40593           skipping of unrecognized chunks... Someone please fix this thing
40594           to use rifflib so all this is automated.
40595         * sys/v4l/Makefile.am:
40596         * sys/v4l2/Makefile.am:
40597           Add X_CFLAGS because we depend on X (for overlay).
40598
40599 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40600
40601         * ext/mpeg2dec/gstmpeg2dec.c:
40602           Don't issue a timestamp unless we tagged the frame
40603           with a PTS.
40604
40605 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40606
40607         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40608           Query the audio element to get the time, not the clock. We're
40609           interested in the element's time here.
40610
40611 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40612
40613         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40614         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40615         * ext/esd/esdsink.c: (gst_esdsink_chain):
40616         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40617         * ext/mas/massink.c: (gst_massink_chain):
40618         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40619         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40620         (gst_matroska_demux_parse_metadata):
40621         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40622         (gst_mpeg_parse_release_locks):
40623         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40624         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40625         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40626         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40627         (gst_osssink_change_state):
40628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40629         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40630         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40631         (gst_xvideosink_release_locks):
40632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40633           use element time.
40634         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40635         (gst_alsa_clock_stop):
40636         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40637         (gst_audio_clock_get_internal_time):
40638           simplify for use with new clocking code.
40639         * testsuite/alsa/Makefile.am:
40640         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40641           fix testsuite for new caps system
40642
40643 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40644
40645         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40646         * ext/flac/gstflacenc.c: (add_one_tag):
40647           length is already host endian, no need to convert. Fixes playback of
40648           tagged files on PPC. (bug #128384)
40649
40650 2004-01-13  Julien MOUTTE <julien@moutte.net>
40651
40652         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40653         colorbalance interface stating if it is hardware based or software
40654         based.
40655         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40656         Removing a trailing comma.
40657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40658         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40659         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40660         the documentation seems to be wrong on the -1000 to 1000 interval.
40661
40662 2004-01-12  David Schleef  <ds@schleef.org>
40663
40664         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40665         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40666         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40667         Fix negotiation.  Add a bufferalloc function for the sink pad,
40668         and generally clean up some of the code.
40669
40670 2004-01-12  Julien MOUTTE <julien@moutte.net>
40671
40672         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40673         (gst_color_balance_channel_dispose): Adding safety check in dispose
40674         method.
40675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40676         (gst_xvimagesink_xcontext_clear),
40677         (gst_xvimagesink_interface_supported),
40678         (gst_xvimagesink_colorbalance_list_channels),
40679         (gst_xvimagesink_colorbalance_set_value),
40680         (gst_xvimagesink_colorbalance_get_value),
40681         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40682         Adding colorbalance interface support to set XV parameters such as
40683         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40684         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40685         interface.
40686
40687 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40688
40689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40690         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40691         (gst_audio_convert_init), (gst_audio_convert_set_property),
40692         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40693         (gst_audio_convert_link),
40694         (gst_audio_convert_buffer_to_default_format),
40695         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40696           - implement _getcaps and use it
40697           - improve linking
40698           - remove float caps since no float conversion is actually done
40699           - remove properties and arguments that were to be used for rate
40700             conversion
40701
40702 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40703
40704         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40705         (gst_audio_structure_set_int):
40706         * gst-libs/gst/audio/audio.h:
40707           add helper functions for _getcaps matching the standard audio
40708           templates
40709
40710 2004-01-12  David Schleef  <ds@schleef.org>
40711
40712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40713         Test that pad is negotiated before getting its caps.
40714
40715 2004-01-12  Julien MOUTTE <julien@moutte.net>
40716
40717         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40718         analyzing the pads of an element the bin is mostly in READY state so
40719         no caps were negotiated. This helper function needs to work with
40720         _get_caps directly then. I was not freeing them though, added that to
40721         fix the mem leak.
40722
40723 2004-01-12  Julien MOUTTE <julien@moutte.net>
40724
40725         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40727         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40728         than the free_func.
40729
40730 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40731
40732         * sys/oss/gstossaudio.c: (plugin_init):
40733         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40734         * sys/oss/gstosselement.h:
40735           make an oss debugging category
40736           make failure more descriptive
40737
40738 2004-01-11  David Schleef  <ds@schleef.org>
40739
40740         * ext/ffmpeg/gstffmpeg.c:
40741         * ext/ffmpeg/gstffmpegcodecmap.c:
40742         * ext/ffmpeg/gstffmpegdec.c:
40743         * ext/ffmpeg/gstffmpegenc.c:
40744         * ext/ffmpeg/gstffmpegprotocol.c:
40745         * ext/gdk_pixbuf/gstgdkanimation.c:
40746         * ext/jpeg/gstjpeg.c:
40747         * ext/libpng/gstpng.c:
40748         * ext/mpeg2dec/perftest.c:
40749         * ext/speex/gstspeex.c:
40750         * gst-libs/gst/resample/dtos.c:
40751         * gst/intfloat/gstintfloatconvert.c:
40752         * gst/oneton/gstoneton.c:
40753         * gst/rtjpeg/RTjpeg.c:
40754         * gst/rtp/gstrtp.c:
40755         * sys/dxr3/dxr3init.c:
40756         * sys/glsink/gstgl_nvimage.c:
40757         * sys/glsink/gstgl_pdrimage.c:
40758         * sys/glsink/gstglsink.c:
40759         * testsuite/gst-lint:
40760         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40761
40762 2004-01-11  David Schleef  <ds@schleef.org>
40763
40764         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40765         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40766         * ext/gdk_pixbuf/gstgdkanimation.c:
40767         (gst_gdk_animation_iter_create_pixbuf):
40768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40769         (gst_gdk_pixbuf_chain):
40770         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40771         * ext/jack/gstjack.c: (gst_jack_change_state):
40772         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40773         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40774         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40775         * gst/videofilter/gstvideofilter.c:
40776         (gst_videofilter_set_output_size):
40777         Remove all usage of gst_pad_get_caps(), and replace it with
40778         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40779
40780 2004-01-11  David Schleef  <ds@schleef.org>
40781
40782         * configure.ac:
40783         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40784         * ext/divx/gstdivxdec.c:
40785         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40786         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40787         handle images that span multiple buffers.  Now work with both
40788         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40789         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40790         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40791         video/video.h changes
40792         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40793         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40794         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40795         of GstData free function.
40796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40797         same.
40798
40799 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40800
40801         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40802         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40803         (gst_v4l2element_get_property):
40804         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40805           add norm, channel and frequency properties.
40806         * sys/v4l2/gstv4l2tuner.c:
40807           fixes for tuner interface changes
40808         * sys/v4l2/gstv4l2element.h:
40809         * sys/v4l2/gstv4l2src.c:
40810         * sys/v4l2/gstv4l2src.h:
40811         * sys/v4l2/v4l2src_calls.c:
40812         * sys/v4l2/v4l2src_calls.h:
40813           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40814
40815 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40816
40817         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40818         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40819         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40820         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40821         * gst-libs/gst/tuner/tuner.h:
40822           GObjects aren't const.
40823           Add find_by_name functions.
40824           Add checks to _changed functions.
40825         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40826         (gst_v4l_tuner_get_norm):
40827           Fixes for above.
40828
40829 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40830
40831         * gst-libs/gst/video/video.h:
40832           Fix caps template names to be understandable.
40833           Prefix everything with GST_VIDEO.
40834         * ext/aalib/gstaasink.c:
40835         * ext/divx/gstdivxdec.c:
40836         * ext/divx/gstdivxenc.c:
40837         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40838         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40839         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40840         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40841         * ext/libcaca/gstcacasink.c:
40842         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40843         * ext/snapshot/gstsnapshot.c:
40844         * ext/swfdec/gstswfdec.c:
40845         * ext/xvid/gstxviddec.c:
40846         * ext/xvid/gstxvidenc.c:
40847         * gst/chart/gstchart.c:
40848         * gst/deinterlace/gstdeinterlace.c:
40849         * gst/effectv/gsteffectv.c:
40850         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40851         * gst/goom/gstgoom.c:
40852         * gst/median/gstmedian.c:
40853         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40854         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40855         * gst/overlay/gstoverlay.c:
40856         * gst/smooth/gstsmooth.c:
40857         * gst/smpte/gstsmpte.c:
40858         * gst/synaesthesia/gstsynaesthesia.c:
40859         * gst/videocrop/gstvideocrop.c:
40860         * gst/videodrop/gstvideodrop.c:
40861         * gst/y4m/gsty4mencode.c:
40862         * sys/qcam/gstqcamsrc.c:
40863         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40864           Make them work with new video.h file.
40865         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40866         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40868         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40869           Make it work with new buffer allocation system.
40870
40871 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40872
40873         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40874         pad_alloc_buffer implementation to use ->srcpad
40875         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40876         pad_alloc_buffer implementation to use ->srcpad
40877         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40878         pad_alloc_buffer implementation to use ->srcpad
40879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40880         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40881         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40882         a reference to everything we need.
40883         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40885         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40886         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40887         a reference to everything we need.
40888         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40889
40890 2004-01-11  David Schleef  <ds@schleef.org>
40891
40892         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40893         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40894         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40895         structure members.
40896         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40897         value during a resize/renegotiation.
40898         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40899         gst_pad_alloc_buffer();
40900         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40901         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40902         structure members.
40903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40904         Fix for rename of buffer private structure members.
40905         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40906         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40907         Fix for rename of buffer private structure members.
40908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40909         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40910         Fix for rename of buffer private structure members.
40911
40912 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40913
40914         reviewed by: David Schleef <ds@schleef.org>
40915
40916         * gst/videofilter/Makefile.am:
40917         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40918         from the patch by ds to fit in with recent make_filter changes.
40919
40920 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40921
40922         * configure.ac: Adding examples/switch/Makefile
40923         * examples/Makefile.am: Adding examples/switch
40924         * examples/switch/Makefile.am: Adding switcher example.
40925         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40926         (switch_timer), (main): Adding an example demonstrating switch usage
40927         with 2 videotestsrc showing different patterns.
40928         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40929         (gst_switch_init): Fixing switch with the new caps system.
40930
40931 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40932
40933         * gst-libs/gst/video/video.h:
40934           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40935           They should probably be like
40936           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40937
40938 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40939
40940         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40941         (qtdemux_parse_trak):
40942           fix audio chunk size/timestamp calculation
40943
40944 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40945
40946         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40947           fix SVQ3 caps
40948
40949 2004-01-11  Steve Baker  <steve@stevebaker.org>
40950
40951         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40952         (gst_agingtv_base_init), (gst_agingtv_class_init),
40953         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40954         (gst_agingtv_set_property), (gst_agingtv_get_property):
40955         Port agingTV to videofilter
40956
40957 2004-01-09  Julien MOUTTE <julien@moutte.net>
40958
40959         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40960         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40961
40962 2004-01-09  Julien MOUTTE <julien@moutte.net>
40963
40964         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40965         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40966         * gst-libs/gst/xoverlay/xoverlay.c:
40967         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40968         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40969         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40970         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40971         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40972         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40973         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40974         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40975         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40976         interface implementation to handle xid being 0 and fix some bugs
40977         triggered by Benjamin's testcase.
40978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40979         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40980         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40981         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40982         interface implementation to handle xid being 0 and fix some bugs
40983         triggered by Benjamin's testcase.
40984
40985 2004-01-09  David Schleef  <ds@schleef.org>
40986
40987         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40988         mouse pointer events.  It works.
40989
40990 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40991
40992         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40993           Use explicit caps - fix capsnego.
40994         * ext/xvid/gstxviddec.c:
40995         * ext/xvid/gstxvidenc.c:
40996           Remove macro-inside-macro which caused compile errors.
40997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40998           Error out if it's not a RIFF file. Else we error out without
40999           gst_element_error() which is not good...
41000
41001 2004-01-08  David Schleef  <ds@schleef.org>
41002
41003         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
41004         Fix pad_link function to handle formats that ffmpeg returns
41005         as multiple caps structures.
41006         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
41007         Only complain if source buffer is _smaller_ than expected.
41008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
41009         (gst_videoscale_handle_src_event): Resize navigation events
41010         when passing them upstream.
41011         * gst/videotestsrc/gstvideotestsrc.c:
41012         * gst/videotestsrc/gstvideotestsrc.h:
41013         * gst/videotestsrc/videotestsrc.c:
41014         * gst/videotestsrc/videotestsrc.h:
41015         Rewrite many of the buffer painting functions to handle odd
41016         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
41017         been verified to work with my video card.
41018         * testsuite/gst-lint:  Add check for elements calling
41019         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
41020
41021 2004-01-08  David Schleef  <ds@schleef.org>
41022
41023         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
41024         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41025
41026 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41027
41028         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41029         configure event is not emiting the desired size signal. That fixes
41030         aspect ratio issues with gst-player.
41031
41032 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41033
41034         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41035           Fix capsnego.
41036
41037 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41038
41039         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41040         public method to fire size signal.
41041
41042 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41043
41044         * examples/gstplay/Makefile.am: Adding the interface library.
41045         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41046         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41047         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41048         GST_IS_X_OVERLAY before signal connect.
41049         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41050         Removing the have_video_size signal.
41051         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41052         and associated public method.
41053         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41054         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41055         signal.
41056         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41057         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41058         signal.
41059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41060         Using XOverlay public method to fire size signal.
41061
41062 2004-01-07  David Schleef  <ds@schleef.org>
41063
41064         * gst/videofilter/Makefile.am:
41065         * gst/videofilter/gstvideotemplate.c:
41066         * gst/videofilter/make_filter:
41067         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41068         Convert make_filter to /bin/sh script.
41069
41070 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41071
41072         * gst/modplug/gstmodplug.cc: fix element description
41073
41074 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41075
41076         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41077         (got_video_size): Adding some new lines in g_print calls.
41078         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41079         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41080         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41081         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41082         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41083         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41084         Complete code review, reverting some stuff i disagree with, adding
41085         some fixes : time synchronization on invalid timestamps, renegotiation
41086         of private window.
41087         * sys/ximage/ximagesink.h:
41088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41089         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41090         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41091         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41092         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41093         (gst_xvimagesink_buffer_new),
41094         (gst_xvimagesink_navigation_send_event),
41095         (gst_xvimagesink_set_xwindow_id),
41096         (gst_xvimagesink_get_desired_size),
41097         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41098         stuff i disagree with, adding some fixes : Renegotiation of private
41099         window, implementing get_desired_size.
41100
41101 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41102
41103         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41104         (gst_afsink_handle_event):
41105         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41106         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41107         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41108         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41109         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41110           Fix for instantiate-test (see core). Also remove dead code from
41111           jpegenc (which still needs fixing, but that's lower on my TODO
41112           list...).
41113         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41114           Never return NULL as caps.
41115
41116 2004-01-07  David Schleef  <ds@schleef.org>
41117
41118         * configure.ac:
41119         * ext/Makefile.am:
41120         * ext/librfb/Makefile.am:
41121         * ext/librfb/gstrfbsrc.c:
41122         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41123         is the protocol used by VNC.
41124
41125 2004-01-07  David Schleef  <ds@schleef.org>
41126
41127         * gst/videofilter/gstvideotemplate.c:
41128         * gst/videofilter/gstvideotemplate.h:
41129         * gst/videofilter/make_filter:
41130         Merge videotemplate header into source file.
41131         * gst/effectv/Makefile.am:
41132         * gst/effectv/gsteffectv.c: (plugin_init):
41133         * gst/effectv/gstwarp.c:
41134         Make warpTV a subclass of videofilter.
41135
41136 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41137
41138         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41139           Add guard against invalid utf-8 conversions in mad. Just in case.
41140
41141 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41142
41143         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41144           Fix for bug shown by poisoning
41145
41146 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41147
41148         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41149         (gst_v4lmjpegsrc_buffer_free):
41150         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41151         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41152         (gst_v4lsrc_buffer_free):
41153           Fix for removed bufferpools.
41154
41155 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41156
41157         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41158         Fix caps negotiation.
41159
41160         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41161         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41162         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41163         (dvdnavsrc_event):
41164         * ext/mpeg2dec/gstmpeg2dec.c:
41165         * gst-libs/gst/navigation/navigation.c:
41166         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41167         * gst-libs/gst/navigation/navigation.h:
41168         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41169         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41171         Super-simple first version of mouse and keyboard events. Clicking
41172         on a DVD menu now works, although it may not take you where you
41173         expected.
41174
41175         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41176         * gst/videotestsrc/gstvideotestsrc.c:
41177         (gst_videotestsrc_src_fixate):
41178         These fixate functions were broken - they never actually
41179         fixated :)
41180
41181 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41182
41183         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41184         (gst_icecastsend_init):
41185           fix for new caps system.
41186         * gst-libs/gst/mixer/mixertrack.h:
41187         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41188           Add 'master track' flag (for tools like ACME that only want to
41189           change the main volume).
41190
41191 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41192
41193         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41194         (gst_xvid_csp_to_caps):
41195         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41196         * ext/xvid/gstxvidenc.c:
41197         ifdef out ARGB type when it isn't available
41198         in xvidcore 1.0.0beta2
41199
41200 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41201
41202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41203           When we have received a new SCR right in the first buffer after
41204           a seek (so in the same cycle that handles the discont), we should
41205           handle the buffer instead of unreffing it, else we lose data.
41206
41207 2004-01-06  Iain <iain@prettypeople.org>
41208
41209         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41210           buffer-frames caps too.
41211
41212         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41213           caps that we need, don't destroy them all and rebuild them. And when
41214           creating src pads, use the src pad template rather than the sink...
41215
41216 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41217
41218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41219           Add pad to element *after* setting functions such as event handler.
41220           Without this, the scheduler (opt) will link pads, set the event
41221           handler from the default event function (dispatcher in gstpad.c)
41222           and *after* that, we will set our own event function, which will
41223           thus never be used (and thus mpegdemux doesn't handle events).
41224
41225 2004-01-04  David Schleef  <ds@schleef.org>
41226
41227         Fix the fixate functions to handle new prototype:
41228         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41229         * gst/videotestsrc/gstvideotestsrc.c:
41230         (gst_videotestsrc_src_fixate):
41231         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41232         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41234
41235 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41236
41237         * sys/ximage/ximagesink.h:
41238         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41239         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41240         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41241         (gst_ximagesink_xoverlay_init):
41242           assorted fixes to make (re)embedding work
41243         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41244         (gst_ximagesink_get_desired_size):
41245           implement desired size additions to XOverlay
41246
41247 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41248
41249         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41250         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41251         (gst_x_overlay_got_desired_size):
41252         * gst-libs/gst/xoverlay/xoverlay.h:
41253           Add optional "desired size" signal and querying.
41254
41255 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41256
41257         * gst/matroska/matroska-demux.c:
41258         (gst_matroska_demux_parse_blockgroup):
41259           Fix EBML-laced block parsing. Diffs are relative to previous
41260           lace, not the first lace. Thanks to Mosu from the Matroska
41261           team for detecting this.
41262         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41263         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41264         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41265         (gst_wavparse_change_state):
41266         * gst/wavparse/gstwavparse.h:
41267           Quickfix for capsnego.
41268
41269 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41270
41271         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41272           Fix indenting, fix pad creation.
41273
41274 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41275
41276         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41277         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41278         (gst_xviddec_sink_link):
41279           Implement src_getcaps() so proper size caps is negotiated.
41280
41281 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41282
41283         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41284           Finish flac decoder on EOS. See #116178.
41285
41286 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41287
41288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41289         (gst_matroska_demux_add_stream):
41290         * gst/matroska/matroska-ids.h:
41291           Add getcaps() function to fix capsnego...
41292
41293 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41294
41295         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41296         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41297         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41298           Fix more integer overflows. Again, see #126967.
41299
41300 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41301
41302         * ext/mpeg2dec/gstmpeg2dec.c:
41303           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41304           #130416.
41305
41306 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41307
41308         * configure.ac:
41309         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41310         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41311         * ext/xvid/gstxvid.h:
41312         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41313         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41314         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41315         (gst_xviddec_change_state):
41316         * ext/xvid/gstxviddec.h:
41317         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41318         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41319         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41320         (gst_xvidenc_link), (gst_xvidenc_set_property),
41321         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41322         * ext/xvid/gstxvidenc.h:
41323           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41324
41325 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41326
41327         * gst/rtp/rtp-packet.c:
41328           Add sys/types.h include, since OS X doesn't define in_addr_t
41329           in netinet/in.h, like it does on Linux (see #129600).
41330
41331 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41332
41333         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41334
41335         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41336           Correct logic of dispose function (see #129306).
41337
41338 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41339
41340         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41341         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41342         (gst_mpeg_parse_init):
41343         * gst/mpegstream/gstmpegparse.h:
41344           Remove clock (which was never provided, i.e. dead code), and
41345           also fix integer overflows at high PTS values (see #126967).
41346
41347 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41348
41349         * ext/flac/gstflacdec.c:
41350         * ext/libpng/gstpngenc.h:
41351         * ext/mikmod/gstmikmod.h:
41352           OS X fixes (see #126628).
41353
41354 2004-01-02  David Schleef  <ds@schleef.org>
41355
41356         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41357         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41358         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41359         (gst_mpeg_parse_class_init): Move pad template registration
41360         to class_init, since the derived class (mpegdemux) doesn't
41361         want them.
41362
41363 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41364
41365         * sys/ximage/Makefile.am:
41366         * sys/xvideo/Makefile.am:
41367         * sys/xvimage/Makefile.am:
41368           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41369           after installation (see #127664).
41370
41371 2004-01-02  David Schleef  <ds@schleef.org>
41372
41373         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41374         (gst_ffmpegenc_connect):  Negotiation fixes.
41375         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41376         Remove inappropriate gst_caps_free().
41377         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41378         Reenable Ronald's internal resize code, since the core handles
41379         it correctly now.
41380
41381 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41382
41383         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41384         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41386           Fix pad template stuff.
41387
41388 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41389
41390         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41391         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41392           fix signed integer reading/writing.
41393
41394 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41395
41396         * ext/alsa/README:
41397           Remove outdated document
41398
41399 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41400
41401         * gst/cutter/gstcutter.c: (gst_cutter_init):
41402           src pad was being created twice - oops.
41403
41404 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41405
41406         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41407           Comment out internal resize. It doesn't handle the resulting
41408           XEvent internally, does another try_set_caps() which leads to
41409           a really nice loop.
41410           Real fix will come when Julien and Dave are awake. ;).
41411
41412 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41413
41414         * ext/mpeg2enc/gstmpeg2enc.cc:
41415           fix const/nonconst compile issue.
41416
41417 2004-01-02  David Schleef  <ds@schleef.org>
41418
41419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41420         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41421         Add fixate function and a check for bad formats.
41422
41423 2004-01-01  David Schleef  <ds@schleef.org>
41424
41425         Negotiation fixes:
41426         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41427         (gst_audiofilter_init):
41428         * gst/debug/efence.c: (gst_efence_init):
41429         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41430         (gst_deinterlace_init):
41431         * gst/volume/gstvolume.c: (volume_connect):
41432
41433 2004-01-01  David Schleef  <ds@schleef.org>
41434
41435         Convert elements to use gst_pad_use_explicit_caps() where
41436         appropriate:
41437         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41438         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41439         (gst_afparse_open_file):
41440         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41441         (gst_afsrc_open_file):
41442         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41443         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41444         (gst_ffmpegdec_chain):
41445         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41446         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41447         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41448         (gst_gdk_pixbuf_chain):
41449         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41450         (gst_jpegdec_chain):
41451         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41452         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41453         (gst_mikmod_negotiate):
41454         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41455         (gst_mpeg2dec_negotiate_format):
41456         * ext/mpeg2enc/gstmpeg2enc.cc:
41457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41458         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41459         (gst_speexdec_sinkconnect):
41460         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41461         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41462         (gst_vorbisfile_new_link):
41463         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41464         (gst_ac3parse_chain):
41465         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41466         (gst_asf_demux_setup_pad):
41467         * gst/auparse/gstauparse.c: (gst_auparse_init),
41468         (gst_auparse_chain):
41469         * gst/id3/gstid3types.c: (gst_id3types_loop):
41470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41471         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41472         (mp1videoparse_parse_seq):
41473         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41474         (bpf_from_header):
41475         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41476         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41477         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41478         (gst_mpeg_parse_send_data):
41479         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41480         (gst_qtdemux_add_stream):
41481         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41482         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41483         (gst_wavparse_parse_fmt):
41484
41485 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41486
41487         * configure.ac:
41488           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41489           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41490           it therefore uses the wrong include paths. Too bad... Note
41491           that 1.6.1.93 is not release yet. ;).
41492           Also add a check for mplex, which is now using the lib'ified
41493           mplex from mjpegtools, too.
41494         * ext/ffmpeg/gstffmpegcodecmap.c:
41495           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41496           issues. I don't think ffmpeg handles 3ivx correctly, so this
41497           probably won't work. But it won't hurt either.
41498         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41499         (gst_ffmpegdec_chain):
41500         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41501         (gst_ffmpegenc_chain_audio):
41502           Fix memleak in audio encoding. Close codec if open fails, this
41503           calls the cleanup routines so we can re-use the context.
41504         * ext/mpeg2enc/gstmpeg2enc.cc:
41505           Fix pad template names/types, fix memory issue with getcaps().
41506         * ext/mpeg2enc/gstmpeg2encoder.cc:
41507         * ext/mpeg2enc/gstmpeg2encoder.hh:
41508           Fix compile issue with new caps system (const thingy).
41509         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41510         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41511           We read a first frame right on initing, so that we have a caps
41512           when we init the output. This caps is cached in padprivate and
41513           read as first frame.
41514         * ext/mplex/Makefile.am:
41515         * ext/mplex/gstmplex.cc:
41516         * ext/mplex/gstmplex.h:
41517         * ext/mplex/gstmplex.hh:
41518         * ext/mplex/gstmplexibitstream.cc:
41519         * ext/mplex/gstmplexibitstream.hh:
41520         * ext/mplex/gstmplexjob.cc:
41521         * ext/mplex/gstmplexjob.hh:
41522         * ext/mplex/gstmplexoutputstream.cc:
41523         * ext/mplex/gstmplexoutputstream.hh:
41524           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41525           had issues, didn't do capsnego, supported only a subset of the
41526           mplex features and required a mplex fork in our local CVS. Plus
41527           that it worked agaist a very old mplex version. Rewriting was
41528           faster than updating it.
41529         * gst-libs/ext/Makefile.am:
41530         * gst-libs/ext/mplex/INSTRUCT:
41531         * gst-libs/ext/mplex/Makefile.am:
41532         * gst-libs/ext/mplex/README:
41533         * gst-libs/ext/mplex/TODO:
41534         * gst-libs/ext/mplex/ac3strm_in.cc:
41535         * gst-libs/ext/mplex/audiostrm.hh:
41536         * gst-libs/ext/mplex/audiostrm_out.cc:
41537         * gst-libs/ext/mplex/aunit.hh:
41538         * gst-libs/ext/mplex/bits.cc:
41539         * gst-libs/ext/mplex/bits.hh:
41540         * gst-libs/ext/mplex/buffer.cc:
41541         * gst-libs/ext/mplex/buffer.hh:
41542         * gst-libs/ext/mplex/fastintfns.h:
41543         * gst-libs/ext/mplex/format_codes.h:
41544         * gst-libs/ext/mplex/inputstrm.cc:
41545         * gst-libs/ext/mplex/inputstrm.hh:
41546         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41547         * gst-libs/ext/mplex/mjpeg_logging.cc:
41548         * gst-libs/ext/mplex/mjpeg_logging.h:
41549         * gst-libs/ext/mplex/mjpeg_types.h:
41550         * gst-libs/ext/mplex/mpastrm_in.cc:
41551         * gst-libs/ext/mplex/mpegconsts.cc:
41552         * gst-libs/ext/mplex/mpegconsts.h:
41553         * gst-libs/ext/mplex/mplexconsts.hh:
41554         * gst-libs/ext/mplex/multplex.cc:
41555         * gst-libs/ext/mplex/outputstream.hh:
41556         * gst-libs/ext/mplex/padstrm.cc:
41557         * gst-libs/ext/mplex/padstrm.hh:
41558         * gst-libs/ext/mplex/stillsstream.cc:
41559         * gst-libs/ext/mplex/stillsstream.hh:
41560         * gst-libs/ext/mplex/systems.cc:
41561         * gst-libs/ext/mplex/systems.hh:
41562         * gst-libs/ext/mplex/vector.cc:
41563         * gst-libs/ext/mplex/vector.hh:
41564         * gst-libs/ext/mplex/videostrm.hh:
41565         * gst-libs/ext/mplex/videostrm_in.cc:
41566         * gst-libs/ext/mplex/videostrm_out.cc:
41567         * gst-libs/ext/mplex/yuv4mpeg.cc:
41568         * gst-libs/ext/mplex/yuv4mpeg.h:
41569         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41570         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41571           We don't fork mjpegtools' mplex in our CVS anymore.
41572         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41573         (gst_avi_demux_add_stream):
41574         * gst/avi/gstavidemux.h:
41575           Add getcaps() function for proper caps nego. This makes some
41576           parts of AVI playback/reading work.
41577         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41578           Resize window on new capsnego. This is probably wrong, but
41579           I'm still committing it because with current capsnego, the
41580           first successfull capsnego is auto-fixated, therefore rounded
41581           down to the lowest values in the caps. this results in a 16x16
41582           XWindow that is not reized when real capsnego finishes.
41583           Dave, I see more cases of this, do you know a proper solution?
41584         * tools/gst-launch-ext.in:
41585           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41586
41587 2003-12-31  David Schleef  <ds@schleef.org>
41588
41589         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41590         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41591           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41592
41593 2003-12-30  David Schleef  <ds@schleef.org>
41594
41595         * ext/ffmpeg/gstffmpegcolorspace.c:
41596         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41597         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41598         (gst_ffmpegcsp_chain): Negotiation fixes
41599         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41601         (gst_audio_convert_link), (gst_audio_convert_channels):
41602         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41603         (gst_audioscale_link), (gst_audioscale_get_buffer),
41604         (gst_audioscale_chain): Negotiation fixes
41605         * gst/audioscale/gstaudioscale.h:
41606         * gst/videofilter/gstvideofilter.c:
41607         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41608         (gst_videofilter_link), (gst_videofilter_init),
41609         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41610         (gst_videofilter_find_format_by_structure):
41611         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41613         (gst_videoscale_link):
41614         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41615         (videoscale_find_by_structure), (gst_videoscale_setup):
41616         * gst/videoscale/videoscale.h: Negotiation fixes
41617         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41618         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41619         function, restrict resizing to a multiple of 4 (hack until
41620         everyone supports odd sizes correctly).
41621
41622 2003-12-29  Colin Walters  <walters@verbum.org>
41623
41624         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41625         signed.
41626
41627 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41628
41629         * ext/sndfile/gstsf.c: (gst_sf_loop):
41630           Fix warning about discarding const qualifier
41631
41632 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41633
41634         * gst/cutter/gstcutter.c:
41635         * gst/videoscale/gstvideoscale.c:
41636         * gst/volenv/gstvolenv.c:
41637         * gst-libs/gst/audio/audio.c:
41638         * gst-libs/gst/video/video.c:
41639           Fix warnings
41640
41641 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41642
41643         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41644           Don't send ALSA debugging to stderr.
41645         * ext/alsa/gstalsa.h:
41646           Use GST_WARNING instead of g_warning when ALSA functions fail.
41647
41648 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41649
41650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41651           Free XVAdapterInfo correctly.
41652
41653 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41654
41655         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41656         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41657           Make id3tag use correct caps nego.
41658
41659 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41660
41661         * ext/ivorbis/vorbis.c:
41662         * ext/ivorbis/vorbisenc.h:
41663         * ext/ivorbis/vorbisfile.c:
41664           Modify so that it uses the new caps things
41665
41666 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41667
41668         * testsuite/spider/spider1.c: (main):
41669         * testsuite/spider/spider2.c: (main):
41670         * testsuite/spider/spider3.c: (main):
41671           Make tests compile again. They probably don't work.
41672
41673 2003-12-24  Colin Walters  <walters@verbum.org>
41674
41675         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41676         we can't fixate the caps anymore.
41677
41678 2003-12-23  David Schleef  <ds@schleef.org>
41679
41680         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41681         * sys/oss/gstosssink.c: (gst_osssink_init),
41682         (gst_osssink_sink_fixate): Add fixate function.
41683
41684 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41685
41686         * ext/ffmpeg/gstffmpegcodecmap.c:
41687         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41688         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41689         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41690         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41691         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41692         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41693         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41694           fix typo in RGB masks, and move back to "old" colorspace
41695           capsnego code until whoever wrote this new crap has actually
41696           tested it so that it works.
41697           And yes, this works, keep it that way please.
41698
41699 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41700
41701         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41702         (gst_divxdec_init), (gst_divxdec_negotiate):
41703         * ext/divx/gstdivxdec.h:
41704         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41705         (gst_divxenc_init):
41706         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41707         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41708         * ext/mpeg2enc/gstmpeg2enc.cc:
41709         * ext/mpeg2enc/gstmpeg2encoder.cc:
41710         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41711         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41712         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41713         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41714         (dxr3spusink_init):
41715         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41716         (dxr3videosink_init):
41717           Fix caps breakage after Dave's caps branch merge.
41718
41719 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41720
41721         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41722           Fix for 24bpp display.
41723
41724 2003-12-23  Colin Walters  <walters@verbum.org>
41725
41726         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41727         a GnomeVFSHandle directly.
41728
41729 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41730
41731         * gst/volume/Makefile.am:
41732         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41733         (volume_base_init), (volume_init):
41734           Reenable volume element and fix to work with new caps stuff.
41735           Rhythmbox needs this.
41736
41737 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41738
41739         * gst/qtdemux/qtdemux.c: (plugin_init):
41740           qtdemux requires bytestream
41741
41742 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41743
41744         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41745           Fix remaining caps handling errors due to CAPS merge.
41746
41747 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41748
41749         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41750         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41751         (gst_faad_srcconnect):
41752           Port to new caps system.
41753
41754 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41755
41756         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41757         (got_video_size), (main): using g_print instead of g_message.
41758         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41759         signal which was not emitted because of "switch" element added to the
41760         bin but not connected. (Removing from the bin temporarily)
41761
41762 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41763
41764         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41765         find X development files. I don't understand the previous tests and
41766         they fail on my debian/ppc unstable. This one works.
41767         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41768         exiting.
41769         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41770         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41771         (gst_play_set_visualization): Add some safety checks in set_ methods
41772         and state_change. This was throwing some ugly CRITICAL messages when
41773         pipeline was getting disposed and casts were failing.
41774
41775 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41776
41777         * configure.ac:
41778           Improve mpeg2enc detection. This is for distributions that do
41779           ship mjpegtools, but without mpeg2enc. Also does object check
41780           for might there ever be ABI incompatibility.
41781         * ext/mpeg2enc/gstmpeg2enc.cc:
41782           Add Andrew as second maintainer (he's helping me), and also add
41783           an error if no caps was set. This happens if I pull before capsnego
41784           and that's something I should solve sometime else.
41785         * gst/matroska/matroska-demux.c:
41786         (gst_matroska_demux_parse_blockgroup):
41787           Fix time parsing.
41788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41789         (gst_matroska_mux_track_header):
41790           Add caps to templates.
41791         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41792           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41793         * gst/mpegstream/gstmpegdemux.c:
41794           Remove layer since it causes warnings about unfixed caps.
41795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41796           Fix obvious typo (we error out if caps were set, we should of
41797           course error out if *no* caps were set).
41798         * sys/oss/gstosselement.c: (gst_osselement_convert):
41799           Fix format conversion, we confused bits/bytes.
41800         * sys/oss/gstosselement.h:
41801           Improve documentation for 'bps'.
41802         * sys/v4l/TODO:
41803           Remove stuff about plugins that need removing - this was done
41804           ages ago.
41805         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41806         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41808         (gst_v4lsrc_src_query):
41809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41810         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41811           Add get_query_types(), get_formats() and query() functions.
41812
41813 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41814
41815         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41816           * moved CVS to freedesktop.org