Add plugin dependency for the GIO and GVfs modules.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * configure.ac:
4         * ext/gio/gstgio.c: (plugin_init):
5         Add plugin dependency for the GIO and GVfs modules.
6         Fixes bug #566876.
7
8 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9
10         * configure.ac:
11         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
12         Add plugin dependency for the gnomevfs modules.
13         Fixes bug #566875.
14
15 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
16
17         * win32/common/libgstcdda.def:
18         Add new symbol to the list of exported symbols.
19
20 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
21
22         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
23         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
24         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
25         (activate_group), (deactivate_group), (groups_set_locked_state),
26         (gst_play_bin_change_state):
27         Fix some comments and docs.
28         Post an error message when we fail to link the selector to the sink.
29         Remove pushing of EOS, this seems unneeded. 
30         Lock the state of deactivated groups so that they don't accidentally
31         reactivate when the playbin2 state changes.
32         Reuse uridecodebins.
33         Unlock and relock state of groups when playbin goes to NULL.
34         Fixes #566654.
35         Fixes #566341.
36
37         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
38         Only do something in the pad removed callback when we are dealing with
39         our sourcepads because the sinkpads don't have a ghostpad.
40
41 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
42
43         * gst-libs/gst/cdda/gstcddabasesrc.c:
44         * gst-libs/gst/cdda/gstcddabasesrc.h:
45         Make the GType of GstCDDABaseSrcMode public for bindings.
46         Fixes bug #566837.
47
48 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
49
50         * configure.ac:
51         * ext/libvisual/visual.c: (plugin_init):
52           Use new core API to make registry re-scan the plugin
53           whenever visualisations are added or removed (see #350477).
54
55 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
56
57         Patch by: José Alburquerque <jaalburqu svn gnome org>
58
59         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
60         * gst-libs/gst/audio/gstaudioclock.h:
61         Make gst_audio_clock_new use const gchar* to ease the wrapping of
62         C++ bindings. Fixes #566723.
63
64 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
65
66         * configure.ac:
67         * pkgconfig/Makefile.am:
68         * pkgconfig/gstreamer-app-uninstalled.pc.in:
69         * pkgconfig/gstreamer-app.pc.in:
70         Add pkg-config files for libgstapp. Fixes bug #566761.
71
72 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
73
74         * gst-libs/gst/app/gstappsink.c:
75         * gst-libs/gst/app/gstappsink.h:
76         * gst-libs/gst/app/gstappsrc.c:
77         * gst-libs/gst/app/gstappsrc.h:
78           Make debug categories static. Use _element_class_set_details_simple().
79
80 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
81
82         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
83           (gst_app_sink_class_init), (gst_app_sink_init),
84           (gst_app_sink_dispose), (gst_app_sink_finalize),
85           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
86           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
87           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
88           (gst_app_sink_render), (gst_app_sink_getcaps),
89           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
90           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
91           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
92           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
93           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
94           (gst_app_sink_pull_buffer):
95         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
96         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
97           (gst_app_src_class_init), (gst_app_src_init),
98           (gst_app_src_flush_queued), (gst_app_src_dispose),
99           (gst_app_src_finalize), (gst_app_src_set_property),
100           (gst_app_src_get_property), (gst_app_src_unlock),
101           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
102           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
103           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
104           (gst_app_src_set_caps), (gst_app_src_get_caps),
105           (gst_app_src_set_size), (gst_app_src_get_size),
106           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
107           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
108           (gst_app_src_set_latencies), (gst_app_src_set_latency),
109           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
110           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
111         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
112           Move private data into a private instance struct. Add padding to
113           instance and class structures exposed in public headers. Add
114           Since markers to the gtk-doc blurbs (#566750).
115
116 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         * tests/examples/app/appsrc_ex.c: (main):
119         Some comments.
120         When pulling a buffer we can get NULL when the element is EOS, don't try
121         to unref this NULL buffer.
122
123 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
124
125         * gst-libs/gst/video/Makefile.am:
126         * gst-libs/gst/video/video.h:
127         Fix up build flags and include statement for the new generated
128         enumtypes files, to fix dist.
129
130 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
131
132         * configure.ac:
133         * docs/libs/Makefile.am:
134         * docs/libs/gst-plugins-base-libs-docs.sgml:
135         * docs/libs/gst-plugins-base-libs-sections.txt:
136         * docs/plugins/Makefile.am:
137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
139         * docs/plugins/gst-plugins-base-plugins.args:
140         * docs/plugins/gst-plugins-base-plugins.hierarchy:
141         * docs/plugins/gst-plugins-base-plugins.interfaces:
142         * docs/plugins/gst-plugins-base-plugins.prerequisites:
143         * docs/plugins/gst-plugins-base-plugins.signals:
144         * docs/plugins/inspect/plugin-app.xml:
145         * gst-libs/gst/Makefile.am:
146         * gst-libs/gst/app/gstappsink.c:
147         * gst-libs/gst/app/gstappsrc.c:
148         * tests/examples/Makefile.am:
149         * tests/examples/app/Makefile.am:
150
151         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
152
153 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst-libs/gst/audio/gstbaseaudiosink.c:
156         (gst_base_audio_sink_change_state):
157         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
158         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
159         this because the async_play method is deprecated and usually not called 
160         anymore.
161
162 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
163
164         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
165         Disconnect signal handlers before destroying a previous decodebin so
166         that we don't end up causing deadlocks. Fixes #566586.
167
168 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
169
170         * gst/audiotestsrc/gstaudiotestsrc.c:
171         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
172         (gst_audio_test_src_check_get_range),
173         (gst_audio_test_src_set_property),
174         (gst_audio_test_src_get_property):
175         * gst/audiotestsrc/gstaudiotestsrc.h:
176         Add property to control pull/push based scheduling.
177
178 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
179
180         * configure.ac:
181         * tests/examples/seek/Makefile.am:
182         * tests/icles/Makefile.am:
183         Make the seek and colorkey examples depend on gtk+-x11 as they use
184         GDK_WINDOW_XID.
185         Fixes the build with gtk+-quartz.
186
187 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
188
189         * win32/common/libgstaudio.def:
190         * win32/common/libgsttag.def:
191         * win32/common/libgstvideo.def:
192         Add new exports to win32 files.
193
194 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
195
196         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
197         * gst-libs/gst/tag/gsttagdemux.h:
198         Add GType for GstTagDemuxResult enum.
199
200 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
201
202         * gst-libs/gst/video/Makefile.am:
203         * gst-libs/gst/video/video.h:
204         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
205         This will help bindings to use it.
206
207 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
208
209         * gst-libs/gst/audio/Makefile.am:
210         * gst-libs/gst/audio/audio.c:
211         * gst-libs/gst/audio/multichannel.h:
212         * gst-libs/gst/audio/testchannels.c:
213         * win32/MANIFEST:
214         * win32/common/audio-enumtypes.c:
215         (gst_audio_channel_position_get_type),
216         (gst_ring_buffer_state_get_type),
217         (gst_ring_buffer_seg_state_get_type),
218         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
219         * win32/common/audio-enumtypes.h:
220         * win32/common/multichannel-enumtypes.c:
221         * win32/common/multichannel-enumtypes.h:
222         * win32/vs6/grammar.dsp:
223         * win32/vs6/libgstaudio.dsp:
224         * win32/vs7/libgstaudio.vcproj:
225         * win32/vs8/libgstaudio.vcproj:
226         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
227         audio- in order to wrap all enums declarations of that library.
228         This modification should not matter since that header file is not a
229         public header (it will be included by public headers).
230         Modify win32 crap^Wfiles accordingly.
231
232 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
233
234         * gst-libs/gst/audio/gstbaseaudiosrc.h:
235         * gst-libs/gst/audio/gstbaseaudiosink.h:
236         Complete Sebastien's commit from the 13th by exporting the
237         _slave_method_get_type() methods.
238
239 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
240
241         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
242         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
243         (gst_gio_base_src_query):
244         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
245         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
246         (gst_gnome_vfs_src_query):
247         Implement URI query. Fixes bug #562949.
248
249 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
250
251         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
252         Add some debug info.
253
254         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
255         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
256         (gst_play_sink_release_pad):
257         Add some more debug info.
258         Reconfigure the audio chain when we switch between raw and encoded audio
259         in gapless playback.
260
261 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
262
263         * gst-libs/gst/audio/gstbaseaudiosink.c:
264         (gst_base_audio_sink_setcaps):
265         Pause the write thread before deactivating and releasing the ringbuffer
266         to avoid a deadlock when we do gapless playback with different sample
267         rates in playbin2.  Fixes #564929.
268
269 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
270
271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
272         Make GstAudioSrcSlaveMethod get_type() function non-static
273         as it's public now.
274
275         * win32/common/libgstaudio.def:
276         * win32/common/libgstnetbuffer.def:
277         Add some missing functions to the list of exported symbols.
278
279 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
280
281         Patch by: Andrew Feren <acferen at yahoo dot com>
282
283         * gst-libs/gst/netbuffer/gstnetbuffer.c:
284         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
285         (gst_netaddress_get_address_bytes),
286         (gst_netaddress_set_address_bytes):
287         * gst-libs/gst/netbuffer/gstnetbuffer.h:
288         Make gst_netaddress_get_ip4_address fail for v6 addresses.
289         Make gst_netaddress_get_ip6_address either fail or return the v4
290         address as a transitional v6 address.
291         Add two convenience functions:
292         API: gst_netaddress_get_address_bytes()
293         API: gst_netaddress_set_address_bytes()
294         Fixes #564896.
295
296 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
297
298         * gst/adder/Makefile.am:
299         * gst/adder/gstadder.c:
300           Cleanup variable names to make the adder-loop easier to understand.
301           Also try to use liboil to spee it up, but ifdef it out as it does not
302           make any change for me (Intel pentim M (sse,sse2) please try on other
303           systems).
304
305 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
306
307         * docs/plugins/Makefile.am:
308         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
309         * docs/plugins/gst-plugins-base-plugins-sections.txt:
310         * gst/tcp/gsttcpclientsink.c:
311         * gst/tcp/gsttcpclientsrc.c:
312         * gst/tcp/gsttcpserversrc.c:
313         Add minimal docs to make the remaining tcp elements show up.
314         Fixes #564139.
315
316 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
317
318         * win32/common/config.h:
319           Update to CVS version.
320
321         * win32/common/config.h.in:
322           Hardcode path to plugin install helper exe, just like we hardcode
323           the paths in core. Removes another source of VCS conflicts for
324           people hacking gst-plugins-base on systems with autotools.
325
326 2008-12-13  Edward Hervey  <bilboed@gmail.com>
327
328         * m4/Makefile.am:
329         And a couple more .m4 that don't exist anymore with gettext 0.17
330
331 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
332
333
334         * m4/Makefile.am:
335         inttypes.m4 hasn't been available since gettext-0.15, and since we now
336         require gettext >= 0.17 ... we can remove it from the list of files to
337         dist.
338
339 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         * gst-libs/gst/audio/gstbaseaudiosink.c:
342         (gst_base_audio_sink_slave_method_get_type),
343         (gst_base_audio_sink_class_init):
344         * gst-libs/gst/audio/gstbaseaudiosink.h:
345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
346         (gst_base_audio_src_slave_method_get_type),
347         (gst_base_audio_src_class_init):
348         * gst-libs/gst/audio/gstbaseaudiosrc.h:
349         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
350         public API. This is needed for the C++ bindings to be able
351         to use this base classes. Fixes bug #564200, #564206.
352
353 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
354
355         * gst-libs/gst/cdda/gstcddabasesrc.c:
356         (gst_cdda_base_src_handle_event):
357         Remove erroneous gst_buffer_ref().
358         * tests/check/libs/rtp.c: (GST_START_TEST):
359         Don't forget to unref the buffer once you're done with it.
360
361 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
362
363         * gst/playback/gstplaybin.c:
364         * gst/playback/gstplaybin2.c:
365           XRef to GstXOverlay.
366
367 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
368
369         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
370         Free the factory array when finalizing.
371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
372         Use a GstStaticPadTemplate since the src pad caps are fixed.
373
374 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
375
376         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
377         (gst_vorbis_enc_init):
378         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
379         pad templates.
380
381 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
382
383         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
384         (gst_riff_create_video_template_caps):
385         Add mapping for VP6 in avi/riff.
386
387 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
388
389         * gst/subparse/samiparse.c: (sami_context_push_state),
390         (sami_context_pop_state), (start_sami_element), (end_sami_element):
391         Some versions of libxml seem to be very picky as to strict formatting
392         of the input and never 'close' the final </body> tag.
393         In order to fix that bad behaviour, we trigger the flushing of
394         remaining data on both </body> and </sami>.
395         Fixes #557365
396
397 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
398
399         Patch by: Guillaume Emont <guillaume at fluendo dot com>
400
401         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
402         Add typefinders for MS Word files and OS X .DS_Store files to
403         prevent them to be recognized as MPEG files. Fixes bug #564098.
404
405 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
406
407         * gst/playback/gstplaysink.c: (gen_audio_chain),
408         (gst_play_sink_reconfigure):
409         Add some more debug info.
410         Fix linking of just an encoded sink.
411         Handle failure to create a sink chain more gracefully than crashing.
412
413 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
414
415         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
416         Pushing 10 buffers is enough to run the test.
417
418 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
421         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
422         (main):
423         Hook up the SKIP seek flag.
424
425 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
426
427         * gst/playback/gstplaybin2.c: (pad_added_cb):
428         Error out with a missing-plugin error when the input-selector was not
429         found.
430
431         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
432         Indentation.
433
434 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
435
436         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
437         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
438         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
439         (gst_play_sink_send_event), (gst_play_sink_change_state):
440         Use G_DEFINE_TYPE.
441         Try to set the selected sink to READY before using it. This will allow
442         for detection of incompatible formats sooner.
443         Don't cause a fatal error when conversion elements are missing but post
444         a missing-element message and a warning instead because things might
445         still link and run fine.
446         Simplyfy the construction of audio and video sink chains.
447
448 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
449
450         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
451         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
452         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
453         init from glib.
454
455 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
456
457         Patch by: Luis Menina <liberforce at freeside dot fr>
458
459         * gst-libs/gst/floatcast/floatcast.h:
460         * gst/typefind/gsttypefindfunctions.c:
461         Include glib.h instead of a specific GLib header. Including single
462         GLib headers is deprecated. Fixes bug #563904.
463
464 2008-12-09  Julien Moutte  <julien@fluendo.com>
465
466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
467         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
468
469 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
470
471         * gst-libs/gst/riff/riff-read.c:
472           Fix handling of odd chunks in riff metadata.
473
474 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
475
476         * gst/volume/gstvolume.c: (gst_volume_class_init),
477         (volume_before_transform), (volume_transform_ip):
478         Use new basetransform vmethod to reconfigure the dynamic properties and
479         any pending volume/mute changes. Fixes #563508.
480
481 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
482
483         * configure.ac:
484         First check for "theoraenc theoradec" and if that failed check
485         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
486         deprecate the latter. Also linking on Windows fails with just "theora"
487         and the version check would fail for the release candidates.
488         Fixes bug #563718.
489
490 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
491
492         * gst/playback/gstdecodebin.c:
493         * gst/playback/gstdecodebin2.c:
494           Add basic docs to decodebin and link to decodebin from decodebin2.
495           
496 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
497
498         Patch by: Olivier Crete  <tester at tester ca>
499
500         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
501         * gst-libs/gst/rtp/gstrtcpbuffer.h:
502         Implement gst_rtcp_packet_remove(). Fixes #563174.
503
504         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
505         Add unit test for some RTCP functions.
506
507 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
508
509         * configure.ac:
510         Apparently AC_CONFIG_MACRO_DIR breaks when using more
511         than one macro directory, reverting last change.
512
513 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
514
515         * configure.ac:
516         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
517         our M4 macros.
518
519 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
520
521         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
523         Clear all flags on buffers returned from the image pool.
524         Fixes #563143
525
526 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
527
528         Patch by: Cygwin Ports maintainer
529                   <yselkowitz at users dot sourceforge dot net>
530
531         * autogen.sh:
532         * configure.ac:
533         Require gettext 0.17 because older versions don't mix with libtool
534         2.2. At build time an older gettext version will still work.
535         Fixes bug #556091.
536
537 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
538
539         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
540
541 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
542
543         * docs/plugins/gst-plugins-base-plugins.args:
544         * docs/plugins/gst-plugins-base-plugins.hierarchy:
545         * docs/plugins/gst-plugins-base-plugins.interfaces:
546         * docs/plugins/gst-plugins-base-plugins.prerequisites:
547         * docs/plugins/inspect/plugin-videorate.xml:
548         * gst/speexresample/gstspeexresample.c:
549         Update documentation of speexresample for the new element name.
550
551 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         * gst/speexresample/README:
554         Update README with the latest diff between the Speex resampler
555         and our copy.
556
557 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
558
559         * gst/speexresample/gstspeexresample.c: (plugin_init):
560         Update the debug category from speex_resample to audioresample.
561
562 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
563
564         * gst/audioresample/Makefile.am:
565         * gst/audioresample/buffer.c:
566         * gst/audioresample/buffer.h:
567         * gst/audioresample/debug.c:
568         * gst/audioresample/debug.h:
569         * gst/audioresample/functable.c:
570         * gst/audioresample/functable.h:
571         * gst/audioresample/gstaudioresample.c:
572         * gst/audioresample/gstaudioresample.h:
573         * gst/audioresample/resample.c:
574         * gst/audioresample/resample.h:
575         * gst/audioresample/resample_chunk.c:
576         * gst/audioresample/resample_functable.c:
577         * gst/audioresample/resample_ref.c:
578         * tests/check/elements/audioresample.c:
579         Remove audioresample files.
580
581 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
582
583         * docs/plugins/inspect/plugin-audioresample.xml:
584         Regenerated for library filename change.
585
586 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
587
588         * configure.ac:
589         * docs/plugins/Makefile.am:
590         * docs/plugins/gst-plugins-base-plugins-sections.txt:
591         * docs/plugins/gst-plugins-base-plugins.args:
592         * docs/plugins/gst-plugins-base-plugins.hierarchy:
593         * docs/plugins/gst-plugins-base-plugins.interfaces:
594         * docs/plugins/gst-plugins-base-plugins.prerequisites:
595         * docs/plugins/inspect/plugin-adder.xml:
596         * docs/plugins/inspect/plugin-alsa.xml:
597         * docs/plugins/inspect/plugin-audioconvert.xml:
598         * docs/plugins/inspect/plugin-audiorate.xml:
599         * docs/plugins/inspect/plugin-audioresample.xml:
600         * docs/plugins/inspect/plugin-audiotestsrc.xml:
601         * docs/plugins/inspect/plugin-cdparanoia.xml:
602         * docs/plugins/inspect/plugin-decodebin.xml:
603         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
604         * docs/plugins/inspect/plugin-gdp.xml:
605         * docs/plugins/inspect/plugin-gio.xml:
606         * docs/plugins/inspect/plugin-gnomevfs.xml:
607         * docs/plugins/inspect/plugin-libvisual.xml:
608         * docs/plugins/inspect/plugin-ogg.xml:
609         * docs/plugins/inspect/plugin-pango.xml:
610         * docs/plugins/inspect/plugin-playback.xml:
611         * docs/plugins/inspect/plugin-queue2.xml:
612         * docs/plugins/inspect/plugin-subparse.xml:
613         * docs/plugins/inspect/plugin-tcp.xml:
614         * docs/plugins/inspect/plugin-theora.xml:
615         * docs/plugins/inspect/plugin-typefindfunctions.xml:
616         * docs/plugins/inspect/plugin-uridecodebin.xml:
617         * docs/plugins/inspect/plugin-video4linux.xml:
618         * docs/plugins/inspect/plugin-videorate.xml:
619         * docs/plugins/inspect/plugin-videoscale.xml:
620         * docs/plugins/inspect/plugin-videotestsrc.xml:
621         * docs/plugins/inspect/plugin-volume.xml:
622         * docs/plugins/inspect/plugin-vorbis.xml:
623         * docs/plugins/inspect/plugin-ximagesink.xml:
624         * docs/plugins/inspect/plugin-xvimagesink.xml:
625         * gst/speexresample/gstspeexresample.c: (plugin_init):
626         * gst/speexresample/Makefile.am:
627         * tests/check/Makefile.am:
628         * tests/check/elements/speexresample.c: (setup_speexresample),
629         (GST_START_TEST), (test_pipeline):
630         Rename the moved speexresample to audioresample, integrate into the
631         build system and remove the old audioresample from the build system.
632         Fixes bug #558124, #385061, #346218, #116051.
633
634 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         * gst-libs/gst/audio/gstbaseaudiosrc.c:
637         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
638         Avoid nasty int overflows after about 12 hours and 25 minutes when these
639         code paths are triggered. 
640         A free beer to Håvard Graff for finding this!
641
642 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
643
644         Patch by: 이문형 <iwings at gmail dot com>
645
646         * gst-libs/gst/rtsp/gstrtspconnection.c:
647         (gst_rtsp_connection_connect):
648         A successful gst_poll_wait() doesn't always mean successful connect() on
649         Windows.  We should check errors by calling gst_poll_fd_has_error().
650         See #561924.
651
652 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
653
654         * gst-libs/gst/rtp/gstrtcpbuffer.c:
655         Fix typo in the docs.
656
657 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
660         If no stream was found before receiving EOS, post an error message.
661         Fixes #561924.
662
663 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
664
665         * ext/theora/gsttheoraenc.h:
666         * ext/theora/theoraenc.c: (gst_theora_enc_init),
667         (theora_buffer_from_packet), (theora_push_packet),
668         (theora_enc_sink_event), (theora_enc_is_discontinuous),
669         (theora_enc_chain):
670         Parse segment events.
671         Pass incomming buffer timestamps to outgoing buffers.
672         Use the running_time to construct the granulepos.
673         Fixes #562163.
674
675 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
676
677         * gst/playback/gstplaybin2.c: (activate_group):
678         Fix buffer-duration property.
679
680 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
681
682         * gst-libs/gst/audio/gstbaseaudiosink.c:
683         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
684         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
685         (gst_base_audio_sink_change_state):
686         Really fix audiosink drain handling by keeping track of the running_time
687         of the last sample.
688
689 2008-11-24  Michael Smith <msmith@songbirdnest.com>
690
691         * gst/playback/gstplaybin2.c:
692           Add notification of current stream. Add ability to configure buffer
693           sizes.
694         * gst/playback/gsturidecodebin.c:
695           Add ability to configure buffer sizes for streaming mode.
696           Bug #561734.
697
698 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
699
700         * gst-libs/gst/audio/gstbaseaudiosink.c:
701           Time is already in running_time. Remove base_time handling. Fixes
702           audiosinks not draining and thus chopping some audio in the end.
703
704 2008-11-24  David Schleef  <ds@schleef.org>
705
706         * ext/ogg/gstoggmux.c:
707         * ext/ogg/gstoggmux.h:
708           If we're muxing a dirac stream, flush the page after every picture.
709
710 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
711
712         * gst-libs/gst/audio/gstbaseaudiosink.c:
713           Add one log message to check for audio_drained. Sync one log message
714           with the condition. Send EOS after draining audio in pull mode.
715
716 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
717
718         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
720         Use gst_buffer_try_new_and_alloc() and fail properly if the
721         allocation failed. This prevents abort() if downstream elements
722         request an insane amount of memory.
723
724 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst/volume/gstvolume.c: (volume_choose_func),
727         (volume_update_volume), (gst_volume_set_volume),
728         (gst_volume_get_volume), (gst_volume_set_mute),
729         (gst_volume_class_init), (gst_volume_init),
730         (volume_process_double), (volume_process_float),
731         (volume_process_int32), (volume_process_int32_clamp),
732         (volume_process_int24), (volume_process_int24_clamp),
733         (volume_process_int16), (volume_process_int16_clamp),
734         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
735         (volume_transform_ip), (volume_set_property),
736         (volume_get_property):
737         * gst/volume/gstvolume.h:
738         Cleanup volume, define and use default values.
739         Recalculate new volume and mute setup before processing. Fixes #561789.
740
741         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
742         Add controller unit test. Patch by: Jonathan Matthew
743         Fix bogus test that messed with basetransform's internal state.
744
745 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
746
747         * gst/videorate/gstvideorate.c:
748         Add jpeg and png image media types to the caps. Fixes #561436.
749
750 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
751
752         * gst/playback/gstplaysink.c: (gen_audio_chain):
753         Don't post an error when we can't configure the volume but post a
754         warning instead. Fixes #561780.
755
756 2008-11-21  David Schleef  <ds@schleef.org>
757
758         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
759
760         * gst/videotestsrc/gstvideotestsrc.c:
761         * gst/videotestsrc/gstvideotestsrc.h:
762         * gst/videotestsrc/videotestsrc.c:
763         * gst/videotestsrc/videotestsrc.h:
764           Add a zone plate pattern generator based on BBC R&D Report
765           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
766           kx2=20 ky2=20 kt=1'.
767
768 2008-11-20  Michael Smith <msmith@songbirdnest.com>
769
770         * gst/playback/gstdecodebin2.c:
771           Fix random fat-fingering making this not compile.
772
773 2008-11-20  Michael Smith <msmith@songbirdnest.com>
774
775         * gst/playback/gstdecodebin2.c:
776           If the top-level type of the stream is plain text, don't try to decode
777           it, matching behaviour of decodebin.
778         * gst/playback/gstplaysink.c:
779           If we fail to generate a text chain (e.g. due to missing optional
780           plugins), don't crash.
781
782 2008-11-20  Michael Smith <msmith@songbirdnest.com>
783
784         * gst-libs/gst/rtsp/gstrtspdefs.c:
785           Fix win32 build. Oops.
786
787 2008-11-20  Michael Smith <msmith@songbirdnest.com>
788
789         * gst-libs/gst/rtsp/gstrtspdefs.c:
790           Use WSAGetLastError() rather than errno/h_errno on win32.
791
792 2008-11-20  Michael Smith <msmith@songbirdnest.com>
793
794         * gst-libs/gst/riff/riff-media.c:
795           Support WMA Lossless properly.
796
797 2008-11-18  David Schleef  <ds@schleef.org>
798
799         * gst/videotestsrc/gstvideotestsrc.c:
800         * gst/videotestsrc/gstvideotestsrc.h:
801         * gst/videotestsrc/videotestsrc.c:
802         * gst/videotestsrc/videotestsrc.h:
803           Add "colorspec" property, specifying whether to generate BT.601
804           or BT.709 video.  This only affects YCbCr values, not RGB, since
805           if you're generating a 709 test pattern, presumably you want
806           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
807           uses 75% colors instead of 100%, since this is often more useful
808           for testing (and also follows the SMPTE EG-1 guideline).
809
810 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
811
812         * gst/playback/gstdecodebin.c:
813         Add a "sink-caps" property to decodebin like it's done for decodebin2.
814         Fixes #560380.
815
816 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
817
818         * gst/audioresample/gstaudioresample.c:
819         Guard against a NULL dereference I somehow encountered -
820         with a FLUSH_STOP arriving either before basetransform _start(),
821         or after _stop().
822
823         * gst/typefind/gsttypefindfunctions.c:
824         Make sure we never jump backwards when typefinding corrupt mov files.
825
826 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
827
828         * gst-libs/gst/interfaces/propertyprobe.c:
829         Fix random type causing a docs warning.
830
831 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
832
833         * sys/v4l/gstv4l.c:
834           Give it a minimal rank for autovideosrc.
835
836 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
837
838         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
839         (plugin_init):
840         Improve typefinding of ISO JPEG2000 mime types.
841
842 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
845         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
846         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
847         * sys/xvimage/xvimagesink.h:
848         Avoid typechecking when we do trivial casts.
849         Move error handling out of the main program flow.
850         Sneak in the display-region caps property, not completely correct yet.
851         Cache the width/height in buffer_alloc instead of parsing it from the
852         caps all the time.
853
854 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst/playback/gstplaybin2.c: (deactivate_group):
857         don't try to unlink the selector sinkpad when we don't have it yet. This
858         can happen if an error occured before the group was complete.
859
860 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
861
862         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
863         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
864         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
865         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
866         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
867         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
868         (gst_rtp_buffer_get_extension_data),
869         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
870         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
871         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
872         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
873         (gst_rtp_buffer_get_payload_type),
874         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
875         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
876         (gst_rtp_buffer_set_timestamp),
877         (gst_rtp_buffer_get_payload_subbuffer),
878         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
879         Avoid expensive type checks we already did as part of the 
880         _validate() function that should be called first.
881
882 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
885         (gst_base_rtp_depayload_push_full),
886         (gst_base_rtp_depayload_set_gst_timestamp):
887         Fix some cases where a newsegment event was not sent.
888
889 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         * gst/playback/gstplaybin2.c: (activate_group):
892         Catch state change errors and stop from the uridecodebin elements
893         instead of trying to continue in vain.
894
895 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         * gst-libs/gst/audio/gstbaseaudiosink.c:
898         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
899         (gst_base_audio_sink_callback):
900         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
901         for the latency to expire, fixes #559567.
902
903 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
904
905         * gst/adder/gstadder.c:
906           Change author string after seeing output of gst-inspector.
907
908 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
909
910         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
911         Don't try to do crazy things when we only have a text pad without a
912         video pad. Fixes #559478.
913
914 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
915
916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
917         Fix case where we don't have a range for the rates or channels as is the
918         case with truespeech.
919
920 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
921
922         * gst/volume/gstvolume.c: (volume_update_real_volume),
923         (gst_volume_set_volume), (gst_volume_get_volume),
924         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
925         (volume_transform_ip), (volume_update_mute),
926         (volume_update_volume), (volume_get_property):
927         * gst/volume/gstvolume.h:
928         Keep negotiated state in a separate variable.
929         Protect the volume and mute properties with the object lock.
930         Protect modifying the transform with the transform lock.
931
932 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
935         (gst_ffmpeg_pixfmt_to_caps):
936         Only convert caps to string when debug is enabled.
937
938 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         * ext/theora/gsttheoradec.h:
941         * ext/theora/theoradec.c: (gst_theora_dec_init),
942         (gst_theora_dec_reset), (theora_dec_src_event),
943         (theora_dec_sink_event), (theora_handle_type_packet):
944         Copy seqnum.
945         Keep events in a pending list, like vorbisdec, instead of trying
946         to construct a segment event ourselves.
947
948         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
949         (vorbis_dec_src_event), (vorbis_dec_sink_event):
950         * ext/vorbis/vorbisdec.h:
951         Copy seqnum.
952
953 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
954
955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
956         (gst_ogg_demux_deactivate_current_chain),
957         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
958         (gst_ogg_demux_loop):
959         * ext/ogg/gstoggdemux.h:
960         Copy seqnums around to track playback segments and messages.
961
962 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
963
964         Based on patch by: Matthias Kretz <kretz at kde dot org>
965
966         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
967         (gst_alsasink_prepare), (gst_alsasink_unprepare),
968         (gst_alsasink_write):
969         Make all access non-blocking so that we can better handle unplugging
970         of usb devices. Fixes #559111
971
972 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         Patch by: Damien Lespiau  <damien.lespiau gmail com>
975
976         * gst-libs/gst/rtsp/gstrtspconnection.c:
977         (gst_rtsp_connection_write):
978         Make the next call to poll not depend on previous calls to poll with or
979         without reading from the active descriptor. Fixes #544293.
980
981 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
982
983         Patch by: Nick Haddad <nick at haddads dot net>
984
985         * gst-libs/gst/riff/riff-ids.h:
986         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
987         Add support for other fourcc codes that are commonly used for
988         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
989         Fixes #558553.
990
991 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
992
993         * gst/audioresample/gstaudioresample.c:
994           Return the result of parent_class->event().
995
996 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
997
998         * gst/audioresample/gstaudioresample.c:
999         (gst_audioresample_class_init), (audioresample_fixate_caps):
1000         Fixate the rate to the nearest supported rate instead of
1001         the first one. Fixes bug #549510.
1002
1003 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         * win32/common/libgstaudio.def:
1006         Add new symbols.
1007
1008 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1009
1010         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1011         Attempt to make obfuscated code clearer.
1012
1013 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1014
1015         * docs/libs/gst-plugins-base-libs-sections.txt:
1016         * gst-libs/gst/floatcast/floatcast.h:
1017         Move float endianness conversion macros to core. Second part of
1018         bug ##555196.
1019
1020 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1021
1022         * sys/ximage/ximagesink.h:
1023         * sys/xvimage/xvimagesink.h:
1024           Don't mark as gtk-doc docs as they aren't public.
1025
1026 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * sys/xvimage/xvimagesink.c:
1029         * sys/xvimage/xvimagesink.h:
1030         * tests/icles/Makefile.am:
1031         * tests/icles/test-colorkey.c:
1032           Allow setting colorkey if possible. Implement property probe interface
1033           for optional X features (autopaint-colorkey, double-buffer and
1034           colorkey). Fixes #554533
1035
1036 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1037
1038         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1039         Remove useless buffer size assignment. It already has this value.
1040
1041 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1042
1043         * gst-libs/gst/audio/gstaudiosink.c:
1044         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1045         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1046         (gst_audioringbuffer_stop):
1047         Implement a separate activate functions to start monitoring the segments
1048         or, in pull mode, pulling in data.
1049
1050         * gst-libs/gst/audio/gstbaseaudiosink.c:
1051         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1052         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1053         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1054         (gst_base_audio_sink_activate_pull),
1055         (gst_base_audio_sink_async_play),
1056         (gst_base_audio_sink_change_state):
1057         Implement pad and element convert query function.
1058         Activate the ringbuffer.
1059         Use the segment last_stop value as the offset to pull.
1060         Use new basesink _do_preroll() method to preroll in the pulling thread.
1061         Take appropriate locking in the pulling thread.
1062
1063         * gst-libs/gst/audio/gstringbuffer.h:
1064         Update some docs.
1065
1066 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1067
1068         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1069         Improve MXF typefinding a bit by searching for a header partition
1070         pack instead of just a general partition pack and checking more
1071         bytes for valid values.
1072
1073 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1074
1075         * tests/icles/.cvsignore:
1076         update ignore file.
1077
1078         * tests/icles/Makefile.am:
1079         * tests/icles/test-box.c: (make_pipeline), (main):
1080         Add another interactive command line experimentation suite for
1081         dynamically boxing/cropping/saling an input video.
1082
1083 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1084
1085         * docs/libs/gst-plugins-base-libs-sections.txt:
1086         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1087         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1088         * gst-libs/gst/audio/gstringbuffer.h:
1089         Add methods to more accuratly control the pulling thread of a
1090         ringbuffer.
1091         Add format conversion helper code to the ringbuffer.
1092         API: GstRingBuffer:gst_ring_buffer_activate()
1093         API: GstRingBuffer:gst_ring_buffer_is_active()
1094         API: GstRingBuffer:gst_ring_buffer_convert()
1095
1096 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1097
1098         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1099         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1100         (gst_audioringbuffer_stop):
1101         Signal thread startup earlier so that we can immediatly go into pull
1102         mode when we have to and block on preroll.
1103
1104 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1105
1106         * gst-libs/gst/audio/gstringbuffer.c:
1107         (gst_ring_buffer_prepare_read):
1108         In pull mode we want the callback to prepull a buffer we can preroll on
1109         even when we are not yet playing.
1110
1111 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1112
1113         * ext/alsa/Makefile.am:
1114         * ext/cdparanoia/Makefile.am:
1115         * ext/gio/Makefile.am:
1116         * ext/gnomevfs/Makefile.am:
1117         * ext/libvisual/Makefile.am:
1118         * ext/ogg/Makefile.am:
1119         * ext/pango/Makefile.am:
1120         * ext/theora/Makefile.am:
1121         * ext/vorbis/Makefile.am:
1122         * gst/adder/Makefile.am:
1123         * gst/audioconvert/Makefile.am:
1124         * gst/audiorate/Makefile.am:
1125         * gst/audioresample/Makefile.am:
1126         * gst/audiotestsrc/Makefile.am:
1127         * gst/ffmpegcolorspace/Makefile.am:
1128         * gst/gdp/Makefile.am:
1129         * gst/playback/Makefile.am:
1130         * gst/subparse/Makefile.am:
1131         * gst/tcp/Makefile.am:
1132         * gst/typefind/Makefile.am:
1133         * gst/videorate/Makefile.am:
1134         * gst/videoscale/Makefile.am:
1135         * gst/videotestsrc/Makefile.am:
1136         * gst/volume/Makefile.am:
1137         * sys/v4l/Makefile.am:
1138         * sys/ximage/Makefile.am:
1139         * sys/xvimage/Makefile.am:
1140           Don't install static libs for plugins. Fixes #550851 for base.
1141
1142 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1143
1144         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1145         Set the default blocksize to -1 because we will then use the configured
1146         samplesperbuffer to create our output buffer.
1147
1148 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1149
1150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1151         (gst_riff_create_video_template_caps):
1152         Add mappping for the KMVC (Karl Morton's Video) Codec.
1153
1154 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1155
1156         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1157         Don't forget to advance the offset of what we're matching against, else
1158         we end up in a forever loop.
1159
1160 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1161
1162         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1163         Improve typefinding a bit. If we don't have a Unicode charset
1164         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1165
1166 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1167
1168         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1169         Fix build on macosx.
1170
1171 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         Based on patch by: Robin Stocker <robin at nibor dot org>
1174
1175         * ext/theora/gsttheoradec.h:
1176         * ext/theora/theoradec.c: (gst_theora_dec_init),
1177         (theora_dec_setcaps), (theora_handle_type_packet),
1178         (theora_dec_decode_buffer), (theora_dec_change_state):
1179         Parse input caps and make the PAR override the encoded PAR when
1180         specified by a container. Fixes #555699.
1181
1182 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1183
1184         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1185         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1186         (gst_base_rtp_depayload_set_gst_timestamp),
1187         (gst_base_rtp_depayload_change_state):
1188         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1189         Add some more G_LIKELY
1190         Fail when the setcaps function was not called.
1191
1192         * gst-libs/gst/rtp/gstbasertppayload.c:
1193         (gst_basertppayload_set_outcaps):
1194         Propagate return value of setcaps.
1195
1196 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1197
1198         * gst/subparse/Makefile.am:
1199         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1200         (gst_sub_parse_class_init), (gst_sub_parse_init),
1201         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1202         (get_next_line), (gst_sub_parse_data_format_autodetect),
1203         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1204         (gst_subparse_type_find):
1205         * gst/subparse/gstsubparse.h:
1206         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1207         the first buffer contain the BOM. This also adds support for other
1208         encodings that allow NUL bytes via the encoding property.
1209         Fixes bugs #552237 and #456788.
1210
1211 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1212
1213         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1214         Don't drop the last byte of image tags if they're not an URI list.
1215         Fixes bug #556066.
1216
1217 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1218
1219         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1220         For looking at the 4th byte we have to get 4 bytes of course
1221         and not 3.
1222
1223 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1224
1225         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1226         Improve FLAC-without-headers typefinding by looking at most of the
1227         frame header and checking if invalid values are used. Should prevent
1228         quite some false positives compared to the old version which only
1229         check if the first 14 bits are set.
1230
1231 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1232
1233         * sys/xvimage/xvimagesink.c:
1234           Don't assert on caps==NULL.
1235
1236 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1237
1238         * gst/subparse/gstsubparse.c:
1239         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1240         (gst_sub_parse_change_state):
1241         * gst/subparse/gstsubparse.h:
1242         * tests/check/elements/subparse.c: (GST_START_TEST):
1243         Add support for subtitle files with UTF-8 BOM at the beginning
1244         by simple stripping it from the first line before passing it
1245         to any parsing code. Fixes bug #555257 and playback of files
1246         created by Gnome Subtitles.
1247
1248 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1249
1250         * gst/audiotestsrc/gstaudiotestsrc.c:
1251         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1252         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1253         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1254         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1255         (gst_audio_test_src_create):
1256         * gst/audiotestsrc/gstaudiotestsrc.h:
1257         Define the default property values in the usual place.
1258         Implement start/stop to reset values correctly.
1259         Calculate the sample size only once when we negotiate.
1260         Rename some values to make more sense.
1261         Keep track of our byte range.
1262         Add support for pull based scheduling. Disabled for now until we have
1263         the whole stack working.
1264         Set the BUFFER_OFFSET correctly.
1265
1266 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1267
1268         Based on a patch by: xavierb at gmail dot com
1269
1270         * gst/subparse/gstsubparse.c:
1271         (gst_sub_parse_data_format_autodetect):
1272         * tests/check/elements/subparse.c: (GST_START_TEST):
1273         Make the detection of the used subtitle a bit less strict
1274         for srt subtitles. Fixes bug #555607.
1275
1276 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1277
1278         * ext/vorbis/vorbisenc.c:
1279         (gst_vorbis_enc_buffer_check_discontinuous):
1280         Fix discontinuity detection which was broken by last commit.
1281
1282 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1283
1284         * configure.ac::
1285           Require core CVS for ghostpad API additions used by decodebin2.
1286
1287 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1288
1289         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1290         (gst_base_audio_src_create):
1291         Fix debug statements (space between '%' and actual format).
1292
1293 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1294
1295         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1296         Remove bogus assert, the decodepad could have been created inside an
1297         already existing group.
1298
1299 2008-10-08  Andy Wingo  <wingo@pobox.com>
1300
1301         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1302         target instead of setting it.
1303         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1304         API for a decode pad. The bugfix is that we set the group in
1305         activate(), not when the pad was created because it might be NULL
1306         then.
1307         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1308         Update to use the API.
1309
1310 2008-10-08  Andy Wingo  <wingo@pobox.com>
1311
1312         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1313         be a subclass of GstGhostPad.
1314         (analyze_new_pad): So, when emitting the signals that determine
1315         how we do autoplugging, already create the ghost pad and use it as
1316         the pad in the signal arguments. This allows applications to make
1317         a connection between the pad passed in e.g. autoplug-continue, and
1318         the pad passed in new-decoded-pad.
1319         (connect_pad, expose_pad): Update to receive the ghosted decode
1320         pad in the args, retargetting it as necessary if we have to plug
1321         the target pad through a multiqueue.
1322         (gst_decode_group_control_source_pad): Adapt to receive an
1323         already-ghosted pad that just needs activation, blocking, and
1324         drain notification.
1325         (sort_end_pads): Adapt for decode pads actually being pads.
1326         (gst_decode_group_expose): Adapt for decode pads actually being
1327         pads. Rewrite the decode pad names so they appear in order. Adds a
1328         new error case if we couldn't set the name.
1329         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1330         logic.
1331         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1332         New API for the decode pad, needed because we shouldn't do these
1333         things inside gst_decode_pad_new(), but after.
1334         (gst_decode_pad_new): Change to actually make the real pad, and
1335         delay the blocking/drainage bits.
1336
1337 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1338
1339         Patch by: Daniel Drake <dsd at laptop dot org>
1340
1341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1342         Unref all buffers when clearing collectpads. Fixes bug #546955.
1343
1344 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1345
1346         Based on a patch by: Klaas <klaas at rivercrew dot net>
1347
1348         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1349         (gst_vorbis_enc_buffer_check_discontinuous),
1350         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1351         * ext/vorbis/vorbisenc.h:
1352         Keep track of the upstream segments and use the running time on that
1353         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1354
1355 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1356
1357         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1358         Prevent overflows with big buffer when calculating the size of
1359         the intermediate buffer by using gst_util_uint64_scale() instead of
1360         plain arithmetics. Fixes bug #552801.
1361
1362 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1363
1364         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1365
1366         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1367         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1368         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1369         (gst_clock_overlay_get_property):
1370         * ext/pango/gstclockoverlay.h:
1371         API: Add ability to specify format for date/time display by
1372         adding a "time-format" property.
1373         Fixes bug #554879.
1374
1375 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1376
1377         Patch by: Jan Gerber <j at oil21 dot org>
1378
1379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1380         (gst_riff_create_video_template_caps):
1381         Add FFV1 fourcc to support playback of FFMPEG lossless video
1382         in AVI. Fixes bug #555319.
1383
1384 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1387
1388         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1389         (gst_base_audio_src_create):
1390         Implement skew clock slaving. Fixes #552559.
1391
1392 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1393
1394         * gst-libs/gst/audio/multichannel.c:
1395         * gst-libs/gst/audio/testchannels.c:
1396         Fix include of config.h
1397
1398 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1401
1402         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1403         (print_media), (gst_sdp_message_dump):
1404         Fix parsing of the c= field containing multicast addresses.
1405         Fixes #552199.
1406         Add the connection info to the session or streams.
1407         Fix parsing of the bandwidth.
1408         Add debugging for the connections and bandwidths for a media.
1409         Add debugging for the bandwidth of the session. 
1410
1411 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1412
1413         * gst-libs/gst/rtp/gstbasertppayload.c:
1414         (gst_basertppayload_change_state):
1415         Configure the next seqnum and timestamp in the state change so that they
1416         can be queried soon after.
1417
1418 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1419
1420         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1421         (gst_base_rtp_depayload_chain):
1422         Improve debugging of the rtptime.
1423
1424 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1425
1426         * configure.ac:
1427         Back to development -> 0.10.21.1
1428
1429 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1430
1431         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1432         (plugin_init):
1433         Add typefinding for FLAC without headers in the beginning.
1434         This is already handled by flacdec and friends.
1435
1436 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1437
1438         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1439         (plugin_init):
1440         Add typefinder for MXF.
1441
1442 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1443
1444         * tests/icles/Makefile.am:
1445         Only build test-colorkey if GTK+ is available.
1446
1447 === release 0.10.21 ===
1448
1449 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1450
1451         * configure.ac:
1452           releasing 0.10.21, "We Could Be Wrong"
1453
1454 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1455
1456         * configure.ac:
1457         0.10.20.4 pre-release
1458
1459 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1462
1463         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1464         Set the BOS flag on the BOS packet. Fixes #553244.
1465
1466 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         * gst-libs/gst/rtsp/gstrtspmessage.c:
1469         (gst_rtsp_message_parse_request),
1470         (gst_rtsp_message_parse_response):
1471         Fix the g_return_val_if_fail() statements.
1472
1473 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1474
1475         * gst-libs/gst/tag/gsttagdemux.c:
1476           Fail to activate if there's insufficient data in the file to be usable,
1477           preventing an assertion fail later. Fixes #552960
1478
1479 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1480
1481         * gst-libs/gst/pbutils/descriptions.c:
1482         * gst/typefind/gsttypefindfunctions.c:
1483           Recognise Kate subtitle streams (#550582).
1484
1485 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1486
1487         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1488           Remove trailing comma from enum list, which causes problems
1489           with -pendantic (#550729).
1490
1491 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1492
1493         * configure.ac:
1494         0.10.20.2 pre-release
1495
1496         * po/LINGUAS:
1497         * po/id.po:
1498         * po/pt_BR.po:
1499
1500         New translations.
1501
1502 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1503
1504         * gst-libs/gst/interfaces/propertyprobe.c:
1505           (gst_property_probe_get_properties),
1506           (gst_property_probe_get_property),
1507           (gst_property_probe_probe_property),
1508           (gst_property_probe_probe_property_name),
1509           (gst_property_probe_needs_probe),
1510           (gst_property_probe_needs_probe_name),
1511           (gst_property_probe_get_values),
1512           (gst_property_probe_get_values_name),
1513           (gst_property_probe_probe_and_get_values),
1514           (gst_property_probe_probe_and_get_values_name):
1515           More sanity checks for our second-favourite interface.
1516
1517 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1518
1519         * gst-libs/gst/interfaces/propertyprobe.c:
1520           Check for NULL pointer, in the hope that this fixes #532864.
1521
1522 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1523
1524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1525           No really, the next release is 0.10.21 (fix Since: tags in docs).
1526
1527 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1528
1529         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1530         Disable a code path that is now called but causes a deadlock for some
1531         reason and is unneeded.
1532
1533 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1534
1535         * sys/xvimage/xvimagesink.c:
1536         * sys/xvimage/xvimagesink.h:
1537           Add a "draw-border" property that can be set to false to disable
1538           drawing borders.
1539           
1540         * tests/icles/test-colorkey.c:
1541         * tests/icles/Makefile.am:
1542           Add new test application for the colorkey handling.
1543
1544 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1545
1546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1547         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1548         This will also be fixed for upcoming gst-ffmpeg release so that once
1549         this release of -base is out, it will work with the latest gst-ffmpeg
1550         release.
1551
1552 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1553
1554         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1555         (gst_riff_create_audio_template_caps):
1556         Add Truespeech mapping for RIFF formats (AVI/WAV).
1557         Fixes #550656
1558
1559 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1560
1561         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1562         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1563         Fixes #550638.
1564
1565 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1566
1567         * configure.ac:
1568         * gst/subparse/Makefile.am:
1569         * gst/subparse/gstsubparse.c:
1570         * gst/subparse/samiparse.c:
1571         * tests/check/elements/subparse.c:
1572           Rework last change, so that we build subparse, but just disable the
1573           sami parse functionality, if we're configured to not use xml. In the
1574           tests only the sami test is disabled now.
1575
1576 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1577
1578         * configure.ac:
1579           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1580           test runs.
1581
1582 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1583
1584         * po/POTFILES.in:
1585           Add some more files with strings for translation.
1586
1587 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * gst-libs/gst/tag/gstvorbistag.c:
1590         * tests/check/libs/tag.c:
1591           Use new geo location tags from core. Fixes #481169
1592
1593 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1594
1595         * tests/check/elements/audioresample.c: (setup_audioresample),
1596         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1597         (test_discont_stream_instance):
1598         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1599         Add debugging for coherence.
1600
1601 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1602
1603         Patch by: Jonathan Matthew  <notverysmart gmail com>
1604
1605         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1606           Add typefinder for PDF documents (which is nice to have, since it's a
1607           common format, but also helps prevent false positives). Fixes #549814.
1608
1609 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1610
1611         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1612         (no_more_pads_cb):
1613         Fix nasty race where multiple decodebins could start pushing data before
1614         we manage to configure the sinks, resulting in not-linked errors in
1615         typical RTSP streaming cases.
1616
1617 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1618
1619         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1620         Since we now call stop, we trigger this code path that causes a deadlock
1621         is apparently not needed.
1622
1623 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1624
1625         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1626         (gst_ring_buffer_stop):
1627         Also allow the case where the ringbuffer was paused when we try to stop
1628         it so that the basesrc stop function is still called.
1629
1630 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1631
1632         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1633
1634         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1635         Reprobe devices again instead of taking a cached list as new
1636         devices could've been plugged in. Fixes bug #549062.
1637
1638 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         Patch by: Alessandro Dessina <alessandro nnva org>
1641
1642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1643         (gst_ogg_demux_activate_chain):
1644         Don't add pads and activate them for skeleton streams. These are already
1645         handled inside oggdemux. Fixes bug #537599.
1646
1647 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1648
1649         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1650         Reset variable so that query and convert fail after going back to
1651         READY. Fixes #548898.
1652
1653 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1656         If a buffer arrives with a timestamp before the timestamp+duration
1657         of the previous buffer clip it instead of dropping it completely.
1658         Slight improvement for the unfixable bug #548913.
1659
1660 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1663         Take the current timestamp instead of timestamp+duration for the offset.
1664         This offset will later be used for calculating the timestamp and
1665         otherwise vorbisdec will interpolate timestamps wrong if upstream
1666         only sends timestamps and no granulepos.
1667
1668 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1669
1670         * tests/examples/seek/seek.c:
1671           Don't crash when having no visualisations.
1672
1673 2008-08-16  David Schleef  <ds@schleef.org>
1674
1675         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1676           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1677           Fixes #548065.
1678
1679 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1680
1681         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1682         When cleaning up the caps fields also remove "depth" for the same
1683         reason we remove "width".
1684
1685 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1686
1687         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1688           Add Lead H.264 here as well.
1689
1690 2008-08-14  Julien Moutte  <julien@fluendo.com>
1691
1692         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1693         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1694
1695 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1696
1697         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1698         (gst_base_audio_src_create):
1699         When not slaved to another clock also subtract the base_time from our
1700         internal clock time to get the running time.
1701
1702 2008-08-12  David Schleef  <ds@schleef.org>
1703
1704         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1705           since it has no basis in libtheora.
1706
1707 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * gst-libs/gst/interfaces/propertyprobe.h:
1710           Remove double "interface" from doc-string.
1711
1712         * gst-libs/gst/interfaces/xoverlay.h:
1713           Document interface.
1714
1715         * gst-libs/gst/riff/riff.c:
1716           Add basic doc blobs.
1717
1718 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1719
1720         * gst-libs/gst/audio/Makefile.am:
1721           Don't try to build that example anymore.
1722
1723 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * gst-libs/gst/audio/.cvsignore:
1726         * gst-libs/gst/audio/Makefile.am:
1727         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1728         * gst-libs/gst/audio/make_filter:
1729           Move audiofiltertemplate to gst-template.
1730
1731 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1732
1733         * docs/libs/gst-plugins-base-libs-sections.txt:
1734         * gst-libs/gst/audio/gstaudiosrc.h:
1735           More docs and shuffling. What can we do with the hundreds of #defines.
1736
1737 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1738
1739         * gst-libs/gst/audio/audio.h:
1740         * gst-libs/gst/audio/gstaudiofilter.h:
1741         * gst-libs/gst/audio/gstringbuffer.h:
1742         * gst-libs/gst/interfaces/propertyprobe.h:
1743         * gst-libs/gst/tag/gsttagdemux.h:
1744           Reducing number of dundocumented symbols.
1745
1746 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1747
1748         * gst-libs/gst/audio/audio.c:
1749           Fix doc comment syntax.
1750
1751         * gst-libs/gst/interfaces/propertyprobe.c:
1752           Add more doc-comments and a FIXME: for the signal.    
1753
1754 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1755
1756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1757         (gst_ogg_mux_request_new_pad):
1758         * ext/ogg/gstoggmux.h:
1759         Don't pretend to support NEWSEGMENT events, instead override the
1760         GstCollectPads event function to return FALSE on NEWSEGMENT events
1761         and do the normal work for other events.
1762
1763         This prevents elements like flacenc to seek to the start and rewrite
1764         some data which then results in a broken Ogg packet.
1765
1766 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1767
1768         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1769
1770         * ext/alsa/gstalsaplugin.c: (plugin_init):
1771         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1772         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1773         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1774         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1775         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1776         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1777         * gst/playback/gstdecodebin.c: (plugin_init):
1778         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1779         * gst/playback/gstplayback.c: (plugin_init):
1780         * gst/playback/gstqueue2.c: (plugin_init):
1781         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1782         * sys/v4l/gstv4l.c: (plugin_init):
1783         Make sure gettext returns translations in UTF-8 encoding rather
1784         than in the current locale encoding (#546822).
1785
1786 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1787
1788         * gst-libs/gst/pbutils/descriptions.c:
1789           Add audio/x-qdm for qtdemux.
1790
1791 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1792
1793         * ext/vorbis/vorbisdec.c:
1794           Do not leak old taglist.
1795
1796 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1797
1798         * tests/icles/test-scale.c:
1799           Include <stdlib.h> for atoi().
1800
1801 2008-08-04  Andy Wingo  <wingo@pobox.com>
1802
1803         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1804         documentation fix.
1805
1806 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1807
1808         * gst/adder/gstadder.c:
1809           Cleanup lots of empty lines that came from gst-indent going havoc
1810           before I added the INDENT_ON/OFF marker some time agao.
1811
1812 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1813
1814         * configure.ac:
1815         * gst-libs/gst/riff/riff-read.c:
1816           Bump requirement to latest core and use new tag for riff formats.
1817           Needed for #520694.
1818
1819 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1820
1821         * tests/examples/dynamic/Makefile.am:
1822         * tests/examples/dynamic/codec-select.c: (make_encoder),
1823         (make_pipeline), (do_switch), (my_bus_callback), (main):
1824         Add example app that dynamically switches between 3 'encoders'.
1825
1826 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1827
1828         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1829         Add some more comments.
1830
1831 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1832
1833         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1834         (gst_video_test_src_create):
1835         Discard buffers of the wrong size after renegotiation, this is perfectly
1836         possible with things like capsfilter that could suggest caps changes
1837         upstream without knowing the size of the buffer.
1838
1839 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1840
1841         * tests/icles/.cvsignore:
1842         * tests/icles/Makefile.am:
1843         * tests/icles/test-scale.c: (make_pipeline), (main):
1844         Add dynamic rescaling tests for the new basetransform.
1845
1846 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1847
1848         * gst/audioconvert/Makefile.am:
1849           Dist recently-added gstfastrandom.h.
1850
1851 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1852
1853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1854         Fix a "may be used uninitialized in this function" which weirdly only
1855         appears on macosx (?).
1856
1857 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1858
1859         * gst-libs/gst/riff/riff-ids.h:
1860           Adding acid chunk for tempo and loop information.
1861
1862 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1863
1864         * sys/xvimage/Makefile.am:
1865           floor() needs linking to $(LIBM).
1866
1867 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1868
1869         * ext/gnomevfs/gstgnomevfssrc.c:
1870           Aggregate short reads and add some comments and debug logging.
1871           Fixes #537380
1872
1873 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1874
1875         * gst/playback/gstplaybasebin.c:
1876           Fix property doc markup (its not a signal).
1877
1878         * sys/xvimage/xvimagesink.c:
1879           Add since tag for new proeprties (also add sice tags fro the last two
1880           other additions).
1881
1882 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1883
1884         * sys/xvimage/xvimagesink.c:
1885         * sys/xvimage/xvimagesink.h:
1886           Add autofill/colorkey properties. Fixes #538656.
1887
1888 2008-07-28  David Schleef  <ds@schleef.org>
1889
1890         * sys/xvimage/xvimagesink.c:
1891           Fix rounding errors when converting colorbalance values
1892           between hardware and object property ranges.  Partial
1893           fix for #537889, however, there still seems to be a small
1894           drift problem that could be totem's fault.
1895
1896 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1897
1898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1899         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1900         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1901         This fixes a critical warning.
1902
1903 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1904
1905         * ext/ogg/gstoggmux.c:
1906         Allow muxing of CELT into Ogg streams.
1907
1908 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1909
1910         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1911         (plugin_init):
1912         Add simple typefinder for the CELT codec (www.celt-codec.org).
1913
1914 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         Patch by: Jan Gerber <j at oil21 dot org>
1917
1918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1919         Fix calculation of the start time from skeleton streams.
1920         Fixes bug #530068.
1921
1922 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1923
1924         * tests/examples/seek/seek.c:
1925           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1926
1927 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * gst/audioconvert/audioconvert.h:
1930         * gst/audioconvert/gstaudioquantize.c:
1931         (gst_audio_quantize_setup_dither),
1932         (gst_audio_quantize_free_dither):
1933         * gst/audioconvert/gstfastrandom.h:
1934         Implement a linear congruential generator as pseudo random number
1935         generator for the dither noise. This is about 2 times faster than
1936         using GLib's mersenne twister. Also this uses only integer math for
1937         generating integers while GLib internally uses floating point math.
1938
1939 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1940
1941         * configure.ac:
1942           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1943
1944 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1945
1946         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1947
1948         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1949           Use GST_STR_NULL to avoid crashes with libcs that don't
1950           like NULL strings in printf args (such as the win32 one).
1951           Fixes #544306.
1952
1953 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1954
1955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1956         Oops - set the size of the image used for probing back to 1x1, for
1957         consistency with ximagesink
1958
1959 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1960
1961         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1962         (gst_ximagesink_ximage_new):
1963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1964         (gst_xvimagesink_xvimage_new):
1965
1966         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1967         X server to attach to a shared memory segment after we've deleted it,
1968         with the result that MIT-SHM is disabled. Instead, remove it only after 
1969         X succeeds in attaching too.
1970
1971 2008-07-16  David Schleef  <ds@schleef.org>
1972
1973         * gst/audiotestsrc/gstaudiotestsrc.c:
1974         * gst/audiotestsrc/gstaudiotestsrc.h:
1975           Add 'ticks', a 1/30 second sine wave pulse every second.
1976
1977 2008-07-15  David Schleef  <ds@schleef.org>
1978
1979         * gst-libs/gst/video/video.c: Revert ABI change.
1980
1981 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1982
1983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1984         Make it impossible to have NULL caps at the point where we set
1985         framerate and other things. Also don't return immediately for "3ivd"
1986         video and let framerate, etc be set. Might fix bug #542508.
1987
1988 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1989
1990         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1991         Video format can also be conveniently determined from (many)
1992         non-fixed caps.
1993
1994 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1995
1996         * gst/playback/gstplaybasebin.c:
1997         * gst/playback/gstplaybasebin.h:
1998         * gst/playback/gstplaybin.c:
1999         * gst/playback/gststreamselector.c:
2000         First stab at integrating DVD subpicture overlay into
2001         playbin. Successfully plugs and plays, but the queues need
2002         shrinking - 3 seconds of video is too much buffering.
2003
2004 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2005
2006         * gst/audioconvert/gstaudioconvert.c:
2007           Remove now obsolete note in the docs.
2008
2009 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
2010
2011         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2012         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2014         * docs/plugins/gst-plugins-base-plugins.args:
2015         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2016         * docs/plugins/gst-plugins-base-plugins.interfaces:
2017         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2018         * docs/plugins/gst-plugins-base-plugins.signals:
2019         * docs/plugins/inspect/plugin-adder.xml:
2020         * docs/plugins/inspect/plugin-alsa.xml:
2021         * docs/plugins/inspect/plugin-audioconvert.xml:
2022         * docs/plugins/inspect/plugin-audiorate.xml:
2023         * docs/plugins/inspect/plugin-audioresample.xml:
2024         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2025         * docs/plugins/inspect/plugin-cdparanoia.xml:
2026         * docs/plugins/inspect/plugin-decodebin.xml:
2027         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2028         * docs/plugins/inspect/plugin-gdp.xml:
2029         * docs/plugins/inspect/plugin-gnomevfs.xml:
2030         * docs/plugins/inspect/plugin-libvisual.xml:
2031         * docs/plugins/inspect/plugin-ogg.xml:
2032         * docs/plugins/inspect/plugin-pango.xml:
2033         * docs/plugins/inspect/plugin-playback.xml:
2034         * docs/plugins/inspect/plugin-queue2.xml:
2035         * docs/plugins/inspect/plugin-subparse.xml:
2036         * docs/plugins/inspect/plugin-tcp.xml:
2037         * docs/plugins/inspect/plugin-theora.xml:
2038         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2039         * docs/plugins/inspect/plugin-uridecodebin.xml:
2040         * docs/plugins/inspect/plugin-video4linux.xml:
2041         * docs/plugins/inspect/plugin-videorate.xml:
2042         * docs/plugins/inspect/plugin-videoscale.xml:
2043         * docs/plugins/inspect/plugin-videotestsrc.xml:
2044         * docs/plugins/inspect/plugin-volume.xml:
2045         * docs/plugins/inspect/plugin-vorbis.xml:
2046         * docs/plugins/inspect/plugin-ximagesink.xml:
2047         * docs/plugins/inspect/plugin-xvimagesink.xml:
2048         * ext/alsa/gstalsamixer.c:
2049         * ext/alsa/gstalsasink.c:
2050         * ext/alsa/gstalsasrc.c:
2051         * ext/gio/gstgiosink.c:
2052         * ext/gio/gstgiosrc.c:
2053         * ext/gio/gstgiostreamsink.c:
2054         * ext/gio/gstgiostreamsrc.c:
2055         * ext/gnomevfs/gstgnomevfssink.c:
2056         * ext/gnomevfs/gstgnomevfssrc.c:
2057         * ext/ogg/gstoggdemux.c:
2058         * ext/ogg/gstoggmux.c:
2059         * ext/pango/gstclockoverlay.c:
2060         * ext/pango/gsttextoverlay.c:
2061         * ext/pango/gsttextrender.c:
2062         * ext/pango/gsttimeoverlay.c:
2063         * ext/theora/theoradec.c:
2064         * ext/theora/theoraenc.c:
2065         * ext/theora/theoraparse.c:
2066         * ext/vorbis/vorbisdec.c:
2067         * ext/vorbis/vorbisenc.c:
2068         * ext/vorbis/vorbisparse.c:
2069         * ext/vorbis/vorbistag.c:
2070         * gst/adder/gstadder.c:
2071         * gst/audioconvert/gstaudioconvert.c:
2072         * gst/audioresample/gstaudioresample.c:
2073         * gst/audiotestsrc/gstaudiotestsrc.c:
2074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2075         * gst/gdp/gstgdpdepay.c:
2076         * gst/gdp/gstgdppay.c:
2077         * gst/playback/gstdecodebin2.c:
2078         * gst/playback/gstplaybin.c:
2079         * gst/playback/gstplaybin2.c:
2080         * gst/playback/gstqueue2.c:
2081         * gst/playback/gsturidecodebin.c:
2082         * gst/tcp/gstmultifdsink.c:
2083         * gst/tcp/gsttcpserversink.c:
2084         * gst/videorate/gstvideorate.c:
2085         * gst/videoscale/gstvideoscale.c:
2086         * gst/videotestsrc/gstvideotestsrc.c:
2087         * gst/volume/gstvolume.c:
2088         * sys/ximage/ximagesink.c:
2089         * sys/xvimage/xvimagesink.c:
2090           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2091           titles. Drop mentining that all our example pipelines are "simple"
2092           pipelines.
2093
2094 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2095
2096         * tests/examples/seek/Makefile.am:
2097         Fix out of tree build by adding all required CFLAGS.
2098
2099 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2100
2101         * gst/playback/gstdecodebin.c: (add_raw_queue):
2102         And ref the pad before returning it again when linking to the queue
2103         failed. Otherwise we will unref the pad twice later and things break.
2104
2105 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2106
2107         * gst/playback/gstdecodebin.c: (add_raw_queue):
2108         If linking the raw pad with a queue fails, try it without a queue
2109         instead of failing completely. This should never happen.
2110
2111 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2114
2115         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2116         Add a queue after a demuxer if the demuxer outputs raw data. This was
2117         done before only for non-raw data but is required in this case too.
2118         Fixes bug #540215.
2119
2120         decodebin2 doesn't have this issue because all streams of a group
2121         go through multiqueue.
2122
2123 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2124
2125         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2126
2127         * gst-libs/gst/sdp/gstsdpmessage.c:
2128         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2129         that getaddrinfo() can be used. Fixes #541358.
2130
2131 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2132
2133         * gst/videotestsrc/gstvideotestsrc.c:
2134         (gst_video_test_src_class_init), (gst_video_test_src_init),
2135         (gst_video_test_src_set_property),
2136         (gst_video_test_src_get_property), (gst_video_test_src_create):
2137         * gst/videotestsrc/gstvideotestsrc.h:
2138         Cleanups, use default property values as defines.
2139         Add property to enable/disable peer buffer allocation.
2140
2141 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2142
2143         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2144         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2145         Enable unit tests on PPC again as the bugs are now fixed.
2146
2147 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2148
2149         * gst-libs/gst/riff/riff-ids.h:
2150         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2151         (gst_riff_create_audio_template_caps):
2152         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2153         Fixes bug #540351.
2154
2155 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2156
2157         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2158         (gst_ffmpeg_pixfmt_to_caps):
2159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2160         (gst_ffmpegcsp_get_unit_size):
2161         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2162         it on other formats. Also adjust the unit size only for that format
2163         to not include the palette. Fixes bug #540497.
2164
2165 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2166
2167         * gst/adder/gstadder.c:
2168           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2169
2170 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2171
2172         * ChangeLog:
2173           ChangeLog surgery.
2174   
2175         * tests/examples/seek/seek.c:
2176           Move variable into ifdef too.
2177         
2178
2179 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * tests/examples/seek/seek.c:
2182           Include config.h and check if we have X. Remove XInitThread(), don't
2183           think its needed. Fixes: #540334.
2184
2185 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2186
2187         Patch by: Sam Morris <sam at robots dot org to uk>
2188
2189         * gst-libs/gst/interfaces/mixertrack.c:
2190         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2191         (gst_mixer_track_set_property):
2192         API: Add "index" property to GstMixerTrack to differantiate between
2193         multiple mixer tracks with the same label.
2194
2195         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2196         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2197         Set the "index" property of GstMixerTrack to the index given by ALSA.
2198         Fixes bug #528299.
2199
2200 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2201
2202         * tests/examples/seek/Makefile.am:
2203         * tests/examples/seek/seek.c:
2204           Remove libgstvideo usage. Use gtk_get_option_group instead of
2205           gtk_init().
2206
2207 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2208
2209         * tests/check/Makefile.am:
2210           Name the test registry format neutral.
2211
2212 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2213
2214         * gst/playback/gstqueue2.c:
2215           Do not double notify. Remove the unsued return value.
2216
2217 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2218
2219         * ext/alsa/gstalsamixer.c:
2220           Also consider "speaker" as a name for master volume. If that doesn't
2221           help look for the first non-mono volume control that also has a
2222           playback switch.
2223
2224 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2225
2226         * ChangeLog:
2227           Forgot to save the ChangeLog :/
2228
2229 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2230
2231         * tests/examples/seek/Makefile.am:
2232         * tests/examples/seek/seek.c:
2233           Embedd the xwindow. Allow to play multiple files.
2234
2235 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2236
2237         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2238         (gst_ximagesink_setcaps):
2239         * sys/ximage/ximagesink.h:
2240         When the caps change, make sure to re-draw borders in
2241         force-aspect-ratio=true mode.
2242         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2243         Don't clear the border_draw flag until we actually draw the border.
2244         * tests/check/Makefile.am:
2245         Ignore alsasink/src during the states test too, so it doesn't fail
2246         when running without access to the sound device.
2247
2248 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2249
2250         * tests/examples/seek/seek.c:
2251           Fix crasher when playing a parse-launch line the 2nd time.
2252
2253 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2254
2255         * tests/check/pipelines/oggmux.c:
2256           Properly ifdef tests to fix compilation.
2257
2258 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2259
2260         * gst/playback/gstplay-marshal.list:
2261         * gst/playback/gstplaybin2.c:
2262           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2263           playbin2. This allows the user to get to the selector's sinkpads, and
2264           thus inspect a range of things - caps, tags, etc. 
2265
2266 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2267
2268         * gst/playback/gstplaybin2.c:
2269           Use a different constant for the convert-frame signal id.
2270           Fixes #537009.
2271
2272 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2273
2274         * gst/playback/gstplaybin2.c:
2275         * gst/playback/gstplaysink.c:
2276           Fix a whole bunch of typos in comments and log statements. 
2277
2278 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2279
2280         * sys/xvimage/xvimagesink.c:
2281           Don't set colour balance values on the Xv port if the user hasn't
2282           changed them (via properties or the interface). Avoids accumulating
2283           rounding errors for the common case.
2284           Partial fix for bug #537889.
2285
2286 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2287
2288         * gst/playback/gstdecodebin2.c:
2289           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2290           pads are drained.
2291
2292 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2293
2294         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2295         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2296         Report the encoder latency. Fixes #538232.
2297
2298 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2299
2300         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2301         (notify_source), (activate_group):
2302         Implement the source property, emit notify when it changes in the
2303         underlying uridecodebin.
2304
2305 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2306
2307         * tests/examples/seek/seek.c: (stop_cb):
2308         Free and clear the seek element list so that we don't use invalid
2309         references when seeking after recreating a gst-launch line.
2310
2311 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2312
2313         * gst-libs/gst/audio/gstbaseaudiosink.c:
2314         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2315         (gst_base_audio_sink_render):
2316         Report latency even if we are not live instead of hiding it.
2317         Take ts-offset and render-delay of the basesink into account when
2318         scheduling samples.
2319         Rework the clipping code so that we can take the various offsets into
2320         account and still do correct clipping.
2321
2322 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2323
2324         * configure.ac:
2325         Bump verion back to devel -> 0.10.20.1
2326
2327 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2328
2329         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2330         Don't increase the size of non-string image buffers by one as this
2331         might in theory confuse decoders. Still increase it by one for string
2332         image buffers to append '\0'.
2333
2334 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2335
2336         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2337         
2338         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2339         Fix a buffer memleak and remove a confusing and wrong debug output.
2340         Fixes bug #538663.
2341
2342 === release 0.10.20 ===
2343
2344 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2345
2346         * configure.ac:
2347           releasing 0.10.20, "Here I Go Again"
2348
2349 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2350
2351         * configure.ac:
2352         0.10.19.3 pre-release
2353
2354 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2355
2356         * gst-libs/gst/rtsp/gstrtspconnection.c:
2357         Fix build on win32.
2358         Patch By: David Schleef <ds@schleef.org>
2359         Fixes: #536874
2360
2361 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2362
2363         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2364         (gst_gio_base_src_create):
2365         * ext/gio/gstgiobasesrc.h:
2366         Try to read the requested number of bytes, even if the first
2367         read returns less than requested, until nothing is read anymore
2368         or we have the requested amount of bytes. This fixes playback of
2369         files via Samba as Samba only allows to read 64k at once.
2370
2371         Implement a caching algorithm that makes sure that we read at
2372         least 4k of data every time. Some elements will try to read a few
2373         bytes, then seek, read again a few bytes and so on and this is
2374         painfully slow as every operation has to go over DBus if GVfs is
2375         used as backend.
2376
2377         Fixes bug #536849 and #536848.
2378
2379         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2380         (gst_gio_src_check_get_range):
2381         Override check_get_range() to blacklist http/https URIs
2382         and whitelist file URIs. More to be added on demand.
2383
2384 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2385
2386         * configure.ac:
2387         0.10.19.2 pre-release
2388
2389 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2390
2391         * win32/common/libgstrtsp.def:
2392         * win32/common/libgsttag.def:
2393         Add new API functions to the dll exports
2394
2395 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2396
2397         * gst/playback/gstplaybasebin.c:
2398           Disconnect signals from decodebins we created before we remove it
2399           from playbin, to avoid crashes if the decodebin is eventually
2400           disposed after the playbin itself (possible if the app takes a
2401           reference on the decodebin).
2402           Fixes #536521.
2403
2404 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2405
2406         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2407           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2408           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2409           (h264_video_type_find), (mpeg_video_stream_type_find),
2410           (dv_type_find), (mmsh_type_find):
2411           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2412           copy caps for no good reason (this may be desirable to make it easier
2413           to detect leaks, but then it should probably be done for all caps
2414           in the typefinder somewhere).
2415
2416 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2417
2418         * tests/check/Makefile.am:
2419         Do not try to run the check tests for subparse unless it has been
2420         built.
2421
2422 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2423
2424         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2425         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2426         Do not try to run a test which requires vorbisenc unless we have
2427         actually built it.
2428
2429 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2430
2431         * gst-libs/gst/rtsp/gstrtspconnection.c:
2432         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2433         (gst_rtsp_connection_clear_auth_params),
2434         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2435         * gst-libs/gst/rtsp/gstrtspconnection.h:
2436         Add a couple of missing argument guards.
2437         Add a way of setting the DSCP for an RTSP connection.
2438         Add an accessor method for the ip member of GstRTSPConnection as all
2439         members are supposed to be private.
2440
2441 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2442
2443         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2444         Fixed accidental use of IPv4 options for all IPv6 addresses.
2445
2446 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2447
2448         * gst-libs/gst/interfaces/mixertrack.h:
2449           Document mixer track flags.
2450
2451 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2452
2453         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2454
2455         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2456         Don't set caps on the buffers that contain a copy of the buffer
2457         including the caps of them resulting in an always increasing refcount
2458         of the caps and insanely large caps. Instead include a buffer without
2459         caps in the new caps. Fixes bug #536475.
2460
2461 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2462
2463         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2464         Transform a given PAR to a range on the struct with the generic
2465         height/width instead of the struct with the possibly restricted
2466         height/width.
2467
2468 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2469
2470         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2471         Prefer the given format if it contains something stricter than [1,MAX]
2472         for height or width and only put a structure that requires rescaling
2473         as second. This makes it possible to use videoscale in pipelines where
2474         the source can actually produce the wanted height/width but usually
2475         selects a different one from the requested.
2476
2477 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2478
2479         Based on patch by: John Millikin <jmillikin gmail com>
2480
2481         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2482           (gst_vorbis_tag_add_coverart):
2483           Retrieve COVERART tags from vorbis comments (#512333)
2484
2485 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2486
2487         * gst-libs/gst/tag/tag.h:
2488         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2489           Don't forget to add new enum value here too (should probably use
2490           glib-mkenums here...).
2491
2492 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2493
2494         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2495         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2496         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2497           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2498           (gst_tag_image_data_to_image_buffer):
2499           Add two utility functions to avoid code duplication (#512333):
2500           API: add gst_tag_image_data_to_image_buffer()
2501           API: add gst_tag_list_add_id3_image()
2502           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2503
2504 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2505
2506         * win32/common/libgstaudio.def:
2507         Add gst_audio_check_channel_positions() to the exported symbols.
2508
2509 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2510
2511         * docs/libs/gst-plugins-base-libs-sections.txt:
2512         * gst-libs/gst/audio/multichannel.c:
2513         (gst_audio_check_channel_positions):
2514         * gst-libs/gst/audio/multichannel.h:
2515         API: Make gst_audio_check_channel_positions() public.
2516
2517         * tests/check/libs/audio.c: (GST_START_TEST):
2518         Add some simple checks for gst_audio_check_channel_positions().
2519
2520 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2521
2522         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2523           minrange and maxrange are scaled according to the frequency
2524           multiplier.
2525
2526 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2527
2528         * ext/pango/Makefile.am:
2529         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2530           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2531           Use gstvideo functions to calculate strides and plane offsets. Fixes
2532           rendering issue ('ghost' images of the text on the chroma planes)
2533           with widths or heights that are not multiples of 8 (#506659 and
2534           probably also #485729).
2535
2536         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2537           (main):
2538           Test with odd height/width too.
2539
2540 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2541
2542         * gst/adder/gstadder.c: (gst_adder_query_duration),
2543         (gst_adder_query_latency):
2544         When using gst_element_iterate_pads() one has to unref every pad
2545         after usage.
2546
2547 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2548
2549         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2550         (gst_base_audio_src_class_init):
2551         Add a gtk-doc chunk for the new properties to have a Since: indication.
2552
2553 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2554
2555         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2556         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2557         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2558         (gst_base_audio_src_change_state):
2559         Provide readable actual-buffer-time and actual-latency-time properties
2560         that reflect the configured ringbuffer values. Fixes #524724.
2561         API: GstBaseAudioSrc:actual-buffer-time
2562         API: GstBaseAudioSrc:actual-latency-time
2563
2564 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2565
2566         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2567         (gst_basertppayload_change_state):
2568         Simply converting the running time into an RTP timestamp by scaling it
2569         based on the clock-rate is good enough for making an RTP timestamp. This
2570         has the added benefit that we can later on expose a property with the
2571         RTP timestamp of running time 0, as is needed for RTSP servers to
2572         generate the response of the PLAY request.
2573
2574 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2575
2576         * gst/audioconvert/gstaudioconvert.c:
2577         (structure_has_fixed_channel_positions),
2578         (gst_audio_convert_transform_caps):
2579         Allow up to 11 positioned channels now that audioconvert can handle
2580         this but add no default positions for > 8 channels.
2581         
2582         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2583         Add some unit tests for the above change: Test conversion of
2584         11 positioned channels to stereo and the other way around, test
2585         conversion of 15 unpositioned channels in different ways.
2586
2587 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2588
2589         * win32/common/libgstaudio.def:
2590         Add gst_audio_clock_reset to the list of exported symbols.
2591
2592 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2593
2594         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2595         Remove wrong_channels_identification_header unit test as we now
2596         support 7 (and more channels).
2597
2598 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2599
2600         * gst/audioconvert/gstchannelmix.c:
2601         (gst_channel_mix_fill_one_other):
2602         If mixing left or right to center (or the other way around) only take
2603         the complete value if we don't already have the original position in
2604         the source.
2605
2606 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2607
2608         * gst-libs/gst/audio/multichannel.c:
2609         (gst_audio_check_channel_positions),
2610         (gst_audio_set_structure_channel_positions_list),
2611         (gst_audio_fixate_channel_positions):
2612         Allow rear center together with rear left/right and other previously
2613         conflicting channel positions. The reason why they weren't allowed
2614         was the channel mixing implementation in audioconvert.
2615         Also take this into account when fixing channel layouts.
2616
2617         Allow setting channel positions for 1/2 channels when using
2618         gst_audio_set_structure_channel_position().
2619
2620         * gst/audioconvert/gstchannelmix.c:
2621         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2622         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2623         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2624         Major rewrite of the channel mixing.
2625
2626         We now allow previously conflicting channel positions to appear
2627         together (rear center and rear left/right for example).
2628         Fixes bug #533817.
2629
2630         Rework the way channels are mixed together to take more possible
2631         channel positions into account, properly mix from/to side channels
2632         and don't assume that either center, left&right or nothing of a
2633         specific position is available anymore.
2634
2635         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2636         Adjust unit tests with non-standard 1/2 channel layouts to the more
2637         correct new behaviour.
2638
2639         Add a unit test for 5.1->Stereo downmixing.
2640
2641 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2642
2643         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2644         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2645         Add sane defaults for the 7 and 8 channel layouts as those are
2646         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2647         more than 8 channels instead of erroring out. Fixes bug #535356.
2648
2649 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2650
2651         * docs/plugins/Makefile.am:
2652         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2653         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2654         * ext/theora/theoraparse.c:
2655         Add theoraparse to the docs and fix some docs.
2656
2657 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2658
2659         * gst-libs/gst/cdda/gstcddabasesrc.c:
2660         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2661         Fix EOS condition and track addition check, the track.end sector is
2662         included in the track. Fixes #533265.
2663
2664 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2665
2666         Patch by: Mark Nauwelaerts <manauw at skynet be>
2667
2668         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2669         (gst_video_rate_flush_prev), (gst_video_rate_event),
2670         (gst_video_rate_chain):
2671         * gst/videorate/gstvideorate.h:
2672         React (more) to NEWSEGMENT
2673         Small adjustment in timestamp calculation to prevent mismatches
2674         Fixes #435633.
2675
2676 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2677
2678         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2679           Initialise error to NULL as we should.
2680
2681 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2682
2683         * gst/adder/gstadder.c: (gst_adder_query_duration),
2684         (gst_adder_query_latency), (gst_adder_query):
2685         Implement latency query.
2686
2687 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2688
2689         * gst/adder/gstadder.c: (gst_adder_query_duration):
2690         Correctly resync the iterator if gst_iterator_next() returns
2691         GST_ITERATOR_RESYNC.
2692
2693 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2694
2695         * win32/vs6/libgstpbutils.dsp:
2696           Add pbutils-enumtypes.c to sources (#518037).
2697
2698 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2699
2700         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2701         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2702         * gst-libs/gst/audio/gstaudioclock.h:
2703         Add method to inform the clock that the time starts from 0 again. We use
2704         this info to calculate a clock offset so that the time we report in
2705         internal_time is monotonically increasing, as required by the clock base
2706         class. Fixes #521761.
2707         API: GstAudioClock::gst_audio_clock_reset()
2708
2709         * gst-libs/gst/audio/gstbaseaudiosink.c:
2710         (gst_base_audio_sink_skew_slaving),
2711         (gst_base_audio_sink_change_state):
2712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2713         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2714         Reset reported time when we (re)create the ringbuffer.
2715
2716 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2717
2718         * ext/alsa/gstalsamixertrack.c:
2719           (gst_alsa_mixer_track_update_alsa_capabilities):
2720           Make sure playback volumes aren't accidentally overwritten by
2721           capture volumes if an alsa mixer track has both playback and
2722           capture capabilities: we create two GstMixerTracks in that
2723           case, so make sure we query only the alsa capabilities that
2724           refer to the type of GstMixerTrack we created from the dual
2725           capability alsa element. Should fix issues with Audigy2 sound
2726           cards (#518082).
2727
2728 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2729
2730         * tests/check/pipelines/oggmux.c: (test_pipeline):
2731           Don't use deprecated function.
2732
2733 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2734
2735         * gst/playback/gstdecodebin2.c:
2736         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2737         Check for NULL cases and log them, creating ghostpads can, for example,
2738         fail when the pad returns wrong caps.
2739
2740         * gst/playback/gstplaybin2.c: (perform_eos):
2741         When pushing out the EOS event, collect the return value and warn when
2742         something failed.
2743
2744 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2745
2746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2747         (gst_riff_create_video_template_caps):
2748         Add support for DVCPRO.
2749
2750 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2751
2752         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2753           Change default scaling method from nearest-neighbour to bilinear.
2754
2755 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2756
2757         * tests/check/libs/video.c:
2758           More checks.
2759
2760 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2761
2762         * gst/subparse/gstsubparse.c: (parser_state_init),
2763           (gst_sub_parse_format_autodetect), (handle_buffer):
2764         * gst/subparse/gstsubparse.h:
2765         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2766           Limit duration to a maximum of five seconds for tmplayer format where
2767           we can guess the duration only from the timestamp of the next line of
2768           text. We don't want to show a text for eternities just because nothing
2769           else is being said for a while.
2770
2771 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2772
2773         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2774         (gst_base_rtp_depayload_chain),
2775         (gst_base_rtp_depayload_handle_sink_event),
2776         (gst_base_rtp_depayload_push_full),
2777         (gst_base_rtp_depayload_change_state):
2778         Check sequence numbers, mark input buffers with a discont flag for the
2779         subclass when we detected a gap, drop duplicate buffers. We do this
2780         because one can use the element without a jitterbuffer in front and we
2781         don't want to feed the subclasses invalid or reordered data.
2782         Do an error when the subclass did not provide a process function instead
2783         of crashing.
2784         Some other small cleanups.
2785
2786 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2787
2788         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2789           May just as well use the precalculated uvstride here.
2790
2791 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2792
2793         * docs/plugins/Makefile.am:
2794         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2796         * docs/plugins/gst-plugins-base-plugins.args:
2797         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2798         * docs/plugins/gst-plugins-base-plugins.interfaces:
2799         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2800         * docs/plugins/inspect/plugin-adder.xml:
2801         * docs/plugins/inspect/plugin-alsa.xml:
2802         * docs/plugins/inspect/plugin-audioconvert.xml:
2803         * docs/plugins/inspect/plugin-audiorate.xml:
2804         * docs/plugins/inspect/plugin-audioresample.xml:
2805         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2806         * docs/plugins/inspect/plugin-cdparanoia.xml:
2807         * docs/plugins/inspect/plugin-decodebin.xml:
2808         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2809         * docs/plugins/inspect/plugin-gdp.xml:
2810         * docs/plugins/inspect/plugin-gio.xml:
2811         * docs/plugins/inspect/plugin-gnomevfs.xml:
2812         * docs/plugins/inspect/plugin-libvisual.xml:
2813         * docs/plugins/inspect/plugin-ogg.xml:
2814         * docs/plugins/inspect/plugin-pango.xml:
2815         * docs/plugins/inspect/plugin-playback.xml:
2816         * docs/plugins/inspect/plugin-queue2.xml:
2817         * docs/plugins/inspect/plugin-subparse.xml:
2818         * docs/plugins/inspect/plugin-tcp.xml:
2819         * docs/plugins/inspect/plugin-theora.xml:
2820         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2821         * docs/plugins/inspect/plugin-uridecodebin.xml:
2822         * docs/plugins/inspect/plugin-video4linux.xml:
2823         * docs/plugins/inspect/plugin-videorate.xml:
2824         * docs/plugins/inspect/plugin-videoscale.xml:
2825         * docs/plugins/inspect/plugin-videotestsrc.xml:
2826         * docs/plugins/inspect/plugin-volume.xml:
2827         * docs/plugins/inspect/plugin-vorbis.xml:
2828         * docs/plugins/inspect/plugin-ximagesink.xml:
2829         * docs/plugins/inspect/plugin-xvimagesink.xml:
2830         * ext/cdparanoia/gstcdparanoiasrc.c:
2831         * ext/ogg/gstoggdemux.c:
2832         * ext/ogg/gstoggdemux.h:
2833         * ext/ogg/gstoggmux.c:
2834         * ext/ogg/gstoggmux.h:
2835         * gst/audioconvert/audioconvert.c:
2836         * gst/audioconvert/audioconvert.h:
2837         * gst/audioconvert/gstaudioconvert.h:
2838         * gst/gdp/gstgdpdepay.h:
2839         * gst/gdp/gstgdppay.h:
2840         * gst/playback/gstdecodebin.c:
2841         * gst/playback/gstdecodebin2.c:
2842         * gst/playback/gstplaybin.c:
2843         * gst/playback/gstplaybin2.c:
2844         * gst/playback/gsturidecodebin.c:
2845         * gst/tcp/gstmultifdsink.c:
2846         * gst/tcp/gstmultifdsink.h:
2847         * gst/tcp/gsttcp.h:
2848
2849         Add some documentation comments, and some new headers to be scanned.
2850         Rename some internal enum declarations (audioconvert's DitherType and
2851         NoiseShapingType, GstUnitType from the TCP elements) to match the
2852         documented GObject type names so that the docs pick them up.
2853         Name the playbin2 docs markups properly so they get picked up. They'll
2854         need renaming back when/if playbin2 becomes playbin.
2855
2856         100% symbol coverage for the plugin docs, booya.
2857
2858 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2861
2862         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2863         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2864
2865 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2866
2867         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2868
2869         * gst/playback/gstdecodebin.c: (remove_fakesink):
2870         Lock the fakesink before setting the state to NULL and removing it from
2871         the bin so that a concurrent state change cannot interfere. 
2872         Fixes #534331.
2873
2874 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2875
2876         * docs/Makefile.am:
2877         Fix installing plugin documentation when gtk-doc is disabled.
2878
2879 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2880
2881         * gst-libs/gst/rtsp/Makefile.am:
2882         Distribute, don't install md5.h
2883
2884 2008-05-21  Julien Moutte  <julien@fluendo.com>
2885
2886         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2887         instead of SOL_IP, works on more platforms.
2888         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2889         arguments.
2890
2891 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2892
2893         * ext/vorbis/vorbisdec.c:
2894         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2896         Some debug and comment fixes.
2897
2898         * tests/examples/dynamic/addstream.c: (main):
2899         Fix , to ;
2900
2901 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2902
2903         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2904         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2905         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2906         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2907         (cleanup_decodebin):
2908         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2909         (connect_element), (gst_decode_group_control_demuxer_pad):
2910         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2911         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2912         (mute_group_type):
2913         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2914         (gst_play_bin_set_property), (handoff), (gen_video_element),
2915         (gen_text_element), (gen_audio_element), (gen_vis_element),
2916         (remove_sinks), (add_sink), (setup_sinks):
2917         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2918         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2919         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2920         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2921         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2922         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2923         (gen_vis_chain), (gst_play_sink_reconfigure),
2924         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2925         (gst_play_sink_request_pad):
2926         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2927         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2928         (cb_newpad):
2929         * gst/playback/test6.c: (new_decoded_pad_cb):
2930         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2931         * tests/check/elements/audiorate.c: (test_injector_chain),
2932         (do_perfect_stream_test):
2933         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2934         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2935         * tests/check/elements/gnomevfssink.c:
2936         * tests/check/elements/textoverlay.c:
2937         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2938         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2939         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2940         * tests/check/pipelines/oggmux.c: (test_pipeline):
2941         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2942         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2943         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2944         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2945         * tests/examples/seek/seek.c: (make_mod_pipeline),
2946         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2947         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2948         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2949         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2950         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2951         (update_fill), (msg_buffering):
2952         Don't use bad gst_element_get_pad().
2953
2954 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2955
2956         * gst-libs/gst/riff/riff-media.c:
2957           Fix wrong method name in docs. Fix calculation of strf fields for
2958           broken mulaw/alaw.
2959   
2960         * gst-libs/gst/riff/riff-read.c:
2961           Whitespace fix and removing double ';'.
2962
2963 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2964
2965         * docs/design/part-playbin2.txt:
2966         Add some leftover doc.
2967
2968 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2969
2970         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2971         Fix copy & paste error in last commit.
2972
2973 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2974
2975         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2976         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2977         other channel positions when source has SIDE channels and dest doesn't
2978         or the other way around.
2979
2980 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2981
2982         Patch by: Henrik Eriksson <henriken at axis dot com>
2983
2984         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2985         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2986         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2987         (gst_multi_fd_sink_get_property):
2988         * gst/tcp/gstmultifdsink.h:
2989         Add support for DSCP QOS. Fixes #469933.
2990
2991 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2992
2993         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2994         Add another test that checks if conversion between standard 1 and 2
2995         channel layouts with and without positions set is working.
2996
2997 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2998
2999         * gst-libs/gst/audio/multichannel.c:
3000         (gst_audio_check_channel_positions):
3001         Allow non-standard 2 channel layouts.
3002         
3003         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3004         Add some tests for converting and remapping non-standard 1 and 2
3005         channel layouts.
3006
3007 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3008
3009         * gst/audioconvert/gstchannelmix.c:
3010         (gst_channel_mix_fill_normalize):
3011         Prevent division by zero if the channel mix matrix contains only
3012         zeroes.
3013
3014 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3017
3018         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3019         Close a buffer memory leak. Fixes bug #534071.
3020
3021 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3022
3023         * gst-libs/gst/rtsp/gstrtsptransport.h:
3024         Make the GstRTSPTransport struct members public as there are no
3025         setters/getters and it's supposed to be changed directly.
3026         Fixes bug #533087.
3027
3028 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3029
3030         * gst/adder/gstadder.c:
3031         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3032         claim this on the pad template caps.
3033
3034 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3035
3036         * gst-libs/gst/audio/gstbaseaudiosink.c:
3037         (gst_base_audio_sink_sync_latency):
3038         We can only use our optimal calibration if we prerolled before the
3039         latency expired.
3040
3041 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3042
3043         * configure.ac:
3044           Require core CVS for GstBaseSrc buffer caps setting magic.
3045
3046 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3047
3048         * gst/audioconvert/gstaudioconvert.c:
3049         (gst_audio_convert_fixate_channels):
3050         Fix logic in last commit.
3051
3052 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3053
3054         * gst/audioconvert/gstaudioconvert.c:
3055         (gst_audio_convert_fixate_channels):
3056         Passthrough the channel positions if the number of output channels is
3057         the same as the number of input channels, the input had a channel
3058         layout and downstream requests no special one. We did this already for
3059         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3060
3061 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3062
3063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3064         (gst_gnome_vfs_src_finalize),
3065         (gst_gnome_vfs_src_received_headers_callback),
3066         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3067         * ext/gnomevfs/gstgnomevfssrc.h:
3068         Set the ICY caps on the srcpad from where they get picked up by the base
3069         class now and set on the outgoing buffers.
3070
3071         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3072         (gst_base_audio_src_create):
3073         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3074         BaseSrc now sets the caps on outgoing buffers automatically.
3075
3076 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3077
3078         * gst-libs/gst/audio/gstbaseaudiosink.c:
3079         (gst_base_audio_sink_resample_slaving),
3080         (gst_base_audio_sink_skew_slaving),
3081         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3082         (gst_base_audio_sink_async_play),
3083         (gst_base_audio_sink_change_state):
3084         Change the way in which the ringbuffer is started when dealing with a
3085         slaved clock and latency. We now sync to the clock until we reach
3086         upstream latency before starting the ringbuffer. This has the effect
3087         that we can accurately align the master and slave clocks and let the
3088         rate correction code take care of the initial drift or rounding errors
3089         instead of leaving them uncorrected with the old approach.
3090
3091 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3092
3093         * gst/audioconvert/gstaudioconvert.c:
3094         (gst_audio_convert_fixate_channels):
3095         Correctly set the default channel positions when converting to 8
3096         channels.
3097
3098 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3099
3100         * configure.ac:
3101           Error out if we don't have the required version of core.
3102
3103 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3104
3105         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3106           Use data scan helper in aac typefinder and stop scanning
3107           for headers when we've found a type. Also fix potential invalid
3108           memory access when calculating the frame length.
3109
3110 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3111
3112         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3113           (mpeg_sys_is_valid_pack):
3114           Don't modify scan context when we return FALSE in ensure_data, so
3115           it's possible to continue scanning, and we don't end up with a NULL
3116           data pointer and a positive size, which might bite us the next time
3117           we're called. Small constification.
3118
3119 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3120
3121         * gst/adder/gstadder.c:
3122         Adder doesn't support 24 bit samples so don't claim it supports them
3123         in the pad template caps.
3124
3125 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3128         (gst_base_rtp_depayload_chain):
3129         Validate the RTP packet before further processing it. It's just too
3130         dangerous to accept random packets and people are not forced to use a
3131         jitterbuffer or session manager to filter out the bad packets.
3132
3133         * gst-libs/gst/rtp/gstrtpbuffer.c:
3134         (gst_rtp_buffer_set_extension_data),
3135         (gst_rtp_buffer_get_payload_subbuffer):
3136         Small cleanups.
3137         When setting extension data in a buffer that is too small, we fail and
3138         we should not set the extension bit.
3139         Change GST_WARNINGS into g_warning because they really are
3140         programming errors.
3141
3142         * tests/check/libs/rtp.c: (GST_START_TEST):
3143         Catch the g_warnings now in the unit tests and that fact that failing to
3144         set extension data left the extension bit untouched.
3145
3146 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3147
3148         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3149           Revert previous change which made basetransform handle buffer_alloc
3150           and which breaks things badly in the non-passthrough case since it
3151           returned buffers with a different (ie. sometimes smaller) size than
3152           the size requested.
3153
3154 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3155
3156         Patch by: Bernard B <b-gnome at largestprime dot net>
3157
3158         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3159         Fix seqnum compare function for bordercase values and fix the docs
3160         again. Fixes #533075.
3161
3162         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3163         Add a testcase for seqnum compare function.
3164
3165 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3166
3167         * gst/adder/gstadder.c: (gst_adder_setcaps),
3168         (gst_adder_class_init):
3169         Correctly declare the supported endianness on the pad templates
3170         and check for correct endianness in the set caps function. Adder
3171         only supports native endianness.
3172         Also use gst_element_class_set_details_simple().
3173
3174 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3175
3176         * sys/xvimage/xvimagesink.c:
3177           Better debug logging in port value handling. Merging separate port
3178           value loops into one.
3179
3180 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3181
3182         Patch by: Hannes Bistry <hannesb at gmx dot de>
3183
3184         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3185         * gst/tcp/gsttcpserversink.c:
3186         (gst_tcp_server_sink_handle_server_read),
3187         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3188         Fix regression in clientsrc because we did not add the fd to the poll
3189         set anymore. Fixes #532364.
3190         Do some cleanups here and there.
3191
3192 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3193
3194         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3195         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3196         * gst/playback/gstplay-marshal.list:
3197         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3198         Use correct marshallers. GstCaps are a boxed type and no GObject
3199         subclass.
3200
3201 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3202
3203         * win32/common/libgstrtsp.def:
3204         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3205         symbols.
3206
3207 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3208
3209         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3210
3211         * tests/check/elements/audioresample.c:
3212         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3213         (live_switch_push), (GST_START_TEST):
3214         Add unit test for the latest basetransform negotiation changes.
3215         See bug #526768.
3216
3217 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3218
3219         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3220         Fix nv12<->nv21 conversion if stride is larger than width.
3221
3222 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3223
3224         Patch by: Jan Gerber <j at oil21 dot org>
3225
3226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3227         (gst_ogg_pad_parse_skeleton_fisbone):
3228         * ext/ogg/gstoggdemux.h:
3229         Parse presentation time from skeleton streams and use it as offset
3230         for the timestamps. Fixes bug #530068.
3231
3232 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3233
3234         * gst-libs/gst/audio/gstbaseaudiosink.c:
3235         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3236         Revert previous patch that attempted to more accurately calculate the
3237         initial offset between master and slave clock. The best thing we can do
3238         in general is take the time of both clocks as the diff since we don't
3239         know when the actual preroll happened.
3240
3241 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3242
3243         * gst-libs/gst/pbutils/install-plugins.c:
3244           Fix docs: type and missing word.
3245
3246 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3247
3248         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3249           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3250           for this instead; don't check if we've found enough markers after
3251           each and every step, it's enough to do that only if we've actually
3252           found a new marker.
3253           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3254
3255 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3256
3257         * gst/typefind/gsttypefindfunctions.c:
3258           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3259           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3260           (mpeg_video_stream_type_find):
3261           Move scan helper thingy to the beginning of the file so we can use
3262           it in other typefind functions. Rename it to something more
3263           generic. Also improve handling of things towards the end of the
3264           typefind data: peek as much as we can if we know the size of the
3265           data, rather than just min_size.
3266
3267 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3268
3269         * docs/libs/gst-plugins-base-libs-sections.txt:
3270         * gst-libs/gst/interfaces/colorbalance.c:
3271         * gst-libs/gst/interfaces/colorbalance.h:
3272         * gst-libs/gst/interfaces/colorbalancechannel.c:
3273         * gst-libs/gst/interfaces/colorbalancechannel.h:
3274         * gst-libs/gst/interfaces/tuner.c:
3275         * gst-libs/gst/interfaces/tunerchannel.c:
3276         * gst-libs/gst/interfaces/tunerchannel.h:
3277         * gst-libs/gst/interfaces/tunernorm.c:
3278         * gst-libs/gst/interfaces/tunernorm.h:
3279         * gst-libs/gst/video/video.c:
3280         * gst-libs/gst/video/video.h:
3281         Document the GstTuner and GstColorBalance interfaces, and some
3282         other random API functions that needed it. 70% symbol coverage, woo.
3283
3284 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3287         Choose to allocate one less segment but require one additional segment
3288         as latency. 
3289
3290         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3291         No need to increment the number of segments in the source.
3292
3293         * gst-libs/gst/audio/gstbaseaudiosink.c:
3294         (gst_base_audio_sink_get_time), (clock_convert_external),
3295         (gst_base_audio_sink_resample_slaving),
3296         (gst_base_audio_sink_skew_slaving),
3297         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3298         (gst_base_audio_sink_async_play):
3299         Remove adding latency when returning the internal time while subtracting
3300         it again when we use the value a little later.
3301         When calculating the end timestamp, we are making a rounding error
3302         with the current algorithm. Ensure that we don't accumulate these
3303         rounding errors when aligning samples by not resampling at all if we
3304         don't need to. Fixes #419351.
3305         Make the initial calibration of the clock slaving a little more
3306         predictable and accurate. Also handle the case where we don't do
3307         clock slaving.
3308
3309 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3310
3311         Based on a patch by:
3312           Björn Benderius <bjoern dot benderius at axis dot com>
3313
3314         * gst/ffmpegcolorspace/avcodec.h:
3315         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3316         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3317         (gst_ffmpegcsp_avpicture_fill):
3318         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3319         * gst/ffmpegcolorspace/imgconvert_template.h:
3320         Add conversions from/to NV12 and NV21 and conversions between those
3321         two formats. Fixes bug #532166.
3322
3323 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3324
3325         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3326         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3327         which happens for example with files smaller than 128kb.
3328
3329 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3330
3331         Patch by: Wouter Cloetens <zombie at e2big dot org>
3332
3333         * gst-libs/gst/rtsp/Makefile.am:
3334         * gst-libs/gst/rtsp/gstrtspconnection.c:
3335         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3336         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3337         (add_auth_header), (gst_rtsp_connection_free),
3338         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3339         (gst_rtsp_connection_set_auth_param),
3340         (gst_rtsp_connection_clear_auth_params):
3341         * gst-libs/gst/rtsp/gstrtspconnection.h:
3342         Add Digest authorization support for RTSP connections. See #532065.
3343
3344         * gst-libs/gst/rtsp/md5.c:
3345         * gst-libs/gst/rtsp/md5.h:
3346         Yeap, another md5 implementation until we can depend on a glib that has
3347         support for it.
3348
3349 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3352
3353         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3354         Let audioresample use the buffer allocation of basetransform instead
3355         of it's own stuff.
3356
3357         * tests/check/elements/audioresample.c: (alloc_only_48000),
3358         (GST_START_TEST), (audioresample_suite):
3359         Add unit test for the recent basetransform bugfix, where upstream
3360         changes caps to something that can't be passed through anymore.
3361
3362 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3363
3364         * win32/common/config.h.in:
3365           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3366           use the real thing than having "???" unconditionally.
3367
3368 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3369
3370         * gst-libs/gst/audio/gstbaseaudiosink.c:
3371         (gst_base_audio_sink_query):
3372         Report the latency with the new seglatency parameter.
3373
3374         * gst-libs/gst/audio/gstringbuffer.c:
3375         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3376         (gst_ring_buffer_acquire):
3377         * gst-libs/gst/audio/gstringbuffer.h:
3378         Add new field to the ringbufferspec to specify the expected latency
3379         between the underlying device read/write pointer, this is needed
3380         when writing sinks that sit a little closer to the hardware.
3381         Add some more docs for other fields.
3382
3383 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3384
3385         * gst/volume/gstvolume.c: (volume_transform_ip):
3386         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3387         reason instead of crashing later. Might fix bug #509125.
3388
3389 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3392
3393         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3394         * gst/audioconvert/audioconvert.h:
3395         * gst/audioconvert/gstaudioconvert.c:
3396         (gst_audio_convert_parse_caps),
3397         (structure_has_fixed_channel_positions),
3398         (gst_audio_convert_transform_caps):
3399         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3400         Add support for more than 8 channels and NONE channel layouts. For
3401         more than 8 channels no channel conversion is supported yet, only
3402         format conversions are supported. Fixes bug #398033.
3403
3404         * tests/check/elements/audioconvert.c: (verify_convert),
3405         (GST_START_TEST), (audioconvert_suite):
3406         Add some unit tests by Tim for checking the NONE channel layouts
3407         and more than 8 channels and add some more unit tests for channel
3408         conversions.
3409
3410 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3411
3412         * gst/playback/gstdecodebin2.c: (connect_pad):
3413         When autoplugging fails, set the element back to NULL before
3414         unreffing it.
3415
3416 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3417
3418         * win32/common/libgstaudio.def:
3419         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3420         symbols.
3421
3422 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3423
3424         * gst/subparse/samiparse.c: (handle_start_sync),
3425         (end_sami_element), (characters_sami):
3426         Remove trailing, leading and double whitespaces.
3427         Correctly timestamp buffers and output the last buffer too.
3428
3429         * tests/check/elements/subparse.c: (GST_START_TEST),
3430         (subparse_suite):
3431         Add a simple unit test for SAMI parsing.
3432
3433 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3436
3437         * gst/subparse/samiparse.c: (handle_start_sync),
3438         (start_sami_element), (end_sami_element), (characters_sami),
3439         (sami_context_reset):
3440         Only output characters inside the "sync" elements. There could be
3441         other elements like "style" that have some content but should
3442         not be printed. Fixes bug #467911.
3443
3444 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3445
3446         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3447         (set_active_source):
3448         * gst/playback/gstplaybasebin.h:
3449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3450         (playbin_set_audio_mute):
3451         Allow setting -1 as current-audio to mute the current audio stream,
3452         similar to what is done for subtitles. Fixes bug #342294.
3453
3454 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3455
3456         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3457         It's SorensOn and not SorensEn.
3458
3459 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3460
3461         * gst-libs/gst/pbutils/descriptions.c: (formats):
3462           Fix description of video/x-flash-video.
3463
3464 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3465
3466         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3467         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3468         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3469         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3470         Remove some unused code.
3471
3472         * gst/audioconvert/gstaudioquantize.c:
3473         (gst_audio_quantize_free_noise_shaping):
3474         Don't return before freeing the noise shaping history.
3475
3476 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3477
3478         * tests/check/elements/subparse.c: (do_test),
3479           (test_tmplayer_style3b), (subparse_suite):
3480           Add unit test for the tmplayer variant from bug #530962.
3481
3482 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3483
3484         * gst/subparse/gstsubparse.c: (handle_buffer),
3485           (gst_sub_parse_sink_event):
3486         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3487           (tmplayer_parse_line):
3488           Fix parsing of tmplayer subtitle variant where every single line contains
3489           text and there isn't an empty line after each line to determine the
3490           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3491           making sure that we push out the last line of text without a duration if
3492           there's still text left in the buffer at the end.
3493
3494 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3495
3496         * gst/subparse/gstsubparse.c: (feed_textbuf):
3497           Fix detection of discontinuities based on the buffer offset (doesn't work
3498           so well if no buffer offset is set) and also check for the DISCONT buffer
3499           flag. This keeps the parser state from being reset after each buffer in
3500           the unit test.
3501
3502 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3503
3504         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3505           Further fine-tuning: don't absolutely require sequence or GOP headers
3506           (as introduced in the previous commit), but adjust the typefind
3507           probabilities returned accordingly if we don't see them. Also make sure
3508           picture header and first slice are somewhat close to each other (which
3509           is not perfect but still better than requiring a fixed offset or having
3510           no limit at all).
3511
3512 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3513
3514         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3515         (gst_basertppayload_sink_setcaps),
3516         (gst_basertppayload_sink_getcaps):
3517         Rename the setcaps/getcaps function internally to make it clear that
3518         they are called for the sink pad.
3519
3520 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3521
3522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3523         (gst_base_rtp_depayload_class_init),
3524         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3525         (gst_base_rtp_depayload_packet_lost),
3526         (gst_base_rtp_depayload_set_gst_timestamp):
3527         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3528         Catch packet-lost events from the jitterbuffer and convert them into a
3529         vmethod call (lost-packet) so that depayloaders can do something smart.
3530         Also add a default packet-lost function that sends out a segment update
3531         to the decoders.
3532
3533 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3534
3535         * gst/playback/test4.c:
3536         * gst/playback/test5.c:
3537         * gst/playback/test6.c:
3538         * gst/playback/test7.c:
3539           Also include config.h when relying on defines from it. Fixes the
3540           build. Its been a please to serve :)
3541
3542 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3543
3544         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3545         (paint_setup_NV21), (paint_hline_NV12_NV21):
3546         Add support for NV12 and NV21 in videotestsrc
3547
3548 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3549
3550         * gst/videoscale/gstvideoscale.c:
3551         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3552         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3553         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3554         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3555         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3556         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3557         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3558         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3559         (vs_image_scale_linear_RGB555):
3560         Support 1x1 images as input and output as for example the BBC HQ new
3561         streams have 1x1 GIFs in the playlists for some reason.
3562
3563 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3564
3565         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3566           (try_to_link_1):
3567           If we can't activate one of the decoders we plugged in (such as,
3568           say, musepackdec) for some reason (it might not support push mode,
3569           for example), remove any pad probes that close_pad_link() might
3570           have set up. This makes sure we later don't try to remove a probe
3571           for a pad that doesn't exist any longer, and avoids nast warnings
3572           and probably other things too.
3573
3574 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3575
3576         * gst/typefind/gsttypefindfunctions.c:
3577           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3578           (plugin_init):
3579           Rework mpeg video stream typefinding a bit more: make sure sequence,
3580           GOP, picture and slice headers appear in the order they should and
3581           that we've in fact at least had one of each; fix picture header
3582           detection; decouple picture and slice header check - don't assume
3583           they're at a fixed offset, there may be extra data in between. Also,
3584           announce varying degrees of probability depending on what we found
3585           exactly (multiple pictures, at least one picture, just sequence and
3586           GOP headers). Finally, in _ensure_data(), take into account that we
3587           might be typefinding smaller amounts of data, such as the first
3588           buffer of a stream, so fall back to the minimum size needed as long
3589           as that's available, instead of erroring out if there's less than
3590           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3591           fuzzed file from #399342 as valid.
3592
3593 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3594
3595         * ext/theora/theoradec.c:
3596           Cool kids don't divide by zero.
3597           Treat PAR of x:0 as 1:1.
3598           Fixes #530719.
3599
3600 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3601
3602         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3603           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3604           (mpeg_video_stream_type_find):
3605           Refactor a bit: use context structure to track parsing offset and
3606           size of available data and make the code a bit clearer. Fixes bad
3607           memory access in #356937.
3608
3609 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3610
3611         * gst/playback/test4.c:
3612         * gst/playback/test5.c:
3613         * gst/playback/test6.c:
3614         * gst/tcp/gstmultifdsink.c:
3615           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3616           is defined.
3617
3618 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3619
3620         * gst-libs/gst/audio/gstbaseaudiosink.h:
3621         Clarify some docs.
3622
3623         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3624         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3625         (gst_base_audio_src_set_slave_method),
3626         (gst_base_audio_src_get_slave_method),
3627         (gst_base_audio_src_set_property),
3628         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3629         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3630         Add property and methods for selecting the clock slave method in the
3631         source, like in the sink.
3632         We only implement "none" and "re-timestamp" for now.
3633         API: gst_base_audio_src_set_slave_method()
3634         API: gst_base_audio_src_get_slave_method()
3635
3636 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3637
3638         * gst-libs/gst/rtp/gstrtpbuffer.c:
3639         Fix the docs about the seqnum compare function, it returns a difference.
3640
3641 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3642
3643         * ext/alsa/gstalsadeviceprobe.c:
3644         (gst_alsa_get_device_list): Don't return before freeing up
3645         the allocated structures.
3646
3647 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3648
3649         * gst/playback/gstplaybin.c:
3650           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3651
3652 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3653
3654         * ext/ogg/gstoggdemux.c:
3655           Revert the event part, that should not go in.
3656
3657 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * ext/ogg/gstoggdemux.c:
3660           Don't leak GstPluginFeatures when filtering.
3661
3662 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3663
3664         * sys/xvimage/xvimagesink.c:
3665           Add some logging for cases when grabbing the xv failed.
3666
3667 2008-04-21  David Schleef  <ds@schleef.org>
3668
3669         * ext/ogg/gstoggmux.c:
3670           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3671           packet.  Should conform to what we currently think is the
3672           final Ogg/Dirac muxing spec.
3673
3674 2008-04-21  David Schleef  <ds@schleef.org>
3675
3676         * sys/xvimage/xvimagesink.c:
3677           Fix typo that causes the overlay keying color to bright green
3678           on a 16-bit display.  Dark grey good.  Bright green bad.
3679
3680 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3681
3682         * ext/gnomevfs/gstgnomevfsuri.c:
3683           Add  FIXME comment about using uri-list for source and sink.
3684
3685 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3686
3687         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3688         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3689         vaargs functions to gint. Otherwise the fractions will get 0 set
3690         instead of the correct value on big endian systems. Fixes bug #529018.
3691
3692 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * ext/gnomevfs/gstgnomevfssink.c:
3695         (gst_gnome_vfs_sink_uri_get_protocols):
3696         * ext/gnomevfs/gstgnomevfssrc.c:
3697         (gst_gnome_vfs_src_uri_get_protocols):
3698         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3699         (gst_gnomevfs_get_supported_uris):
3700         Get the list of supported URI schemes in a threadsafe way and use the
3701         same list for the source and sink.
3702
3703 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3704
3705         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3706         (gst_gio_get_supported_protocols):
3707         Don't generate a new supported protocols list on each call but cache
3708         it. It's supposed to be static anyway, this way we only leak it once
3709         per process.
3710
3711         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3712         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3713         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3714         (gst_gio_sink_start):
3715         * ext/gio/gstgiosink.h:
3716         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3717         (gst_gio_src_class_init), (gst_gio_src_finalize),
3718         (gst_gio_src_set_property), (gst_gio_src_get_property),
3719         (gst_gio_src_start):
3720         * ext/gio/gstgiosrc.h:
3721         API: Add "file" properties where one can set a GFile as
3722         source/destination.
3723
3724         Add locking to the properties and use
3725         gst_element_class_set_details_simple() instead of a static
3726         GstElementDetails struct.
3727
3728 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3731         (plugin_init):
3732         Add "mpp" and "mp+" as possible extensions for MusePack files.
3733
3734         Add typefinding for MusePack StreamVersion 8 files and include the
3735         stream version in the caps.
3736
3737 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3738
3739         * gst-libs/gst/rtp/gstrtppayloads.c:
3740         (gst_rtp_payload_info_for_name):
3741         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3742
3743 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3744
3745         * configure.ac:
3746           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3747           (NB: this only affects compilation of some of the examples).
3748           Remove some configure.ac cruft that's not needed any longer.
3749
3750 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3751
3752         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3753         Don't validate the payload if there isn't any.
3754         Fixes #525915
3755
3756 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3757
3758         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3759         Use g_atomic_int_set() instead of gst_atomic_int_set().
3760
3761 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3762
3763         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3764         Return NULL instead of a gchar * array with one NULL element if we
3765         don't get any supported URI schemes from GIO.
3766
3767 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3768
3769         * gst/audiotestsrc/gstaudiotestsrc.c:
3770           Remove cpp style commented old code.
3771
3772 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3773
3774         * gst/playback/gstdecodebin2.c:
3775           Fix signal docs.
3776
3777 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3778
3779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3780           (gst_text_overlay_init):
3781           Fix textoverlay unit test again by making the supposed default
3782           value for the wait-text property the actual default value.
3783           Also fix Since: tag for new property.
3784
3785 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3788           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3789           (gst_video_format_get_pixel_stride),
3790           (gst_video_format_get_component_width),
3791           (gst_video_format_get_component_height),
3792           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3793           (gst_video_format_convert):
3794           Add guards to these functions to ensure sane input values.
3795
3796         * tests/check/libs/video.c:
3797           Fix unit test not to create caps with width=0 and height=0.
3798
3799 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3800
3801         * docs/design/draft-keyframe-force.txt:
3802         Fix typo.
3803
3804         * gst/playback/gstqueue2.c: (update_buffering),
3805         (gst_queue_handle_src_query):
3806         Set buffering mode in the messages.
3807         Set buffering percent in the query.
3808
3809         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3810         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3811         Do some more fancy things based on the buffering method in use.
3812
3813 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3814
3815         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3816         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3817         (msg_buffering), (main):
3818         Add basic download reports to seek using the new buffering API.
3819
3820 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * gst/playback/gstqueue2.c: (update_buffering),
3823         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3824         (gst_queue_src_checkgetrange_function):
3825         Include extra buffering stats in the buffering message.
3826         Implement BUFFERING query.
3827
3828         * gst/playback/gsturidecodebin.c: (do_async_start),
3829         (do_async_done), (type_found), (setup_streaming), (setup_source),
3830         (gst_uri_decode_bin_change_state):
3831         Only add decodebin2 when the type is found in streaming mode.
3832         Make uridecodebin async to PAUSED even when we don't have decodebin2
3833         added yet.
3834
3835 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3836
3837         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3838         Filter cdda from the supported URI schemes. We can't support
3839         musicbrainz tags and everything else one expects from a cdda source
3840         with GIO. Fixes bug #526794.
3841
3842 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3843
3844         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3845         (gst_xvimagesink_buffer_alloc):
3846         Fix calculation of 'expected size' for YV12 buffers.
3847         Be a little more verbose in the debug output for buffer-alloc'ed
3848         buffers which turn out to have the wrong size.
3849
3850 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3851
3852         * NEWS:
3853         * RELEASE:
3854         * gst-plugins-base.doap:
3855           Merge other changes from 0.10.19 release branch.
3856
3857 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3858
3859         * gst-libs/gst/audio/gstbaseaudiosink.c:
3860           (gst_base_audio_sink_class_init):
3861         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3862           (gst_base_audio_src_class_init):
3863         * gst/playback/gstplayback.c: (plugin_init):
3864         * gst/volume/gstvolume.c: (plugin_init):
3865           Work around missing bits of thread-safety on older GLibs some
3866           more to avoid assertions when starting up multiple playbin
3867           objects concurrently (see #512382).
3868
3869 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3870
3871         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3872           Remove some more fields.
3873
3874 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3875
3876         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3877
3878         * configure.ac:
3879         Actually build dlls when cross-compiling with mingw32.
3880         Fixes bug #526247.
3881
3882 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3883
3884         * configure.ac:
3885           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3886
3887 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3888
3889         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3890         (msg_buffering), (connect_bus_signals), (main):
3891         Add statusbar.
3892         Add buffering support with feedback in the statusbar.
3893
3894 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * ext/ogg/gstoggmux.c:
3897           Fix sample pipeline description.
3898
3899 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3900
3901         * docs/plugins/Makefile.am:
3902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3903         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3905           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3906
3907         * docs/plugins/gst-plugins-base-plugins.args:
3908         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3909         * docs/plugins/gst-plugins-base-plugins.interfaces:
3910         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3911         * docs/plugins/inspect/plugin-adder.xml:
3912         * docs/plugins/inspect/plugin-alsa.xml:
3913         * docs/plugins/inspect/plugin-audioconvert.xml:
3914         * docs/plugins/inspect/plugin-audiorate.xml:
3915         * docs/plugins/inspect/plugin-audioresample.xml:
3916         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3917         * docs/plugins/inspect/plugin-cdparanoia.xml:
3918         * docs/plugins/inspect/plugin-decodebin.xml:
3919         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3920         * docs/plugins/inspect/plugin-gdp.xml:
3921         * docs/plugins/inspect/plugin-gnomevfs.xml:
3922         * docs/plugins/inspect/plugin-libvisual.xml:
3923         * docs/plugins/inspect/plugin-ogg.xml:
3924         * docs/plugins/inspect/plugin-pango.xml:
3925         * docs/plugins/inspect/plugin-playback.xml:
3926         * docs/plugins/inspect/plugin-queue2.xml:
3927         * docs/plugins/inspect/plugin-subparse.xml:
3928         * docs/plugins/inspect/plugin-tcp.xml:
3929         * docs/plugins/inspect/plugin-theora.xml:
3930         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3931         * docs/plugins/inspect/plugin-uridecodebin.xml:
3932         * docs/plugins/inspect/plugin-video4linux.xml:
3933         * docs/plugins/inspect/plugin-videorate.xml:
3934         * docs/plugins/inspect/plugin-videoscale.xml:
3935         * docs/plugins/inspect/plugin-videotestsrc.xml:
3936         * docs/plugins/inspect/plugin-volume.xml:
3937         * docs/plugins/inspect/plugin-vorbis.xml:
3938         * docs/plugins/inspect/plugin-ximagesink.xml:
3939         * docs/plugins/inspect/plugin-xvimagesink.xml:
3940           Update introspection data.
3941
3942         * ext/ogg/gstoggmux.c:
3943           Document oggmux.
3944
3945         * gst/playback/gstdecodebin2.c:
3946           Don't use gtk-doc style comment start for private stuff, but make it
3947           formatted like this for consistency.
3948
3949 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3950
3951         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3952         (gst_decode_bin_init), (gst_decode_bin_dispose),
3953         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3954         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3955         (analyze_new_pad), (connect_pad), (expose_pad),
3956         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3957         (gst_decode_group_expose), (gst_decode_group_free),
3958         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3959         Remove fakesink hack, we can now implement this more elegantly.
3960         Added property to bypass typefinding.
3961         Removed underrun callback and demuxer pad probe, we now use the srcpad
3962         probe to expose groups.
3963         API::sink-caps property
3964
3965         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3966         Guard against multiple emissions of the no_more_pads signal, which
3967         happens when we are dealing with chained oggs.
3968
3969         * gst/playback/gsturidecodebin.c: (remove_decoders),
3970         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3971         (setup_source):
3972         For streams, use our own typefind element and plug our queue after it.
3973         We will need this to determine the type of buffering to use for the
3974         queue soon.
3975
3976 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3977
3978         * gst-libs/gst/audio/gstbaseaudiosink.c:
3979         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3980         Guard against over and underflows because of clock slaving.
3981         When we are using our own clock, still compensate for any calibrations
3982         that we might have done to our clock.
3983
3984 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3985
3986         * ext/theora/theoradec.c: (theora_handle_type_packet),
3987         (theora_dec_chain):
3988         Don't try to do anything fancy with the return code from pushing an
3989         event, it does not have enough information to turn it into a
3990         GST_FLOW_ERROR.
3991
3992 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3993
3994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3995         (gst_ogg_demux_chain_elem_pad):
3996         Add small debug line.
3997         Pass return code from the internal decoder instead of the too generic
3998         GST_FLOW_ERROR.
3999
4000 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
4001
4002         * gst-libs/gst/cdda/Makefile.am:
4003         * gst-libs/gst/cdda/base64.c:
4004         * gst-libs/gst/cdda/base64.h:
4005         * gst-libs/gst/cdda/gstcddabasesrc.c:
4006         (gst_cddabasesrc_calculate_musicbrainz_discid):
4007         Use GLib's base64 implementation instead of our own.
4008
4009 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4012         (gst_ogg_demux_read_chain):
4013         Refix oggdemux, we only have a problem if we failed to find a chain and
4014         we are not EOF.
4015
4016 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4017
4018         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4019
4020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4021         (gst_ogg_demux_read_chain):
4022         When we fail to find a BOS page and we and up with no chain, error out
4023         properly instead of segfaulting. Fixes #525665.
4024
4025 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4026
4027         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4028         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4029         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4030         no-more-pads...
4031
4032 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4033
4034         * gst/playback/gstqueue2.c: (update_out_rates),
4035         (gst_queue_open_temp_location_file),
4036         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4037         (gst_queue_handle_src_query), (gst_queue_set_property):
4038         Update the estimated input data when we push out a buffer.
4039         Add some debug info about the temp file.
4040         Only forward src events when we are not using a temp file.
4041         Don't block the duration query, we need to find something better.
4042         Don't leak the temp filename.
4043
4044 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4045
4046         * configure.ac:
4047         Require GLib 2.12 and liboil 0.3.14.
4048
4049         * gst/volume/gstvolume.c: (volume_process_double):
4050         Unconditionally use liboil 0.3.14 function.
4051
4052 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4053
4054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4055         ms-gsm can have arbitrarty sample rates. See #481354.
4056
4057 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4058
4059         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4060         MP4S is generic MPEG-4, not a microsoft variant.
4061
4062 2008-03-27  Michael Smith <msmith@fluendo.com>
4063
4064         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4065           Check the body CRC (if set) when depayloading.
4066           Fixes #522401.
4067
4068 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4069
4070         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4071           Fix Since: version for new property.
4072
4073 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4074
4075         * gst-libs/gst/rtsp/gstrtspconnection.c:
4076         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4077         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4078         Don't error when poll_wait returns EAGAIN.
4079
4080 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4081
4082         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4083         The queue is never filled when there are no buffers in the queue at all.
4084         Fixes #523993.
4085
4086 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4089         (init_group), (free_group), (gst_play_bin_init),
4090         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4091         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4092         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4093         (gst_play_bin_set_current_video_stream),
4094         (gst_play_bin_set_current_audio_stream),
4095         (gst_play_bin_set_current_text_stream),
4096         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4097         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4098         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4099         (activate_group), (deactivate_group), (setup_next_source),
4100         (save_current_group), (gst_play_bin_change_state):
4101         Update some docs.
4102         Add new locks and conds to protect pipeline creation and group
4103         switching.
4104         Implement the sub-uri property.
4105         Keep track of pending uridecodebin creation and configure the output
4106         pipeline after all streams are configured.
4107         Propagate subtitle encoding to the uridecodebins.
4108         Implement getting the video/audio/visualisation elements.
4109         Use input-selector for stream switching.
4110         If we are asked to do visualisation, prefer to autoplug raw sinks
4111         instead of sinks that accept encoded data.
4112
4113 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4114
4115         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4116         (gst_play_sink_init), (gst_play_sink_dispose),
4117         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4118         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4119         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4120         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4121         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4122         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4123         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4124         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4125         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4126         * gst/playback/gstplaysink.h:
4127         Add methods to get audio/video/vis elements.
4128         Add methods to set the font description for the overlay.
4129         Remove properties, we're using this element with its methods only.
4130         Add support for subtitles.
4131         Rearrange the locking a bit to not use the object lock for protecting
4132         the pipeline construction.
4133         Try to use the volume and mute property on the sink when its available.
4134         Implement the mute option with volume when the sink does not have a mute
4135         property.
4136         Only add volume element when the sink has no volume property.
4137         Only do visualisations with raw audio pads.
4138
4139 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4140
4141         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4142         (gst_text_overlay_init), (gst_text_overlay_set_property),
4143         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4144         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4145         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4146         (gst_text_overlay_change_state):
4147         * ext/pango/gsttextoverlay.h:
4148         Add property to configure waiting for text on the textpad or not, with
4149         the default behaviour being the old one (always wait for text before
4150         rendering the video). This default behaviour is usually not the best one
4151         because the text stream can very sparse and could require queueing a lot
4152         of video.
4153         Fix the flushing and EOS handing so that we don't mix up their meaning.
4154
4155 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4156
4157         * gst/playback/gsturidecodebin.c:
4158         (gst_uri_decode_bin_autoplug_factories),
4159         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4160         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4161         (gst_uri_decode_bin_set_property),
4162         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4163         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4164         (proxy_autoplug_factories_signal), (make_decoder),
4165         (source_new_pad), (setup_source):
4166         Add a readonly source property and notify.
4167         Add new lock for protecting the construction of the pipeline.
4168         Keep track of the decodebins we plugged.
4169         Correctly proxy the autoplug signal so that it actually continues.
4170         Proxy subtitle-encoding to the decodebins.
4171
4172 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4175         (text_toggle_cb), (update_streams), (main):
4176         Rearrange some buttons in playbin2 and make some other boxes insensitive
4177         when needed.
4178         Add language codes to subtitle selection boxes when we gind the right
4179         tags for the streams.
4180
4181 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4182
4183         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4184         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4185         (gst_decode_bin_set_subs_encoding),
4186         (gst_decode_bin_get_subs_encoding),
4187         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4188         (deactivate_free_recursive):
4189         Protect caps property with the object lock.
4190         Protect encoding property with the object lock.
4191         Keep list of elements we added that have the subtitle-encoding property.
4192         Distribute the subtitle-encoding to all of the elements when it
4193         changes.
4194
4195 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4196
4197         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4198         Small debug improvement.
4199
4200         * gst-libs/gst/audio/gstbaseaudiosink.c:
4201         (gst_base_audio_sink_render):
4202         Fix bug in determining the sample start/stop position, we want to base
4203         this decision on the fact that we are going forwards or backwards, not
4204         slower or faster. This fixes some ugly resync warnings when playing at
4205         very slow speeds.
4206
4207 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4210         Correctly set the supported URI schemes and don't leave
4211         some schemes in the middle or at the start at NULL.
4212
4213 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4214
4215         * tests/check/elements/gdpdepay.c:
4216           Make test compile without unused function/variable warnings on PPC.
4217  
4218 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4219
4220         * configure.ac:
4221         * ext/alsa/gstalsamixerelement.c:
4222         (gst_alsa_mixer_element_class_init):
4223         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4224         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4225         * ext/cdparanoia/gstcdparanoiasrc.c:
4226         (gst_cd_paranoia_src_class_init):
4227         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4228         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4229         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4230         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4231         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4234         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4235         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4236         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4237         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4238         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4239         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4240         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4241         (gst_audio_filter_template_class_init):
4242         * gst-libs/gst/audio/gstbaseaudiosink.c:
4243         (gst_base_audio_sink_class_init):
4244         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4245         (gst_base_audio_src_class_init):
4246         * gst-libs/gst/cdda/gstcddabasesrc.c:
4247         (gst_cdda_base_src_class_init):
4248         * gst-libs/gst/interfaces/mixertrack.c:
4249         (gst_mixer_track_class_init):
4250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4251         (gst_base_rtp_depayload_class_init):
4252         * gst-libs/gst/rtp/gstbasertppayload.c:
4253         (gst_basertppayload_class_init):
4254         * gst/audioconvert/gstaudioconvert.c:
4255         (gst_audio_convert_class_init):
4256         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4257         * gst/audioresample/gstaudioresample.c:
4258         (gst_audioresample_class_init):
4259         * gst/audiotestsrc/gstaudiotestsrc.c:
4260         (gst_audio_test_src_class_init):
4261         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4262         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4263         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4264         (preroll_unlinked):
4265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4266         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4267         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4268         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4269         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4270         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4271         (gst_stream_selector_class_init):
4272         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4273         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4274         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4275         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4276         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4277         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4278         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4279         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4280         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4281         * gst/videotestsrc/gstvideotestsrc.c:
4282         (gst_video_test_src_class_init):
4283         * gst/volume/gstvolume.c: (gst_volume_class_init):
4284         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4285         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4286         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4288         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4290         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4291         static strings (i.e. all). This gives us less memory usage,
4292         fewer allocations and thus less memory defragmentation. Depend
4293         on core CVS for this. Fixes bug #523806.
4294
4295 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4296
4297         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4298         Filter http and https protocols. GIO/GVfs handles them but it's
4299         impossible to implement iradio/icecast with it. Better use
4300         souphttpsrc or something else for this.
4301
4302         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4303         If getting the file informations by a query fails try it with the
4304         seek-to-end trick too.
4305
4306 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4307
4308         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4309         (gst_volume_base_init), (gst_volume_class_init),
4310         (volume_process_double), (volume_process_float),
4311         (volume_transform_ip), (plugin_init):
4312         memset buffers to zero if we get a GAP buffer. We usually see a
4313         buffer as one unit so let's handle it as one and don't care about
4314         volume changes while processing one buffer.
4315         Also clean up some stuff a bit.
4316
4317 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4318
4319         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4320         (gst_audio_convert_create_silence_buffer),
4321         (gst_audio_convert_transform):
4322         Make audioconvert GAP-aware by outputting silence buffers when the
4323         input has the GAP flag set. This is up to 8x faster.
4324         Based on a patch by Stefan Kost. Fixes bug #517813.
4325
4326 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4327
4328         * gst/volume/gstvolume.c: (volume_process_double):
4329         Use oil_scalarmultiply_f64_ns() for double processing when it's
4330         available at compile time.
4331
4332 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4333
4334         * configure.ac:
4335         Fix lrint/lrintf checks to actually work. These functions are
4336         in libm on Linux at least so try to link to it.
4337
4338 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4339
4340         * configure.ac:
4341         Back to development - 0.10.18.1
4342
4343 === release 0.10.18 ===
4344
4345 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4346
4347         * configure.ac:
4348           releasing 0.10.18, "I will follow"
4349
4350 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4351
4352         * configure.ac:
4353         * win32/common/config.h:
4354         0.10.17.4 pre-release
4355
4356 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4357
4358         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4359         Use GST_STR_NULL when trying to print strings that could be NULL because
4360         this might crash on some platforms. See #520808.
4361
4362 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4365
4366         * gst-libs/gst/rtsp/gstrtspconnection.c:
4367         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4368         (read_line), (gst_rtsp_connection_read_internal):
4369         Generic Windows fixes that makes libgstrtsp work on Windows when
4370         coupled with the new GstPoll API. See #520808.
4371
4372 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4375
4376         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4377           If seeking to a new position succeeds don't simply return from
4378           create() without creating a buffer. Do this only in the case
4379           seeking to the new position fails. Fixes bug #523054.
4380
4381 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4382
4383         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4384           (gst_video_format_from_rgba32_masks):
4385           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4386           (#522635).
4387
4388         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4389           Add unit test for the RGB caps parsing and creation, checking for
4390           internal consistency of the new API and consistency of the API with
4391           the old GST_VIDEO_CAPS_* defines.
4392
4393 2008-03-14  David Schleef  <ds@schleef.org>
4394
4395         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4396           because -base is in freeze.
4397
4398 2008-03-14  David Schleef  <ds@schleef.org>
4399
4400         Patch by: William M. Brack
4401
4402         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4403
4404 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4405
4406         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4407         (gst_selector_pad_chain):
4408         * gst/playback/gststreamselector.h:
4409         Revert change that caused regression until a real fix is found.
4410         Fixes #522203.
4411
4412 2008-03-12  Michael Smith <msmith@fluendo.com>
4413
4414         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4415         * gst-libs/gst/audio/gstringbuffer.h:
4416           Rename recently added buffer types to make more sense.
4417         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4418         (gst_alsasink_write):
4419           Adapt for above API changes.
4420           Fixes bug #520523.
4421
4422 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4423
4424         * win32/common/libgstnetbuffer.def:
4425         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4426
4427 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4428
4429         * configure.ac:
4430         * win32/common/config.h:
4431         0.10.17.3 pre-release
4432
4433 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4434
4435         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4436         (gst_base_audio_src_create):
4437         Fix duration when no clock was provided. Fixes #520300.
4438
4439 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4440
4441         Patch by: Olivier Crete  <tester at tester ca>
4442
4443         * docs/libs/gst-plugins-base-libs-sections.txt:
4444         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4445         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4446         Add trivial function to compare GstNetAddress. See #520626.
4447         API: GstNetBuffer::gst_netaddress_equal
4448
4449 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4450
4451         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4452         Update mode property docs, it's deprecated now.
4453
4454 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         * gst-libs/gst/rtsp/gstrtspconnection.c:
4457         (gst_rtsp_connection_create):
4458         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4459         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4460         * gst/tcp/gstmultifdsink.h:
4461         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4462         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4463         Remove GstPollMode from gstpoll constructor.
4464
4465 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4466
4467         * configure.ac:
4468         * win32/common/config.h:
4469         0.10.17.2 pre-release
4470
4471 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4472
4473         * gst/Makefile.am:
4474         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4475         them twice
4476
4477         * win32/common/libgstinterfaces.def:
4478         * win32/common/libgstrtp.def:
4479         Add new API to the defs
4480
4481 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4482
4483         Patch by: Mersad Jelacic  <mersad at axis dot com>
4484
4485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4486         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4487         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4488         possible to specify the sample size in bits. (#509637)
4489
4490 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         * tests/check/libs/mixer.c:
4493           Add a few simple checks for the new message types.
4494
4495 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * docs/libs/gst-plugins-base-libs-sections.txt:
4498         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4499           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4500           (gst_mixer_message_get_type),
4501           (gst_mixer_message_parse_option_changed),
4502           (gst_mixer_message_parse_options_list_changed):
4503         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4504           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4505           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4506           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4507           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4508           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4509
4510 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4511
4512         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4513           (gst_mixer_options_get_values):
4514         * gst-libs/gst/interfaces/mixeroptions.h:
4515           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4516           (_GstMixerOptions), (_GstMixerOptionsClass):
4517           API: add GstMixerOptions::get_values vfunc (#519906)
4518
4519 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4520
4521         * configure.ac:
4522         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4523         plug-ins are included/excluded. (#498222)
4524
4525 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4526
4527         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4528         Add typefinder for IMelody files, using audio/x-imelody.
4529         See bug #519516.
4530
4531 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4532
4533         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4534         * ext/alsa/gstalsasink.c: (set_hwparams):
4535         * ext/alsa/gstalsasrc.c: (set_hwparams):
4536         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4537         * ext/ogg/gstoggmux.h:
4538         * ext/ogg/gstogmparse.c:
4539         * gst-libs/gst/audio/audio.c:
4540         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4541         * gst-libs/gst/pbutils/missing-plugins.c:
4542         (gst_missing_uri_sink_message_new),
4543         (gst_missing_element_message_new),
4544         (gst_missing_decoder_message_new),
4545         (gst_missing_encoder_message_new):
4546         * gst-libs/gst/rtp/gstbasertppayload.c:
4547         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4548         (gst_rtcp_packet_bye_get_reason):
4549         * gst/audioconvert/gstaudioconvert.c:
4550         * gst/audioresample/gstaudioresample.c:
4551         * gst/ffmpegcolorspace/imgconvert.c:
4552         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4553         * gst/typefind/gsttypefindfunctions.c:
4554         * gst/videoscale/vs_4tap.c:
4555         * gst/videoscale/vs_4tap.h:
4556         * sys/v4l/gstv4lelement.c:
4557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4558         * sys/v4l/v4l_calls.c:
4559         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4560         (gst_v4lsrc_try_capture):
4561         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4562         (gst_ximagesink_ximage_new):
4563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4564         (gst_xvimagesink_xvimage_new):
4565         * tests/check/elements/audioconvert.c:
4566         * tests/check/elements/audioresample.c:
4567         (fail_unless_perfect_stream):
4568         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4569         * tests/check/elements/decodebin.c:
4570         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4571         (setup_gdpdepay_streamheader):
4572         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4573         (setup_gdppay_streamheader):
4574         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4575         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4576         * tests/check/elements/textoverlay.c:
4577         * tests/check/elements/videorate.c: (setup_videorate):
4578         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4579         * tests/check/elements/volume.c: (setup_volume):
4580         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4581         * tests/check/elements/vorbistag.c:
4582         * tests/check/generic/clock-selection.c:
4583         * tests/check/generic/states.c: (setup), (teardown):
4584         * tests/check/libs/cddabasesrc.c:
4585         * tests/check/libs/video.c:
4586         * tests/check/pipelines/gio.c:
4587         * tests/check/pipelines/oggmux.c:
4588         * tests/check/pipelines/simple-launch-lines.c:
4589         (simple_launch_lines_suite):
4590         * tests/check/pipelines/streamheader.c:
4591         * tests/check/pipelines/theoraenc.c:
4592         * tests/check/pipelines/vorbisdec.c:
4593         * tests/check/pipelines/vorbisenc.c:
4594         * tests/examples/seek/scrubby.c:
4595         * tests/examples/seek/seek.c: (query_positions_elems),
4596         (query_positions_pads):
4597         * tests/icles/stress-xoverlay.c: (myclock):
4598         Correct all relevant warnings found by the sparse semantic code
4599         analyzer. This include marking several symbols static, using
4600         NULL instead of 0 for pointers and using "foo (void)" instead
4601         of "foo ()" for declarations.
4602
4603         * win32/common/libgstrtp.def:
4604         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4605
4606 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         Patch by: José Alburquerque <jaalburqu svn gnome org>
4609
4610         * gst/playback/gstplaybin2.c:
4611           Make the function signature of the _get_*_tags() functions match
4612           the signature of the vfuncs they implement, ie. return a
4613           GstTagList rather than a GstStructure, which is more correct,
4614           even if one is typedef'ed to the other (#518940).
4615
4616 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst-libs/gst/rtsp/gstrtspconnection.c:
4619           Don't include unix headers unconditionally (fixes #518037).
4620
4621 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4622
4623         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4624           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4625           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4626           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4627           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4628           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4629           (gst_video_format_is_packed), (video_format_is_packed):
4630           Add unit test that makes sure that the strides, offsets and
4631           sizes returned for the various YUV formats by the new video API
4632           match the old reference implementation in videotestsrc.
4633
4634 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4635
4636         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4637           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4638           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4639           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4640           (gst_video_format_get_pixel_stride),
4641           (gst_video_format_get_component_width),
4642           (gst_video_format_get_component_height),
4643           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4644         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4645           (GST_VIDEO_FORMAT_Y42B):
4646           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4647
4648 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4651           YV12 is I420 with swapped components 1 and 2, so the offset of
4652           component 1 for I420 should be the offset for component 2 for YV12
4653           and vice versa.
4654
4655 2008-02-29  Rene Stadler  <mail@renestadler.de>
4656
4657         * sys/v4l/gstv4lelement.c:
4658         Add missing semicolon to fix indentation.
4659
4660 2008-02-29  Julien Moutte  <julien@fluendo.com>
4661
4662         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4663         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4664         if we can do SPDIF output.
4665         * ext/alsa/gstalsa.h:
4666         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4667         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4668         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4670         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4671         to support AC3, EC3 and IEC958 buffers.
4672
4673 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4674
4675         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4676           (gst_mixer_message_parse_mute_toggled),
4677           (gst_mixer_message_parse_record_toggled),
4678           (gst_mixer_message_parse_volume_changed),
4679           (gst_mixer_message_parse_option_changed):
4680           De-cruft and fix message type assertions (NULL is not a really
4681           valid mixer message type string).
4682
4683 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4684
4685         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4686         When negotiating, actually start from a format that we can support
4687         instead of from the too generic template.
4688
4689 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4690
4691         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4692         Enable vis setting.
4693
4694         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4695         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4696         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4697         (gen_vis_chain):
4698         Implement vis switching while playing.
4699
4700 2008-02-28  David Schleef  <ds@schleef.org>
4701
4702         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4703
4704 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4705
4706         Patch by: Peter Kjellerstedt  <pkj at axis com>
4707
4708         * gst/tcp/Makefile.am:
4709         * gst/tcp/fdsetstress.c:
4710         * gst/tcp/gstfdset.c:
4711         * gst/tcp/gstfdset.h:
4712         Removed fdset and stress test, they are now known as GstPoll in
4713         core. 
4714
4715         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4716         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4717         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4718         (gst_multi_fd_sink_handle_client_write),
4719         (gst_multi_fd_sink_queue_buffer),
4720         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4721         (gst_multi_fd_sink_stop):
4722         * gst/tcp/gstmultifdsink.h:
4723         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4724         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4725         (gst_tcp_gdp_read_caps):
4726         * gst/tcp/gsttcp.h:
4727         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4728         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4729         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4730         * gst/tcp/gsttcpclientsink.h:
4731         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4732         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4733         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4734         * gst/tcp/gsttcpclientsrc.h:
4735         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4736         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4737         * gst/tcp/gsttcpserversink.h:
4738         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4739         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4740         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4741         * gst/tcp/gsttcpserversrc.h:
4742         Port to GstPoll. See #505417.
4743
4744 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         Patch by: Peter Kjellerstedt  <pkj at axis com>
4747
4748         * gst-libs/gst/rtsp/gstrtspconnection.c:
4749         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4750         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4751         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4752         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4753         (gst_rtsp_connection_flush):
4754         * gst-libs/gst/rtsp/gstrtspconnection.h:
4755         Use GstPoll for the rtsp connection. See #505417.
4756
4757 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4758
4759         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4760         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4761         Add combo box for visualisations, populate it with a factory list
4762         of all visualisation plugins, configure vis plugin instance in
4763         playbin2. 
4764
4765 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4766
4767         * tests/check/libs/rtp.c: (GST_START_TEST):
4768         Add check for RTP buffer defaults, padding and marker bit API.
4769
4770 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4771
4772         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4773         Use memcpy() instead of upcasting a byte array to long *. This
4774         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4775         This should be ported to GCheckSum once we can use GLib 2.16.
4776         Partially fixes bug #500833.
4777
4778 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4781           Push tag event after the newsegment event. Log the pointer of
4782           the buffer we're actually going to push rather than the buffer
4783           we're feeding to _make_metadata_writable().
4784
4785 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4786
4787         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4788         Comment smoke typefinder for now. The smokedec plugin needs one
4789         frame per buffer but we have no parser yet, thus it simply crashes
4790         in most situations.
4791
4792 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4793
4794         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4795         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4796
4797 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4798
4799         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4800         (plugin_init):
4801         Add midi typefinder, copied from the timidity plugin.
4802
4803 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4804
4805         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4806
4807         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4808         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4809           (subparse_suite):
4810           Forward slashes at the beginning and end of a line also signify
4811           italics (Fixes: #518162).
4812
4813 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         * tests/check/gst-plugins-base.supp:
4816         Add a suppression for a cached value in GIO that wasn't moved
4817         while moving gio from -bad to -base.
4818
4819 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4820
4821         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4822
4823         * configure.ac:
4824         Don't hardcode -Wall and -Werror for configure checks, this fails
4825         with non-GCC compilers. Fixes bug #517991.
4826
4827 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4828
4829         * gst/audioconvert/gstaudioconvert.c:
4830         * gst/audioconvert/gstaudioquantize.c:
4831         * gst/audioconvert/gstaudioquantize.h:
4832           Make audioconvert gap aware. If noiseshaping is used, wait for
4833           noiseshaping to converge before marking as GAP. Fixes #517813.
4834
4835 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4836
4837         * gst/audiotestsrc/gstaudiotestsrc.c:
4838           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4839
4840 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4841
4842         * ext/gnomevfs/gstgnomevfssink.c:
4843         (gst_gnome_vfs_sink_handle_event):
4844         Return FALSE when seeking for a new segment fails instead
4845         of silently ignoring the failure and appending every buffer
4846         that comes for the new segment.
4847
4848 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4849
4850         * gst/playback/gstplaysink.c: (find_property),
4851         (gst_play_sink_find_property), (gen_video_chain),
4852         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4853         Recursively search the sink element for a last-frame property so that we
4854         can also find the property in autovideosink and friends that don't
4855         always proxy the internal sink properties.
4856
4857 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4858
4859         * gst-libs/gst/audio/multichannel.c:
4860           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4861           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4862           (gst_audio_set_structure_channel_positions_list),
4863           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4864           (gst_audio_fixate_channel_positions):
4865           Fix confusing terminology in docs and code: structure fields are
4866           'fields' and not 'properties'.
4867
4868 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * gst-libs/gst/audio/multichannel.c:
4871           (gst_audio_check_channel_positions), (add_list_to_struct):
4872           Give more useful warning messages if one of the channel
4873           layout enums passed to us is invalid and if the "channels"
4874           field in the caps has a GType we don't expect.
4875
4876 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4877
4878         * gst-libs/gst/audio/multichannel.c:
4879           Fix typo in docs blurb.
4880
4881 2008-02-19  Julien Moutte  <julien@fluendo.com>
4882
4883         Patch by: Josep Torra Valles <josep@fluendo.com>
4884
4885         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4886         typefind lookup to fix typefinding on HD clips.
4887
4888 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * gst/playback/gstscreenshot.c:
4891         * gst/playback/gstscreenshot.h:
4892           Fix up copyright (I rewrote the GStreamer-0.10 code for
4893           this from scratch back in the days).
4894
4895 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4896
4897         * gst/playback/Makefile.am:
4898         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4899         (create_element), (gst_play_frame_conv_convert):
4900         * gst/playback/gstscreenshot.h:
4901         Add screenshot conversion code from totem.
4902
4903         * gst/playback/gstplay-marshal.list:
4904         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4905         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4906         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4907         Implement frame property to get a color-unconverted snapshot.
4908         Implement convert-frame action signal to get a converted snapshot image.
4909         Configure connection speed in uridecodebin.
4910         Document some more properties.
4911
4912         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4913         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4914         (gst_play_sink_get_last_frame):
4915         * gst/playback/gstplaysink.h:
4916         Use last-buffer property of the video sink to get a video snapshot.
4917
4918         * tests/examples/seek/seek.c: (shot_cb), (main):
4919         Add snapshot button for playbin2 and use the frame property to save the
4920         frame as a png in the current directory.
4921
4922 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4923
4924         Patch by: Josep Torra Valles <josep at fluendo dot com>
4925
4926         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4927         (plugin_init):
4928         Add typefinding support for h264 elementary streams.
4929         Fixes bug #517420.
4930
4931 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4932
4933         * configure.ac:
4934           Require CVS of core for new API in collectpads.
4935
4936         * gst/adder/gstadder.c:
4937           Use new API to make adder sparse stream aware.
4938
4939 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4940
4941         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4942         (no_more_pads_cb):
4943         Get the object data correct so that we can remove our channels
4944         correctly.
4945
4946         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4947         (gen_vis_chain), (gst_play_sink_reconfigure),
4948         (gst_play_sink_request_pad):
4949         Add option to disable async behaviour in the sinks when possible. This
4950         makes it possible to avoid an audio queue when dealing with
4951         visualisations.
4952         Add option to add a queue for the audio path.
4953
4954         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4955         (main):
4956         Disable the vis checkbox to match the defaults of playbin2.
4957         Only get the stream info when we need to.
4958
4959 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4960
4961         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4962         (gst_gio_base_sink_set_stream):
4963         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4964         (gst_gio_base_src_set_stream):
4965         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4966         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4967         Don't use async operations as they require a running main loop.
4968         This makes us block again when closing streams and unable
4969         to mount the enclosing volume of an URI if it isn't yet.
4970
4971 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4972
4973         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4974         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4975         (gen_vis_chain), (gst_play_sink_reconfigure),
4976         (gst_play_sink_request_pad):
4977         Move tee in front of the audio and vis pipelines.
4978         Add queue for audio for now.
4979         Add visualisation support.
4980
4981         * tests/examples/seek/seek.c: (main):
4982         Visualisation is by default disabled.
4983
4984 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4987         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4988         Improve debugging a bit.
4989
4990         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4991         * ext/gio/gstgiosink.h:
4992         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4993         * ext/gio/gstgiosrc.h:
4994         Try to mount the enclosing volume of a GFile if it isn't mounted
4995         yet. This requires us to wait for an async operation to finish, done
4996         with an nested GMainLoop. Authentication is not supported yet, will
4997         come later.
4998
4999 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5000
5001         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5002         (gst_play_bin_set_property), (gst_play_bin_get_property),
5003         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
5004         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
5005         (gst_play_sink_get_mute), (gen_audio_chain):
5006         * gst/playback/gstplaysink.h:
5007         Add mute property.
5008
5009         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
5010         (gst_selector_pad_chain):
5011         * gst/playback/gststreamselector.h:
5012         Make sure we forward the event only once.
5013
5014         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5015         Add and implement the mute button for playbin2.
5016
5017 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5018
5019         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5020
5021         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5022         Add some more debug info.
5023         Make sure we never return a negative delay. Fixes #516246.
5024
5025 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5026
5027         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5028           Revert patch that makes the sink hold the object lock when
5029           calling snd_pcm_delay(), since it breaks playback for me.
5030
5031 2008-02-12  Julien Moutte  <julien@fluendo.com>
5032
5033         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5034         some seek flags when changing rate.
5035
5036 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5037
5038         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5039         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5040         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5041         Fix potential leaks.
5042
5043         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5044         Fix leak when there is no function configured.
5045
5046 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5047
5048         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5049         (gst_v4lsrc_buffer_finalize):
5050         Correctly chain up the finalize method.
5051
5052 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5053
5054         * ext/gio/gstgiostreamsink.c:
5055         * ext/gio/gstgiostreamsrc.c:
5056         Add documentation and example code for giostreamsink/giostreamsrc.
5057
5058         * tests/check/pipelines/gio.c: (GST_START_TEST):
5059         Ask the GMemoryOutputStream for the data instead of assuming that
5060         the pointer to the data stayed the same. It could've been realloc'ed.
5061
5062 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5063
5064         * ext/gio/gstgiosink.c:
5065         * ext/gio/gstgiosrc.c:
5066         Make the documentation of giosink/giosrc complete, large parts
5067         are based on the gnomevfssink/gnomevfssrc docs.
5068
5069 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5070
5071         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5072         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5073         * docs/plugins/gst-plugins-base-plugins.args:
5074         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5075         * docs/plugins/gst-plugins-base-plugins.interfaces:
5076         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5077         * docs/plugins/gst-plugins-base-plugins.signals:
5078         * docs/plugins/inspect/plugin-adder.xml:
5079         * docs/plugins/inspect/plugin-audioconvert.xml:
5080         * docs/plugins/inspect/plugin-audiorate.xml:
5081         * docs/plugins/inspect/plugin-audioresample.xml:
5082         * docs/plugins/inspect/plugin-decodebin.xml:
5083         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5084         * docs/plugins/inspect/plugin-gdp.xml:
5085         * docs/plugins/inspect/plugin-gio.xml:
5086         * docs/plugins/inspect/plugin-gnomevfs.xml:
5087         * docs/plugins/inspect/plugin-libvisual.xml:
5088         * docs/plugins/inspect/plugin-ogg.xml:
5089         * docs/plugins/inspect/plugin-pango.xml:
5090         * docs/plugins/inspect/plugin-playback.xml:
5091         * docs/plugins/inspect/plugin-queue2.xml:
5092         * docs/plugins/inspect/plugin-subparse.xml:
5093         * docs/plugins/inspect/plugin-theora.xml:
5094         * docs/plugins/inspect/plugin-uridecodebin.xml:
5095         * docs/plugins/inspect/plugin-videorate.xml:
5096         * docs/plugins/inspect/plugin-videoscale.xml:
5097         * docs/plugins/inspect/plugin-volume.xml:
5098         * docs/plugins/inspect/plugin-vorbis.xml:
5099         Add the GIO documentation again and while at that run make update.
5100
5101 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5102
5103         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5104         * ext/alsa/gstalsasink.c: (set_swparams):
5105         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5106           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5107           against libasound >= 1.0.16, since it's been deprecated in
5108           0.10.16, and alignment is always 1 then, apparently. (#512899)
5109
5110 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * gst/playback/gstplaybin.c: (gen_audio_element):
5113         * gst/playback/gstplaysink.c: (gen_audio_chain):
5114           Handle case where we can't create the volume element a bit
5115           better (#514307).
5116
5117 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5120         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5121           Add support for https protocol. Fixes #510229.
5122
5123 2008-02-11  Julien Moutte  <julien@fluendo.com>
5124         
5125         Patch by: Alan Peevers <peeves@pacbell.net>
5126
5127         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5128         lock when calling alsa methods.
5129
5130 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5131
5132         * gst/typefind/gsttypefindfunctions.c:
5133           Bump rank of jpeg and png typefinders, which will return maximum
5134           probability in the most common cases (thus short-circuiting more
5135           expensive typefinders like the mp3 one for these two quite common
5136           image types).
5137
5138 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5139
5140         * ext/theora/theoraparse.c:
5141         Fix long description of the theora parser to be more verbose than just
5142         the type name.
5143
5144 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5145
5146         Patch by: Branko Čibej <brane at xbc dot nu>
5147
5148         * sys/xvimage/xvimagesink.c:
5149         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5150         Fixes bug #515654.
5151
5152 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5153
5154         * gst/playback/gstplaybasebin.c:
5155         Set is_dynamic as True if there are elements with both request
5156         and sometimes src pad templates instead of breaking out when it
5157         finds the first pad template that is a src.
5158
5159 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5160
5161         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5162         (update_streams), (video_combo_cb), (audio_combo_cb),
5163         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5164         Add some stream switching and volume gui for playbin2.
5165
5166 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5167
5168         * gst/playback/gstplay-marshal.list:
5169         Added marshal for streamselector Tags.
5170
5171         * gst/playback/gstplaybasebin.c: (set_active_source):
5172         Streamselector now selects pads based on the pad object instead of its
5173         name.
5174
5175         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5176         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5177         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5178         (gst_play_bin_get_text_tags),
5179         (gst_play_bin_set_current_video_stream),
5180         (gst_play_bin_set_current_audio_stream),
5181         (gst_play_bin_set_current_text_stream),
5182         (gst_play_bin_set_property), (gst_play_bin_get_property),
5183         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5184         Remove option to mute streams with the current-a/v/t property, we have
5185         this functionality in the flags.
5186         Add signals to notify when the number of A/V/T channels changed.
5187         Add action signals to get tags for the A/V/T streams.
5188         Implement setting the current A/V/T stream.
5189         Rearrange some things to simplify stream selection.
5190         Implement volume.
5191
5192         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5193         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5194         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5195         (activate_vis), (gst_play_sink_reconfigure):
5196         * gst/playback/gstplaysink.h:
5197         Add and implement volume setting methods.
5198
5199         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5200         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5201         (gst_selector_pad_event), (gst_stream_selector_class_init),
5202         (gst_stream_selector_init), (gst_stream_selector_finalize),
5203         (gst_stream_selector_set_property),
5204         (gst_stream_selector_get_property),
5205         (gst_stream_selector_get_linked_pad),
5206         (gst_stream_selector_request_new_pad):
5207         * gst/playback/gststreamselector.h:
5208         Add pad properties for tags and status of pads.
5209         Keep tags on pads.
5210         Make active pad selection based on pad object instead of name.
5211
5212 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5213
5214         * configure.ac:
5215           Revert last change as we now check in gtk-doc.m4 for sed.
5216
5217 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5218
5219         * configure.ac:
5220         Find and subst SED when building the docs.
5221
5222 2008-02-08  Julien Moutte  <julien@fluendo.com>
5223
5224         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5225         (main): Make sure bus signals are reconnected when pressing STOP
5226         and then PLAY again for a parse launch pipeline. Fix a ref leak
5227         on the bus.
5228         * win32/common/config.h: Updated.
5229
5230 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5231
5232         * configure.ac:
5233         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5234         pre-releases or releases.
5235
5236 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5237
5238         * configure.ac:
5239         * ext/gio/Makefile.am:
5240         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5241         reporting
5242
5243 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5244
5245         * docs/plugins/Makefile.am:
5246         Add the headers which need scanning for the GIO plugin. The rest of
5247         the docs still need migrating.
5248
5249 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * ext/Makefile.am:
5252         * tests/check/Makefile.am:
5253         * tests/check/pipelines/.cvsignore:
5254         Add gio in a few more places.
5255
5256 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5257
5258         * configure.ac:
5259         * ext/Makefile.am:
5260         * tests/check/Makefile.am:
5261         Move gio plugin from -bad and mark as experimental.
5262
5263 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5264
5265         * gst-libs/gst/interfaces/mixeroptions.c:
5266         * gst-libs/gst/interfaces/mixertrack.c:
5267         Comment out a couple of other things which break the build when
5268         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5269
5270 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         * docs/libs/gst-plugins-base-libs-sections.txt:
5273           Fix pbutils header.
5274
5275 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5276
5277         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5278         Fix compiler warning.
5279
5280 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5281
5282         Patch by: Peter Kjellerstedt  <pkj at axis com>
5283
5284         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5285         Clear the addrinfo struct using memset. Fixes #514937.
5286
5287 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5288
5289         * gst/tcp/gstfdset.h:
5290         Remove unused field to same some memory.
5291
5292         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5293         Mark action signals as such.
5294
5295 2008-02-06  Michael Smith <msmith@fluendo.com>
5296
5297         * ext/theora/theoradec.c: (_theora_granule_frame),
5298         (_inc_granulepos):
5299           Increment granulepos for new-bitstream versions appropriately.
5300           Fixes #514623.
5301
5302 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5303
5304         * tests/examples/seek/seek.c: (do_seek),
5305         (rate_spinbutton_changed_cb), (update_streams), (main):
5306         Remove obsolete stream_time reset after flushing seek, core does that
5307         automatically now.
5308         Improve accuracy of speed spinbutton.
5309         Only do playbin2 stuff when we actually use it.
5310
5311 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5312
5313         * tests/check/Makefile.am:
5314           Revert previous change of the test environment's GST_PLUGIN_PATH.
5315           The problem is not with the plugins, but with element factories
5316           and only occurs if elements are split out from existing plugins
5317           or if plugins change name (see #512740).
5318
5319 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * tests/check/Makefile.am:
5322           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5323           with the core's plugins first and our local build directories last,
5324           since we might be building against an installed core, and that
5325           core's plugin directory may contain older or other versions of
5326           our own -base plugins, but we really do want to test our local
5327           ones (if there are multiple plugins or element factories with the
5328           same name, those inspected last will trump those read in earlier).
5329           Fixes #512740 for the most part.
5330
5331 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5332
5333         * configure.ac:
5334         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5335         Use gmtime_r if available as gmtime is not MT-safe.
5336         Fixes bug #511810.
5337
5338 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5339
5340         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5341         Cast glong to time_t as time_t might have a different type on
5342         other platforms, like FreeBSD, and we get a compiler warning
5343         otherwise. Fixes bug #511825.
5344
5345 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5346
5347         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5348         (get_group), (get_n_pads), (gst_play_bin_get_property),
5349         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5350         (autoplug_select_cb), (deactivate_group):
5351         Remove stream-info, we going for something easier.
5352         Refactor getting the current group.
5353         Implement getting the number of audio/video/text streams.
5354
5355         * gst/playback/gststreamselector.c:
5356         (gst_stream_selector_class_init), (gst_stream_selector_init),
5357         (gst_stream_selector_get_property),
5358         (gst_stream_selector_request_new_pad),
5359         (gst_stream_selector_release_pad):
5360         * gst/playback/gststreamselector.h:
5361         Add property for number of pads.
5362
5363         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5364         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5365         (text_toggle_cb), (update_streams), (msg_async_done),
5366         (msg_state_changed), (main):
5367         Block slider callback when updating the slider position.
5368         Add gui elements for controlling playbin2.
5369         Add callback for async_done that updates position/duration.
5370
5371 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5372
5373         * docs/plugins/Makefile.am:
5374         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5375         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5376         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5377         * docs/plugins/gst-plugins-base-plugins.interfaces:
5378         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5379           First round of plugin docs cleansups.
5380
5381         * docs/plugins/inspect/plugin-adder.xml:
5382         * docs/plugins/inspect/plugin-alsa.xml:
5383         * docs/plugins/inspect/plugin-audioconvert.xml:
5384         * docs/plugins/inspect/plugin-audiorate.xml:
5385         * docs/plugins/inspect/plugin-audioresample.xml:
5386         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5387         * docs/plugins/inspect/plugin-cdparanoia.xml:
5388         * docs/plugins/inspect/plugin-decodebin.xml:
5389         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5390         * docs/plugins/inspect/plugin-gdp.xml:
5391         * docs/plugins/inspect/plugin-gnomevfs.xml:
5392         * docs/plugins/inspect/plugin-libvisual.xml:
5393         * docs/plugins/inspect/plugin-ogg.xml:
5394         * docs/plugins/inspect/plugin-pango.xml:
5395         * docs/plugins/inspect/plugin-subparse.xml:
5396         * docs/plugins/inspect/plugin-tcp.xml:
5397         * docs/plugins/inspect/plugin-theora.xml:
5398         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5399         * docs/plugins/inspect/plugin-video4linux.xml:
5400         * docs/plugins/inspect/plugin-videorate.xml:
5401         * docs/plugins/inspect/plugin-videoscale.xml:
5402         * docs/plugins/inspect/plugin-videotestsrc.xml:
5403         * docs/plugins/inspect/plugin-volume.xml:
5404         * docs/plugins/inspect/plugin-vorbis.xml:
5405         * docs/plugins/inspect/plugin-ximagesink.xml:
5406         * docs/plugins/inspect/plugin-xvimagesink.xml:
5407           Regenerate.
5408
5409         * ext/ogg/Makefile.am:
5410         * ext/ogg/gstoggmux.c:
5411         * ext/ogg/gstoggmux.h:
5412           Add header for oggmux. the c-file needs a doc blob still.
5413
5414 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5415
5416         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5417
5418         * gst-libs/gst/rtp/gstrtpbuffer.c:
5419         (gst_rtp_buffer_set_extension_data):
5420         * gst-libs/gst/rtp/gstrtpbuffer.h:
5421         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5422         Add gst_rtp_buffer_set_extension_data() 
5423         Add a unit test for this addition. Fixes #511478.
5424         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5425
5426 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5427
5428         * configure.ac:
5429         Back to CVS
5430
5431 === release 0.10.17 ===
5432
5433 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5434
5435         * configure.ac:
5436           releasing 0.10.17, "Peanut Butter and Jelly"
5437
5438 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5439
5440         * gst-libs/gst/interfaces/mixeroptions.c:
5441         * gst-libs/gst/interfaces/mixertrack.c:
5442         Also remove the conditional registration of the signals
5443         that disappeared with the ABI change in 0.10.14
5444
5445 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5446
5447         * gst-libs/gst/rtsp/gstrtspconnection.c:
5448         Revert patch to gstrtspconnection.c for brown paper bag
5449         release of -base. Re-opens: #511825
5450
5451 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5452
5453         * gst-libs/gst/interfaces/mixeroptions.h:
5454         * gst-libs/gst/interfaces/mixertrack.h:
5455         Change the way these deprecated function pointers are removed
5456         so that the compiled ABI is unconditionally smaller. This 
5457         sets in stone an ABI break that actually occurred when the
5458         things were deprecated in 0.10.14, which seems to be the best
5459         fix as the only known users are oss-mixer and sunaudio-mixer in 
5460         gst-plugins-good.
5461         Fixes: #513018
5462
5463 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5464
5465         * win32/common/libgstpbutils.def:
5466           Export the two new _get_type() functions which are needed
5467           by the python bindings.
5468
5469 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5470
5471         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5472         Cast glong to time_t as time_t might have a different type on
5473         other platforms, like FreeBSD, and we get a compiler warning
5474         otherwise. Fixes bug #511825.
5475
5476 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5477
5478         * gst-libs/gst/audio/gstaudiofilter.c:
5479         (gst_audio_filter_class_init):
5480         Initialize the GstRingerBuffer class to get it's debug category
5481         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5482         category and otherwise we get some g_critical(). Fixes bug #512334.
5483
5484 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5485
5486         * configure.ac:
5487         Back to CVS
5488
5489 === release 0.10.16 ===
5490
5491 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5492
5493         * configure.ac:
5494           releasing 0.10.16, "Scheduled Interruption"
5495
5496 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5497
5498         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5499
5500         * gst-libs/gst/rtp/gstrtpbuffer.c:
5501         (gst_rtp_buffer_get_extension_data):
5502         Fix typos and wrong extension check. Fixes #511274.
5503
5504 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5505
5506         * po/sk.po:
5507         Oops - add new sk.po mentioned in the LINGUAS I just committed
5508
5509 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5510
5511         * po/LINGUAS:
5512         Add ca translation to the disted list.
5513
5514         * win32/vs6/libgstsdp.dsp:
5515         Convert line endings to CRLF
5516
5517 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5518
5519         * win32/MANIFEST:
5520         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5521
5522 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5523
5524         * win32/common/libgstsdp.def:
5525         * win32/common/libgstvideo.def:
5526         Add new API declarations
5527
5528 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5529
5530         * ext/theora/gsttheoradec.h:
5531         * ext/theora/gsttheoraparse.h:
5532         * ext/theora/theoradec.c:
5533         * ext/theora/theoraparse.c:
5534         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5535         and parser by inspecting the bitstream version of the incoming data.
5536
5537 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5538
5539         * configure.ac:
5540         * pkgconfig/Makefile.am:
5541         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5542         * pkgconfig/gstreamer-audio.pc.in:
5543         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5544         * pkgconfig/gstreamer-cdda.pc.in:
5545         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5546         * pkgconfig/gstreamer-fft.pc.in:
5547         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5548         * pkgconfig/gstreamer-floatcast.pc.in:
5549         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5550         * pkgconfig/gstreamer-interfaces.pc.in:
5551         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5552         * pkgconfig/gstreamer-netbuffer.pc.in:
5553         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5554         * pkgconfig/gstreamer-pbutils.pc.in:
5555         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5556         * pkgconfig/gstreamer-riff.pc.in:
5557         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5558         * pkgconfig/gstreamer-rtp.pc.in:
5559         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5560         * pkgconfig/gstreamer-rtsp.pc.in:
5561         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5562         * pkgconfig/gstreamer-sdp.pc.in:
5563         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5564         * pkgconfig/gstreamer-tag.pc.in:
5565         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5566         * pkgconfig/gstreamer-video.pc.in:
5567         Provide one pkg-config file for every gst-plugins-base library.
5568         This makes linking to those libraries much more intuitive and
5569         provides standard pkg-config behaviour for them. Fixes bug #499697.
5570
5571 2008-01-13  David Schleef  <ds@schleef.org>
5572
5573         * gst/videoscale/vs_4tap.c:
5574           Fix valgrind error on 4tap scaling method.
5575
5576 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5577
5578         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5579         Include Winsock2.h for VS6 and use a different way initialize
5580         hints structure so it can build with VS6.
5581         * win32/MANIFEST:
5582         * win32/vs6/libgstsdp.dsp:
5583         * win32/common/libgstsdp.def:
5584         Add new files for libgstsdp.
5585         * win32/vs6/grammar.dsp:
5586         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5587         * win32/vs6/gst_plugins_base.dsw:
5588         * win32/vs6/libgstdecodebin.dsp:
5589         * win32/vs6/libgstdecodebin2.dsp:
5590         * win32/vs6/libgstplaybin.dsp:
5591         * win32/vs6/libgstvolume.dsp:
5592         Add new dependencies to the link list.
5593
5594 2008-01-13  Julien Moutte  <julien@fluendo.com>
5595
5596         * win32/common/config.h:
5597         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5598         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5599         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5600         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5601         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5602         * win32/common/interfaces-enumtypes.c:
5603         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5604         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5605         (gst_mixer_track_flags_get_type),
5606         (gst_tuner_channel_flags_get_type):
5607         * win32/common/multichannel-enumtypes.c:
5608         (gst_audio_channel_position_get_type):
5609         * win32/common/pbutils-enumtypes.c:
5610         (gst_install_plugins_return_get_type):
5611         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5612         in the win32 build directory.
5613
5614 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5615
5616         * tests/check/Makefile.am:
5617         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5618
5619         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5620         * tests/check/elements/playbin.c:
5621         * tests/check/libs/mixer.c: (test_element_interface_supported),
5622         (gst_implements_interface_init):
5623         * tests/check/libs/rtp.c: (GST_START_TEST):
5624         Fix various assignment type mismatches.
5625
5626 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5627
5628         * configure.ac:
5629         * gst-libs/gst/rtsp/Makefile.am:
5630         Add test to see if hstrerror is available or if we need libresolv
5631         (Solaris) for it, then use it in libgstrtsp.
5632
5633 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5634
5635         * gst-libs/gst/tag/Makefile.am:
5636         Fix include path order
5637
5638 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5639
5640         * gst-libs/gst/pbutils/install-plugins.c:
5641         (gst_install_plugins_context_copy),
5642         (gst_install_plugins_context_get_type):
5643         * gst-libs/gst/pbutils/install-plugins.h:
5644         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5645         for bindings.
5646
5647 2008-01-11  Michael Smith <msmith@fluendo.com>
5648
5649         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5650         (_theora_granule_frame), (_theora_granule_start_time),
5651         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5652           Adapt for post-alpha meaning of granulepos, when we
5653           have a newer version of libtheora.
5654         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5655         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5656         (theora_enc_is_discontinuous), (theora_enc_chain):
5657           Likewise.
5658         * tests/check/Makefile.am:
5659           Link libtheora into theoraenc test so we can check which version of
5660           libtheora we're testing against.
5661         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5662         (check_buffer_granulepos),
5663         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5664         (theoraenc_suite):
5665           Adapt tests to check the values that are now defined for theora; make
5666           the tests backwards-adapt the passed values if we're running against an
5667           old libtheora.
5668           Fixes #497964
5669
5670 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * gst-libs/gst/audio/gstbaseaudiosink.c:
5673           (gst_base_audio_sink_class_init):
5674         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5675           (gst_base_audio_src_class_init):
5676           Ref audio clock class from a thread-safe context to make sure
5677           we're not bit by GObjects lack of thread-safety here (#349410),
5678            however unlikely that may be in practice.
5679
5680 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5681
5682         * autogen.sh:
5683           Add -Wno-portability to the automake parameters to stop warnings
5684           about GNU make extensions being used. We require GNU make in almost
5685           every Makefile anyway.
5686           
5687         * configure.ac:
5688           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5689           at the same time is required for per target flags.
5690
5691 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5694           Post an error message if we can't pull as many bytes as we need
5695           for the tag. This makes sure the user gets to see a proper error
5696           message if a file with a partial ID3 tag is fed to decodebin, and
5697           not a 'no ID3 tag demuxer' error, which would be confusing
5698           (see #508138).
5699
5700 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * gst-libs/gst/pbutils/descriptions.c: (formats):
5703           Add description strings for ID3, APE, and ICY tags.
5704
5705 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5706
5707         * gst/playback/gstdecodebin.c: (try_to_link_1):
5708           Make sure we error out correctly if we can't activate one of
5709           the elements we've added.  Fixes #508138.
5710           
5711 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5712
5713         Patch by: Bastien Nocera <hadess at hadess net>
5714
5715         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5716           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5717           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5718           the volume is the same for all channels. This works around
5719           some problem in alsa that leaves us with inconsistent state
5720           for some reason (#486840).
5721
5722 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         Patch by: Jerone Young <jerone at gmail com>
5725
5726         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5727           If there's no mixer track by the name of 'Master' or 'Front',
5728           check if there's one called 'PCM' before trying the generic
5729           fallback logic (fixes #506928, where we pick 'Mic' as master
5730           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5731
5732 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5733
5734         * gst/playback/gstplay-enum.c:
5735         (register_gst_autoplug_select_result),
5736         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5737         (gst_play_flags_get_type):
5738         * gst/playback/gstplay-enum.h:
5739         Add enums for configuration flags.
5740
5741         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5742         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5743         (gst_play_bin_get_property), (no_more_pads_cb),
5744         (autoplug_select_cb), (gst_play_bin_change_state):
5745         Merge mode with flags.
5746         Add more property getters/setters, defaults and docs.
5747         Add properties to get number of audio/video/text streams.
5748         Create sink object in _init so that we can always rely on it being
5749         there.
5750
5751         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5752         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5753         (activate_vis), (gst_play_sink_reconfigure),
5754         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5755         (gst_play_sink_change_state):
5756         * gst/playback/gstplaysink.h:
5757         Use flags to configure the sink pipelines.
5758         Add tee before audio pipeline so that we can use it for visualisations.
5759         Start working on integrating visualisations.
5760         Remove mode, we can do everything with the flags now.
5761         Add method to configue the sink pipeline.
5762
5763 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5766           (check_buffer_timestamp), (check_buffer_duration):
5767           Turn these functions into macros so we can see right away
5768           where the failure occured.
5769
5770 2008-01-05  Julien Moutte  <julien@fluendo.com>
5771
5772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5773         debugging information to understand how X calculates the stride
5774         for XvImages.
5775
5776 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5777
5778         * gst/volume/Makefile.am:
5779         * gst/volume/gstvolume.c: (volume_choose_func),
5780         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5781         (volume_setup):
5782         * gst/volume/gstvolume.h:
5783         Use GstAudioFilter as base class for the volume element instead of
5784         plain GstBaseTransform.
5785
5786 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5787
5788         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5789         Don't set element details for the abstract GstAudioFilter class.
5790
5791 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5792
5793         * gst-libs/gst/audio/gstaudiofilter.c:
5794         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5795         Implement get_unit_size() vmethod of GstBaseTransform.
5796
5797 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5798
5799         * gst-libs/gst/pbutils/Makefile.am:
5800         * gst-libs/gst/pbutils/pbutils.h:
5801         Use glib-enum generator to have a proper enum GType for
5802         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5803
5804 2007-12-31  David Schleef  <ds@schleef.org>
5805
5806         * tests/check/Makefile.am:
5807         * tests/check/pipelines/theoraenc.c:
5808           Reenable theoraenc test, which fails on the buildbot but
5809           not locally.
5810
5811 2007-12-31  David Schleef  <ds@schleef.org>
5812
5813         * docs/libs/.cvsignore:
5814         * docs/plugins/.cvsignore:
5815           Add *-undeclared.txt to fix buildbot.
5816
5817 2007-12-31  David Schleef  <ds@schleef.org>
5818
5819         * tests/check/Makefile.am:
5820           Second attempt at disabling theoraenc test long enough to
5821           get buildbot to compile -base.
5822
5823 2007-12-31  David Schleef  <ds@schleef.org>
5824
5825         * tests/check/pipelines/theoraenc.c:
5826           Disable theoraenc test long enough to get the buildbot to
5827           compile a recent -base.
5828
5829 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5830
5831         * tests/examples/seek/seek.c: (stop_cb):
5832         Make sure we reset the slider value to 0.0 without racing against a
5833         possible g_idle that sets it to something else.
5834
5835 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5836
5837         * sys/ximage/ximagesink.c:
5838         fix typo
5839
5840 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5841
5842         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5843         * gst-libs/gst/rtsp/gstrtspdefs.h:
5844         Add Location header so that we can start implementing redirects.
5845         See #506025.
5846
5847 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5848
5849         * gst/subparse/gstssaparse.c:
5850         combine if's
5851
5852 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5853
5854         * gst/subparse/gstssaparse.c:
5855         remove duplicate log message
5856
5857 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * ext/libvisual/visual.c: (gst_visual_chain):
5860         Fix 'xyz may be used uninitialized' compiler warnings caused
5861         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5862         abort() in any case but properly report the error.
5863
5864 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5865
5866         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5867         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5868         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5869         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5870         (autoplug_select_cb), (activate_group), (deactivate_group),
5871         (setup_next_source), (save_current_group),
5872         (gst_play_bin_change_state):
5873         Code cleanups.
5874         Remove next-uri, we can use the uri property just fine.
5875         Fix some crasher.
5876         Unref uridecodebin when switching.
5877         Fix going to READY.
5878
5879         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5880         (gst_play_sink_init), (gst_play_sink_dispose),
5881         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5882         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5883         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5884         (gst_play_sink_set_property), (gst_play_sink_get_property),
5885         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5886         (gen_vis_element), (gst_play_sink_get_mode),
5887         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5888         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5889         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5890         (gst_play_sink_change_state):
5891         * gst/playback/gstplaysink.h:
5892         Add some locking to make things threadsafe.
5893
5894         * gst/playback/test7.c: (about_to_finish_cb):
5895         Fix test.
5896
5897 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5900           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5901           (gst_video_scale_transform):
5902           Don't claim to be able to handle/transform caps that can't really
5903           be handled by the currently selected scaling method (here: RGB or
5904           packed YUV with 4-tap method). Also add locking to method property.
5905
5906         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5907           (test_basetransform_based):
5908           Some test pipelines for the above (not entirely valgrind clean yet
5909           apparently).
5910
5911 2007-12-21  David Schleef  <ds@schleef.org>
5912
5913         * gst-libs/gst/video/video.c:
5914         * gst-libs/gst/video/video.h:
5915           Add additional RGBA and RGB-24 video formats.
5916
5917 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5918
5919         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5920           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5921           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5922         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5923           (cddabasesrc_suite):
5924           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5925           deprecated in the future (see #498924).
5926
5927 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5930           Don't leak event.
5931
5932 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5933
5934         * gst-libs/gst/riff/riff-read.c:
5935         Use GST_ROUND_UP_2 macro
5936
5937 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5938
5939         * gst/playback/.cvsignore:
5940           Ignore more.
5941
5942 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5945         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5946           (set_active_source):
5947         * gst/playback/gstplaybasebin.h:
5948         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5949           (setup_sinks), (playbin_set_subtitles_visible):
5950           Make switching off of subtitles work. To avoid all kind of
5951           problems with unlinking of the subtitle input, we just keep
5952           the subtitle inputs linked as they are and tell textoverlay
5953           not to render them. Fixes #373011.
5954           Other subtitle switching issues (esp. when there are both
5955           external and in-stream subtitles) remain. They'll be solved
5956           in playbin2.
5957
5958 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5959
5960         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5961         Init the pad segment too.
5962
5963 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5964
5965         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5966         (gst_audioringbuffer_open_device),
5967         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5968         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5969         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5970         (gst_audio_sink_create_ringbuffer):
5971         Improve debug output.
5972
5973         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5974         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5975         Prevent some functions from doing things and failing when the
5976         ringbuffer is not yet acquired.
5977
5978 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5979
5980         * gst-libs/gst/interfaces/interfaces.h:
5981           Also remove interfaces.h from CVS as it is not needed anymore.
5982
5983 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5984
5985         * gst-libs/gst/interfaces/Makefile.am:
5986           interfaces.h is not used anymore so remove it from the build
5987           process.
5988
5989 2007-12-17  David Schleef  <ds@schleef.org>
5990
5991         * gst/videotestsrc/gstvideotestsrc.c:
5992         * gst/videotestsrc/gstvideotestsrc.h:
5993           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5994           for testing vertical refresh synchronization.
5995
5996 2007-12-17  David Schleef  <ds@schleef.org>
5997
5998         * docs/libs/gst-plugins-base-libs-sections.txt:
5999         * gst-libs/gst/video/video.c:
6000         * gst-libs/gst/video/video.h:
6001           Add new GstVideFormat enum and write a bunch of helper functions
6002           based around it.
6003
6004 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         * Makefile.am:
6007           Use new common/win32.mak.
6008
6009 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6010
6011         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6012         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
6013         Add debug info.
6014         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6015         the parent state change function, just like the audiosink, because the
6016         parent waits for the element to finish its processing before completing
6017         the state change. This makes going to PAUSED a lot snappier.
6018         When going from READY to PAUSED, don't allow the ringbuffer to start
6019         yet.
6020
6021 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6022
6023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6024         Yet another fix for broken software that produce files with an empty
6025         blockalign field. Instead of completely failing, make a second attempt
6026         at guessing the width/depth by looking at strf->size.
6027
6028 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6029
6030         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6031           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6032         * gst-libs/gst/pbutils/install-plugins.c:
6033           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6034         * gst-libs/gst/pbutils/missing-plugins.c:
6035           (gst_missing_plugin_message_get_installer_detail),
6036           (gst_missing_encoder_installer_detail_new):
6037         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6038         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6039           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6040           avoid compiler warnings (#503930).
6041
6042 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6043
6044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6045         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6046         for jpeg video streams.
6047         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6048         for the above modification.
6049
6050 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6053           (gst_x_overlay_handle_events):
6054           More guards (we don't want klass to end up being NULL).
6055
6056 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6057
6058         * configure.ac:
6059         * gst/volume/gstvolume.c: (gst_volume_init):
6060           Use new gst_base_transform_set_gap_aware() function as volume
6061           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6062           for this.
6063
6064 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6065
6066         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6067         Don't go to READY on EOS as this avoids testing of seeking and
6068         restarting after EOS, use the stop button when you want to READY.
6069         Don't try to do a flushing seek in segment-done, it does not make
6070         sense to use this for gapless playback and is not needed.
6071
6072 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6073
6074         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6075         (reset_rate_timer), (update_in_rates), (update_out_rates),
6076         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6077         (gst_queue_chain), (gst_queue_loop):
6078         Use separate timers for input and output rates.
6079         Pause measuring the output rate when we block for more data.
6080         See #503262.
6081
6082 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6083
6084         * gst/playback/gstqueue2.c: (gst_queue_chain):
6085         Pause the timer to measure the input rate when we block because the
6086         queue is filled. See #503262.
6087
6088 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6089
6090         Patch by: Peter Kjellerstedt  <pkj at axis com>
6091
6092         * gst-libs/gst/rtsp/gstrtspconnection.c:
6093         (gst_rtsp_connection_free):
6094         Close control sockets. Fixes #503440.
6095
6096 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6097
6098         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6099         Expose the right pad in the right place with the right element.
6100
6101 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * gst-libs/gst/pbutils/descriptions.c: (formats):
6104           Add description for 'private' dts caps (who come up with that name?).
6105
6106 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * Makefile.am:
6109           Add check-exports target and run it with 'make check'.
6110
6111         * configure.ac:
6112           Be stricter about what we export in our libraries: change regexp so that
6113           we only export _gst_foo(), but not __gst_foo().
6114
6115         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6116         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6117           Change internal functions to __gst_foo so they dont' get exported.
6118
6119         * win32/common/libgstaudio.def:
6120           Add missing symbols.
6121
6122 2007-12-11  David Schleef  <ds@schleef.org>
6123
6124         * ChangeLog: remove conflict markers
6125
6126 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6127
6128         * ext/gnomevfs/Makefile.am:
6129         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6130           Use gst_tag_freeform_string_to_utf8() here, which also takes
6131           into account any character sets specified by the user via
6132           environment variables.
6133
6134 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6135
6136         * gst/audioconvert/Makefile.am:
6137         Also link to libm.
6138
6139 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6140
6141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6142         No need for floating point operations here. avoids having to link
6143         against the math library too.
6144
6145 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         * gst-libs/gst/pbutils/descriptions.c: (formats),
6148           (format_info_get_desc):
6149         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6150           (GST_START_TEST):
6151           Add one or two missing formats.  Generate ADPCM description
6152           dynamically depending on layout/format.
6153
6154 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6155
6156         * configure.ac:
6157           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6158
6159 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6160
6161         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6162
6163         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6164           Some .srt files start with chunk number 0 and not chunk number 1,
6165           recognise and accept those as well (fixes #502497).
6166
6167         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6168           (test_src):
6169           Add unit test for the above.
6170
6171 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6172
6173         * gst/playback/gstplay-enum.c:
6174         (register_gst_autoplug_select_result),
6175         (gst_autoplug_select_result_get_type):
6176         * gst/playback/gstplay-enum.h:
6177         Add missing files.
6178
6179 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6180
6181         * gst/playback/Makefile.am:
6182         Group decodebin2 and uridecodebin into the same plugin so that they
6183         can share the GEnumType.
6184
6185         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6186         (_gst_select_accumulator), (gst_decode_bin_class_init),
6187         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6188         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6189         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6190         Add signal to sort factories instead of the more awkward autoplug-select
6191         signal.
6192         Modify autoplug_select so that we can try, skip or expose the
6193         autopluggin of an element on a pad.
6194
6195         * gst/playback/gstfactorylists.c: (compare_ranks),
6196         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6197         (element_filter), (gst_factory_list_get_elements),
6198         (gst_factory_list_debug), (gst_factory_list_filter):
6199         * gst/playback/gstfactorylists.h:
6200         Simplify the API, allow getting elements based on mask.
6201
6202         * gst/playback/gstplay-marshal.list:
6203         Add some more marshallers.
6204
6205         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6206         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6207         (autoplug_select_cb), (activate_group):
6208         Add support for managing non-raw sinks by providing a custom element and
6209         sink list to decodebin2.
6210         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6211         decodebin2.
6212
6213         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6214         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6215         * gst/playback/gstplaysink.h:
6216         Add support for raw and non-raw sinks. 
6217         Add support to force sinks selected by playbin2.
6218         Don't plug raw converters for non-raw sinks.
6219
6220         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6221         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6222         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6223         (plugin_init):
6224         Use right accumulators.
6225         Proxy new signal.
6226
6227 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6228
6229         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6230         Use runnning time as the base time instead of the timestamp.
6231         Spotted by Saur on IRC.
6232
6233 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6234
6235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6236         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6237
6238 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6239
6240         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6241         (gst_ogg_demux_read_chain):
6242         If we find a new serial number but it does not contain a BOS page, make
6243         sure we initialize the chain to NULL because else we will try to scan it
6244         and crash. Fixes #500763
6245
6246 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6247
6248         * gst/playback/Makefile.am:
6249         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6250         (get_feature_array), (decoders_filter), (sinks_filter),
6251         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6252         (gst_factory_list_filter):
6253         * gst/playback/gstfactorylists.h:
6254         Refactor some common code to filter factories and check caps compat.
6255
6256         * gst/playback/gstdecodebin.c:
6257         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6258         (gst_decode_bin_init), (gst_decode_bin_dispose),
6259         (gst_decode_bin_autoplug_continue),
6260         (gst_decode_bin_autoplug_factories),
6261         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6262         (find_compatibles):
6263         * gst/playback/gstplaybin.c:
6264         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6265         (gst_play_bin_init), (gst_play_bin_finalize),
6266         (autoplug_factories_cb), (activate_group):
6267         * gst/playback/gstqueue2.c:
6268         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6269         (proxy_autoplug_continue_signal),
6270         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6271         (proxy_drained_signal):
6272         Add some more debug info and use factor filtering code.
6273
6274 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * gst/audiotestsrc/gstaudiotestsrc.c:
6277         * gst/volume/gstvolume.c:
6278         * gst/volume/gstvolume.h:
6279           Add GAP-flag support.
6280
6281 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6282
6283         * tests/examples/seek/seek.c: (main): Increase the range of the
6284         rate selector as I would like to test QOS behavior at higher
6285         forward and reverse playback speed like say 64x.
6286
6287 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6288
6289         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6290         (audioresample_query), (audioresample_query_type),
6291         (gst_audioresample_set_property):
6292         Implement latency query.
6293
6294 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6295
6296         * gst-libs/gst/audio/gstbaseaudiosink.c:
6297         (gst_base_audio_sink_drain):
6298         Our EOS time contains the base_time, _wait_eos() expects a running_time
6299         so we have to subtract the base_time again before calling the function.
6300         This fixes an EOS regression where the base_time was added twice and EOS
6301         took longer and longer in certain situations.
6302         Fixes #498767.
6303
6304 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6305
6306         * docs/libs/gst-plugins-base-libs-sections.txt:
6307         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6308         (gst_base_audio_sink_set_provide_clock),
6309         (gst_base_audio_sink_get_provide_clock),
6310         (gst_base_audio_sink_set_slave_method),
6311         (gst_base_audio_sink_get_slave_method),
6312         (gst_base_audio_sink_set_property),
6313         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6314         (gst_base_audio_sink_none_slaving),
6315         (gst_base_audio_sink_handle_slaving):
6316         * gst-libs/gst/audio/gstbaseaudiosink.h:
6317         Expose methods for some object properties so that subclasses can more
6318         easily configure them.
6319         Added slave method none, that completely disables slaving to the
6320         internal clock.
6321         API: gst_base_audio_sink_set_provide_clock()
6322         API: gst_base_audio_sink_get_provide_clock()
6323         API: gst_base_audio_sink_set_slave_method()
6324         API: gst_base_audio_sink_get_slave_method()
6325
6326         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6327         (gst_base_audio_src_set_provide_clock),
6328         (gst_base_audio_src_get_provide_clock),
6329         (gst_base_audio_src_set_property),
6330         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6331         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6332         Expose methods for some object properties so that subclasses can more
6333         easily configure them.
6334         API: gst_base_audio_src_set_provide_clock()
6335         API: gst_base_audio_src_get_provide_clock()
6336
6337 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6338
6339         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6340
6341         * gst-libs/gst/sdp/gstsdpmessage.c:
6342         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6343
6344 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6345
6346         * tests/check/libs/fft.c: (GST_START_TEST):
6347         Fix scaling to really have dB instead of something else.
6348
6349 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6350
6351         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6352         GTK version, use it.
6353
6354 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6355
6356         * tests/examples/seek/seek.c: (main): Try to support stable version
6357         of GTK.
6358
6359 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6360
6361         * gst/playback/README:
6362         * gst/playback/test7.c:
6363           Fix the build + little README update.
6364
6365 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6366
6367         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6368         Add playbin2 seek pipeline.
6369
6370 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6371
6372         * gst/playback/Makefile.am:
6373         * gst/playback/gstplayback.c: (plugin_init):
6374         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6375         (eos_cb), (about_to_finish_cb), (main):
6376         Add playbin2.
6377         Added gapless playback example.
6378
6379         * gst/playback/gstplaybasebin.c:
6380         * gst/playback/gstplaybasebin.h:
6381         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6382         * gst/playback/gstqueue2.c:
6383         * gst/playback/test.c:
6384         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6385         (pad_removed_cb):
6386         * gst/playback/gststreaminfo.h:
6387         Change email.
6388
6389         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6390         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6391         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6392         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6393         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6394         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6395         (drained_cb), (unlink_group), (activate_group),
6396         (setup_next_source), (gst_play_bin_change_state),
6397         (gst_play_bin2_plugin_init):
6398         Added raw first version of playbin2. Does chained oggs and gapless
6399         playback fine. No support for raw sinks yet. No visualisations or
6400         subtitles yet.
6401
6402         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6403         (gst_play_sink_class_init), (gst_play_sink_init),
6404         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6405         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6406         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6407         (gst_play_sink_set_property), (gst_play_sink_get_property),
6408         (post_missing_element_message), (free_chain), (add_chain),
6409         (activate_chain), (gen_video_chain), (gen_text_element),
6410         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6411         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6412         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6413         (gst_play_sink_send_event), (gst_play_sink_change_state):
6414         * gst/playback/gstplaysink.h:
6415         Added Element that abstracts the sinks and their pipelines for playbin2.
6416
6417 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6418
6419         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6420         (gst_selector_pad_class_init), (gst_selector_pad_init),
6421         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6422         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6423         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6424         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6425         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6426         (gst_stream_selector_init), (gst_stream_selector_set_property),
6427         (gst_stream_selector_get_linked_pad),
6428         (gst_stream_selector_getcaps),
6429         (gst_stream_selector_is_active_sinkpad),
6430         (gst_stream_selector_activate_sinkpad),
6431         (gst_stream_selector_get_linked_pads),
6432         (gst_stream_selector_request_new_pad),
6433         (gst_stream_selector_release_pad):
6434         * gst/playback/gststreamselector.h:
6435         Improve streamselector, make it select and unselect the current pad more
6436         intelligently. 
6437         Subclass GstPad for the sinkpads of the selector.
6438         Handle segments more correctly.
6439         Fix caps negotiation.
6440         Implement release_pad.
6441
6442 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6443
6444         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6445         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6446         (remove_fakesink):
6447         Add drained signal fired when decodebin finishes decoding the data.
6448         Remove deprecated STATE_DIRTY message.
6449
6450         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6451         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6452         (analyse_source), (proxy_drained_signal), (make_decoder),
6453         (source_new_pad), (value_list_append_structure_list),
6454         (handle_redirect_message), (handle_message):
6455         Proxy the new drained signal.
6456         Handle pad removed from decodebin.
6457         Handle redirect messages by sorting multiple redirections based on the
6458         connection speed.
6459
6460 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6461
6462         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6463
6464         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6465         Fix leaking headers. Fixes #496761.
6466
6467 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6468
6469         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6470
6471         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6472         (gst_ximagesink_change_state):
6473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6474         Don't leak the PAR on errors. Fixes #496731.
6475
6476 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6479           (gst_tag_from_id3_user_tag):
6480           Add mapping for audio cd discid tags, so we can extract
6481           them from tags as well (see #347848). Also compare identifiers
6482           in ID3v2 TXXX frames in a case-insensitive way to increase
6483           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6484
6485 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6486
6487         * gst-plugins-base.doap:
6488         Oops, fix the release name.
6489
6490 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6491
6492         * gst-plugins-base.doap:
6493         Add 0.10.15 release
6494
6495 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6496
6497         * configure.ac:
6498         Back to CVS
6499
6500 === release 0.10.15 ===
6501
6502 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6503
6504         * configure.ac:
6505           releasing 0.10.15, "No need to argue"
6506
6507 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6508
6509         * win32/vs6/libgstfft.dsp:
6510         Convert line endings to DOS.
6511
6512 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6513
6514         * win32/vs6/gst_plugins_base.dsw:
6515         * win32/vs6/libgstfft.dsp:
6516         * win32/MANIFEST:
6517         Add a project file for fft plugin and remove socket
6518         based plugin which don't build from the workspace.
6519         * win32/vs6/libgstaudio.dsp:
6520         * win32/vs6/libgstrtp.dsp:
6521         * win32/vs6/libgsttag.dsp:
6522         Convert line endings back to DOS.
6523         Fixes #496724
6524
6525 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6526
6527         * win32/vs6/libgstinterfaces.dsp:
6528         * win32/vs6/libgstrtsp.dsp:
6529         Convert line endings back to DOS
6530
6531 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6532
6533         * gst-libs/gst/fft/kiss_fft_f32.h:
6534         * gst-libs/gst/fft/kiss_fft_f64.h:
6535         * gst-libs/gst/fft/kiss_fft_s16.h:
6536         * gst-libs/gst/fft/kiss_fft_s32.h:
6537         Don't include malloc.h which doesn't exist on Mac OSX.
6538         Instead, pull in glib.h and use g_malloc/g_free for 
6539         consistency. Fixes: #496548
6540
6541 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6542
6543         * gst/playback/gstdecodebin2.c:
6544           Dont leak ghostpad. Fixes #475451.
6545
6546 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6547
6548         * docs/design/design-decodebin.txt:
6549         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6550         Update some more docs and comments.
6551
6552 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6553
6554         Patch by: Sebastien Moutte  <sebastien moutte net>
6555
6556         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6557           (gst_rtcp_unix_to_ntp):
6558         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6559           Fix some C99-isms and and a missing function that some versions of
6560           MSVC don't like too much (#494346).
6561
6562         * win32/vs6/gst_plugins_base.dsw:
6563         * win32/vs6/libgstaudio.dsp:
6564         * win32/vs6/libgstrtp.dsp:
6565         * win32/vs6/libgsttag.dsp:
6566           Update vs6 projects files (#494346).
6567
6568 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6571
6572         * win32/common/libgstaudio.def:
6573         * win32/common/libgstcdda.def:
6574         * win32/common/libgstinterfaces.def:
6575         * win32/common/libgstnetbuffer.def:
6576         * win32/common/libgstpbutils.def:
6577         * win32/common/libgstrtp.def:
6578         * win32/common/libgstrtsp.def:
6579         * win32/common/libgsttag.def:
6580         * win32/common/libgstvideo.def:
6581           More missing symbols to export (fixes #493986).
6582
6583 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6584
6585         * docs/libs/gst-plugins-base-libs-sections.txt:
6586         * gst-libs/gst/fft/gstfftf32.c:
6587         * gst-libs/gst/fft/gstfftf32.h:
6588         * gst-libs/gst/fft/gstfftf64.c:
6589         * gst-libs/gst/fft/gstfftf64.h:
6590         * gst-libs/gst/fft/gstffts16.c:
6591         * gst-libs/gst/fft/gstffts16.h:
6592         * gst-libs/gst/fft/gstffts32.c:
6593         * gst-libs/gst/fft/gstffts32.h:
6594         * tests/check/libs/fft.c: (GST_START_TEST):
6595         Remove the magnitude and phase calculation functions as these have
6596         very special use cases and can't even be used for the spectrum
6597         element. Also adjust the docs to mention some properties of the used
6598         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6599
6600 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6603           (finish_source):
6604           Avoid crash when there are external subtitles (fixes #491722).
6605
6606 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6609         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6610           'Could not open resource for writing' is not an acceptable
6611           error message when we can't open the audio device (see #492334),
6612           even less so when we're trying to open it to record something.
6613
6614 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6615
6616         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6617
6618         * win32/common/libgstrtp.def:
6619           Add some more missing symbols (#492813).
6620
6621 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6624
6625         * tests/check/elements/audioconvert.c: (verify_convert):
6626           Add check to make sure that the out caps have a channel layout
6627           set on them where they should have one.
6628
6629 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6630
6631         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6632
6633         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6634         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6635           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6636           (#492306).
6637
6638         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6639           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6640           (it disappeared in GLib 2.14.0) (#492306).
6641
6642         * gst-libs/gst/sdp/Makefile.am:
6643         * gst-libs/gst/sdp/gstsdpmessage.c:
6644           Fix includes and LIBS for win32/Mingw (#492306).
6645
6646         * tests/examples/dynamic/addstream.c (pause_play_stream):
6647           Use more portable g_usleep() instead of sleep() (#492306).
6648
6649 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6650
6651         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6652
6653         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6654           (gst_ring_buffer_parse_caps):
6655           Return NULL instead of an enum that happens to be 0, fixes warning
6656           on MSVC (#492114).
6657
6658         * gst-libs/gst/audio/gstringbuffer.h:
6659           No trailing commas in enum list (for gcc-2.9x).
6660
6661         * gst/videotestsrc/videotestsrc.c: (random_char):
6662           Make information loss explicit instead of implicitly truncating to
6663           eight bits via the return value.  Fixes runtime error on MSVC when
6664           using the debug CRT (#492114).
6665
6666         * win32/common/config.h.in:
6667           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6668
6669         * win32/common/libgstinterfaces.def:
6670         * win32/common/libgstrtp.def:
6671           Export a few more symbols (#492114).
6672
6673 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6674
6675         * gst-libs/gst/audio/audio.c:
6676         * gst-libs/gst/audio/audio.h:
6677           Readd the deprecation guards, but preserve compilability.
6678
6679 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6682           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6683           Preserve channel layout when fixating the number of channels in the
6684           output caps, or make sure there's a suitable channel position layout
6685           set on the caps if required. Fixes #430677.
6686
6687 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6688
6689         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6690           Make sure the pipeline really operates in push mode as it should
6691           in this case.
6692
6693 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6694
6695         * gst-libs/gst/audio/audio.h:
6696           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6697           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6698           (ie. normal cvs builds) will fail.
6699
6700 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6701
6702         * docs/libs/Makefile.am:
6703         * gst-libs/gst/audio/audio.c:
6704         * gst-libs/gst/audio/audio.h:
6705         * gst-libs/gst/interfaces/mixer.c:
6706           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6707
6708 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6711           (test_channel_layout_value_intersect), (audio_suite):
6712           Add simple unit test to make sure GstValue intersection
6713           of channel layouts works the way I think it does.
6714
6715 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6716
6717         * docs/libs/gst-plugins-base-libs-sections.txt:
6718         * gst-libs/gst/audio/gstaudiofilter.h:
6719         * gst-libs/gst/interfaces/mixer.h:
6720         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6721         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6722         * gst-libs/gst/sdp/gstsdpmessage.c:
6723           Fix the docs according to what gtk-doc complained about.
6724
6725 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6726
6727         * tests/icles/stress-playbin.c:
6728           Fix the build.
6729
6730 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6733         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6734           Post nice/more useful error message if we don't have a decoder for
6735           the primary type.
6736
6737 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6738
6739         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6740         Be a bit more useful, unblock the pads after we fired the no-more-pads
6741         signal so that we can use the signal to inspect and connect all pads
6742         without having to keep extra state outside of decodebin.
6743
6744 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6745
6746         * gst/playback/gsturidecodebin.c:
6747         (gst_uri_decode_bin_autoplug_continue),
6748         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6749         Implement default signal handler so that we return TRUE when nothing is
6750         connected.
6751
6752 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6753
6754         * gst-libs/gst/riff/riff-media.c:
6755         (gst_riff_wavext_add_channel_layout),
6756         (gst_riff_wave_add_default_channel_layout),
6757         (gst_riff_wavext_get_default_channel_mask),
6758         (gst_riff_create_audio_caps):
6759         Use the ALSA channel layout as default for wav files without channel
6760         layout information. This fixes playback of chan-id.wav on 5.1 systems
6761         for example. Also refactor the channel layout setting a bit and add
6762         more default channel orders. Fixes #489010.
6763
6764 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6767           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6768           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6769           instead.
6770
6771 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6772
6773         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6774         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6775         (gst_decode_bin_set_subs_encoding),
6776         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6777         (gst_decode_bin_get_property), (analyze_new_pad):
6778         Move subtitle encoding property to decodebin2 so that it can set the
6779         property value on all elements that it autoplugs and that require it.
6780         Make caps refcounting more consistent in get/set.
6781
6782         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6783         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6784         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6785         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6786         (proxy_autoplug_continue_signal),
6787         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6788         (make_decoder):
6789         Proxy properties and relevant signals from the internal decodebin.
6790         Make properties MT safe.
6791
6792 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6795         * gst-libs/gst/tag/tags.c:
6796           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6797           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6798
6799         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6800           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6801
6802         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6803           (gst_tag_to_vorbis_comments):
6804           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6805           just mapping everything I found in the wild) (#414539).
6806
6807 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6808
6809         Inspired by patch of: René Stadler <mail at renestadler dot de>
6810
6811         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6812         (gst_decode_bin_autoplug_continue),
6813         (gst_decode_bin_autoplug_factories),
6814         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6815         (find_compatibles):
6816         * gst/playback/gstplay-marshal.list:
6817         Remove the autoplug-sort signal and replace it with a binding friendly
6818         autoplug-select signal.
6819         Add an autoplug-factories signal that can be used to generate a list of
6820         factories to try to autoplug.
6821         Add the GstPad to the autoplugging signal args as it might be needed to
6822         make a good factory selection.
6823         Fix up the marshallers for this. Fixes #407282.
6824
6825 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6826
6827         * gst-libs/gst/tag/gsttagdemux.c:
6828           Don't abort with an assertion if we receive a seek event with
6829           a start type of NONE (see launchpad bug #155878).
6830
6831 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6834         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6835         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6837         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6838         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6839         Make sure that before we clean up the X resources, we shutdown and join
6840         the event thread.
6841         Also make sure the event thread does not shut down immediatly after
6842         startup because the running variable is not yet correctly set.
6843         Fixes #378770. 
6844
6845 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6846
6847         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6848         Make the window for a race in typefind and shutting down smaller until
6849         we figure out the right locking here. Avoids #485753 usually.
6850
6851         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6852         Remove unneeded lock causing a race in typefind and shutting down.
6853         Fixes #485753.
6854
6855         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6856         Also remove sinks when going to NULL because we might not complete the
6857         state change to PAUSED, causing the PAUSED->READY state change not to
6858         happen.
6859
6860 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6861
6862         * gst-libs/gst/audio/gstbaseaudiosink.c:
6863         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6864         Also explicitly release the ringbuffer when going to NULL because it
6865         is required in the setcaps function, before the state change to PAUSED
6866         completes.
6867
6868 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * tests/icles/.cvsignore:
6871         * tests/icles/Makefile.am:
6872         * tests/icles/stress-playbin.c:
6873           Does what it says on the tin.
6874
6875 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6876
6877         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6878         Fix queue negotiation. See #486758.
6879
6880 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6881
6882         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6883         (gst_xvimagesink_xwindow_new),
6884         (gst_xvimagesink_update_colorbalance),
6885         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6886
6887         Fix handling of some of the X atoms. If the last parameter is True,
6888         XInternAtom won't create the atom if it doesn't exist, and therefore
6889         might return None. This causes X errors on Xv implementations that
6890         don't provide the colour balance attributes.
6891
6892 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * gst-libs/gst/tag/gstvorbistag.c:
6895         * tests/check/libs/tag.c:
6896           Extract vorbis comment LICENSE tags correctly.
6897
6898 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6901
6902         * gst-libs/gst/tag/gstid3tag.c:
6903         * tests/check/libs/tag.c:
6904           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6905
6906 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * gst-libs/gst/tag/gsttagdemux.c:
6909           Don't error out when a buggy downstream element doesn't
6910           handle the newsegment event we send properly (especially
6911           not without posting a meaningful error message on the
6912           bus). See bug #471370 and launchpad bug #136264.
6913
6914 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6915
6916         * gst-libs/gst/audio/gstbaseaudiosink.c:
6917         (gst_base_audio_sink_drain):
6918         Use new basesink method to make our EOS drain interruptable.
6919
6920 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6921
6922         * gst-libs/gst/rtp/gstrtppayloads.c:
6923         Fix silly search-replace oversight.
6924
6925 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6926
6927         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6928
6929         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6930         (gst_basertppayload_set_outcaps):
6931         Fix caps memleak. Fixes #484989.
6932
6933
6934 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6937         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6938         Fix debug output.
6939
6940 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6943         (gst_base_audio_src_create):
6944         Also handle the case where there is no clock set on the audio source,
6945         like in the unit tests.
6946
6947 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6948
6949         * gst-libs/gst/rtp/gstrtppayloads.c:
6950         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6951         to avoid compiler warnings
6952
6953 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6954
6955         * gst/playback/gstdecodebin.c: (type_found),
6956         (gst_decode_bin_change_state):
6957         * gst/playback/gstdecodebin2.c: (type_found),
6958         (gst_decode_bin_change_state):
6959         Don't disconnect the have_type signal because we never reconnect it
6960         later on. Instead keep a variable to see if we already detected a type.
6961
6962 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6965         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6966         (type_found):
6967         Unlink the signal handler when we found the type, we're not going to do
6968         anything sensible with more type_found signals anyway.
6969
6970 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         * gst-libs/gst/tag/gsttagdemux.c:
6973           Don't leak caps.
6974
6975 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * gst-libs/gst/tag/Makefile.am:
6978         * gst-libs/gst/tag/gsttagdemux.c:
6979         * gst-libs/gst/tag/gsttagdemux.h:
6980           API: add GstTagDemux base class for simple tag demuxers.
6981
6982         * docs/libs/gst-plugins-base-libs-docs.sgml:
6983         * docs/libs/gst-plugins-base-libs-sections.txt:
6984           Add GstTagDemux to docs.
6985
6986 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6987
6988         * gst-libs/gst/rtp/gstrtpbuffer.c:
6989         (gst_rtp_buffer_get_payload_subbuffer):
6990         Fix bug introduced with last commit which inverted the logic and
6991         caused all buffers to be dropped. Fixes #483620.
6992         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6993
6994 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6995
6996         * gst-libs/gst/rtp/gstrtpbuffer.c:
6997           Replace g_return_if_val (as it could be disabled), with regular return
6998           and warning.
6999
7000 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
7001
7002         * tests/check/pipelines/simple-launch-lines.c:
7003           Print message name and not just number.
7004
7005 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         * gst-libs/gst/audio/gstbaseaudiosink.c:
7008         (gst_base_audio_sink_async_play):
7009         When slaved to the clock, don't try to align a sample with the previous
7010         one when going to PLAYING again.
7011
7012 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7013
7014         * tests/examples/snapshot/snapshot.c:
7015           Fix the build.
7016
7017 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7018
7019         * gst-libs/gst/sdp/gstsdpmessage.h:
7020         Add RFC 3556 bandwidth modifiers.
7021
7022 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         * docs/libs/gst-plugins-base-libs-docs.sgml:
7025         * docs/libs/gst-plugins-base-libs-sections.txt:
7026         * gst-libs/gst/rtp/gstrtppayloads.c:
7027         Update documentation.
7028
7029 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7030
7031         * gst-libs/gst/rtp/Makefile.am:
7032         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7033         (gst_rtp_payload_info_for_name):
7034         * gst-libs/gst/rtp/gstrtppayloads.h:
7035         Added new file and header to deal with payload info.
7036
7037         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7038         (gst_rtp_buffer_default_clock_rate):
7039         * gst-libs/gst/rtp/gstrtpbuffer.h:
7040         Payload specific stuff is move to new headers.
7041         Implement _default_clock rate using the new payload function.
7042
7043         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7044         (gst_sdp_parse_line):
7045         * gst-libs/gst/sdp/gstsdpmessage.h:
7046         Add some more comments.
7047
7048 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7049
7050         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7051         (sdp_check_header), (sdp_type_find), (plugin_init):
7052         Add typefind function for application/sdp.
7053         Remove some old dirac typefind code that was ifdeffed out.
7054
7055 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7056
7057         * win32/common/libgstaudio.def:
7058         Add new exported functions.
7059         * win32/vs6/grammar.dsp:
7060         Add autogeneration and copy of some autegenerated files from win32/common
7061         for rtsp library.
7062         * win32/vs6/libgstaudioconvert.dsp:
7063         Add gstaudioquantize.c to the build.
7064         * win32/vs6/libgstinterfaces.dsp:
7065         Add videoorientation.c to the build.
7066         * win32/vs6/libgstriff.dsp:
7067         Add libgsttag to the link libraries list.
7068         * win32/vs6/libgstvolume.dsp:
7069         Add liboil to the link.
7070         * win32/vs6/gst_plugins_base.dsw:
7071         * win32/vs6/libgstrtsp.dsp:
7072         * win32/common/libgstrtsp.def:
7073         Add files to build libgstrtsp library.
7074         
7075 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7076
7077         * tests/examples/snapshot/snapshot.c: (main):
7078         Print error when pipeline failed to construct.
7079
7080 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         * configure.ac:
7083         * gst-libs/gst/tag/gstid3tag.c:
7084         * gst-libs/gst/tag/gstvorbistag.c:
7085           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7086           and ID3v2 tags.
7087
7088 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7089
7090         * gst-libs/gst/floatcast/floatcast.h:
7091           Don't include config.h in an installed public header, this
7092           might break compilation of applications that don't have such
7093           a header and doesn't necessarily do what it's supposed to do
7094           anyway (ie. check for the lrint/lrintf defines) (#442065).
7095           Add docs for the various macros and document how this header
7096           has to be used (link against libm, etc.); add a few FIXMEs;
7097           include math.h for non-c99 code path.  Based on patch by
7098           Jan Schmidt.
7099           
7100 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7101
7102         * configure.ac:
7103         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7104         of duplicating these macros in configure.ac.
7105
7106 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         * po/hu.po:
7109         * po/sv.po:
7110         * po/uk.po:
7111           Updated translations to 0.10.14
7112
7113 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7114
7115         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7116
7117         * po/pl.po:
7118           Added Polish translation.
7119
7120 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7121
7122         translated by: Ilkka Tuohela <hile@iki.fi>
7123
7124         * po/fi.po:
7125           Added Finnish translation.
7126
7127 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         translated by: Jorge González González <aloriel@gmail.com>
7130
7131         * po/es.po:
7132           Added Spanish translation.
7133
7134 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7135
7136         translated by: Mogens Jaeger <mogens@jaeger.tf>
7137
7138         * po/da.po:
7139           Added Danish translation.
7140
7141 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7142
7143         translated by: Funda Wang <fundawang@linux.net.cn>
7144
7145         * po/zh_CN.po:
7146           Added Chinese (simplified) translation.
7147
7148 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7149
7150         translated by: Alexander Shopov <ash@contact.bg>
7151
7152         * po/bg.po:
7153           Added Bulgarian translation.
7154
7155 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7156
7157         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7158         Fix compilation wrt printf arguments.
7159
7160 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7161
7162         * configure.ac:
7163         * tests/examples/Makefile.am:
7164         * tests/examples/snapshot/.cvsignore:
7165         * tests/examples/snapshot/Makefile.am:
7166         * tests/examples/snapshot/snapshot.c: (main):
7167         Add simple snapshot example program using appsink.
7168
7169 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7170
7171         * tests/check/generic/states.c:
7172           Improved state change unit test.
7173
7174 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7175
7176         * docs/plugins/.cvsignore:
7177         * tests/check/.cvsignore:
7178           Ignore registries in any format.
7179
7180 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7181
7182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7183         (gst_base_rtp_depayload_chain),
7184         (gst_base_rtp_depayload_set_gst_timestamp):
7185         Only copy timestamp on outgoing packets if the depayloader did not set
7186         one.
7187         Also copy duration on outgoing packets.
7188
7189 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7190
7191         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7192         (gst_basertppayload_set_outcaps):
7193         Fix compilation because of missing %d in printf.
7194         When fixating caps, fixate what we can and throw away all remaining
7195         unfixed caps, subclasses should do something smart if they need to.
7196
7197 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7198
7199         * ext/gnomevfs/gstgnomevfssrc.c:
7200           Improve debug logs a bit and be more verbose if things go wrong.
7201
7202 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7203
7204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7205         (gst_text_overlay_set_property):
7206         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7207         * gst-libs/gst/audio/gstbaseaudiosink.c:
7208         (gst_base_audio_sink_render):
7209         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7210         (gst_rtcp_unix_to_ntp):
7211         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7212         * gst/playback/gstqueue2.c:
7213         * tests/examples/seek/seek.c: (set_scale):
7214         Fix a bunch of compile warnings shown with Forte.
7215
7216         * gst/audiorate/gstaudiorate.c:
7217         Always pull in config.h before including any system headers.
7218
7219 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         * gst/playback/gstqueue2.c: (update_buffering),
7222         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7223         (gst_queue_handle_sink_event), (gst_queue_chain),
7224         (gst_queue_push_one), (gst_queue_sink_activate_push),
7225         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7226         Also fix #476514 for queue2.
7227
7228 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7229
7230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7231         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7232         (gst_base_rtp_depayload_chain),
7233         (gst_base_rtp_depayload_handle_sink_event),
7234         (gst_base_rtp_depayload_push_full),
7235         (gst_base_rtp_depayload_set_gst_timestamp),
7236         (gst_base_rtp_depayload_change_state):
7237         Remove code to deal with RTP to GST time conversion, we now just copy
7238         the GST timestamp we receive to the outgoing buffers.
7239         Handle segment and flushes correctly.
7240
7241         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7242         When we have no valid input timestamp, use the previous rtp timestamp on
7243         the outgoing RTP packet instead of the RTP base time.
7244
7245 2007-09-15  David Schleef  <ds@schleef.org>
7246
7247         * ext/alsa/gstalsa.c:
7248         * ext/alsa/gstalsadeviceprobe.c:
7249         * ext/alsa/gstalsamixer.c:
7250         * ext/alsa/gstalsasink.c:
7251         * ext/alsa/gstalsasrc.c:
7252           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7253
7254 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7255
7256         * gst-libs/gst/rtp/gstbasertppayload.c:
7257         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7258         Add some debug info when negotiating caps.
7259
7260 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7261
7262         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7263         A buffer with an empty payload is also a valid buffer.
7264
7265 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7268         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7269         (gst_basertppayload_change_state):
7270         Make sure we start our RTP timestamp from the random base RTP
7271         timestamp even if the buffer timestamp starts from some random value.
7272
7273 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7274
7275         * configure.ac:
7276         * tests/examples/Makefile.am:
7277         * tests/examples/dynamic/.cvsignore:
7278         * tests/examples/dynamic/Makefile.am:
7279         * tests/examples/dynamic/addstream.c: (create_stream),
7280         (pause_play_stream), (message_received), (eos_message_received),
7281         (perform_step), (main):
7282         Add simple exmple app to demonstrate starting and pausing live and
7283         non-live bins in a PLAYING pipeline.
7284
7285 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7286
7287         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7288         typefind for QCP files (RFC #3625)
7289
7290 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7291
7292         * gst-libs/gst/audio/gstbaseaudiosink.c:
7293         (gst_base_audio_sink_init):
7294         Disable pull mode scheduling, we're not ready for it yet and it subtly
7295         breaks a lot of things.
7296
7297 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         * tests/check/elements/libvisual.c:
7300           Test all libvisual plugins, not just the first one; this reproduces
7301           bug #450336 quite easily.  Looks like a problem with the 'jess'
7302           visualisation.
7303
7304 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * tests/check/Makefile.am:
7307         * tests/check/elements/.cvsignore:
7308         * tests/check/elements/libvisual.c:
7309           Add basic libvisual test case in an attempt to reproduce bug #450336.
7310           Doesn't reproduce that bug, but some other crasher instead (invalid
7311           free), at least with make elements/libvisual.forever and the bumscope
7312           plugin on x86-64/gutsy. Leaving test disabled for now.
7313
7314 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7315
7316         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7317
7318         * gst-libs/gst/rtsp/gstrtspconnection.c:
7319         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7320         (read_body), (gst_rtsp_connection_receive):
7321         Make sure we can not cancel in the middle of receiving a message.
7322         Fixes #475731.
7323
7324 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7325
7326         Patch by: Josep Torra Valles <josep@fluendo.com>
7327
7328         * gst/playback/gstplaybasebin.c:
7329           Increase upper limit for audio queue a bit; fixes preroll problem
7330           with playbin and decodebin2 when playing a quicktime trailer with
7331           multichannel audio via http (#464666).
7332
7333 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7334
7335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7336         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7337         (gst_base_audio_src_provide_clock),
7338         (gst_base_audio_src_set_property),
7339         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7340         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7341         Allow othe clocks than the internal clock to be used for the pipeline.
7342         Add property to disable clock provide.
7343         API: GstBaseAudioSrc::provide-clock
7344
7345 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * gst/playback/gstdecodebin2.c:
7348           Don't leak request pads. Fixes #475395.
7349
7350 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7351
7352         Patch by: René Stadler <mail at renestadler dot de>
7353
7354         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7355         (gst_ximage_buffer_class_init):
7356         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7357         (gst_xvimage_buffer_class_init):
7358         Correctly chain up finalize with the parent class to prevent
7359         memory leaks. Fixes #474880.
7360
7361 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7362
7363         * gst/volume/gstvolume.c: (volume_choose_func):
7364         * tests/check/elements/volume.c: (GST_START_TEST):
7365         Revert the latest change: floating point samples are allowed to
7366         have any value, not only values in the range [-1,1]. Thanks to Andy
7367         Wingo for noticing.
7368         Also fix processing of int32 samples with volumes > 4 by making the
7369         unity value smaller which prevents overflows.
7370
7371 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         * gst-libs/gst/rtp/gstrtpbuffer.c:
7374         * tests/check/libs/rtp.c:
7375           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7376
7377 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7380
7381         * gst-libs/gst/rtp/gstrtpbuffer.c:
7382           Fix up GstRTPHeader helper struct so that compilers will not under
7383           any circumstances add padding in between our fields, as currently
7384           happens with MSVC on win32, because that would lead to us sending
7385           out RTP payloads with broken RTP headers (#471194).
7386           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7387           
7388         * tests/check/Makefile.am:
7389         * tests/check/libs/.cvsignore:
7390         * tests/check/libs/rtp.c:
7391           Add some simple unit tests for GstRTPBuffer. Some are disabled
7392           because the code tested still needs fixing (set_csrc() does not work).
7393
7394 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * win32/MANIFEST:
7397         * win32/common/gstrtsp-enumtypes.c:
7398         * win32/common/gstrtsp-enumtypes.h:
7399         * win32/common/interfaces-enumtypes.c:
7400         * win32/common/interfaces-enumtypes.h:
7401         * win32/common/multichannel-enumtypes.c:
7402           Add rtsp enumtypes (#474384) and update others.
7403
7404 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7405
7406         * configure.ac:
7407           Fix configure check for HAVE_LIBXML_HTML.
7408
7409 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * tests/check/libs/.cvsignore:
7412           Ignore more, in case the build bots work again one day.
7413
7414 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7415
7416         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7417
7418         * configure.ac:
7419         * gst-libs/gst/Makefile.am:
7420         * gst-libs/gst/fft/Makefile.am:
7421         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7422         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7423         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7424         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7425         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7426         * gst-libs/gst/fft/gstfft.h:
7427         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7428         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7429         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7430         * gst-libs/gst/fft/gstfftf32.h:
7431         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7432         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7433         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7434         * gst-libs/gst/fft/gstfftf64.h:
7435         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7436         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7437         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7438         * gst-libs/gst/fft/gstffts16.h:
7439         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7440         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7441         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7442         * gst-libs/gst/fft/gstffts32.h:
7443         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7444         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7445         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7446         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7447         * gst-libs/gst/fft/kiss_fft_f32.h:
7448         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7449         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7450         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7451         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7452         * gst-libs/gst/fft/kiss_fft_f64.h:
7453         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7454         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7455         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7456         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7457         * gst-libs/gst/fft/kiss_fft_s16.h:
7458         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7459         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7460         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7461         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7462         * gst-libs/gst/fft/kiss_fft_s32.h:
7463         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7464         (kiss_fftr_f32), (kiss_fftri_f32):
7465         * gst-libs/gst/fft/kiss_fftr_f32.h:
7466         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7467         (kiss_fftr_f64), (kiss_fftri_f64):
7468         * gst-libs/gst/fft/kiss_fftr_f64.h:
7469         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7470         (kiss_fftr_s16), (kiss_fftri_s16):
7471         * gst-libs/gst/fft/kiss_fftr_s16.h:
7472         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7473         (kiss_fftr_s32), (kiss_fftri_s32):
7474         * gst-libs/gst/fft/kiss_fftr_s32.h:
7475         * gst-libs/gst/fft/kiss_version:
7476         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7477         * pkgconfig/gstreamer-plugins-base.pc.in:
7478         Add libgstfft, a FFT library based on Kiss FFT which is
7479         BSD licensed. Supported sample formats are int16, int32,
7480         float and double. For those formats a real FFT and IFFT
7481         can be done, different windowing functions can be applied
7482         and functions for extracting the magnitude and phase exist.
7483         Fixes #468619.
7484
7485         * docs/libs/Makefile.am:
7486         * docs/libs/gst-plugins-base-libs-docs.sgml:
7487         * docs/libs/gst-plugins-base-libs-sections.txt:
7488         Integrate libgstfft into the docs.
7489
7490         * tests/check/Makefile.am:
7491         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7492         Add unit tests for libgstfft, currently only testing the FFT.
7493         Unit tests for IFFT will follow soon.
7494
7495 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7496
7497         Patch by: Peter Kjellerstedt  <pkj at axis com>
7498
7499         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7500         (gst_sdp_message_init), (gst_sdp_message_uninit),
7501         (is_multicast_address), (gst_sdp_message_as_text),
7502         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7503         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7504         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7505         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7506         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7507         (gst_sdp_media_init), (gst_sdp_media_uninit),
7508         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7509         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7510         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7511         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7512         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7513         * gst-libs/gst/sdp/gstsdpmessage.h:
7514         Separate INIT_ARRAY() and related macros into two versions, one for
7515         structures and one for pointers (e.g., INIT_ARRAY() and
7516         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7517         lists of emails and phone numbers.
7518         Add missing const as appropriate.
7519         Change all gint to guint since they all actually represent unsigned
7520         values.
7521         Do not use time as a variable name as it shadows the global time().
7522         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7523         Actually implement gst_sdp_message_add_time().
7524         Make gst_sdp_message_add_time() take repeat times as an argument.
7525         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7526         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7527         misspelled as badwidth).
7528         gst-indented and a little clean up. Fixes #471067.
7529
7530 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7531
7532         * gst/volume/gstvolume.c: (volume_choose_func),
7533         (volume_process_double), (volume_process_double_clamp),
7534         (volume_process_float_clamp):
7535         Correctly clamp float/double samples in the [-1.0,1.0] range to
7536         prevent weird effects.
7537         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7538         Add unit tests for all samples types that had none before.
7539
7540 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7541
7542         * gst-libs/gst/rtp/gstrtpbuffer.c:
7543           Need to include stdlib.h for abs() here too.
7544
7545 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         * gst/playback/gststreaminfo.c:
7548           Fix build.
7549
7550 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7551
7552         * gst/playback/gststreaminfo.c:
7553           Clean up some half-disabled code and comment.
7554
7555 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7556
7557         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7558
7559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7560         (gst_base_rtp_payload_audio_handle_event):
7561         Return FALSE from the event handler to let the parent class handle the
7562         event. Fixes #446766.
7563
7564         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7565         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7566         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7567
7568         * gst-libs/gst/rtp/gstbasertppayload.c:
7569         Bump the MTU to 1400.
7570
7571 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7572
7573         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7574         Add an audio/x-nsf typefind function for the nsfdec element.
7575
7576 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7577         * gst/playback/gstplaybasebin.c:
7578         Included "myth://" on stream_uris list for enable buffering to mythtv files
7579
7580 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         * docs/libs/gst-plugins-base-libs-sections.txt:
7583         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7584         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7585         (gst_rtcp_unix_to_ntp):
7586         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7587         Fix parsing of RB blocks.
7588         Fix docs.
7589         Added helper functions to convert to/from UNIX and NTP time.
7590         API: gst_rtcp_ntp_to_unix()
7591         API: gst_rtcp_unix_to_ntp()
7592
7593         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7594         (gst_rtp_buffer_get_header_len),
7595         (gst_rtp_buffer_get_extension_data),
7596         (gst_rtp_buffer_get_payload_subbuffer),
7597         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7598         (gst_rtp_buffer_ext_timestamp):
7599         * gst-libs/gst/rtp/gstrtpbuffer.h:
7600         Fix some more docs.
7601         Implement handling of packets with extensions.
7602         Fix padding check in _validate().
7603         Added function to get extension data.
7604         API: gst_rtp_buffer_get_header_len()
7605         API: gst_rtp_buffer_get_extension_data()
7606
7607 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7608
7609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7610         (gst_base_rtp_depayload_class_init),
7611         (gst_base_rtp_depayload_set_gst_timestamp):
7612         Add some more docs for the queue-delay property and fix a typo in a
7613         comment.
7614
7615         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7616         Fix typo.
7617
7618 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst-libs/gst/audio/gstbaseaudiosink.c:
7621         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7622         (gst_base_audio_sink_change_state):
7623         When skew slaving, try to hover around the middle of a segment so that
7624         we at most drift by half a segment.
7625         If we are aligning in the oposite direction of the clock skew, we don't
7626         have to resync.
7627
7628 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7629
7630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7631         (gst_base_rtp_depayload_setcaps),
7632         (gst_base_rtp_depayload_set_gst_timestamp):
7633         Be less silly with the segment start, just apply the clock-base to the
7634         timestamp.
7635
7636 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7637
7638         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7639         (gst_base_rtp_depayload_class_init),
7640         (gst_base_rtp_depayload_finalize),
7641         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7642         (gst_base_rtp_depayload_handle_sink_event),
7643         (gst_base_rtp_depayload_set_gst_timestamp),
7644         (gst_base_rtp_depayload_change_state):
7645         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7646         Deprecate the queue handling thread thing and remove the code.
7647         Use new method to calculate the extended timestamp.
7648
7649 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7650
7651         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7652         (gst_rtcp_packet_sdes_copy_entry):
7653         Use g_strndup which does exactly what we want.
7654
7655         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7656         (gst_rtp_buffer_ext_timestamp):
7657         * gst-libs/gst/rtp/gstrtpbuffer.h:
7658         Add helper function to compare seqnums.
7659         Add helper function to calculate extended timestamps.
7660         API: gst_rtp_buffer_compare_seqnum()
7661         API: gst_rtp_buffer_ext_timestamp()
7662
7663 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7664
7665         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7666         (gst_rtcp_packet_sdes_get_entry),
7667         (gst_rtcp_packet_sdes_copy_entry):
7668         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7669         Fix and document SDES item data function.
7670         Add new function that makes a proper copy of SDES item data.
7671         API: gst_rtcp_packet_sdes_copy_entry()
7672
7673 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7674
7675         * configure.ac:
7676         * gst/Makefile.am:
7677           The tcp and subparse plugins are under gst, but not totaly free of
7678           dependencies. Handle selection inconfigure.ac, so that they show up
7679           on the final list of what is build and what is not. Maybe they should
7680           better be moved to ext.
7681
7682 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7683
7684         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7685
7686         * configure.ac:
7687         * gst/Makefile.am:
7688           Check if libxml provides HTML parser which subparse needs.
7689           Fixes #451970.
7690
7691 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7692
7693         * ext/alsa/gstalsa.c:
7694           Fix typo and compilation on big endian systems.
7695
7696 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7697
7698         * gst/subparse/gstssaparse.c:
7699           Convert SSA newline codes into actual newline characters (#470766).
7700
7701 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7702
7703         * docs/libs/gst-plugins-base-libs-sections.txt:
7704         * gst-libs/gst/pbutils/install-plugins.c:
7705         * gst-libs/gst/pbutils/install-plugins.h:
7706         * tests/check/libs/pbutils.c:
7707           API: also add gst_install_plugins_supported() while we're at it
7708           (see #470456).
7709
7710 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * docs/libs/gst-plugins-base-libs-sections.txt:
7713         * gst-libs/gst/pbutils/missing-plugins.c:
7714         * gst-libs/gst/pbutils/missing-plugins.h:
7715         * tests/check/libs/pbutils.c:
7716           API: add gst_missing_*_installer_detail_new() convenience API so
7717           that applications that know exactly what they're missing can request
7718           installer detail strings for those items directly instead of having
7719           to first create a dummy missing-plugin message and then get the
7720           installer detail string from that.  Fixes #470456.
7721
7722 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7723
7724         * gst/playback/gstdecodebin.c: (close_pad_link):
7725         We need to set up delayed-linking whenever the caps are non-fixed,
7726         not just when there are multiple types - use gst_pad_is_fixed()
7727         to test.
7728
7729 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         * gst-libs/gst/pbutils/missing-plugins.c:
7732           (gst_missing_plugin_message_get_installer_detail):
7733           Add missing separator in PID fallback case.
7734
7735 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7736
7737         * ext/alsa/Makefile.am:
7738         There is no GST_PLUGINS_BASE_LIBS defined.
7739         
7740         * ext/alsa/gstalsa.c:
7741         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7742         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7743         Add support for ALSA 24-bit formats.
7744         snd_pcm_delay can return an error code, especially
7745         during XRUNS. In that case, the best we can do is assume
7746         delay = 0.
7747
7748         * gst/audioconvert/Makefile.am:
7749         Add flags from -base before any more-remote dependencies.
7750
7751 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7752
7753         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7754
7755         * gst/volume/gstvolume.c: (volume_choose_func),
7756         (volume_update_real_volume), (gst_volume_set_volume),
7757         (gst_volume_init), (volume_process_int32),
7758         (volume_process_int32_clamp), (volume_process_int24),
7759         (volume_process_int24_clamp), (volume_process_int16),
7760         (volume_process_int16_clamp), (volume_process_int8),
7761         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7762         * gst/volume/gstvolume.h:
7763         Add support for int32, int24 and int8 to the volume element.
7764         Fixes #445529.
7765
7766 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7767
7768         * tests/examples/Makefile.am:
7769           Fix even more.
7770
7771 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * configure.ac:
7774         * docs/libs/Makefile.am:
7775         * docs/libs/gst-plugins-base-libs-docs.sgml:
7776         * docs/libs/gst-plugins-base-libs-sections.txt:
7777         * ext/gnomevfs/gstgnomevfssrc.c:
7778         * ext/gnomevfs/gstgnomevfssrc.h:
7779         * gst-libs/gst/Makefile.am:
7780         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7781         * pkgconfig/gstreamer-plugins-base.pc.in:
7782         * sys/v4l/v4lsrc_calls.c:
7783         * tests/examples/Makefile.am:
7784         * win32/common/config.h:
7785           Revert unwanted commit. many thanks to moap. I want a fix for 
7786           https://thomas.apestaart.org/moap/trac/ticket/239
7787
7788 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7789
7790         * gst/volume/gstvolume.c:
7791           Move passthrough below gst_object_sync_values(). Fixes #442654.
7792
7793 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7794
7795         * gst-libs/gst/audio/audio.c:
7796         Clarify the docs a little.
7797
7798 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * gst/volume/gstvolume.c:
7801           Enable liboil for float and add more details about problems with
7802           int16.
7803
7804 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7807         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7808
7809 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7810
7811         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7812         When calculating the first timestamp of the buffers, don't go below 0
7813         and clip the samples because the offset was on the eos page.
7814         Fixes #466717.
7815
7816 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7817
7818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7819         (gst_ogg_demux_collect_chain_info):
7820         Also submit the eos page when trying to find the first timestamp.
7821         See #466717.
7822
7823 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7824
7825         * gst-libs/gst/audio/audio.h:
7826         Use gst_util_uint64_scale() instead of doing the math
7827         with double for GST_FRAMES_TO_CLOCK_TIME() and
7828         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7829         prevents rounding errors. Fixes #467667.
7830
7831 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7832
7833         * gst-libs/gst/rtsp/gstrtspconnection.c:
7834         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7835         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7836         * gst-libs/gst/rtsp/gstrtspconnection.h:
7837         Small cleanups.
7838         On shutdown, don't read the control socket yet.
7839         Set timeout value correctly in all cases.
7840         Add function to check if the server accepts reads or writes.
7841         API: gst_rtsp_connection_poll()
7842
7843         * gst-libs/gst/rtsp/gstrtspdefs.h:
7844         Fix compilation with -pedantic.
7845         Add enum for _poll.
7846
7847 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         Patch by: Olivier Crete  <tester at tester ca>
7850
7851         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7852         (gst_basertppayload_getcaps):
7853         * gst-libs/gst/rtp/gstbasertppayload.h:
7854         Add getcaps vfunc to basertppayload. See #465146.
7855
7856 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7859         Only post buffering messages when we are a stream.
7860
7861 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7862
7863         * gst-libs/gst/pbutils/install-plugins.c:
7864         * gst-libs/gst/pbutils/missing-plugins.c:
7865           Small docs fix and addition.
7866
7867 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * tests/icles/.cvsignore:
7870         * tests/icles/Makefile.am:
7871         * tests/icles/test-textoverlay.c:
7872           Add a dumb little test for textoverlay alignments.
7873
7874 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7875
7876         Patch by: Dan Williams  <dcbw redhat com>
7877
7878         * ext/pango/gsttextoverlay.c:
7879         * ext/pango/gsttextoverlay.h:
7880           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7881           "silent" property so there's a Since tag in the API reference.
7882
7883 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7884
7885         * gst-libs/gst/rtp/gstbasertppayload.c:
7886         (gst_basertppayload_set_outcaps):
7887         * gst-libs/gst/rtp/gstbasertppayload.h:
7888         Improve caps negotiation so that downstream elements can confiure
7889         certain RTP properties by fixing them on the caps. See #465146.
7890         Add docs.
7891
7892 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * docs/libs/gst-plugins-base-libs-sections.txt:
7895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7897           Mark as deprecated some macros which were presumably meant to be
7898           private API and accidentally exposed in the public header file.
7899           Also actually _init() lock (only works at the moment because the
7900           struct is zeroed out when created and the initial values in the
7901           mutex struct are zeroes too). (#459585)
7902
7903 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7904
7905         * docs/libs/Makefile.am:
7906           Remove cruft and do some cleanups.
7907
7908         * docs/libs/gst-plugins-base-libs-docs.sgml:
7909           Prepare for comming gtkdoc features (rebase against online docs).
7910
7911 2007-08-10  Michael Smith <msmith@fluendo.com>
7912
7913         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7914           Debug output fixes.
7915         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7916         (GST_START_TEST):
7917           Change the number of buffers used; 500 is too many and leads to
7918           timeouts.
7919
7920 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         * gst/playback/gstqueue2.c:
7923         * gst/videorate/gstvideorate.c:
7924           Printf format fixes (#465028).
7925
7926 2007-08-09  Michael Smith <msmith@fluendo.com>
7927
7928         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7929           If we have a large (> 1 second) discontinuity, push a series of
7930           smaller buffers rather than a single very large buffer. Avoids
7931           unreasonably large single buffer allocations when encountering a
7932           large gap.
7933         * tests/check/elements/audiorate.c: (GST_START_TEST),
7934         (audiorate_suite):
7935           Add a test for this.
7936
7937 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7938
7939         * gst/playback/gstplaybasebin.c: (group_commit),
7940         (queue_remove_probe), (queue_threshold_reached):
7941
7942         Patch by: Josep Torra Valles <josep@fluendo.com>
7943         Fixes: #465015
7944         Make sure we remove the check_queues buffer probe from the 
7945         correct queue to avoid racily going back to "buffering 99%" when
7946         buffering is actually complete.
7947
7948         Also, fix the spelling of Josep's surname in the ChangeLog.
7949
7950 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7951
7952         * ext/ogg/gstoggmux.c:
7953           Do not leak oggmux instance.
7954         
7955         * ext/vorbis/vorbisenc.c:
7956           Also log values.
7957
7958 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7959
7960         * po/hu.po:
7961         * po/it.po:
7962         * po/nl.po:
7963         * po/uk.po:
7964         * po/vi.po:
7965           Updated translations.
7966
7967 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7968
7969         patch by: Yang Hong <hongyang@redflag-linux.com>
7970
7971         * ext/pango/gsttextoverlay.c:
7972         * ext/pango/gsttextoverlay.h:
7973           Add 'silent' property to GstTimeOverlay. Fixes #462979
7974
7975 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7976
7977         Patch by: Josep Torra Valles <josep@fluendo.com>
7978
7979         * docs/plugins/gst-plugins-base-plugins.args:
7980         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7981         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7982         (gst_uri_decode_bin_get_property), (gen_source_element):
7983         Add connection-speed property. Fixes #464690.
7984
7985 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7988
7989         * configure.ac:
7990         * gst-libs/gst/rtsp/Makefile.am:
7991         * gst-libs/gst/rtsp/gstrtspconnection.c:
7992         (gst_rtsp_connection_connect):
7993         Fix compilation on windows. Fixes #464320.
7994
7995 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7996
7997         Patch by: Josep Torra Valles <josep@fluendo.com>
7998
7999         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8000         (gst_play_base_bin_init), (queue_threshold_reached),
8001         (gen_source_element), (setup_substreams),
8002         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8003         (gst_play_base_bin_get_streaminfo_value_array):
8004         * gst/playback/gstplaybasebin.h:
8005         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8006         (gst_play_bin_set_property), (gst_play_bin_get_property),
8007         (gst_play_bin_handle_redirect_message):
8008         Move connection-speed property from playbin to playbasebin so that we
8009         can also configure it in source elements that have the connection-speed
8010         property. Fixes #464028.
8011         Add some debug info here and there.
8012
8013 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8014
8015         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8016         Properly respond to conversion queries. Fixes #464079.
8017
8018 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8019
8020         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8021         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8022         (gst_audio_test_src_init_sine_table),
8023         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8024         * gst/audiotestsrc/gstaudiotestsrc.h:
8025         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8026         Also set the default volume to the default value specified in the
8027         GParamSpec.
8028
8029 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8030
8031         Patch by: Jens Granseuer <jensgr at gmx dot net>
8032
8033         * gst/audioconvert/gstaudioquantize.c:
8034         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8035
8036 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8037
8038         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8039         Add rdt manager for rdt transport.
8040         Fix parsing of RDT transport.
8041
8042 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8043
8044         * configure.ac:
8045         Back to CVS
8046
8047 === release 0.10.14 ===
8048
8049 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8050
8051         * configure.ac:
8052           releasing 0.10.14, "Light Years Ahead"
8053
8054 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8055
8056         * tests/check/libs/audio.c: (GST_START_TEST):
8057         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8058
8059 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8060
8061         * gst-libs/gst/audio/audio.c:
8062         When clipping a buffer with no timestamp, assume it is
8063         within the segment without warnings.
8064
8065         Fixes: #460978
8066
8067 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8068
8069         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8070         Fire the signal on the object, not the interface.
8071
8072 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * gst-libs/gst/rtsp/.cvsignore:
8075         Ber. Don't include the full path, idiot.
8076
8077 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8078
8079         * gst-libs/gst/rtsp/.cvsignore:
8080         Ignore generated files.
8081
8082 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8083
8084         * gst-libs/gst/interfaces/Makefile.am:
8085         * gst-libs/gst/interfaces/interfaces-marshal.list:
8086         * gst-libs/gst/interfaces/rtspextension.c:
8087         * gst-libs/gst/interfaces/rtspextension.h:
8088         * gst-libs/gst/rtsp/Makefile.am:
8089         * gst-libs/gst/rtsp/gstrtsp.h:
8090         * gst-libs/gst/rtsp/gstrtspextension.c:
8091         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8092         (gst_rtsp_extension_detect_server),
8093         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8094         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8095         (gst_rtsp_extension_configure_stream),
8096         (gst_rtsp_extension_get_transports),
8097         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8098         * gst-libs/gst/rtsp/gstrtspextension.h:
8099         * gst-libs/gst/rtsp/rtsp-marshal.list:
8100         Move the rtspextension.h interface into gstrtspextension.h
8101         as part of libgstrtsp instead of libgstinterfaces, because it's
8102         only for use within plugins, not applications. 
8103         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8104         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8105         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8106         is abstract.
8107
8108 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8109
8110         * gst-libs/gst/interfaces/Makefile.am:
8111         * gst-libs/gst/interfaces/interfaces-marshal.list:
8112         * gst-libs/gst/interfaces/rtspextension.c:
8113         (gst_rtsp_extension_iface_init),
8114         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8115         * gst-libs/gst/interfaces/rtspextension.h:
8116         Fix marshaller for the send signal.
8117         Add URL to stream selection interface method.
8118
8119 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8120
8121         * gst-libs/gst/riff/Makefile.am:
8122         Pull in our dependencies from -base before those from outside.
8123
8124 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8125
8126         * docs/libs/gst-plugins-base-libs-sections.txt:
8127         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8128         * gst-libs/gst/rtsp/gstrtspbase64.h:
8129         API: gst_rtsp_base64_decode_ip()
8130         Added function to decode Base64 in-place.
8131
8132 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * tests/check/libs/.cvsignore:
8135         Ignore the mixer test binary.
8136
8137 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8138
8139         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8140         Gratuitous comment change to trigger a rebuild on the buildbots.
8141
8142 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8143
8144         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8145         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8146         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8147         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8148         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8149         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8150         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8151         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8152         (gst_sdp_media_get_attribute_val):
8153         * gst-libs/gst/sdp/gstsdpmessage.h:
8154         Constify args where we can.
8155
8156 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8157
8158         * gst-libs/gst/interfaces/Makefile.am:
8159         * gst-libs/gst/interfaces/rtspextension.c:
8160         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8161         (gst_rtsp_extension_detect_server),
8162         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8163         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8164         (gst_rtsp_extension_configure_stream),
8165         (gst_rtsp_extension_get_transports),
8166         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8167         * gst-libs/gst/interfaces/rtspextension.h:
8168         Move interface for RTSP extensions from -good to here.
8169         Added helper methods to invoke interface methods.
8170
8171 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8172
8173         * docs/libs/gst-plugins-base-libs-sections.txt:
8174         * gst-libs/gst/rtsp/gstrtspdefs.h:
8175         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8176         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8177         (gst_rtsp_message_init_response),
8178         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8179         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8180         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8181         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8182         (gst_rtsp_message_get_body), (dump_key_value):
8183         * gst-libs/gst/rtsp/gstrtspmessage.h:
8184         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8185         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8186         (gst_rtsp_range_parse):
8187         * gst-libs/gst/rtsp/gstrtsprange.h:
8188         * gst-libs/gst/rtsp/gstrtsptransport.c:
8189         * gst-libs/gst/rtsp/gstrtspurl.c:
8190         Fix some more RTSP docs.
8191         Add some missing methods for dealing with messages.
8192
8193 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8194
8195         * docs/libs/gst-plugins-base-libs-docs.sgml:
8196         * docs/libs/gst-plugins-base-libs-sections.txt:
8197         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8198         * gst-libs/gst/rtsp/gstrtspbase64.h:
8199         * gst-libs/gst/rtsp/gstrtspconnection.c:
8200         (gst_rtsp_connection_connect), (add_auth_header),
8201         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8202         (read_body), (gst_rtsp_connection_receive),
8203         (gst_rtsp_connection_next_timeout),
8204         (gst_rtsp_connection_reset_timeout),
8205         (gst_rtsp_connection_set_auth):
8206         * gst-libs/gst/rtsp/gstrtspconnection.h:
8207         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8208         * gst-libs/gst/rtsp/gstrtspdefs.h:
8209         * gst-libs/gst/rtsp/gstrtspmessage.h:
8210         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8211         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8212         (gst_rtsp_range_parse):
8213         * gst-libs/gst/rtsp/gstrtspurl.h:
8214         Added beginnings of RTSP documentation.
8215
8216 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * docs/libs/Makefile.am:
8219         * docs/libs/gst-plugins-base-libs-docs.sgml:
8220         * docs/libs/gst-plugins-base-libs-sections.txt:
8221         * gst-libs/gst/sdp/gstsdp.h:
8222         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8223         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8224         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8225         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8226         (gst_sdp_message_get_attribute_val),
8227         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8228         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8229         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8230         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8231         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8232         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8233         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8234         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8235         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8236         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8237         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8238         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8239         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8240         (gst_sdp_media_get_attribute_val_n),
8241         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8242         (print_media), (gst_sdp_message_dump):
8243         * gst-libs/gst/sdp/gstsdpmessage.h:
8244         Document the SDP library.
8245         Add some of the missing SDPMedia methods.
8246
8247 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8248
8249         * configure.ac:
8250         * gst-libs/gst/Makefile.am:
8251         * gst-libs/gst/rtsp/Makefile.am:
8252         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8253         * gst-libs/gst/rtsp/gstrtspbase64.h:
8254         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8255         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8256         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8257         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8258         (parse_response_status), (parse_request_line), (parse_line),
8259         (gst_rtsp_connection_read), (read_body),
8260         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8261         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8262         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8263         (gst_rtsp_connection_set_auth):
8264         * gst-libs/gst/rtsp/gstrtspconnection.h:
8265         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8266         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8267         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8268         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8269         (gst_rtsp_find_method):
8270         * gst-libs/gst/rtsp/gstrtspdefs.h:
8271         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8272         (gst_rtsp_message_new), (gst_rtsp_message_init),
8273         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8274         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8275         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8276         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8277         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8278         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8279         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8280         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8281         (gst_rtsp_message_dump):
8282         * gst-libs/gst/rtsp/gstrtspmessage.h:
8283         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8284         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8285         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8286         * gst-libs/gst/rtsp/gstrtsprange.h:
8287         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8288         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8289         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8290         (range_as_text), (rtsp_transport_mode_as_text),
8291         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8292         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8293         (gst_rtsp_transport_free):
8294         * gst-libs/gst/rtsp/gstrtsptransport.h:
8295         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8296         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8297         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8298         * gst-libs/gst/rtsp/gstrtspurl.h:
8299         * gst-libs/gst/sdp/Makefile.am:
8300         * gst-libs/gst/sdp/gstsdp.h:
8301         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8302         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8303         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8304         (gst_sdp_attribute_init), (gst_sdp_message_new),
8305         (gst_sdp_message_init), (gst_sdp_message_uninit),
8306         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8307         (gst_sdp_media_uninit), (gst_sdp_media_free),
8308         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8309         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8310         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8311         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8312         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8313         (gst_sdp_message_get_attribute_val),
8314         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8315         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8316         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8317         (gst_sdp_media_get_attribute_val_n),
8318         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8319         (read_string), (read_string_del), (gst_sdp_parse_line),
8320         (gst_sdp_message_parse_buffer), (print_media),
8321         (gst_sdp_message_dump):
8322         * gst-libs/gst/sdp/gstsdpmessage.h:
8323         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8324         Move SDP and RTSP from helper objects in -good to a reusable library.
8325         Use a proper gst_ namespace.
8326
8327 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8328
8329         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8330         (vorbis_dec_flush_decode):
8331         Use the new buffer clipping function from gstaudio here.
8332
8333 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8334
8335         * docs/libs/gst-plugins-base-libs-sections.txt:
8336         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8337         * gst-libs/gst/audio/audio.h:
8338         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8339         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8340         Also add deprecation guards for gst_audio_structure_set_int() to the
8341         header.
8342
8343 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8344
8345         * docs/libs/gst-plugins-base-libs-sections.txt:
8346           Cleanup the docs.
8347
8348 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8349
8350         Patch by: Dan Williams <dcbw at redhat dot com>
8351
8352         * gst/playback/gstplaybasebin.c:
8353         (gst_play_base_bin_get_streaminfo_value_array):
8354         Don't return NULL when querying the stream info value array but instead
8355         return an empty array. Fixes #459204.
8356
8357 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8358
8359         * gst/playback/gsturidecodebin.c:
8360           Init debug category before using it.
8361
8362 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8363
8364         * gst-libs/gst/interfaces/mixer.h:
8365         Add padding vars in place of the signal pointers
8366         when building with DISABLE_DEPRECATED so that the
8367         interface structure doesn't change size.
8368
8369 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8370
8371         * docs/libs/gst-plugins-base-libs-sections.txt:
8372         * ext/alsa/gstalsamixer.c:
8373         * ext/alsa/gstalsamixer.h:
8374         * ext/alsa/gstalsamixerelement.c:
8375         * ext/alsa/gstalsamixertrack.c:
8376         * gst-libs/gst/interfaces/mixer.c:
8377         * gst-libs/gst/interfaces/mixer.h:
8378         * gst-libs/gst/interfaces/mixeroptions.c:
8379         * gst-libs/gst/interfaces/mixeroptions.h:
8380         * gst-libs/gst/interfaces/mixertrack.c:
8381         * gst-libs/gst/interfaces/mixertrack.h:
8382         * tests/check/Makefile.am:
8383         * tests/check/libs/mixer.c:
8384
8385         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8386         Fixes: #152864 
8387
8388         Add support for notifying mixer changes on the message bus, and
8389         implement it in alsamixer.
8390
8391         API: gst_mixer_get_mixer_flags
8392         API: gst_mixer_message_parse_mute_toggled
8393         API: gst_mixer_message_parse_record_toggled
8394         API: gst_mixer_message_parse_volume_changed
8395         API: gst_mixer_message_parse_option_changed
8396         API: GstMixerMessageType
8397         API: GstMixerFlags
8398
8399 2007-07-20  Michael Smith <msmith@fluendo.com>
8400
8401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8402         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8403           xcontext->im_format is only for testing XShm support (as the header
8404           file comments document). Use xvimage->im_format for everything else.
8405           Avoids spurious warnings on buffer allocation before setcaps.
8406
8407 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8408
8409         * tests/examples/volume/Makefile.am:
8410         * tests/icles/Makefile.am:
8411           We should use $(LIBM).
8412
8413 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8414
8415         * tests/icles/Makefile.am:
8416           This needs -lm.
8417
8418 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8419
8420         * gst-libs/gst/rtp/gstbasertppayload.c:
8421         (gst_basertppayload_class_init), (gst_basertppayload_init),
8422         (gst_basertppayload_set_property),
8423         (gst_basertppayload_get_property):
8424         Don't break ABI, restore previous ranges. Keep the default random
8425         selection of timestamp and seqnum offset but as soon as the app sets a
8426         specific value, use that one.
8427
8428 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8429
8430         Patch by: Bastien Nocera <hadess at hadess dot net>
8431
8432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8433         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8434         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8435         * sys/xvimage/xvimagesink.h:
8436         Add option to turn off double-buffering for debugging purposes.
8437         Fixes #437169.
8438
8439 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8440
8441         Patch by: Jorn Baayen <jorn at openedhand dot com>
8442
8443         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8444         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8445         (gst_ximagesink_init), (gst_ximagesink_class_init):
8446         * sys/ximage/ximagesink.h:
8447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8448         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8449         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8450         * sys/xvimage/xvimagesink.h:
8451         add 'handle-expose' property. Useful for video widgets which may want to
8452         be in control of Expose behaviour. Fixes #380625
8453
8454 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8455
8456         * gst-libs/gst/rtp/gstbasertppayload.c:
8457         (gst_basertppayload_class_init), (gst_basertppayload_init),
8458         (gst_basertppayload_event), (gst_basertppayload_push),
8459         (gst_basertppayload_set_property),
8460         (gst_basertppayload_get_property),
8461         (gst_basertppayload_change_state):
8462         * gst-libs/gst/rtp/gstbasertppayload.h:
8463         Fix ranges of rtp payloader properties so that the full range can be
8464         used in addition to -1 (random).
8465         Fix wrong seqnum reporting in caps.
8466         Fixes #420326.
8467
8468 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8469
8470         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8471         (gst_video_rate_query):
8472         Use boilerplate.
8473         Add latency query, might not be perfect yet but already works a lot
8474         better. Fixes #442557.
8475
8476 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8477
8478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8479         (gst_xvimagesink_setcaps):
8480         * sys/xvimage/xvimagesink.h:
8481         After a caps change, redraw our borders to avoid garbage left there
8482         when the image format changes to a smaller size, like 16:9 -> 4:3
8483         Also, hold the flow_lock a bit longer in the set_caps while we're
8484         fiddling with the xcontext.
8485
8486 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8487
8488         * Makefile.am:
8489         * configure.ac:
8490         * tests/Makefile.am:
8491         Remove bogus check for libcheck, since we check for
8492         gstreamer-check and it pulls in the required info from there, and we
8493         weren't actually _using_ the information for libcheck ourselves
8494         anyway.
8495
8496 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8497
8498         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8499         (gst_ffmpeg_caps_to_pixfmt):
8500         Fix the r_mask test for RGBA32 on little-endian.
8501         Fix a stupid typo that would have obviously broken 
8502         compilation on big-endian, if anyone was testing.
8503
8504 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8505
8506         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8507         (paint_hline_str4):
8508         * gst/videotestsrc/videotestsrc.h:
8509         Add alpha to the color struct.
8510         Use a default alpha value of 255 instead of 128.
8511
8512 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8513
8514         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8515         (setup_source):
8516         Clear the dynamic pads counter when starting a new uri. This makes
8517         reusing playbin work again.
8518         Fixes #454264.
8519
8520 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8521
8522         * configure.ac:
8523           Use pkg-config to locate check.
8524
8525 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * configure.ac:
8528         * tests/check/elements/volume.c: (GST_START_TEST):
8529           Fix 'make check' build against core CVS.
8530
8531 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8532
8533         * gst-libs/gst/interfaces/propertyprobe.c:
8534         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8535         * gst-libs/gst/tag/gstvorbistag.c:
8536           Make gtk-doc happy.
8537
8538 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8539
8540         * gst-libs/gst/audio/gstbaseaudiosink.c:
8541         (gst_base_audio_sink_callback):
8542           Quick hack to make audiosinks stop at EOS when operating in
8543           pull-mode; needs to be fixed properly some day.
8544
8545 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * docs/libs/gst-plugins-base-libs-sections.txt:
8548           Fix location of includes in the docs.
8549
8550 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8551
8552         * gst/ffmpegcolorspace/avcodec.h:
8553         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8554         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8555         (gst_ffmpegcsp_avpicture_fill):
8556         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8557         (img_get_alpha_info):
8558         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8559         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8560         end of the word. Partially fixes #451908
8561
8562 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8563
8564         * docs/libs/Makefile.am:
8565         * docs/plugins/Makefile.am:
8566           Simplify --extra-dir as gtkdoc scans recursively.
8567
8568 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8569
8570         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8571         (gst_adder_request_new_pad):
8572         Make getcaps more robust by not using the proxycaps function. This makes
8573         sure that we don't end up recursively calling getcaps upstream.
8574         See #316248.
8575
8576 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8577
8578         * gst/audioconvert/audioconvert.c:
8579         Include math.h to fix compilation.
8580
8581 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8582
8583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8584         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8585         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8586         format, as produced by some dc1394 cameras like the iSight.
8587         See http://www.fourcc.org/yuv.php#IYU1
8588
8589 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8590
8591         * gst/audioconvert/Makefile.am:
8592         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8593         (check_default), (audio_convert_prepare_context),
8594         (audio_convert_clean_context), (audio_convert_convert):
8595         * gst/audioconvert/audioconvert.h:
8596         * gst/audioconvert/gstaudioconvert.c:
8597         (gst_audio_convert_dithering_get_type),
8598         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8599         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8600         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8601         * gst/audioconvert/gstaudioconvert.h:
8602         * gst/audioconvert/gstaudioquantize.c:
8603         (gst_audio_quantize_setup_noise_shaping),
8604         (gst_audio_quantize_free_noise_shaping),
8605         (gst_audio_quantize_setup_dither),
8606         (gst_audio_quantize_free_dither),
8607         (gst_audio_quantize_setup_quantize_func),
8608         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8609         * gst/audioconvert/gstaudioquantize.h:
8610         Implement dithering and noise shaping in audioconvert. By default now
8611         TPDF dithering (and no noise shaping) will be used when converting
8612         from a higher bit depth to 20 bit depth or smaller, otherwise
8613         everything will be as it is now.
8614         For the last audioconvert in a pipeline it would make sense to
8615         use some kind of noise shaping, enabling it by default for all
8616         conversions would give undesired results though. Fixes #360246.
8617         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8618         (GST_START_TEST):
8619         Adjust unit test for the new audioconvert.
8620
8621 2007-06-28  Wim Taymans  <wim@fluendo.com>
8622
8623         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8624         Use other metrics as well when estimating the buffer level.
8625
8626 2007-06-28  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8629         Small debug improvement.
8630
8631         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8632         (plugin_init):
8633         Tweak the rate estimation period.
8634         When calculating the buffer filledness in rate estimation mode, don't
8635         mix it with other metrics.
8636
8637 2007-06-28  Wim Taymans  <wim@fluendo.com>
8638
8639         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8640         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8641         When creating the groups, allow for a 5 second, unlimited buffers
8642         preroll phase after which we expose the group.
8643         When the group is exposed, use a small number of buffers up to a 2
8644         second limit. Also disconnect the overrun signal from multiqueue when we
8645         exposed the group because it is not needed anymore.
8646
8647 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8648
8649         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8650           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8651           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8652           (#451707); also, output some debugging info when dealing with
8653           freeform strings.
8654
8655         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8656           Add unit test for the above.
8657
8658 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8659
8660         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8661           Add description for Windows Media RTP caps.
8662
8663         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8664           Remove RTP fields that don't define the format from caps.
8665
8666 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8667
8668         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8669           Skip empty buffers, but not empty header buffers. That way the original
8670           vorbisdec unit test still passes (#451145); also, take into account
8671           that those empty packets might carry a granulepos.
8672
8673         * tests/check/Makefile.am:
8674         * tests/check/elements/vorbisdec.c:
8675         (_create_codebook_header_buffer), (_create_audio_buffer),
8676         (GST_START_TEST), (vorbisdec_suite):
8677           Add unit test that sends an empty packet.
8678
8679 2007-06-27  Wim Taymans  <wim@fluendo.com>
8680
8681         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8682         Don't error out on 0-sized packets, just emit a warning because this is
8683         not a fatal error. Fixes #451145.
8684
8685 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8686
8687         * docs/plugins/gst-plugins-base-plugins.args:
8688         * docs/plugins/gst-plugins-base-plugins.signals:
8689         * docs/plugins/inspect/plugin-adder.xml:
8690         * docs/plugins/inspect/plugin-alsa.xml:
8691         * docs/plugins/inspect/plugin-audioconvert.xml:
8692         * docs/plugins/inspect/plugin-audiorate.xml:
8693         * docs/plugins/inspect/plugin-audioresample.xml:
8694         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8695         * docs/plugins/inspect/plugin-cdparanoia.xml:
8696         * docs/plugins/inspect/plugin-decodebin.xml:
8697         * docs/plugins/inspect/plugin-decodebin2.xml:
8698         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8699         * docs/plugins/inspect/plugin-gdp.xml:
8700         * docs/plugins/inspect/plugin-gnomevfs.xml:
8701         * docs/plugins/inspect/plugin-libvisual.xml:
8702         * docs/plugins/inspect/plugin-ogg.xml:
8703         * docs/plugins/inspect/plugin-pango.xml:
8704         * docs/plugins/inspect/plugin-playbin.xml:
8705         * docs/plugins/inspect/plugin-subparse.xml:
8706         * docs/plugins/inspect/plugin-tcp.xml:
8707         * docs/plugins/inspect/plugin-theora.xml:
8708         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8709         * docs/plugins/inspect/plugin-video4linux.xml:
8710         * docs/plugins/inspect/plugin-videorate.xml:
8711         * docs/plugins/inspect/plugin-videoscale.xml:
8712         * docs/plugins/inspect/plugin-videotestsrc.xml:
8713         * docs/plugins/inspect/plugin-volume.xml:
8714         * docs/plugins/inspect/plugin-vorbis.xml:
8715         * docs/plugins/inspect/plugin-ximagesink.xml:
8716         * docs/plugins/inspect/plugin-xvimagesink.xml:
8717           Update docs with caps info.
8718
8719 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * po/POTFILES.in:
8722           Add more files with translatable strings (#450875).
8723
8724 2007-06-23  Edward Hervey  <edward@fluendo.com>
8725
8726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8727         The chain should be freed if we error out here, else it will leak.
8728         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8729         (cleanup_decodebin):
8730         Don't forget to *properly* remove the signals, else it will leak.
8731
8732 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8733
8734         * MAINTAINERS:
8735         Updating all the maintainers files
8736
8737 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8738
8739         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8740         (main):
8741           Destroy and recreate parse-launch based pipeline after stop to be able
8742           to play again. Reorder some code and add more comments.
8743
8744 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8745
8746         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8747         When handling a delayed-caps notification case, mark
8748         the group as dynamic so that the nbdynamic count is
8749         incremented and decremented correctly. Fixes: #449156
8750         Patch by: Wim Taymans <wim@fluendo.com>
8751
8752 2007-06-19  Andy Wingo  <wingo@pobox.com>
8753
8754         * gst-libs/gst/audio/gstbaseaudiosink.c
8755         (gst_base_audio_sink_init): Enable pull-mode operation.
8756
8757 2007-06-19  Michael Smith <msmith@fluendo.com>
8758
8759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8760           Change minimum rate back to 1000 to allow low-sample-rate wav files
8761           to play back.
8762
8763 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8764
8765         * po/vi.po:
8766           Update translations.
8767
8768 2007-06-15  David Schleef  <ds@schleef.org>
8769
8770         * gst/playback/gstqueue2.c:
8771           Fix compile error from ignored return value.
8772
8773 2007-06-15  Michael Smith <msmith@fluendo.com>
8774
8775         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8776           Update tmpbuf for all neccesary rows, not just one, as is required
8777           when downscaling.
8778           Fixes #402076.
8779
8780 2007-06-15  Michael Smith <msmith@fluendo.com>
8781
8782         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8783         (eos_buffer_probe):
8784           Add a test that ensures we set DELTA_UNIT on all non-header,
8785           non-video buffers, if we have a video stream.
8786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8787         (gst_ogg_mux_process_best_pad):
8788           Move setting delta_pad to earlier, where we inspect all pads, so
8789           that leading audio pages don't get DELTA_UNIT unset if they come
8790           before the first DELTA_UNIT from video pages. Fixes the newly-added
8791           test. Fixes #385527.
8792
8793 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8794
8795         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8796           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8797           fails on the p5-ppc64 build bot and the failure looks like it is due
8798           to the same issue as #348114, ie. a compiler bug.
8799
8800 2007-06-13  Edward Hervey  <edward@fluendo.com>
8801
8802         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8803         Fix build on MacOSX.
8804
8805 2007-06-13  Wim Taymans  <wim@fluendo.com>
8806
8807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8808         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8809         Fix compilation on mingw. Fixes #446972.
8810
8811 2007-06-12  Wim Taymans  <wim@fluendo.com>
8812
8813         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8814
8815         * gst/playback/gstqueue2.c: (update_buffering),
8816         (gst_queue_locked_enqueue):
8817         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8818         also update the buffering status when receiving events. Fixes #446551.
8819
8820 2007-06-11  Wim Taymans  <wim@fluendo.com>
8821
8822         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8823
8824         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8825         (gst_queue_handle_src_query):
8826         Wait for preroll before attempting to forward a duration query upstream.
8827         Fixes #445505.
8828
8829 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8830
8831         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8832         (gst_base_rtp_depayload_set_gst_timestamp):
8833         Use G_GINT64_CONSTANT macro for int64 constant.
8834         * win32/common/libgstinterfaces.def:
8835         * win32/common/libgsttag.def:
8836         Add new exported functions.
8837
8838 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8839
8840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8841           The BOS page of the first Dirac video stream needs to come before
8842           the BOS page of any Vorbis streams or other audio streams, just like
8843           it is with Theora.
8844
8845 2007-06-07  Wim Taymans  <wim@fluendo.com>
8846
8847         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8848         Fix compilation.
8849
8850 2007-06-06  Wim Taymans  <wim@fluendo.com>
8851
8852         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8853
8854         * gst/playback/gstqueue2.c: (gst_queue_init),
8855         (gst_queue_handle_sink_event), (gst_queue_chain),
8856         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8857         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8858         (gst_queue_src_activate_pull):
8859         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8860         Does not yet completely work because duration queries upstream won't
8861         block yet.
8862
8863 2007-06-06  Wim Taymans  <wim@fluendo.com>
8864
8865         * configure.ac:
8866         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8867         Some more fseeko checks.
8868
8869 2007-06-06  Wim Taymans  <wim@fluendo.com>
8870
8871         * configure.ac:
8872         check for large file support.
8873
8874 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8875
8876         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8877
8878         * gst/subparse/gstsubparse.c: (parse_subrip),
8879         (subviewer_unescape_newlines), (parse_subviewer),
8880         (gst_sub_parse_data_format_autodetect),
8881         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8882         * gst/subparse/gstsubparse.h:
8883         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8884         * tests/check/elements/subparse.c: (GST_START_TEST),
8885         (subparse_suite):
8886         Add a unit test for both SubViewer formats.
8887
8888 2007-06-01  Michael Smith <msmith@fluendo.com>
8889
8890         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8891           Don't overflow intermediate values when seeking to large time values
8892           in audiotestsrc.
8893
8894 2007-06-05  Wim Taymans  <wim@fluendo.com>
8895
8896         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8897         (gst_queue_create_read), (gst_queue_read_item_from_file),
8898         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8899         Include stdio to define fseeko.
8900
8901 2007-06-05  Wim Taymans  <wim@fluendo.com>
8902
8903         Patch by: Edward Hervey  <edward@fluendo.com>
8904
8905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8906         (gst_v4lsrc_query):
8907         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8908
8909 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * gst-libs/gst/riff/Makefile.am:
8912         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8913           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8914           our own implementation.
8915
8916 2007-06-05  Wim Taymans  <wim@fluendo.com>
8917
8918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8919         (gst_base_rtp_depayload_setcaps),
8920         (gst_base_rtp_depayload_set_gst_timestamp),
8921         (gst_base_rtp_depayload_change_state):
8922         Handle timestamp wraparound.
8923
8924 2007-06-05  Wim Taymans  <wim@fluendo.com>
8925
8926         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8927         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8928         (gst_uri_decode_bin_change_state):
8929         Make sure we name srcpads uniquely even when using different internal
8930         decodebins.
8931         Signal no-more-pads when no more dynamic elements exist.
8932         Remove pads on cleanup.
8933
8934 2007-06-05  Wim Taymans  <wim@fluendo.com>
8935
8936         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8937
8938         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8939         (gst_queue_init), (gst_queue_finalize),
8940         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8941         (gst_queue_create_read), (gst_queue_read_item_from_file),
8942         (gst_queue_open_temp_location_file),
8943         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8944         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8945         (gst_queue_is_empty), (gst_queue_is_filled),
8946         (gst_queue_change_state), (gst_queue_set_temp_location),
8947         (gst_queue_set_property):
8948         Add support for filebased buffering. Fixes #441264.
8949
8950 2007-06-05  Wim Taymans  <wim@fluendo.com>
8951
8952         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8953         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8954         (caps_notify_group_cb), (gst_decode_group_new),
8955         (gst_decode_group_free):
8956         Add support for delayed caps fixation when autoplugging.
8957         Optimize cases where a multiqueue is not needed/wanted, like right after
8958         anything that is not a demuxer.
8959
8960 2007-06-05  Wim Taymans  <wim@fluendo.com>
8961
8962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8963         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8964         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8965         consideratly speedup ogg chain detection by not trying to find a base
8966         timestamp for skeleton streams. 
8967
8968 2007-06-05  Wim Taymans  <wim@fluendo.com>
8969
8970         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8971         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8972         (gst_multi_fd_sink_remove_flush),
8973         (gst_multi_fd_sink_remove_client_link),
8974         (gst_multi_fd_sink_handle_client_write),
8975         (gst_multi_fd_sink_handle_clients):
8976         * gst/tcp/gstmultifdsink.h:
8977         Add support for remove_flush.
8978
8979 2007-06-05  Wim Taymans  <wim@fluendo.com>
8980
8981         * docs/design/draft-keyframe-force.txt:
8982         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8983         (theora_enc_chain):
8984         Add draft design for forcing keyframes in encoders and implement in
8985         theoraenc.
8986
8987 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8988
8989         * configure.ac:
8990           Back to CVS
8991
8992 === release 0.10.13 ===
8993
8994 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8995
8996         * configure.ac:
8997           releasing 0.10.13, "What's Going on?"
8998
8999 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9000
9001         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9002         In riff, the depth is stored in the size field but it just means that
9003         the least significant bits are cleared. We can therefore just play
9004         the sample as if it had a depth == width. Fixes: #440997
9005
9006         Patch by: Wim Taymans <wim@fluendo.com> 
9007         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
9008
9009 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
9010
9011         * gst-libs/gst/floatcast/floatcast.h:
9012         Define inline when needed on win32 builds. Fixes: #441295
9013         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9014
9015 2007-05-29  Wim Taymans  <wim@fluendo.com>
9016
9017         * gst/playback/gstplaybasebin.c: (queue_overrun),
9018         (no_more_pads_full):
9019         Stop buffering when the group is commited because the queues filled up.
9020         Fixes #442024.
9021
9022 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9023
9024         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9025         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9026         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9027         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9028         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9029         * ext/alsa/gstalsamixer.h:
9030         * ext/alsa/gstalsamixerelement.c:
9031         (gst_alsa_mixer_element_interface_supported),
9032         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9033         (gst_alsa_mixer_element_set_property),
9034         (gst_alsa_mixer_element_get_property),
9035         (gst_alsa_mixer_element_change_state):
9036         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9037         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9038         (gst_mixer_option_changed):
9039         * gst-libs/gst/interfaces/mixer.h:
9040         Revert commits towards #152864 made so far. We'll pick it up again
9041         after the 0.10.13 release.
9042
9043 2007-05-24  Wim Taymans  <wim@fluendo.com>
9044
9045         * gst-libs/gst/audio/gstbaseaudiosink.c:
9046         (gst_base_audio_sink_render):
9047         After an interrupt (PAUSED/flush) assume that the next sample should not
9048         be aligned to the previous sample. Fixes #417992.
9049
9050 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9051
9052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9053           Don't add channels and rate fields to the template caps for
9054           audio/x-dts, as wavparse might not always be able to set them,
9055           which would then lead to 'caps are not a real subset of the
9056           template caps' warnings.
9057
9058 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9059
9060         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9061         Handle unknown or invalid pads without crashing, as might occur if
9062         a media file like an mp3 is specified as a subtitle file.
9063         Fixes: #410039
9064
9065 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9066
9067         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9068         (setup_sinks):
9069         Block the subtitle bin output queue before ghosting it and linking,
9070         then unblock after. This avoids spurious not-linked errors caused 
9071         by the queue starting up (because it gets linked when it is ghosted). 
9072         Fixes: #350299
9073
9074 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9075
9076         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9077         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9078         file. Avoids flukes where the input gets typefound to some valid but
9079         useless type.
9080
9081 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9082
9083         * tests/check/Makefile.am:
9084         * tests/check/elements/.cvsignore:
9085         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9086         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9087           Add unit test for gnomevfssink seeking and position reporting for
9088           file:// URIs.
9089
9090 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9091
9092         Patch by: Mark Nauwelaerts <manauw at skynet be>
9093
9094         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9095         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9096         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9097         * ext/gnomevfs/gstgnomevfssink.h:
9098           Fix position reporting, especially after a seek (from upstream),
9099           see #412648.
9100
9101 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         * ext/cdparanoia/gstcdparanoiasrc.c:
9104           Repair umlaut.
9105
9106 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9107
9108         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9109         Specify the full valid range for MP3 samplerates. Fixes a regression
9110         caused by extra header checks since the last release.
9111
9112 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9113
9114         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9116         Fix a locking-order bug I introduced with my changes the other day.
9117         Patch by Mike Smith.
9118
9119 2007-05-21  Michael Smith <msmith@fluendo.com>
9120
9121         * ext/theora/theoradec.c: (theora_handle_data_packet):
9122           Don't look inside 0-length packets (which indicate duplicated
9123           frames)
9124
9125 2007-05-21  Wim Taymans  <wim@fluendo.com>
9126
9127         * ext/cdparanoia/gstcdparanoiasrc.c:
9128         (gst_cd_paranoia_src_read_sector):
9129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9130         (gst_base_audio_src_create):
9131         Small cleanups.
9132
9133         * ext/theora/theoradec.c: (theora_dec_sink_event):
9134         Fix typo.
9135
9136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9137         (gst_base_rtp_depayload_set_gst_timestamp):
9138         Add some FIXME
9139
9140         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9141         And some debug info when a FIXME path is hit.
9142
9143 2007-05-21  Wim Taymans  <wim@fluendo.com>
9144
9145         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9146         (gst_base_rtp_audio_payload_class_init),
9147         (gst_base_rtp_audio_payload_init),
9148         (gst_base_rtp_audio_payload_finalize),
9149         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9150         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9151         (gst_base_rtp_payload_audio_handle_event):
9152         Some cleanups, remove minptime property as it is now in the parent
9153         class.
9154         Override parent class event function.
9155
9156         * gst-libs/gst/rtp/gstbasertppayload.c:
9157         (gst_basertppayload_class_init), (gst_basertppayload_init),
9158         (gst_basertppayload_event), (gst_basertppayload_set_property),
9159         (gst_basertppayload_get_property):
9160         * gst-libs/gst/rtp/gstbasertppayload.h:
9161         Add min-ptime property.
9162         Add handle-event vmethod. Fixes #415001.
9163
9164 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9165
9166         * gst-libs/gst/audio/gstbaseaudiosink.c
9167           (gst_base_audio_sink_change_state):
9168           Fix typo in comment.
9169
9170         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9171           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9172           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9173           close_link):
9174         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9175           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9176           Remove trailing whitespaces in comments.
9177
9178         * gst/volume/Makefile.am:
9179           Fix tabs.
9180
9181 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9182
9183         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9184
9185         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9186           set_option, get_option, _gst_reserved):
9187           Revert reordering functions (keep ABI).
9188
9189 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9190
9191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9192         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9193         (gst_ximagesink_show_frame):
9194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9195         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9196         (gst_xvimagesink_show_frame):
9197         When we create our own window, indicate that we handle the 
9198         WM_DELETE client message from the window manager, so that it won't 
9199         kill our window (and our app) along with it. Handle ClientMessage,
9200         post an error on the bus, and close the window. Further buffers
9201         arriving will result in a FlowError because the window has been
9202         destroyed.
9203
9204         Fixes: #393975
9205
9206         Clean up the X event handling loop and make them the same for
9207         both xvimagesink and ximagesink while I'm at it.
9208
9209 2007-05-17  Wim Taymans  <wim@fluendo.com>
9210
9211         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9212         Make decodebin2 autoplug depayloaders too.
9213
9214         * gst/playback/gsturidecodebin.c: (source_new_pad):
9215         Set the newly created decoder in a usable state when autoplugging a
9216         dynamic source such as RTSP.
9217
9218 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9219
9220         * gst/playback/gststreaminfo.c: (cb_probe):
9221           Ignore video-codec tag for audio streams and ignore audio-codec tags
9222           for video streams. Should make codec name collection a bit more
9223           robust against sloppy demuxers that send tag events containing both
9224           tags down each pad.
9225
9226 2007-05-17  Wim Taymans  <wim@fluendo.com>
9227
9228         * gst/playback/gstqueue2.c: (update_rates):
9229         Tweak the buffering thresholds a little.
9230         Update the buffer size with the previously calculate rate instead of
9231         only when we calculate a new rate so that we get smoother buffering
9232         updates.
9233
9234         * gst/playback/Makefile.am:
9235         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9236         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9237         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9238         (gst_uri_decode_bin_get_property), (unknown_type),
9239         (add_element_stream), (no_more_pads_full), (no_more_pads),
9240         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9241         (gen_source_element), (has_all_raw_caps), (analyse_source),
9242         (remove_decoders), (make_decoder), (remove_source),
9243         (source_new_pad), (setup_source), (decoder_query_init),
9244         (decoder_query_duration_fold), (decoder_query_duration_done),
9245         (decoder_query_position_fold), (decoder_query_position_done),
9246         (decoder_query_latency_fold), (decoder_query_latency_done),
9247         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9248         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9249         (gst_uri_decode_bin_change_state), (plugin_init):
9250         New element that intergrates a source, optional buffering element and
9251         decodebin.
9252
9253 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9254
9255         * configure.ac:
9256           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9257           (also has a .pc file, so we don't need the fallback check any
9258           longer). Fixes #438840.
9259
9260 2007-05-17  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9263         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9264         (apply_segment), (apply_buffer), (update_buffering),
9265         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9266         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9267         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9268         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9269         (plugin_init):
9270         fix build.
9271
9272 2007-05-17  Wim Taymans  <wim@fluendo.com>
9273
9274         * gst/playback/Makefile.am:
9275         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9276         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9277         (gst_queue_getcaps), (gst_queue_bufferalloc),
9278         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9279         (apply_buffer), (update_buffering), (reset_rate_timer),
9280         (update_rates), (gst_queue_locked_flush),
9281         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9282         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9283         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9284         (gst_queue_loop), (gst_queue_handle_src_event),
9285         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9286         (gst_queue_src_activate_push), (gst_queue_change_state),
9287         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9288         On our way to playbin2 this is the new network queue that does buffering
9289         all by itself using high and low watermarks. It can also measure up and
9290         downstream bandwidth to optimally size the queue.
9291
9292 2007-05-17  Michael Smith <msmith@fluendo.com>
9293
9294         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9295         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9296           Use the segment->last_stop value to calculate the next timestamp to
9297           generate after a seek; not the segment->start value.
9298
9299 2007-05-15  David Schleef  <ds@schleef.org>
9300
9301         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9302           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9303
9304 2007-05-15  Wim Taymans  <wim@fluendo.com>
9305
9306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9307         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9308         Some more chained streaming ogg timestamp fixes.
9309
9310 2007-05-15  Wim Taymans  <wim@fluendo.com>
9311
9312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9313         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9314         (gst_ogg_demux_handle_page):
9315         Add some FIXMEs.
9316         Fix chain start/stop segment handling based on patch by
9317         <ahalda at cs dot mcgill dot ca> see #320984.
9318
9319 2007-05-15  Michael Smith <msmith@fluendo.com>
9320
9321         * configure.ac:
9322           We don't require a C++ compiler. So don't require one.
9323
9324 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9325
9326         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9327           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9328           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9329           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9330           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9331           gst_alsa_mixer_update_track):
9332           Apply some of the cleanup Tim suggested in #152864 afterwards.
9333
9334 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9335
9336         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9337
9338         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9339           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9340           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9341           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9342           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9343           gst_alsa_mixer_handle_source_callback,
9344           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9345           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9346           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9347           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9348           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9349           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9350         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9351         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9352           gst_alsa_mixer_element_interface_supported,
9353           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9354           gst_alsa_mixer_element_set_property,
9355           gst_alsa_mixer_element_get_property,
9356           gst_alsa_mixer_element_change_state):
9357         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9358         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9359           gst_mixer_option_changed):
9360         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9361           volume_changed, option_changed, _gst_reserved):
9362           Implement notification for alsamixer. Fixes #152864
9363
9364 2007-05-14  David Schleef  <ds@schleef.org>
9365
9366         * gst/videotestsrc/videotestsrc.c:
9367         * gst/videotestsrc/videotestsrc.h:
9368           Add support for video/x-raw-bayer.
9369
9370 2007-05-12  David Schleef  <ds@schleef.org>
9371
9372         * sys/xvimage/xvimagesink.c:
9373           Add some sanity checking for the XVImage size returned by X.
9374           Related to #377400.
9375
9376 2007-05-12  Wim Taymans  <wim@fluendo.com>
9377
9378         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9379         (gst_base_rtp_depayload_setcaps),
9380         (gst_base_rtp_depayload_set_gst_timestamp):
9381         Parse and use additional caps fields as described in updated
9382         application/x-rtp caps spec.
9383
9384 2007-05-12  Wim Taymans  <wim@fluendo.com>
9385
9386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9387         (gst_ogg_demux_collect_chain_info):
9388         If there is a stream in a chain without any data packets, ignore the
9389         stream in the total length calculations. Might be related to #436820.
9390
9391 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9392
9393         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9394         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9395         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9396         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9397         (plugin_init):
9398
9399         Consolidate and re-work our mpeg system stream detection to probe
9400         more packets and produce a higher confidence result. Fixes a
9401         regression caused by lowering the typefind probability last year
9402         - related to bug #397810. Remove the redundant MPEG-1 specific 
9403         typefind function, as the new one detects both MPEG-1 & MPEG-2
9404         happily.
9405
9406         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9407         little. 
9408
9409         Tested against my media test directory, with some improvements and
9410         no regressions.
9411
9412 2007-05-10  Wim Taymans  <wim@fluendo.com>
9413
9414         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9415         (queue_out_of_data):
9416         Connect to the new queue "pushing" signal instead of the broken
9417         "running" one.
9418
9419 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9420
9421         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9422         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9423         Move variable declaration before the first instruction.
9424         * gst/videotestsrc/videotestsrc.c:
9425         Define M_PI if it's not defined yet.
9426         * win32/common/libgstrtp.def:
9427         Add new exported functions.
9428
9429 2007-05-09  Michael Smith <msmith@fluendo.com>
9430
9431         * ext/theora/theoradec.c: (theora_handle_type_packet):
9432           gst_pad_push_event() does not return a GstFlowReturn!
9433
9434 2007-05-09  Wim Taymans  <wim@fluendo.com>
9435
9436         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9437         * tests/examples/seek/seek.c: (do_seek):
9438         Some small cosmetic changes.
9439
9440 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9441
9442         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9443           gst_adder_change_state):
9444         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9445           segment_pending, segment_position, segment_rate):
9446           Handle playback-rate on adder.
9447
9448 2007-05-07  Michael Smith <msmith@fluendo.com>
9449
9450         * ext/theora/gsttheoradec.h:
9451         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9452         (theora_dec_sink_event), (theora_handle_comment_packet),
9453         (theora_handle_type_packet), (theora_dec_change_state):
9454           Don't push events (newsegment, tags) before initialising the
9455           decoder.
9456           This is neccesary for seeking to work correctly in gnonlin.
9457
9458 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9459
9460         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9461         * gst/adder/gstadder.c:
9462         * gst/audiotestsrc/gstaudiotestsrc.c
9463           (gst_audio_test_src_create_white_noise):
9464         * gst/videotestsrc/gstvideotestsrc.c:
9465         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9466           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9467           volume_sink_template, volume_src_template, gst_volume_init,
9468           volume_process_double, volume_process_int16,
9469           volume_process_int16_clamp):
9470           Doc fixes and formatting.
9471
9472 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9473
9474         * tests/check/Makefile.am:
9475         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9476           Minimal check for volume's GstController usability; also another
9477           test for #422295.
9478
9479 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * gst-libs/gst/cdda/gstcddabasesrc.c:
9482         (gst_cdda_base_src_add_track):
9483           Fix it so that it (a) makes sense and (b) doesn't break
9484           everything cdda-related including the unit test.
9485
9486 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9487
9488         * gst-libs/gst/cdda/gstcddabasesrc.c:
9489         (gst_cdda_base_src_add_track):
9490           Fix build when disabling asserts.
9491
9492 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9493
9494         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9495           When XShm is not available, we might get row strides that are not
9496           rounded up to multiples of four; this is bad, because virtually
9497           every RGB-processing element in GStreamer assumes rowstrides are
9498           rounded up to multiples of four, so let's allocate at least enough
9499           memory to avoid crashes in this case. The image will still be
9500           displayed distorted though if this happens, so that still needs
9501           fixing (maybe by allocating a bigger image with an 'even' width
9502           and then clipping it appropriately when rendering - something for
9503           Xlib aficionados in any case).
9504
9505 2007-05-03  Michael Smith <msmith@fluendo.com>
9506
9507         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9508           If a buffer doesn't have a timestamp, assume it's contiguous with
9509           the previous buffer, and synthesise timestamps appropriately.
9510
9511 2007-05-03  Edward Hervey  <edward@fluendo.com>
9512
9513         * tests/check/elements/videorate.c: (GST_START_TEST):
9514         Set buffer timestamp to a valid value in order to test the buffer
9515         really does stay in videorate.
9516
9517 2007-05-03  Edward Hervey  <edward@fluendo.com>
9518
9519         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9520         There is no sensible way to handle incoming buffers which don't have a
9521         valid timestamp. We therefore discard them and wait for the next one.
9522
9523 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9524
9525         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9526         * gst/playback/gstdecodebin2.c: (plugin_init):
9527           Better error message for text files.
9528
9529 2007-04-29  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9532         Fix offset bug in generation RR packets.
9533
9534 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9535
9536         * ext/theora/theoradec.c: (_theora_granule_time),
9537         (theora_dec_push_forward), (theora_handle_data_packet),
9538         (theora_dec_decode_buffer): Calculate buffer duration correctly
9539         to generate a perfect stream (#433888).
9540         * gst/audioresample/gstaudioresample.c:
9541         (audioresample_check_discont): Glib provides ABS.
9542
9543 2007-04-27  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9546         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9547         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9548         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9549         (gst_rtcp_packet_bye_set_reason):
9550         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9551         Fix RB block parsing and writing.
9552         Add support for constructing BYE packets.
9553
9554 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9557         (gst_base_audio_src_create):
9558         * po/POTFILES.in:
9559           When posting a warning message because samples were dropped, post
9560           something more intelligible than he default error message for clock
9561           errors which is just confusing in this context (#432984).
9562
9563 2007-04-25  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9566         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9567         (read_packet_header), (gst_rtcp_packet_move_to_next),
9568         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9569         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9570         (gst_rtcp_packet_sdes_get_item_count),
9571         (gst_rtcp_packet_sdes_first_item),
9572         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9573         (gst_rtcp_packet_sdes_first_entry),
9574         (gst_rtcp_packet_sdes_next_entry),
9575         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9576         (gst_rtcp_packet_sdes_add_entry):
9577         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9578         Implement code to write SR, RR and SDES packets.
9579
9580 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9583
9584         * sys/ximage/ximagesink.c:
9585           Fix build if XShm is not available (#432362).
9586
9587 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9588
9589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9590         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9591         pointers to random memory which are passed to g_free() when
9592         audio_convert_prepare_context() is called the first time.
9593
9594 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9595
9596         Patch by: Dan Williams <dcbw redhat com>
9597
9598         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9599           Don't leak incoming buffer if gst_pad_push() returns a
9600           non-OK flow. Fixes #432755.
9601          
9602         * tests/check/elements/videorate.c: (GST_START_TEST),
9603         (videorate_suite):
9604           Unit test for the above by Yours Truly.
9605
9606 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9607
9608         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9609         (gst_adder_sink_event), (gst_adder_collected):
9610           Fix non-flushing segmented seeks, Fixes #340060 for me
9611
9612 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9613
9614         Patch by: Olivier Crete  <tester at tester ca>
9615
9616         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9617         (gst_base_rtp_audio_payload_class_init),
9618         (gst_base_rtp_audio_payload_init),
9619         (gst_base_rtp_audio_payload_dispose):
9620           Chain up to parent class in dispose function; get rid of
9621           unnecessary 'diposed' flag in private structure (#415001).
9622
9623 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9624
9625         * docs/libs/gst-plugins-base-libs.types:
9626         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9627         (gst_base_rtp_audio_payload_class_init):
9628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9629         * gst-libs/gst/rtp/gstbasertppayload.c:
9630           Some minor docs fixes and additions; also add missing 'Since' bits.
9631
9632 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         Patch by: Zeeshan Ali  <zeenix gmail com>
9635
9636         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9637         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9638         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9639         (gst_base_rtp_audio_payload_push):
9640         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9641           The recently-added gst_base_rtp_audio_payload_push() should take an
9642           object of type GstBaseRTPAudioPayload as first argument (#431672).
9643
9644 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9645
9646         * gst/audioresample/gstaudioresample.c:
9647           Make more functions static, just because we can.
9648
9649 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9650
9651         * tests/check/elements/audioresample.c:
9652           Add unit test for audioresample shutdown crasher (#420106).
9653
9654 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9655
9656         * gst/subparse/gstsubparse.c:
9657         * gst/subparse/samiparse.c:
9658           Use GST_DISABLE_XML here
9659
9660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9661         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9662         (gst_xvimagesink_buffer_alloc),
9663         (gst_xvimagesink_navigation_send_event):
9664         * sys/xvimage/xvimagesink.h:
9665           Include stdlib.h when using atoi.
9666           
9667         * tests/check/elements/playbin.c: (playbin_suite):
9668           Use GST_DISABLE_REGISTRY here
9669
9670 2007-04-19  Michael Smith  <msmith@fluendo.com>
9671
9672         * ext/theora/gsttheoraenc.h:
9673         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9674         (theora_enc_sink_event), (theora_enc_change_state):
9675           Track initialisation state; don't try to use encoder state if we're
9676           not initialised (it'll segfault).
9677
9678 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9679
9680         * tests/check/pipelines/.cvsignore:
9681         Fix build.
9682
9683 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9684
9685         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9686         Allow random depths between 1 and 32 instead of only multiplies of 8.
9687
9688 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9689
9690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9691         Set the maximum number of channels for PCM and float in the correct
9692         place to have it also used when creating the template caps.
9693
9694 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9695
9696         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9697         Correctly support 4, 6 and 8 channels with normal PCM and float
9698         wav files.
9699
9700         Fix the depth and signedness calculation in extensible wav files and
9701         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9702         mask is found.
9703
9704         Add support for float, alaw and mulaw in extensible wav files.
9705
9706         This allows correct playback of all but 5 files from
9707         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9708         
9709         (gst_riff_create_audio_template_caps):
9710         Add voxware and float formats to the template caps.     
9711
9712 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9713
9714         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9715
9716         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9717         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9718
9719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9720         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9721         Use the correct format strings for integer formats.
9722
9723 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9724
9725         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9726           Don't use pad_alloc_buffer_and_set_caps to create a small header
9727           packet, or, worse, to create a big temporary video buffer using the
9728           src pad.
9729
9730 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9731
9732         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9733         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9734           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9735           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9736
9737 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9738
9739         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9740           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9741           streamheader_suite):
9742           Add another test set up for failure
9743
9744 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9745
9746         * tests/check/Makefile.am:
9747         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9748           GST_START_TEST, streamheader_suite, main):
9749           Add a test for the streamheader bug Wim fixed.
9750
9751 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9752
9753         * ext/theora/theoradec.c: (theora_dec_sink_event):
9754         Fix misleading comment.
9755
9756 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9757
9758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9759           More sanity checks for the header fields.
9760
9761 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9762
9763         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9764           Try encodings from all environment variables, not just those in the
9765           first environment variable that is set.
9766
9767 2007-04-12  Wim Taymans  <wim@fluendo.com>
9768
9769         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9770         (gst_video_rate_chain):
9771         Add some debug.
9772
9773         * tests/check/elements/videorate.c: (GST_START_TEST),
9774         (videorate_suite):
9775         Added check for videorate changing caps handling. Closes #421834.
9776
9777 2007-04-12  Michael Smith  <msmith@fluendo.com>
9778
9779         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9780           Use scale functions to avoid overflow when calculating duration of 
9781           vorbis buffers.
9782
9783 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9784
9785         * docs/libs/gst-plugins-base-libs-sections.txt:
9786         * gst-libs/gst/tag/tag.h:
9787         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9788           API: add gst_tag_freeform_string_to_utf8() (#405072).
9789
9790         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9791           Use gst_tag_freeform_string_to_utf8() here.
9792
9793 2007-04-12  Wim Taymans  <wim@fluendo.com>
9794
9795         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9796         (gst_gdp_pay_sink_event):
9797         Make sure we set the IN_CAPS flag correctly.
9798
9799         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9800         Get the IN_CAPS flag before we call functions that mess with the flags.
9801
9802 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9803
9804         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9805           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9806           Only stamp buffers with offset/offset_end right before they get
9807           pushed.  This ensures offset continuity, which was not the case
9808           before as shown by
9809           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9810
9811 2007-04-06  Wim Taymans  <wim@fluendo.com>
9812
9813         * gst/playback/gstplaybin.c: (add_sink),
9814         (gst_play_bin_change_state):
9815         Activate sync in playbin, we are ready to handle it for live streams.
9816
9817 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9818
9819         * tests/check/elements/playbin.c:
9820         (test_sink_usage_video_only_stream), (playbin_suite):
9821           Add small test for stream-info-value-array code paths.
9822
9823 2007-04-05  Wim Taymans  <wim@fluendo.com>
9824
9825         * gst-libs/gst/audio/gstbaseaudiosink.c:
9826         (gst_base_audio_sink_skew_slaving):
9827         Don't try to create invalid calibration parameters by making the
9828         internal time go backwards, instead make external time go forward.
9829
9830 2007-04-05  Wim Taymans  <wim@fluendo.com>
9831
9832         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9833
9834         * gst/playback/gstplaybasebin.c: (add_stream):
9835         Fix leak in add_stream(), when g_value_set_object() increases the
9836         refcount of streaminfo object. Fixes #426250.
9837
9838 2007-04-03  David Schleef  <ds@schleef.org>
9839
9840         * gst/videotestsrc/gstvideotestsrc.c:
9841         * gst/videotestsrc/gstvideotestsrc.h:
9842         * gst/videotestsrc/videotestsrc.c:
9843         * gst/videotestsrc/videotestsrc.h:
9844           Add a test pattern called "circular", which has concentric
9845           rings with varying radial frequency.  The main purpose of this
9846           pattern is to test fidelity loss in a filter or scaler element.
9847           Notably, this pattern is scale invariant, and is optimally viewed
9848           with a width (and height) of 400.
9849
9850 2007-04-03  Wim Taymans  <wim@fluendo.com>
9851
9852         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9853
9854         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9855         (deactivate_free_recursive):
9856         Decodebin2 doesn't unref pads it obtains in some occasions:
9857         - multiqueue src pads, when either connecting further or exposing
9858         - sink pads of new autoplugged elements
9859         - peer pads when recursively freeing elements
9860         Fixes #425455.
9861
9862 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9863
9864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9865         Add audio/x-raw-float support, now that audioconvert support
9866         non-native endianness floats.
9867
9868 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9869
9870         * docs/libs/gst-plugins-base-libs-docs.sgml:
9871           gstreamer-plugins-base.pc doesn't exist, it's
9872           gstreamer-plugins-base-0.10.pc.
9873
9874 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9875
9876         Patch by: René Stadler <mail at renestadler dot de>
9877         with some minor changes
9878
9879         * gst-libs/gst/floatcast/floatcast.h:
9880         Use more efficient float endianness conversion functions that don't
9881         involve 2 function calls per value.
9882         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9883         (check_default), (audio_convert_prepare_context):
9884         * gst/audioconvert/gstaudioconvert.c:
9885         (gst_audio_convert_parse_caps), (make_lossless_changes):
9886         Support non-native endianness floats as input and output.
9887         Fixes #339838.
9888         * tests/check/elements/audioconvert.c: (verify_convert),
9889         (GST_START_TEST):
9890         Add unit tests for the non-native endianness float conversions.
9891
9892 2007-03-29  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9895         (gst_base_rtp_depayload_base_init),
9896         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9897         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9898         (gst_base_rtp_depayload_set_gst_timestamp),
9899         (gst_base_rtp_depayload_change_state),
9900         (gst_base_rtp_depayload_set_property),
9901         (gst_base_rtp_depayload_get_property):
9902         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9903         Add Private structure.
9904         Bring element code to 2007.
9905         Parse clock-base caps param and use it when generating the
9906         newsegment.
9907         Reset variables before going to PAUSED.
9908         Fix some docs.
9909
9910 2007-03-29  Wim Taymans  <wim@fluendo.com>
9911
9912         * docs/libs/gst-plugins-base-libs-docs.sgml:
9913         * docs/libs/gst-plugins-base-libs-sections.txt:
9914         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9915         (gst_base_rtp_audio_payload_get_adapter):
9916         Add RTCP docs.
9917         Fix some more docs.
9918
9919         * gst-libs/gst/rtp/Makefile.am:
9920         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9921         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9922         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9923         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9924         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9925         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9926         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9927         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9928         (gst_rtcp_packet_sr_get_sender_info),
9929         (gst_rtcp_packet_sr_set_sender_info),
9930         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9931         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9932         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9933         (gst_rtcp_packet_sdes_get_chunk_count),
9934         (gst_rtcp_packet_sdes_first_chunk),
9935         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9936         (gst_rtcp_packet_sdes_first_item),
9937         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9938         (gst_rtcp_packet_bye_get_ssrc_count),
9939         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9940         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9941         (gst_rtcp_packet_bye_get_reason_len),
9942         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9943         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9944         Add new helper object for parsing and creating RTCP messages.
9945
9946 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9947
9948         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9949         PCM samples with width=8 must be always unsigned, no matter what
9950         depth they have.
9951
9952 2007-03-29  Andy Wingo  <wingo@pobox.com>
9953
9954         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9955         perfect offsets also, not just timestamps.
9956
9957         * tests/check/elements/videorate.c (test_more): Test that given
9958         any incoming offsets, that videorate produces perfect offsets.
9959
9960 2007-03-29  Wim Taymans  <wim@fluendo.com>
9961
9962         * gst-libs/gst/riff/riff-ids.h:
9963         Add some more RIFF formats.
9964
9965 2007-03-29  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst-libs/gst/rtp/gstrtpbuffer.c:
9968         (gst_rtp_buffer_default_clock_rate):
9969         * gst-libs/gst/rtp/gstrtpbuffer.h:
9970         Fix fixed payload names and docs.
9971         Added method to get the default clock rates of fixed payload types.
9972         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9973
9974 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9975
9976         * tests/check/pipelines/.cvsignore:
9977         Add new vorbisdec test to cvsignore.
9978
9979 2007-03-28  Wim Taymans  <wim@fluendo.com>
9980
9981         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9982         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9983         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9984         (gst_base_audio_sink_set_property),
9985         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9986         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9987         (gst_base_audio_sink_skew_slaving),
9988         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9989         (gst_base_audio_sink_async_play):
9990         * gst-libs/gst/audio/gstbaseaudiosink.h:
9991         Store private stuff in GstBaseAudioSinkPrivate.
9992         Add configurable clock slaving modes property.
9993         API:: GstBaseAudioSink::slave-method property
9994         Some more latency reporting tweaks.
9995         Added skew based clock slaving correction and make it the default until
9996         the resampling method is more robust.
9997
9998 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9999
10000         * gst/audioconvert/audioconvert.c:
10001         Add docs to the integer pack functions and implement proper
10002         rounding. Before we had rounding towards negative infinity, i.e.
10003         always the smaller number was taken. Now we use natural rounding,
10004         i.e. rounding to the nearest integer and to the one with the largest
10005         absolute value for X.5. The old rounding introduced some minor
10006         distortions. Fixes #420079
10007         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10008         Fix one unit test that assumed the old rounding and added unit tests
10009         for checking signed/unsigned int16 <-> signed/unsigned int16 with
10010         depth 8, one for signed int16 <-> unsigned int16 and one for the new
10011         rounding from signed int32 to signed/unsigned int16.
10012
10013 2007-03-27  Michael Smith  <msmith@fluendo.com>
10014
10015         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10016         (gst_audio_convert_transform_caps):
10017           Fix typo in debug line introduced recently, as pointed out on irc.
10018
10019 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10022         * tests/check/libs/tag.c: (GST_START_TEST):
10023           Make sure we parse floating-point numbers in vorbis comments
10024           correctly with either '.' or ',' as separator, no matter what
10025           the current locale is. Add unit test for this too.
10026
10027 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10028
10029         Patch by: René Stadler  <mail at renestadler de>
10030
10031         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10032           When writing out floating-point numbers to vorbis comment tags, always
10033           use the same character as separator no matter what the current locale is
10034           (fixes #423051).
10035
10036         * tests/check/libs/tag.c: (GST_START_TEST):
10037           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10038
10039 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10040
10041         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10042           vorbis_handle_data_packet):
10043           Correctly set DURATION to generate a timestamp-continuous stream.
10044           One bug left at the end; see
10045           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10046         * tests/check/Makefile.am:
10047         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10048           Add a test to check this.  Without the above patch this test fails.
10049
10050 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10051
10052         * gst-libs/gst/rtp/Makefile.am:
10053         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10054
10055 2007-03-23  Michael Smith  <msmith@fluendo.com>
10056
10057         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10058         (gst_video_rate_reset), (gst_video_rate_chain):
10059           If videorate changes caps, we can no longer use the old buffer
10060           (which may have a different size, incompatible with our caps).
10061           So don't do that; just duplicate the new frame more times.
10062
10063 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10064
10065         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10066         Remove playbin's override of the set_clock vmethod. It's irrelevant
10067         after Wim's commit on the 19th.
10068
10069 2007-03-22  Wim Taymans  <wim@fluendo.com>
10070
10071         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10072         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10073         * ext/gnomevfs/gstgnomevfssrc.h:
10074         Don't cache file sizes. Fixes #341078.
10075
10076 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * gst/playback/gstplaybin.c: (add_sink):
10079           Use GST_PTR_FORMAT to log caps. 
10080
10081 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         Patch by: Young-Ho Cha <ganadist at chollian net>
10084
10085         * gst/subparse/samiparse.c: (handle_start_font):
10086           Special-case some more colour names that pango doesn't handle by
10087           default. Fixes #420578.
10088
10089 2007-03-20  Michael Smith  <msmith@fluendo.com>
10090
10091         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10092           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10093           that marks EOS internally. After that, libvorbis will buffer all
10094           input data, and encode none of it, eventually leading to memory
10095           exhaustion.
10096
10097 2007-03-19  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst/playback/gstdecodebin.c: (remove_fakesink):
10100         Don't post STATE_DIRTY anymore.
10101
10102         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10103         (gst_play_bin_change_state):
10104         Remove stream_time reset in seek handling, core does that now.
10105         Disable clocking for live pipelines by forcing a NULL clock to the
10106         complete pipeline, core is too smart now for our previous hack.
10107         We can always autoplug in PAUSED now.
10108
10109 2007-03-17  David Schleef  <ds@schleef.org>
10110
10111         * REQUIREMENTS:  Update this file, change the formatting to make
10112         it more consistent, plus more machine readable.
10113
10114 2007-03-16  Michael Smith  <msmith@fluendo.com>
10115
10116         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10117         (strip_width_64), (append_with_other_format):
10118           Previous fix was too simplistic, and broke the tests. Use a better
10119           approach; only strip 64 from widths for integer audio.
10120
10121 2007-03-16  Michael Smith  <msmith@fluendo.com>
10122
10123         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10124         (gst_audio_convert_transform_caps):
10125           We don't support 64 bit integer audio, so don't try to claim we can.
10126           Stops us producing caps don't match our template caps.
10127           Update comments.
10128
10129 2007-03-15  Michael Smith  <msmith@fluendo.com>
10130
10131         * gst/audioresample/gstaudioresample.c:
10132         (audioresample_check_discont), (audioresample_transform):
10133           Don't trigger discontinuities for very small imperfections; a filter
10134           flush will sound bad, and many plugins have rounding errors leading
10135           to these.
10136
10137 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10138
10139         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10140
10141         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10142         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10143         API: add "min-ptime" property to RTP base audio payloader.
10144         API: add gst_base_rtp_audio_payload_push().
10145         API: add gst_base_rtp_audio_payload_get_adapter().
10146         Fixes #415001
10147         Indentation/whitespace/documentation fixes.
10148
10149 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10150
10151         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10152         (audioresample_transform_size), (audioresample_do_output),
10153         (audioresample_transform), (audioresample_pushthrough): Handle
10154         discontinuous streams.
10155         * gst/audioresample/gstaudioresample.h:
10156         * tests/check/elements/audioresample.c:
10157         (test_discont_stream_instance), (GST_START_TEST),
10158         (audioresample_suite): Add a test for discontinuous streams.
10159         * win32/common/config.h: Updated.
10160
10161 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         * po/af.po:
10164         * po/az.po:
10165         * po/cs.po:
10166         * po/en_GB.po:
10167         * po/it.po:
10168         * po/nb.po:
10169         * po/nl.po:
10170         * po/or.po:
10171         * po/sq.po:
10172         * po/sr.po:
10173         * po/sv.po:
10174         * po/uk.po:
10175         * po/vi.po:
10176           Update translations from translation project.
10177
10178 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10179
10180         * gst/audioresample/debug.h:
10181         * gst/audioresample/resample.c: (resample_init):
10182           Since I really am not interested in a debug line for each sample
10183           being processed, move the library's debugging to its own category,
10184           libaudioresample
10185
10186 2007-03-13  Michael Smith  <msmith@fluendo.com>
10187
10188         * ext/theora/theoradec.c: (theora_handle_type_packet):
10189           Since the plugin doesn't support anything other than 4:2:0 right
10190           now, post an error and fail if we get something else. Won't matter
10191           until libtheora supports the other pixel formats, but hopefully
10192           that'll be soon...
10193
10194 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10195
10196         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10197         Use gst_guint64_to_gdouble for conversion.
10198         * win32/MANIFEST:
10199         Add new files to the win32 MANIFEST.
10200         * win32/common/libgstaudio.def:
10201         * win32/common/libgstpbutils.def:
10202         Add new exported functions.
10203         * win32/vs6/gst_plugins_base.dsw:
10204         * win32/vs6/libgstdecodebin.dsp:
10205         * win32/vs6/libgstplaybin.dsp:
10206         Change the link to libgstpbutils.lib.
10207         * win32/vs6/libgstdecodebin2.dsp:
10208         Add a new project for decodebin2.
10209         * win32/vs6/libgstpbutils.dsp:
10210         Add a new project for pbutils.
10211
10212 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10213
10214         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10215           Also accept partial dates with only year and month,
10216           like 1999-12-00 (fixes #410396 even more).
10217
10218         * tests/check/libs/tag.c: (GST_START_TEST):
10219           Add unit test for the above.
10220
10221 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10222
10223         * tests/check/elements/subparse.c: (GST_START_TEST),
10224         (subparse_suite):
10225           Add unit test for MPL2 subtitle format (#413799).
10226
10227 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10230
10231         * gst/subparse/Makefile.am:
10232         * gst/subparse/gstsubparse.c:
10233         (gst_sub_parse_data_format_autodetect),
10234         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10235         (gst_subparse_type_find):
10236         * gst/subparse/gstsubparse.h:
10237         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10238         * gst/subparse/mpl2parse.h:
10239           Add support for MPL2 subtitle format (#413799).
10240
10241 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10242
10243         * configure.ac:
10244           We require core CVS for the new buffer metadata copy functions.
10245
10246 2007-03-09  Wim Taymans  <wim@fluendo.com>
10247
10248         * gst-libs/gst/tag/gstid3tag.c:
10249         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10250         Fixes #414496.
10251
10252         Patch by: Alex Lancaster <alexl at users sourceforge net>
10253
10254 2007-03-09  Wim Taymans  <wim@fluendo.com>
10255
10256         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10257         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10258         Improve adapter usage and comments.
10259
10260 2007-03-09  Wim Taymans  <wim@fluendo.com>
10261
10262         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10263         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10264         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10265         Use new metadata copy function.
10266
10267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10268         (gst_ffmpegcsp_transform):
10269         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10270         Basetransform copied the metadata for us.
10271
10272 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10273
10274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10275         (gst_text_overlay_video_event):
10276           Some more logging. Only accept newsegment events in TIME format and
10277           send a WARNING message if they are not in TIME format.
10278
10279         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10280         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10281         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10282         * gst/subparse/gstsubparse.h:
10283           No need to allocate GstSegment structure dynamically, just put it
10284           into the instance structure; ignore newsegment events in BYTE
10285           format and in particular don't let it overwrite our saved TIME
10286           segment from the last seek.
10287
10288 2007-03-09  Michael Smith  <msmith@fluendo.com>
10289
10290         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10291           Replace AC3 typefinder with one that isn't terrible, and actually
10292           works usefully.
10293
10294 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10295
10296         * gst/audioconvert/gstaudioconvert.c:
10297         (gst_audio_convert_transform):
10298           fix error category and translatable string
10299           
10300
10301 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10302
10303         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10304         * pkgconfig/gstreamer-plugins-base.pc.in:
10305           Fix up utils => pbutils here too.
10306
10307 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst/subparse/gstsubparse.c: (handle_buffer):
10310           Break out of loop in chain function as soon as possible if we get
10311           a non-OK flow return.
10312
10313 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10314
10315         * tests/check/elements/alsa.c: (GST_START_TEST):
10316         Unref the mixer if the state change fails too (if the
10317         alsa devices are inaccessible, for example)
10318
10319 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10320
10321         * tests/check/Makefile.am:
10322         Don't test libvisual elements in the states check, because libvisual
10323         seems to leak internally.
10324
10325         Re-enable the alsa and states tests now that there's new suppressions
10326         in gst.supp.
10327
10328         * tests/check/elements/alsa.c: (GST_START_TEST):
10329         Don't leak the alsamixer we instantiated.
10330
10331 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10332
10333         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10334         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10335         (gst_ximagesink_finalize):
10336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10337         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10338         Move some cleanup stuff from the state change handler into a _reset()
10339         function that can be called from _finalize(). This ensures that things
10340         get freed even if (for some reason) the NULL->READY state transition
10341         fails in the parent class.
10342         Even if a parent state change fails, process our downward state change
10343         logic instead of bailing out early.
10344         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10345
10346 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10347
10348         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10349         Extra log line.
10350
10351         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10352         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10353         Use pango_font_description_set_family_static instead of 
10354         pango_font_description_set_family to save a string copy (it was
10355         leaking due to the strdup anyway)
10356
10357         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10358         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10359         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10360         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10361         Chain up in finalize.
10362
10363 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10364
10365         * gst-libs/gst/interfaces/mixertrack.c:
10366         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10367         (gst_mixer_track_set_property):
10368           API: add "untranslated-label" property which should be set by
10369           implementations at construct time (#414645).
10370
10371         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10372         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10373           Set "untranslated-label" when constructing mixer track objects.
10374
10375         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10376           Unit test to check the above.
10377
10378 2007-03-07  Wim Taymans  <wim@fluendo.com>
10379
10380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10381         Fix confusing debug message.
10382
10383 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10384
10385         * gst-plugins-base.doap:
10386         update doap file with new version
10387
10388 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10389
10390         * configure.ac:
10391         Back to CVS
10392
10393 === release 0.10.12 ===
10394
10395 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10396
10397         * configure.ac:
10398           releasing 0.10.12, "Zombie Horde"
10399
10400 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10401
10402         * configure.ac:
10403         Bump version to 0.10.11.4 pre-release
10404
10405 2007-03-06  Wim Taymans  <wim@fluendo.com>
10406
10407         * gst-libs/gst/audio/gstbaseaudiosink.c:
10408         (gst_base_audio_sink_async_play):
10409         Fix regression that made GStreamer skip the first samples of audio.
10410         Fixes #414684.
10411
10412 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10413
10414         * configure.ac:
10415         Bump version to 0.10.11.3 pre-release
10416
10417 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10418
10419         * po/POTFILES.in:
10420           Update paths for the rename from utils to pbutils to fix the build.
10421
10422 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10423
10424         * gst-libs/gst/pbutils/Makefile.am:
10425           Change directory to install headers in from gst/utils to gst/pbutils
10426           as well.
10427
10428 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10429
10430         * configure.ac:
10431         * docs/libs/gst-plugins-base-libs-docs.sgml:
10432         * docs/libs/gst-plugins-base-libs-sections.txt:
10433         * gst-libs/gst/Makefile.am:
10434         * gst-libs/gst/interfaces/mixer.c:
10435         * gst-libs/gst/pbutils/Makefile.am:
10436         * gst-libs/gst/pbutils/descriptions.c:
10437         (gst_pb_utils_get_source_description),
10438         (gst_pb_utils_get_sink_description),
10439         (gst_pb_utils_get_decoder_description),
10440         (gst_pb_utils_get_encoder_description),
10441         (gst_pb_utils_get_element_description),
10442         (gst_pb_utils_add_codec_description_to_tag_list),
10443         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10444         * gst-libs/gst/pbutils/descriptions.h:
10445         * gst-libs/gst/pbutils/install-plugins.c:
10446         * gst-libs/gst/pbutils/install-plugins.h:
10447         * gst-libs/gst/pbutils/missing-plugins.c:
10448         (gst_missing_uri_source_message_new),
10449         (gst_missing_uri_sink_message_new),
10450         (gst_missing_element_message_new),
10451         (gst_missing_decoder_message_new),
10452         (gst_missing_encoder_message_new),
10453         (gst_missing_plugin_message_get_description):
10454         * gst-libs/gst/pbutils/missing-plugins.h:
10455         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10456         * gst-libs/gst/pbutils/pbutils.h:
10457         * gst-libs/gst/utils/Makefile.am:
10458         * gst-libs/gst/utils/base-utils.c:
10459         * gst-libs/gst/utils/base-utils.h:
10460         * gst-libs/gst/utils/descriptions.c:
10461         * gst-libs/gst/utils/descriptions.h:
10462         * gst-libs/gst/utils/install-plugins.c:
10463         * gst-libs/gst/utils/install-plugins.h:
10464         * gst-libs/gst/utils/missing-plugins.c:
10465         * gst-libs/gst/utils/missing-plugins.h:
10466         * gst-plugins-base.spec.in:
10467         * gst/playback/Makefile.am:
10468         * gst/playback/gstdecodebin.c:
10469         * gst/playback/gstdecodebin2.c:
10470         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10471         (gen_source_element):
10472         * gst/playback/gstplaybin.c: (plugin_init):
10473         * tests/check/Makefile.am:
10474         * tests/check/libs/pbutils.c: (GST_START_TEST),
10475         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10476         * tests/check/libs/utils.c:
10477           rename utils to pbutils
10478
10479 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10480
10481         * docs/plugins/Makefile.am:
10482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10483         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10484         * docs/plugins/inspect/plugin-decodebin2.xml:
10485         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10486         Add documentation for decodebin2 that indicates that the API
10487         is still unstable.
10488
10489 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10490
10491         * configure.ac:
10492         Update to 0.10.11.2 (0.10.12 pre-release)
10493
10494 2007-03-01  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst-libs/gst/audio/gstbaseaudiosink.c:
10497         (gst_base_audio_sink_async_play):
10498         base time is irrelevant here.
10499
10500 2007-03-01  Wim Taymans  <wim@fluendo.com>
10501
10502         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10503         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10504         Improve debugging.
10505
10506         * gst-libs/gst/audio/gstbaseaudiosink.c:
10507         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10508         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10509         Improve latency and clock slaving calculations.
10510         Improve slave clock calibration.
10511
10512         * gst-libs/gst/audio/gstringbuffer.c:
10513         (gst_ring_buffer_commit_full):
10514         When we are asked to render N sample to 0 bytes, return N.
10515
10516 2007-03-01  Wim Taymans  <wim@fluendo.com>
10517
10518         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10519         (gst_alsasink_write), (gst_alsasink_reset):
10520         * ext/alsa/gstalsasink.h:
10521         Remove unused dispose function.
10522         Rename lock to not interfere with alsasrc lock.
10523
10524         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10525         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10526         (gst_alsasrc_read), (gst_alsasrc_reset):
10527         * ext/alsa/gstalsasrc.h:
10528         Implement finalize function.
10529         Use lock to protect alsa access.
10530         Implement _reset.
10531         Fine tune sw params.
10532
10533 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10534
10535         * configure.ac:
10536           Convert to new AG_GST style.
10537
10538 2007-02-28  Wim Taymans  <wim@fluendo.com>
10539
10540         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10541
10542         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10543         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10544         Fix race condition when rapidly switching visualisations in playbin.
10545         Fixes #401029.
10546
10547 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10548
10549         * tests/check/Makefile.am:
10550         Include local stuff before system installed things in LDFLAGS and
10551         CFLAGS.
10552
10553 2007-02-28  Wim Taymans  <wim@fluendo.com>
10554
10555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10556         Improve debugging.
10557
10558 2007-02-28  Wim Taymans  <wim@fluendo.com>
10559
10560         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10561         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10562         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10563         Fix duration and timestamping, taking latency into account.
10564         Implement latency query.
10565
10566 2007-02-28  Wim Taymans  <wim@fluendo.com>
10567
10568         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10569         (gst_audio_clock_new):
10570         Fix clock name.
10571
10572         * gst-libs/gst/audio/gstbaseaudiosink.c:
10573         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10574         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10575         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10576         (gst_base_audio_src_create):
10577         Improve latency query code.
10578         Use proper clock names.
10579
10580 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10581
10582         * tests/check/generic/states.c: (GST_START_TEST):
10583           Copy the states.c test from core again
10584         * tests/check/Makefile.am:
10585           ignore cdio and cdparanoiasrc
10586
10587 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10588
10589         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10590         (double_hq), (audio_convert_get_func_index), (check_default),
10591         (audio_convert_prepare_context), (audio_convert_convert):
10592           Also make valgrind happy and avoid copying data in some cases.
10593
10594 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10595
10596         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10597         (double_hq), (audio_convert_get_func_index),
10598         (audio_convert_prepare_context), (audio_convert_convert):
10599         * gst/audioconvert/gstaudioconvert.c:
10600         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10601         (gst_audio_convert_transform_caps):
10602         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10603         (audioconvert_suite):
10604           Don't run inplace if that overwrites source data as we go. Add more
10605           tests. Fixes #339837 even more.
10606
10607 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10608
10609         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10610         (msg_segment_done): Fix various seeking bugs (Slider was not
10611         updating when doing a non flushing seek, Reverse playback 
10612         on segment seek was wrong).
10613
10614 2007-02-26  Wim Taymans  <wim@fluendo.com>
10615
10616         * tests/examples/seek/seek.c: (stop_seek):
10617         When we stop scrubbing, don't leave the pipeline PLAYING when we
10618         requested a PAUSED state.
10619
10620 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10621
10622         Patch by: René Stadler <mail at renestadler de>
10623
10624         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10625           Parse date strings in vorbis comments that have an invalid (zero)
10626           month or day (#410396).
10627
10628         * tests/check/libs/tag.c: (GST_START_TEST):
10629           Test case for the above.
10630
10631 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10632
10633         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10634
10635         * configure.ac:
10636         * ext/alsa/Makefile.am:
10637         * gst/audiotestsrc/Makefile.am:
10638           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10639
10640 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * gst/playback/gstplaybin.c:
10643           Improve docs: point out that the application needs to assist playbin
10644           with buffering.
10645
10646 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10647
10648         * gst-libs/gst/utils/install-plugins.c:
10649         * gst-libs/gst/utils/missing-plugins.c:
10650         * tests/check/libs/utils.c: (missing_msg_check_getters):
10651           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10652           to just 'gstreamer'. Document the caps string component of the
10653           decoder/encoder detail a bit better, since not everyone will be
10654           familiar with the GStreamer media type/caps system (but they better
10655           enjoy nested itemized lists).
10656
10657 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10658
10659         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10660         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10661           Fix copying of GstNetBuffer (would crash before, or at least lead to
10662           invalid memory access, #410772), for now by copying the GstBuffer copy
10663           code from the core over here so we can copy the GstBuffer fields on a
10664           provided buffer instance (of type GstNetBuffer in this case). Would be
10665           better to fix this with some support by the core though (and in the long
10666           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10667
10668         * tests/check/Makefile.am:
10669           Enable unit test for GstNetBuffer.
10670
10671 2007-02-22  Andy Wingo  <wingo@pobox.com>
10672
10673         * gst-libs/gst/audio/gstbaseaudiosink.c
10674         (gst_base_audio_sink_init): Disable pull-mode activation until we
10675         figure out how to make audio sinks go to PLAYING.
10676
10677 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10678
10679         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10680         (double_hq), (audio_convert_get_func_index),
10681         (audio_convert_prepare_context), (audio_convert_convert):
10682         * gst/audioconvert/audioconvert.h:
10683         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10684         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10685         * gst/audioconvert/gstchannelmix.h:
10686         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10687           Add float as an intermediate format, as well as float mixing. Enable
10688           test that was failing before. Fixes #339837
10689
10690 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10691
10692         * tests/examples/seek/seek.c: (do_seek):
10693         Undo the previous commit: -1 as a stop time implies that the stop
10694         time is the end of file, clearing any previously configured segment.
10695
10696 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * tests/examples/seek/seek.c: (do_seek):
10699         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10700
10701 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10702
10703         * gst/volume/gstvolume.c: (volume_process_int16),
10704         (volume_process_int16_clamp), (volume_set_caps):
10705           Unbreak volume, value remains gint.
10706
10707 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10708
10709         * gst/volume/gstvolume.c: (volume_choose_func),
10710         (volume_update_real_volume), (gst_volume_set_volume),
10711         (gst_volume_init), (volume_process_double), (volume_process_float),
10712         (volume_process_int16), (volume_process_int16_clamp),
10713         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10714         * gst/volume/gstvolume.h:
10715           Extend float audio support (double) and some int->uint cleanups.
10716
10717 2007-02-20  Edward Hervey  <edward@fluendo.com>
10718
10719         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10720         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10721         (sort_end_pads), (gst_decode_group_expose),
10722         (gst_decode_group_hide):
10723         Don't free groups from the streaming threads. Just put them aside and
10724         free them in dispose.
10725
10726 2007-02-20  Edward Hervey  <edward@fluendo.com>
10727
10728         * gst/playback/gstdecodebin2.c: (connect_element),
10729         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10730         (sort_end_pads), (gst_decode_group_expose):
10731         Handle dynamic pads within groups.
10732         Sort pads before exposing them in order to make playbin happy.
10733         There still is a race with the multiqueue filling up. This should be
10734         solved separately.
10735         Fixes #398721
10736
10737 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10738
10739         * gst-libs/gst/utils/base-utils.c:
10740         * gst-libs/gst/utils/descriptions.c:
10741         * gst-libs/gst/utils/install-plugins.c:
10742         * gst-libs/gst/utils/missing-plugins.c:
10743           Some more docs (and descriptions for two subtitle formats).
10744
10745 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10746
10747         * gst-libs/gst/audio/audio.c:
10748           Fix documentation.
10749
10750 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10751
10752         Patch by: Yves Lefebvre  <ivanohe abacom com>
10753
10754         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10755           Don't leak caps. Fixes #408278.
10756
10757 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10758
10759         * ext/cdparanoia/gstcdparanoiasrc.h:
10760         * ext/ogg/gstoggdemux.h:
10761         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10762         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10763         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10764         * gst-libs/gst/audio/audio.h:
10765         * gst-libs/gst/audio/gstaudiofilter.h:
10766         * gst-libs/gst/interfaces/videoorientation.h:
10767         * gst/adder/gstadder.h:
10768           More docs coverage and some ChangeLog surgery (add missing names)
10769
10770 2007-02-15  Wim Taymans  <wim@fluendo.com>
10771
10772         * sys/ximage/ximagesink.c:
10773         (gst_ximagesink_calculate_pixel_aspect_ratio):
10774         * sys/xvimage/xvimagesink.c:
10775         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10776         Small constifications.
10777
10778 2007-02-15  Wim Taymans  <wim@fluendo.com>
10779
10780         * gst-libs/gst/audio/gstbaseaudiosink.c:
10781         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10782         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10783         (gst_base_audio_sink_async_play),
10784         (gst_base_audio_sink_change_state):
10785         Answer latency query.
10786         Use configured latency when syncing.
10787         Fix clock slaving.
10788
10789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10790         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10791         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10792         Fix possible memleak.
10793         Implement latency query.
10794         Small cleanups.
10795
10796 2007-02-15  Wim Taymans  <wim@fluendo.com>
10797
10798         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10799         Ignore errors in reset, these are not fatal. They also grab the element
10800         lock which is already taking when this function is called. Fixes
10801         #405451.
10802
10803 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10804
10805         * configure.ac:
10806           Remove 'tests/examples/xerror/Makefile' from output files again.
10807
10808 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10809
10810         * configure.ac:
10811         * docs/plugins/Makefile.am:
10812           Also crossref against gst-plugins-base-libs.
10813
10814 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10815
10816         * configure.ac:
10817         * docs/libs/Makefile.am:
10818         * docs/plugins/Makefile.am:
10819           Add crossreferences to glib/gobject/gstream docs.
10820
10821         * gst-libs/gst/audio/audio.h:
10822           Source formatting.
10823
10824         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10825           Add own debug category.
10826
10827 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10828
10829         Patch by: René Stadler <mail at renestadler de>
10830
10831         * gst-libs/gst/tag/gstvorbistag.c:
10832           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10833           (#403597).
10834
10835 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10836
10837         * gst/playback/gstplaybasebin.c: (setup_source):
10838           When we have external subtitles and wait for the subtitle decodebin
10839           to get up and running, we set up a (sync) bus handler for the
10840           subtitle decodebin, so we can stop waiting when it posts an error
10841           message. However, we should do that before we set the subtitle
10842           decodebin's state to playing, otherwise things are racy and we might
10843           miss error messages posted before we had a chance to set up the bus.
10844           This should finally fix totem hanging on .txt pseudo-subtitle files.
10845           
10846 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10847
10848         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10849           Use gst_gdouble_to_guint64 for conversions.
10850         * win32/common/config.h.in:
10851           Add a define for GST_INSTALL_PLUGINS_HELPER
10852         * win32/common/libgstaudio.def:
10853         * win32/common/libgstcdda.def:
10854         * win32/common/libgstnetbuffer.def:
10855         * win32/common/libgstrtp.def:
10856         * win32/common/libgutils.def:
10857           Add new exported functions.
10858         * win32/vs6/gst_plugins_base.dsw:
10859         * win32/vs6/libgstdecodebin.dsp:
10860         * win32/vs6/libgstnetbuffer.dsp:
10861         * win32/vs6/libgstplaybin.dsp:
10862         * win32/vs6/libgstrtp.dsp:
10863         * win32/vs6/libgstvorbis.dsp:
10864         * win32/vs6/libgstcdda.dsp:
10865         * win32/vs6/libgstgdp.dsp:
10866         * win32/vs6/libgstutils.dsp:
10867           Update and add new project files.
10868
10869 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10870
10871         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10872         (subrip_remove_unhandled_tags), (parse_subrip):
10873           For SubRip (.srt) subtitles, ignore all markup tags we don't
10874           handle (like font tags, for example).
10875
10876         * tests/check/elements/subparse.c:
10877           Add test for this.
10878
10879 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * gst/playback/gstdecodebin.c: (add_fakesink),
10882         (gst_decode_bin_change_state):
10883         * gst/playback/gstdecodebin2.c: (add_fakesink),
10884         (gst_decode_bin_change_state):
10885           Don't error out if there is no fakesink in the NULL to READY state
10886           change, since when decodebin is re-used, we're only adding the
10887           fakesink element in READY to PAUSED.
10888
10889         * tests/check/elements/decodebin.c:
10890         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10891         (decodebin_suite):
10892           Minimal unit test to make sure we can use the same decodebin
10893           instance twice (at least with audiotestsrc input).
10894
10895 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10898           Try to get devic-name from device string first, and from handle only
10899           as fallback (seems to yield better results and is more robust
10900           against buggy probing code on the application side).
10901
10902 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10903
10904         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10905
10906         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10907         (gst_alsa_find_device_name):
10908         * ext/alsa/gstalsa.h:
10909         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10910         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10911           Improve device-name detection a bit, especially in the case where
10912           the device is not actually open (#405020, #405024). Move common code
10913           into gstalsa.c instead of duplicating it.
10914
10915 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10916
10917         * gst/audioconvert/gstaudioconvert.c:
10918           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10919
10920 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10921
10922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10923         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10924         (gst_xvimagesink_interface_supported),
10925         (gst_xvimagesink_probe_get_properties),
10926         (gst_xvimagesink_probe_probe_property),
10927         (gst_xvimagesink_probe_needs_probe),
10928         (gst_xvimagesink_probe_get_values),
10929         (gst_xvimagesink_property_probe_interface_init),
10930         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10931         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10932         (gst_xvimagesink_get_type):
10933         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10934         for XVAdaptors so that one can choose the adaptor to use with 
10935         gstreamer-properties.
10936
10937 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10938
10939         * gst/audioconvert/gstaudioconvert.c:
10940           Also mention that a conversion from double to float is suboptimal still.
10941
10942 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst-libs/gst/audio/gstaudiofilter.c:
10945         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10946           Clear our formats structure and free the caps contained in it when
10947           shutting down.
10948
10949 2007-02-05  Andy Wingo  <wingo@pobox.com>
10950
10951         * gst-libs/gst/audio/gstbaseaudiosink.c
10952         (gst_base_audio_sink_callback): Update basesink->offset so that we
10953         pull monotonically increasing offsets instead of, um, seeking back
10954         to 0 each time. Fixes alsasrc ! alsasink!
10955
10956 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * gst/videoscale/gstvideoscale.c:
10959           A width and height of 1 makes us crash, so increase minimum size to
10960           2x2 pixels until someone feels like fixing this (#404512).
10961
10962 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10963
10964         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10965           Add small test to make sure request pads are cleaned up properly
10966           even if oggmux never changes state out of NULL.
10967
10968 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10969
10970         * tests/check/libs/utils.c: (GST_START_TEST):
10971           Fix unit test. Turns out things work much better when you
10972           NULL-terminate string arrays. Should make p5 build bot happy again.
10973
10974 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * gst-libs/gst/audio/Makefile.am:
10977         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10978         (gst_audio_filter_template_base_init),
10979         (gst_audio_filter_template_class_init),
10980         (gst_audio_filter_template_init),
10981         (gst_audio_filter_template_set_property),
10982         (gst_audio_filter_template_get_property),
10983         (gst_audio_filter_template_setup),
10984         (gst_audio_filter_template_filter),
10985         (gst_audio_filter_template_filter_inplace), (plugin_init):
10986           Oops, forgot to commit fixed-up example.
10987
10988 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10989
10990         * docs/libs/gst-plugins-base-libs-sections.txt:
10991         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10992         (gst_audio_filter_class_init), (gst_audio_filter_init),
10993         (gst_audio_filter_set_caps),
10994         (gst_audio_filter_class_add_pad_templates):
10995         * gst-libs/gst/audio/gstaudiofilter.h:
10996           Port GstAudioFilter to 0.10. This change technically breaks
10997           API and ABI (and thus also every library developer's heart),
10998           but seems justifiable on the grounds that the base class was
10999           completely unusable before (ie. would crash immediately when
11000           actually used). Fixes #403963 (and eventually also #403572).
11001           Also document all of this a bit.
11002
11003 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11004
11005         * gst-libs/gst/utils/install-plugins.c:
11006         (gst_install_plugins_spawn_child):
11007         * tests/check/libs/utils.c:
11008         (test_base_utils_install_plugins_do_callout):
11009           Lowering log level to see why things fail on the p5 build bot;
11010           fix some typos in unit test messages.
11011
11012 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         * tests/check/libs/utils.c:
11015         (test_base_utils_install_plugins_do_callout):
11016           Don't hard-code temp directory for test helper; use GLib functions
11017           to write out file and do error checking etc.
11018
11019 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst-libs/gst/utils/Makefile.am:
11022         * gst-libs/gst/utils/base-utils.h:
11023         * gst-libs/gst/utils/install-plugins.c:
11024         (gst_install_plugins_context_set_xid),
11025         (gst_install_plugins_context_new),
11026         (gst_install_plugins_context_free),
11027         (gst_install_plugins_get_helper),
11028         (gst_install_plugins_spawn_child),
11029         (gst_install_plugins_return_from_status),
11030         (gst_install_plugins_installer_exited),
11031         (gst_install_plugins_async), (gst_install_plugins_sync),
11032         (gst_install_plugins_return_get_name),
11033         (gst_install_plugins_installation_in_progress):
11034         * gst-libs/gst/utils/install-plugins.h:
11035           API: add API for applications to initiate installation of missing
11036           plugins, ie. gst_install_plugins_async() primarily.
11037           Based on libgimme-codec by Ryan Lortie.
11038
11039         * configure.ac:
11040           Add --with-install-plugins-helper configure option so distros can specify
11041           the path of the helper script or program to call when plugin installation
11042           is requested (distros: please do any argument munging in this helper
11043           script instead of patching GStreamer to pass arguments differently
11044           to another program directly).
11045
11046         * docs/libs/gst-plugins-base-libs-docs.sgml:
11047         * docs/libs/gst-plugins-base-libs-sections.txt:
11048           Build and document new API.
11049
11050         * tests/check/libs/utils.c: (result_cb),
11051         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11052         (libgstbaseutils_suite):
11053           Some simple checks for the new API.
11054
11055 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11056
11057         * tests/check/elements/audioconvert.c: (test_float_conversion):
11058           Add small test for 32bit float <=> 64bit float conversion (works
11059           only one way so far, 32=>64 produces structured noise).
11060
11061 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/audioconvert/gstaudioconvert.c:
11064         (set_structure_widths_32_and_64), (make_lossless_changes):
11065           We don't support floats with a width of 40, 48 or 56 bits.
11066
11067 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11068
11069         * gst/audioconvert/audioconvert.c: (float), (double),
11070         (audio_convert_get_func_index):
11071         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11072         (make_lossless_changes):
11073           Support for 64-bit float audio in audioconvert (#339837)
11074
11075 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11076
11077         Patch by: Holger Wansing  <linux wansing-online de>
11078
11079         * po/LINGUAS:
11080         * po/de.po:
11081           Add German translation (#352069).
11082
11083 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11084
11085         reviewed by: Wim Taymans <wim@fluendo.com>
11086
11087         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11088         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11089         Use newly added GstCollectPads API to free the allocated resources in
11090         the GstOggPad structures (#402393).
11091
11092 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11093
11094         * gst/playback/gstplaybin.c: (gen_vis_element):
11095           Add audioresample+audioconvert in front of the visualisation
11096           element, so that elements like libvisual 0.4 that don't support all
11097           samplerates can work.
11098
11099           Fixes: #402505
11100
11101 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11102
11103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11104         (gst_play_base_bin_get_streaminfo_value_array):
11105           Take some locks and make a copy of the streaminfo value array we
11106           maintain while holding the lock, so that the application can
11107           retrieve the stream-info as a value array in a thread-safe way.
11108
11109 2007-01-30  Wim Taymans  <wim@fluendo.com>
11110
11111         * gst/audioconvert/gstaudioconvert.c:
11112         Don't fail on 0 sized buffers. Fixes #396835.
11113
11114 2007-01-29  David Schleef  <ds@schleef.org>
11115
11116         * gst/typefind/gsttypefindfunctions.c:
11117           Detect BBCD as video/x-dirac, so we can play raw dirac
11118           streams.
11119
11120 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * ext/theora/theoraenc.c: (theora_enc_chain):
11123           Check return value of theora_encode_header(), or we might try to
11124           allocate a random number of bytes. theora_encode_header() can fail
11125           if libtheora has been compiled with encoding support disabled.
11126           Fixes #398110.
11127
11128 2007-01-29  Wim Taymans  <wim@fluendo.com>
11129
11130         * tests/check/gst/.cvsignore:
11131         Do as buildbot says.
11132
11133 2007-01-29  Wim Taymans  <wim@fluendo.com>
11134
11135         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11136         Fix strides in libvisual. Gst uses X strides.
11137         Inspired by: <ed at catmur dot co dot uk> and 
11138         <tim at centricular dot net>
11139         Fixes #401118.
11140
11141 2007-01-27  Wim Taymans  <wim@fluendo.com>
11142
11143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11144         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11145         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11146         (gst_ogg_demux_perform_seek),
11147         (gst_ogg_demux_bisect_forward_serialno),
11148         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11149         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11150         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11151         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11152         * ext/ogg/gstoggdemux.h:
11153         Properly propagate streaming errors when we are scanning the file for
11154         chains so that we don't crash when shut down. Might fix some crashers
11155         when quickly switching oggs in RB such as #332503 and #378436.
11156
11157 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11158
11159         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11160           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11161           error code as well.
11162
11163 2007-01-25  Wim Taymans  <wim@fluendo.com>
11164
11165         * gst/playback/gstplaybasebin.c: (remove_source):
11166         Don't try to disconnect a signal from a finalized object.
11167
11168 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11171           Cast lock macro parameters to make sure we're actually accessing the
11172           lock member at the right class level. Free list itself in _dispose()
11173           as well and NULL it in case dispose gets called multiple times.
11174
11175 2007-01-25  Edward Hervey  <edward@fluendo.com>
11176
11177         * gst/playback/gstdecodebin2.c:
11178         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11179         Free GstDecodeGroups no longer used.
11180         (gst_decode_group_expose):
11181         Don't unlock too many times !
11182         (deactivate_free_recursive):
11183         Free iterator once we're done with it.
11184         Fix for recursively deactivating elements (stop at ghostpads).
11185
11186 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11187
11188         * gst/playback/gstplaybin.c: (handoff):
11189           Fix up caps on the frame buffer before we save it and potentially
11190           make it accessible to other threads via g_object_get; also use
11191           gst_buffer_replace() instead of gst_mini_object_replace().
11192
11193 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11194
11195         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11196           Make getting the current frame thread-safe.
11197
11198 2007-01-25  Edward Hervey  <edward@fluendo.com>
11199
11200         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11201         (gst_decode_group_new), (gst_decode_group_free):
11202         Set queues to bigger sizes to cope with HD contents.
11203         Fix some mutex freeing and add comment about MT safe methods.
11204
11205 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11206
11207         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11208         (gst_text_overlay_text_event):
11209           Don't unnecessarily ref (and then leak) upstream events if the text
11210           pad is not linked. Fixes #399948.
11211
11212         * tests/check/gst-plugins-base.supp:
11213           Add suppression for pango on edgy/x86 for textoverlay test.
11214
11215 2007-01-24  Wim Taymans  <wim@fluendo.com>
11216
11217         * gst-libs/gst/rtp/gstrtpbuffer.h:
11218         Add some more fixed payloads.
11219
11220 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11221
11222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11223           Error out properly if we get an error from libogg while reading the
11224           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11225
11226 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11229           Don't leak mutex.
11230
11231         * tests/check/elements/playbin.c:
11232         (test_sink_usage_video_only_stream),
11233         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11234         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11235         (test_missing_suburisource_handler),
11236         (test_missing_primary_decoder), (playbin_suite):
11237           Run all tests once with decodebin and once with decodebin2.
11238           One test does not pass yet with decodebin2.
11239
11240 2007-01-23  Edward Hervey  <edward@fluendo.com>
11241
11242         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11243         Fix the cases where oggmux doesn't properly figure out that all
11244         sinkpads have gone EOS, and therefore doesn't push out the remaining
11245         buffers and the final EOS event.
11246         Fixes #363379
11247
11248 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11249
11250         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11252         Don't lock on navigation event push, just on keysym to string.
11253         Fixes #397673 again.
11254
11255 2007-01-22  Edward Hervey  <edward@fluendo.com>
11256
11257         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11258         (get_current_group), (group_demuxer_event_probe),
11259         (gst_decode_group_expose), (deactivate_free_recursive),
11260         (gst_decode_group_free):
11261         Cleanups.
11262         Don't forget to emit 'no-more-pads' once a group is exposed.
11263         Cleanup elements from a DecodeGroup once we remove it.
11264         Protect call to gst_decode_group_expose() with the decodebin lock.
11265
11266 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11267
11268         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11270         Looking at Xorg code i can't figure out if that XKeysymToString
11271         function is thread sensible or not. Lock it just in case as
11272         recommended by Radek Doulik <rodo at ximian dot com>.
11273
11274 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11275
11276         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11278         Lock that X Call as well. Fixes #397673.
11279
11280 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11281
11282         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11283           Don't go into an endless loop if the file starts with 00 00 01 2X,
11284           like quicktime redirect files might. Fixes #396042.
11285
11286         * tests/check/Makefile.am:
11287         * tests/check/gst/.cvsignore:
11288         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11289         (typefindfunctions_suite):
11290           Add unit test for the above.
11291
11292 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11295           On second thought, use "depth" field rather than "bpp" field.
11296
11297 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11298
11299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11300           Camtasia caps apparently need a bpp field (#398875).
11301
11302 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11305         (gen_source_element), (gst_play_base_bin_change_state):
11306           Attempt at a better error message in case we don't have the required
11307           URI handler installed; post missing-plugin message also when we're
11308           missing an URI handler for the subtitle URI; clean up properly also
11309           when an error occurs and we never made it to PAUSED state.
11310
11311         * tests/check/elements/playbin.c: (GST_START_TEST),
11312         (playbin_suite):
11313           Check that we're also getting a missing-plugin messsage for a
11314           missing subtitle URI handler (and clean up properly).
11315
11316 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11317
11318         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11319           Plug a few reference leaks.
11320
11321 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11324           Lower probability a bit if the marker isn't right at the start,
11325           to decrease the chance of false positives.
11326
11327 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11328
11329         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11330           Small mpeg2 system stream typefinding improvement: make typefinder
11331           probe a bit into the stream instead of just looking for a marker
11332           at the beginning. Fixes #397810.
11333
11334 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11335
11336         * gst/audioconvert/gstchannelmix.c:
11337           Remove compatibility cruft for prehistoric GLib versions.
11338
11339 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         * gst/playback/Makefile.am:
11342         * gst/playback/gstdecodebin.c: (close_pad_link):
11343         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11344         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11345         (gst_play_base_bin_handle_message_func), (unknown_type):
11346           Let decodebin be the element to post missing-plugin messages for
11347           missing decoders (rather than playbin); make playbin implement
11348           GstBin::handle_message so we can suppress missing-plugin messages
11349           for types we're not handling on purpose (don't want to bring up an
11350           installer in those cases).
11351
11352 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11355         * gst-libs/gst/tag/gstvorbistag.c:
11356         (gst_tag_list_to_vorbiscomment_buffer):
11357         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11358           Fix potentially unaligned access (#397207).
11359
11360 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11361
11362         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11363         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11364         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11365         (main):
11366           Allow to toggle looping while it plays. Fix callback prototype. Clean
11367           up code a bit more. Add copyright header.
11368
11369 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11370
11371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11372           Red and blue mask was swapped (spotted by Dan Williams).
11373
11374 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11375
11376         * gst-libs/gst/tag/gstid3tag.c:
11377         * gst-libs/gst/tag/gstvorbistag.c:
11378           Use new beats-per-minute tag from core.
11379
11380 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * po/POTFILES.in:
11383           Add new files with translatable strings, so they actually make it
11384           into the template file one day.
11385
11386 2007-01-12  Andy Wingo  <wingo@pobox.com>
11387
11388         * gst-libs/gst/audio/gstbaseaudiosink.c
11389         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11390         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11391         stuff, as the base class handles this now. Actually tell the ring
11392         buffer to start.
11393         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11394         How did this work before? Maybe I'm not as awesome a programmer as
11395         I think.
11396
11397         * gst-libs/gst/audio/gstbaseaudiosrc.c
11398         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11399         of a pad function.
11400
11401 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11402
11403         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11404           Remove more fields so that the application can better blacklist
11405           formats that have been tried before.
11406
11407 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * gst-libs/gst/audio/mixerutils.h:
11410           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11411           used when compiling with c++ compilers as well.
11412
11413 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11414
11415         * gst/typefind/gsttypefindfunctions.c:
11416           Fix comment.
11417
11418 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * gst/playback/gstplaybin.c: (post_missing_element_message),
11421         (gen_video_element), (gen_text_element), (gen_audio_element),
11422         (gen_vis_element):
11423           Post missing-plugin messages also when we error out because
11424           converters, textoverlay or auto*sinks are missing (#161922).
11425
11426 2007-01-10  Wim Taymans  <wim@fluendo.com>
11427
11428         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11429         (is_demuxer_element), (new_caps):
11430         * gst/playback/gstplaybasebin.c: (source_new_pad):
11431         Fix the case where we try to ref a NULL element when we delay a link
11432         because of unfixed caps.
11433         Set the state of autoplugged decodebins to PAUSED.
11434         RTSP now works in playbin, we can remove it from the blacklist.
11435
11436 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * gst/playback/Makefile.am:
11439         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11440         (unknown_type), (setup_subtitle), (gen_source_element):
11441         * gst/playback/gstplaybin.c: (plugin_init):
11442           Post missing-plugin messages on the bus for missing sources and
11443           missing decoders/demuxers/depayloaders; fix error code used when
11444           we're missing an URI handler source; for media types that we are not
11445           handling on purpose at the moment, don't print "don't know how to
11446           handle xyz" messages to the terminal or post missing-plugin
11447           messages on the bus.
11448
11449         * tests/check/elements/playbin.c: (create_playbin),
11450         (GST_START_TEST), (gst_codec_src_uri_get_type),
11451         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11452         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11453         (gst_codec_src_init_type), (gst_codec_src_base_init),
11454         (gst_codec_src_create), (gst_codec_src_class_init),
11455         (gst_codec_src_init), (plugin_init), (playbin_suite):
11456           Add some tests for the missing-plugin stuff.
11457
11458 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11459
11460         * configure.ac:
11461         * gst-libs/gst/Makefile.am:
11462         * gst-libs/gst/utils/Makefile.am:
11463         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11464         * gst-libs/gst/utils/base-utils.h:
11465         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11466         (find_format_info), (caps_are_rtp_caps),
11467         (gst_base_utils_get_source_description),
11468         (gst_base_utils_get_sink_description),
11469         (gst_base_utils_get_decoder_description),
11470         (gst_base_utils_get_encoder_description),
11471         (gst_base_utils_get_element_description),
11472         (gst_base_utils_add_codec_description_to_tag_list),
11473         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11474         * gst-libs/gst/utils/descriptions.h:
11475         * gst-libs/gst/utils/missing-plugins.c:
11476         (missing_structure_get_type), (copy_and_clean_caps),
11477         (gst_missing_uri_source_message_new),
11478         (gst_missing_uri_sink_message_new),
11479         (gst_missing_element_message_new),
11480         (gst_missing_decoder_message_new),
11481         (gst_missing_encoder_message_new),
11482         (missing_structure_get_string_detail),
11483         (missing_structure_get_caps_detail),
11484         (gst_missing_plugin_message_get_installer_detail),
11485         (gst_missing_plugin_message_get_description),
11486         (gst_is_missing_plugin_message):
11487         * gst-libs/gst/utils/missing-plugins.h:
11488           API: add new libgstbaseutils library with functions
11489           - to create and parse missing-plugins messages
11490           - that provide (translated) descriptions for caps/decoders/sources/etc.
11491           Closes #392393.
11492
11493         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11494         * pkgconfig/gstreamer-plugins-base.pc.in:
11495           Add new lib.
11496
11497         * docs/libs/gst-plugins-base-libs-docs.sgml:
11498         * docs/libs/gst-plugins-base-libs-sections.txt:
11499           Generate docs for new lib and API.
11500
11501         * tests/check/Makefile.am:
11502         * tests/check/libs/.cvsignore:
11503         * tests/check/libs/utils.c: (missing_msg_check_getters),
11504         (GST_START_TEST), (libgstbaseutils_suite):
11505           Add some basic unit tests.
11506
11507 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * ext/ogg/Makefile.am:
11510           Dist gstoggdemux.h to fix 'make distcheck'.
11511
11512         * sys/v4l/Makefile.am:
11513           Fix 'make distcheck' even more.
11514
11515 2007-01-09  Wim Taymans  <wim@fluendo.com>
11516
11517         * docs/plugins/Makefile.am:
11518         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11519         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11520         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11521         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11522         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11523         (gst_ogg_demux_perform_seek):
11524         * ext/ogg/gstoggdemux.h:
11525         Added docs.
11526         Add some more comments.
11527         Small cleanups.
11528
11529 2007-01-09  Wim Taymans  <wim@fluendo.com>
11530
11531         * ext/theora/theoradec.c:
11532         * ext/vorbis/vorbisdec.c:
11533         * gst-libs/gst/audio/gstringbuffer.c:
11534         (gst_ring_buffer_commit_full):
11535         * gst-libs/gst/audio/gstringbuffer.h:
11536         * gst-libs/gst/rtp/gstrtpbuffer.c:
11537         * gst-libs/gst/tag/gstvorbistag.c:
11538         Small documentation updates/fixes
11539
11540 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11541
11542         * configure.ac:
11543           Require core CVS HEAD for Andy's basesrc/sink API additions.
11544
11545 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11548
11549         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11550         (plugin_init):
11551           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11552           on flac.sf.net (there appear to be other versions of the first
11553           ogg page in the wild) (#391365).
11554
11555 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * configure.ac:
11558           Check if localtime_r() is available.
11559
11560         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11561           If localtime_r() is not available, fall back to localtime(). Should
11562           fix build on MingW (#393310).
11563
11564 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11567         * gst/subparse/gstsubparse.h:
11568           Remove spurious 1000 subtrahend when calculating the timestamp from
11569           the frame number and the frame rate . Also, use the frames/second
11570           value specified in the first line of the file, if one is specified
11571           there. Should fix #357503.
11572
11573         * tests/check/elements/subparse.c: (do_test),
11574         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11575         (subparse_suite):
11576           Add some basic unit tests for the microdvd subtitle format.
11577
11578 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11579
11580         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11581
11582         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11583         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11584         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11585         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11586         (gst_xvimagesink_set_xwindow_id),
11587         (gst_xvimagesink_set_event_handling),
11588         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11589         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11590         Fixes: #390076.
11591         Add an adaptor property to select a specific XV adaptor.
11592         * sys/xvimage/xvimagesink.h:
11593
11594 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11595
11596         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11597         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11598         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11599         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11600         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11601         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11602         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11603         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11604         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11605         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11606         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11607         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11608         Use flow_lock much more to protect every access to xwindow.
11609         Try to catch erros while creating images in case some drivers are
11610         just generating an XError when the requested image is too big.
11611         Should fix : #354698, #384008, #384060.
11612         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11613         Implement some stress testing of setting window xid.
11614
11615 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11616
11617         * win32/common/libgsaudio.def:
11618           Add new exported function.
11619         * win32/common/libgstogg.dsp:
11620           Add gstoggaviparse.c to the build.
11621         * win32/common/libgstvideoscale.dsp:
11622           Add vs_4tap.c to the build.
11623         * win32/common/libgstvorbis.dsp:
11624           Add vorbistag.c to the build.
11625         
11626 2007-01-06  Andy Wingo  <wingo@pobox.com>
11627
11628         * gst-libs/gst/audio/gstbaseaudiosink.c
11629         (gst_base_audio_sink_class_init)
11630         (gst_base_audio_sink_init): 
11631         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11632         to baseaudiosink, and tell basesink that we can work in pull mode.
11633         This way the ring buffer thread drives the pipeline directly, if
11634         pull mode is possible. There is some lingering nastiness regarding
11635         capsnego, however.
11636         (gst_base_audio_sink_callback): Implement the callback to pull
11637         data. This interface is a bit light, though -- it should get a
11638         GstFlowReturn return value at least.
11639
11640 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11643         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11644         * gst/playback/gstdecodebin2.c:
11645         (gst_decode_group_check_if_blocked):
11646           Printf format and missing argument fixes.
11647
11648 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11649
11650         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11651         (gst_ogm_parse_change_state):
11652         Activate pads before adding them to the element.
11653
11654 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * tests/examples/seek/scrubby.c: (main):
11657         * tests/examples/seek/seek.c: (main):
11658           Call g_thread_init() first thing in main() (see #391278).
11659
11660 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11661
11662         * tests/check/Makefile.am:
11663         * tests/check/libs/.cvsignore:
11664         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11665         (netbuffer_suite):
11666           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11667           for the time being, since it's broken, see #393099.
11668
11669 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * tests/check/Makefile.am:
11672           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11673
11674 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * configure.ac:
11677           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11678           so that GST_BASE_CFLAGS can go inbetween them, making sure
11679           we use uninstalled gst-libs headers
11680         * docs/libs/Makefile.am:
11681         * ext/alsa/Makefile.am:
11682         * ext/cdparanoia/Makefile.am:
11683         * ext/gnomevfs/Makefile.am:
11684         * ext/libvisual/Makefile.am:
11685         * ext/ogg/Makefile.am:
11686         * ext/theora/Makefile.am:
11687         * ext/vorbis/Makefile.am:
11688         * gst-libs/gst/audio/Makefile.am:
11689         * gst-libs/gst/cdda/Makefile.am:
11690         * gst-libs/gst/interfaces/Makefile.am:
11691         * gst-libs/gst/riff/Makefile.am:
11692         * gst-libs/gst/rtp/Makefile.am:
11693         * gst-libs/gst/tag/Makefile.am:
11694         * gst/adder/Makefile.am:
11695         * gst/audioconvert/Makefile.am:
11696         * gst/audiorate/Makefile.am:
11697         * gst/audioresample/Makefile.am:
11698         * gst/playback/Makefile.am:
11699         * gst/tcp/Makefile.am:
11700         * gst/videoscale/Makefile.am:
11701         * gst/volume/Makefile.am:
11702         * sys/ximage/Makefile.am:
11703         * sys/xvimage/Makefile.am:
11704         * tests/icles/Makefile.am:
11705           adapt
11706
11707 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11708
11709         * gst-libs/gst/interfaces/xoverlay.c:
11710         (gst_x_overlay_handle_events):
11711         * gst-libs/gst/interfaces/xoverlay.h:
11712         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11713         (gst_ximagesink_set_xwindow_id),
11714         (gst_ximagesink_set_event_handling),
11715         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11716         (gst_ximagesink_get_property), (gst_ximagesink_init),
11717         (gst_ximagesink_class_init):
11718         * sys/ximage/ximagesink.h:
11719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11720         (gst_xvimagesink_set_xwindow_id),
11721         (gst_xvimagesink_set_event_handling),
11722         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11723         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11724         (gst_xvimagesink_class_init):
11725         * sys/xvimage/xvimagesink.h:
11726         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11727         Add a method to the XOverlay interface to allow disabling of 
11728         event handling in x[v]imagesink elements. This will let X events
11729         propagate to parent windows which can be usefull in some cases.
11730         Be carefull that the application is then responsible of pushing
11731         navigation events and expose events to the video sink.
11732         Fixes: #387138.
11733
11734 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11735
11736         * gst-libs/gst/tag/gstvorbistag.c:
11737         * tests/check/libs/tag.c: (GST_START_TEST):
11738           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11739           (fixes #392070).
11740
11741 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11742
11743         * configure.ac:
11744         * docs/Makefile.am:
11745         * docs/design/Makefile.am:
11746           Dist design docs.
11747
11748 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11749
11750         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11751         typo. Fixes: #390063.
11752
11753 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11754
11755         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11757         caps leak.
11758         * win32/common/config.h: Updated.
11759
11760 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11761
11762         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11763         (setup_gdpdepay_streamheader):
11764         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11765         (setup_gdppay_streamheader):
11766           Fix the dp tests, but activating the pads for the streamheader tests
11767           too and cleaning up conditionaly
11768
11769 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11770
11771         * gst/ffmpegcolorspace/avcodec.h:
11772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11774         (gst_ffmpegcsp_avpicture_fill):
11775         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11776         (img_get_alpha_info):
11777         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11778         other end of the word. Fixes: #387073.
11779
11780         Add some inconsequential branch hints in a couple of places.
11781
11782 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11783
11784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11785         (gst_ffmpeg_caps_to_smpfmt):
11786           The "signed" field in raw audio caps is of boolean type, trying to
11787           extract the value with _get_int() will fail (fix to keep in sync with
11788           the copy in gst-ffmpeg)
11789
11790 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11791
11792         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11793         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11794         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11795         (cleanup_gdpdepay):
11796         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11797         * tests/check/elements/subparse.c: (teardown_subparse):
11798         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11799         * tests/check/elements/videorate.c: (cleanup_videorate):
11800         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11801         * tests/check/elements/volume.c: (cleanup_volume):
11802         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11803         (cleanup_vorbisdec):
11804         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11805         (cleanup_vorbistag):
11806           consistent pad (de)activation
11807
11808 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11809
11810         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11811           Forgot to register the extensions.
11812
11813 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11814
11815         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11816         (plugin_init):
11817           Add typefinder for VIVO files (my christmas present to the 90s).
11818
11819 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst/playback/gstdecodebin.c: (type_found):
11822           Special-case the text/plain media type: we only want to recognise it
11823           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11824           parser, but not if the entire stream is of text/plain type. If the
11825           entire stream is text/plain, we should just error out.
11826
11827           This fixes playback of audio files with lyrics in totem. Totem can't
11828           distinguish between text files and subtitle files and passes any
11829           .txt file with the same basename as the main file to playbin as
11830           suburi, and playbin will then throw a 'subtitle found, but no video
11831           stream' error, which isn't entirely helpful. See #380342.
11832
11833           Also, with this change we'll show a slightly more correct error
11834           message in case totem passes a playlist file to us (although a
11835           custom error message wording instead of the default text would
11836           probably not be a bad idea either).
11837
11838           Same problem also needs to be fixed for playbin+decodebin2.
11839
11840         * tests/check/Makefile.am:
11841         * tests/check/elements/decodebin.c: (src_handoff_cb),
11842         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11843         (decodebin_suite):
11844           Add simple unit test for decodebin for the above.
11845
11846 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11847
11848         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11849         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11850           Refuse to change state to READY when we failed to create any of the
11851           required elements in our instance init function.
11852
11853 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11854
11855         * docs/libs/gst-plugins-base-libs-sections.txt:
11856           Small docs fixes/updates.
11857
11858         * gst-libs/gst/video/gstvideosink.h:
11859           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11860           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11861           removed from the base sink API between 0.9.6 and 0.9.7).
11862           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11863           accessor macros, so we don't do a runtime GObject type check every
11864           time we use them.
11865
11866 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11867
11868         * Makefile.am:
11869         * gst-plugins-base.doap:
11870         * gst-plugins-base.spec.in:
11871           add doap file
11872
11873 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         Patch by: Jens Granseuer <jensgr at gmx net>
11876
11877         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11878         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11879         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11880         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11881         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11882           Declare variables at the beginning of a block. Fixes #383195.
11883
11884 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11885
11886         * configure.ac:
11887         Bump version nano - back to CVS.
11888
11889
11890 === release 0.10.11 ===
11891
11892 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11893
11894         * configure.ac:
11895           releasing 0.10.11, "Dumb things"
11896
11897 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11898
11899         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11900         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11901         Handle the case where an element has multiple pads with 
11902         unfixed caps as well as still possibly producing more dynamic 
11903         pads by storing each case as a distinct entry in the dynamic list.
11904         Fixes #38223 again.
11905
11906 2006-12-04  Wim Taymans  <wim@fluendo.com>
11907
11908         * gst/playback/gstdecodebin.c: (close_pad_link):
11909         Fix #382223, add more dynamic caps handling.
11910
11911 2006-12-04  Wim Taymans  <wim@fluendo.com>
11912
11913         * gst-libs/gst/audio/gstringbuffer.h:
11914         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11915         (gst_netaddress_set_ip4_interface),
11916         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11917         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11918         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11919         (gst_netaddress_get_ttl):
11920         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11921         * gst/playback/gstdecodebin.c: (close_pad_link):
11922         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11923         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11924         * win32/common/config.h:
11925
11926 2006-12-01  Michael Smith  <msmith@fluendo.com>
11927
11928         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11929           Delete bad debug code.
11930           Fixes #381219
11931
11932 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11933
11934         * gst/videoscale/vs_4tap.c:
11935         * win32/MANIFEST:
11936         * win32/common/config.h:
11937         * win32/vs8/libgstvideoscale.vcproj:
11938         Fix compilation on win32 under VS8
11939         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11940         Partially fixes #381175
11941
11942 2006-11-30  Michael Smith  <msmith@fluendo.com>
11943
11944         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11945         (GST_START_TEST):
11946           It would be very bad if, after a discont buffer, we thought every
11947           single following buffer was also discont. So, add to the test to
11948           ensure that this isn't the case.
11949           
11950         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11951           ... it was the case. So fix it.
11952
11953 2006-11-28  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst/playback/gstplaybasebin.c: (check_queue_event):
11956         Improve debug.
11957
11958         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11959         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11960         padtemplate caps. Refixes #357577.
11961
11962 2006-11-28  Wim Taymans  <wim@fluendo.com>
11963
11964         * gst/playback/gstplaybasebin.c: (check_queue_event),
11965         (queue_threshold_reached), (queue_out_of_data),
11966         (gen_preroll_element):
11967         Add event probe to see when EOS is in a queue and we can disable the
11968         underrun signals. Fixes #357577.
11969
11970 2006-11-28  Edward Hervey  <edward@fluendo.com>
11971
11972         * gst/playback/Makefile.am:
11973         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11974         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11975         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11976         (gst_decode_bin_init), (gst_decode_bin_dispose),
11977         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11978         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11979         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11980         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11981         (connect_element), (expose_pad), (type_found),
11982         (pad_added_group_cb), (pad_removed_group_cb),
11983         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11984         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11985         (are_raw_caps), (multi_queue_overrun_cb),
11986         (multi_queue_underrun_cb), (gst_decode_group_new),
11987         (get_current_group), (group_demuxer_event_probe),
11988         (gst_decode_group_control_demuxer_pad),
11989         (gst_decode_group_control_source_pad),
11990         (gst_decode_group_check_if_blocked),
11991         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11992         (gst_decode_group_hide), (gst_decode_group_free),
11993         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11994         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11995         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11996         (plugin_init):
11997         New decodebin2 element.
11998         Closes #370092
11999         * gst/playback/gstplay-marshal.list:
12000         Added marshallers for new signals in decodebin2
12001         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
12002         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
12003         is set.
12004
12005 2006-11-28  Wim Taymans  <wim@fluendo.com>
12006
12007         * gst/playback/gstplaybasebin.c: (setup_source),
12008         (gst_play_base_bin_change_state):
12009         Disable rtsp:// uris for the release, it's not good enough yet.
12010         Remove unused var.
12011
12012 2006-11-26  Wim Taymans  <wim@fluendo.com>
12013
12014         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12015         (theora_dec_push_forward), (theora_dec_push_reverse),
12016         (theora_handle_data_packet), (theora_dec_decode_buffer),
12017         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12018         (theora_dec_chain_forward), (theora_dec_chain):
12019         Implement reverse playback.
12020
12021         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12022         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12023         (vorbis_dec_chain_forward):
12024         Clear buffers used for reverse playback in _reset.
12025         No need to set the eos flag, we clip samples using the segment.
12026
12027 2006-11-24  Wim Taymans  <wim@fluendo.com>
12028
12029         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12030         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12031         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12032         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12033         Some cleanups.
12034         Handle continued pages in reverse mode.
12035
12036 2006-11-24  Wim Taymans  <wim@fluendo.com>
12037
12038         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12039         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12040         (vorbis_dec_flush_decode):
12041         Small cleanups.
12042         Don't try to add invalid timestamps.
12043         Clipping will unref the buffer.
12044
12045 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12046
12047         * gst/adder/gstadder.h:
12048         * gst/audiotestsrc/gstaudiotestsrc.h:
12049           remove obsolete _factory_init protos
12050
12051 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12052
12053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12054           Fix spacing in debug message.
12055
12056 2006-11-23  Wim Taymans  <wim@fluendo.com>
12057
12058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12059         (gst_ogg_demux_chain):
12060         Don't just ignore return values from _pad_push().
12061         Small debug improvements.
12062
12063 2006-11-23  Michael Smith  <msmith@fluendo.com>
12064
12065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12066           If our incoming buffer is marked as DISCONT, then increment the page
12067           number (so that the discontinuity is marked in the final ogg
12068           bitstream) and flush the previous page.
12069
12070 2006-11-22  Michael Smith  <msmith@fluendo.com>
12071
12072         * ext/theora/gsttheoraenc.h:
12073         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12074         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12075         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12076         (theora_enc_chain), (theora_enc_change_state):
12077           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12078
12079         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12080         (GST_START_TEST), (theoraenc_suite):
12081           Enable discontinuity test, fix it.
12082
12083 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12086         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12087         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12088         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12089         (gst_text_overlay_change_state):
12090         * ext/pango/gsttextoverlay.h:
12091           Some textoverlay fixes: for one, in the video chain function,
12092           actually wait for a text buffer to come in if there is none at the
12093           moment and there should be one; also, deal more gracefully with
12094           incoming buffers that do not have a timestamp or duration; discard
12095           text buffer when not needed any longer. Fixes #341681.
12096
12097         * tests/check/Makefile.am:
12098         * tests/check/elements/.cvsignore:
12099         * tests/check/elements/textoverlay.c:
12100         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12101         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12102         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12103         (test_video_waits_for_text_send_text_newsegment_thread),
12104         (test_video_waits_for_text_shutdown_element),
12105         (test_render_continuity_push_video_buffers_thread),
12106         (textoverlay_suite):
12107           Add some unit tests for textoverlay.
12108
12109 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12110
12111         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12112           Avoid integer underflow when the found probability for mp3 is
12113           smaller than the 'penalty' we subtract if there's not a clean
12114           mp3 header sync at offset 0.
12115
12116 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12117
12118         * docs/libs/gst-plugins-base-libs-sections.txt:
12119           Add some new symbols to the docs
12120
12121 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * tests/check/Makefile.am:
12124         * tests/check/elements/ffmpegcolorspace.c:
12125         (ffmpegcolorspace_suite):
12126           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12127           (for now not for valgrinding though, since it takes too long).
12128
12129 2006-11-20  Wim Taymans  <wim@fluendo.com>
12130
12131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12132         (gst_ffmpeg_pixfmt_to_caps):
12133         Fix RGBA32 caps. Fixes #357038.
12134
12135 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12136
12137         * gst-libs/gst/interfaces/mixertrack.h:
12138           Add FIXME so we can add some padding here in 0.11
12139
12140 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12141
12142         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12143           Fix GstBaseRTPAudioPayload structure so the whole GObject
12144           inheritance business actually works (parent class instance structure
12145           must always come first in the derived class instance structure).
12146
12147 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * gst/videotestsrc/Makefile.am:
12150         * tests/check/Makefile.am:
12151           Make sure our checks and the videotestsrc plugin link against the
12152           local uninstalled gst libs and not any installed gst libs that
12153           might happen to exist as well.
12154
12155         * tests/check/elements/adder.c: (message_received),
12156         (test_event_message_received), (test_play_twice_message_received):
12157         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12158           Fix compiler warnings when compiling against core with disabled
12159           debugging system.
12160
12161 2006-11-16  Michael Smith  <msmith@fluendo.com>
12162
12163         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12164         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12165           Fix audiorate, so that it accurately sets offsets and timestamps.
12166           Doesn't change the fundamental algorithmic decisions; so should be
12167           safe.
12168
12169         * tests/check/Makefile.am:
12170           Enable audiorate test now that it passes.
12171
12172 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12173
12174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12175           clear xv when going to NULL, remove // commented non-existant proto
12176
12177         * tests/examples/seek/seek.c: (main):
12178           add missing tooltip description for scrub and play_scrub
12179
12180 2006-11-14  David Schleef  <ds@schleef.org>
12181
12182         * configure.ac:
12183           Bump liboil requirement to 0.3.8.
12184         * gst-libs/gst/riff/riff-media.c:
12185           Add Dirac fourcc.
12186         * gst/videoscale/vs_image.h:
12187         * gst/videoscale/vs_scanline.h:
12188           Use liboil's stdint.h.
12189         * gst/videotestsrc/videotestsrc.c:
12190           Remove liboil related ifdef's, since they aren't needed now, and
12191           won't work with future versions.
12192
12193 2006-11-14  David Schleef  <ds@schleef.org>
12194
12195         * gst/videoscale/Makefile.am:
12196         * gst/videoscale/gstvideoscale.c:
12197         * gst/videoscale/gstvideoscale.h:
12198         * gst/videoscale/vs_4tap.c:
12199         * gst/videoscale/vs_4tap.h:
12200         * gst/videoscale/vs_image.c:
12201         * gst/videoscale/vs_image.h:
12202         * gst/videoscale/vs_scanline.c:
12203         * gst/videoscale/vs_scanline.h:
12204           Add a 4-tap image scaler.  Theoretically looks much prettier.
12205           The tap calculation could use some improvement.
12206
12207 2006-11-14  Wim Taymans  <wim@fluendo.com>
12208
12209         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12210
12211         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12212         (gst_riff_parse_strf_iavs):
12213         * gst/subparse/gstsubparse.c: (convert_encoding):
12214         * gst/tcp/gstmultifdsink.c:
12215         (gst_multi_fd_sink_handle_client_write):
12216         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12217         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12218         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12219         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12220         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12221         (gst_ximagesink_ximage_new):
12222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12223         Various gsize and gssize printf fixes. Fixes #372507.
12224
12225 2006-11-13  Wim Taymans  <wim@fluendo.com>
12226
12227         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12228         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12229         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12230         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12231         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12232         * ext/vorbis/vorbisdec.h:
12233         First stab at vorbis reverse playback.
12234
12235 2006-11-13  Wim Taymans  <wim@fluendo.com>
12236
12237         * gst-libs/gst/audio/gstbaseaudiosink.c:
12238         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12239         * gst-libs/gst/audio/gstbaseaudiosink.h:
12240         Make the clock sync code more accurate wrt resampling and playback
12241         at different rates.
12242         
12243         * gst-libs/gst/audio/gstringbuffer.c:
12244         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12245         * gst-libs/gst/audio/gstringbuffer.h:
12246         Use better algorithm to interpolate sample rates. 
12247
12248 2006-11-13  Michael Smith  <msmith@fluendo.com>
12249
12250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12251           Improve a debug line slightly.
12252
12253         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12254           Call gst_riff_init() in plugin_init, to avoid getting errors from
12255           the debug system (unrelated changes to another plugin made this turn
12256           up; not sure why).
12257
12258 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12261
12262         * win32/common/libgsttag.def:
12263           Add missing symbol (#366492).
12264
12265 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12268           Don't unref a NULL pad.
12269
12270 2006-11-09  Wim Taymans  <wim@fluendo.com>
12271
12272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12273         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12274         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12275         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12276         (gst_ogg_demux_loop):
12277         Implement first stab at reverse playback.
12278
12279 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12280
12281         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12282         (gst_riff_create_video_template_caps):
12283           add h263/h264 variants to the caps, Fixes #363118
12284
12285 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12288         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12289           Use g_strerror instead of strerror so we get UTF-8.
12290
12291 2006-11-03  David Schleef  <ds@schleef.org>
12292
12293         * ext/ogg/gstoggdemux.c:
12294         * ext/ogg/gstoggmux.c:
12295           Add/remove KW-DIRAC header here, since it is ogg-specific.
12296
12297 2006-11-03  Michael Smith  <msmith@fluendo.com>
12298
12299         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12300           Recognise more mpeg4 elementary video streams.
12301
12302 2006-11-02  Edward Hervey  <edward@fluendo.com>
12303
12304         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12305         Lower the probability of mp3 typefinding functions if we don't find a
12306         valid mp3 header at the start of the file.
12307         Closes #369482
12308
12309 2006-11-02  Wim Taymans  <wim@fluendo.com>
12310
12311         * ext/theora/gsttheoradec.h:
12312         * ext/theora/theoradec.c: (gst_theora_dec_init),
12313         (theora_dec_sink_event), (theora_dec_chain_forward),
12314         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12315         (theora_dec_chain):
12316         Document and partially implement an algorithm for doing reverse playback
12317         of theora video.
12318
12319 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12322
12323         * win32/common/config.h:
12324         * win32/common/interfaces-enumtypes.c:
12325         * win32/common/libgsttag.def:
12326         * win32/vs8/gst-plugins-base.sln:
12327         * win32/vs8/libgstaudioresample.vcproj:
12328         * win32/vs8/libgstinterfaces.vcproj:
12329         * win32/vs8/libgstogg.vcproj:
12330         * win32/vs8/libgstriff.vcproj:
12331         * win32/vs8/libgsttag.vcproj:
12332         * win32/vs8/libgsttheora.vcproj:
12333         * win32/vs8/libgstvideoscale.vcproj:
12334         * win32/vs8/libgstvorbis.vcproj:
12335           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12336           to libgsttag.def; add missing dependencies for some vs8 projects;
12337           re-arrange placement of .def files in vs8 projects (#366334).
12338
12339 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12340
12341         * ext/ogg/gstogg.c:
12342           Remove unused variable.
12343
12344         * ext/ogg/gstoggdemux.c:
12345           Fix Wim's surname in plugin description.
12346
12347 2006-10-31  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst-plugins-base.spec.in:
12350         spec new .h file. Fixes #368310.
12351
12352 2006-10-31  Michael Smith  <msmith@fluendo.com>
12353
12354         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12355         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12356         (gst_multi_fd_sink_get_stats),
12357         (gst_multi_fd_sink_remove_client_link),
12358         (gst_multi_fd_sink_queue_buffer),
12359         (gst_multi_fd_sink_handle_clients):
12360         * gst/tcp/gstmultifdsink.h:
12361           Make using the remove or clear signals threadsafe.
12362           Make calling get-stats with an invalid fd not segfault.
12363           Fixes 368273.
12364
12365 2006-10-31  Wim Taymans  <wim@fluendo.com>
12366
12367         * gst-libs/gst/rtp/Makefile.am:
12368         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12369         (gst_base_rtp_audio_payload_init):
12370         Fix and activate base audio payloader.
12371
12372 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12373
12374         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12375         (plugin_init):
12376           Add typefinder for QuickTime Image Files (see #366156).
12377
12378 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12379
12380         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12381           Another typo fix (#366212).
12382
12383 2006-10-27  Wim Taymans  <wim@fluendo.com>
12384
12385         * gst/volume/gstvolume.c: (volume_transform_ip):
12386         Use stream time to synchronize volume property instead of rather random
12387         timestamps. This is needed when gnonlin does its time shifting.
12388
12389 2006-10-27  Wim Taymans  <wim@fluendo.com>
12390
12391         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12392
12393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12394         Remove the pad from the element in release_pad. Fixes #364812.
12395
12396 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12400           Explicitly create our custom buffer classes at a thread-safe
12401           location as well, since g_type_class_ref() doesn't seem to be
12402           entirely thread-safe either (#365501; also see #349410).
12403
12404 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12405
12406         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12407         (gst_riff_parse_info):
12408           If strings in INFO chunk are not UTF-8, do something similar to
12409           what we do for ID3v1 tags: check a number of environment variables
12410           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12411           character sets to try, otherwise try the current locale and/or fall
12412           back on ISO-8859-1. Fixes #360552.
12413
12414 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst/videotestsrc/gstvideotestsrc.c:
12417         (gst_video_test_src_pattern_get_type),
12418         (gst_video_test_src_set_pattern):
12419         * gst/videotestsrc/gstvideotestsrc.h:
12420         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12421         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12422         (gst_video_test_src_checkers8):
12423         * gst/videotestsrc/videotestsrc.h:
12424           Add a bunch of exciting new checkers patterns.
12425
12426 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * gst/subparse/Makefile.am:
12429         * gst/subparse/gstsubparse.c:
12430         (gst_sub_parse_data_format_autodetect),
12431         (gst_sub_parse_format_autodetect), (handle_buffer),
12432         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12433         * gst/subparse/gstsubparse.h:
12434         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12435         (parse_tmplayer):
12436         * gst/subparse/tmplayerparse.h:
12437           Add support for TMPlayer-type subtitles (#362845).
12438
12439         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12440         (GST_START_TEST), (subparse_suite):
12441           Add some basic unit tests for the above.
12442
12443 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12444
12445         * tests/check/elements/audiorate.c: (test_injector_base_init),
12446         (test_injector_class_init), (test_injector_chain),
12447         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12448         (GST_START_TEST), (audiorate_suite):
12449           More tests for audiorate: inject buffers to check behaviour when
12450           buffers overlap.
12451
12452 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * tests/check/Makefile.am:
12455         * tests/check/elements/.cvsignore:
12456         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12457         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12458           Add some basic unit tests for audiorate. Disabled at the moment
12459           since it doesn't pass yet (see bug #363119).
12460
12461 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12462
12463         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12464         (parse_subrip), (handle_buffer):
12465           Add missing closing tags for markup and fix broken markup,
12466           otherwise pango won't render anything (fixes #357531). Also,
12467           make sure the text we send out is always NUL-terminated
12468           (better safe than sorry etc.).
12469
12470         * tests/check/elements/subparse.c: (test_srt_do_test),
12471         (test_srt):
12472           Some more tests for .srt incl. tests for the above stuff.
12473
12474 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12475
12476         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12478         Patch by: Stefan Kost  <ensonic@users.sf.net>
12479         Try to redraw borders only when needed. Apparently this consumes
12480         resources on small devices... :-O (#363607)
12481
12482 2006-10-20  Michael Smith  <msmith@fluendo.com>
12483
12484         * gst/tcp/gstmultifdsink.c:
12485         (gst_multi_fd_sink_client_queue_buffer):
12486           If caps change, then update the client's idea of the caps so that we
12487           don't end up re-sending streamheaders for every single buffer after
12488           the caps change.
12489
12490 2006-10-20  Michael Smith  <msmith@fluendo.com>
12491
12492         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12493         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12494           Set caps on pushed buffers; fix up refcounting of caps objects.
12495
12496 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12499         (plugin_init):
12500           Typefind mmsh header data packet to application/x-mmsh (#362625).
12501
12502 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12503
12504         * tests/check/Makefile.am:
12505         * tests/check/elements/.cvsignore:
12506         * tests/check/elements/subparse.c: (buffer_from_static_string),
12507         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12508         (GST_START_TEST), (subparse_suite):
12509           Add very simple unit test for subparse.
12510
12511 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12512
12513         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12514         (parse_subrip):
12515           Strip trailing newlines from subtitle text output.
12516
12517 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12518
12519         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12520         (gst_sub_parse_change_state):
12521           Fix memleak; clear subparse->textbuf n state change function.
12522
12523 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12524
12525         * gst/subparse/gstsubparse.c:
12526         (gst_sub_parse_data_format_autodetect):
12527           Don't require subrip (.srt) files to start with a chunk number of 1.
12528
12529 2006-10-18  Wim Taymans  <wim@fluendo.com>
12530
12531         * gst-libs/gst/audio/gstbaseaudiosink.c:
12532         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12533         * gst-libs/gst/audio/gstbaseaudiosink.h:
12534         Extract rate from the NEWSEGMENT event.
12535         Use commit_full to also take rate adjustment into account when writing
12536         samples to the ringbuffer.
12537         
12538         * gst-libs/gst/audio/gstringbuffer.c:
12539         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12540         (gst_ring_buffer_read):
12541         * gst-libs/gst/audio/gstringbuffer.h:
12542         Added _commit_full() to also take rate into account.
12543         Use simple interpolation algorithm to resample audio.
12544         API: gst_ring_buffer_commit_full()
12545
12546         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12547         * tests/examples/seek/seek.c: (segment_done):
12548         Don't try to seek with 0.0 rate, just pause instead.
12549         Remove bogus debug line.
12550
12551 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12552
12553         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12554         (setup_source):
12555           Catch async errors when starting up the subtitle bin, so we can
12556           stop waiting and continue with the main film instead of hanging
12557           forever. Fixes #339366.
12558
12559         * tests/check/elements/playbin.c: (playbin_suite):
12560           Enable unit test for the above.
12561
12562 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * tests/check/Makefile.am:
12565         * tests/check/elements/.cvsignore:
12566         * tests/check/elements/playbin.c: (GST_START_TEST),
12567         (gst_red_video_src_uri_get_type),
12568         (gst_red_video_src_uri_get_protocols),
12569         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12570         (gst_red_video_src_uri_handler_init),
12571         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12572         (gst_red_video_src_create), (gst_red_video_src_class_init),
12573         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12574           Some small and basic unit tests for playbin; not very useful yet,
12575           but at least a start.
12576
12577 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12578
12579         * gst/playback/gstplaybin.c: (setup_sinks):
12580           The old pad activation spiel.
12581
12582 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12583
12584         * gst/playback/gstplaybasebin.c: (setup_source):
12585           Don't hang forever if the subbin already fails to start up in 
12586           the state change to PAUSED (#339366).
12587
12588 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12589
12590         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12591         (gst_tuner_set_channel), (gst_tuner_get_channel),
12592         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12593         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12594         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12595         (gst_tuner_find_channel_by_name):
12596           Fix some function guards, add some more function guards.
12597
12598 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12599
12600         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12601         (remove_element_chain):
12602         Don't return a pad from get_our_ghost_pad unless it is actually the
12603         one we want.
12604         Change a cast in remove_element_chain slightly.
12605
12606 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12607
12608         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12609         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12610         Segment seeking needs to use the rate and set stop to -1.
12611
12612 2006-10-13  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst-libs/gst/audio/gstbaseaudiosink.c:
12615         (gst_base_audio_sink_setcaps):
12616         Don't crash when ringbuffer is not yet created.
12617         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12618         Fixes #361634.
12619
12620         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12621         * gst/playback/gststreamselector.c:
12622         (gst_stream_selector_request_new_pad):
12623         Activate pads befre adding them to running elements.
12624
12625 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12626
12627         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12628         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12629         updater when we start grabing the slider. Don't wait for the
12630         pipeline to be PAUSED.
12631
12632 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12635         (gst_mixer_set_volume), (gst_mixer_get_volume),
12636         (gst_mixer_set_mute), (gst_mixer_set_option),
12637         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12638         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12639         (gst_mixer_option_changed):
12640           Guard mixer interface functions against bogus arguments.
12641
12642 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12643
12644         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12645         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12646         (msg_state_changed), (main): Use state-changed messages to trigger
12647         start/stop of scale update timer. Indeed the scale slider was
12648         jumping here and there because the update timer was activated 
12649         before seek completed. This fixes instant applying of rate changes
12650         by pressing the spinbutton like a crazy man !
12651
12652 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12653
12654         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12655
12656         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12657         (gst_basertppayload_finalize):
12658           Fix two small memory leaks (#361456).
12659
12660 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12661
12662         * tests/examples/seek/seek.c: (do_seek),
12663         (rate_spinbutton_changed_cb): When changing spinbutton we try
12664         to change the rate on the fly.
12665
12666 2006-10-10  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst-libs/gst/riff/riff-ids.h:
12669         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12670         (gst_riff_create_audio_template_caps):
12671         Add WMS caps.
12672
12673 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12674
12675         Patch by: Josep Torra Valles <josep@fluendo.com>
12676
12677         * ext/gnomevfs/gstgnomevfssink.c:
12678         * ext/gnomevfs/gstgnomevfssrc.c:
12679         Fix URI interface implementation return type.
12680         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12681         Fix what looks like a copy/paste issue when assigning values.
12682         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12683         (gst_audio_filter_template_get_type):
12684         Cast to prevent Forte warnings.
12685         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12686         Fix URI interface implementation return type.
12687         gst_pad_query_position requires a signed integer pointer as
12688         3rd parameter, GstClockTime is unsigned.
12689         * gst/audioconvert/audioconvert.c:
12690         Fix integer overflow when treated as signed.
12691         * gst/audioresample/resample.c: (resample_add_input_data):
12692         Cast to prevent warnings on Forte.
12693         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12694         Fix integer overflow when treated as signed.
12695         * gst/ffmpegcolorspace/imgconvert_template.h:
12696         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12697         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12698         (cleanup_decodebin):
12699         Who initialises a guint to -1!
12700         Cast function pointers to prevent warnings on Forte.
12701         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12702         (queue_threshold_reached):
12703         Cast function pointers correctly to prevent warnings on Forte.
12704         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12705         Cast function pointers correctly to prevent warnings on Forte.
12706         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12707         Obvious change to unsigned, 0xEF > max signed char.
12708         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12709         GstClockTime is unsigned, initialise correctly.
12710         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12711         Cast so pointer arithemetic doesn't cause warnings on Forte.
12712         * gst/videorate/gstvideorate.c:
12713         Use correct return value.
12714         * tests/examples/seek/scrubby.c:
12715         GstClockTime is unsigned, initialise correctly.
12716
12717 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12720
12721         * gst/typefind/gsttypefindfunctions.c:
12722           Recognise XML files and XML-like files shorter than 256 bytes as
12723           well (fixes #359237).
12724
12725 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12726
12727         Patch by: Renato Filho <renato.filho@indt.org.br>
12728         
12729         * gst/typefind/gsttypefindfunctions.c:
12730         Added typefind functions to video/x-nuv media.
12731         
12732 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * gst-libs/gst/interfaces/xoverlay.c:
12735         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12736           Some more guards against invalid input.
12737
12738 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12739
12740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12741         Useless goto.
12742         * tests/examples/seek/seek.c: (do_seek),
12743         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12744         seek example to experiment with rates != 1.0 (reverse playback !)
12745
12746 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12747
12748         * gst-libs/gst/interfaces/xoverlay.c:
12749           Unref message in doc-example (spotted by Robert McQueen)
12750
12751 2006-10-06  Wim Taymans  <wim@fluendo.com>
12752
12753         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12754         (mpeg1_parse_header), (mpeg1_sys_type_find):
12755         printf fix.
12756
12757 2006-10-06  Wim Taymans  <wim@fluendo.com>
12758
12759         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12760         (close_pad_link):
12761         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12762         Activate dynamic pads before adding them to the element.
12763
12764 2006-10-06  Michael Smith  <msmith@fluendo.com>
12765
12766         * gst-libs/gst/floatcast/floatcast.h:
12767           Fix obviously-bogus macros; use the correct types.
12768
12769 2006-10-06  Wim Taymans  <wim@fluendo.com>
12770
12771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12772         (gst_base_rtp_depayload_change_state):
12773         Also call parent state change function to activate pads.
12774
12775         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12776         (mpeg1_parse_header), (mpeg1_sys_type_find):
12777         Add some more debug info in mpeg typefinding.
12778
12779 2006-10-06  Michael Smith  <msmith@fluendo.com>
12780
12781         * ext/theora/theoradec.c: (theora_dec_chain):
12782           Zero byte theora packets are valid and well-defined; don't warn on
12783           them.
12784
12785 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12786
12787         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12788         (gst_multi_fd_sink_get_stats), (find_limits),
12789         (gst_multi_fd_sink_queue_buffer):
12790           API: add dropped_buffers to the get-stats GValueArray
12791
12792 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12793
12794         * ext/alsa/gstalsadeviceprobe.c:
12795         (gst_alsa_device_property_probe_get_values):
12796         * ext/alsa/gstalsasink.c: (set_hwparams):
12797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12798         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12799         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12800         (gst_ogg_mux_process_best_pad):
12801         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12802         (gst_ogg_parse_chain):
12803         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12804         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12805         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12806         (gst_vorbis_enc_buffer_check_discontinuous):
12807         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12808         * gst-libs/gst/audio/gstbaseaudiosink.c:
12809         (gst_base_audio_sink_render):
12810         * gst-libs/gst/cdda/gstcddabasesrc.c:
12811         (gst_cdda_base_src_handle_track_seek):
12812         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12813         (gst_base_rtp_depayload_push_full):
12814         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12815         * gst/audioresample/resample.c: (resample_input_pushthrough):
12816         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12817         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12818         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12819         (wavpack_type_find):
12820         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12821         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12822         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12823         * tests/check/elements/volume.c: (GST_START_TEST):
12824           Printf format fixes.
12825
12826 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12827
12828         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12829           Fix a simple mistake (see the docs)
12830           Fixes #359580
12831
12832 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * docs/plugins/Makefile.am:
12835         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12836         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12837         * docs/plugins/gst-plugins-base-plugins.args:
12838         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12839         * docs/plugins/inspect/plugin-adder.xml:
12840         * docs/plugins/inspect/plugin-alsa.xml:
12841         * docs/plugins/inspect/plugin-audioconvert.xml:
12842         * docs/plugins/inspect/plugin-audiorate.xml:
12843         * docs/plugins/inspect/plugin-audioresample.xml:
12844         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12845         * docs/plugins/inspect/plugin-cdparanoia.xml:
12846         * docs/plugins/inspect/plugin-decodebin.xml:
12847         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12848         * docs/plugins/inspect/plugin-gdp.xml:
12849         * docs/plugins/inspect/plugin-gnomevfs.xml:
12850         * docs/plugins/inspect/plugin-libvisual.xml:
12851         * docs/plugins/inspect/plugin-ogg.xml:
12852         * docs/plugins/inspect/plugin-pango.xml:
12853         * docs/plugins/inspect/plugin-playbin.xml:
12854         * docs/plugins/inspect/plugin-subparse.xml:
12855         * docs/plugins/inspect/plugin-tcp.xml:
12856         * docs/plugins/inspect/plugin-theora.xml:
12857         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12858         * docs/plugins/inspect/plugin-video4linux.xml:
12859         * docs/plugins/inspect/plugin-videorate.xml:
12860         * docs/plugins/inspect/plugin-videoscale.xml:
12861         * docs/plugins/inspect/plugin-videotestsrc.xml:
12862         * docs/plugins/inspect/plugin-volume.xml:
12863         * docs/plugins/inspect/plugin-vorbis.xml:
12864         * docs/plugins/inspect/plugin-ximagesink.xml:
12865         * docs/plugins/inspect/plugin-xvimagesink.xml:
12866           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12867
12868 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12869
12870         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12871
12872         * ext/vorbis/Makefile.am:
12873         * ext/vorbis/vorbis.c: (plugin_init):
12874         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12875         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12876         * ext/vorbis/vorbisparse.h:
12877         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12878         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12879         (gst_vorbis_tag_parse_packet):
12880         * ext/vorbis/vorbistag.h:
12881           Add new vorbistag element which derives from vorbisparse
12882           and is essentially the same as well, only that it implements
12883           the GstTagSetter interface and can modify the stream's
12884           vorbiscomment on the fly (#335635).
12885
12886         * tests/check/Makefile.am:
12887         * tests/check/elements/.cvsignore:
12888         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12889         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12890         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12891         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12892           Add unit test for new vorbistag element.
12893
12894 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12895
12896         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12897         (vorbis_parse_push_headers), (vorbis_parse_chain):
12898           Set BOS flag in packet structure to fix 'jump depends
12899           on unitialized value' errors in valgrind; various minor
12900           clean-ups.
12901
12902 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12903
12904         * gst/playback/gstdecodebin.c: (close_pad_link):
12905         Fix typo in a debug statement.
12906
12907         * gst/playback/gstplaybasebin.c: (probe_triggered),
12908         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12909         (gen_source_element), (source_new_pad), (analyse_source),
12910         (setup_source):
12911         When handling no_more_pads in new_decoded_pad, make sure to treat
12912         subtitle pads correctly. Fixes playback with subtitle files.
12913
12914         Move a recurring message to LOG level.
12915
12916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12917         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12918         which ends up as -1 when cast to an int. Make the logic handle the
12919         max value as an unsigned mask and only change the colorkey when it's
12920         a value we recognise.
12921
12922 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12923
12924         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12925         Removed empty * between paragraphs
12926
12927 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12928
12929         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12930         * gst-libs/gst/rtp/README:
12931         Moved some documentation into .c file
12932
12933 2006-09-29  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/playback/gstdecodebin.c: (no_more_pads):
12936         Fix compilation.
12937
12938 2006-09-29  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst/playback/gstdecodebin.c: (new_caps):
12941         Remove g_print
12942
12943         * gst/playback/gstplaybin.c:
12944         Add some docs.
12945
12946 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12947
12948         * tests/check/Makefile.am:
12949           Re-enable cddabasesrc test to see if it works again
12950           now.
12951
12952 2006-09-29  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12955         (gen_source_element):
12956         Handle invalid URIs a bit more gracefully.
12957
12958 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12959
12960         * tests/check/pipelines/oggmux.c:
12961           Remove obsolete comment.
12962
12963 2006-09-29  Michael Smith  <msmith@fluendo.com>
12964
12965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12966         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12967         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12968         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12969         (gst_ogg_mux_collected):
12970           Commit patch from James "Doc" Livingston, adds proper EOS handling
12971           in oggmux. GStreamer can, for the first time ever, create a valid
12972           Ogg file! Yay!
12973
12974         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12975         (oggmux_suite):
12976           Reenable tests now that they pass.
12977
12978 2006-09-29  Wim Taymans  <wim@fluendo.com>
12979
12980         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12981         Stop reading commands when EOF (we read 0) as well.
12982
12983 2006-09-28  Wim Taymans  <wim@fluendo.com>
12984
12985         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12986         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12987         (find_dynamic), (unlinked), (close_link):
12988         Implement delayed caps linking needed for element with a lot of
12989         different caps on the src pads that get fixed at runtime.
12990         Improve management of dynamic elements.
12991
12992         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12993         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12994         (gen_preroll_element), (remove_groups), (unknown_type),
12995         (add_element_stream), (no_more_pads_full), (no_more_pads),
12996         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12997         (new_decoded_pad), (setup_subtitle), (array_has_value),
12998         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12999         (analyse_source), (remove_decoders), (make_decoder),
13000         (remove_source), (setup_source), (finish_source), (prepare_output),
13001         (gst_play_base_bin_change_state):
13002         * gst/playback/gstplaybasebin.h:
13003         Use more _CAST instead of full type checking casts.
13004         Small cleanups, plug some leaks.
13005         Handle dynamic sources.
13006         Add some helper functions to create lists of strings used for
13007         blacklisting and other stuff.
13008         Refactor some code dealing with analysing the source.
13009         Re-enable sources without pads (like cd:// or other selfcontained
13010         elements).
13011
13012 2006-09-28  Wim Taymans  <wim@fluendo.com>
13013
13014         * gst-libs/gst/audio/gstbaseaudiosink.c:
13015         (gst_base_audio_sink_render):
13016         When we have a timestamp, we can still perform clipping.
13017         When we have no clock, we must play the sample ASAP.
13018
13019 2006-09-28  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13022         Set caps on outgoing buffers.
13023
13024         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13025         (gst_video_rate_event), (gst_video_rate_chain):
13026         * gst/videorate/gstvideorate.h:
13027         Fix videorate some more. Fixes #357977
13028
13029 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * tests/check/elements/adder.c: (adder_suite):
13032           Don't set timeout to 6 seconds when we're running
13033           in valgrind ... (and how is 6 seconds longer than
13034           the default anyway?)
13035
13036 2006-09-28  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13039         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13040         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13041         Keep sink and src segment to keep track of time and support more
13042         input formats.
13043         Fix bogus next_offset and run_time calculation, don't understand how
13044         this could have worked before. Fixes #357976.
13045         Remove some unneeded vars.
13046
13047 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13048
13049         * gst/playback/gstplaybin.c: (remove_sinks):
13050           Only remove visualisation from visbin if there is a visbin (or:
13051           don't throw warnings when closing totem without playing a file).
13052
13053 2006-09-27  Wim Taymans  <wim@fluendo.com>
13054
13055         * gst-libs/gst/audio/gstbaseaudiosink.c:
13056         (gst_base_audio_sink_render):
13057         Add some more info in a WARNING.
13058
13059         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13060         (gst_base_audio_src_create):
13061         Handle PAUSE in create function, use new -core addition to
13062         wait for playing. Fixes pausing and resuming capture from an
13063         audiosrc.
13064
13065         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13066         (gst_ring_buffer_read):
13067         Constify some more.
13068         Caller supports interrupted reads now.
13069
13070 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * tests/check/Makefile.am:
13073           Another attempt to make the gen64 buildbot happy.
13074
13075 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13076
13077         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13078
13079         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13080         (gst_visual_chain), (gst_visual_change_state):
13081           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13082           correctly. Fixes #357800
13083
13084 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13087           Add timeout to _get_state() so we see which pipeline it is
13088           that causes trouble on the gen64 build bot.
13089
13090 2006-09-27  Wim Taymans  <wim@fluendo.com>
13091
13092         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13093         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13094         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13095         (gst_base_rtp_depayload_set_gst_timestamp):
13096         the source pad always uses fixed caps.
13097
13098 2006-09-27  Wim Taymans  <wim@fluendo.com>
13099
13100         * docs/libs/gst-plugins-base-libs-docs.sgml:
13101         * docs/libs/gst-plugins-base-libs-sections.txt:
13102         * gst-libs/gst/audio/gstaudioclock.c:
13103         * gst-libs/gst/audio/gstaudioclock.h:
13104         * gst-libs/gst/audio/gstaudiosink.c:
13105         * gst-libs/gst/audio/gstaudiosink.h:
13106         * gst-libs/gst/audio/gstaudiosrc.c:
13107         * gst-libs/gst/audio/gstbaseaudiosink.c:
13108         (gst_base_audio_sink_render):
13109         * gst-libs/gst/audio/gstbaseaudiosink.h:
13110         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13111         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13112         * gst-libs/gst/audio/gstringbuffer.h:
13113         Added docs for the audio libs.
13114
13115 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * tests/check/Makefile.am:
13118           Temporarily disable test that fails on the bots for unknown reasons.
13119
13120 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13121
13122         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13123         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13124         Moved AudioCodecType into priv
13125         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13126
13127 2006-09-25  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13130         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13131         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13132         (new_pad):
13133         Cleanups and small leak fixes.
13134         Added Depayloaders to valid list of autopluggable elements.
13135
13136 2006-09-25  Wim Taymans  <wim@fluendo.com>
13137
13138         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13139         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13140         (gen_video_element), (gen_text_element), (gen_audio_element),
13141         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13142         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13143         Detect NO_PREROLL state change returns and disable clock distribution to
13144         the sinks so that sync is disabled.
13145         Avoid some type checking and do simple casts instead.
13146         Small cleanups, fix some FIXMEs.
13147         Be more robust when linking user specified elements, catch an report
13148         errors. Fixes #357404.
13149         Fix some leaks in the error paths.
13150
13151 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13152
13153         * ChangeLog:
13154           ChangeLog surgery for missing bug-number
13155
13156 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         Patch by: Peter Kjellerstedt  <pkj at axis com>
13159
13160         * gst/playback/test.c:
13161           Fix compilation with uClibc and -Werror (#357591).
13162
13163 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13164
13165         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13166           Parse dates that are followed by a time as well (#357532).
13167
13168         * tests/check/libs/tag.c: (test_vorbis_tags):
13169           Add unit test for this.
13170
13171 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13172
13173         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13174         (gst_audio_convert_transform_caps):
13175         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13176         * gst/videotestsrc/videotestsrc.h:
13177           A few array const-ifications.
13178
13179 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         * tests/check/Makefile.am:
13182           See if this makes the build bots happy.
13183
13184         * tests/check/libs/cddabasesrc.c:
13185           UTF8-ise my name.
13186
13187 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13190
13191         * gst/subparse/samiparse.c: (handle_start_font),
13192         (fix_invalid_entities):
13193           More case-insensitivity for certain tags; recognise entities with
13194           decimal codes as special entities as well (#357330).
13195
13196 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         * gst-libs/gst/Makefile.am:
13199           Need to build tag directory before cdda.
13200
13201 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         * docs/libs/gst-plugins-base-libs-sections.txt:
13204         * gst-libs/gst/cdda/Makefile.am:
13205         * gst-libs/gst/cdda/gstcddabasesrc.c:
13206         (gst_cdda_base_src_base_init):
13207         * gst-libs/gst/cdda/gstcddabasesrc.h:
13208         * gst-libs/gst/tag/tag.h:
13209         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13210         (gst_tag_register_musicbrainz_tags):
13211           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13212           depend on libgsttag. This is required so we can extract/read tags like
13213           DISCID without depending on libgstcddabasesrc (which used to register
13214           them).
13215
13216         * gst-libs/gst/tag/gstvorbistag.c:
13217           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13218           tags (also see #347848).
13219
13220         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13221           Log vorbis comments we are actually writing. Const-ify array.
13222
13223 2006-09-23  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13226         Improve buffering a bit by avoiding a deadlock because we cannot assume
13227         the underrun is always called.
13228
13229 2006-09-23  Wim Taymans  <wim@fluendo.com>
13230
13231         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13232
13233         * gst-libs/gst/riff/riff-ids.h:
13234         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13235         (gst_riff_create_audio_template_caps):
13236         Added MPEG-4 AAC and id and caps. Fixes #357289
13237         Added WMA9 Lossless id.
13238
13239 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * ext/gnomevfs/gstgnomevfssrc.c:
13242           Fix misleading docs addition.
13243
13244         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13245           Get rid of compiler warning the right way.
13246
13247 2006-09-22  Wim Taymans  <wim@fluendo.com>
13248
13249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13250         (gst_base_rtp_depayload_finalize),
13251         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13252         (gst_base_rtp_depayload_push_full),
13253         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13254         (gst_base_rtp_depayload_process),
13255         (gst_base_rtp_depayload_set_gst_timestamp),
13256         (gst_base_rtp_depayload_queue_release):
13257         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13258         Small cleanups.
13259         Fix some leaks.
13260         Refactored the process method and added methods to push from the process
13261         vmethod.
13262         Use _scale functions.
13263         API: gst_base_rtp_depayload_push_ts
13264         API: gst_base_rtp_depayload_push
13265
13266         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13267         timestamps are uint.
13268
13269 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13270
13271         * gst-libs/gst/interfaces/xoverlay.c:
13272           Remove unused statement from doc example.
13273
13274 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13275
13276         * gst-libs/gst/interfaces/videoorientation.c:
13277         (gst_video_orientation_iface_init),
13278         (gst_video_orientation_get_hflip),
13279         (gst_video_orientation_get_vflip),
13280         (gst_video_orientation_get_hcenter),
13281         (gst_video_orientation_get_vcenter),
13282         (gst_video_orientation_set_hflip),
13283         (gst_video_orientation_set_vflip),
13284         (gst_video_orientation_set_hcenter),
13285         (gst_video_orientation_set_vcenter):
13286           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13287           in ChangeLog)
13288
13289 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13290
13291         * tests/check/Makefile.am:
13292         * tests/check/elements/.cvsignore:
13293         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13294         (create_rgb_conversions), (rgb_conversion_free),
13295         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13296         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13297           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13298           but disable for now since it doesn't pass (something wrong with
13299           RGBA somewhere).
13300
13301 2006-09-21  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/playback/gstplaybasebin.c: (group_commit),
13304         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13305         (queue_out_of_data), (gen_preroll_element),
13306         (preroll_remove_overrun), (probe_triggered):
13307         Refactor handling of overrun detection.
13308         Separate handling of group completion and deadlock detection when doing
13309         network buffering. This should fix some deadlocks that were not detected
13310         because the group was completed.
13311         Add more comments, improve debugging.
13312
13313 2006-09-21  Wim Taymans  <wim@fluendo.com>
13314
13315         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13316         * tests/check/libs/audio.c:
13317         Some more compilation fixes.
13318
13319 2006-09-21  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst-libs/gst/audio/gstringbuffer.c:
13322         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13323         (gst_ring_buffer_read):
13324         Early morning compilation fix.
13325
13326 2006-09-20  Wim Taymans  <wim@fluendo.com>
13327
13328         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13329         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13330         * tests/check/elements/videorate.c: (GST_START_TEST):
13331         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13332         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13333         Fix some warnings.
13334
13335 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13336
13337         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13338         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13339         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13340           Handcrafted merge to help CVS understanding what I changed and what
13341           not.
13342
13343 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13344
13345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13346         (gst_xvimagesink_get_times):
13347           change colorkey behaviour back according to #354773 comment 6/7
13348
13349 2006-09-19  Michael Smith  <msmith@fluendo.com>
13350
13351         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13352         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13353         (gst_multi_fd_sink_recover_client),
13354         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13355         (gst_multi_fd_sink_get_property):
13356         * gst/tcp/gstmultifdsink.h:
13357           Implement stubbed out properties unit-type, units-soft-max,
13358           units-max, to allow specifying maximum sizes in units other than
13359           buffers.
13360           Fixes #355935
13361
13362 2006-09-19  Wim Taymans  <wim@fluendo.com>
13363
13364         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13365         (gst_riff_create_audio_template_caps):
13366         Reorder the audio formats a bit for clarity.
13367         Detect and create caps for MSGSM and MSN (WAV49).
13368         Fixes #356596.
13369
13370         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13371         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13372         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13373         Small cleanups, move error handling out of normal flow for clarity.
13374
13375 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13376
13377         * docs/libs/gst-plugins-base-libs-docs.sgml:
13378         * docs/libs/gst-plugins-base-libs.types:
13379         * gst-libs/gst/interfaces/Makefile.am:
13380         * gst-libs/gst/interfaces/videoorientation.c:
13381         (gst_video_orientation_get_type),
13382         (gst_video_orientation_iface_init),
13383         (gst_video_orientation_get_hflip),
13384         (gst_video_orientation_get_vflip),
13385         (gst_video_orientation_get_hcenter),
13386         (gst_video_orientation_get_vcenter),
13387         (gst_video_orientation_set_hflip),
13388         (gst_video_orientation_set_vflip),
13389         (gst_video_orientation_set_hcenter),
13390         (gst_video_orientation_set_vcenter):
13391         * gst-libs/gst/interfaces/videoorientation.h:
13392           API: Add new interface to control video orientation (fixes #354908)
13393
13394 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13395
13396         * gst/videotestsrc/gstvideotestsrc.c:
13397           Use G_UNLIKELY in _create and log one more detail.
13398           
13399         (gst_video_test_src_get_times), (gst_video_test_src_create):
13400         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13401           Use gst_util_uint64_scale_int in _get_times().
13402
13403 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13404
13405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13406           Give better warning message (add object and detail).
13407
13408 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13409
13410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13411         (gst_xvimagesink_get_times):
13412           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13413           #354773), use gst_util_uint64_scale_int in _get_times()
13414
13415 2006-09-18  Michael Smith  <msmith@fluendo.com>
13416
13417         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13418           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13419           always true, leading to dropping all timestamps.
13420
13421 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13422
13423         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13424         (gst_visual_chain), (gst_visual_change_state):
13425           update to work also with libvisual 0.4 API, fix double unref (#355914)
13426           
13427         * tools/gst-launch-ext.1.in:
13428         * tools/gst-visualise.1.in:
13429           remove references to old man-pages
13430
13431         * tests/examples/seek/seek.c: (main):
13432           add real meadi-buttons, add tool-tips for the seek-options, arrange
13433           seek options in a table
13434
13435 2006-09-18  Michael Smith  <msmith@fluendo.com>
13436
13437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13438         (gst_ogg_mux_push_buffer):
13439           Don't generate out-of-order timestamps from oggmux, instead clamp
13440           output timestamps to be >= the previously output ts.
13441           Fixes #355595
13442
13443 2006-09-18  Michael Smith  <msmith@fluendo.com>
13444
13445         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13446         (gst_multi_fd_sink_class_init):
13447           Updates, fixes, and typo corrections for multifdsink. No functional
13448           changes.
13449
13450 2006-09-17  Michael Smith  <msmith@fluendo.com>
13451
13452         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13453           Don't crash on truncated files - check that we got an 8 byte buffer
13454           before trying to memcmp it.
13455
13456 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * gst/playback/gstplaybasebin.c: (get_active_source):
13459           Make stream-switching appear instant to the application
13460           (ie. make sure that a g_object_get on 'current-foo' returns
13461           the stream previously set with g_object_set(). Totem needs
13462           this to update stream-related meta-info (like audio-codec)
13463           correctly when switching streams.
13464
13465 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13466
13467         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13468         (gst_alsa_mixer_ensure_track_list):
13469           Try harder to guess which mixer track is the master mixer
13470           track (instead of just taking the first one that has a pvolume).
13471           Fixes #342228.
13472
13473 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13474
13475         reviewed by: <delete if not using a buddy>
13476
13477         * gst-libs/gst/audio/audio.h:
13478         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13479
13480 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13481
13482         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13483         (gst_audio_convert_transform_caps):
13484           Get structure-name just once.
13485
13486 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13487
13488         * tests/check/elements/audioresample.c: (GST_START_TEST):
13489         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13490         * tests/check/elements/volume.c: (GST_START_TEST):
13491         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13492         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13493         (test_pipeline), (GST_START_TEST):
13494         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13495         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13496           Fix big batch of compiler warnings.
13497
13498 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13499
13500         * ext/gnomevfs/gstgnomevfssrc.c:
13501           Add docs about icydemux usage in connection with gnomevfssrc
13502
13503         * ext/libvisual/visual.c:
13504         * ext/ogg/gstoggaviparse.c:
13505         * ext/ogg/gstoggdemux.c:
13506         * ext/ogg/gstoggmux.c:
13507         * ext/ogg/gstoggparse.c:
13508         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13509         * gst-libs/gst/audio/gstaudiosink.c:
13510         * gst-libs/gst/audio/gstaudiosrc.c:
13511         * gst/audiorate/gstaudiorate.c:
13512           More G_OBJECT macro fixing.
13513
13514         * gst/audiotestsrc/gstaudiotestsrc.h:
13515           Fix wrong info in header due to copy & paste
13516
13517 2006-09-15  Wim Taymans  <wim@fluendo.com>
13518
13519         * gst-libs/gst/audio/gstbaseaudiosink.c:
13520         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13521         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13522         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13523         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13524         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13525         Do the delay calculation in the source/sink base classes as this is
13526         specific for the capture/playback mode.
13527         Try to fixate a bit better, like round depth up to a multiple of 8
13528         bigger than width.
13529         Handle underruns correctly by marking DISCONT on buffers and adjusting
13530         timestamps to handle the gap.
13531         Set offset/offset_end correctly on buffers.
13532
13533         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13534         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13535         (gst_ring_buffer_read):
13536         Remove resync and underrun recovery from the ringbuffer.
13537         Fix ringbuffer read code on under/overrun.
13538
13539 2006-09-15  Wim Taymans  <wim@fluendo.com>
13540
13541         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13542         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13543         (queue_threshold_reached), (gst_play_base_bin_set_property),
13544         (gst_play_base_bin_get_property):
13545         * gst/playback/gstplaybasebin.h:
13546         Don't use a 0 low watermark when buffering, it is catching starvation
13547         way too late. Instead, use a 3 second queue with 30 and 95
13548         percent low/high watermarks. 
13549         Added queue-min-threshold property to configure low watermark.
13550         Use new _buffering message API.
13551         Make queue_threshold variable big enough to store a uint64 time value.
13552         API: playbin::queue-min-threshold property.
13553
13554 2006-09-15  Wim Taymans  <wim@fluendo.com>
13555
13556         * configure.ac:
13557         We require 0.10.10.1 now because of _wait_preroll().
13558
13559         * gst-libs/gst/audio/gstbaseaudiosink.c:
13560         (gst_base_audio_sink_render):
13561         Use gst_base_sink_wait_preroll().
13562
13563 2006-09-15  Wim Taymans  <wim@fluendo.com>
13564
13565         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13566         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13567         Use DEBUG_OBJECT more.
13568
13569 === release 0.10.10 ===
13570
13571 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13572
13573         patch by: Michael Smith <msmith at fluendo dot com>
13574
13575         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13576         (gst_multi_fd_sink_client_queue_buffer),
13577         (gst_multi_fd_sink_new_client):
13578         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13579         (multifdsink_suite):
13580           Fix implementation of sync-method 'next-keyframe'
13581           Closes #354594
13582
13583 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13584
13585         patch by: Wim Taymans <wim at fluendo dot com>
13586
13587         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13588         This patch removes the RANDOM flag that was incorrectly introduced with
13589         revision 1.91.  Fixes #354590
13590
13591 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13592
13593         * tests/check/Makefile.am:
13594           Random variation in Makefile line to see if it makes the
13595           gen64-base-full bot any happier.
13596
13597 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13598
13599         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13600           Disable test that fails at the moment (killed after timeout).
13601
13602 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13603
13604         Patch by: James Livingston  <doclivingston at gmail.com>
13605
13606         * tests/check/Makefile.am:
13607         * tests/check/pipelines/.cvsignore:
13608         * tests/check/pipelines/oggmux.c: (get_page_codec),
13609         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13610         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13611         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13612         (test_theora_vorbis), (oggmux_suite):
13613           Add simple unit test for oggmux from #337026 with checking for the
13614           EOS flags disabled for the time being.
13615
13616 2006-09-04  Wim Taymans  <wim@fluendo.com>
13617
13618         patch by: Alessandro Dessina <alessandro nnva org>
13619
13620         * ext/ogg/gstoggmux.c:
13621         Add cmml caps to oggmux. Fixes #353912
13622
13623 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13626           Returning a return value often helps. In this case, we
13627           don't need the return value anyway, so just get rid of it.
13628           Should make build bots much happier.
13629
13630 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13631
13632         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13633         (paint_get_structure), (gst_video_test_src_get_size),
13634         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13635         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13636         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13637         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13638         * gst/videotestsrc/videotestsrc.h:
13639           Add support for AYUV and the various RGBA formats. Initialise
13640           fields of paintinfo structs allocated on the stack.
13641
13642         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13643         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13644         (check_rgb_buf), (videotestsrc_suite):
13645           Add unit tests for videotestsrc's RGB output.
13646
13647 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * gst/videotestsrc/gstvideotestsrc.c:
13650         (gst_video_test_src_pattern_get_type),
13651         (gst_video_test_src_set_pattern):
13652         * gst/videotestsrc/gstvideotestsrc.h:
13653         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13654         (gst_video_test_src_black), (gst_video_test_src_white),
13655         (gst_video_test_src_red), (gst_video_test_src_green),
13656         (gst_video_test_src_blue):
13657         * gst/videotestsrc/videotestsrc.h:
13658           Add more uni-colour patterns ("white", "red", "green", and "blue").
13659
13660 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13661
13662         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13663           Fix stride for YVYU, should be word-aligned (#353658).
13664
13665 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * gst/adder/gstadder.c: (gst_adder_src_event):
13668           Fix build.
13669
13670 2006-08-31  Edward Hervey  <edward@fluendo.com>
13671
13672         * gst/adder/gstadder.c: (forward_event_func),
13673         (gst_adder_src_event), (gst_adder_collected),
13674         (gst_adder_change_state):
13675         * gst/adder/gstadder.h:
13676         Remember the start position asked in the incoming seeks, so we can
13677         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13678         of assuming it will always be 0).
13679
13680 2006-08-31  Edward Hervey  <edward@fluendo.com>
13681
13682         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13683         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13684         (gst_ogg_demux_loop):
13685         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13686
13687 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13690         (gst_ffmpegcsp_get_unit_size):
13691           Return FALSE instead of returning a random false unit
13692           size when the format isn't known/supported (even if
13693           this shouldn't happen under normal circumstances).
13694
13695 2006-08-29  Wim Taymans  <wim@fluendo.com>
13696
13697         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13700         (gst_gnome_vfs_src_start):
13701         Try harder to get the size from a uri by using _info_uri() when
13702         _info_from_handle() does not give us enough info. 
13703         Also follow symlinks when getting the size.
13704         Partially Fixes #332864.
13705
13706 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13709
13710         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13711         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13712         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13713         (gst_alsa_mixer_set_record):
13714         * ext/alsa/gstalsamixertrack.c:
13715         (gst_alsa_mixer_track_update_alsa_capabilities),
13716         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13717         (gst_alsa_mixer_track_update):
13718         * ext/alsa/gstalsamixertrack.h:
13719           Improve and fix mixer track handling, in particular better handling
13720           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13721           separate track objects for tracks that have both capture and playback
13722           volume (and label them differently as well so they're not mistakenly
13723           assumed to be duplicates); classify mixer tracks that only affect
13724           the audible volume of something (rather than the capture volume)
13725           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13726           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13727           (following the meaning documented in the mixer interface header
13728           file); add support for alsa's exclusive cswitch groups; update/sync
13729           state/flags better if mixer settings are changed by another
13730           application. Fixes #336075.
13731
13732 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13733
13734         * gst/playback/gstplaybin.c:
13735           Improve docs: add section about BUFFERING messages sent by playbin.
13736
13737 2006-08-29  Michael Smith  <msmith@fluendo.com>
13738
13739         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13740         (gst_vorbis_enc_buffer_check_discontinuous),
13741         (gst_vorbis_enc_chain):
13742           Ignore explicit DISCONT marked on buffers (which is often spurious,
13743           particularly when using multiple segments), in favour of solely
13744           using the timestamps/durations.
13745
13746 2006-08-29  Edward Hervey  <edward@fluendo.com>
13747
13748         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13749         Don't rely on incoming buffers offset anymore, since it is completely
13750         broken when using multiple segments.
13751         Instead convert the incoming buffers timestamp to running time, and
13752         then convert that value to the offsets.
13753         Also inform GstSegment of the last outputted stop position, which is
13754         needed if we received several segments with an unknown stop value.
13755
13756 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13757
13758         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13759           fix buffer unreffing on a header push failure
13760
13761 2006-08-28  Wim Taymans  <wim@fluendo.com>
13762
13763         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13764         (gst_audio_rate_chain):
13765         Make the metadata of the buffer writable before changing its
13766         flags.
13767
13768 2006-08-28  Wim Taymans  <wim@fluendo.com>
13769
13770         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13771         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13772         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13773         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13774         Fix audiorate some more.
13775         Reset and resync counters on flush and READY.
13776         Handle the DISCONT flag correctly.
13777         Use GstSegment to track position.
13778         Fail when not negotiated.
13779         Fixes #353234.
13780
13781 2006-08-25  Michael Smith  <msmith@fluendo.com>
13782
13783         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13784           Fix spelling.
13785           Remove accidently included debug line.
13786
13787 2006-08-25  Wim Taymans  <wim@fluendo.com>
13788
13789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13790         Small cleanups.
13791         If a buffer is received with no caps, make the buffer metadata
13792         writable and set the caps, making sure that we don't screw up the
13793         refcounts.
13794
13795 2006-08-25  Michael Smith  <msmith@fluendo.com>
13796
13797         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13798         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13799           Fix memory leaks and misleading debug messages, add a couple of
13800           comments.
13801
13802         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13803         (gst_multi_fd_sink_render):
13804           Do not use gst_buffer_make_writable() in a basesink render method,
13805           as it may incorrectly unref the buffer. Instead, use convoluted
13806           dance to avoid copying the buffer except when we need to.
13807
13808 2006-08-25  Michael Smith  <msmith@fluendo.com>
13809
13810         * ext/vorbis/vorbisenc.c:
13811         (gst_vorbis_enc_buffer_check_discontinuous):
13812           Allow very small discontinuities in the timestamps. These we can't
13813           do anything useful with anyway (because vorbis's timestamps have
13814           only sample granularity), and are commonly produced by elements with
13815           minor bugs. Allow up to 1/2 a sample out.
13816           Fixes #351742.
13817
13818 2006-08-24  Wim Taymans  <wim@fluendo.com>
13819
13820         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13821         (play_scrub_toggle_cb), (main):
13822         Add a checkbox to enable play scrubbing. Makes it possible to disable
13823         normal scrubbing.
13824
13825 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13826
13827         * tests/check/elements/.cvsignore:
13828           make buildbot happy
13829
13830 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13831
13832         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13833         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13834         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13835         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13836         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13837         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13838         (gst_ogm_text_parse_strip_trailing_zeroes),
13839         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13840         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13841           Refactor ogm parse, do better input checking, misc. clean-ups.
13842           Cache incoming events and push them once the source pad has
13843           been created. Don't pass unterminated strings to sscanf().
13844           Strip trailing zeroes from subtitle text output, since they
13845           are not valid UTF-8. Don't push vorbiscomment packets on
13846           the subtitle text pad. Output perfect streams if possible.
13847
13848 2006-08-23  Wim Taymans  <wim@fluendo.com>
13849
13850         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13851         Waits for tasks to settle down so that we clean up correctly for 
13852         valgrind.
13853
13854 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13855
13856         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13857           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13858           actually return return value in taglists_are_equal.
13859
13860 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13861
13862         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13863           Fix crash due to broken bitstream parsing on x86-64: can't make
13864           any assumptions about sizeof(struct) due to alignment/packing
13865           differences on different architectures. Fixes #351790.
13866
13867 2006-08-22  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13870         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13871         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13872         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13873         (gst_riff_parse_info):
13874         Protect public functions against bad input.
13875         Do some cleanups.
13876         Fix documentation.
13877
13878 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13879
13880         * gst-libs/gst/riff/riff-ids.h:
13881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13882           Add voxware audio IDs (even if we can't play it) (#351795).
13883
13884 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13885
13886         * gst-libs/gst/riff/riff-media.c:
13887         (gst_riff_create_video_template_caps),
13888         (gst_riff_create_audio_template_caps),
13889         (gst_riff_create_iavs_template_caps):
13890           Const-ify some arrays and use G_N_ELEMENTS instead
13891           of wasting oodles of RAM on terminator bits.
13892
13893 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * gst-libs/gst/tag/gstvorbistag.c:
13896         (gst_tag_list_to_vorbiscomment_buffer):
13897         * tests/check/libs/tag.c: (GST_START_TEST):
13898           And the same for _to_vorbiscomment_buffer(): allow
13899           id_data_len == 0 for speex.
13900
13901 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13902
13903         * configure.ac:
13904         * docs/plugins/Makefile.am:
13905         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13906         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13907         * docs/plugins/inspect/plugin-gdp.xml:
13908         * gst/gdp/Makefile.am:
13909         * tests/check/Makefile.am:
13910           Move GDP plugin to -base from -bad.  Closes #347783.
13911
13912 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * gst-libs/gst/tag/gstvorbistag.c:
13915         (gst_tag_list_from_vorbiscomment_buffer):
13916           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13917           Also add some checks to make sure we don't memcmp() beyond the end of
13918           vorbiscomment buffer if the ID to check for is larger than the buffer.
13919
13920         * tests/check/libs/tag.c: (GST_START_TEST):
13921           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13922
13923 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13924
13925         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13926         (gst_vorbis_enc_set_metadata):
13927           Use vorbis comment utility functions from libgsttag
13928           instead of re-inventing the wheel (partially fixes #347091).
13929
13930 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13931
13932         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13933         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13934         as some that won't.
13935
13936 2006-08-21  Wim Taymans  <wim@fluendo.com>
13937
13938         * docs/libs/Makefile.am:
13939         * docs/libs/gst-plugins-base-libs-sections.txt:
13940         * docs/libs/gst-plugins-base-libs.types:
13941         Don't try to GObject scan the netbuffer as it's not a GObject.
13942         Fixes #351308.
13943
13944         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13945         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13946         Document GstNetBuffer.
13947
13948 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13949
13950         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13951         (audioconvert_suite):
13952           Add testcase for caps-size-explosion
13953
13954 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13955
13956         * gst/audioconvert/gstaudioconvert.c:
13957         (gst_audio_convert_get_unit_size), (set_structure_widths):
13958           Lower debug, use g_assert in _get_unit_size
13959
13960         * gst/audioresample/gstaudioresample.c:
13961         (audioresample_get_unit_size):
13962         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13963         (gst_ffmpegcsp_get_unit_size):
13964         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13965           use g_assert in _get_unit_size
13966
13967 2006-08-18  Wim Taymans  <wim@fluendo.com>
13968
13969         * docs/libs/gst-plugins-base-libs-sections.txt:
13970         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13971         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13972         (gst_rtp_buffer_get_payload_buffer):
13973         * gst-libs/gst/rtp/gstrtpbuffer.h:
13974         Document GstRTPBuffer.
13975         Added function to efficiently strip payload headers.
13976         API: gst_rtp_buffer_get_payload_subbuffer()
13977
13978 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13979
13980         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13981         (gst_tag_to_vorbis_comments):
13982           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13983           tags and deserialise them properly as well (#347091).
13984           Add some more gtk-doc blurbs and also some g_return_if_fail().
13985
13986         * tests/check/libs/tag.c: (GST_START_TEST),
13987         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13988           More tests.
13989
13990 2006-08-17  Wim Taymans  <wim@fluendo.com>
13991
13992         * ext/ogg/Makefile.am:
13993         * ext/ogg/gstogg.c: (plugin_init):
13994         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13995         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13996         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13997         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13998         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13999         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
14000         Added ogg-in-avi parser element. Fixes #140139.
14001
14002         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14003         Fixed a bug in oggdemux debug code.
14004
14005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14006         (gst_riff_create_audio_template_caps):
14007         Recognise Ogg in the AVI extensible wave format.
14008
14009 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
14010
14011         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
14012           Make buffer durations add up (duration should be next_ts-ts for
14013           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14014           from CVS.
14015
14016         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14017         (test_buffer_timestamps), (cddabasesrc_suite):
14018           Add unit test for the above.
14019
14020         * tests/check/Makefile.am:
14021           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14022           to see what happens.
14023
14024 2006-08-16  Wim Taymans  <wim@fluendo.com>
14025
14026         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14027         (gst_alsasink_open):
14028         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14029         (gst_alsasrc_open):
14030         Avoid setting and using a NULL device name.
14031         Print more info when we fail to open a device.
14032
14033 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14034
14035         * docs/libs/gst-plugins-base-libs-sections.txt:
14036         * gst-libs/gst/tag/tag.h:
14037         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14038           API: add gst_tag_parse_extended_comment() (#351426).
14039
14040         * tests/check/Makefile.am:
14041         * tests/check/libs/.cvsignore:
14042         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14043           Add unit test for gst_tag_parse_extended_comment().
14044
14045 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14049           Fix leak (#351502).
14050
14051 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14052
14053         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14054         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14055         * docs/plugins/gst-plugins-base-plugins.args:
14056         * gst/playback/gstplaybin.c:
14057           Document playbin.
14058           
14059         * docs/plugins/inspect/plugin-adder.xml:
14060         * docs/plugins/inspect/plugin-alsa.xml:
14061         * docs/plugins/inspect/plugin-audioconvert.xml:
14062         * docs/plugins/inspect/plugin-audiorate.xml:
14063         * docs/plugins/inspect/plugin-audioresample.xml:
14064         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14065         * docs/plugins/inspect/plugin-cdparanoia.xml:
14066         * docs/plugins/inspect/plugin-decodebin.xml:
14067         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14068         * docs/plugins/inspect/plugin-gnomevfs.xml:
14069         * docs/plugins/inspect/plugin-ogg.xml:
14070         * docs/plugins/inspect/plugin-pango.xml:
14071         * docs/plugins/inspect/plugin-playbin.xml:
14072         * docs/plugins/inspect/plugin-subparse.xml:
14073         * docs/plugins/inspect/plugin-tcp.xml:
14074         * docs/plugins/inspect/plugin-theora.xml:
14075         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14076         * docs/plugins/inspect/plugin-video4linux.xml:
14077         * docs/plugins/inspect/plugin-videorate.xml:
14078         * docs/plugins/inspect/plugin-videoscale.xml:
14079         * docs/plugins/inspect/plugin-videotestsrc.xml:
14080         * docs/plugins/inspect/plugin-volume.xml:
14081         * docs/plugins/inspect/plugin-vorbis.xml:
14082         * docs/plugins/inspect/plugin-ximagesink.xml:
14083         * docs/plugins/inspect/plugin-xvimagesink.xml:
14084           Update to CVS version.
14085
14086 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14087
14088         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14089         (gst_play_bin_set_property), (gst_play_bin_get_property),
14090         (value_list_append_structure_list),
14091         (gst_play_bin_handle_redirect_message),
14092         (gst_play_bin_handle_message):
14093           API: GstPlayBin::connection-speed
14094           Add "connection-speed" property; re-order redirect messages with
14095           multiple redirect locations depending on the minimum bitrate if
14096           that information is available and a connection speed is set
14097           (#350399).
14098
14099 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14100
14101         * gst/playback/gstplaybin.c:
14102           Update max volume to the same value that the volume element uses.
14103
14104 2006-08-14  Wim Taymans  <wim@fluendo.com>
14105
14106         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14107         Less uglyness..
14108
14109 2006-08-14  Wim Taymans  <wim@fluendo.com>
14110
14111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14112         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14113         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14114         Add some more debug info.
14115         Don't crash when a seek failed.
14116         Actually return the result of the seek instead of TRUE.
14117         Ignore multiple BOS pages with the same serial so that we don't create
14118         the same stream multiple times.
14119         Post an error when we fail to do the initial seek.
14120
14121 2006-08-13  Wim Taymans  <wim@fluendo.com>
14122
14123         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14124         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14125         Small code cleanup.
14126
14127         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14128         (gst_alsa_mixer_new):
14129         Remove hack that always set the device to hw:0*.
14130         Properly find the card name for whatever device was configured.
14131         Do some better debugging.
14132         Fixes #350784.
14133
14134         * ext/alsa/gstalsamixerelement.c:
14135         (gst_alsa_mixer_element_set_property),
14136         (gst_alsa_mixer_element_change_state):
14137         Cleanups.
14138         Handle setting of a NULL device name better.
14139
14140 2006-08-11  Wim Taymans  <wim@fluendo.com>
14141
14142         * gst/adder/gstadder.c:
14143         Don't clip float values. Fixes #350900.
14144
14145 2006-08-11  Andy Wingo  <wingo@pobox.com>
14146
14147         * gst/tcp/gsttcp.c: Really fix the build?
14148
14149         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14150         fixes the build.
14151
14152 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14153
14154         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14155           Float caps shouldn't have a "signed" field.
14156
14157 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14158
14159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14160           Implement SEEKING query in its most basic form, so that we can
14161           at least check if we're seekable or not (#350655).
14162
14163 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14164
14165         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14166           The checks here are not even close to anything that would
14167           justify MAXIMUM probability, lowering to POSSIBLE until someone
14168           fixes the checks (case at hand: quicktime redirection files
14169           might start with 00 00 01 XX and pass the checks here just
14170           fine, see #350399).
14171
14172 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14173
14174         Patch by: Sjoerd Simons  <sjoerd at luon net>
14175
14176         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14177           Better detection for multipart/x-mixed-replace: accept leading
14178           whitespaces before the boundary marker as well (as our very own
14179           multipartmux used to produce) (#349068).
14180
14181 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14182
14183         Patch by: Young-Ho Cha  <ganadist at chollian net>
14184
14185         * gst-libs/gst/riff/riff-ids.h:
14186         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14187         (gst_riff_create_audio_template_caps):
14188           Detect DTS audio streams (#350157).
14189
14190 2006-08-05  Andy Wingo  <wingo@pobox.com>
14191
14192         * ext/theora/gsttheoraparse.h:
14193         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14194         (theora_parse_dispose, theora_parse_set_property)
14195         (theora_parse_get_property, theora_parse_munge_granulepos)
14196         (theora_parse_push_buffer, theora_parse_change_state):
14197         API: GstTheoraParse::synchronization-points
14198         Add a property 'synchronization-points' to fix badly synchronized oggs.
14199
14200 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14201
14202         * tests/check/Makefile.am:
14203         * tests/check/libs/.cvsignore:
14204         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14205         (fixed_caps_have_channel_positions), (GST_START_TEST),
14206         (audio_suite), (main):
14207           Add a few tests for the channel position stuff in libgstaudio.
14208
14209 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14210
14211         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14212         (gst_alsa_detect_channels):
14213         * ext/alsa/gstalsasink.c:
14214           Add support for cards that (only) do more than 8 channels,
14215           like the Delta 44 (#345188).
14216
14217         * gst-libs/gst/audio/multichannel.c:
14218         (gst_audio_check_channel_positions):
14219         * gst-libs/gst/audio/multichannel.h:
14220           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14221           unspecified channel position and cannot be combined with any
14222           of the other audio channel positions; adjust position layout
14223           checks accordingly (#345188).
14224
14225 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14226
14227         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14228           Recognise ancient RealAudio files (see #349779).
14229
14230 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14231
14232         Patch by: Jens Granseuer  <jensgr at gmx net>
14233
14234         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14235           Add typefinder for Interplay's MVE format (#348973).
14236
14237 2006-08-02  Wim Taymans  <wim@fluendo.com>
14238
14239         Patch by: Marcel Moreaux <marcelm at luon dot net>
14240
14241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14242         (gst_base_rtp_depayload_add_to_queue):
14243         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14244         Handle RTP sequence number rollover.
14245         Disable jitterbuffer by default.
14246
14247 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14248
14249         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14250         (audioresample_set_caps):
14251         Don't leak references to the incoming caps. Clean them up when
14252         stopping.
14253
14254         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14255         (gst_video_scale_finalize):
14256         Don't leak our temporary pixel buffer.
14257
14258         * tests/check/Makefile.am:
14259         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14260         (GST_START_TEST), (simple_launch_lines_suite):
14261
14262         Fix leaks and re-enable the test for valgrind checking.
14263
14264 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         Patch by: Sjoerd Simons  <sjoerd at luon net>
14267
14268         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14269         (plugin_init):
14270           Add typefind function for multipart/x-mixed-replace (#348916).
14271
14272 2006-07-28  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst/adder/gstadder.c: (gst_adder_setcaps),
14275         (gst_adder_query_duration):
14276         Fix leak in duration query.
14277         Reflow some docs and notes.
14278
14279 2006-07-28  Michael Smith  <msmith@fluendo.com>
14280
14281         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14282         (vorbisenc_suite):
14283           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14284           aspect of it.
14285
14286 2006-07-28  Michael Smith  <msmith@fluendo.com>
14287
14288         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14289         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14290         (gst_vorbis_enc_push_buffer),
14291         (gst_vorbis_enc_buffer_check_discontinuous),
14292         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14293         * ext/vorbis/vorbisenc.h:
14294           Handle discontinuities in the input vorbis stream correctly,
14295           so that the output is properly timestamped (and has good granulepos
14296           values). Needs some oggmux fixes too.
14297
14298 2006-07-27  Wim Taymans  <wim@fluendo.com>
14299
14300         patch by: Kai Vehmanen <kv2004 eca cx>
14301
14302         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14303         (gst_base_rtp_depayload_chain),
14304         (gst_base_rtp_depayload_handle_sink_event),
14305         (gst_base_rtp_depayload_change_state):
14306         Don't send multiple newsegments with different formats.
14307         Fixes #348677.
14308
14309 2006-07-26  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14312         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14313         Make seeking in ogg more accurate again by doing the more correct
14314         granuletime to stream time conversion.
14315
14316 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14317
14318         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14319         (gst_multi_fd_sink_new_client):
14320           debug a little more understandably
14321           do not use goto as a substitute for break, especially if
14322           break is also being used
14323
14324 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14327         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14328           Remove GLib-2.6 compatibility cruft.
14329
14330 2006-07-24  Wim Taymans  <wim@fluendo.com>
14331
14332         * gst-libs/gst/audio/gstbaseaudiosink.c:
14333         (gst_base_audio_sink_render):
14334         Don't try to align a sample to an unknown value.
14335
14336 2006-07-24  Wim Taymans  <wim@fluendo.com>
14337
14338         * gst-libs/gst/audio/gstbaseaudiosink.c:
14339         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14340         When the audio clock is slaved to another clock, never try to align
14341         samples but trust the rate interpolation algorithm.
14342
14343 2006-07-24  Wim Taymans  <wim@fluendo.com>
14344
14345         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14346         Don't try to calculate silence samples, base class does this much
14347         better now.
14348
14349         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14350         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14351         (gst_ring_buffer_acquire):
14352         Calculate silence samples correctly.
14353
14354         * gst-libs/gst/audio/gstringbuffer.h:
14355         Add _CAST macro.
14356
14357 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14358
14359         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14360           Limit search for the first markup tag to the first few kB of
14361           the file. If we don't find one there, it's highly unlikely that
14362           this is an XML(-ish) file.
14363
14364 2006-07-21  Andy Wingo  <wingo@pobox.com>
14365
14366         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14367         test to the one in vorbisenc. Also commented out.
14368
14369         * tests/check/pipelines/vorbisenc.c: 
14370         (test_discontinuity): New test, commented out until Mike lands
14371         some elite vorbisenc patches.
14372
14373         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14374         Bufferstraw was actually factored out of these tests. Now we share
14375         code yay.
14376
14377         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14378         for bufferstraw addition to gstcheck.
14379
14380 2006-07-21  Wim Taymans  <wim@fluendo.com>
14381
14382         * ext/theora/theoradec.c: (clip_buffer):
14383         Better clipping.
14384
14385 2006-07-21  Wim Taymans  <wim@fluendo.com>
14386
14387         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14388         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14389         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14390         Fix leak.
14391         Avoid type casting when we can.
14392
14393         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14394         Fix mem leak.
14395
14396 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14397
14398         * ext/alsa/gstalsamixerelement.c:
14399         (gst_alsa_mixer_element_change_state):
14400           Make state change fail if the specified device can't be opened
14401           for some reason.
14402
14403 2006-07-20  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14406         (cb_newpad), (main):
14407         Example of a small audio/video player using decodebin.
14408
14409 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14410
14411         * gst-libs/gst/riff/riff-ids.h:
14412           Add 'fact' chunk id
14413
14414 2006-07-19  Wim Taymans  <wim@fluendo.com>
14415
14416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14417         (gst_base_rtp_depayload_chain),
14418         (gst_base_rtp_depayload_change_state):
14419         Don't assert when not negotiated but post a meaningfull 
14420         error message. Fixes #347918.
14421
14422         * gst-libs/gst/rtp/gstbasertppayload.c:
14423         Add comment about better default MTU size.
14424
14425         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14426         Small cleanups, start docs.
14427
14428 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14429
14430         Patch by: Martin Szulecki
14431
14432         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14433           If "device-name" is requested and the device is not
14434           open, try to temporarily open it to obtain this
14435           information (#342494).
14436
14437 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * gst-libs/gst/tag/gstid3tag.c:
14440           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14441
14442         * gst-libs/gst/tag/gsttageditingprivate.h:
14443         * gst-libs/gst/tag/gstvorbistag.c:
14444           Some more random const-ifications.
14445
14446 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14447
14448         * gst-libs/gst/riff/riff-ids.h:
14449         * gst-libs/gst/riff/riff-media.c:
14450         (gst_riff_create_video_template_caps):
14451           Add more FOURCCs (sort list to make stuff easier to find),
14452           add comment what those 16 bytes in struct _gst_riff_strh according to
14453           one avi-dumper are
14454
14455 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * gst-libs/gst/audio/multichannel.c:
14458         (gst_audio_check_channel_positions),
14459         (gst_audio_fixate_channel_positions):
14460           Const-ify two arrays.
14461
14462 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14463
14464         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14465           Fix typo, so that alsasink also advertises 8 channels
14466           if that's supported (tags: can, worms, open, alsa, ph34r).
14467
14468 2006-07-17  Wim Taymans  <wim@fluendo.com>
14469
14470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14471         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14472         *sigh*, when is the compiler going to warn when the comments
14473         are out-of-sync with the code.. Refix case of busted theora
14474         headers with 0 granule pos.
14475
14476 2006-07-14  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14479         (gst_base_rtp_depayload_wait),
14480         (gst_base_rtp_depayload_change_state),
14481         (gst_base_rtp_depayload_set_property),
14482         (gst_base_rtp_depayload_get_property):
14483         Fix 99% cpu load by waiting for absolute times on the
14484         clock. Fixes #347300.
14485
14486 2006-07-14  Andy Wingo  <wingo@pobox.com>
14487
14488         * ext/theora/gsttheoraparse.h: 
14489         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14490         (theora_parse_push_headers, theora_parse_clear_queue)
14491         (theora_parse_drain_queue_prematurely, )
14492         (theora_parse_sink_event, theora_parse_change_state): Queue events
14493         until we initialized our state, like in vorbisparse.
14494
14495         * ext/vorbis/vorbisparse.h: 
14496         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14497         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14498         (vorbis_parse_drain_queue_prematurely, )
14499         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14500         until we have initialized our state. Fixes seeking after an
14501         initial pad block.
14502
14503 2006-07-14  Andy Wingo  <wingo@pobox.com>
14504
14505         Patch by: Iain Holmes <iaingnome@gmail.com>
14506         
14507         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14508
14509 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14510
14511         * configure.ac:
14512         Bump nano back to CVS
14513
14514 === release 0.10.9 ===
14515
14516 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14517
14518         * configure.ac:
14519           releasing 0.10.9, "I walk the line"
14520
14521 2006-07-14  Michael Smith  <msmith@fluendo.com>
14522
14523         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14524           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14525           (commonly happens when running this test under valgrind) when trying
14526           to remove the buffer probe.
14527
14528 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14529
14530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14531         Fix missing g_unlock from the previous commit
14532
14533 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14534
14535         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14536         (gst_ximagesink_change_state):
14537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14538         (gst_xvimagesink_change_state):
14539         Implement a locking order to ensure we always take the object lock
14540         before the x_lock and never vice-versa.
14541
14542 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14543
14544         * gst/playback/gstdecodebin.c: (find_compatibles):
14545         Fix a caps leak when linking (#347304)
14546
14547         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14548         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14549         (gst_ximagesink_change_state):
14550         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14551         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14552         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14553         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14554         Don't leak shared memory resources. Use the object lock to protect
14555         against the xcontext disappearing while returning a buffer from the
14556         pipeline. (#347304)
14557
14558 2006-07-12  Edward Hervey  <edward@fluendo.com>
14559
14560         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14561         (vorbis_handle_comment_packet):
14562         gst_tag_list_merge() returns a new object. Take that into account when
14563         using it. This avoids memleak.
14564         Revert previous commit which is not needed.
14565
14566 2006-07-12  Edward Hervey  <edward@fluendo.com>
14567
14568         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14569         Reset the decoder in finalize so that all fields get cleared.
14570
14571 2006-07-12  Wim Taymans  <wim@fluendo.com>
14572
14573         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14574         (gst_base_audio_src_set_clock),
14575         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14576         Don't try to post an error message when setting the clock fails
14577         as this can happen when adding an element to a bin which will then
14578         deadlock. Fixes #347296.
14579
14580 2006-07-12  Edward Hervey  <edward@fluendo.com>
14581
14582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14583         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14584         (vorbis_handle_type_packet):
14585         Post tag messages on the bus even if we're not initialized.
14586         If we're not initialized, we still postpone the event pushing of tags.
14587
14588 2006-07-12  Wim Taymans  <wim@fluendo.com>
14589
14590         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14591         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14592         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14593         Revert last two changes that broke the freeze.
14594
14595 2006-07-12  Wim Taymans  <wim@fluendo.com>
14596
14597         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14598         basesink calculates silence sample correctly for us.
14599
14600 2006-07-12  Wim Taymans  <wim@fluendo.com>
14601
14602         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14603         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14604         Calculate correct silence samples so we don't fill our ringbuffer
14605         with noise.
14606
14607 2006-07-12  Edward Hervey  <edward@fluendo.com>
14608
14609         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14610         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14611         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14612         * ext/vorbis/vorbisdec.h:
14613         Delay sending events (newsegment, tags) until the decoder is properly
14614         initialized.
14615         Fixes #347295
14616
14617 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14618
14619         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14620         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14621           Patch from #347221 adding a test for audioconvert
14622           channel remappings.
14623
14624 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14627         (gst_ssa_parse_parse_line):
14628           Don't include the terminating NUL in the buffer size,
14629           it's only there for extra paranoia (would add random
14630           '*' characters at the end of each subtitle since the
14631           terminator itself is not valid UTF-8 technically).
14632           Also fix indenting after boilerplate macro.
14633
14634 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         * gst/playback/gstdecodebin.c: (close_pad_link):
14637           Also emit 'unknown-type' signal (which should really be
14638           called unhandled-type) if we found potential decoders/demuxers
14639           in the registry but none of them worked in the end (as in the
14640           case where the plugins don't exist any longer but are still
14641           listed in the registry). Fixes #329798.
14642
14643 2006-07-08  Andy Wingo  <wingo@pobox.com>
14644
14645         * theoraparse.c (theora_parse_push_buffer)
14646         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14647         Add some more debugging. Fix granulepos reconstruction in the face
14648         of discontinuities.
14649
14650 2006-07-06  Wim Taymans  <wim@fluendo.com>
14651
14652         * gst-libs/gst/audio/gstbaseaudiosink.c:
14653         (gst_base_audio_sink_class_init),
14654         (gst_base_audio_sink_provide_clock):
14655         Use gobject_class instead of G_OBJECT_CLASS (klass)
14656
14657         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14658         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14659         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14660         (gst_base_audio_src_get_time),
14661         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14662         (gst_base_audio_src_create_ringbuffer):
14663         Fix latency and buffer-time constants and properties ala basesink.
14664         Implement pull based scheduling. Fixes #346527.
14665         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14666         one segment.
14667         Refuse slaving to another clock instead of silently not working.
14668         Only provide a clock when we are actually able to do so.
14669         Various small cleanups and compiler hints.
14670
14671 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14672
14673         Patch by: Lutz Mueller <lutz at topfrose de>
14674
14675         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14676         (plugin_init):
14677           Add typefinding for text/html (#346581).
14678
14679 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14680
14681         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14682         (xml_check_first_element), (xml_type_find), (smil_type_find):
14683           Fix SMIL typefinding, make xml_check_first_element() more
14684           useful.
14685
14686 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14687
14688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14689         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14690         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14691         * gst/playback/gstplaybasebin.h:
14692           Protect list of elements with a subtitle-encoding property and
14693           the subtitle encoding member itself with a lock of their own
14694           instead of using the object lock. This prevents a dead-lock in
14695           the element-remove callback in some circumstances when shutting
14696           down playbin.
14697
14698 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14699
14700         * win32/common/libgsttag.def:
14701         Export some new functions.
14702         * win32/vs6/libgstogg.dsp:
14703         Add a link to libgsttag-0.10.lib.
14704
14705 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14708           Some const-ification.
14709
14710 2006-07-04  Wim Taymans  <wim@fluendo.com>
14711
14712         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14713         Improve checking if we are dealing with a stream. Added some
14714         more uris that need buffering.
14715
14716 2006-07-03  Edward Hervey  <edward@fluendo.com>
14717
14718         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14719         Remove unused variable.
14720
14721 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14722
14723         * Makefile.am:
14724           include lcov.mak
14725         * configure.ac:
14726           add GCOV_LIBS to GST_LIBS
14727
14728 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14731
14732         * ext/alsa/gstalsasrc.c:
14733           Add 32 bps to template caps and increase channels range
14734           from [1,2] to [1,MAX]. See #346326.
14735
14736 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14739           Recognise 'WMVA' video codec fourcc (#345879).
14740           
14741 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14742          
14743         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14744           Fixed nasty memory leak
14745
14746 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14747
14748         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14749         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14750           fix logging
14751
14752 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14753
14754         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14755         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14756         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14757         Protect remove_fakesink using a mutex, so that we don't try and
14758         remove the fakesink simultaneously from multiple threads.
14759
14760         When going from READY to PAUSED, restore the fakesink, so that
14761         it is there when decodebin gets reused.
14762
14763 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14764
14765         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14767         * gst-libs/gst/rtp/gstbasertppayload.c:
14768         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14769         * gst/tcp/gstmultifdsink.c:
14770         * gst/tcp/gsttcpclientsink.c:
14771         * gst/tcp/gsttcpclientsrc.c:
14772         * gst/tcp/gsttcpserversink.c:
14773         * gst/tcp/gsttcpserversrc.c:
14774         * gst/videorate/gstvideorate.c:
14775         * gst/videotestsrc/gstvideotestsrc.c:
14776         * sys/v4l/gstv4ljpegsrc.c:
14777         * sys/v4l/gstv4lmjpegsink.c:
14778         * sys/v4l/gstv4lsrc.c:
14779         * tests/examples/seek/scrubby.c:
14780         * tests/examples/seek/seek.c:
14781           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14782
14783 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14784
14785         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14786           Second field in GEnumValue shouldn't be a description,
14787           but a stringified version of the enum value.
14788
14789 2006-06-22  Wim Taymans  <wim@fluendo.com>
14790
14791         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14792         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14793         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14794         Avoid type checking in buffer casts.
14795         Avoid caps copy in buffer_alloc when we can.
14796         Use pad_peer_accept.
14797
14798 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst-libs/gst/tag/tag.h:
14801           Oops, make that 'Since: 0.10.9'.
14802
14803 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         * docs/libs/gst-plugins-base-libs-sections.txt:
14806         * gst-libs/gst/tag/tag.h:
14807         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14808         (gst_tag_image_type_get_type):
14809           API: add GstTagImageType enum to describe images contained
14810           in image tags (#345641).
14811
14812 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14815           Fix warnings with gst-inspect: "buffers-min" property
14816           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14817           typo in property description.
14818
14819 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         Patch by: Cody Russell <bratsche at gnome org>
14822
14823         * gst/audioresample/gstaudioresample.c:
14824         (gst_audioresample_class_init):
14825         * gst/playback/gststreamselector.c:
14826         (gst_stream_selector_class_init):
14827         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14828         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14829         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14830         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14831         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14832         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14833         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14834         * gst/videotestsrc/gstvideotestsrc.c:
14835         (gst_video_test_src_class_init):
14836         * gst/volume/gstvolume.c: (gst_volume_class_init):
14837           Avoid unnecessary class cast check in class_init
14838           functions (#337747).
14839
14840 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14843         (gst_text_overlay_video_chain):
14844           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14845           and doesn't validate its input either (and neither did
14846           textoverlay it seems). Let's do that then and fix #345206.
14847
14848 2006-06-19  Wim Taymans  <wim@fluendo.com>
14849
14850         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14851         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14852         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14853         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14854         (find_syncframe), (find_limits), (assign_value),
14855         (count_burst_unit), (gst_multi_fd_sink_new_client),
14856         (gst_multi_fd_sink_handle_client_write),
14857         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14858         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14859         (gst_multi_fd_sink_change_state):
14860         * gst/tcp/gstmultifdsink.h:
14861         Added shiny new burst-on-connect methods.
14862         Add properties to control the minimal amount of data queued.
14863         Small cleanups.
14864         API: bytes-min property
14865         API: time-min property
14866         API: buffers-min property
14867         API: burst-unit property
14868         API: burst-value property
14869         API: add-full signal
14870
14871         * gst/tcp/gsttcp-marshal.list:
14872         Added new marshaller code for the new signal.
14873
14874         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14875         (multifdsink_suite):
14876         Added testcases for new burst methods.
14877
14878 2006-06-19  Edward Hervey  <edward@fluendo.com>
14879
14880         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14881         Implement clipping for accurate seeking.
14882         Closes #345225
14883
14884 2006-06-19  Wim Taymans  <wim@fluendo.com>
14885
14886         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14887
14888         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14889         (gst_video_scale_transform):
14890         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14891
14892 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14893
14894         * configure.ac:
14895           Fix --disable-external (can't set conditionals conditionally,
14896           #343602).
14897
14898 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14899
14900         * tests/check/elements/audioresample.c: (test_reuse),
14901         (audioresample_suite):
14902           Add test case for bug #342789 fixed below.
14903
14904 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * gst/audioresample/gstaudioresample.c:
14907         (gst_audioresample_class_init), (gst_audioresample_init),
14908         (audioresample_start), (audioresample_stop),
14909         (gst_audioresample_set_property), (gst_audioresample_get_property):
14910           Implement GstBaseTransform::start and ::stop so that audioresample
14911           can clear its internal state properly and be reused instead of
14912           causing non-negotiated errors with playbin under some circumstances
14913           (#342789).
14914
14915         * tests/check/elements/audioresample.c: (setup_audioresample),
14916         (cleanup_audioresample):
14917           Need to set element state here so that ::start and ::stop are
14918           called.
14919
14920 2006-06-16  Wim Taymans  <wim@fluendo.com>
14921
14922         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14923
14924         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14925         Parse extra data better, apparently it's right behind
14926         the normal strf header size. Fixes #343500.
14927
14928 2006-06-16  Wim Taymans  <wim@fluendo.com>
14929
14930         * ext/alsa/gstalsasink.c: (set_hwparams):
14931         If we fail to set the buffer_time and period_time alsa
14932         parameters, post a warning and leave alsa select a 
14933         default instead of failing. Fixes #342085
14934
14935 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14936
14937         * docs/libs/gst-plugins-base-libs-sections.txt:
14938         * gst-libs/gst/cdda/gstcddabasesrc.h:
14939           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14940           out in the header file and shouldn't be listed in the docs.
14941
14942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14943           Must dereference pointer to fourcc in the debug statement.
14944
14945 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14946
14947         * docs/libs/Makefile.am:
14948         * docs/libs/gst-plugins-base-libs-docs.sgml:
14949         * docs/libs/gst-plugins-base-libs-sections.txt:
14950         * docs/libs/gst-plugins-base-libs.types:
14951         add remaining symbols into correct setions
14952         
14953         * gst-libs/gst/audio/gstringbuffer.c:
14954         fix incomplete docs
14955         
14956         * gst-libs/gst/audio/gstringbuffer.h:
14957         comment out not yet implemented function
14958         
14959         
14960         * gst-libs/gst/floatcast/floatcast.h:
14961         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14962         add short descriptions
14963         
14964         
14965         * gst-libs/gst/interfaces/propertyprobe.c:
14966         fix return value docs   
14967         
14968         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14969         simplify debug logging
14970         
14971         * gst-libs/gst/riff/riff-read.h:
14972         sync function prototype and docs
14973         
14974         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14975         remove left over symbol
14976
14977 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         * autogen.sh:
14980         * configure.ac:
14981         * docs/Makefile.am:
14982           Use GST_PLUGIN_DOCS macro in configure.ac, add
14983           --enable-plugin-docs default to autogen.sh and use
14984           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14985
14986 2006-06-15  Wim Taymans  <wim@fluendo.com>
14987
14988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14989         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14990         (gst_ogg_demux_loop):
14991         Combine GstFlowReturn from the source pads to give a
14992         meaningfull result to the upstream peer or to stop the
14993         processing task in case of errors.
14994
14995 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         * gst/playback/gststreaminfo.c: (cb_probe):
14998           Try GST_TAG_CODEC as fallback when extracting the
14999           codec name; more debug info.
15000
15001 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15002
15003         * ext/ogg/Makefile.am:
15004         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15005           Extract language tags from ogm subtitle streams, so that
15006           the subtitle menu choices are labelled correctly in
15007           Totem (fixes #344708).
15008
15009 2006-06-14  Wim Taymans  <wim@fluendo.com>
15010
15011         Patch by: Alessandro Decina <alessandro at nnva dot org>
15012
15013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15014         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15015         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15016         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15017         Fix various leaks. Fixes #343699.
15018         Add x-smoke mime type.
15019
15020 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15021
15022         * gst-libs/gst/riff/riff-ids.h:
15023           Add IDs for 'bext' chunks (see #343837).
15024
15025 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15026
15027         Patch by: Young-Ho Cha  <ganadist at chollian net>
15028
15029         * gst/subparse/samiparse.c: (sami_context_pop_state),
15030         (handle_start_font), (end_sami_element):
15031           Honour font face tags in SAMI subtitles (#344503).
15032
15033 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15034
15035         * po/POTFILES.in:
15036           add missing files containing translatable strings
15037
15038 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15039
15040         * docs/libs/tmpl/.cvsignore:
15041           we don't want those *.sgml files in CVS either
15042
15043 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15044
15045         * docs/libs/.cvsignore:
15046         * tests/check/elements/.cvsignore:
15047         * tests/check/libs/.cvsignore:
15048           ignore more
15049
15050 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15051
15052         * docs/libs/Makefile.am:
15053           also commiting the changed Makefile.am (added more libs to the
15054           doc-build)
15055
15056 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15057
15058         * docs/libs/gst-plugins-base-libs-docs.sgml:
15059         * docs/libs/gst-plugins-base-libs-sections.txt:
15060         * docs/libs/gst-plugins-base-libs.types:
15061           first batch of reordering things, add index & hierarchy
15062
15063 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15064
15065         * configure.ac:
15066           use GST_PKG_CHECK_MODULES, cleans up output
15067
15068 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15069
15070         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15071           Add support for burn:// URIs (#343385); const-ify things a bit,
15072           use G_N_ELEMENTS instead of hard-coded array size.
15073
15074 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         Patch by: Young-Ho Cha  <ganadist at chollian net>
15077
15078         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15079           Fix up broken entities before passing them to libxml *sigh*.
15080           (#343303).
15081           
15082 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15083
15084         * configure.ac:
15085           back to TRUNK
15086
15087 === release 0.10.8 ===
15088
15089 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15090
15091         * configure.ac:
15092           releasing 0.10.8, "Moar gij ziet mij nie"
15093
15094 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15095
15096         * configure.ac:
15097         * po/af.po:
15098         * po/az.po:
15099         * po/cs.po:
15100         * po/en_GB.po:
15101         * po/hu.po:
15102         * po/it.po:
15103         * po/nb.po:
15104         * po/nl.po:
15105         * po/or.po:
15106         * po/sq.po:
15107         * po/sr.po:
15108         * po/sv.po:
15109         * po/uk.po:
15110         * po/vi.po:
15111         * win32/common/config.h:
15112           0.10.7.2 prerelease
15113
15114 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15115
15116         * docs/libs/tmpl/gstaudio.sgml:
15117         * docs/libs/tmpl/gstcolorbalance.sgml:
15118         * docs/libs/tmpl/gstmixer.sgml:
15119         * docs/libs/tmpl/gstringbuffer.sgml:
15120         * docs/libs/tmpl/gsttuner.sgml:
15121         * docs/libs/tmpl/gstxoverlay.sgml:
15122         * gst-libs/gst/audio/audio.c:
15123         * gst-libs/gst/audio/gstringbuffer.c:
15124         * gst-libs/gst/interfaces/colorbalance.c:
15125         * gst-libs/gst/interfaces/mixer.c:
15126         * gst-libs/gst/interfaces/tuner.c:
15127         * gst-libs/gst/interfaces/xoverlay.c:
15128           move last template doc snippets to source code and delete them
15129
15130 2006-06-06  Michael Smith  <msmith@fluendo.com>
15131
15132         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15133         (theora_parse_drain_queue):
15134           Mark DELTA_UNIT on non-keyframes.
15135
15136 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15137
15138         * gst-libs/gst/audio/gstbaseaudiosink.c:
15139         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15140         * gst-libs/gst/audio/gstbaseaudiosink.h:
15141         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15142         (gst_ring_buffer_samples_done):
15143         * gst-libs/gst/audio/gstringbuffer.h:
15144         Document better the fact that latency_time and buffer_time are values
15145         stored in microseconds, and not the usual GStreamer nanoseconds.
15146         Change the variables (compatibly) that store them from GstClockTime 
15147         to guint64 to make it more clear that they're not storing clock times.
15148         Also, remove the bogus property description that says the user can
15149         specify -1 to get the default value, since that's never been the case.
15150
15151         When computing the default segment size for the ring buffer, make it
15152         an integer number of samples.
15153
15154         When the sub-class indicates a delay greater than the number of
15155         samples we've written return 0 from the audio sink get_time method.
15156
15157 2006-06-02  Michael Smith  <msmith@fluendo.com>
15158
15159         * tests/check/elements/audioconvert.c: (set_channel_positions),
15160         (get_float_mc_caps), (get_int_mc_caps):
15161         * tests/check/elements/audioresample.c:
15162         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15163         * tests/check/elements/videorate.c:
15164         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15165         * tests/check/elements/volume.c:
15166         * tests/check/elements/vorbisdec.c:
15167         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15168           Don't busy-wait in tests; this was causing test timeouts very
15169           frequently when running under valgrind.
15170
15171 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15172
15173         * gst/tcp/README:
15174         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15175         (gst_multi_fd_sink_remove_client_link),
15176         (gst_multi_fd_sink_client_queue_caps),
15177         (gst_multi_fd_sink_client_queue_buffer),
15178         (gst_multi_fd_sink_handle_client_write),
15179         (gst_multi_fd_sink_render):
15180         * gst/tcp/gstmultifdsink.h:
15181           make multifdsink properly deal with streamheader:
15182           - streamheader is taken from caps
15183           - buffers marked with IN_CAPS are not sent
15184           - streamheaders are sent, on connection, from the caps of the
15185             buffer where the client gets positioned to
15186           - further streamheader changes are done every time the client
15187             will receive a buffer with different caps
15188         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15189         (gst_multifdsink_create_streamheader):
15190           add tests for this
15191
15192 2006-06-02  Michael Smith  <msmith@fluendo.com>
15193
15194         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15195           Reinstate limit on channel count. Vorbis does not define the meaning
15196           of > 6 channels, so they're just independent channels. Gstreamer
15197           currently has no mechanism to represent N independent channels.
15198
15199 2006-06-02  Michael Smith  <msmith@fluendo.com>
15200
15201         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15202           Don't arbitrarily restrict channel counts and rate in vorbis.
15203           In terms of effects likely on real-world files, this fixes 96kHz
15204           playback of vorbis.
15205
15206 2006-06-02  Michael Smith  <msmith@fluendo.com>
15207
15208         * gst/audioconvert/audioconvert.c: (float):
15209           More correct float->int conversion.
15210
15211 2006-06-02  Michael Smith  <msmith@fluendo.com>
15212
15213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15214           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15215           value. Fixes g-critical on trying to play back ogg containing
15216           unknown codec.
15217
15218 2006-06-02  Wim Taymans  <wim@fluendo.com>
15219
15220         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15221         (setup_source):
15222         * gst/playback/gstplaybasebin.h:
15223         Make the subtitle detection work from any thread so we don't
15224         deadlock. Fixes #343397.
15225
15226 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15227
15228         * gst/volume/Makefile.am:
15229           Seriously, it's not *that* hard to get compilation right.  Even
15230           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15231
15232 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15233
15234         * gst/volume/gstvolume.c: (volume_choose_func),
15235         (volume_update_real_volume), (gst_volume_class_init),
15236         (gst_volume_init), (volume_process_float), (volume_process_int16),
15237         (volume_process_int16_clamp), (volume_set_caps),
15238         (volume_transform_ip), (plugin_init):
15239         * gst/volume/gstvolume.h:
15240         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15241         another property desc., remove unused param from process function
15242         
15243         * tests/check/elements/volume.c: (volume_suite):
15244         reactivate the passthrough test
15245
15246 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15247
15248         * ext/alsa/gstalsamixerelement.h:
15249         * ext/alsa/gstalsamixeroptions.h:
15250         * ext/alsa/gstalsamixertrack.h:
15251         * ext/gnomevfs/gstgnomevfssink.h:
15252         * ext/gnomevfs/gstgnomevfssrc.h:
15253         * ext/theora/gsttheoradec.h:
15254         * ext/theora/gsttheoraenc.h:
15255         * ext/theora/gsttheoraparse.h:
15256         * ext/vorbis/vorbisparse.h:
15257         * gst-libs/gst/audio/gstaudioclock.h:
15258         * gst-libs/gst/audio/gstaudiofilter.h:
15259         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15260         * gst/audioconvert/gstaudioconvert.h:
15261         * gst/audioresample/gstaudioresample.h:
15262         * gst/audiotestsrc/gstaudiotestsrc.h:
15263         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15264         * gst/playback/gststreamselector.h:
15265         * gst/tcp/gstmultifdsink.h:
15266         * gst/tcp/gsttcpclientsink.h:
15267         * gst/tcp/gsttcpclientsrc.h:
15268         * gst/tcp/gsttcpserversink.h:
15269         * gst/tcp/gsttcpserversrc.h:
15270         * gst/videorate/gstvideorate.h:
15271         * gst/videoscale/gstvideoscale.h:
15272         * gst/videotestsrc/gstvideotestsrc.h:
15273         * gst/volume/gstvolume.h:
15274         * sys/v4l/gstv4ljpegsrc.h:
15275         * sys/v4l/gstv4lmjpegsink.h:
15276         * sys/v4l/gstv4lmjpegsrc.h:
15277         * sys/v4l/gstv4lsrc.h:
15278         * sys/ximage/ximagesink.h:
15279         * sys/xvimage/xvimagesink.h:
15280         * tests/old/testsuite/alsa/sinesrc.h:
15281         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15282
15283 2006-05-31  Wim Taymans  <wim@fluendo.com>
15284
15285         * ext/libvisual/visual.c: (gst_visual_reset),
15286         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15287         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15288         Handle DISCONT.
15289         Use running time before doing QoS.
15290         Handle mono too.
15291
15292 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15293
15294         * docs/libs/Makefile.am:
15295           set a magic variable to indicate we know the docs are incomplete
15296
15297 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15298
15299         * win32/common/libgstvideo.def:
15300           export gst_video_calculate_display_ratio
15301         * win32/vs6/libgstvideoscale.dsp:
15302           add link to libgstvideo-0.10.lib
15303
15304 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15305
15306         * gst/playback/gstplaybasebin.c: (gen_source_element):
15307           Throw a more comprehensible error for rtsp:// URIs (rather
15308           than erroring out with a negotiation error later on) until
15309           we fix playbin to handle rtspsrc etc.
15310
15311 2006-05-30  Wim Taymans  <wim@fluendo.com>
15312
15313         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15314         (gst_text_overlay_text_event):
15315         Added some FIXMEs.
15316
15317 2006-05-30  Wim Taymans  <wim@fluendo.com>
15318
15319         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15320         (gst_adder_request_new_pad), (gst_adder_release_pad):
15321         * gst/adder/gstadder.h:
15322         Implement release_request_pad.
15323         Make padcounter atomic.
15324
15325         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15326         Added check for release_pad in adder.
15327
15328 2006-05-30  Wim Taymans  <wim@fluendo.com>
15329
15330         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15331         Fix build again.
15332
15333 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15334
15335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15336         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15337         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15338         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15339         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15340         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15341         (gst_ogg_demux_bisect_forward_serialno),
15342         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15343         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15344           add more debugging
15345           clean up printf formats for granulepos and serialno
15346
15347 2006-05-30  Michael Smith  <msmith@fluendo.com>
15348
15349         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15350         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15351         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15352         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15353         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15354         * ext/vorbis/vorbisenc.h:
15355           Multi-channel caps negotiation, so we can do proper multichannel
15356           vorbis encoding, negotiated through audioconvert.
15357
15358 2006-05-30  Wim Taymans  <wim@fluendo.com>
15359
15360         * tests/check/elements/adder.c: (test_event_message_received),
15361         (test_play_twice_message_received), (GST_START_TEST),
15362         (adder_suite):
15363         Added check to show that #339935 is fixed with ongoing
15364         adder and collectpads fixes.
15365
15366 2006-05-29  Wim Taymans  <wim@fluendo.com>
15367
15368         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15369         Don't leak pad name.
15370
15371 2006-05-29  Wim Taymans  <wim@fluendo.com>
15372
15373         * gst/adder/gstadder.c: (gst_adder_query_duration),
15374         (forward_event_func), (forward_event), (gst_adder_src_event):
15375         Fix adder seeking.
15376         Make query/seeking code threadsafe.
15377
15378         * tests/check/Makefile.am:
15379         * tests/check/elements/adder.c: (test_event_message_received),
15380         (GST_START_TEST), (test_play_twice_message_received):
15381         Fix adder test case.
15382
15383 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15384
15385         Patch by: Young-Ho Cha  <ganadist at chollian net>
15386
15387         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15388         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15389         (set_encoding_element), (decodebin_element_added_cb),
15390         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15391         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15392         * gst/playback/gstplaybasebin.h:
15393           Add 'subtitle-encoding' property to playbin, so applications can
15394           force a subtitle encoding for non-UTF8 subtitles (#342268).
15395
15396         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15397         (gst_sub_parse_set_property):
15398           Rename recently-added 'encoding' property to 'subtitle-encoding'
15399           (so it can be proxied by playbin/decodebin in a generic way
15400           with less danger of false positives).
15401
15402 2006-05-29  Michael Smith  <msmith@fluendo.com>
15403
15404         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15405         (append_with_other_format), (set_structure_widths),
15406         (gst_audio_convert_transform_caps):
15407           Patch from #341562: give more specific audio caps in get_caps, so
15408           that basetransform  can make better decisions on what caps to
15409           negotiate.
15410
15411 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15412
15413         * tests/check/elements/volume.c:
15414         make it compile again
15415
15416 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15417
15418         * tests/check/elements/volume.c: (volume_suite):
15419         disable test until #343196 gets resolved
15420
15421 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15422
15423         * gst/adder/gstadder.c: (gst_adder_get_type):
15424         Make it easier to copy&paste
15425         
15426         * gst/volume/Makefile.am:
15427         * gst/volume/gstvolume.c: (volume_update_real_volume),
15428         (gst_volume_set_volume), (gst_volume_set_mute),
15429         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15430         (volume_transform_ip), (volume_update_mute),
15431         (volume_update_volume):
15432         * gst/volume/gstvolume.h:
15433         Add own debug category, move duplicate code to helper function, fix
15434         property texts, add more comments and prepare ffor liboil-goodness
15435         
15436         * tests/check/Makefile.am:
15437         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15438         add test for mute and passtrough case, be a bit more verbose to track
15439         failure
15440         
15441         * tests/check/generic/states.c: (GST_START_TEST):
15442         catch elements that fail to instantiate
15443
15444 2006-05-28  Edward Hervey  <edward@fluendo.com>
15445
15446         * tests/check/pipelines/simple-launch-lines.c:
15447         * tests/check/pipelines/theoraenc.c:
15448         * tests/check/pipelines/vorbisenc.c:
15449         Comment out tests using parse_launch() if core was built without
15450         parsing capabilities.
15451
15452 2006-05-27  Edward Hervey  <edward@fluendo.com>
15453
15454         * tests/check/Makefile.am:
15455         Extra bonus points for whoever explains to ensonic that you are meant
15456         to test unit tests thoroughly before commiting them, especially if
15457         you know it's going to break.
15458         De-activated element/adder tests.
15459
15460 2006-05-27  Edward Hervey  <edward@fluendo.com>
15461
15462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15463         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15464         Marking caps conversion issues as GST_WARNING is way too verbose,
15465         Moving them to GST_LOG.
15466
15467 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * README:
15470           Replace current README (containing the release notes from
15471           some 0.9.x version) with a proper README taken from the core.
15472
15473 2006-05-26  Wim Taymans  <wim@fluendo.com>
15474
15475         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15476         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15477         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15478         (vorbis_dec_change_state):
15479         Small cleanups.
15480         Add some FIXMEs
15481         Clip output samples to segment boundaries.
15482
15483 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15484
15485         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15486         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15487         Improve the errors produced on bad output, including some human
15488         readable description strings.
15489         Handle the (theoretical for ximagesink) case where the XServer 
15490         has a different idea about the size required for a particular 
15491         frame and gives us too small a memory allocation.
15492
15493 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15494
15495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15496         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15497         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15498         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15499         Improve the errors produced on bad output, including some human 
15500         readable description strings.
15501         Handle RGB Xv formats properly by transforming them into our 
15502         big-endian caps description.
15503         Use gst_caps_truncate to ensure that we never try and choose a
15504         non-fixed caps in buffer_alloc.
15505         Handle the case where the XServer has a different idea about the size
15506         required for a particular frame and gives us too small a memory
15507         allocation.
15508         Use -1 to indicate 'no image format', because 0 is a valid XServer
15509         image format number.
15510         Put RGB Xv formats at the end of the caps, so that we always prefer
15511         YUV format frames.
15512         Iterate the available Xv Encodings to determine the maximum width and
15513         height, and then return that in our caps.
15514         (Closes #315312, #337544)
15515
15516 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15517
15518         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15519         When there is only one unfinished pad and it receives an event that
15520         doesn't match our requirements, we need to set alldone=FALSE so that
15521         the fakesink is not removed yet.
15522
15523 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15524
15525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15526           Use gst_type_find_helper_for_buffer() to find the type
15527           of stream from the first packet.
15528
15529         * configure.ac:
15530           Bump requirements to core CVS (needed for vorbis
15531           typefinding to work).
15532
15533 2006-05-24  Edward Hervey  <edward@fluendo.com>
15534
15535         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15536         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15537         contain.  Else they play perfectly fine with qtdemux.
15538
15539 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15540
15541         * ext/theora/theoradec.c:
15542         * ext/theora/theoraenc.c:
15543         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15544         * gst/audiorate/gstaudiorate.c:
15545           make more debug catagories static
15546         
15547         * tests/check/Makefile.am:
15548         * tests/check/elements/adder.c: (message_received),
15549         (test_event_message_received), (GST_START_TEST),
15550         (test_play_twice_message_received), (adder_suite):
15551           added test case for using element twice, extra bonus points for anyone
15552           who can make these test run reliably
15553
15554 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * ext/theora/theoradec.c: (theora_dec_chain):
15557           Make work with time-stamped input buffers that do not
15558           have a granulepos in BUFFER_OFFSET_END (like theora
15559           buffers coming from matroskademux). Fixes #342448.
15560
15561 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         Patch by: Peter Kjellerstedt  <pkj at axis com>
15564
15565         * gst/tcp/Makefile.am:
15566           fdstresstest doesn't need Gtk+, fix compilation if 
15567           gtk is not available (#342566).
15568
15569 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15570          
15571         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15572           80 line columns
15573           Removed redundant floor()
15574
15575 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15578           On second thought, just skip JUNK chunks automatically, so
15579           the caller doesn't have to handle this. Fixes #342345.
15580           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15581           not GST_FLOW_ERROR.
15582
15583 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15586           Don't bail out on JUNK chunks with a size of 0 (would try to
15587           pull_range 0 bytes before, which sources don't like too much).
15588           See #342345.
15589
15590 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15591
15592         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15594         Use the gstutil scaling function to preserve 64 bits while calculating
15595         output width and height from the display-aspect-ratio. (A continuation
15596         of #341542)
15597
15598 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15599
15600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15601         (gst_xvimagesink_buffer_alloc):
15602         * sys/xvimage/xvimagesink.h:
15603         When performing buffer allocations, remember the caps and image format
15604         we return so that if the same caps are asked for next time we can
15605         return them immediately without doing any caps intersections.
15606
15607 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15608          
15609         * gst-libs/gst/rtp/README:
15610           Some new documentation
15611         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15612           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15613         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15614         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15615           New RTP audio base payloader class. Supports frame or sample based
15616           codecs.  Not enabled in Makefile.am until approved.
15617
15618 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         * tests/check/elements/alsa.c: (test_device_property_probe):
15621           Fix test case: don't try to free NULL GValueArray when there
15622           are no devices.
15623
15624 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15625
15626         * tests/check/Makefile.am:
15627         * tests/check/elements/alsa.c: (test_device_property_probe),
15628         (alsa_suite), (main):
15629           Add simple test that runs a device property probe on alsasrc,
15630           alsasink and alsamixer. Disable valgrind check for now (too
15631           many leaks in libasound, and valgrind ignored my suppressions
15632           additions).
15633
15634 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15635
15636         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15637         (gst_alsa_device_property_probe_probe_property),
15638         (gst_alsa_device_property_probe_needs_probe),
15639         (gst_alsa_device_property_probe_get_values),
15640         (gst_alsa_type_add_device_property_probe_interface):
15641         * ext/alsa/gstalsadeviceprobe.h:
15642         * ext/alsa/gstalsamixerelement.c:
15643         (gst_alsa_mixer_element_init_interfaces):
15644         * ext/alsa/gstalsamixerelement.h:
15645           Clean up and simplify alsa device probing. Make it actually work
15646           for multiple classes. Don't cache results any longer.
15647
15648         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15649         (gst_alsasink_init):
15650         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15651         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15652         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15653           Make alsasink and alsasrc implement the GstPropertyProbe interface
15654           for device probing (#342181).
15655           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15656
15657 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15658
15659         * gst/subparse/samiparse.c: (handle_start_font):
15660           Don't ignore return value of strtol (++compiler_happiness).
15661
15662 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15663
15664         Patch by: Young-Ho Cha  <ganadist chollian net>
15665
15666         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15667         (gst_sub_parse_class_init), (gst_sub_parse_init),
15668         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15669         (convert_encoding):
15670         * gst/subparse/gstsubparse.h:
15671           Add 'encoding' property (#341681).
15672
15673         * gst/subparse/samiparse.c: (characters_sami):
15674           Output is pango markup, so we need to escape text
15675           between tags (#342143).
15676
15677 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15678
15679         * gst-libs/gst/audio/multichannel.c:
15680         (gst_audio_check_channel_positions):
15681           It's okay to have caps with channels=1 and a channel position
15682           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15683           (deinterleavers might want to keep the position in the caps,
15684           so that they can be re-interleaved again properly later).
15685           Leave check for unexpected 2-channel layouts intact for now.
15686
15687 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15688
15689         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15690         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15691         basesrc can do its job correctly.
15692
15693 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * ext/alsa/Makefile.am:
15696         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15697         (gst_alsa_detect_formats), (get_channel_free_structure),
15698         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15699         (gst_alsa_probe_supported_formats):
15700         * ext/alsa/gstalsa.h:
15701         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15702           Refactor and improve caps probing code: probe signedness
15703           when we probe the supported formats/widths; set endianness
15704           to the one we actually probed for (ie. cpu endianness).
15705           
15706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15707         (gst_alsasrc_close):
15708         * ext/alsa/gstalsasrc.h:
15709           Implement caps probing for alsasrc.
15710
15711 2006-05-15  Wim Taymans  <wim@fluendo.com>
15712
15713         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15714         (theora_dec_src_query), (theora_dec_src_event),
15715         (theora_dec_sink_event), (theora_handle_comment_packet),
15716         (theora_handle_data_packet), (theora_dec_change_state):
15717         Cleanups, add some G_LIKELY.
15718         Use segment helpers instead of our own wrong code.
15719         Clear queued buffers on seek and READY.
15720
15721         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15722         (vorbis_dec_convert), (vorbis_dec_src_query),
15723         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15724         (vorbis_handle_comment_packet), (vorbis_dec_push),
15725         (vorbis_handle_data_packet), (vorbis_dec_chain),
15726         (vorbis_dec_change_state):
15727         * ext/vorbis/vorbisdec.h:
15728         Remove old useless packetno variable.
15729         Do position query properly.
15730         Add some G_LIKELY.
15731         Do cleanup of queued buffers in new helper function
15732         and use it.
15733
15734 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15735
15736         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15737           Query supported sample rates. Fixes #341732.
15738
15739 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15740
15741         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15742         (gst_decode_bin_change_state): Make decodebin reusable
15743         when going from PAUSE_TO_READY and then back to PAUSED.
15744         Fixes #331678.
15745
15746 2006-05-15  Wim Taymans  <wim@fluendo.com>
15747
15748         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15749         (vorbis_dec_convert), (vorbis_dec_src_query),
15750         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15751         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15752         (vorbis_dec_clean_queued), (vorbis_dec_push),
15753         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15754         Cleanups. Use refcounting and DEBUG_OBJECT.
15755         Reset segment on flush, use code methods instead of our
15756         own wrong version.
15757         Fix potential memleak.
15758
15759 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15760
15761         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15762         (gst_alsasink_init):
15763         * ext/alsa/gstalsasink.h:
15764           Don't leak allocated snd_output_t structure if there's
15765           more than one alsasink instance at a time (#341873).
15766           Also fix GObject macros in header file.
15767           
15768 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15769
15770         * gst/subparse/gstsubparse.c:
15771         (gst_sub_parse_data_format_autodetect):
15772           Don't use libxml functions in the typefinding code.
15773
15774 2006-05-15  Wim Taymans  <wim@fluendo.com>
15775
15776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15777         Fix seeking performance in the case where a non-header 
15778         packet has a 0 granulepos (busted theora case). 
15779         Fixes #341719
15780         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15781          the first place, you limelight stealer you)
15782
15783 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15784
15785         * gst/subparse/gstsubparse.c:
15786         (gst_sub_parse_data_format_autodetect):
15787           Improve SAMI typefinding: handle case where there are
15788           whitespaces or newlines in front of the first <SAMI>
15789           tag (#169936).
15790
15791 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15792
15793         * configure.ac:
15794           Build video4linux plugin even if there's no XVIDEO, just
15795           without implementing the GstXOverlay interface (#334002).
15796          
15797 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         * configure.ac:
15800         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15801         (plugin_init):
15802           Add tentative support for libvisual-0.4 (#336881).
15803
15804 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15805
15806         Patch by: Young-Ho Cha <ganadist at chollian net>
15807
15808         * gst/subparse/samiparse.c: (handle_start_font):
15809           Need to map "silver" colour explicitly (#169936).
15810
15811 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         Patch by: Young-Ho Cha  <ganadist at chollian net>
15814
15815         * gst/subparse/Makefile.am:
15816         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15817         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15818         (gst_sub_parse_format_autodetect), (feed_textbuf),
15819         (gst_subparse_type_find), (plugin_init):
15820         * gst/subparse/gstsubparse.h:
15821         * gst/subparse/samiparse.c:
15822         * gst/subparse/samiparse.h:
15823           Add support for SAMI subtitles (#169936).
15824
15825 2006-05-14  Michael Smith  <msmith@fluendo.com>
15826
15827         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15828           Fix #341696: crash when mixing L+R+C to mono or stereo.
15829         * tests/check/Makefile.am:
15830         * tests/check/elements/audioconvert.c: (set_channel_positions),
15831         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15832         (audioconvert_suite):
15833           Add test for the above, including some generic framework bits for
15834           testing multichannel things.
15835
15836 === release 0.10.7 ===
15837
15838 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15839
15840         * configure.ac:
15841           releasing 0.10.7, "Leave the gun"
15842
15843 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15844
15845         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15847         Fix the build.
15848
15849 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15850
15851         * docs/libs/gst-plugins-base-libs-docs.sgml:
15852         * docs/libs/gst-plugins-base-libs-sections.txt:
15853         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15854         * gst-libs/gst/video/video.h:
15855         * gst/videoscale/Makefile.am:
15856         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15858         * tests/check/Makefile.am:
15859         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15860         (main):
15861           Fix integer overflow problem with pixel-aspect-ratio calculations
15862           in videoscale and xvimagesink (#341542)
15863
15864 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         * gst-libs/gst/tag/gstid3tag.c:
15867           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15868
15869 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15870
15871         * win32/MANIFEST:
15872           update win32 files listing
15873
15874 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         patch by: Sjoerd Simons (sjoerd@luon.net)
15877
15878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15879         (group_create), (group_destroy), (add_stream),
15880         (gst_play_base_bin_get_property),
15881         (gst_play_base_bin_get_streaminfo_value_array):
15882         * gst/playback/gstplaybasebin.h:
15883           API: GstPlayBaseBin::stream-info-value-array property
15884           use a more bindings-friendly way of exposing streaminfo
15885           using a GValueArray.  Tested in ipython.
15886           Closes #341114
15887
15888 2006-05-11  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15891         (queue_underrun_cb), (queue_filled_cb):
15892         Also catch queue underruns but don't do anything yet.
15893         Refactor and comment queue enlarging code a bit.
15894
15895         * gst/playback/gstplaybasebin.c: (queue_overrun),
15896         (queue_threshold_reached), (queue_out_of_data),
15897         (gen_preroll_element):
15898         If a queue over/underruns check that we don't create nasty
15899         deadlocks when the min-threshold is not reached but the
15900         max-bytes is. In those cases disable max-bytes when we
15901         know that the queue is fed timed data.
15902         Add more comments.
15903
15904 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * gst/playback/gstplaybin.c: (gen_audio_element):
15907           Make playbin automatically plug an 'audioresample'
15908           element before the audio sink as well. This solves
15909           problems with sinks that only accept a very specific
15910           sample rate, like esdsink (e.g. #340379).
15911
15912 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15913
15914         * gst/playback/gstplaybasebin.c: (gen_source_element):
15915           Make http sources send special headers so that we receive
15916           icecast metadata if the http stream is an icecast stream
15917           (otherwise the server will just ignore them). This also
15918           means that from now on users will need the 'icydemux'
15919           element from gst-plugins-good installed if they want to
15920           listen to icecast radio streams. (#341432, #333657).
15921
15922 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15923
15924         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15925         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15926           remove stupid example from docs - it should come with a simple
15927           C program instead.
15928           Clean up/fix docs
15929         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15930         (fail_if_can_read), (GST_START_TEST),
15931         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15932           add a test for changing streamheader which exposes a bug in
15933           multifdsink
15934
15935 2006-05-11  Michael Smith  <msmith@fluendo.com>
15936
15937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15938         (gst_gnome_vfs_src_received_headers_callback):
15939         * ext/gnomevfs/gstgnomevfssrc.h:
15940           Don't set icy-caps unless we have a sane interval value. Move
15941           interval to a local variable; we never use it outside this function.
15942
15943 2006-05-11  Wim Taymans  <wim@fluendo.com>
15944
15945         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15947         Register special buffer types along with the objects so
15948         that they are not registered at runtime from N different
15949         streaming threads since they are not threadsafe.
15950
15951 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15952
15953         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15954         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15955           add two more tests, one doing streamheader
15956
15957 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15960           clean up the bufqueue when shutting down
15961         * tests/check/Makefile.am:
15962         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15963         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15964         (main):
15965           add a test for the leak that was just fixed
15966
15967 2006-05-10  Wim Taymans  <wim@fluendo.com>
15968
15969         * gst/adder/gstadder.c: (gst_adder_setcaps),
15970         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15971         (gst_adder_src_event), (gst_adder_sink_event),
15972         (gst_adder_class_init), (gst_adder_finalize),
15973         (gst_adder_request_new_pad), (gst_adder_collected):
15974         * gst/adder/gstadder.h:
15975         Updated some docs. Added comments and FIXMEs all over the place.
15976         Improve debugging info.
15977         Fix leak on finalize by not calling the parent.
15978         Implement duration query.
15979         Make event forwarding threadsafe.
15980         Correctly send NEWSEGMENT at start and after flush.
15981         Handle EOS correctly.
15982         Post error when not negotiated.
15983
15984         * tests/check/elements/adder.c: (GST_START_TEST):
15985         Added FIXME in the test.
15986
15987 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15988
15989         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15990         (gst_text_overlay_halign_get_type),
15991         (gst_text_overlay_wrap_mode_get_type):
15992         * ext/theora/theoradec.c: (theora_handle_type_packet),
15993         (theora_handle_data_packet):
15994         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15995         (theora_enc_sink_setcaps), (theora_enc_chain):
15996         * gst-libs/gst/cdda/gstcddabasesrc.c:
15997         (gst_cdda_base_src_mode_get_type):
15998         * gst/audiotestsrc/gstaudiotestsrc.c:
15999         (gst_audiostestsrc_wave_get_type):
16000         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
16001         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
16002         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16003         (gst_sync_method_get_type), (gst_unit_type_get_type),
16004         (gst_client_status_get_type):
16005         * gst/videoscale/gstvideoscale.c:
16006         (gst_video_scale_method_get_type):
16007         * gst/videotestsrc/gstvideotestsrc.c:
16008         (gst_video_test_src_pattern_get_type):
16009         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
16010         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
16011         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
16012         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
16013         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16014         (paint_setup_RGB565), (paint_setup_xRGB1555):
16015           Const-ify GEnumValue and GFlagsValue arrays. Use
16016           GST_ROUND_UP_* macros instead of home-made ones.
16017
16018 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * configure.ac:
16021           Require core CVS for the new newsegment stuff.
16022
16023 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16024
16025         Patch by: Sjoerd Simons  <sjoerd at luon net>
16026
16027         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16028           Register nick for enum value (#341160).
16029
16030 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16031
16032         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16033         (plugin_init):
16034          backout typefind patch #340375
16035          
16036         * tests/check/elements/adder.c: (message_received),
16037         (GST_START_TEST), (adder_suite):
16038           redo, signal-handling of test
16039
16040 2006-05-09  Wim Taymans  <wim@fluendo.com>
16041
16042         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16043         (gst_adder_collected):
16044         * gst/adder/gstadder.h:
16045         Remove bogus segment merging and forwarding, we don't
16046         care about timestamps anyway and we just produce a
16047         continuous stream. 
16048         Also create a nice NEWSEGMENT event when we start.
16049         Use _scale_int some more.
16050
16051 2006-05-09  Edward Hervey  <edward@fluendo.com>
16052
16053         * tests/icles/stress-xoverlay.c:
16054         Fix if core was built without parsing support.
16055
16056 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16057
16058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16059           Add SEDG (Samsung MPEG-4) fourcc.
16060
16061 2006-05-09  Edward Hervey  <edward@fluendo.com>
16062
16063         * tests/icles/stress-xoverlay.c:
16064         * tests/examples/volume/volume.c:
16065         Fix if core was built without parsing support.
16066
16067         * tests/examples/seek/seek.c:
16068         Disable the parse_launch example if core was built without parsing
16069         support.
16070
16071 2006-05-08  Edward Hervey  <edward@fluendo.com>
16072
16073         * autogen.sh: (CONFIGURE_DEF_OPT): 
16074         libtoolize on Darwin/MacOSX is called glibtoolize
16075
16076 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16077
16078         * tests/check/Makefile.am:
16079         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16080           Disable the adder test, until the build-slaves posses the kindness to 
16081           either like it or to give valid reason for not doing so 
16082
16083 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16084
16085         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16086         (adder_suite):
16087           Shuffle NULL state change around and raise timeout more
16088
16089 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16090
16091         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16092         (mp4_type_find), (plugin_init):
16093           Add typefind to distinguish between "audio/x-m4a" and new type
16094           "video/mp4". Fixes #340375
16095
16096         * tests/check/elements/adder.c: (adder_suite):
16097           Raise timeout to make buildbot happy
16098
16099 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16100
16101         * gst/adder/gstadder.c: (gst_adder_sink_event),
16102         (gst_adder_request_new_pad), (gst_adder_change_state):
16103         * gst/adder/gstadder.h:
16104         * tests/check/Makefile.am:
16105         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16106         (adder_suite), (main):
16107           Add sink-event handling to adder. It tries to merge incomming
16108           newsegment-events. Added test to check if segment_done is comming
16109           through. Fixes #340060
16110
16111 2006-05-05  Andy Wingo  <wingo@pobox.com>
16112
16113         * ext/theora/theoraparse.c (gst_theora_parse_init)
16114         (theora_parse_src_convert, theora_parse_src_query):
16115         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16116         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16117         query functions on the source pads of the theora and vorbis parse
16118         elements. Fixes position querying when doing a remux.
16119
16120 2006-05-05  Michael Smith  <msmith@fluendo.com>
16121
16122         * ext/theora/theoraparse.c: (parse_granulepos),
16123         (theora_parse_drain_queue_prematurely),
16124         (theora_parse_queue_buffer), (theora_parse_sink_event):
16125           Fix flushing.
16126           Fix invalid granulepos outputs when starting with a non-keyframe.
16127
16128 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16129
16130         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16131         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16132         Rearrange MPEG system stream detection, fixing some memleaks in the
16133         process.
16134         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16135         they clean up their data correctly.
16136         Remove unused ogganx caps and move the 'is_annodex' check to inside
16137         the 'is_ogg' if statement.
16138
16139 2006-05-05  Wim Taymans  <wim@fluendo.com>
16140
16141         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16142         Properly remove ghostpads. Fixes #340392
16143
16144 2006-05-04  David Schleef  <ds@schleef.org>
16145
16146         * gst/typefind/gsttypefindfunctions.c:
16147
16148 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16149
16150         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16151         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16152
16153         When typefinding an MP3 in push-based mode, don't penalise the
16154         probability down to 74% when we found 5 valid frames just because we
16155         can't peek the end of the file.
16156
16157         Make the probability for detecting MPEG Transport Streams based on the
16158         number of sequential headers we successfully detected.
16159
16160 2006-05-03  Wim Taymans  <wim@fluendo.com>
16161
16162         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16163         (vorbis_dec_push), (vorbis_dec_chain):
16164         Still produce an error when we receive an empty packet.
16165
16166 2006-05-03  Wim Taymans  <wim@fluendo.com>
16167
16168         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16169         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16170         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16171         Mark buffers with DISCONT after seek and after activating new
16172         chains.
16173
16174         * ext/theora/gsttheoradec.h:
16175         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16176         (theora_get_query_types), (theora_dec_sink_event),
16177         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16178         (theora_dec_change_state):
16179         Fix frame counter.
16180         Detect and mark DISCONT buffers.
16181
16182         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16183         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16184         (vorbis_dec_change_state):
16185         * ext/vorbis/vorbisdec.h:
16186         Use GstSegment.
16187         Detect and mark DISCONT buffers.
16188         Don't crash on 0 sized buffers.
16189
16190 2006-05-03  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16193         (volume_transform_ip):
16194         Increase "volume" property to 10.0. Fixes #340369.
16195         Set the process function to NULL when capsnego fails so that
16196         we properly error out.
16197
16198 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16199
16200         * gst/playback/gstplaybin.c: (add_sink):
16201         * gst/playback/test.c: (main):
16202         * gst/playback/test5.c: (dump_element_stats):
16203         * gst/playback/test6.c: (main):
16204           free caps using gst_caps_unref, don't leak caps-strings
16205
16206 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16209         (plugin_init):
16210           Refine musepack typefinding a bit. Return MAXIMUM
16211           probability when we detect stream version 7 to make
16212           sure the mpeg audio typefinder doesn't trump us.
16213
16214 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16215
16216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16217           Protect against unexpected NULL strf_data buffer.
16218
16219 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16220
16221         * tests/check/elements/audioconvert.c: (verify_convert),
16222         (GST_START_TEST):
16223           interpret the out[] buffer in the order the bytes are actually
16224           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16225           Other tests should use BYTE_ORDER since the array is filled in
16226           with actual values
16227
16228 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16229
16230         * tests/check/elements/audioconvert.c: (verify_convert),
16231         (GST_START_TEST):
16232           when a test fails, give an indication of which it is
16233
16234 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16235
16236         * gst-libs/gst/cdda/gstcddabasesrc.c:
16237           compile fix; strtol() needs <stdlib.h>
16238
16239 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16240
16241         * ext/alsa/gstalsamixerelement.c:
16242         * ext/alsa/gstalsasrc.c:
16243         * ext/cdparanoia/gstcdparanoiasrc.c:
16244         * ext/gnomevfs/gstgnomevfssink.c:
16245         * ext/gnomevfs/gstgnomevfssrc.c:
16246         * ext/ogg/gstoggdemux.c:
16247         * ext/ogg/gstoggmux.c:
16248         * ext/ogg/gstoggparse.c:
16249         * ext/ogg/gstogmparse.c:
16250         * ext/pango/gstclockoverlay.c:
16251         * ext/pango/gsttextoverlay.c:
16252         * ext/pango/gsttextrender.c:
16253         * ext/pango/gsttimeoverlay.c:
16254         * ext/theora/theoradec.c:
16255         * ext/theora/theoraenc.c:
16256         * ext/vorbis/vorbisdec.c:
16257         * ext/vorbis/vorbisenc.c:
16258         * gst-libs/gst/audio/gstaudiofilter.c:
16259         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16260         * gst/audioconvert/gstaudioconvert.c:
16261         * gst/audiorate/gstaudiorate.c:
16262         * gst/audioresample/gstaudioresample.c:
16263         * gst/audiotestsrc/gstaudiotestsrc.c:
16264         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16265         * gst/playback/gstdecodebin.c:
16266         * gst/playback/gstplaybin.c:
16267         * gst/playback/gststreamselector.c:
16268         * gst/subparse/gstsubparse.c:
16269         * gst/tcp/gstmultifdsink.c:
16270         * gst/tcp/gsttcpclientsink.c:
16271         * gst/tcp/gsttcpclientsrc.c:
16272         * gst/tcp/gsttcpserversink.c:
16273         * gst/tcp/gsttcpserversrc.c:
16274         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16275         * gst/videorate/gstvideorate.c:
16276         * gst/videoscale/gstvideoscale.c:
16277         * gst/videotestsrc/gstvideotestsrc.c:
16278         * gst/volume/gstvolume.c:
16279         * sys/v4l/gstv4ljpegsrc.c:
16280         * sys/v4l/gstv4lmjpegsink.c:
16281         * sys/v4l/gstv4lmjpegsrc.c:
16282         * sys/v4l/gstv4lsrc.c:
16283         * sys/ximage/ximagesink.c:
16284         * sys/xvimage/xvimagesink.c:
16285         * tests/check/libs/cddabasesrc.c:
16286           make GstElementDetails const
16287
16288 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16289
16290         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16291         (gst_adder_init):
16292           send events from src-pad to all sink-pads fixes #338657
16293
16294 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16295
16296         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16297         (alsasink_parse_spec):
16298           query width capabilities from alsa, fixes #338919
16299
16300 2006-04-28  Wim Taymans  <wim@fluendo.com>
16301
16302         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16303         (gst_multi_fd_sink_remove_client_link):
16304         * gst/tcp/gstmultifdsink.h:
16305         Fix race condition in multifdsink that can lead to spurious 
16306         duplicate clients. this patch adds a new signal that is fired when
16307         multifdsink has removed all references to the fd.
16308         Fixes #339574.
16309         Updated documentation.
16310         API: client-fd-removed signal added
16311
16312 2006-04-28  Michael Smith  <msmith@fluendo.com>
16313
16314         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16315           When asking g_value_array_new to prealloc elements, we may as well
16316           ask for the right number of elements.
16317
16318 2006-04-28  Wim Taymans  <wim@fluendo.com>
16319
16320         * gst-libs/gst/audio/gstbaseaudiosink.c:
16321         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16322         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16323         patch to make timestamp checking more tollerant to rounding 
16324         errors given that real discontinuities are to be marked on
16325         buffers. Fixes some asf files and #338778.
16326         Also avoid some crashers when we receive an event in the 
16327         NULL state.
16328
16329 2006-04-28  Michael Smith  <msmith@fluendo.com>
16330
16331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16332         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16333         (gst_gnome_vfs_src_get_property),
16334         (gst_gnome_vfs_src_send_additional_headers_callback),
16335         (gst_gnome_vfs_src_received_headers_callback),
16336         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16337         (gst_gnome_vfs_src_stop):
16338         * ext/gnomevfs/gstgnomevfssrc.h:
16339           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16340           proper shared support within icydemux.
16341
16342 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16343
16344         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16345         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16346           fix up docs
16347           fix a leak when no caps negotiated
16348           fix counting of input frames
16349         * tests/check/elements/.cvsignore:
16350         * tests/check/elements/videorate.c: (assert_videorate_stats),
16351         (GST_START_TEST), (videorate_suite):
16352           add tests for these
16353
16354 2006-04-28  Wim Taymans  <wim@fluendo.com>
16355
16356         * gst-libs/gst/audio/gstringbuffer.c:
16357         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16358         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16359         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16360         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16361         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16362         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16363         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16364         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16365         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16366         Check arguments passed to public functions instead of
16367         crashing.
16368
16369 2006-04-28  Wim Taymans  <wim@fluendo.com>
16370
16371         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16372         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16373         GstBaseAudioSrc must be live or it does not work.
16374
16375         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16376         Don't set live to TRUE as this is the default in the parentclass.
16377
16378 2006-04-28  Wim Taymans  <wim@fluendo.com>
16379
16380         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16381         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16382         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16383         fixation cases better. Fixes #338991
16384
16385 2006-04-28  Wim Taymans  <wim@fluendo.com>
16386
16387         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16388         Handle 0/1 framerate correctly Fixes #331901.
16389
16390 2006-04-28  Wim Taymans  <wim@fluendo.com>
16391
16392         * tests/check/elements/audioconvert.c: (get_float_caps),
16393         (GST_START_TEST), (audioconvert_suite):
16394         Added check for correct clipping when doing float samples
16395         in audioconvert.
16396
16397 2006-04-28  Wim Taymans  <wim@fluendo.com>
16398
16399         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16400         (gst_video_rate_chain):
16401         Print more debugging info.
16402
16403 2006-04-28  Wim Taymans  <wim@fluendo.com>
16404
16405         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16406         (resample_set_state_from_caps):
16407         Add support for other formats audioresample can handle such as
16408         32 bits in and float and 64 bits float. Fixes #301759
16409
16410 2006-04-28  Wim Taymans  <wim@fluendo.com>
16411
16412         * gst/audioconvert/audioconvert.c: (float):
16413         correctly clip float samples > 1.0. Fixes #338718
16414
16415 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         Patch by: Young-Ho Cha  <ganadist at chollian net>
16418
16419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16420         (gst_text_overlay_render_text):
16421           Don't strip newlines from the text. Also, center lines
16422           within multi-line paragraphs (#339405).
16423
16424 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16425
16426         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16427           Fix wavpack typefinding to work in more cases (don't peek
16428           for chunks of multiple hundred kBs at once, but process
16429           things step-by-step in smaller units). Fixes #339786.
16430
16431 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16432
16433         * configure.ac:
16434           back to HEAD
16435
16436 === release 0.10.6 ===
16437
16438 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16439
16440         * configure.ac:
16441           releasing 0.10.6, "Chao"
16442
16443 2006-04-26  David Schleef  <ds@schleef.org>
16444
16445         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16446           Fixes #338897.
16447
16448 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16449
16450         * configure.ac:
16451         * win32/common/config.h:
16452           new prerelease
16453
16454 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16455
16456         patch by: Wim Taymans
16457
16458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16459         (gst_ogg_demux_perform_seek):
16460           make sure correct newsegments are sent, so that the decoder
16461           and the demuxer agree on timestamps.  Fixes playback of a lot
16462           of Ogg files that do not start from 0.  Fixes #339833.
16463
16464 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16465
16466         Patch by: Edward Hervey  <edward@fluendo.com>
16467
16468         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16469         * tests/check/Makefile.am:
16470         * tests/check/elements/videorate.c: (assert_videorate_stats),
16471         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16472         (videorate_suite), (main):
16473           Fix an infinite loop if frames are passed in with wrongly ordered
16474           timestamps.  Fixes #339013.
16475
16476 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16477
16478         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16481           fix typefinding on some ISO files.  Fixes #339212.
16482
16483 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16484
16485         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16486
16487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16488           add another H264 fourcc.  Fixes #339047.
16489
16490 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16491
16492         Patch by: Jan Schmidt
16493
16494         * gst/playback/gststreamselector.c:
16495         (gst_stream_selector_bufferalloc):
16496           Restore old StreamSelector behaviour.
16497           Fixes #338419.
16498
16499 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16500
16501         * configure.ac:
16502         * win32/common/config.h:
16503           prerelease
16504
16505 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16506
16507         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16508
16509         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16510         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16511           Fix some memory leaks: on finalize, free buffers left in the queue
16512           before destroying the queue; in _push(), unref rtp_buf even if
16513           the process vfunc returned a NULL buffer as output buffer (#337548);
16514           demote some recuring debug messages to LOG level.
16515
16516 2006-04-11  Wim Taymans  <wim@fluendo.com>
16517
16518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16519         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16520         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16521         (gst_ogg_demux_loop):
16522         More cleanups.
16523         Respect segment stop when emiting EOS or SEGMENT_DONE.
16524         Fixes (#337945).
16525
16526 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * gst/playback/gststreamselector.c:
16529         (gst_stream_selector_get_property):
16530           Don't leak pad name.
16531
16532 2006-04-10  Michael Smith  <msmith@fluendo.com>
16533
16534         * tests/check/Makefile.am:
16535         * tests/check/gst-plugins-base.supp:
16536           Suppress an old libtheora bug (fixed in more recent versions), so 
16537           that FC4 buildslaves can pass.
16538
16539 2006-04-10  Wim Taymans  <wim@fluendo.com>
16540
16541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16542         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16543         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16544         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16545         (gst_ogg_demux_loop):
16546         Don't leak events.
16547         Remember what error we got when finding chains, if we
16548         were shutdown, that would not be an error.
16549
16550 2006-04-10  Wim Taymans  <wim@fluendo.com>
16551
16552         * gst-libs/gst/audio/gstbaseaudiosink.c:
16553         (gst_base_audio_sink_event):
16554         Starting the ringbuffer when we did not acquire it can cause
16555         a deadlock, is pointless and causes nasty things for
16556         subclasses. 
16557         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16558
16559 2006-04-10  Wim Taymans  <wim@fluendo.com>
16560
16561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16562         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16563         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16564         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16565         (gst_ogg_demux_deactivate_current_chain),
16566         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16567         (gst_ogg_demux_bisect_forward_serialno),
16568         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16569         Add some more debugging.
16570
16571 2006-04-10  Wim Taymans  <wim@fluendo.com>
16572
16573         * ext/theora/theoradec.c: (theora_dec_src_event),
16574         (theora_handle_data_packet):
16575         Some more debug info.
16576
16577         * tests/examples/seek/seek.c: (start_seek), (main):
16578         Print element messages too.
16579
16580 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16581
16582         * gst/audioresample/debug.h:
16583           replace debug macros with variable number of parameters
16584           by a simple alias to gstreamer standard debug macros 
16585          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16586           supported by MSVC 6.0 and 7.1)
16587         * gst/audioresample/resample.h:
16588           define M_PI and rint for WIN32
16589         * win32/common/libgstaudio.def:
16590         * win32/common/libgstriff.def:
16591         * win32/common/libgsttag.def:
16592         * win32/common/libgstvideo.def:
16593           add new exported functions
16594         * win32/vs6:
16595           update project files
16596
16597 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16598
16599         * ext/alsa/gstalsamixeroptions.c:
16600         (gst_alsa_mixer_options_class_init):
16601         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16604         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16605         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16606         * gst-libs/gst/audio/gstaudiofilter.c:
16607         (gst_audio_filter_class_init):
16608         * gst-libs/gst/audio/gstaudiosink.c:
16609         (gst_audioringbuffer_class_init):
16610         * gst-libs/gst/audio/gstaudiosrc.c:
16611         (gst_audioringbuffer_class_init):
16612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16613         * gst-libs/gst/interfaces/colorbalancechannel.c:
16614         (gst_color_balance_channel_class_init):
16615         * gst-libs/gst/interfaces/mixeroptions.c:
16616         (gst_mixer_options_class_init):
16617         * gst-libs/gst/interfaces/mixertrack.c:
16618         (gst_mixer_track_class_init):
16619         * gst-libs/gst/interfaces/tunerchannel.c:
16620         (gst_tuner_channel_class_init):
16621         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16622         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16623         (gst_netbuffer_class_init):
16624         * gst-libs/gst/rtp/gstbasertppayload.c:
16625         (gst_basertppayload_class_init):
16626         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16627         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16628         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16629         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16630         * gst/playback/gststreamselector.c:
16631         (gst_stream_selector_class_init):
16632         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16633         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16634         * sys/v4l/gstv4lcolorbalance.c:
16635         (gst_v4l_color_balance_channel_class_init):
16636         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16637         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16638         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16639         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16640         (gst_v4l_tuner_norm_class_init):
16641         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16643         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16644         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16645
16646 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16647
16648         * ext/pango/gsttextrender.h:
16649         * gst-libs/gst/audio/gstaudiosink.h:
16650         * gst-libs/gst/audio/gstaudiosrc.h:
16651         * gst-libs/gst/audio/gstbaseaudiosink.h:
16652         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16653         * gst-libs/gst/audio/gstringbuffer.h:
16654         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16655         * gst-libs/gst/rtp/gstbasertppayload.h:
16656         * gst-libs/gst/video/gstvideofilter.h:
16657         * gst-libs/gst/video/gstvideosink.h:
16658         * gst/playback/gstplaybasebin.h:
16659         * gst/tcp/gstmultifdsink.h:
16660         * sys/v4l/gstv4lelement.h:
16661         Fix broken GObject macros
16662
16663 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16664
16665         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16666         More debug to trace why my USB headset is not working with gst
16667
16668 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16669
16670         * gst/playback/gstplaybasebin.c: (group_destroy):
16671         Clean up our group elements properly in the case where it never 
16672         got committed - it still got added unconditionally to the bin.
16673
16674 2006-04-07  Wim Taymans  <wim@fluendo.com>
16675
16676         * ext/theora/theoradec.c: (theora_dec_sink_event),
16677         (theora_handle_data_packet), (theora_dec_chain):
16678         Unref unhandled events.
16679         Protect against empty buffers.
16680         Perform QoS on running time.
16681
16682 2006-04-07  Michael Smith  <msmith@fluendo.com>
16683
16684         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16685         (gst_vorbis_enc_chain):
16686           Remove leaks from vorbisenc.
16687           Mostly minor changes, the only significant one is that now the
16688           buffers we set as 'streamheader' on the caps are copies of the
16689           original buffers, to avoid circular refcounting problems.
16690
16691 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16692
16693         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16694           Don't remove our mute-probe if someone else already did so.
16695           Don't set a 2nd one if there is already one pending on the pad.
16696
16697         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16698         (do_playbin_seek):
16699           When a seek fails, ensure that playbin is still set back to playing.
16700           
16701         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16702         (mpeg_ts_type_find), (plugin_init):
16703           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16704
16705 2006-04-06  Andy Wingo  <wingo@pobox.com>
16706
16707         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16708         (gst_video_rate_init): Caps-related parameters should not be reset
16709         by a flush -- move their inits to the instance init function.
16710         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16711         is not OK, just return the result.
16712
16713         * gst/audiotestsrc/gstaudiotestsrc.c
16714         (gst_audio_test_src_class_init)
16715         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16716         broken by Stefan's commit on 24 March.
16717
16718         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16719         buffers being pushed out. Fixes oggmux ! multifdsink.
16720
16721 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16722
16723         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16724         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16725         * ext/vorbis/vorbisdec.h:
16726         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16727         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16728         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16729         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16730         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16731         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16732         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16733         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16734         (gst_vorbis_enc_buffer_from_packet),
16735         (gst_vorbis_enc_buffer_from_header_packet),
16736         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16737         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16738         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16739         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16740         (gst_vorbis_enc_change_state):
16741         * ext/vorbis/vorbisenc.h:
16742           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16743           vorbisenc adhere to the official nomenclature; use boilerplate
16744           macro.
16745
16746 2006-04-04  Andy Wingo  <wingo@pobox.com>
16747
16748         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16749         Whoops, fix bug introduced. Bad hacker!
16750         
16751         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16752         Properly handle the case where you get EOS before any buffers are
16753         received. Use gst_buffer_make_metadata_writable where appropriate.
16754
16755         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16756         is often negative -- make it signed so as not to wrap around.
16757         Fixes segfaults introduced on 9 March.
16758
16759 2006-04-03  Wim Taymans  <wim@fluendo.com>
16760
16761         * ext/theora/gsttheoradec.h:
16762         * ext/theora/theoradec.c: (theora_dec_src_event):
16763         Don't try to store a gdouble in a gboolean.
16764         Small cleanups.
16765
16766 2006-04-03  Michael Smith  <msmith@fluendo.com>
16767
16768         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16769           Oggmux sucks.
16770           Make it suck slightly less by writing out the final page.
16771           Still can't encode a vorbis-in-ogg file correctly, though.
16772
16773 2006-04-03  Andy Wingo  <wingo@pobox.com>
16774
16775         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16776         a g_print.
16777
16778         * ext/theora/theora.c (plugin_init): Register theoraparse.
16779
16780         * ext/theora/gsttheoraparse.h: 
16781         * ext/theora/theoraparse.c: New files implementing a theora
16782         parser. Now we can properly remux ogg/theora+vorbis, yay.
16783
16784         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16785
16786 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16787
16788         * gst/audiotestsrc/gstaudiotestsrc.c:
16789           Fixed the sample pipeline (see #323798)
16790
16791 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16792
16793         * configure.ac:
16794         * win32/common/config.h:
16795         * win32/common/config.h.in:
16796           use AS_VERSION and AS_NANO
16797           more cleanups
16798
16799 2006-03-31  Andy Wingo  <wingo@pobox.com>
16800
16801         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16802         uninitialized variable return that would happen.
16803         
16804         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16805         uninitialized variable return that would never happen.
16806
16807         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16808         (vorbis_parse_sink_event): Add an event function to flush our
16809         state on a seek, and to drain buffers on a premature EOS.
16810         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16811         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16812         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16813         (vorbis_parse_drain_queue): Queue up buffers until we can set
16814         their timestamps and granulepos values.
16815
16816         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16817         and keep track of data needed for deriving granulepos and
16818         timestamps for buffers.
16819
16820 2006-03-29  Wim Taymans  <wim@fluendo.com>
16821
16822         Patch by: j^ <j at bootlab dot org>
16823
16824         * ext/alsa/gstalsamixerelement.c:
16825         (gst_alsa_mixer_element_class_init):
16826         * ext/alsa/gstalsasink.c:
16827         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16828         * ext/ogg/gstoggdemux.c:
16829         * ext/ogg/gstoggmux.c:
16830         * ext/ogg/gstoggparse.c:
16831         * ext/pango/gstclockoverlay.c:
16832         * ext/pango/gsttextoverlay.c:
16833         * ext/pango/gsttextrender.c:
16834         * ext/pango/gsttimeoverlay.c:
16835         * ext/theora/theoradec.c:
16836         * ext/theora/theoraenc.c:
16837         * ext/vorbis/vorbisdec.c:
16838         * ext/vorbis/vorbisenc.c:
16839         * gst/audioconvert/gstaudioconvert.c:
16840         * gst/subparse/gstsubparse.c:
16841         * gst/tcp/gstmultifdsink.c:
16842         * gst/tcp/gsttcpclientsink.c:
16843         * gst/tcp/gsttcpclientsrc.c:
16844         * gst/tcp/gsttcpserversink.c:
16845         * gst/tcp/gsttcpserversrc.c:
16846           better/unified long descriptions
16847           Fixes #336477
16848
16849 2006-03-29  Wim Taymans  <wim@fluendo.com>
16850
16851         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16852         (stop_seek):
16853         Don't let double and triple clicks mess up our state.
16854
16855 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16856
16857         * gst/playback/gstplaybin.c: (gen_video_element),
16858         (gen_text_element), (gen_audio_element), (gen_vis_element):
16859           Error out gracefully when we can't create any of the usual
16860           conversion elements for some reason. Also, don't try to
16861           create an audioscale (sic) element that's not used anyway.
16862
16863 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16864
16865         * gst/playback/gstplaybasebin.c: (setup_source):
16866           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16867           element for a particular protocol, that's confusing for users.
16868           Instead, post a RESOURCE_FAILED error, so that our own error
16869           message is actually shown in totem etc. (#336303).
16870
16871 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16874
16875         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16876         (gst_gnome_vfs_src_get_icy_metadata):
16877           Fix some minor memory leaks (#336194).
16878
16879 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * ext/gnomevfs/gstgnomevfs.c:
16882         (gst_gnome_vfs_location_to_uri_string):
16883         * ext/gnomevfs/gstgnomevfs.h:
16884         * ext/gnomevfs/gstgnomevfssink.c:
16885         (gst_gnome_vfs_sink_set_property):
16886         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16887           Make gnomevfssink accept filenames as well as URIs for the
16888           "location" property, just like gnomevfssrc does (and
16889           filesrc/filesink do) (#336190).
16890
16891 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16892
16893         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16894           set to NULL before unreffing, fixes a valgrind leak.
16895           Why was this not triggering the error that an object needs to
16896           be NULL before unreffing ?
16897         * win32/common/config.h:
16898           update
16899
16900 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * gst/subparse/gstsubparse.c: (convert_encoding),
16903         (gst_sub_parse_change_state):
16904         * gst/subparse/gstsubparse.h:
16905           Text subtitle files may or may not be UTF-8. If it's not, we
16906           don't really want to see '?' characters in place of non-ASCII
16907           characters like accented characters. So let's assume the input
16908           is UTF-8 until we come across text that is clearly not. If it's
16909           not UTF-8, we don't really know what it is, so try the following:
16910           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16911           is set; if not, check (b) if the current locale encoding is
16912           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16913           the current locale encoding is UTF-8 and the environment variable
16914           was not set to any particular encoding. Not perfect, but better
16915           than nothing (and better than before, I think) (fixes #172848).
16916
16917 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16918
16919         * configure.ac:
16920           update core requirement to 0.10.4.1 because of async_playback
16921           vmethod on GstBaseSink
16922
16923 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16924
16925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16926         * gst/adder/gstadder.c: (gst_adder_init):
16927         use DEBUG_FUNCPTR for collectpads
16928
16929 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16930
16931         * docs/plugins/Makefile.am:
16932         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16933         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16934         * ext/cdparanoia/gstcdparanoiasrc.c:
16935         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16936         (gst_gnome_vfs_sink_class_init):
16937         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16939         * ext/ogg/gstoggmux.c:
16940         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16941         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16942         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16943         * ext/pango/gsttextoverlay.c:
16944         * ext/pango/gsttextrender.c:
16945         * ext/theora/theoradec.c:
16946         * ext/theora/theoraenc.c:
16947         * ext/vorbis/vorbisdec.c:
16948         * ext/vorbis/vorbisenc.c:
16949         * gst-libs/gst/audio/gstaudiofilter.c:
16950         (gst_audio_filter_base_init):
16951         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16952         (gst_audio_filter_template_base_init):
16953         * gst/adder/gstadder.c: (gst_adder_get_type):
16954         * gst/adder/gstadder.h:
16955         * gst/audioconvert/gstaudioconvert.c:
16956         * gst/audiotestsrc/gstaudiotestsrc.c:
16957         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16958         (gst_audio_test_src_create):
16959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16960         * gst/playback/gstdecodebin.c:
16961         * gst/playback/gstplaybin.c:
16962         * gst/playback/gststreamselector.c:
16963         (gst_stream_selector_base_init):
16964         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16965         * gst/volume/gstvolume.c:
16966         * sys/v4l/gstv4lmjpegsink.c:
16967         * sys/v4l/gstv4lmjpegsrc.c:
16968         * tests/check/libs/cddabasesrc.c:
16969         * tests/old/examples/gob/gst-identity2.gob:
16970           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16971           define GstElementDetails at the top
16972
16973 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16974
16975         * win32/common/libgstinterfaces.def:
16976         Add a lot of export functions for gst-python
16977         * win32/vs6/libgstinterfaces.dsp:
16978         Add a missing include folder in the project configuration
16979         
16980 2006-03-23  Wim Taymans  <wim@fluendo.com>
16981
16982         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16983         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16984         (gst_base_audio_src_change_state):
16985         Fix audio sources, forgot to make the ringbuffer
16986         startable...
16987
16988 2006-03-23  Wim Taymans  <wim@fluendo.com>
16989
16990         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16991         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16992         (gst_base_audio_src_change_state):
16993         unparent instead of unref the ringbuffer.
16994
16995 2006-03-23  Wim Taymans  <wim@fluendo.com>
16996
16997         * gst-libs/gst/audio/gstbaseaudiosink.c:
16998         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16999         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
17000         Implement new async_play vmethod to start slaving and allow
17001         playback start in case of async PLAY state changes. 
17002
17003         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17004         Enable QoS with new method in base class.
17005
17006 2006-03-23  Wim Taymans  <wim@fluendo.com>
17007
17008         Patch by: Julien MOUTTE <julien at moutte dot net>
17009
17010         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
17011         (gst_video_test_src_do_seek), (gst_video_test_src_create):
17012         Partially handle 0 framerate, only EOS after the first frame
17013         is missing.
17014
17015 2006-03-23  Wim Taymans  <wim@fluendo.com>
17016
17017         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17018
17019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17020         (gst_riff_create_video_template_caps):
17021         * gst/ffmpegcolorspace/avcodec.h:
17022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17023         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17024         (gst_ffmpegcsp_avpicture_fill):
17025         * gst/ffmpegcolorspace/imgconvert.c:
17026         Patch for support of YVU9 AVI files (#334822)
17027
17028 2006-03-22  Edward Hervey  <edward@fluendo.com>
17029
17030         * docs/design/design-decodebin.txt:
17031         Added design document for new decodebin
17032         (Target Caps): text/x-pango-markup is also a default target caps.
17033
17034 2006-03-22  Wim Taymans  <wim@fluendo.com>
17035
17036         * gst-libs/gst/audio/gstbaseaudiosink.c:
17037         (gst_base_audio_sink_dispose):
17038         Since we _parent the ringbuffer, we also need to
17039         _unparent instead of a plain _unref.
17040
17041 2006-03-22  Wim Taymans  <wim@fluendo.com>
17042
17043         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17044         (stop_seek), (scrub_toggle_cb), (main):
17045         Add scrub checkbox.
17046
17047 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17050         (gst_ogg_parse_chain):
17051           Fix very inefficient usage of linked lists (#335365).
17052
17053 2006-03-21  Edward Hervey  <edward@fluendo.com>
17054
17055         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17056         * gst/playback/gstplaybin.c: (handoff):
17057         * gst/playback/gststreamselector.c:
17058         (gst_stream_selector_set_property):
17059         gcc 4.1 unreferenced pointer fixes.
17060         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17062         gst_buffer_ref() now takes a GstBuffer*.
17063
17064 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17065
17066         * sys/xvimage/xvimagesink.c:
17067         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17068         by Jan Schmidt.
17069
17070 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17071
17072         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17073         (id3v1_type_find), (apetag_type_find), (plugin_init):
17074           Can't do tag preferences via probability, as tags would then
17075           lose against types that are recognised with MAXIMUM probability
17076           (like .wav); so let all tag typefinders return MAXIMUM themselves
17077           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17078           that we can prefer APE to ID3v1 (fixes #335028).
17079           
17080 2006-03-17  Wim Taymans  <wim@fluendo.com>
17081
17082         * gst-libs/gst/audio/gstbaseaudiosink.c:
17083         (gst_base_audio_sink_change_state):
17084         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17085         (gst_ring_buffer_may_start):
17086         * gst-libs/gst/audio/gstringbuffer.h:
17087         Only start playback if we are playing.
17088         should fix #330748.
17089
17090 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17091
17092         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17093         * win32/common/config.h:
17094           Revert accidental commits to these files.
17095
17096 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17099
17100         * tests/Makefile.am:
17101           Don't try to build tests in tests/icles if we
17102           don't have X (#323852)
17103
17104 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17105
17106         * gst-libs/gst/tag/gstid3tag.c:
17107           Add TXXX frame identifiers for replaygain stuff as used
17108           by some taggers (see #323721).
17109
17110 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17111
17112         * gst/playback/gststreamselector.c:
17113         (gst_stream_selector_set_property),
17114         (gst_stream_selector_bufferalloc):
17115           Preserve the existing buggy streamselector behaviour by performing
17116           a fallback buffer allocation when downstream isn't linked yet.
17117           This should really be fixed in playbin by blocking pads until it's
17118           linked them.
17119           Also, use gst_pad_alloc_buffer instead of
17120           gst_pad_alloc_buffer_and_set.
17121
17122 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17123
17124         * gst-libs/gst/tag/gstid3tag.c:
17125           Don't crash on unknown ID3v2 TXXX frames.
17126           
17127 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17128
17129         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17130           Chain up to the parent finalize method.
17131           Add 32-bit sample size to the template caps.
17132
17133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17134         (gst_riff_create_video_template_caps):
17135           Add the fourcc that the VMWare codec uses.
17136           
17137         * gst/playback/gststreamselector.c:
17138         (gst_stream_selector_set_property),
17139         (gst_stream_selector_bufferalloc),
17140         (gst_stream_selector_request_new_pad):
17141           For the active pad, forward buffer-alloc requests, otherwise
17142           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17143           having to memcpy every frame when used by playbin.
17144
17145         * gst/tcp/gstmultifdsink.c:
17146         (gst_multi_fd_sink_handle_client_write):
17147           Get negotiated caps from the sink pad, rather than the sink
17148           pad's peer.
17149
17150 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17151
17152         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17153         
17154         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17155           Don't forget to set src->callbacks_pushed to FALSE again when
17156           popping them, otherwise re-activation in a different mode won't
17157           work (#334620).
17158
17159 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17160
17161         Patch by: Sebastien Moutte  <sebastien moutte net>
17162
17163         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17164         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17165         (gst_ffmpeg_smpfmt_to_caps):
17166           Replace __VA_ARGS__ caps creation macros with varargs functions.
17167           Makes things compile on MSVC (#320765), looks nicer, and we can
17168           tell the compiler to check for the NULL terminator.
17169
17170 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17171
17172         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17173
17174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17175           Make sure the buffer we copy into is really always big
17176           enough, this time for real (#333488).
17177           
17178 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17181           Add support for 24bpp DIB (#305279).
17182
17183 2006-03-14  Wim Taymans  <wim@fluendo.com>
17184
17185         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17186         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17188         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17189         (gst_video_scale_init), (gst_video_scale_src_event):
17190         Re-enable QoS after the release.
17191         Rework videoscale to use the base class src_event handler.
17192
17193 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17194
17195         * configure.ac:
17196           back to CVS.
17197
17198 === release 0.10.5 ===
17199
17200 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17201
17202         * configure.ac:
17203           releasing 0.10.5, "Net"
17204
17205 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * docs/plugins/Makefile.am:
17208           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17209           
17210 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17213         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17214         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17215           Add cdparanoiasrc to docs.
17216
17217         * gst-libs/gst/cdda/gstcddabasesrc.c:
17218           More GstCddaBaseSrc docs.
17219
17220 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17221
17222         * docs/libs/gst-plugins-base-libs-sections.txt:
17223         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17224         * gst-libs/gst/tag/tag.h:
17225           API: libgsttag: new method gst_tag_from_id3_user_tag().
17226
17227 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17230           NULL-terminate array of mpeg4 video file extensions.
17231           Fixes crash on PPC (#334226).
17232
17233 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * ext/gnomevfs/gstgnomevfssrc.c:
17236         (gst_gnome_vfs_src_check_get_range):
17237           gnome_vfs_uri_is_local() alone is not a good indicator
17238           whether we can operate in pull-mode with a specific URI,
17239           as it returns FALSE for file:// URIs that point to an
17240           NFS-mounted path. Be more conservative here: whitelist
17241           local files, blacklist http URIs and use the old
17242           mechanism for anything else (fixes #334216).
17243
17244 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * configure.ac:
17247           back to trunk
17248
17249 === release 0.10.4 ===
17250
17251 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17252
17253         * configure.ac:
17254           releasing 0.10.4, "Power"
17255
17256 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17257
17258         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17259         Disable max-lateness by setting it to -1 for now, so that 
17260         we can bed QoS stuff in thoroughly between now and the next
17261         release.
17262
17263 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17264
17265         Patch by: Fabrizio Gennari
17266
17267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17268           Make sure we don't read beyond the palette buffer in case of
17269           broken or manipulated files (#333488)
17270
17271 2006-03-10  Edward Hervey  <edward@fluendo.com>
17272
17273         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17274         Fix for variable not initialized.
17275
17276 2006-03-09  Wim Taymans  <wim@fluendo.com>
17277
17278         * ext/libvisual/visual.c: (gst_visual_get_type),
17279         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17280         (gst_visual_chain):
17281         Small cleanups.
17282
17283         * ext/theora/gsttheoradec.h:
17284         * ext/theora/theoradec.c: (gst_theora_dec_init),
17285         (gst_theora_dec_reset), (_theora_granule_time),
17286         (theora_dec_src_convert), (theora_dec_sink_convert),
17287         (theora_dec_src_query), (theora_dec_src_event),
17288         (theora_dec_sink_event), (theora_handle_comment_packet),
17289         (theora_handle_header_packet), (theora_dec_push),
17290         (theora_handle_data_packet), (theora_dec_chain),
17291         (theora_dec_change_state):
17292         Add simple QoS.
17293
17294 2006-03-09  Wim Taymans  <wim@fluendo.com>
17295
17296         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17297         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17298         Some cleanups.
17299
17300 2006-03-09  Wim Taymans  <wim@fluendo.com>
17301
17302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17303         Don't try to activate NULL chains.
17304
17305 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17308           Fix invalid memory access to region before peek'd data (#332964).
17309
17310 2006-03-09  Wim Taymans  <wim@fluendo.com>
17311
17312         Patch by: Christophe Fergeau
17313
17314         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17315         * ext/pango/gsttextrender.c: (gst_text_render_init):
17316         * gst/adder/gstadder.c: (gst_adder_init):
17317         Don't leak padtemplates, closes #333510.
17318
17319 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17322           Fix invalid memory access: make sure string passed to
17323           regexec() is NUL-termianted.
17324
17325 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17326
17327         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17328         (mp3_type_find):
17329           Refactor mpeg/audio typefinding to make it more maintainable
17330           and easier to fine-tune. Make probing into middle of the file
17331           work properly (fixes #333900, also see #152688).
17332
17333 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/typefind/gsttypefindfunctions.c:
17336         (utf8_type_find_have_valid_utf8_at_offset):
17337           Remove part from previous commit that was bogus:
17338           g_utf8_validate() does in fact not accept embedded
17339           zeroes, so we don't need to check for those (thanks
17340           to Mike for the hint).
17341
17342 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17343
17344         * gst/typefind/gsttypefindfunctions.c:
17345         (utf8_type_find_count_embedded_zeroes),
17346         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17347           Make plain/text typefinder more conservative: firstly, check
17348           for embedded zeroes, which are perfectly valid UTF-8 characters,
17349           but also a fairly good sign that something is not a plain text
17350           file; secondly, probe into the middle of the file if possible.
17351           If we can't probe into the middle, limit the probability value
17352           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17353
17354 2006-03-08  Michael Smith  <msmith@fluendo.com>
17355
17356         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17357           Make typefind function name for mpeg4 video unique.
17358
17359 2006-03-08  Wim Taymans  <wim@fluendo.com>
17360
17361         * ext/libvisual/visual.c: (gst_visual_init),
17362         (gst_visual_clear_actors), (gst_visual_dispose),
17363         (gst_visual_reset), (gst_visual_src_setcaps),
17364         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17365         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17366         (gst_visual_chain), (gst_visual_change_state):
17367         Cleanups, post nice errors.
17368         Handle sink and src events.
17369         Implement simple QoS.
17370
17371         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17372         Use new basesink methods to configure max-lateness.
17373         Small doc update.
17374
17375         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17376         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17377         Debug statement cleanups.
17378
17379         * gst/volume/gstvolume.c: (gst_volume_class_init):
17380         Simple cleanup.
17381
17382 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17383
17384         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17385         (gst_text_overlay_init), (gst_text_overlay_set_property),
17386         (gst_text_overlay_get_property):
17387           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17388           as string type properties, but mark them deprecated. Add
17389           'halignment' and 'valignment' properties that use enums
17390           instead of strings.
17391
17392 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         Patch by: Fabrizio Gennari
17395
17396         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17397           Allow palettes with less than 256 colours in AVI files
17398           (#333488)
17399
17400 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17401
17402         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17403         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17404         pad. We were releasing the queued text buffer when we should keep
17405         it until video pad gets EOS or discard the text buffer because it's
17406         too old. That was eating the last subtitle buffer. Add some more
17407         debug.
17408
17409 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17410
17411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17412         (gst_text_overlay_video_chain):
17413           Fix invalid memory access (we can't access a buffer after it's been
17414           pushed downstream without taking a reference); fix memory leak (if
17415           there's no text to render, bail out before allocating stuff).
17416
17417 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17420         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17421         * ext/pango/gsttextoverlay.h:
17422           If input is plain text, escape it before passing it to
17423           pango_layout_set_markup().
17424
17425 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17426
17427         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17428           Don't ignore flow return from gst_pad_push().
17429
17430 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         Patch by: Fabrizio Gennari
17433
17434         * ext/libvisual/visual.c: (gst_visual_getcaps),
17435         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17437         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17438         (gst_vorbisenc_convert_sink):
17439         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17440         (gst_audio_duration_from_pad_buffer):
17441         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17442         (gst_audio_filter_chain):
17443         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17444         (gst_base_rtp_depayload_setcaps):
17445         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17446         (gst_video_get_size):
17447         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17448           Don't leak references returned by gst_pad_get_parent()
17449           (#333663)
17450
17451 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17452
17453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17454           change location param details
17455         * gst/volume/gstvolume.c: (plugin_init):
17456           correct plugin description
17457
17458 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17459
17460         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17461         (gst_gnome_vfs_src_check_get_range):
17462           Override GstBaseSrc::check_get_range() in order to avoid opening
17463           the resource just to check whether we can operate in pull-mode or
17464           not - we can predict that pretty well from the URI alone. Should
17465           fix problems with last.fm (#331690). (Requires latest core CVS).
17466
17467 2006-03-06  Wim Taymans  <wim@fluendo.com>
17468
17469         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17470         (gst_video_sink_class_init):
17471         Throw away frames that are later than 20 ms.
17472
17473 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17474
17475         Patch by: Fabrizio Gennari
17476
17477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17478           Set depth on WMA caps (#333545)
17479
17480 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17481
17482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17483         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17484           put Theora BOS pages before others.  This hardcodes
17485           the Ogg/Theora I profile, but hey.
17486
17487 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17488
17489         * ext/ogg/README:
17490           updated with some examples
17491         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17492         (granulepos_add), (theora_buffer_from_packet):
17493         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17494         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17495         (gst_vorbisenc_chain):
17496           implement strategy from ext/ogg/README
17497         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17498         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17499         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17500         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17501           Fix muxer so that oggz-validate is happy with all streams;
17502           except for no eos mark, and the BOS page ordering
17503         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17504         (check_buffer_granulepos):
17505         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17506           update tests to check for OFFSET being set as requested
17507           fixed type of granulepos, it's not a ClockTime
17508
17509 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17510
17511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17512         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17513         Check that the xvimage we are creating has a correct size
17514         before returning it. (#314897)
17515
17516 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17517
17518         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17519           Give id3 and ape tag typefinders a rank slightly higher
17520           than PRIMARY to ensure they're always run before any of
17521           the other typefinders (in particular wav and mp3) (#324186).
17522
17523 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17524
17525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17526           Add support for '3IVD' fourcc (#333403).
17527
17528 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17529
17530         * configure.ac:
17531           Bump requirements to GStreamer CVS for the new error enum.
17532
17533         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17534           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17535           space left on the device (fixes #333352).
17536
17537 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17538
17539         * win32/vs6:
17540           add a project file for libgstvolume
17541           update the workspace
17542
17543 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17546         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17547         (GST_START_TEST):
17548           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17549           Set IN_CAPS on header buffers
17550
17551 2006-03-02  Wim Taymans  <wim@fluendo.com>
17552
17553         * docs/plugins/Makefile.am:
17554         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17555         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17556         Add audioresample to docs.
17557
17558         * gst/audioconvert/gstaudioconvert.c:
17559         Add revision date.
17560
17561         * gst/audioresample/gstaudioresample.c:
17562         (gst_audioresample_base_init), (gst_audioresample_class_init),
17563         (gst_audioresample_init), (gst_audioresample_dispose),
17564         (audioresample_get_unit_size), (audioresample_transform_caps),
17565         (resample_set_state_from_caps), (audioresample_transform_size),
17566         (audioresample_set_caps), (audioresample_event),
17567         (audioresample_do_output), (audioresample_transform),
17568         (audioresample_pushthrough), (gst_audioresample_set_property),
17569         (gst_audioresample_get_property), (plugin_init):
17570         * gst/audioresample/gstaudioresample.h:
17571         Added docs.
17572         Small code cleanups.
17573
17574 2006-03-02  Wim Taymans  <wim@fluendo.com>
17575
17576         * docs/plugins/Makefile.am:
17577         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17578         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17579         Added videoscale to docs.
17580
17581         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17582         (gst_video_rate_swap_prev), (gst_video_rate_event),
17583         (gst_video_rate_chain):
17584         Fix typo in docs.
17585
17586         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17587         (gst_video_scale_init), (gst_video_scale_prepare_size),
17588         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17589         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17590         * gst/videoscale/gstvideoscale.h:
17591         Added docs, examples.
17592         Some code cleanups.
17593         Post errors instead of g_warning.
17594
17595 2006-03-02  Wim Taymans  <wim@fluendo.com>
17596
17597         * docs/libs/gst-plugins-base-libs-docs.sgml:
17598         * docs/libs/gst-plugins-base-libs-sections.txt:
17599         * docs/libs/gst-plugins-base-libs.types:
17600         * docs/plugins/Makefile.am:
17601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17603         Added some more docs to libs and plugins.
17604
17605         * gst-libs/gst/audio/gstringbuffer.c:
17606         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17607         * gst-libs/gst/audio/gstringbuffer.h:
17608         Document ringbuffer some more.
17609
17610         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17611         (gst_video_rate_setcaps), (gst_video_rate_reset),
17612         (gst_video_rate_init), (gst_video_rate_flush_prev),
17613         (gst_video_rate_swap_prev), (gst_video_rate_event),
17614         (gst_video_rate_chain), (gst_video_rate_change_state):
17615         * gst/videorate/gstvideorate.h:
17616         Fix videorate to use segments.
17617         Make it work with 0/1 framerates (closes #331903)
17618         Handle EOS correctly.
17619         Added docs.
17620
17621 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17624         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17625         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17626           In state change function, first chain up to parent class,
17627           then handle downwards state change stuff. Remove some
17628           commented out cruft from 0.8 code.
17629
17630 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17633         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17634         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17635         (gst_ogm_parse_chain):
17636           Don't remove/re-add source pad if the new caps are the same as
17637           the old caps anyway (#333042). When removing source pad, don't
17638           unref it afterwards - we didn't ref it when adding. Sprinkle some
17639           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17640           after using gst_pad_get_parent(). Return downstream flow return
17641           value in chain function.
17642
17643 2006-03-02  Wim Taymans  <wim@fluendo.com>
17644
17645         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17646         * docs/plugins/gst-plugins-base-plugins.args:
17647         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17648         * docs/plugins/gst-plugins-base-plugins.interfaces:
17649         * docs/plugins/gst-plugins-base-plugins.signals:
17650         Fix hierarchy, added some more elements to the docs.
17651
17652         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17653         (gst_ffmpegcsp_get_type):
17654         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17655         Fix docs for ffmpegcolorspace.
17656
17657 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17658
17659         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17660         (apetag_type_find), (ape_type_find), (plugin_init):
17661           Some typefinding fine-tuning:
17662           - rank ID3/APE tags in order of preference via probabilities, so that
17663             ID3v2 > APEv2 > APEv1 > ID3v1.
17664           - three or four bytes don't really justify MAXIMUM probability,
17665             change those to 'very likely' (musepack and monkeysaudio).
17666
17667 2006-03-01  Wim Taymans  <wim@fluendo.com>
17668
17669         * docs/plugins/Makefile.am:
17670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17671         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17672         * ext/alsa/gstalsamixer.c:
17673         * ext/alsa/gstalsamixer.h:
17674         * ext/alsa/gstalsamixerelement.c:
17675         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17676         * ext/alsa/gstalsamixerelement.h:
17677         * ext/alsa/gstalsasink.c:
17678         * ext/alsa/gstalsasink.h:
17679         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17680         (gst_alsasrc_init):
17681         * ext/alsa/gstalsasrc.h:
17682         Added alsa docs.
17683         Small code cleanups.
17684
17685 2006-03-01  Wim Taymans  <wim@fluendo.com>
17686
17687         * ext/theora/Makefile.am:
17688         Dist new header too,
17689
17690 2006-03-01  Wim Taymans  <wim@fluendo.com>
17691
17692         * docs/plugins/Makefile.am:
17693         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17694         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17695         * ext/gnomevfs/gstgnomevfssink.h:
17696         * ext/gnomevfs/gstgnomevfssrc.h:
17697         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17698         * ext/vorbis/vorbisdec.h:
17699         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17700         * ext/vorbis/vorbisenc.h:
17701         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17702         (vorbis_parse_chain), (vorbis_parse_change_state):
17703         * ext/vorbis/vorbisparse.h:
17704         * gst/audioconvert/gstaudioconvert.h:
17705         * gst/tcp/gsttcpserversink.h:
17706         * gst/videotestsrc/gstvideotestsrc.c:
17707         * gst/videotestsrc/gstvideotestsrc.h:
17708         * gst/volume/gstvolume.c:
17709         * gst/volume/gstvolume.h:
17710         Fix some more docs.
17711         Added docs for vorbisdec and vorbisparse.
17712         Fix vorbisparse.
17713
17714 2006-03-01  Wim Taymans  <wim@fluendo.com>
17715
17716         * docs/plugins/Makefile.am:
17717         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17718         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17719         * ext/pango/gstclockoverlay.h:
17720         * ext/pango/gsttextoverlay.h:
17721         * ext/pango/gsttextrender.h:
17722         * ext/pango/gsttimeoverlay.h:
17723         * ext/theora/gsttheoradec.h:
17724         * ext/theora/gsttheoraenc.h:
17725         * ext/theora/theoradec.c:
17726         * ext/theora/theoraenc.c:
17727         * gst/audioconvert/gstaudioconvert.h:
17728         * gst/audiotestsrc/gstaudiotestsrc.h:
17729         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17730         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17731         * gst/tcp/gstmultifdsink.h:
17732         Updated/added documentation.
17733
17734         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17735         (gst_text_overlay_halign_get_type),
17736         (gst_text_overlay_wrap_mode_get_type),
17737         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17738         (gst_text_overlay_init), (gst_text_overlay_set_property),
17739         (gst_text_overlay_get_property):
17740         Fix up properties to be enums instead of string to make bindings,
17741         introspection and automatic GUI creation possible.
17742         Add getters for the properties.
17743
17744 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17745
17746         * gst/audiotestsrc/gstaudiotestsrc.c:
17747           added defines of M_PI and M_PI_2
17748         * gst/ffmpegcolorspace/avcodec.h:
17749           removed #include "stdint.h" for win32 as _stdint.h is 
17750           autogenerated to win32/common
17751         * win32/common/libgstaudio.def:
17752         * win32/common/libgsttag.def:
17753           added some exports
17754         * win32/vs6:
17755           some project files bugs corrected
17756         * win32/vs7:
17757           project files are reset to the default vs7 configuration 
17758           (they link to msvcr71.dll using default optimizations)
17759           
17760 2006-02-28  Wim Taymans  <wim@fluendo.com>
17761
17762         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17763         Fix some docs.
17764
17765 2006-02-28  Edward Hervey  <edward@fluendo.com>
17766
17767         * ext/alsa/gstalsasrc.c:
17768         Set proper class on the ElementDetails:
17769         Source/Audio instead of Src/Audio/
17770
17771 2006-02-28  Edward Hervey  <edward@fluendo.com>
17772
17773         * gst/videoscale/vs_scanline.c:
17774         (vs_scanline_resample_nearest_RGBA):
17775         Revert optimization in videoscale. It should go in liboil and have
17776         an appropriate liboil function.
17777
17778 2006-02-28  Wim Taymans  <wim@fluendo.com>
17779
17780         * gst-libs/gst/audio/gstbaseaudiosink.c:
17781         (gst_base_audio_sink_provide_clock):
17782         Don't try to provide a clock in the NULL state.
17783
17784 2006-02-28  Wim Taymans  <wim@fluendo.com>
17785
17786         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17787         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17788         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17789         (gst_ogg_demux_deactivate_current_chain),
17790         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17791         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17792         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17793         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17794         Use GstSegment infrastructure to remove duplicated code
17795         and handle more seek cases correctly.
17796
17797 2006-02-28  Wim Taymans  <wim@fluendo.com>
17798
17799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17800         (gst_ffmpegcsp_transform):
17801         Don't ignore return code from ffmpeg convert function.
17802
17803         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17804         Split out some long statements to ease debugging.
17805
17806 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17807
17808         * ext/libvisual/visual.c: (gst_visual_init),
17809         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17810         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17811         being able to renegotiate the size. Instead, use the negotiation
17812         algorithm from the goom plugin to pick an initial output caps. 
17813
17814         Also, allow theoretical libvisual plugins that might support non-GL 
17815         output even if they also do GL.
17816
17817 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17818
17819         * ext/libvisual/visual.c: (gst_visual_init),
17820         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17821         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17822         possible negotiation issues.
17823
17824 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17825
17826         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17827
17828 2006-02-24  Michael Smith  <msmith@fluendo.com>
17829
17830         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17831         (cmml_type_find), (plugin_init):
17832           Fix CMML type find function to not require a specific minor version
17833           of the CMML header.
17834
17835           Add an MPEG4 video elementary stream typefind function.
17836
17837 2006-02-04  Michael Smith  <msmith@fluendo.com>
17838
17839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17840         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17841         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17842         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17843         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17844         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17845           Annodex support in ogg demuxer. Doesn't do very much without the
17846           other annodex patches (to come).
17847
17848 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17849
17850         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17851
17852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17853           Pick up palette for MS video v1 (#327028)
17854
17855 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17856
17857         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17858         (gst_ffmpegcsp_caps_remove_format_info),
17859         (gst_ffmpegcsp_get_unit_size):
17860           The 'palette_data' field from incoming RGB caps shouldn't be
17861           proxied on outgoing YUV caps; also, restrict unit size
17862           adjustment in case of paletted data only to the unit that
17863           actually has a palette. Fixes #330711.
17864
17865 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17866
17867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17868         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17869         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17870         (gst_ffmpegcsp_get_unit_size):
17871           Plug some memory leaks.
17872
17873 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         * sys/ximage/Makefile.am:
17876         * sys/xvimage/Makefile.am:
17877           Add some _CFLAGS and _LIBS that seem to be missing
17878           and/or required for Cygwin (see #317048).
17879
17880 2006-02-22  Wim Taymans  <wim@fluendo.com>
17881
17882         * ext/alsa/gstalsasrc.c:
17883         Fix description as pointed out by caugier.
17884
17885 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17886
17887         Reviewed by : Edward Hervey  <edward@fluendo.com>
17888
17889         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17890         (qt_type_find):
17891         Better 3gp typefinding (#331526).
17892
17893 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17894
17895         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17896           Don't send EOS event here, the base class will send one for us.
17897
17898         * gst/playback/gstplaybasebin.c: (prepare_output):
17899           Subpictures without video stream aren't allowed either.
17900         
17901         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17902           Fix debug statement copy'n'paste-o.
17903
17904 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17905
17906         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17907           Fix issues with mixer keeping state when muting/unmuting
17908           and when changing the volume whilst muted (see #331763
17909           and #331765).
17910
17911 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17914         (parse_subrip), (gst_sub_parse_format_autodetect):
17915           Set right caps given that we send escaped text. Also,
17916           honour <i></i>, <b></b> and <u></u> markers that can be found
17917           in .srt files (fixes #310202).
17918
17919 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17920
17921         * gst-libs/gst/audio/mixerutils.c:
17922         (element_factory_rank_compare_func):
17923           Make order in which elements are tried more determinable.
17924
17925 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17926
17927         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17928         (remove_element_chain), (cleanup_decodebin),
17929         (gst_decode_bin_change_state): Make decodebin reusable by
17930         fixing remove_element_chain first and then introduce a
17931         cleaner in state change to ->NULL. (Closes #331678)
17932
17933 2006-02-19  Wim Taymans  <wim@fluendo.com>
17934
17935         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17936         use 0666 mask when creating files so umask gets applied
17937         correctly. Fixes #331295.
17938
17939 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * gst/subparse/Makefile.am:
17942         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17943         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17944         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17945         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17946         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17947         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17948         * gst/subparse/gstssaparse.h:
17949         * gst/subparse/gstsubparse.c: (plugin_init):
17950           Add very basic parser for SSA subtitle streams (as often
17951           found in matroska files).
17952
17953 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17956           That should be text/x-pango-markup, not text/x-pango-layout.
17957
17958 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17959
17960         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17961         Polishing.
17962
17963 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17964
17965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17966         (gst_text_overlay_finalize), (gst_text_overlay_init),
17967         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17968         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17969         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17970         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17971         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17972         Fix state change deadlock.
17973
17974 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17975
17976         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17977         (gst_text_overlay_finalize), (gst_text_overlay_init),
17978         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17979         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17980         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17981         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17982         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17983         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17984         and subtitles files.
17985
17986 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17987
17988         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17989         should be considered as raw.
17990
17991 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17992
17993         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17994         (cb_probe):
17995         * gst/playback/gststreaminfo.h: Introduce language informations.
17996
17997 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17998
17999         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
18000         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
18001         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18002         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
18003         Set shared memory segments to be deleted as soon as we have attached,
18004         that way they get cleaned up automatically if we crash.
18005
18006 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18007
18008         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
18009         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
18010         functions are called with lock held.
18011
18012 2006-02-18  Julien MOUTTE  <julien@moutte.net>
18013
18014         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18015         (gst_text_overlay_finalize), (gst_text_overlay_init),
18016         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18017         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18018         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18019         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18020         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18021         (gst_text_overlay_change_state): Refactoring of textoverlay
18022         without collectpads. This now supports sparse subtitles coming
18023         from a demuxer instead of a sub file. Seeking is still broken 
18024         though. Need to discuss with wtay some more on how to handle
18025         seeking correctly.
18026         * ext/pango/gsttextoverlay.h:
18027         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18028         subtitles coming from the demuxer.
18029
18030 2006-02-17  Wim Taymans  <wim@fluendo.com>
18031
18032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18033         (gst_vorbisenc_convert_sink):
18034         Use some more scaling functions.
18035
18036 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18037
18038         * ext/cdparanoia/gstcdparanoiasrc.c:
18039         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18040         (gst_cd_paranoia_paranoia_callback),
18041         (gst_cd_paranoia_src_signal_is_being_watched),
18042         (gst_cd_paranoia_src_read_sector):
18043         * ext/cdparanoia/gstcdparanoiasrc.h:
18044           Add back 'transport-error' and 'uncorrected-error' signals and
18045           make them actually be fired when bad stuff happens (#319340).
18046
18047 2006-02-17  Wim Taymans  <wim@fluendo.com>
18048
18049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18050         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18051         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18052         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18053         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18054         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18055         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18056         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18057         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18058         (gst_ring_buffer_clear):
18059         Small cleanups.
18060         Added some G_LIKELY.
18061
18062 2006-02-17  Wim Taymans  <wim@fluendo.com>
18063
18064         * gst-libs/gst/audio/TODO:
18065         Update TODO
18066
18067         * gst-libs/gst/audio/gstbaseaudiosink.c:
18068         (gst_base_audio_sink_get_offset):
18069         When trying to play samples ASAP and we don't have a
18070         previous sample, try to play at position 0 instead of
18071         an invalid position.
18072
18073 2006-02-17  Wim Taymans  <wim@fluendo.com>
18074
18075         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18076         (gst_alsasink_reset):
18077         Also release lock when we get an error in _reset();
18078         fix an error message.
18079
18080 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18081
18082         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18083         (gst_alsasink_init), (get_channel_free_structure),
18084         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18085         (gst_alsasink_close):
18086         * ext/alsa/gstalsasink.h:
18087           Add support for more than 2 channels (#326720).
18088
18089 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18090
18091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18092           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18093           with 4 or 6 channels, assume a default channel layout to make things
18094           work (not sure there's anything else we can do in those cases).
18095
18096 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18097
18098         * gst-libs/gst/audio/multichannel.c:
18099           Minor docs fix.
18100
18101         * gst-libs/gst/riff/Makefile.am:
18102         * gst-libs/gst/riff/riff-ids.h:
18103         * gst-libs/gst/riff/riff-media.c:
18104         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18105           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18106           channels and a channel layout map.
18107           
18108 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18109
18110         Reviewed by Edward Hervey  <edward@fluendo.com>
18111
18112         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18113         C-level optimization of the RGBA nearest neighbour function.
18114         Eventually this might end up in liboil with vectorized versions.
18115
18116 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18117
18118         * gst-libs/gst/audio/multichannel.c:
18119         (gst_audio_get_channel_positions):
18120           When we have more than 2 channels, but no channel layout is
18121           specified in the caps, return some default channel layout
18122           to the caller and warn about about a possibly buggy element
18123           (could be buggy filtercaps as well of course) (#317038).
18124
18125 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18126
18127         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18128           Add gst-libs/gst/cdda to list of lib search paths.
18129
18130 2006-02-15  Andy Wingo  <wingo@pobox.com>
18131
18132         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18133         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18134         to the Lord Jesus that I do not have to touch the ogg muxer ever
18135         again.
18136
18137 2006-02-15  Edward Hervey  <edward@fluendo.com>
18138
18139         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18140         quicktime movie files can also contain 'uuid' atoms.
18141
18142 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18143
18144         * gst/audioconvert/plugin.c: (plugin_init):
18145           Register the GstAudioChannelPosition enum type with the type
18146           system in the plugin_init function, so that it is known before
18147           any element actually makes use of multi-channel stuff. This is
18148           required for example if one wants to be able to deserialise/use
18149           a caps string with channel positions before any pipeline has
18150           been setup and started, like with gst-launch.
18151
18152 2006-02-14  Wim Taymans  <wim@fluendo.com>
18153
18154         * gst-libs/gst/audio/gstringbuffer.c:
18155         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18156         (gst_ring_buffer_samples_done), (wait_segment),
18157         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18158         Add some compiler G_(UN_)LIKELY help.
18159         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18160         make sure they can exit their functions. Should fix #330748
18161
18162 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18163
18164         * Makefile.am:
18165         * configure.ac:
18166         * win32/MANIFEST:
18167         * win32/common/_stdint.h:
18168           Windows does not have long long; copy the generated _stdint.h
18169         * win32/common/interfaces-enumtypes.c:
18170         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18171         (gst_mixer_track_flags_get_type),
18172         (gst_tuner_channel_flags_get_type):
18173         * win32/common/multichannel-enumtypes.c:
18174         (gst_audio_channel_position_get_type):
18175           update
18176
18177 2006-02-13  Wim Taymans  <wim@fluendo.com>
18178
18179         * gst-libs/gst/audio/gstbaseaudiosink.c:
18180         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18181         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18182         Always sync on first sample we receive when starting.
18183
18184 2006-02-13  Wim Taymans  <wim@fluendo.com>
18185
18186         * gst/playback/gstplaybin.c: (gen_vis_element):
18187         Update vis bin docs.
18188         Move queue after tee so we don't queue video buffers but
18189         audio samples instead. Fixes problems where the video queue
18190         is filled and the audio queue empty.
18191
18192 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18195           No need to push an EOS event here, GstBaseSrc will do that for us
18196           when we return FLOW_UNEXPECTED.
18197           
18198 2006-02-12  Wim Taymans  <wim@fluendo.com>
18199
18200         * gst-libs/gst/audio/gstbaseaudiosink.c:
18201         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18202         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18203         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18204         Use scale functions when possible.
18205         Fix error messages.
18206         Free clockid when after waiting for EOS.
18207         Use G_(UN_)LIKLY when it makes sense.
18208         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18209
18210 2006-02-12  Edward Hervey  <edward@fluendo.com>
18211
18212         * gst/playback/gstplaybasebin.c: (prepare_output): 
18213         Remove stray semi-colon (fixes #330888).
18214
18215 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18216
18217         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18219         Fix up the XShm call testing so that we catch errors, and don't
18220         cause new ones by attempting to detach from a segment we failed
18221         to attach to. Fixes #312439.
18222
18223 2006-02-10  Edward Hervey  <edward@fluendo.com>
18224
18225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18226         Added flv file typefind (video/x-flv).
18227
18228 2006-02-10  Edward Hervey  <edward@fluendo.com>
18229
18230         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18231         (gst_riff_create_video_template_caps):
18232         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18233         Also added the caps to the default set of riff video caps.
18234
18235 2006-02-09  Andy Wingo  <wingo@pobox.com>
18236
18237         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18238         time and the end time of the last packet in the page.
18239         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18240         on the pages in our queue, set the duration as well. Reflow a
18241         debug statement.
18242         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18243         Fixes bad muxing order.
18244
18245 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18246
18247         * gst-libs/gst/rtp/gstbasertppayload.c:
18248         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18249           update seqnum before setting it on the packet; this makes sure
18250           that the timestamp and seqnum properties match after pushing
18251           a buffer
18252
18253 2006-02-09  Andy Wingo  <wingo@pobox.com>
18254
18255         * gst-libs/gst/audio/gstringbuffer.c
18256         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18257         overflow after 13.5 hours of recording. Kapow!
18258
18259         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18260         the buffer size -- we don't care about underrun/overrun reporting
18261         right now, just need to return a useful value.
18262
18263 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18264
18265         * configure.ac:
18266           Back to CVS
18267
18268 === release 0.10.3 ===
18269
18270 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18271
18272         * configure.ac:
18273           releasing 0.10.3, "Under Pressure"
18274
18275 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18276
18277         * configure.ac:
18278         Drat. Bump libtool version number for new API.
18279         Prelease 0.10.2.3 (of 0.10.3)
18280
18281 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18282
18283         * configure.ac:
18284         * win32/common/config.h:
18285         0.10.2.2 prerelease (of 0.10.3).
18286
18287 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18288
18289         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18290           Revert Andy's newsegment change pending a more correct
18291           fix.
18292
18293 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18294
18295         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18296         (qt_type_find), (plugin_init):
18297           detect more files as 3gp
18298           group and reorder the iso file formats
18299
18300 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * ext/vorbis/vorbis.c: (plugin_init):
18303           Register musicbrainz tags, so apps don't have to.
18304
18305 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18306
18307         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18308         (gst_tag_to_vorbis_tag):
18309           Make sure we called gst_tag_register_musicbrainz_tags()
18310           before possibly mapping a vorbiscomment string from/to a
18311           musicbrainz tag.
18312
18313 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18314
18315         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18316           In case we can't find the required number of consecutive
18317           mpeg audio frames to positively identify an MPEG audio
18318           stream, check if there's at least a valid mpeg audio
18319           frame right at offset 0 and if so suggest mpeg/audio
18320           caps with a very low probability (#153004).
18321
18322 2006-02-07  Andy Wingo  <wingo@pobox.com>
18323
18324         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18325         a TIME segment if we get timestamped buffers. Requires recent
18326         fixes in core to work properly.
18327
18328 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18329
18330         * gst/playback/gstplaybasebin.c: (prepare_output):
18331           Don't print the URI as part of the error message, it
18332           makes error dialogs look rather ugly, especially if
18333           the URI is very long or has characters in it that
18334           need escaping.
18335
18336 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * gst/playback/gstplaybasebin.c: (prepare_output):
18339           Error out if we have only text or subtitles, but nothing
18340           else. Also error out if we have subtitles but no video
18341           stream.
18342
18343 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18346           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18347           Post an error message on the bus when we encounter an
18348           error, which will hopefully be more meaningful than the
18349           'Internal Flow Error' message users get to see if we
18350           just return GST_FLOW_ERROR.
18351
18352 2006-02-07  Andy Wingo  <wingo@pobox.com>
18353
18354         * configure.ac (GST_MAJORMINOR): Update core version req to
18355         0.10.2.2, for the collectpads API addition (#330244).
18356
18357 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18360           Return FALSE from plugin_init() when GnomeVFS can't
18361           be initialised for some reason (#328423).
18362
18363 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18364
18365         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18366         Stick to seeking theory until i find the bug.
18367         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18368
18369 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18370
18371         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18372         (theora_enc_finalize), (theora_enc_sink_setcaps),
18373         (theora_set_header_on_caps), (theora_enc_chain),
18374         (theora_enc_change_state):
18375         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18376           Make theoraenc and the tests leak free. Like, really.
18377
18378 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18379
18380         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18381         (theora_enc_finalize), (theora_enc_sink_setcaps):
18382           Add a finalize method to ensure we clean up state even if
18383           someone omitted the state change back to NULL.
18384
18385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18386         (gst_vorbisenc_chain):
18387           Free some more leaked bits.
18388
18389         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18390         (stop_pipeline):
18391           Wait for state changes to happen if they're ASYNC.
18392
18393           This ought to teach those fancy pants buildbots a lesson.
18394
18395 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18396
18397         * gst-libs/gst/tag/gstid3tag.c:
18398           Add mapping for ID3 International Standard Recording Code
18399           tag "TSRC"
18400
18401 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18402
18403         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18404           Don't leak tag names.
18405
18406 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18407
18408         * docs/libs/gst-plugins-base-libs-docs.sgml:
18409         * docs/libs/gst-plugins-base-libs-sections.txt:
18410         * gst-libs/gst/tag/gstid3tag.c:
18411         * gst-libs/gst/tag/gstvorbistag.c:
18412         * gst-libs/gst/tag/tags.c:
18413           Split libgsttag docs into multiple sections.
18414
18415 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18416
18417         * docs/libs/Makefile.am:
18418         * docs/libs/gst-plugins-base-libs-docs.sgml:
18419         * docs/libs/gst-plugins-base-libs-sections.txt:
18420         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18421         * gst-libs/gst/tag/gstvorbistag.c:
18422         * gst-libs/gst/tag/tag.h:
18423         * gst-libs/gst/tag/tags.c:
18424           Add libgsttag to the docs.
18425
18426 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18427
18428         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18429         (gst_text_overlay_init), (gst_text_overlay_src_event),
18430         (gst_text_overlay_collected): Fix clockoverlay.
18431
18432 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18433
18434         * docs/libs/compiling.sgml:
18435           Fix typo: it's pkg-config, not pkg-gconfig
18436
18437         * docs/libs/gst-plugins-base-libs-docs.sgml:
18438         * docs/libs/gst-plugins-base-libs-sections.txt:
18439         * docs/libs/tmpl/gstgconf.sgml:
18440           There is no libgstgconf in 0.10, remove it
18441           from the docs.
18442
18443 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18444
18445         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18446         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18447         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18448         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18449         (gst_sub_parse_class_init), (gst_sub_parse_init),
18450         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18451         (parse_mpsub), (parser_state_init), (handle_buffer),
18452         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18453         * gst/subparse/gstsubparse.h: Introduce seeking code.
18454
18455 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18456
18457         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18458           Add comment about LANGUAGE tag inconsistency (we want
18459           ISO-639-1, but extract three-letter identifiers?)
18460
18461         * po/POTFILES.in:
18462           Add two translatable files.
18463
18464 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18465
18466         * gst-libs/gst/tag/Makefile.am:
18467         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18468         * gst-libs/gst/tag/tag.h:
18469         * gst-libs/gst/tag/tags.c:
18470         (gst_tag_register_musicbrainz_tags_internal),
18471         (gst_tag_register_musicbrainz_tags):
18472           Forward-port some tags stuff from the 0.8 branch. This is
18473           mostly the addition of musicbrainz tags and their mapping
18474           to vorbistags, and a vorbistag mapping of the language tag.
18475
18476 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18477
18478         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18479         refactoring.
18480
18481 2006-02-04  David Schleef  <ds@schleef.org>
18482
18483         * ext/ogg/gstoggmux.c:
18484         * gst/typefind/gsttypefindfunctions.c:
18485           Add Dirac typefinding and add dirac format to oggmux.
18486
18487 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * gst/playback/gstdecodebin.c: (try_to_link_1):
18490           Don't put essential function call into
18491           g_return_*() macro, otherwise it'll all be
18492           replaced by NOOPs when compiling with
18493           G_DISABLE_CHECKS defined.
18494
18495 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18496
18497         * ext/ogg/gstoggdemux.c:
18498         * ext/ogg/gstoggparse.c:
18499         * gst/tcp/gsttcpserversink.c:
18500         * sys/v4l/v4lsrc_calls.c:
18501         * sys/v4l/v4lsrc_calls.h:
18502         Just make it compile with --disable-gst-debug.
18503
18504 2006-02-03  Wim Taymans  <wim@fluendo.com>
18505
18506         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18507         (gst_alsasink_class_init), (gst_alsasink_init),
18508         (gst_alsasink_write), (gst_alsasink_reset):
18509         * ext/alsa/gstalsasink.h:
18510         Add lock to protect alsa calls.
18511         Implement reset to flush samples ASAP, does not work
18512         with dmix though.
18513
18514 2006-02-02  Wim Taymans  <wim@fluendo.com>
18515
18516         * gst-libs/gst/audio/gstbaseaudiosink.c:
18517         (gst_base_audio_sink_provide_clock):
18518         Ugh.. getting late I guess...
18519
18520 2006-02-02  Wim Taymans  <wim@fluendo.com>
18521
18522         * gst-libs/gst/audio/gstbaseaudiosink.c:
18523         (gst_base_audio_sink_provide_clock),
18524         (gst_base_audio_sink_set_property),
18525         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18526         Don't try to provide a clock when we are not negotiated since
18527         we might not be able to make it run.
18528
18529 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18530
18531         * gst/playback/gstdecodebin.c: (try_to_link_1):
18532           Unlinking two source pads is ... hard.
18533
18534 2006-02-02  Wim Taymans  <wim@fluendo.com>
18535
18536         * gst-libs/gst/audio/TODO:
18537         Updated.
18538
18539         * gst-libs/gst/audio/gstbaseaudiosink.c:
18540         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18541         On EOS, wait till the last sample is played before posting EOS.
18542
18543 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18544
18545         Patch by: Kai Vehmanen
18546         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18547           Adds ability to enable newsegment bypass by setting queue_delay to
18548           zero. Also avoid thread being started if queue_delay is zero.
18549
18550 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18551
18552         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18553           Make test work again by connecting fakesinks to each decoded pad,
18554           which makes the pipeline wait until each fakesink has a buffer
18555           queued before going to PAUSED state. At that point we know the
18556           decodebin pads are negotiated.
18557
18558 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18559
18560         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18561         (gst_cdda_base_src_handle_event):
18562         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18563           Pass unhandled queries to the parent class's query function.
18564
18565 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18566
18567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18568         (gst_ogg_pad_src_query):
18569         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18570         * ext/theora/theoradec.c: (theora_dec_src_query),
18571         (theora_dec_sink_query):
18572         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18573         (vorbis_dec_sink_query):
18574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18575         (gst_vorbisenc_sink_query):
18576         * gst/adder/gstadder.c: (gst_adder_query):
18577           Pass unhandled queries upstream instead of just
18578           dropping them (#326447). Also, fix supported
18579           query types list for some elements.
18580
18581 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18582
18583         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18584         (paris_type_find), (ilbc_type_find), (plugin_init):
18585           Fix typefinding for audio/x-au, audio/x-paris and
18586           audio/iLBC-sh. We cannot use the START_WITH macros
18587           here, because there can only be one typefind factory
18588           with the same name (caps), so the second one would
18589           replace the first one and the first one would never
18590           be called when doing typefinding (see #161712).
18591           
18592
18593 2006-01-31  Wim Taymans  <wim@fluendo.com>
18594
18595         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18596         (vorbis_handle_header_packet), (vorbis_dec_push),
18597         (vorbis_handle_data_packet):
18598         Use scale_int when we can, add some more scaling.
18599         Check packettype before parsing it.
18600
18601 2006-01-31  Wim Taymans  <wim@fluendo.com>
18602
18603         * ext/theora/theoradec.c: (_theora_granule_time),
18604         (theora_dec_src_convert), (theora_dec_sink_convert):
18605         Call right _scale functions.
18606         Use parameter instead of some other random value.
18607
18608 2006-01-31  Wim Taymans  <wim@fluendo.com>
18609
18610         * ext/theora/theoradec.c: (_theora_granule_frame),
18611         (_theora_granule_time), (_inc_granulepos),
18612         (theora_dec_src_convert), (theora_dec_sink_convert),
18613         (theora_handle_type_packet), (theora_handle_data_packet),
18614         (theora_dec_chain):
18615         Use higher precision timestamps calculation.
18616         Convert some other conversions to _scale.
18617
18618 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18619
18620         * gst/audiotestsrc/gstaudiotestsrc.c:
18621         (gst_audio_test_src_create_sine_table), (plugin_init):
18622         * gst/volume/gstvolume.c: (plugin_init):
18623           initialize gst_controller before using
18624
18625 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18626
18627         * tests/check/pipelines/theoraenc.c:
18628         * tests/check/pipelines/vorbisenc.c:
18629         Define constant using G_GINT64_CONSTANT to avoid errors when
18630         passing it around - otherwise it gets truncated to 32 bits.
18631
18632         Fixes failing tests.
18633
18634 2006-01-31  Andy Wingo  <wingo@pobox.com>
18635
18636         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18637         caps being set doesn't have a framerate value. Basically a stopgap
18638         measure.
18639
18640         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18641         technically correct enough to put into core though.
18642         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18643         DURATION. Fixes theoraenc ! oggmux.
18644
18645         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18646         fraction, not double.
18647
18648 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18649
18650         * win32/vs7:
18651         add vs7 project files created by Sergey Scobich
18652
18653 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18654
18655         * win32/vs8:
18656         add vs8 project files created by Sergey Scobich
18657         
18658 2006-01-30  Andy Wingo  <wingo@pobox.com>
18659
18660         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18661         timestamp + duration, not just timestamp -- ogg pages should be
18662         ordered by stop time. Necessary fix given the change in vorbis
18663         timestamps.
18664
18665         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18666         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18667         (granulepos_add): New function, handles the messiness of adjusting
18668         granulepos values.
18669         (theora_buffer_from_packet):
18670         (theora_enc_chain):
18671         (theora_enc_sink_event): Use granulepos_add, not +.
18672
18673         * tests/check/pipelines/theoraenc.c
18674         (check_buffer_granulepos_from_starttime): Just check the frame
18675         count, not the actual granulepos -- we can't dictate to the
18676         encoder when it should be placing keyframes.
18677
18678 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18679
18680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18681           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18682           play an http:// stream from a server that's not serving
18683
18684 2006-01-30  Andy Wingo  <wingo@pobox.com>
18685
18686         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18687         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18688         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18689         available.
18690
18691         * ext/theora/gsttheoraenc.h:
18692         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18693         although theoraenc was timestamping correctly. Added handling of
18694         streams that start with nonzero timestamps.
18695
18696         * tests/check/Makefile.am:
18697         * tests/check/pipelines/theoraenc.c: New file, basically does same
18698         tests as vorbisenc.
18699
18700         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18701
18702 2006-01-30  Wim Taymans  <wim@fluendo.com>
18703
18704         * gst-libs/gst/audio/gstaudiosink.c:
18705         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18706         (gst_audioringbuffer_pause):
18707         Implement pause that does not wait for completion.
18708
18709         * gst-libs/gst/audio/gstbaseaudiosink.c:
18710         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18711         Don't drop buffers when going to PAUSED but perform preroll on
18712         remaining samples now that core base class supports this.
18713
18714         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18715         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18716         (gst_ring_buffer_commit):
18717         Pause should not signal waiters.
18718         Implement return value of _commit correctly.
18719
18720 2006-01-30  Andy Wingo  <wingo@pobox.com>
18721
18722         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18723
18724         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18725         updated to timestamp from the first sample, not the last.
18726         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18727         special care of granulepos and timestamp for header packets.
18728         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18729         when the first buffer has a nonzero timestamp.
18730
18731         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18732         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18733         case when the first audio buffer we get has a nonzero timestamp.
18734         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18735         properly timestamp vorbis buffers with the time of the first
18736         sample, not the last.
18737         
18738         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18739         vorbis_granule_time_copy -- now it takes the granule/subgranule
18740         offset into account.
18741
18742         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18743         timestamps, durations, and granulepos on buffers produced by
18744         vorbisenc.
18745
18746 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18747
18748         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18749         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18750           Patch from Eric Jonas to support conversions to/from UYVY 
18751           (Fixes: #324626)
18752
18753 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18754
18755         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18756         (setup_subtitle), (setup_source), (set_active_source):
18757         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18758         (gen_text_element), (gen_audio_element), (gen_vis_element),
18759         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18760
18761 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18762
18763         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18764         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18765                 use gst_guint64_to_gdouble to be compliant with vs6
18766         * gst/playback/gstdecodebin.c: (try_to_link_1)
18767         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18768                 use G_GINT64_CONSTANT for int64 constants
18769         * win32/common/libgstinterfaces.def:
18770                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18771         * win32/vs6:
18772                 update and add new project files
18773                 
18774 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18775
18776         * Makefile.am:
18777         * win32/MANIFEST:
18778         * win32/common/interfaces-enumtypes.c:
18779         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18780         (gst_mixer_track_flags_get_type),
18781         (gst_tuner_channel_flags_get_type):
18782         * win32/common/interfaces-enumtypes.h:
18783         * win32/common/multichannel-enumtypes.c:
18784         (gst_audio_channel_position_get_type):
18785         * win32/common/multichannel-enumtypes.h:
18786           add a win32-update rule like in core, and copy over enumtypes files
18787
18788 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18789
18790         * win32/MANIFEST:
18791         * win32/common/config.h:
18792         * win32/common/config.h.in:
18793           add config files just like in core
18794
18795 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18796
18797         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18798           Make gcc-4.1 happy (part of #327357).
18799
18800 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18801
18802         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18803         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18804         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18805         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18806         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18807         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18808           Update all error messages.  All of them should either use
18809           the default translated message, or actually provide a
18810           translatable string.
18811           Make the string for channel count problems meaningful.
18812
18813 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18814
18815         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18816           check for and throw RESOURCE_BUSY
18817
18818 2006-01-27  David Schleef  <ds@schleef.org>
18819
18820         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18821           checked in this change -- it requires liboil features not
18822           in 0.3.6.  Revert parts.
18823
18824 2006-01-27  David Schleef  <ds@schleef.org>
18825
18826         * REQUIREMENTS:
18827         * configure.ac: update liboil requirement to 0.3.6
18828         * gst/videoscale/Makefile.am:
18829         * gst/videoscale/vs_scanline.c: liboilify
18830
18831 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18832
18833         * ext/libvisual/visual.c: (get_buffer):
18834           When pad_alloc returns a GstFlowReturn other
18835           than GST_FLOW_OK, make sure it is passed upstream.
18836
18837 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18838
18839         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18840         (gst_alsasink_class_init):
18841           Free the device name string.
18842
18843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18844         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18845         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18846           Don't remove a pad from the collectpads structure until it
18847           is released - it's a request pad, and may receive data again
18848           if the element gets moved back to PLAYING state.
18849
18850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18851           Ensure we turn on double buffering on the Xv port, and
18852           set the colour key to something dark and mysterious that
18853           isn't black.
18854
18855 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18856
18857         * ext/alsa/gstalsaplugin.c: (plugin_init):
18858         * ext/cdparanoia/gstcdparanoiasrc.c:
18859         (gst_cd_paranoia_src_base_init), (plugin_init):
18860         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18862           - a library should not call setlocale. see "Libraries" node in
18863             gettext manual
18864           - make sure all plugins that use translation do bindtextdomain
18865             to point to the localedir
18866         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18867         (setup_sinks), (plugin_init):
18868           all this, and check for NULL when creating sinks
18869
18870 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18871
18872         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18873         (plugin_init): Make typefinding of subtitles work again.
18874
18875 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18876
18877         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18878         (mp3_type_frame_length_from_header), (mp3_type_find),
18879         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18880         (plugin_init):
18881           Backport a bunch of typefinding fixes from the 0.8 branch.
18882           Also, improve wavpack typefinding: if we can't peek the
18883           entire wavpack block, try to parse the bits we can get and
18884           see if we find what we're looking for in those.
18885
18886 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18887
18888         * sys/ximage/ximagesink.c:
18889         (gst_ximagesink_calculate_pixel_aspect_ratio):
18890         * sys/xvimage/xvimagesink.c:
18891         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18892         more cases of pixel aspect ratio.
18893
18894 2006-01-26  Edward Hervey  <edward@fluendo.com>
18895
18896         * gst/playback/gstdecodebin.c: (pad_probe):
18897         Also consider the flush-start and tag events as unblockers
18898         for the pad probes.
18899
18900 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18901
18902         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18903         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18904         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18905         On the fly visualisation switch, works disabling, enabling as
18906         well but it won't be able to enable vis in a playbin that was
18907         created with no visualisation.
18908
18909 2006-01-25  Wim Taymans  <wim@fluendo.com>
18910
18911         * gst-libs/gst/audio/gstbaseaudiosink.c:
18912         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18913         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18914         resume after pause.
18915
18916 2006-01-25  Wim Taymans  <wim@fluendo.com>
18917
18918         * gst-libs/gst/audio/gstbaseaudiosink.c:
18919         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18920         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18921         Improve debugging.
18922         Post error when caps cannot be parsed.
18923         Resync on discontinuity in the stream.
18924         Clip samples to segment boundaries.
18925         return WRONG_STATE sooner when we are flushing.
18926
18927         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18928         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18929         Make audiosrc operate in TIME.
18930         Set TIMESTAMP and DURATION on buffers.
18931
18932 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18933
18934         * tests/examples/seek/seek.c: (main):
18935           Output tag messages as well.
18936
18937 2006-01-23  Edward Hervey  <edward@fluendo.com>
18938
18939         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18940         (free_pad_probes), (remove_fakesink), (pad_probe),
18941         (close_pad_link), (gst_decode_bin_change_state):
18942         Replace GstPadBlockCallback with pad probes that detect
18943         first buffer AND eos before removing fakesink.
18944         Fixes hang with demuxers doing EOS while pre-rolling.
18945         Solves #328279
18946
18947 2006-01-23  Andy Wingo  <wingo@pobox.com>
18948
18949         * ext/alsa/gstalsasink.c:
18950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18951         (gst_base_rtp_depayload_setcaps),
18952         (gst_base_rtp_depayload_add_to_queue),
18953         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18954         
18955         Patch by: Jens Granseuer <jensgr at gmx dot net>
18956
18957 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18958
18959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18960         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18961         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18962         frames. We might get a frame destroyed after changing state to
18963         NULL, adding a safety check on xcontext.
18964
18965 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18966
18967         * gst-libs/gst/interfaces/xoverlay.c:
18968           Fix prepare-xwindow-id code example in the docs - we need to
18969           ignore all messages that aren't element messages as well.
18970           
18971 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18972
18973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18974           I think one day i'll completely undestand how caps negotiation
18975           is supposed to work. This refactoring handles buffer_alloc
18976           called with caps we can't handle. We definitely don't want a
18977           set_caps with those caps, so we define and allocate a buffer
18978           we would like to receive.
18979
18980 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18981
18982         * gst/playback/gstplaybasebin.c: (setup_source):
18983           Free iterator when done.
18984
18985 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18986
18987         * gst-libs/gst/audio/gstbaseaudiosink.c:
18988         (gst_base_audio_sink_render):
18989           Fix playback of non-synchronised streams by assuming a rate
18990           of 1.0 instead of a random one.
18991
18992           Makes this work again:
18993
18994           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18995           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18996           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18997           audioresample ! alsasink
18998
18999 === release 0.10.2 ===
19000
19001 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
19002
19003         * configure.ac:
19004           releasing 0.10.2, "Then the devil is six"
19005
19006 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
19007
19008         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19009         * gst/playback/gststreamselector.c:
19010         (gst_stream_selector_set_property):
19011           Comment out broken code that connects to the state-changed signal.
19012           At this point, changing current stream selection is broken, but 
19013           stuff like gst-launch playbin current-audio=1 works and filters
19014           to the chosen stream.
19015
19016 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19017
19018         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19019           Fix #327216 (null dereference in vorbisdec)
19020
19021 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19024           Post taglist actually on bus instead of just freeing it
19025           (fixes #327114 and totem bug #327080).
19026
19027         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19028           Use gst_element_found_tags_for_pad(), so that the tags
19029           are sent downstream as an event as well.
19030
19031 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19032
19033         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19034         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19035         (gst_ximagesink_buffer_alloc):
19036         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19037         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19038         (gst_xvimagesink_buffer_alloc):
19039           move all regularly occurring messages to GST_LOG level
19040           add some more object logs
19041
19042 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19043
19044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19045           fix a silly segfault
19046
19047 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19048
19049         * docs/libs/gst-plugins-base-libs-docs.sgml:
19050         * docs/libs/gst-plugins-base-libs-sections.txt:
19051         * gst-libs/gst/audio/mixerutils.c:
19052         * gst-libs/gst/audio/mixerutils.h:
19053           Add docs for mixerutils stuff.
19054
19055 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19056
19057         * gst/playback/gstplaybasebin.c: (setup_source):
19058           Fix playback for sources that emit raw audio or
19059           raw video streams (e.g.: cd audio sources) (#325984).
19060
19061 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19062
19063         * gst-libs/gst/audio/mixerutils.c:
19064         (gst_audio_mixer_filter_do_filter):
19065           actually save the element we create
19066
19067 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19068
19069         * gst-libs/gst/cdda/gstcddabasesrc.c:
19070         (gst_cdda_base_src_handle_track_seek):
19071           No need to post a tag message on the bus when seeking
19072           within the same track, only post it when the current
19073           track changes.
19074
19075 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19076
19077         * gst/playback/gstplaybasebin.c: (group_destroy),
19078         (probe_triggered), (new_decoded_pad), (mute_group_type),
19079         (set_active_source):
19080         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19081         * gst/playback/gststreamselector.c:
19082         (gst_stream_selector_base_init),
19083         (gst_stream_selector_set_property),
19084         (gst_stream_selector_request_new_pad):
19085           Reenable stream selection. These mechanisms need a complete overhaul
19086           in the face of 0.8->0.10 changes though.
19087
19088 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19089
19090         * ext/ogg/gstoggdemux.c:
19091           Change the pad template to src_%d to match the pads that 
19092           are created from it. decodebin needs this information in order
19093           to decide that oggdemux is capable of producing multiple pads
19094           (and hence needs queues inserted).
19095
19096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19097         (gst_ogg_mux_collected):
19098           Make debug output more useful by using GST_PTR_FORMAT.
19099
19100 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19101
19102         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19103
19104         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19105           Set depth and width for alaw/mulaw (fixes #326601).
19106
19107 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19108
19109         * tests/icles/Makefile.am:
19110           don't build the tests if we don't have the libs
19111
19112 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19113
19114         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19115         (gst_cd_paranoia_paranoia_callback):
19116           Don't try to free NULL pointers.
19117
19118 2006-01-10  Edward Hervey  <edward@fluendo.com>
19119
19120         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19121         (gst_audio_rate_change_state), (plugin_init):
19122         Add debugging category.
19123         Fix type issues.
19124         Add case for incoming buffers without valid offset/offset_end.
19125
19126 2006-01-10  Michael Smith  <msmith@fluendo.com>
19127
19128         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19129           Don't leak GCond in audio sources.
19130
19131 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19132
19133         * gst/playback/gstplaybin.c: (gen_audio_element):
19134           Don't leak an autoaudiosink/alsasink when we generate
19135           a new audio element. (old code, I guess)
19136
19137 2006-01-10  Michael Smith  <msmith@fluendo.com>
19138
19139         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19140           Support float audio in audiorate.
19141           Use width rather than depth for selecting sample width.
19142
19143 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19144
19145         * gst/videotestsrc/videotestsrc.h:
19146           Use GLib types here (that way we don't have to include the
19147           generated _stdint.h header, which makes life easier for win32
19148           folks that don't use autotools for the build) (#325990, patch
19149           by: Sergey Scobich).
19150
19151 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19154         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19155         (gst_ring_buffer_pause), (wait_segment):
19156         * gst-libs/gst/audio/gstringbuffer.h:
19157           Name (private) union, makes Forte compiler happy (this time
19158           for real) (#324900).
19159
19160 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19161
19162         * gst-libs/gst/audio/Makefile.am:
19163           Link against libgstinterfaces, needed for mixer
19164           and property probe stuff.
19165
19166 2006-01-09  Edward Hervey  <edward@fluendo.com>
19167
19168         * gst-libs/gst/Makefile.am:
19169
19170 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * gst-libs/gst/audio/Makefile.am:
19173         * gst-libs/gst/audio/mixerutils.c:
19174         (gst_audio_mixer_filter_do_filter),
19175         (gst_audio_mixer_filter_check_element),
19176         (gst_audio_mixer_filter_probe_feature),
19177         (element_factory_rank_compare_func),
19178         (gst_audio_default_registry_mixer_filter):
19179         * gst-libs/gst/audio/mixerutils.h:
19180           Add gst_audio_default_registry_mixer_filter() utility
19181           function.
19182
19183 2006-01-03  Michael Smith  <msmith@fluendo.com>
19184
19185         * gst/audioresample/resample.h:
19186           As before, but for o_buf
19187
19188 2006-01-03  Michael Smith  <msmith@fluendo.com>
19189
19190         * gst/audioresample/resample.h:
19191           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19192           since we do arithmetic on it.
19193
19194 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19195
19196         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19197         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19198         (gst_ring_buffer_pause), (wait_segment):
19199         * gst-libs/gst/audio/gstringbuffer.h:
19200           Sun's Forte compiler doesn't seem to like anonymous structs,
19201           so use same setup as in GstBaseSrc (fixes #324900).
19202
19203 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19204
19205         * configure.ac:
19206         * gst/volume/Makefile.am:
19207         * gst/volume/demo.c:
19208           move old example to tests/examples/volume/volune.c
19209         * tests/examples/Makefile.am:
19210         * tests/examples/seek/seek.c: (main):
19211           change window-close event from "delete-event" to "destroy"
19212         * tests/examples/volume/Makefile.am:
19213         * tests/examples/volume/volume.c: (value_changed_callback),
19214         (setup_gui), (message_received), (eos_message_received), (main):
19215           fix event handling and bus usage
19216
19217 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19218
19219         * gst/audiotestsrc/gstaudiotestsrc.c:
19220         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19221         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19222         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19223         (gst_audio_test_src_create_square),
19224         (gst_audio_test_src_create_saw),
19225         (gst_audio_test_src_create_triangle),
19226         (gst_audio_test_src_create_silence),
19227         (gst_audio_test_src_create_white_noise),
19228         (gst_audio_test_src_create_pink_noise),
19229         (gst_audio_test_src_init_sine_table),
19230         (gst_audio_test_src_create_sine_table),
19231         (gst_audio_test_src_change_wave),
19232         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19233         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19234         * gst/audiotestsrc/gstaudiotestsrc.h:
19235           update to basesrc changes, implement segmented seeking and eos
19236           handling, add a 'sine-tab' waveform for performance critical playback
19237
19238 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19239
19240         * po/POTFILES.in:
19241           ... and this time the other modified file that I missed last time.
19242
19243 2005-12-29  Michael Smith  <msmith@fluendo.com>
19244
19245         * gst/playback/gstdecodebin.c: (new_pad):
19246           Fix non-C89 variable declaration not at the start of a block. Should
19247           help some compilers.
19248
19249 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19250
19251         * tests/check/Makefile.am:
19252           And now fix 'make distcheck' (builddir != srcdir)
19253
19254 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * configure.ac:
19257         * ext/cdparanoia/Makefile.am:
19258         * ext/cdparanoia/gstcdparanoia.c:
19259         * ext/cdparanoia/gstcdparanoia.h:
19260         * ext/cdparanoia/gstcdparanoiasrc.c:
19261         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19262         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19263         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19264         (gst_cd_paranoia_paranoia_callback),
19265         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19266         (gst_cd_paranoia_src_set_property),
19267         (gst_cd_paranoia_src_get_property), (plugin_init):
19268         * ext/cdparanoia/gstcdparanoiasrc.h:
19269           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19270           plugin again (there are still fixes required to playbin to make
19271           cdda:// uris work there).
19272
19273 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19274
19275         * tests/check/Makefile.am:
19276           Fix test case compilation.
19277
19278 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19279
19280         * gst-libs/gst/cdda/gstcddabasesrc.c:
19281         (gst_cdda_base_src_update_duration),
19282         (gst_cdda_base_src_calculate_cddb_id):
19283           An integer is not a string. Fix access to uninitialised variable.
19284
19285         * tests/check/Makefile.am:
19286           Add cddabasesrc unit test; also actually enable the vorbis test.
19287
19288         * tests/check/generic/states.c:
19289           Blacklist new cd audio elements as well.
19290
19291         * tests/check/libs/cddabasesrc.c:
19292           Unit test for GstCddaBaseSrc (discid calculation mostly).
19293
19294 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19295
19296         * docs/libs/Makefile.am:
19297         * docs/libs/gst-plugins-base-libs-docs.sgml:
19298         * docs/libs/gst-plugins-base-libs-sections.txt:
19299         * docs/libs/gst-plugins-base-libs.types:
19300           Add docs for libgstcdda/GstCddaBaseSrc.
19301
19302         * gst-libs/gst/interfaces/mixertrack.h:
19303           Do one struct member per line with a semicolon at the end, that way
19304           even gtk-doc might parse it without complaining.
19305
19306 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19307
19308         * configure.ac:
19309         * gst-libs/gst/Makefile.am:
19310         * gst-libs/gst/cdda/Makefile.am:
19311         * gst-libs/gst/cdda/base64.c:
19312         * gst-libs/gst/cdda/base64.h:
19313         * gst-libs/gst/cdda/gstcddabasesrc.c:
19314         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19315         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19316         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19317         (gst_cdda_base_src_get_property),
19318         (gst_cdda_base_src_get_track_from_sector),
19319         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19320         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19321         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19322         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19323         (gst_cdda_base_src_uri_get_protocols),
19324         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19325         (gst_cdda_base_src_uri_handler_init),
19326         (gst_cdda_base_src_setup_interfaces),
19327         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19328         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19329         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19330         (gst_cdda_base_src_add_tags),
19331         (gst_cdda_base_src_add_index_associations),
19332         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19333         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19334         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19335         (gst_cdda_base_src_create):
19336         * gst-libs/gst/cdda/gstcddabasesrc.h:
19337         * gst-libs/gst/cdda/sha1.c:
19338         * gst-libs/gst/cdda/sha1.h:
19339           Add new libgstcdda with GstCddaBaseSrc class.
19340
19341 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19342
19343         * ext/gnomevfs/gstgnomevfssink.h:
19344           Use GstBaseSinkClass as parent_class member for class struct, not
19345           GstBaseSink.
19346
19347 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19348
19349         Patch by: Michael Benes
19350
19351         * gst/videotestsrc/gstvideotestsrc.c:
19352         (gst_video_test_src_class_init), (gst_video_test_src_start):
19353           Add start method to reset running time and number of frames sent
19354           when starting up (fixes #324696)
19355
19356 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19357
19358         * docs/plugins/Makefile.am:
19359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19361         * docs/plugins/gst-plugins-base-plugins.args:
19362         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19363         * docs/plugins/gst-plugins-base-plugins.signals:
19364           Add docs stuff for gnomevfssrc and gnomevfssink.
19365
19366         * ext/gnomevfs/gstgnomevfssrc.c:
19367           Fix example pipeline in gtk-doc blurb.
19368
19369 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19370
19371         * ext/gnomevfs/Makefile.am:
19372         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19373         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19374         (gst_gnome_vfs_handle_get_type), (plugin_init):
19375         * ext/gnomevfs/gstgnomevfs.h:
19376         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19377         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19378         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19379         (gst_gnome_vfs_sink_set_property),
19380         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19381         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19382         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19383         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19384         (gst_gnome_vfs_sink_uri_get_type),
19385         (gst_gnome_vfs_sink_uri_get_protocols),
19386         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19387         (gst_gnome_vfs_sink_uri_handler_init):
19388         * ext/gnomevfs/gstgnomevfssink.h:
19389           Port gnomevfssink; add gtk-doc blurb.
19390
19391         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19392         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19393         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19394         (gst_gnome_vfs_src_uri_get_type),
19395         (gst_gnome_vfs_src_uri_get_protocols),
19396         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19397         (gst_gnome_vfs_src_uri_handler_init),
19398         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19399         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19400         (gst_gnome_vfs_src_send_additional_headers_callback),
19401         (gst_gnome_vfs_src_received_headers_callback),
19402         (gst_gnome_vfs_src_push_callbacks),
19403         (gst_gnome_vfs_src_pop_callbacks),
19404         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19405         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19406         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19407         * ext/gnomevfs/gstgnomevfssrc.h:
19408           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19409           file; add gtk-doc blurb with example pipelines.
19410
19411 === release 0.10.1 ===
19412
19413 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19414
19415         * configure.ac:
19416           releasing 0.10.1, "Dobro Dedek"
19417
19418 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19419
19420         * gst/typefind/gsttypefindfunctions.c:
19421         iLBC30 and iLBC20 added to typefind.
19422
19423 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19424
19425         * gst-libs/gst/audio/gstbaseaudiosink.c:
19426         (gst_base_audio_sink_class_init):
19427         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19428         (gst_base_audio_src_class_init):
19429           update strings, values are in microseconds
19430           change the default sink buffer time to something that is smaller
19431           (to help software volume mixing have a slightly lower delay) but
19432           still be acceptable on Wim's laptop
19433
19434 2005-12-20  Edward Hervey  <edward@fluendo.com>
19435
19436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19437         Made a quack, forgot to add DUCK to the riff video template.
19438
19439 2005-12-19  Edward Hervey  <edward@fluendo.com>
19440
19441         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19442         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19443         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19444         (gst_ogm_parse_chain):
19445         Make sure pads are initialized correctly.
19446         * gst-libs/gst/riff/riff-ids.h:
19447         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19448         (gst_riff_create_video_template_caps):
19449         Add a whole bunch of FOURCC <=> MimeType.
19450         Extend the riff video pad template to support the newly added fourcc.
19451
19452 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19453
19454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19455         (gst_ogg_demux_activate_chain):
19456           Extra debug output when activating/deactivating chains.
19457
19458         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19459         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19460         (unlinked):
19461           Remove a queue from our list when it becomes unlinked.
19462           Don't add queues to elements in class 'Demux' if they
19463           can only produce one pad 
19464
19465 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19466
19467         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19468         (gst_video_sink_get_type): Add a debug category.
19469
19470 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19471
19472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19473         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19474           Handle downstream newsegment by sending our own newsegment before the
19475           next buffer to be released. (#323900)
19476
19477 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19478
19479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19480         (gst_base_rtp_depayload_set_gst_timestamp):
19481           add queue delay to new segment as well (as opposed to just the first
19482           buffer). (bug #322347)
19483
19484 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19485
19486         * ext/libvisual/visual.c: (make_valid_name):
19487           change some char* into char[]
19488         * gst/audiotestsrc/gstaudiotestsrc.c:
19489         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19490         (gst_audio_test_src_create):
19491         * gst/audiotestsrc/gstaudiotestsrc.h:
19492           prepare to handle EOS and SEGMENT_DONE
19493
19494 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19495
19496         * tests/check/generic/states.c: (GST_START_TEST):
19497           Blacklist cdparanoia element in state test.
19498
19499 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19500
19501           Patch by: Benjamin Pineau
19502
19503         * gst/tcp/gsttcp.c:
19504         * gst/tcp/gsttcpclientsink.c:
19505         * gst/tcp/gsttcpserversink.c:
19506         * gst/tcp/gsttcpserversrc.c:
19507           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19508
19509 2005-12-15  Michael Smith  <msmith@fluendo.com>
19510
19511         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19512         (gst_video_rate_chain):
19513           Fix timestamping for videorate when the first buffer it sees has a
19514           non-zero timestamp. Fix some misleading debug output.
19515
19516 2005-12-15  Michael Smith  <msmith@fluendo.com>
19517
19518         * gst/audioresample/gstaudioresample.c:
19519           Don't leak all input buffers to audioresample.
19520
19521 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19522
19523         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19524           Don't operate on empty text buffers. Strip newlines and
19525           tabs only from the end of the text, but leave them intact
19526           in the middle. Fix typo in gtk-doc description.
19527
19528 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19529
19530         * gst/playback/gstplaybasebin.c:
19531         * gst/playback/gstplaybin.c: (handoff):
19532           Make sure the video frame buffer we return to apps via the
19533           "frame" property always has caps set on it. Modify
19534           _gst_gvalue_set_object() macro to handle NULL objects
19535           gracefully too.
19536
19537 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19538
19539         * gst/audiotestsrc/gstaudiotestsrc.c:
19540         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19541         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19542         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19543         (gst_audio_test_src_create):
19544         * gst/audiotestsrc/gstaudiotestsrc.h:
19545         Adjust to some recent api changes and add wtays new cool seeking
19546         capabillities
19547
19548 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19549
19550         * ext/alsa/Makefile.am:
19551         * ext/alsa/gstalsadeviceprobe.c:
19552         * ext/alsa/gstalsadeviceprobe.h:
19553           Helper functions to add device probing via the GstPropertyProbe
19554           interface to a class.
19555
19556         * ext/alsa/gstalsamixer.h:
19557           Comment out GST_ALSA_MIXER, it returns a struct that's not
19558           used.
19559
19560         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19561           Add some debug info. 
19562
19563         * ext/alsa/gstalsamixerelement.c:
19564         (gst_alsa_mixer_element_interface_supported),
19565         (gst_implements_interface_init),
19566         (gst_alsa_mixer_element_init_interfaces),
19567         (gst_alsa_mixer_element_class_init),
19568         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19569         (gst_alsa_mixer_element_set_property),
19570         (gst_alsa_mixer_element_get_property),
19571         (gst_alsa_mixer_element_change_state):
19572         * ext/alsa/gstalsamixerelement.h:
19573           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19574           for device handling (gnome-volume-control will need that).
19575
19576 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19577
19578         * ext/Makefile.am: fix cdparanoia entry
19579         * gst-plugins-base.spec.in: add cdparanoia
19580
19581 2005-12-12  Michael Smith  <msmith@fluendo.com>
19582
19583         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19584           Use the correct function to free list of typefind factories.
19585
19586 2005-12-12  Wim Taymans  <wim@fluendo.com>
19587
19588         * gst/videotestsrc/gstvideotestsrc.c:
19589         (gst_video_test_src_class_init), (gst_video_test_src_init),
19590         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19591         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19592         (gst_video_test_src_create):
19593         * gst/videotestsrc/gstvideotestsrc.h:
19594         Implement seeking in videotestsrc.
19595         Small cleanups.
19596
19597 2005-12-12  Wim Taymans  <wim@fluendo.com>
19598
19599         * ext/cdparanoia/Makefile.am:
19600         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19601         (gst_paranoia_endian_get_type), (_do_init),
19602         (cdparanoia_class_init), (cdparanoia_init),
19603         (cdparanoia_set_property), (cdparanoia_get_property),
19604         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19605         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19606         (cdparanoia_convert), (cdparanoia_get_query_types),
19607         (cdparanoia_query), (cdparanoia_set_index),
19608         (cdparanoia_uri_set_uri):
19609         * ext/cdparanoia/gstcdparanoia.h:
19610         Partially ported cdparanoia now that basesrc can support a
19611         plugin like this..
19612
19613 2005-12-12  Wim Taymans  <wim@fluendo.com>
19614
19615         * tests/examples/seek/scrubby.c: (main):
19616         Set higher priority for bus events so they don't get reordered with
19617         gtk gui events.
19618
19619         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19620         (flush_toggle_cb), (main):
19621         Added checkbox to disable flushing seeks. 
19622         Disable scrubbing when doing non flushing seeks.
19623
19624 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19625
19626         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19627         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19628         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19629         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19630           Implement some sort of event handling that doesn't rely on
19631           g_return_if_fail; make sure we always push the last chunk of an 
19632           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19633           state change function; remove some old cruft. Seeking is still
19634           rather unlikely to work though.
19635
19636         * tools/.cvsignore:
19637           Ignore more.
19638
19639 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19640
19641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19642         Fixed a leak of the current image reference when cleaning up.
19643         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19644
19645 2005-12-09  Michael Smith  <msmith@fluendo.com>
19646
19647         * tools/Makefile.am:
19648         * tools/gst-launch-ext-m.m:
19649           Remove gst-launch-ext. It doesn't work, and is no longer
19650           particularly useful.
19651
19652 2005-12-08  Luca Ognibene  <luogni@tin.it>
19653
19654         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19655           don't pass random values to ogmparse convert function.
19656           Make seeking possible in the exile1.ogm file.
19657
19658 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19659
19660         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19661         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19662           Work around refcount problem with g_value_set_object() that occur
19663           if the core has been compiled against GLib-2.6 (g_value_set_object()
19664           will only g_object_ref() the element, but the caller will
19665           gst_object_unref() it and bad things will happen due to the way
19666           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19667           totem for people on FC4 using Thomas's 0.10 RPMs.
19668           
19669 2005-12-07  Edward Hervey  <edward@fluendo.com>
19670
19671         Time to welcome ogm to 0.10 :)
19672         
19673         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19674         (gst_ogg_pad_typefind):
19675         Oggdemux can now properly typefind elements with dynamic pads.
19676         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19677         Properly set caps on src pad, and set caps on outgoing buffers.
19678
19679 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19680
19681         * ext/alsa/gstalsamixer.h:
19682         * ext/alsa/gstalsamixerelement.h:
19683         * ext/alsa/gstalsamixeroptions.h:
19684         * ext/alsa/gstalsamixertrack.h:
19685         * ext/alsa/gstalsasink.c:
19686         * ext/alsa/gstalsasink.h:
19687         * ext/alsa/gstalsasrc.c:
19688         * ext/alsa/gstalsasrc.h:
19689         * ext/cdparanoia/gstcdparanoia.h:
19690         * ext/gnomevfs/gstgnomevfsuri.h:
19691         * ext/ogg/gstoggdemux.c:
19692         * ext/ogg/gstoggmux.c:
19693         * ext/pango/gsttextoverlay.h:
19694         * ext/theora/theoradec.c:
19695         * ext/theora/theoraenc.c:
19696         * ext/vorbis/vorbisdec.h:
19697         * ext/vorbis/vorbisenc.c:
19698         * ext/vorbis/vorbisenc.h:
19699         * ext/vorbis/vorbisparse.h:
19700         * gst-libs/gst/audio/gstaudioclock.h:
19701         * gst-libs/gst/audio/gstaudiosink.c:
19702         * gst-libs/gst/audio/gstaudiosink.h:
19703         * gst-libs/gst/audio/gstaudiosrc.c:
19704         * gst-libs/gst/audio/gstaudiosrc.h:
19705         * gst-libs/gst/audio/gstbaseaudiosink.c:
19706         * gst-libs/gst/audio/gstbaseaudiosink.h:
19707         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19708         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19709         * gst-libs/gst/audio/gstringbuffer.h:
19710         * gst-libs/gst/audio/multichannel.h:
19711         * gst-libs/gst/floatcast/floatcast.h:
19712         * gst-libs/gst/interfaces/colorbalance.c:
19713         * gst-libs/gst/interfaces/colorbalance.h:
19714         * gst-libs/gst/interfaces/colorbalancechannel.h:
19715         * gst-libs/gst/interfaces/mixer.h:
19716         * gst-libs/gst/interfaces/mixeroptions.h:
19717         * gst-libs/gst/interfaces/mixertrack.h:
19718         * gst-libs/gst/interfaces/navigation.h:
19719         * gst-libs/gst/interfaces/propertyprobe.h:
19720         * gst-libs/gst/interfaces/tuner.h:
19721         * gst-libs/gst/interfaces/tunerchannel.h:
19722         * gst-libs/gst/interfaces/tunernorm.h:
19723         * gst-libs/gst/interfaces/xoverlay.h:
19724         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19725         * gst-libs/gst/riff/riff-ids.h:
19726         * gst-libs/gst/riff/riff-media.h:
19727         * gst-libs/gst/riff/riff-read.h:
19728         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19729         * gst-libs/gst/rtp/gstbasertppayload.c:
19730         * gst-libs/gst/rtp/gstbasertppayload.h:
19731         * gst-libs/gst/rtp/gstrtpbuffer.c:
19732         * gst-libs/gst/rtp/gstrtpbuffer.h:
19733         * gst-libs/gst/tag/gsttageditingprivate.h:
19734         * gst-libs/gst/tag/gstvorbistag.c:
19735         (gst_tag_list_from_vorbiscomment_buffer):
19736         * gst-libs/gst/tag/tag.h:
19737         * gst-libs/gst/video/video.h:
19738         * gst/adder/gstadder.c:
19739         * gst/adder/gstadder.h:
19740         * gst/audioconvert/audioconvert.c:
19741         * gst/audioconvert/audioconvert.h:
19742         * gst/audioconvert/gstaudioconvert.c:
19743         * gst/audioconvert/gstchannelmix.c:
19744         * gst/audioconvert/gstchannelmix.h:
19745         * gst/audiorate/gstaudiorate.c:
19746         * gst/audioresample/buffer.h:
19747         * gst/audioresample/functable.h:
19748         * gst/audioresample/gstaudioresample.c:
19749         * gst/audioresample/resample.h:
19750         * gst/ffmpegcolorspace/avcodec.h:
19751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19752         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19753         * gst/ffmpegcolorspace/imgconvert.c:
19754         * gst/ffmpegcolorspace/imgconvert_template.h:
19755         * gst/playback/gstdecodebin.c:
19756         * gst/playback/gstplaybasebin.h:
19757         * gst/playback/gstplaybin.c:
19758         * gst/playback/gststreaminfo.h:
19759         * gst/tcp/gstfdset.c:
19760         * gst/tcp/gstfdset.h:
19761         * gst/tcp/gstmultifdsink.c:
19762         * gst/tcp/gstmultifdsink.h:
19763         * gst/tcp/gsttcp.h:
19764         * gst/tcp/gsttcpclientsrc.c:
19765         * gst/tcp/gsttcpclientsrc.h:
19766         * gst/tcp/gsttcpplugin.h:
19767         * gst/tcp/gsttcpserversink.c:
19768         * gst/tcp/gsttcpserversrc.c:
19769         * gst/typefind/gsttypefindfunctions.c:
19770         * gst/videorate/gstvideorate.c:
19771         * gst/videotestsrc/gstvideotestsrc.h:
19772         * gst/videotestsrc/videotestsrc.h:
19773         * sys/v4l/gstv4lcolorbalance.h:
19774         * sys/v4l/gstv4ltuner.h:
19775         * sys/v4l/gstv4lxoverlay.h:
19776         * sys/v4l/v4l_calls.h:
19777         * sys/v4l/videodev_mjpeg.h:
19778         * tests/check/elements/audioconvert.c:
19779         * tests/check/elements/audioresample.c:
19780         * tests/check/elements/audiotestsrc.c:
19781         * tests/check/elements/videotestsrc.c:
19782         * tests/check/elements/volume.c:
19783         * tests/examples/seek/scrubby.c:
19784         * tests/examples/seek/seek.c:
19785           expand tabs
19786
19787 === release 0.10.0 ===
19788
19789 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19790
19791         * configure.ac:
19792           releasing 0.10.0, "Mont-d'or"
19793
19794 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19795
19796         * tests/examples/seek/Makefile.am:
19797         Build fix for when gtk is not available.
19798
19799 2005-12-05  Andy Wingo  <wingo@pobox.com>
19800
19801         * ext/libvisual/visual.c: (get_buffer):
19802         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19803         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19804         * ext/theora/theoradec.c: (theora_handle_data_packet):
19805         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19806         (theora_enc_chain):
19807         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19808         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19809         Update for alloc_buffer changes.
19810
19811 2005-12-05  Andy Wingo  <wingo@pobox.com>
19812
19813         patch by: Kai Vehmanen <kv2004 eca cx>
19814         
19815         * gst-libs/gst/rtp/gstbasertpdepayload.c
19816         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19817
19818 2005-12-04  Andy Wingo  <wingo@pobox.com>
19819
19820         patch by: Sebastien Cote <sebas642 yahoo ca>
19821         
19822         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19823         Fixes #319172.
19824
19825 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19826
19827         * docs/plugins/Makefile.am:
19828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19829         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19830         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19831         * ext/pango/gstclockoverlay.c:
19832         * ext/pango/gsttextoverlay.c: 
19833         * ext/pango/gsttextrender.c:
19834         * ext/pango/gsttimeoverlay.c:
19835           Add gtk-doc blurbs to pango elements.
19836
19837 2005-12-02  Wim Taymans  <wim@fluendo.com>
19838
19839         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19840         * gst/audioresample/buffer.h:
19841         * gst/audioresample/gstaudioresample.c:
19842         * gst/audioresample/gstaudioresample.h:
19843         * gst/audioresample/resample.c: (resample_input_flush),
19844         (resample_input_pushthrough), (resample_input_eos),
19845         (resample_get_output_size_for_input),
19846         (resample_get_input_size_for_output), (resample_get_output_size),
19847         (resample_get_output_data):
19848         * gst/audioresample/resample.h:
19849         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19850         Fix audioresample, seek torture, new segments, reverse negotiation
19851         etc.. work fine.
19852
19853 2005-12-02  Wim Taymans  <wim@fluendo.com>
19854
19855         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19856         Small cleanups.
19857
19858 2005-12-02  Wim Taymans  <wim@fluendo.com>
19859
19860         * gst/audioconvert/gstaudioconvert.c:
19861         (gst_audio_convert_transform):
19862         Post errors.
19863
19864 === release 0.9.7 ===
19865
19866 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19867
19868         * configure.ac:
19869           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19870
19871 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * Makefile.am:
19874         * po/hu.po:
19875         * win32/MANIFEST:
19876         * win32/gst.sln:
19877           add win32 MANIFEST file
19878           do something to the hungarian translation
19879
19880 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19881
19882         * ext/Makefile.am:
19883           Add $(PANGO_DIR) to SUBDIRS
19884
19885         * ext/pango/gstclockoverlay.c:
19886         * ext/pango/gsttimeoverlay.c:
19887           Fix and improve element descriptions.
19888
19889 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19890
19891         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19892         * docs/plugins/inspect/plugin-libvisual.xml:
19893         * docs/plugins/inspect/plugin-pango.xml:
19894           add pango plugin to docs
19895
19896 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19897
19898         * configure.ac:
19899         * ext/Makefile.am:
19900           moved pango to base
19901
19902 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19903
19904         * configure.ac:
19905         * tests/Makefile.am:
19906         * tests/icles/.cvsignore:
19907         * tests/icles/Makefile.am:
19908         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19909         (close_display), (resize_window), (move_window), (create_window),
19910         (terminate_playback), (pause_playback), (start_playback), (main):
19911           add stress test for xoverlay from Julien
19912
19913 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19914
19915         * docs/libs/tmpl/gstcolorbalance.sgml:
19916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19917         * gst-libs/gst/rtp/gstbasertppayload.c:
19918         * gst-libs/gst/rtp/gstrtpbuffer.c:
19919         * gst-libs/gst/rtp/gstrtpbuffer.h:
19920           Do burger's rename for rtp payloaders and depayloaders
19921
19922 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19923
19924         * win32/:
19925           add Visual Studio 6 build files
19926
19927 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * docs/libs/gst-plugins-base-libs-docs.sgml:
19930         * docs/libs/gst-plugins-base-libs-sections.txt:
19931         * docs/libs/tmpl/gstaudio.sgml:
19932         * docs/libs/tmpl/gstringbuffer.sgml:
19933         * gst-libs/gst/interfaces/xoverlay.c:
19934         * gst-libs/gst/video/gstvideofilter.c:
19935         * gst-libs/gst/video/gstvideosink.c:
19936           update documentation
19937
19938 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19941         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19942         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19943         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19944         (gst_multi_fd_sink_get_stats),
19945         (gst_multi_fd_sink_remove_client_link),
19946         (gst_multi_fd_sink_handle_client_read),
19947         (gst_multi_fd_sink_client_queue_data),
19948         (gst_multi_fd_sink_client_queue_caps),
19949         (gst_multi_fd_sink_client_queue_buffer),
19950         (gst_multi_fd_sink_new_client),
19951         (gst_multi_fd_sink_handle_client_write),
19952         (gst_multi_fd_sink_recover_client),
19953         (gst_multi_fd_sink_queue_buffer),
19954         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19955         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19956         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19957         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19958         * gst/tcp/gstmultifdsink.h:
19959         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19960         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19961         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19962         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19963         (gst_tcp_client_sink_set_property),
19964         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19965         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19966         * gst/tcp/gsttcpclientsink.h:
19967         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19968         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19969         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19970         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19971         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19972         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19973         * gst/tcp/gsttcpclientsrc.h:
19974         * gst/tcp/gsttcpplugin.c: (plugin_init):
19975         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19976         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19977         (gst_tcp_server_sink_finalize),
19978         (gst_tcp_server_sink_handle_server_read),
19979         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19980         (gst_tcp_server_sink_set_property),
19981         (gst_tcp_server_sink_get_property),
19982         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19983         * gst/tcp/gsttcpserversink.h:
19984         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19985         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19986         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19987         (gst_tcp_server_src_set_property),
19988         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19989         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19990         * gst/tcp/gsttcpserversrc.h:
19991           more borgifying
19992
19993 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19994
19995         * docs/plugins/Makefile.am:
19996         * docs/plugins/gst-plugins-base-plugins.args:
19997         * docs/plugins/inspect/plugin-libvisual.xml:
19998         * gst/audioconvert/plugin.h:
19999         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
20000         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
20001         (gst_audio_rate_setcaps), (gst_audio_rate_init),
20002         (gst_audio_rate_chain), (gst_audio_rate_set_property),
20003         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
20004         (plugin_init):
20005         * gst/audiotestsrc/gstaudiotestsrc.c:
20006         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
20007         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
20008         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
20009         (gst_audio_test_src_get_query_types),
20010         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
20011         (gst_audio_test_src_create_square),
20012         (gst_audio_test_src_create_saw),
20013         (gst_audio_test_src_create_triangle),
20014         (gst_audio_test_src_create_silence),
20015         (gst_audio_test_src_create_white_noise),
20016         (gst_audio_test_src_init_pink_noise),
20017         (gst_audio_test_src_generate_pink_noise_value),
20018         (gst_audio_test_src_create_pink_noise),
20019         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20020         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20021         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20022         (plugin_init):
20023         * gst/audiotestsrc/gstaudiotestsrc.h:
20024         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20025         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20026         (gst_sub_parse_init), (gst_sub_parse_formats),
20027         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20028         (convert_encoding), (get_next_line),
20029         (gst_sub_parse_data_format_autodetect),
20030         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20031         (gst_sub_parse_loop), (gst_sub_parse_chain),
20032         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20033         (plugin_init):
20034         * gst/subparse/gstsubparse.h:
20035         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20036         (gst_video_rate_base_init), (gst_video_rate_class_init),
20037         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20038         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20039         (gst_video_rate_init), (gst_video_rate_event),
20040         (gst_video_rate_chain), (gst_video_rate_set_property),
20041         (gst_video_rate_get_property), (gst_video_rate_change_state),
20042         (plugin_init):
20043         * gst/videoscale/gstvideoscale.c:
20044         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20045         (gst_video_scale_src_template_factory),
20046         (gst_video_scale_sink_template_factory),
20047         (gst_video_scale_get_type), (gst_video_scale_base_init),
20048         (gst_video_scale_class_init), (gst_video_scale_init),
20049         (gst_video_scale_set_property), (gst_video_scale_get_property),
20050         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20051         (gst_video_scale_prepare_size), (parse_caps),
20052         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20053         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20054         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20055         (plugin_init):
20056         * gst/videoscale/gstvideoscale.h:
20057         * gst/videotestsrc/gstvideotestsrc.c:
20058         (gst_video_test_src_pattern_get_type),
20059         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20060         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20061         (gst_video_test_src_set_pattern),
20062         (gst_video_test_src_set_property),
20063         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20064         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20065         (gst_video_test_src_event), (gst_video_test_src_get_times),
20066         (gst_video_test_src_create), (plugin_init):
20067         * gst/videotestsrc/gstvideotestsrc.h:
20068         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20069         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20070         (gst_video_test_src_black):
20071         * gst/videotestsrc/videotestsrc.h:
20072           borgify further
20073           clean up docs a little
20074
20075 2005-11-30  Wim Taymans  <wim@fluendo.com>
20076
20077         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20078         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20079         (gst_basertppayload_event), (gst_basertppayload_push),
20080         (gst_basertppayload_change_state):
20081         * gst-libs/gst/rtp/gstbasertppayload.h:
20082         closed #320644.
20083
20084 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20085
20086         * docs/libs/gst-plugins-base-libs-docs.sgml:
20087         * docs/libs/gst-plugins-base-libs-sections.txt:
20088         * gst-libs/gst/video/gstvideofilter.c:
20089         * gst-libs/gst/video/gstvideosink.c:
20090         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20091
20092 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20093
20094         * LICENSE:
20095           move
20096         * po/af.po:
20097         * po/az.po:
20098         * po/cs.po:
20099         * po/en_GB.po:
20100         * po/hu.po:
20101         * po/it.po:
20102         * po/nb.po:
20103         * po/nl.po:
20104         * po/or.po:
20105         * po/sq.po:
20106         * po/sr.po:
20107         * po/sv.po:
20108         * po/uk.po:
20109         * po/vi.po:
20110         * Makefile.am:
20111           update
20112         * scripts/autoplugins.sh:
20113           remove
20114
20115 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20116
20117         * Makefile.am:
20118         * configure.ac:
20119         * examples/Makefile.am:
20120         * examples/capsfilter/Makefile.am:
20121         * examples/capsfilter/capsfilter1.c:
20122         * examples/gob/Makefile.am:
20123         * examples/gob/gst-identity2.gob:
20124         * examples/indexing/.cvsignore:
20125         * examples/indexing/Makefile.am:
20126         * examples/indexing/indexmpeg.c:
20127         * examples/seeking/.cvsignore:
20128         * examples/seeking/Makefile.am:
20129         * examples/seeking/cdparanoia.c:
20130         * examples/seeking/cdplayer.c:
20131         * examples/seeking/chained.c:
20132         * examples/seeking/scrubby.c:
20133         * examples/seeking/seek.c:
20134         * examples/stats/Makefile.am:
20135         * examples/stats/mp2ogg.c:
20136         * examples/switch/.cvsignore:
20137         * examples/switch/Makefile.am:
20138         * examples/switch/switcher.c:
20139         * tests/Makefile.am:
20140         * tests/check/generic/.cvsignore:
20141         * tests/check/pipelines/.cvsignore:
20142         * tests/examples/Makefile.am:
20143         * tests/examples/seek/Makefile.am:
20144           reorganize stuff under tests/
20145
20146 2005-11-30  Edward Hervey  <edward@fluendo.com>
20147
20148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20149         Go away you stupid GstStaticPadTemplate memleak.
20150
20151 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20152
20153         * gst-libs/gst/net/Makefile.am:
20154         * gst-libs/gst/net/README:
20155         * gst-libs/gst/net/gstnetbuffer.c:
20156         * gst-libs/gst/net/gstnetbuffer.h:
20157           this was moved to "netbuffer"
20158
20159 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20160
20161         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20162         (gst_video_filter_class_init), (gst_video_filter_init):
20163         * gst-libs/gst/video/gstvideofilter.h:
20164           borgify name to bring in line with other classes
20165
20166 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * gst/audioscale/.cvsignore:
20169         * gst/audioscale/Makefile.am:
20170         * gst/audioscale/README:
20171         * gst/audioscale/audioscale.vcproj:
20172         * gst/audioscale/dtof.c:
20173         * gst/audioscale/dtos.c:
20174         * gst/audioscale/functable.c:
20175         * gst/audioscale/gstaudioscale.c:
20176         * gst/audioscale/gstaudioscale.h:
20177         * gst/audioscale/private.h:
20178         * gst/audioscale/resample.c:
20179         * gst/audioscale/resample.h:
20180         * gst/audioscale/test.c:
20181           remove
20182
20183 2005-11-30  Edward Hervey  <edward@fluendo.com>
20184
20185         * gst-libs/gst/netbuffer/Makefile.am:
20186         really, really tired
20187
20188 2005-11-30  Edward Hervey  <edward@fluendo.com>
20189
20190         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20191         Update for new GstTypeFindFactory _register()
20192
20193 2005-11-30  Edward Hervey  <edward@fluendo.com>
20194
20195         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20196         Let's not override libgstnet from core for no reason...
20197         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20198         Ok, maybe not so quick next time.
20199
20200 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20201
20202         * configure.ac:
20203         * gst-libs/gst/Makefile.am:
20204           moved gst-libs/gst/net to netbuffer through CVS surgery
20205           remove old directory
20206           updating build to accomodate
20207           (#322257)
20208
20209 2005-11-29  Andy Wingo  <wingo@pobox.com>
20210
20211         * pkgconfig/gstreamer-plugins-base.pc.in:
20212         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20213         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20214         (#322257).
20215
20216 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20217
20218         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20219         3rd time's the charm. Correct ref-counting for discarded buffers.
20220
20221 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20222
20223         * gst/playback/gststreamselector.c:
20224         (gst_stream_selector_class_init),
20225         (gst_stream_selector_set_property),
20226         (gst_stream_selector_get_property),
20227         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20228         Fix ref-counting
20229
20230 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20231
20232         * gst/subparse/gstsubparse.c: (feed_textbuf):
20233           Don't access already unref'ed buffer.
20234
20235 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20236
20237         * gst/playback/gststreamselector.c:
20238         (gst_stream_selector_class_init), (gst_stream_selector_init),
20239         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20240         (gst_stream_selector_get_property),
20241         (gst_stream_selector_get_linked_pad),
20242         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20243         * gst/playback/gststreamselector.h:
20244         Add the active-pad property for playbin to use shortly. Ignore buffers
20245         from any other pad, returning GST_FLOW_NOT_LINKED
20246
20247 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20248
20249         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20250         patch from bug #322704 (Alessandro Decina).
20251
20252 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20253
20254         * gst-libs/gst/audio/Makefile.am:
20255           folded audiofilter into the audio library
20256
20257 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20258
20259         * gst/videoscale/gstvideoscale.h:
20260         * gst/videoscale/gstvideoscale.c:
20261           remove unimplemented scale methods
20262
20263 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20264
20265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20266           Don't leak caps.
20267
20268 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20269
20270         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20271         (gst_ximagesink_setcaps):
20272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20273         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20274         happens (only visible on ximagesink but bug is in xv too) set_caps was
20275         destroying the internal x[v]image used to memcpy non locally alloced
20276         buffers so that it got renewed on next _chain. The issue is that 
20277         _expose will try to put that image as it reffed it in _put.
20278         Using gst_buffer_unref instead of destroy fixes it !
20279
20280 2005-11-28  Edward Hervey  <edward@fluendo.com>
20281
20282         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20283         (try_to_link_1), (queue_filled_cb):
20284         Better use of the queues. Start with a small size queue and only increase
20285         the size of the queues when the other queues are empty.
20286
20287 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * gst-libs/gst/video/Makefile.am:
20290           compile in copied-over videofilter into the video library
20291         * gst-libs/gst/video/videosink.h:
20292           rename the header to gstvideosink.h since it's a base GstObject class
20293         * sys/ximage/ximagesink.h:
20294         * sys/xvimage/xvimagesink.h:
20295           use the new header
20296
20297 2005-11-28  Wim Taymans  <wim@fluendo.com>
20298
20299         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20300         * gst/playback/gstplaybasebin.h:
20301         Prepare to handle errors betters.
20302
20303         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20304         Set sinks to PAUSED first before adding and linking them so that
20305         we don't interrupt dataflow.
20306
20307 2005-11-28  Wim Taymans  <wim@fluendo.com>
20308
20309         * gst-libs/gst/audio/TODO:
20310         Updated TODO
20311
20312         * gst-libs/gst/audio/gstaudiosink.c:
20313         (gst_audioringbuffer_open_device),
20314         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20315         (gst_audioringbuffer_release):
20316         Small cleanups.
20317
20318         * gst-libs/gst/audio/gstbaseaudiosink.c:
20319         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20320         (gst_base_audio_sink_change_state):
20321         Slave to the master clock when going to PLAYING and unslave when
20322         going to PAUSED.
20323
20324         * gst-libs/gst/audio/gstringbuffer.c:
20325         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20326         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20327         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20328         (gst_ring_buffer_clear_all), (wait_segment),
20329         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20330         (gst_ring_buffer_advance):
20331         * gst-libs/gst/audio/gstringbuffer.h:
20332         Add some docs and cleanups.
20333
20334 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20335
20336         * sys/xvimage/xvimagesink.c:
20337         (gst_xvimagesink_navigation_send_event): Fix navigation events
20338         coordinates translation with pixel aspect ratios.
20339
20340 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20341
20342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20343         Use calculated video geometry from _setcaps instead of buffer
20344         caps to respect pixel aspect ratio. (fixes #322388)
20345
20346 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20347
20348         * docs/libs/tmpl/gstcolorbalance.sgml:
20349         * docs/libs/tmpl/gstmixer.sgml:
20350         * docs/libs/tmpl/gstxoverlay.sgml:
20351         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20352         interface.
20353
20354 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20355
20356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20357         Refuse to create an XvImage if we can't find the format.
20358
20359 2005-11-28  Edward Hervey  <edward@fluendo.com>
20360
20361         * gst-libs/gst/riff/riff-media.c:
20362         (gst_riff_create_audio_template_caps):
20363         Add ATRAC3 to the list of riff-possible audio caps.
20364         I know we still don't have a plugin for atrac3, but it's saner to output
20365         that than a cryptic mimetype.
20366
20367 2005-11-27  Edward Hervey  <edward@fluendo.com>
20368
20369         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20370         Don't try to create a zero-sized subbuffer.
20371
20372 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20373
20374         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20375         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20376         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20377         (gst_ximagesink_expose): Fixed a tricky race.
20378         * sys/ximage/ximagesink.h:
20379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20380         (gst_xvimagesink_expose): Fixed a tricky race.
20381         * sys/xvimage/xvimagesink.h:
20382
20383 2005-11-27  Edward Hervey  <edward@fluendo.com>
20384
20385         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20386         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20387         Remove unused properties, and add queues between demuxers and decoders
20388         so that a lot more files can preroll properly.
20389
20390 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20391
20392         * gst-libs/gst/net/Makefile.am:
20393         * gst-libs/gst/rtp/Makefile.am:
20394         * gst-libs/gst/tag/Makefile.am:
20395           remove silly include
20396         * gst/tags/Makefile.am:
20397         * gst/tags/gsttagediting.c:
20398         * gst/tags/gsttageditingprivate.h:
20399         * gst/tags/tagedit.vcproj:
20400           remove directory, is as good as empty
20401
20402 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20403
20404         * configure.ac:
20405           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20406         * gst-libs/Makefile.am:
20407         * gst-libs/gst/audio/Makefile.am:
20408         * gst-libs/gst/interfaces/Makefile.am:
20409         * gst-libs/gst/net/Makefile.am:
20410         * gst-libs/gst/riff/Makefile.am:
20411         * gst-libs/gst/rtp/Makefile.am:
20412         * gst-libs/gst/tag/Makefile.am:
20413         * gst-libs/gst/video/Makefile.am:
20414           and use them
20415
20416 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20417
20418         * docs/libs/tmpl/gstcolorbalance.sgml:
20419         * docs/libs/tmpl/gstmixer.sgml:
20420         * docs/libs/tmpl/gstxoverlay.sgml:
20421         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20422         * sys/ximage/ximagesink.h:
20423         * sys/xvimage/xvimagesink.h: More and more documentation.
20424
20425 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20426
20427         * docs/libs/gst-plugins-base-libs-docs.sgml:
20428         * docs/libs/gst-plugins-base-libs-sections.txt:
20429         * docs/libs/tmpl/gstcolorbalance.sgml:
20430         * docs/libs/tmpl/gstmixer.sgml:
20431         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20432         to documentation.
20433
20434 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20435
20436         * docs/plugins/Makefile.am:
20437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20439         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20440
20441 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20442
20443         * docs/plugins/Makefile.am:
20444         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20445         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20446         * docs/plugins/inspect/plugin-adder.xml:
20447         * docs/plugins/inspect/plugin-alsa.xml:
20448         * docs/plugins/inspect/plugin-audioconvert.xml:
20449         * docs/plugins/inspect/plugin-audiorate.xml:
20450         * docs/plugins/inspect/plugin-audioresample.xml:
20451         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20452         * docs/plugins/inspect/plugin-decodebin.xml:
20453         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20454         * docs/plugins/inspect/plugin-gnomevfs.xml:
20455         * docs/plugins/inspect/plugin-ogg.xml:
20456         * docs/plugins/inspect/plugin-playbin.xml:
20457         * docs/plugins/inspect/plugin-subparse.xml:
20458         * docs/plugins/inspect/plugin-tcp.xml:
20459         * docs/plugins/inspect/plugin-theora.xml:
20460         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20461         * docs/plugins/inspect/plugin-video4linux.xml:
20462         * docs/plugins/inspect/plugin-videorate.xml:
20463         * docs/plugins/inspect/plugin-videoscale.xml:
20464         * docs/plugins/inspect/plugin-videotestsrc.xml:
20465         * docs/plugins/inspect/plugin-volume.xml:
20466         * docs/plugins/inspect/plugin-vorbis.xml:
20467         * docs/plugins/inspect/plugin-ximagesink.xml:
20468         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20469         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20470
20471 2005-11-26  Edward Hervey  <edward@fluendo.com>
20472
20473         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20474         Properly return GstFlowReturn from gst_pad_push in chain functions.
20475
20476 2005-11-25  Michael Smith  <msmith@fluendo.com>
20477
20478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20479         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20480         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20481         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20482           Handle various conditions better when we don't understand a stream.
20483           Removes a heap of CRITICALs on ogg streams containing unknown data.
20484
20485 2005-11-24  Andy Wingo  <wingo@pobox.com>
20486
20487         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20488         Be threadsafe.
20489
20490 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20491
20492         * configure.ac: back to HEAD
20493
20494 === release 0.9.6 ===
20495
20496 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20497
20498         * configure.ac:
20499           releasing 0.9.6, "White Eight"
20500
20501 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20504         * docs/plugins/inspect/plugin-sine.xml:
20505           remove sinesrc some more
20506
20507 2005-11-23  Wim Taymans  <wim@fluendo.com>
20508
20509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20510         If we are reading too slowly, jump forward in the ringbuffer
20511         instead of blocking.
20512
20513 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20514
20515         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20516         (gst_visual_chain):
20517         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20518         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20519         (gst_videorate_chain):
20520         * gst/videotestsrc/gstvideotestsrc.c:
20521         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20523         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20524         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20525         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20526         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20527           Updates for API changes
20528
20529 2005-11-23  Wim Taymans  <wim@fluendo.com>
20530
20531         * gst-libs/gst/audio/gstbaseaudiosink.c:
20532         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20533         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20534         Fix for calibration API change.
20535
20536 2005-11-23  Michael Smith <msmith@fluendo.com>
20537
20538         * gst-libs/gst/audio/multichannel.c:
20539         (gst_audio_get_channel_positions),
20540         (gst_audio_set_channel_positions),
20541         (gst_audio_set_structure_channel_positions_list),
20542         (gst_audio_fixate_channel_positions):
20543           Use gst_value_array_*() functions on value arrays, not
20544           gst_value_list_*().
20545
20546 2005-11-23  Edward Hervey  <edward@fluendo.com>
20547
20548         * autogen.sh:
20549         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20550         Fixes autogen
20551
20552 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * check/Makefile.am:
20555         * check/elements/videotestsrc.c: (setup_videotestsrc),
20556         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20557         (main):
20558           add a test for videotestsrc
20559
20560 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20561
20562         * gst/sine/.cvsignore:
20563         * gst/sine/Makefile.am:
20564         * gst/sine/gstsinesrc.c:
20565         * gst/sine/gstsinesrc.h:
20566         * gst/sine/sinesrc.vcproj:
20567           and remove sinesrc from the repository.  Closes #321446
20568
20569 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20570
20571         * configure.ac:
20572         * gst-plugins-base.spec.in:
20573           remove sinesrc from the build
20574
20575 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20576
20577         * check/Makefile.am:
20578         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20579         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20580         (main):
20581           add a test for audiotestsrc, testing all waves.  Even seems
20582           leak-free at first glance, nice job Stefan
20583
20584 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20585
20586         * po/af.po:
20587         * po/az.po:
20588         * po/cs.po:
20589         * po/en_GB.po:
20590         * po/hu.po:
20591         * po/it.po:
20592         * po/nb.po:
20593         * po/nl.po:
20594         * po/or.po:
20595         * po/sq.po:
20596         * po/sr.po:
20597         * po/sv.po:
20598         * po/uk.po:
20599         * po/vi.po:
20600           Translation string updates
20601
20602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20603         (gst_v4lsrc_set_caps):
20604         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20605         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20606         * sys/v4l/v4lsrc_calls.h:
20607           Improve v4lsrc, by making it work again.
20608
20609 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20610
20611         * ext/libvisual/visual.c: (gst_visual_chain):
20612           Fix the fps calculations.
20613
20614         * gst/ffmpegcolorspace/avcodec.h:
20615           Move structure element for clarity
20616
20617         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20618         * gst-libs/gst/interfaces/tunernorm.h:
20619         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20620         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20621         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20622         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20623         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20624         (gst_v4lmjpegsrc_getcaps):
20625         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20626         (gst_v4lsrc_set_caps):
20627         * sys/v4l/gstv4lsrc.h:
20628         * sys/v4l/v4l_calls.c: (gst_v4l_open):
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           Fractional framerates...
20633
20634 2005-11-22  Wim Taymans  <wim@fluendo.com>
20635
20636         * gst-libs/gst/audio/gstbaseaudiosink.c:
20637         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20638         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20639         And we provide a clock by default, of course...
20640
20641 2005-11-22  Wim Taymans  <wim@fluendo.com>
20642
20643         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20644         This clock can be slaved to a master clock now.
20645
20646         * gst-libs/gst/audio/gstbaseaudiosink.c:
20647         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20648         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20649         (gst_base_audio_sink_set_clock),
20650         (gst_base_audio_sink_set_property),
20651         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20652         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20653         * gst-libs/gst/audio/gstbaseaudiosink.h:
20654         Handle slaving the internal clock to the clock selected in the
20655         pipeline.
20656         Add property to make the basesink not provide a clock.
20657
20658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20659         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20660         (gst_base_rtp_depayload_wait):
20661         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20662         We can use the clock in GstElement, no need to store it ourselves.
20663
20664 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20665
20666         * docs/libs/tmpl/gstaudio.sgml:
20667           update
20668         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20669         (gst_paranoia_endian_get_type):
20670         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20671         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20672         * gst/audiotestsrc/gstaudiotestsrc.c:
20673         (gst_audiostestsrc_wave_get_type):
20674         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20675         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20676         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20677         (gst_sync_method_get_type), (gst_unit_type_get_type),
20678         (gst_client_status_get_type), (gst_multifdsink_class_init),
20679         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20680         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20681         (gst_multifdsink_get_property):
20682         * gst/tcp/gstmultifdsink.h:
20683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20684         * gst/videotestsrc/gstvideotestsrc.c:
20685         (gst_videotestsrc_pattern_get_type):
20686           remove deprecated properties
20687           fix up enums to correctly have short lowercase dashed nicks
20688
20689 2005-11-22  Michael Smith <msmith@fluendo.com>
20690
20691         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20692         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20693           Add underscore.
20694
20695 2005-11-22  Michael Smith <msmith@fluendo.com>
20696
20697         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20698         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20699           Use utility method for scaling clocktime for fractional framerates.
20700
20701 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20702
20703         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20704         (gst_visual_chain):
20705         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20706         * ext/theora/theoradec.c: (theora_handle_type_packet):
20707         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20708         (theora_enc_chain):
20709         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20710         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20711         * gst-libs/gst/video/video.h:
20712         * gst/ffmpegcolorspace/avcodec.h:
20713         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20714         (gst_ffmpeg_caps_to_pixfmt):
20715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20716         (gst_ffmpegcsp_set_caps):
20717         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20718         (gst_videorate_setcaps), (gst_videorate_blank_data),
20719         (gst_videorate_chain):
20720         * gst/videotestsrc/gstvideotestsrc.c:
20721         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20722         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20723         (gst_videotestsrc_event), (gst_videotestsrc_create):
20724         * gst/videotestsrc/gstvideotestsrc.h:
20725         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20726         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20727         (gst_ximagesink_get_times), (gst_ximagesink_init):
20728         * sys/ximage/ximagesink.h:
20729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20730         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20731         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20732         * sys/xvimage/xvimagesink.h:
20733           Convert elements to use fractions for their framerate.
20734           V4L elements to come later tonight.
20735
20736 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * gst-libs/gst/audio/audio.c:
20739         * gst-libs/gst/audio/audio.h:
20740           remove some deprecated functions
20741
20742 2005-11-22  Andy Wingo  <wingo@pobox.com>
20743
20744         * Update for gst_tag_setter API changes.
20745
20746 2005-11-22  Andy Wingo  <wingo@pobox.com>
20747
20748         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20749         (gst_ogg_demux_perform_seek):
20750         * ext/theora/theoradec.c (theora_dec_sink_event):
20751         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20752         update-funcnames.
20753
20754 2005-11-22  Wim Taymans  <wim@fluendo.com>
20755
20756         * examples/seeking/seek.c: (main):
20757         Give higher priority to bus signals than the gtk events
20758         to fix a race condition in the segment looping.
20759
20760 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20761
20762         * ext/theora/Makefile.am:
20763         * ext/vorbis/Makefile.am:
20764         * gst-libs/gst/tag/Makefile.am:
20765         * gst-plugins-base.spec.in:
20766           Rename libgsttagedit to libgsttag (#322117).
20767
20768 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20769
20770         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20772           Call gst_x_overlay_prepare_xwindow_id() to give applications
20773           a final chance to set their own xwindow id before the video
20774           sink creates its own window.
20775
20776 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20777
20778         * sys/xvimage/xvimagesink.c:
20779         (gst_xvimagesink_navigation_send_event): Handle navigation
20780         events correcly with borders if applicable.
20781
20782 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20783
20784         Patch by: Luca Ognibene
20785
20786         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20787         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20789         (gst_ffmpegcsp_caps_remove_format_info):
20790         * gst/ffmpegcolorspace/imgconvert.c:
20791         * gst/ffmpegcolorspace/imgconvert_template.h:
20792           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20793           #318353); use gst_structure_has_name().
20794
20795 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20796
20797         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20798         (gst_ximagesink_class_init): Add debug macros on functions.
20799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20800         (gst_xvimagesink_xwindow_draw_borders),
20801         (gst_xvimagesink_xvimage_put),
20802         (gst_xvimagesink_xwindow_update_geometry),
20803         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20804         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20805         (gst_xvimagesink_xcontext_clear),
20806         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20807         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20808         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20809         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20810         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20811         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20812         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20813         expose while being PAUSED, out of data flow navigation events, etc..
20814
20815 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20816
20817         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20818         * gst-libs/gst/audio/audio.h:
20819           fix prototype - wondering why the test worked regardless
20820
20821 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20822
20823         * check/Makefile.am:
20824         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20825         * gst-libs/gst/audio/audio.h:
20826           add a method that returns a proper GstClockTime
20827
20828 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20829
20830         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20831         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20832         * gst-libs/gst/interfaces/xoverlay.h:
20833           Remove everything having to do with the desired size; add 
20834           gst_x_overlay_prepare_xwindow_id() function; remove the
20835           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20836           post a message on the bus instead (#321816).
20837
20838         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20840         (gst_xvimagesink_xoverlay_init):
20841           Remove desired size stuff (#321816).
20842
20843 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20844
20845         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20846         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20847         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20848           Terminate vararg functions with NULL instead of 0 to 
20849           make gcc4 happy.
20850
20851 2005-11-21  Andy Wingo  <wingo@pobox.com>
20852
20853         patch by: Sebastien Cote <sebas642@yahoo.ca>
20854         
20855         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20856         * gst-libs/gst/rtp/gstrtpbuffer.c
20857         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20858
20859 2005-11-21  Andy Wingo  <wingo@pobox.com>
20860
20861         * gst/playback/gstplaybin.c (gen_audio_element) 
20862         (gen_video_element): Use the new MISSING_PLUGIN core error
20863         category. Closes #320060.
20864
20865         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20866         * gst/videorate/gstvideorate.c (gst_videorate_event):
20867         * ext/theora/theoradec.c (theora_dec_sink_event): 
20868         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20869         stream lock.
20870
20871         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20872         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20873         stream lock changes.
20874
20875 2005-11-21  Wim Taymans  <wim@fluendo.com>
20876
20877         * gst-libs/gst/audio/gstbaseaudiosink.c:
20878         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20879         (gst_base_audio_sink_provide_clock),
20880         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20881         (gst_base_audio_sink_change_state):
20882         * gst/audioresample/gstaudioresample.c:
20883         Segment update fix.
20884
20885 2005-11-21  Andy Wingo  <wingo@pobox.com>
20886
20887         * *.h:
20888         * *.c: Ran scripts/update-macros. Oh yes.
20889
20890 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20891
20892         * sys/ximage/Makefile.am:
20893         * sys/ximage/ximage.c:
20894           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20895           remove your old libgstximage.* manually if necessary).
20896
20897 2005-11-21  Michael Smith <msmith@fluendo.com>
20898
20899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20900           Minimal fix for bug #320200: set the min/max bitrate in the correct
20901           units. A better fix would be to upgrade to the RATEMANAGE2
20902           interface, rather than using the deprecated interface used here, but
20903           that would require an update in our libvorbis dependency (to 1.1),
20904           which is probably undesirable.
20905
20906 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20907
20908         * ext/libvisual/visual.c: (get_buffer):
20909         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20910         (gst_base_audio_src_fixate):
20911         * gst/audioconvert/gstaudioconvert.c:
20912         (gst_audio_convert_fixate_caps):
20913         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20914         * gst/audiotestsrc/gstaudiotestsrc.c:
20915         (gst_audiotestsrc_src_fixate):
20916         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20917         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20918         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20919         * gst/videotestsrc/gstvideotestsrc.c:
20920         (gst_videotestsrc_src_fixate):
20921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20923           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20924           (#322027)
20925
20926
20927 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20928
20929         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20930         (gst_riff_create_iavs_caps):
20931         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20932         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20933         (gst_riff_parse_info):
20934         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20935         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20937           Fixes for GST_FOURCC_FORMAT API change.
20938
20939 2005-11-21  Andy Wingo  <wingo@pobox.com>
20940
20941         patch by: Alessandro Dessina <alessandro nnva org>
20942
20943         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20944         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20945         (gst_ogg_parse_chain):
20946         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20947         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20948         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20949         gst_value_list calls on arrays. Fixes #321962.
20950
20951 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20952
20953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20954         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20955         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20956         * gst/adder/gstadder.c: (gst_adder_init),
20957         (gst_adder_request_new_pad), (gst_adder_collected),
20958         (gst_adder_change_state):
20959           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20960           API change.
20961
20962 2005-11-21  Michael Smith <msmith@fluendo.com>
20963
20964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20965         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20966           Properly handle pad_push return values.
20967
20968 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20969
20970         * gst-libs/gst/tag/Makefile.am:
20971         * gst-libs/gst/tag/gstvorbistag.c:
20972         (gst_tag_list_to_vorbiscomment_buffer):
20973           Remove obsolete vorbistag element and debug category.
20974
20975         * gst/playback/gstplaybasebin.c: (check_queue):
20976           Don't divide by 0 when queue-threshold is 0.
20977
20978         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20979           Don't modify an existing pixel-aspect-ratio if we fail to read
20980           a new one.
20981
20982 2005-11-20  Wim Taymans  <wim@fluendo.com>
20983
20984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20985         (gst_vorbisenc_push_packet):
20986         GST_PAD_IS_USABLE is gone, use the return value of
20987         the push or pad_alloc_buffer instead.
20988
20989 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20990
20991         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20992         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20993         (gst_ximagesink_ximage_destroy),
20994         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20995         (gst_ximagesink_xwindow_new),
20996         (gst_ximagesink_xwindow_update_geometry),
20997         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20998         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20999         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
21000         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
21001         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
21002         (gst_ximagesink_navigation_send_event),
21003         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
21004         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
21005         (gst_ximagesink_finalize), (gst_ximagesink_init),
21006         (gst_ximagesink_class_init):
21007         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
21008         This new version brings correct software scaling, non flickering
21009         window while resizing, pixel aspect ratio handling, usage of
21010         hardware buffer pools, out of data flow event thread for 
21011         navigation and handling of expose events even when being PAUSED,
21012         a new property to keep video aspect ratio when resizing, etc...
21013
21014 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21015
21016         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21017         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21018         handling of PAR.
21019
21020 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21021
21022         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21023         Unsetting IS_SINK flag from the fakesink, so decodebin
21024         never behaves as a sink.
21025
21026 2005-11-17  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21029         (gst_base_audio_src_change_state):
21030         Fix the audiosrc base class again, we did not unflush.
21031
21032 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21033
21034         * examples/seeking/seek.c: (make_dv_pipeline),
21035         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21036         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21037         to ogg/vorbis/theora pipeline.
21038
21039 2005-11-17  Wim Taymans  <wim@fluendo.com>
21040
21041         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21042         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21043         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21044         Fix EOS on multiple streams.
21045         More debugging.
21046
21047 2005-11-16  Wim Taymans  <wim@fluendo.com>
21048
21049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21050         (gst_ogg_demux_perform_seek):
21051         Segment done must include stream time.
21052
21053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21054         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21055         (gst_ogg_mux_change_state):
21056         Fix ogg muxer again.
21057
21058 2005-11-16  Wim Taymans  <wim@fluendo.com>
21059
21060         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21061         Fix compile again.
21062
21063 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21064
21065         * ext/libvisual/visual.c: (gst_visual_init):
21066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21067         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21068         (gst_ogg_parse_chain):
21069         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21070         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21071         * ext/theora/theoradec.c: (gst_theora_dec_init):
21072         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21073         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21074         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21075         * gst/adder/gstadder.c: (gst_adder_class_init),
21076         (gst_adder_dispose):
21077         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21078         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21079         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21080           Fix a whole set of pad template leaks
21081
21082 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21083
21084         * check/generic/states.c: (GST_START_TEST):
21085           fix the test so that it only checks for elements that are part of
21086           this source module
21087
21088 2005-11-16  Michael Smith <msmith@fluendo.com>
21089
21090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21091         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21092         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21093         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21094         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21095         (gst_ogg_mux_change_state):
21096           Fix leaking collectpads.
21097
21098 2005-11-16  Edward Hervey  <edward@fluendo.com>
21099
21100         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21101         (gst_videorate_event), (gst_videorate_chain):
21102         Handle segment seeks
21103
21104 2005-11-16  Wim Taymans  <wim@fluendo.com>
21105
21106         * gst-libs/gst/audio/gstbaseaudiosink.c:
21107         (gst_base_audio_sink_provide_clock),
21108         (gst_base_audio_sink_change_state):
21109         Set ringbuffer to non-flushing when going to PAUSED, set to
21110         flushing again when going to READY.
21111
21112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21113         (gst_ring_buffer_stop):
21114         Start in flushing mode by default.
21115         Don't set flushing in the _stop method, let the app call
21116         this explicitly.
21117
21118 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21119
21120         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21121         * gst-libs/gst/video/videosink.h: Add helper function needed
21122         for video sinks.
21123
21124 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21125
21126         * gst/videoscale/gstvideoscale.c:
21127         (gst_videoscale_handle_src_event):
21128           Don't leak reference to pad parent.
21129
21130 2005-11-16  Wim Taymans  <wim@fluendo.com>
21131
21132         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21133         Set ringbuffer to flushing when stopping so that we don't
21134         block on wait_segment anymore and livelock.
21135
21136 2005-11-16  Wim Taymans  <wim@fluendo.com>
21137
21138         * examples/seeking/seek.c: (send_event), (do_seek),
21139         (loop_toggle_cb), (segment_done), (main):
21140         Added looping checkbox.
21141
21142 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21143
21144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21145         (gst_ogg_demux_init):
21146         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21147         (gst_vorbis_dec_init):
21148           revert unrefs, they don't pass make check
21149
21150 2005-11-15  Johan Dahlin  <johan@gnome.org>
21151
21152         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21153         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21154         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21155         (gst_vorbis_dec_init):
21156         Fix pad template leaks. 
21157
21158 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21159
21160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21161           Make state change function thread safe.
21162
21163 2005-11-15  Edward Hervey  <edward@fluendo.com>
21164
21165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21166         (gst_ogg_demux_class_init):
21167         Implement GstElement::send_event, so we can send seek events
21168         in GST_STATE_READY
21169
21170 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21171
21172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21173         Discovered how to take away flickering while resizing the
21174         window. Please don't put that in ximagesink, refactoring in
21175         progress.
21176
21177 2005-11-14  Michael Smith <msmith@fluendo.com>
21178
21179         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21180         (gst_multifdsink_render):
21181           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21182
21183 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21184
21185         * gst/playback/gstplaybin.c: (gen_audio_element):
21186           Use autoaudiosink, it tends to be more widely available than
21187           autoaudiiosink.
21188           
21189 2005-11-14  Andy Wingo  <wingo@pobox.com>
21190
21191         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21192         as well if it is available. Fixes #316442.
21193
21194 2005-11-14  Michael Smith <msmith@fluendo.com>
21195
21196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21197         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21198         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21199         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21200         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21201         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21202         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21203         (gst_vorbisenc_change_state):
21204           Fix a small memory leak in vorbisenc.
21205           Fix large memory leaks in oggmux, also fix lots of state change
21206           bugs in oggmux.
21207
21208 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21209
21210         * gst/videotestsrc/gstvideotestsrc.c:
21211         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21212         (gst_videotestsrc_src_fixate):
21213           move fixation to a fixate function
21214           remove negotiate function, basesrc's is good enough
21215           fixes a bug for check when using the element alone
21216
21217 2005-11-13  Edward Hervey  <edward@fluendo.com>
21218
21219         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21220         (key_toggle_cb), (main):
21221         Added checkboxes for adding/removing the accurate and key_unit seek
21222         flags.
21223
21224 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * configure.ac: back to HEAD
21227
21228 === release 0.9.5 ===
21229
21230 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21231
21232         * configure.ac:
21233           releasing 0.9.5, "No No Kia"
21234
21235 2005-11-11  Edward Hervey  <edward@fluendo.com>
21236
21237         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21238         Added parse-launch syntax seeking mode for the seeking example.
21239         This should help stress-test even more cases.
21240         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21241
21242 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21243
21244         * sys/xvimage/xvimagesink.c:
21245         (gst_xvimagesink_navigation_send_event):
21246           Check whether peer pad exists before sending navigation events
21247           to it.
21248
21249 2005-11-11  Michael Smith <msmith@fluendo.com>
21250
21251         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21252         (gst_vorbisenc_buffer_from_packet):
21253         * ext/vorbis/vorbisenc.h:
21254           Set duration on encoded buffers. This allows oggmux's
21255           max_page_delay parameter to actually work.
21256
21257 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21258
21259         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21260         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21261         (gst_ffmpegcsp_avpicture_fill):
21262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21263         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21264           Make palettes work again (see #132341). Use our own macros
21265           for rounding up.
21266
21267 2005-11-10  Andy Wingo  <wingo@pobox.com>
21268
21269         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21270         string doober.
21271
21272 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21273
21274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21275         (gst_ffmpegcsp_transform_caps):
21276           Prefer passthrough in transform_caps
21277
21278 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21279
21280         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21281           check for ALSA errors properly, instead of relying on ALSA's
21282           error strings to serve to the user.
21283
21284 2005-11-10  Wim Taymans  <wim@fluendo.com>
21285
21286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21287         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21288         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21289         Modernise the seek code.
21290
21291 2005-11-10  Michael Smith <msmith@fluendo.com>
21292         
21293         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21294         (setup_substreams), (set_active_source):
21295           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21296           trying to go to NULL if we failed to read a file.
21297
21298 2005-11-10  Wim Taymans  <wim@fluendo.com>
21299
21300         * gst/audiotestsrc/gstaudiotestsrc.c:
21301         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21302         (gst_audiotestsrc_create):
21303         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21304         (gst_sinesrc_get_times), (gst_sinesrc_create):
21305         * gst/videotestsrc/gstvideotestsrc.c:
21306         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21307         (gst_videotestsrc_create):
21308         The base class can now sync for us.
21309
21310 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21313           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21314           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21315           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21316           format=(fourcc)I420" ! xvimagesink
21317
21318 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21319
21320         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21321         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21322         (gst_sinesrc_newsegment):
21323           Send newsegment event in TIME format, set duration if
21324           num-buffers is set, fix duration querying.
21325
21326 2005-11-10  Michael Smith <msmith@fluendo.com>
21327
21328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21329         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21330         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21331         (gst_ogg_mux_collected):
21332          Fix EOS handling, partially. Now forwarding an EOS event once we have
21333          EOS on all pads works correctly. However, we still don't properly set
21334          EOS on the actual ogg stream pages.
21335
21336 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21337
21338         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21339           Set elements to NULL state before disposing of them.
21340
21341 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21342
21343         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21344
21345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21346         (gst_base_rtp_depayload_init),
21347         (gst_base_rtp_depayload_set_gst_timestamp):
21348         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21349           We need to send a newsegment event for each instance, not
21350           just for the first instance of this class (get rid of
21351           static variable in function). (#321011).
21352           
21353 2005-11-08  Michael Smith <msmith@fluendo.com>
21354
21355         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21356         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21357         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21358         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21359           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21360           This makes us mux things correctly according to the ogg muxing
21361           rules. Still not handling EOS correctly right now, though.
21362
21363 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21364
21365         * gst/audioconvert/gstaudioconvert.c:
21366           Fix typo in docs. 
21367
21368 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21369
21370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21371         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21372           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21373           creating a new chain; should fix live streaming. Also
21374           add more debug output and fix a typo.
21375
21376 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21377
21378         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21379
21380         * gst/volume/gstvolume.c: (volume_set_caps):
21381           Fix compilation on Solaris with Forte. (#320923)
21382
21383 2005-11-08  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst-libs/gst/audio/gstbaseaudiosink.c:
21386         (gst_base_audio_sink_render):
21387         No need to do a typecheck.
21388
21389 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21390
21391         * ext/alsa/gstalsa.h:
21392           We register a debug category, so let's use it.
21393
21394 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21395
21396         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21397         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21398         Fixed a small problem.
21399
21400 2005-11-04  Wim Taymans  <wim@fluendo.com>
21401
21402         * examples/seeking/Makefile.am:
21403         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21404         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21405         (make_playerbin_pipeline), (format_value), (update_scale),
21406         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21407         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21408         (print_usage), (main):
21409         Added app for playback speed testing.
21410
21411         * examples/seeking/seek.c: (dynamic_link),
21412         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21413         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21414         (message_received), (main):
21415         Updated seek example.
21416
21417 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21418
21419         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21420         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21421         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21422         (gst_base_rtp_depayload_set_clock):
21423         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21424         Don't sleep on the bench (system clock) when you have a nice 
21425         comfortable bed (Gstreamer clock) to sleep on.
21426
21427 2005-11-03  Wim Taymans  <wim@fluendo.com>
21428
21429         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21430         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21431         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21432         Handle the case where a pad_block failed.
21433
21434 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21435
21436         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21437
21438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21439         (gst_base_rtp_depayload_add_to_queue),
21440         (gst_base_rtp_depayload_push),
21441         (gst_base_rtp_depayload_set_gst_timestamp),
21442         (gst_base_rtp_depayload_queue_release):
21443           Fixes some bugs in the depayloader's queuing/de-queueing code.
21444
21445 2005-10-31  Michael Smith <msmith@fluendo.com>
21446
21447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21448         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21449         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21450           Patch from Alessandro Decina <alessandro@nnva.org>.
21451           Make oggdemux only find the final time in a chain, not per-pad,
21452           since the per-pad information can be very expensive to locate, and
21453           it isn't used anywhere. This makes reading a file containing
21454           OggSkeleton reasonably fast.
21455           Also, make chain finding work when there are logical bitstreams that
21456           can't be decoded. Fixes #319110.
21457
21458 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21459
21460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21461         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21462         (gst_base_rtp_depayload_chain),
21463         (gst_base_rtp_depayload_add_to_queue),
21464         (gst_base_rtp_depayload_push),
21465         (gst_base_rtp_depayload_set_gst_timestamp),
21466         (gst_base_rtp_depayload_queue_release),
21467         (gst_base_rtp_depayload_start_thread),
21468         (gst_base_rtp_depayload_set_property),
21469         (gst_base_rtp_depayload_get_property):
21470         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21471         Some random fixes, to fullfill the desires of thomas.
21472
21473 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21474
21475         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21476         (gst_base_rtp_depayload_add_to_queue),
21477         (gst_base_rtp_depayload_push):
21478         Fixed the queueing algorithm.
21479
21480 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21481
21482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21483         (gst_base_rtp_depayload_push):
21484         A small fix
21485
21486 2005-10-31  Wim Taymans  <wim@fluendo.com>
21487
21488         * gst-libs/gst/audio/gstringbuffer.h:
21489         Don't break ABI.
21490
21491         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21492         (gst_ffmpeg_caps_to_pixfmt):
21493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21494         (gst_ffmpegcsp_set_caps):
21495         Some more comments.
21496         Handle missing required caps fields better.
21497
21498 2005-10-31  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst-libs/gst/audio/gstbaseaudiosink.c:
21501         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21502         (gst_base_audio_sink_render):
21503         * gst-libs/gst/audio/gstringbuffer.c:
21504         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21505         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21506         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21507         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21508         (gst_ring_buffer_read):
21509         * gst-libs/gst/audio/gstringbuffer.h:
21510         Add flushing mode to the ringbuffer so that it in all cases does
21511         not try to handle more audio. This makes sure it does not try to
21512         block anymore when flushing and fixes a livelock.
21513
21514 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21515
21516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21517         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21518         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21519           Explicitly check for -1 values before doing a conversion
21520           and always map them to -1. (#315545)
21521
21522 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21523
21524         * gst/playback/gstplaybin.c: (gen_video_element):
21525           first try autovideosink, then xvimagesink, then error out
21526         * po/POTFILES.in:
21527           add translatable file
21528         * po/af.po:
21529         * po/az.po:
21530         * po/cs.po:
21531         * po/en_GB.po:
21532         * po/hu.po:
21533         * po/it.po:
21534         * po/nb.po:
21535         * po/nl.po:
21536         * po/or.po:
21537         * po/sq.po:
21538         * po/sr.po:
21539         * po/sv.po:
21540         * po/uk.po:
21541         * po/vi.po:
21542           update translations
21543
21544 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21545
21546         * gst-libs/gst/rtp/gstbasedepayload.c:
21547         * gst-libs/gst/rtp/gstbasedepayload.h:
21548           Minor cleanups
21549
21550 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21551
21552         * gst/playback/.cvsignore:
21553         * gst/playback/decodetest.c:
21554         * gst/playback/test3.c:
21555           Port these two tests as well.
21556
21557 2005-10-27  Wim Taymans  <wim@fluendo.com>
21558
21559         * ext/theora/theoradec.c: (theora_dec_src_query),
21560         (theora_dec_sink_event):
21561         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21562         (theora_enc_change_state):
21563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21564         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21565         Take proper locks when handling events.
21566
21567 2005-10-27  Wim Taymans  <wim@fluendo.com>
21568
21569         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21570         (gst_adder_change_state):
21571         Fix timestamps and fix deadlock when stopping the collectpads.
21572
21573 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21574
21575         * gst-libs/gst/rtp/gstrtpbuffer.h:
21576         Declaring the payload types as strings too so that they can be used
21577         in the padtemplate inialization.
21578
21579 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21580
21581         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21582
21583         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21584         (gst_base_rtp_depayload_class_init):
21585         Fixes a small but nasty bug. The derived elements no longer segfaults
21586         on finalization.
21587
21588 2005-10-26  Michael Smith <msmith@fluendo.com>
21589
21590         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21591           When clearing an audioconvert context, set tmpbufsize to zero, so
21592           we'll allocate it again later if required.
21593           This fixes audioconvert re-negotiating formats, which previously
21594           segfaulted with a NULL destination buffer.
21595
21596 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21597
21598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21599         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21600         (gst_base_rtp_depayload_set_gst_timestamp),
21601         (gst_base_rtp_depayload_queue_release):
21602         Fixed a smalll memleak.
21603
21604 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21606         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21607         (gst_base_rtp_depayload_finalize),
21608         (gst_base_rtp_depayload_setcaps),
21609         (gst_base_rtp_depayload_add_to_queue),
21610         (gst_base_rtp_depayload_push),
21611         (gst_base_rtp_depayload_set_gst_timestamp),
21612         (gst_base_rtp_depayload_queue_release),
21613         (gst_base_rtp_depayload_thread),
21614         (gst_base_rtp_depayload_change_state):
21615         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21616         Changed the C++ comments to C comments
21617
21618 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21619
21620         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21621         * gst/tcp/gsttcpclientsrc.h:
21622         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21623         * gst/tcp/gsttcpserversrc.h:
21624           Remove unused 'curoffset' structure member.
21625
21626 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21627
21628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21629         (gst_base_rtp_depayload_base_init),
21630         (gst_base_rtp_depayload_finalize):
21631         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21632         * gst-libs/gst/rtp/gstbasertppayload.h:
21633           The pad-template on the sinkpad should be set by the derived classes.
21634           Also added some useful macros.
21635
21636 2005-10-24  Wim Taymans  <wim@fluendo.com>
21637
21638         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21639         Correctly flush decoder samples even if we could not
21640         copy them to an output buffer. Fixes #319618.
21641
21642 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21643
21644         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21646         the caps against our xcontext caps.
21647
21648 2005-10-24  Wim Taymans  <wim@fluendo.com>
21649
21650         * gst-libs/gst/audio/gstbaseaudiosink.c:
21651         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21652         Remove g_print
21653         Use sync property from baseclass to disable sync.
21654
21655 2005-10-24  Wim Taymans  <wim@fluendo.com>
21656
21657         * gst-libs/gst/audio/gstbaseaudiosink.c:
21658         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21659         Buffers with no timestamps get aligned with previous buffers or
21660         on underrun, played ASAP.
21661
21662 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21663
21664         * gst-libs/gst/video/video.h:
21665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21666         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21667         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21668         here comes my change on caps for framerate and geometry range.
21669         We are now accepting 1 to MAXINT for width and height, and from
21670         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21671         to be blended correctly in videomixer.
21672
21673 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * configure.ac:
21676           back to HEAD
21677
21678 === release 0.9.4 ===
21679
21680 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21681
21682         * NEWS:
21683         * RELEASE:
21684         * configure.ac:
21685           releasing 0.9.4, "Velociraptor"
21686
21687 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21688
21689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21690         * po/POTFILES.in:
21691           STOPPED -> FAILED
21692
21693 2005-10-21  Wim Taymans  <wim@fluendo.com>
21694
21695         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21696         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21697         (pad_blocked), (close_pad_link), (new_pad):
21698         Don't try to remove elements twice.
21699
21700 2005-10-21  Wim Taymans  <wim@fluendo.com>
21701
21702         * ext/theora/theoradec.c: (theora_dec_src_query),
21703         (theora_dec_sink_event):
21704         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21705         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21706         (vorbis_handle_data_packet):
21707         * ext/vorbis/vorbisdec.h:
21708         Fix old naming.
21709
21710         * gst-libs/gst/audio/gstbaseaudiosink.c:
21711         (gst_base_audio_sink_render):
21712         Don't try to sync on buffers without a timestamp.
21713
21714 2005-10-21  Wim Taymans  <wim@fluendo.com>
21715
21716         * ext/theora/theoradec.c: (theora_dec_src_query),
21717         (theora_dec_sink_event):
21718         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21719         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21720         (vorbis_handle_data_packet):
21721         * ext/vorbis/vorbisdec.h:
21722         Fix old naming.
21723
21724 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21725
21726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21727         (gst_vorbisenc_src_query):
21728           Implement position and duration queries.
21729
21730         * gst/playback/test3.c: (update_scale), (main):
21731           Fix for async state changes and print nicer output.
21732
21733 2005-10-20  Wim Taymans  <wim@fluendo.com>
21734
21735         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21736         (dump_element_stats), (main):
21737         * gst/playback/test6.c: (main):
21738         Fix tests again
21739
21740 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21741
21742         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21743         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21744           Don't use functions for position queries when handling
21745           duration queries.
21746
21747 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21748
21749         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21750         (vorbis_handle_data_packet), (vorbis_dec_chain),
21751         (vorbis_dec_change_state):
21752         * ext/vorbis/vorbisdec.h:
21753           Vorbis streams can be embedded in other container formats
21754           than ogg, container formats where the demuxer might set 
21755           timestamps on encoded vorbis buffers instead of those silly 
21756           granulepos thingies. In short: make vorbisdec handle 
21757           timestamps on incoming buffers as well.
21758
21759 2005-10-20  Wim Taymans  <wim@fluendo.com>
21760
21761         * gst/playback/gstplaybasebin.c: (group_destroy),
21762         (gst_play_base_bin_change_state):
21763         Fix leak.
21764         Handle case where playbasebin is now ASYNC because
21765         decodebin is.
21766
21767 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21768
21769         * gst/audioconvert/Makefile.am:
21770         * gst/audioconvert/bufferframesconvert.c:
21771         * gst/audioconvert/plugin.c: (plugin_init):
21772         * gst/audioconvert/plugin.h:
21773           And bye bye buffer-frames-convert
21774
21775 2005-10-19  Wim Taymans  <wim@fluendo.com>
21776
21777         * check/elements/audioconvert.c:
21778         * docs/libs/tmpl/gstaudio.sgml:
21779         * docs/libs/tmpl/gstcolorbalance.sgml:
21780         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21781         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21782         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21783         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21784         * gst-libs/gst/audio/audio.h:
21785         * gst/audioconvert/audioconvert.h:
21786         * gst/audioconvert/gstaudioconvert.c:
21787         (gst_audio_convert_parse_caps):
21788         * gst/volume/gstvolume.c:
21789         Bye bye buffer-frames.
21790
21791 2005-10-19  Wim Taymans  <wim@fluendo.com>
21792
21793         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21794         (query_positions_elems), (query_positions_pads), (update_scale),
21795         (do_seek), (set_update_scale), (message_received), (main):
21796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21797         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21798         (gst_ogg_demux_loop):
21799         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21800         * ext/theora/theoradec.c: (theora_dec_src_query),
21801         (theora_dec_sink_event):
21802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21803         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21804         * gst/adder/gstadder.c: (gst_adder_query):
21805         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21806         * gst/playback/test3.c: (update_scale):
21807         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21808         (dump_element_stats), (main):
21809         * gst/playback/test6.c: (main):
21810         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21811         Query API update.
21812
21813 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21814
21815         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21816         (xml_check_first_element), (xml_type_find), (smil_type_find),
21817         (plugin_init):
21818           Add typefinding for SMIL and for generic XML. Based on patch by
21819           Akos Maroy (#308663).
21820
21821 2005-10-18  Wim Taymans  <wim@fluendo.com>
21822
21823         * gst/playback/Makefile.am:
21824         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21825         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21826         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21827         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21828         (gst_decode_bin_change_state):
21829         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21830         (gst_play_bin_send_event_to_sink):
21831         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21832         (dump_element_stats), (main):
21833         * gst/playback/test6.c: (main):
21834         Make playbin async, it'll commit state to paused when all streams
21835         are detected.
21836         Remove ugly hack.
21837         Added test6.c to show async behaviour.
21838
21839 2005-10-18  Wim Taymans  <wim@fluendo.com>
21840
21841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21842         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21843         Fix for segment-start/stop API change.
21844
21845 2005-10-18  Wim Taymans  <wim@fluendo.com>
21846
21847         * check/Makefile.am:
21848         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21849         (main):
21850         Add future test for clock selection.
21851
21852 2005-10-18  Wim Taymans  <wim@fluendo.com>
21853
21854         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21855         (gst_alsasink_close):
21856         Set handle to NULL.
21857
21858         * gst-libs/gst/audio/gstringbuffer.c:
21859         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21860         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21861         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21862         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21863         (gst_ring_buffer_read):
21864         More debug info.
21865
21866 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21867
21868         * gst/audiotestsrc/Makefile.am:
21869         * gst/sine/Makefile.am:
21870         * gst/volume/Makefile.am:
21871           fix broken build of controllerized plugins
21872
21873 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21874
21875         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21876
21877         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21878         (gst_riff_create_video_template_caps):
21879           Add support for Indeo-3 (IV32).
21880
21881 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * configure.ac:
21884           rewrite
21885
21886 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * gst-libs/gst/video/video.c: (gst_video_get_size):
21889         * gst/audiotestsrc/gstaudiotestsrc.c:
21890           doc updates
21891
21892 2005-10-17  Andy Wingo  <wingo@pobox.com>
21893
21894         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21895         with the collectpads change.
21896         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21897
21898         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21899
21900         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21901
21902         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21903         alloc_buffer flow return to callers.
21904         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21905         change. Fix some memleaks in theoraenc.
21906
21907         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21908         in strange circumstance.
21909
21910 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21911
21912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21913         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21914         from caps, let's use the caps...
21915
21916 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21917
21918         * configure.ac:
21919           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21920
21921 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21922
21923         * gst-libs/gst/interfaces/Makefile.am:
21924           fix silly typo
21925
21926 2005-10-16  Andy Wingo  <wingo@pobox.com>
21927
21928         * gst/playback/gstdecodebin.c
21929         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21930         function!
21931         (try_to_link_1): Increase kraziness level.
21932
21933 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21934
21935         * configure.ac:
21936           restructure like the core one
21937         * gst-libs/gst/audio/Makefile.am:
21938         * gst-libs/gst/interfaces/Makefile.am:
21939         * gst-libs/gst/net/Makefile.am:
21940         * gst-libs/gst/riff/Makefile.am:
21941         * gst-libs/gst/rtp/Makefile.am:
21942         * gst-libs/gst/tag/Makefile.am:
21943         * gst-libs/gst/video/Makefile.am:
21944           use correct linker flags, now the libs are properly versioned
21945         * check/elements/audioconvert.c: (verify_convert):
21946         * ext/alsa/gstalsaplugin.c:
21947         * ext/cdparanoia/gstcdparanoia.c:
21948         * ext/gnomevfs/gstgnomevfs.c:
21949         * ext/libvisual/visual.c:
21950         * ext/ogg/gstogg.c:
21951         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21952         * ext/theora/theora.c:
21953         * ext/vorbis/vorbis.c:
21954         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21955         * gst-libs/gst/tag/gsttagediting.c:
21956         * gst-libs/gst/video/video.c:
21957         * gst/adder/gstadder.c:
21958         * gst/audioconvert/plugin.c:
21959         * gst/audiorate/gstaudiorate.c:
21960         * gst/audioresample/gstaudioresample.c:
21961         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21962         * gst/audioscale/gstaudioscale.c:
21963         * gst/audioscale/resample.c:
21964         * gst/audiotestsrc/gstaudiotestsrc.c:
21965         * gst/ffmpegcolorspace/gstffmpeg.c:
21966         * gst/playback/gstdecodebin.c: (close_pad_link):
21967         * gst/playback/gstplaybin.c: (gen_video_element),
21968         (gen_audio_element):
21969         * gst/sine/gstsinesrc.c:
21970         * gst/subparse/gstsubparse.c:
21971         * gst/tags/gsttagediting.c:
21972         * gst/tcp/gsttcpplugin.c:
21973         * gst/typefind/gsttypefindfunctions.c:
21974         * gst/videorate/gstvideorate.c:
21975         * gst/videoscale/gstvideoscale.c:
21976         * gst/videotestsrc/gstvideotestsrc.c:
21977         * gst/volume/gstvolume.c:
21978         * sys/v4l/gstv4l.c:
21979         * sys/ximage/ximage.c:
21980         * sys/xvimage/xvimagesink.c:
21981           fix up defines
21982
21983 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21984
21985         * ext/vorbis/vorbisenc.c:
21986         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21987         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21988         (gst_tag_to_vorbis_comments):
21989           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21990
21991 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21992
21993         * examples/stats/mp2ogg.c:
21994         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21995           typo fixes
21996
21997 2005-10-13  Michael Smith <msmith@fluendo.com>
21998
21999         * ext/ogg/gstoggmux.c:
22000           Use magic glib macros to define constants as 64 bit, to ensure
22001           appropriate vararg passing.
22002
22003 2005-10-13  Michael Smith <msmith@fluendo.com>
22004
22005         * ext/ogg/gstoggmux.c:
22006         * gst/audioconvert/audioconvert.c: (float):
22007           Don't use LL suffix, as it's not portable, and neither of these
22008           uses required it anyway.
22009
22010 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
22011
22012         * examples/indexing/indexmpeg.c: (main):
22013         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22014         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22015         (cdparanoia_convert), (cdparanoia_query):
22016         * ext/cdparanoia/gstcdparanoia.h:
22017         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22018         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22019         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22021         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22022         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22023         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22024         (gst_multifdsink_render), (gst_multifdsink_start),
22025         (gst_multifdsink_stop):
22026         * gst/tcp/gstmultifdsink.h:
22027         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22028         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22029         (gst_tcpclientsink_stop):
22030         * gst/tcp/gsttcpclientsink.h:
22031         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22032         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22033         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22034         * gst/tcp/gsttcpclientsrc.h:
22035         * gst/tcp/gsttcpserversink.h:
22036         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22037         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22038         (gst_tcpserversrc_stop):
22039         * gst/tcp/gsttcpserversrc.h:
22040         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22041         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22042         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22043           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22044           moved bitshift from macro to enum definition
22045
22046 2005-10-12  Wim Taymans  <wim@fluendo.com>
22047
22048         * examples/seeking/Makefile.am:
22049         Oops.
22050
22051 2005-10-12  Wim Taymans  <wim@fluendo.com>
22052
22053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22054         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22055         Don't assert on normal stuff.
22056
22057         * gst/playback/gstplaybin.c: (do_playbin_seek):
22058         API fix.
22059
22060 2005-10-12  Wim Taymans  <wim@fluendo.com>
22061
22062         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22063         * examples/seeking/Makefile.am:
22064         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22065         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22066         (do_seek), (set_update_scale), (message_received), (main):
22067         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22068         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22069         Update for _get_state() API change.
22070
22071 2005-10-11  Wim Taymans  <wim@fluendo.com>
22072
22073         * gst-libs/gst/audio/gstbaseaudiosink.c:
22074         (gst_base_audio_sink_render):
22075         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22076         (gst_base_audio_src_create):
22077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22078         (gst_ring_buffer_read):
22079         Cleanups.
22080         Commit and read from ringbuffer in samples rather than bytes.
22081
22082 2005-10-11  Wim Taymans  <wim@fluendo.com>
22083
22084         * gst-libs/gst/audio/gstbaseaudiosink.c:
22085         (gst_base_audio_sink_render):
22086         Respect segment rate and accum when scheduling samples.
22087
22088 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22089
22090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22091         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22092         EOS correctly, that needs more work.
22093
22094 2005-10-11  Wim Taymans  <wim@fluendo.com>
22095
22096         * check/generic/states.c: (GST_START_TEST):
22097         remove old property.
22098
22099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22100         (gst_ogg_demux_perform_seek):
22101         * ext/theora/theoradec.c: (theora_dec_sink_event):
22102         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22103         (vorbis_handle_data_packet):
22104         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22105         (gst_base_rtp_depayload_set_gst_timestamp):
22106         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22107         Update for newsegment API change.
22108
22109 2005-10-11  Michael Smith <msmith@fluendo.com>
22110
22111         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22112         (do_playbin_seek), (gst_play_bin_send_event):
22113           Override send_event differently, so that we can takes bits of
22114           functionality from GstPipeline (special handling for seeks,
22115           including pausing/resuming, and resetting stream time) and still get
22116           the appropriate behaviour of only forwarding event to a single sink,
22117           rather than all of them.
22118           Unfortunately requires a lot of code duplication, but the
22119           alternatives are equally ugly in the end.
22120
22121 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * check/elements/audioconvert.c: (setup_audioconvert),
22124         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22125         (GST_START_TEST), (audioconvert_suite):
22126           clean up tests a little, fix some leaks.
22127
22128 2005-10-10  Wim Taymans  <wim@fluendo.com>
22129
22130         * ext/alsa/gstalsasink.c:
22131         Also allow unsigned int.
22132
22133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22134         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22135         Small cleanup
22136
22137 2005-10-10  Wim Taymans  <wim@fluendo.com>
22138
22139         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22140         Small update, use API as stated in design docs.
22141
22142         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22143         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22144         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22145         (message_received), (main):
22146         Updated seek example for GOption. Some usability improvements.
22147
22148 2005-10-10  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst/audioconvert/audioconvert.h:
22151         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22152         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22153         Alloc temp storage somewhere else where we can do it more
22154         portable.
22155
22156 2005-10-10  Wim Taymans  <wim@fluendo.com>
22157
22158         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22159         (gst_tcpserversrc_start):
22160         Don't block in accept while doing the state change, move
22161         to poll and make cancellable.
22162
22163 2005-10-09  Philippe Khalaf <burger@speedy.org>
22164
22165         * gst-libs/gst/rtp/rtpbasedepayload.c:
22166         Set timestamp and add queue delay to timestamp
22167         * gst-libs/gst/rtp/rtpbuffer.h:
22168         Set correct payload type for h263
22169
22170 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22171
22172         * gst/audiotestsrc/gstaudiotestsrc.c:
22173         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22174         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22175         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22176         (gst_audiotestsrc_create_triangle),
22177         (gst_audiotestsrc_create_silence),
22178         (gst_audiotestsrc_create_white_noise),
22179         (gst_audiotestsrc_init_pink_noise),
22180         (gst_audiotestsrc_generate_pink_noise_value),
22181         (gst_audiotestsrc_create_pink_noise),
22182         (gst_audiotestsrc_change_wave):
22183         * gst/audiotestsrc/gstaudiotestsrc.h:
22184           fixed typo, added pink noise
22185
22186 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22187
22188         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22189         (plugin_init):
22190           Add wavpack and spc typefind functions from 0.8 branch.
22191
22192 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22193
22194         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22195         (ar_type_find), (msdos_type_find), (plugin_init):
22196           Add typefind functions for tar archives, ar archives,
22197           RAR archives, and msdos-executables (dlls, exe, etc.).
22198           Some of those would be wrongly identified as mpeg
22199           streams of some sort before (#315550).
22200
22201 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22202
22203         * configure.ac:
22204         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22206         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22207         * gst/audiotestsrc/Makefile.am:
22208         * gst/audiotestsrc/gstaudiotestsrc.c:
22209         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22210         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22211         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22212         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22213         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22214         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22215         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22216         (gst_audiotestsrc_create_silence),
22217         (gst_audiotestsrc_create_white_noise),
22218         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22219         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22220         (gst_audiotestsrc_start), (plugin_init):
22221         * gst/audiotestsrc/gstaudiotestsrc.h:
22222           add new plugin and element
22223         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22224           use gobject_class
22225
22226 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22227
22228         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22229         (gst_adder_init), (gst_adder_request_new_pad),
22230         (gst_adder_change_state):
22231           Add query function to source pad, so adder reports the correct
22232           time/sample position when queried (#315457); fix state change
22233           function; use GST_DEBUG_FUNCPTR() for pad functions.
22234
22235 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22236
22237         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22238           Fix leaks in typefind registration
22239           Clean up the gratuitous commenting and whitespacing a little
22240
22241 2005-10-08  Wim Taymans  <wim@fluendo.com>
22242
22243         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22244         Only actually wait for the thread to be stopped if it's 
22245         running.
22246
22247 2005-10-08  Wim Taymans  <wim@fluendo.com>
22248
22249         * gst-libs/gst/audio/gstbaseaudiosink.c:
22250         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22251         If we receive EOS we can start playback of what we had.
22252
22253 2005-10-08  Wim Taymans  <wim@fluendo.com>
22254
22255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22256         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22257         (gst_multifdsink_stop):
22258         Fix crasher when going to NULL multiple times.
22259
22260 2005-10-06  Wim Taymans  <wim@fluendo.com>
22261
22262         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22263         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22264         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22266         patch from Edgard Lima <edgard.lima@indt.org.br>
22267         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22268
22269 2005-10-06  Wim Taymans  <wim@fluendo.com>
22270
22271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22272         Report the FLOW_RETURN as string in the error message.
22273
22274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22275         Don't assert when clearing an unnegotiated buffer.
22276
22277 2005-10-04  Michael Smith <msmith@fluendo.com>
22278
22279         * gst/playback/gstplaybasebin.c: (group_destroy),
22280         (gen_preroll_element), (remove_groups), (setup_source):
22281         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22282         (setup_sinks), (gst_play_bin_send_event),
22283         (gst_play_bin_change_state):
22284           Set state to NULL before removing from bin. Fix refcounting.
22285
22286 2005-10-04  Michael Smith <msmith@fluendo.com>
22287
22288         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22289           Correct refcounting in send_event() function. Previously was wrong
22290           if the first sink was unable to handle the event.
22291
22292 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22293
22294         * configure.ac:
22295           back to development
22296
22297 === release 0.9.3 ===
22298
22299 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * configure.ac:
22302           Releasing 0.9.3, "De Facto"
22303
22304 2005-10-03  Andy Wingo  <wingo@pobox.com>
22305
22306         * gst/playback/gstdecodebin.c (try_to_link_1)
22307         (remove_element_chain): set element to NULL before removing it.
22308
22309 2005-10-02  Johan Dahlin  <johan@gnome.org>
22310
22311         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22312         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22313         MT safe.
22314
22315 2005-10-02  Andy Wingo  <wingo@pobox.com>
22316
22317         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22318         (gst_ring_buffer_prepare_read): 
22319         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22320         Demote to LOG.
22321
22322 2005-09-29  Wim Taymans  <wim@fluendo.com>
22323
22324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22325         * ext/theora/theoradec.c: (theora_handle_data_packet):
22326         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22327         Propagate error codes from alloc_buffer too.
22328
22329 2005-09-29  Wim Taymans  <wim@fluendo.com>
22330
22331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22332         We use fixed caps.
22333
22334         * gst/playback/Makefile.am:
22335         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22336         (dump_element_stats), (main):
22337         Added example stream introspection code.
22338
22339 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22340
22341         * gst/adder/gstadder.c: (gst_adder_collected):
22342           fix adder for float elements
22343
22344 2005-09-28  Wim Taymans  <wim@fluendo.com>
22345
22346         * gst-libs/gst/audio/gstbaseaudiosink.c:
22347         (gst_base_audio_sink_class_init),
22348         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22349         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22350         (gst_base_audio_src_class_init),
22351         (gst_base_audio_src_provide_clock):
22352         get_clock -> provide_clock
22353
22354 2005-09-28  Andy Wingo  <wingo@pobox.com>
22355
22356         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22357         and unlocking.
22358
22359         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22360         unlocking.
22361
22362         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22363         Actually add the pad template.
22364         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22365
22366         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22367         I'm at it...
22368
22369         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22370         from fdsrc. Get caps in create() instead of start() so it can be
22371         interrupted. Interruption somewhat untested.
22372
22373         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22374         Proper EOS handling.
22375
22376 2005-09-27  Andy Wingo  <wingo@pobox.com>
22377
22378         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22379
22380         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22381
22382         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22383
22384         * gst/tcp/gsttcp.h: 
22385         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22386         out of tcpclientsrc.c. Cancellable.
22387         (gst_tcp_socket_read): Made private, cancellable, with better
22388         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22389         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22390         whole buffer, and better diagnostics.
22391         (gst_tcp_gdp_read_caps): Same.
22392
22393         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22394
22395 2005-09-26  Andy Wingo  <wingo@pobox.com>
22396
22397         * gst/sine/gstsinesrc.h:
22398         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22399         change the 'sync' property to 'is-live' and implement it halfway,
22400         update for controller api change.
22401
22402         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22403         controller api change.
22404
22405 2005-09-24  Wim Taymans  <wim@fluendo.com>
22406
22407         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22408         * gst-libs/gst/audio/gstaudiosink.c:
22409         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22410         (gst_audioringbuffer_stop):
22411         * gst-libs/gst/audio/gstbaseaudiosink.c:
22412         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22413         (gst_base_audio_sink_change_state):
22414         * gst-libs/gst/audio/gstbaseaudiosink.h:
22415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22416         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22417         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22418         * gst-libs/gst/audio/gstringbuffer.h:
22419         Fix sync again. Moved sample alignment to basesink.
22420
22421 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22422
22423         * docs/plugins/Makefile.am:
22424         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22425         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22426         * gst/volume/gstvolume.c:
22427           add/fix docs
22428         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22429         * gst-libs/gst/audio/audio.h:
22430           add conversion macros for frames <-> clocktime
22431
22432 2005-09-23  David Schleef  <ds@schleef.org>
22433
22434         * gst/audioresample/Makefile.am:
22435         * gst/audioresample/debug.h:
22436         * gst/audioresample/gstaudioresample.c:
22437         * gst/audioresample/resample.c: Convert to using gst debugging
22438
22439 2005-09-22  Wim Taymans  <wim@fluendo.com>
22440
22441         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22442         (gst_play_bin_send_event):
22443         Only seek on one sink, the first one that succeeds.
22444
22445 2005-09-22  Michael Smith <msmith@fluendo.com>
22446
22447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22448         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22449         Don't flush encoder state unless we have an initialised encoder.
22450         Clear out encoder state on PAUSED_TO_READY.
22451
22452 2005-09-22  Wim Taymans  <wim@fluendo.com>
22453
22454         * gst-libs/gst/rtp/gstbasertppayload.c:
22455         (gst_basertppayload_class_init), (gst_basertppayload_init),
22456         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22457         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22458         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22459         (gst_basertppayload_set_property),
22460         (gst_basertppayload_get_property),
22461         (gst_basertppayload_change_state):
22462         * gst-libs/gst/rtp/gstbasertppayload.h:
22463         Added max-ptime to control amount of data in the rtp packets.
22464
22465 2005-09-21  Andy Wingo  <wingo@pobox.com>
22466
22467         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22468         thingies.
22469
22470         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22471         can be called multiple times, dogs.
22472
22473 2005-09-21  Wim Taymans  <wim@fluendo.com>
22474
22475         * gst-libs/gst/rtp/gstbasertppayload.c:
22476         (gst_basertppayload_class_init), (gst_basertppayload_init),
22477         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22478         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22479         (gst_basertppayload_push), (gst_basertppayload_get_property),
22480         (gst_basertppayload_change_state):
22481         Allow 0 ssrc too.
22482
22483 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22484
22485         * docs/libs/compiling.sgml:
22486           fixing typos
22487
22488 2005-09-20  Wim Taymans  <wim@fluendo.com>
22489
22490         * gst-libs/gst/rtp/gstbasertppayload.c:
22491         (gst_basertppayload_class_init), (gst_basertppayload_init),
22492         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22493         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22494         (gst_basertppayload_push), (gst_basertppayload_set_property),
22495         (gst_basertppayload_get_property),
22496         (gst_basertppayload_change_state):
22497         * gst-libs/gst/rtp/gstbasertppayload.h:
22498         Added property to configure sequence number offsets.
22499
22500 2005-09-20  Wim Taymans  <wim@fluendo.com>
22501
22502         * gst-libs/gst/rtp/gstbasertppayload.c:
22503         (gst_basertppayload_class_init), (gst_basertppayload_init),
22504         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22505         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22506         (gst_basertppayload_push), (gst_basertppayload_set_property),
22507         (gst_basertppayload_get_property),
22508         (gst_basertppayload_change_state):
22509         * gst-libs/gst/rtp/gstbasertppayload.h:
22510         Make timestamp offset configurable.
22511
22512 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22515           fix wrong pop/unref
22516
22517 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22518
22519         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22520
22521         * gst-libs/gst/interfaces/propertyprobe.c:
22522         (gst_property_probe_probe_property_name),
22523         (gst_property_probe_needs_probe_name),
22524         (gst_property_probe_get_values_name),
22525         (gst_property_probe_probe_and_get_values_name):
22526           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22527           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22528
22529 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22530
22531         * check/Makefile.am:
22532           have some tests be disabled for valgrinding
22533         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22534         (GST_START_TEST):
22535         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22536           Fix A Leak.  Chain To Parent Finalize.
22537
22538 2005-09-19  Wim Taymans  <wim@fluendo.com>
22539
22540         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22541         Fixed wav pipeline.
22542
22543 2005-09-19  Wim Taymans  <wim@fluendo.com>
22544
22545         * gst-libs/gst/rtp/gstbasertppayload.c:
22546         (gst_basertppayload_class_init), (gst_basertppayload_init),
22547         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22548         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22549         (gst_basertppayload_push), (gst_basertppayload_get_property),
22550         (gst_basertppayload_change_state):
22551         Posting ERROR and WARNING messages is good.
22552
22553 2005-09-19  Wim Taymans  <wim@fluendo.com>
22554
22555         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22556         (gst_base_rtp_depayload_add_to_queue),
22557         (gst_base_rtp_depayload_push),
22558         (gst_base_rtp_depayload_set_gst_timestamp),
22559         (gst_base_rtp_depayload_queue_release):
22560         This one was not supposed to go in.
22561
22562 2005-09-19  Wim Taymans  <wim@fluendo.com>
22563
22564         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22565         Fix for bus API.
22566
22567         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22568         (gst_base_rtp_depayload_chain),
22569         (gst_base_rtp_depayload_add_to_queue),
22570         (gst_base_rtp_depayload_push),
22571         (gst_base_rtp_depayload_set_gst_timestamp),
22572         (gst_base_rtp_depayload_queue_release):
22573         Some cleanups.
22574
22575         * gst-libs/gst/rtp/gstbasertppayload.c:
22576         (gst_basertppayload_class_init), (gst_basertppayload_init),
22577         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22578         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22579         (gst_basertppayload_get_property),
22580         (gst_basertppayload_change_state):
22581         Added debugging category.
22582
22583 2005-09-18  David Schleef  <ds@schleef.org>
22584
22585         * gst/playback/gstdecodebin.c: free plugin list correctly
22586         * gst/playback/gstplaybin.c: emit warning if autovideosink
22587           and autoaudiosink can't be found (instead of segfaulting)
22588
22589 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * check/elements/audioconvert.c: (GST_START_TEST):
22592           try out 24 bit conversion
22593
22594 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22595
22596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22597         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22598         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22599         * ext/vorbis/vorbisenc.h:
22600           Fix EOS handling.  Still needs a fix in the ogg muxer to
22601           mark the last page as eos.
22602
22603 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22604
22605         * common/gtk-doc-plugins.mak:
22606         * docs/plugins/Makefile.am:
22607         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22608         * gst/ffmpegcolorspace/Makefile.am:
22609         * gst/ffmpegcolorspace/avcodec.h:
22610         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22611         * gst/tcp/gstmultifdsink.c:
22612           fix up ffmpegcolorspace docs; extract header
22613
22614 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22615
22616         * common/gtk-doc-plugins.mak:
22617         * docs/plugins/Makefile.am:
22618         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22619         * ext/theora/Makefile.am:
22620         * ext/theora/gsttheoraenc.h:
22621         * ext/theora/theoraenc.c:
22622         * ext/vorbis/vorbisenc.c:
22623           pick up signals and args for vorbis; add some docs for vorbis
22624
22625 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22626
22627         * common/gstdoc-scangobj:
22628         * common/gtk-doc-plugins.mak:
22629         * docs/libs/Makefile.am:
22630         * docs/plugins/gst-plugins-base-plugins.args:
22631         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22632         * docs/plugins/gst-plugins-base-plugins.interfaces:
22633         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22634         * docs/plugins/gst-plugins-base-plugins.signals:
22635           only scanobj stuff from our source module.  Not sure yet
22636           if that's correct, given the hierarchy stuff :)
22637
22638 2005-09-15  Wim Taymans  <wim@fluendo.com>
22639
22640         * gst/audioconvert/gstaudioconvert.c:
22641         And enable 24 bits mode as well..
22642
22643 2005-09-15  Wim Taymans  <wim@fluendo.com>
22644
22645         * gst-libs/gst/rtp/Makefile.am:
22646         * gst-libs/gst/rtp/gstbasertppayload.c:
22647         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22648         (gst_basertppayload_class_init), (gst_basertppayload_init),
22649         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22650         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22651         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22652         (gst_basertppayload_set_property),
22653         (gst_basertppayload_get_property),
22654         (gst_basertppayload_change_state):
22655         * gst-libs/gst/rtp/gstbasertppayload.h:
22656         Added rtp payloader base class.
22657
22658 2005-09-15  Andy Wingo  <wingo@pobox.com>
22659
22660         * configure.ac (plugindir): Remove the EOL matcher from the
22661         regexp, as it causes me problems. Libtool? Make? Who knows?
22662
22663 2005-09-14  David Schleef  <ds@schleef.org>
22664
22665         * check/generic/states.c: 
22666         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22667         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22668           Fixes for changes in registry API.
22669
22670         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22671           to GST_PLUGIN_LDFLAGS.
22672         * ext/libvisual/visual.c: Make the library shut up.
22673         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22674         * gst-libs/gst/audio/gstaudiofilter.c: same
22675
22676 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22677
22678         * docs/plugins/Makefile.am:
22679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22680         * docs/plugins/inspect/plugin-libvisual.xml:
22681         * docs/plugins/tmpl/element-tcpserversink.sgml:
22682         * ext/theora/theoraenc.c:
22683           add libvisual plugin and theoraenc element to docs
22684
22685 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22686
22687         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22688         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22689         * ext/theora/theoraenc.c:
22690           add theoraenc
22691
22692 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22693
22694         * gst/audioconvert/Makefile.am:
22695           Audioconvert derives from GstBaseTransform and should
22696           link to the library with our base elements to avoid
22697           unresolved symbols. Makes things work with MinGW (#316160)
22698
22699         * gst/playback/test4.c: (main):
22700           Fix MinGW build problem and use g_usleep() instead of 
22701           sleep() (#316162)
22702
22703 2005-09-12  Wim Taymans  <wim@fluendo.com>
22704
22705         * gst/audioconvert/audioconvert.c: (float),
22706         (audio_convert_prepare_context), (audio_convert_convert):
22707         * gst/audioconvert/audioconvert.h:
22708         Cleanups, speedups, simplifications, added back support
22709         for 24 bits.
22710
22711 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22712
22713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22715         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22716         * docs/plugins/tmpl/element-tcpserversink.sgml:
22717         * gst/ffmpegcolorspace/gstffmpeg.c:
22718         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22719         * gst/videotestsrc/gstvideotestsrc.c:
22720         * gst/volume/gstvolume.c:
22721           add more elements to the docs
22722
22723 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22724
22725         * check/Makefile.am:
22726         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22727         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22728           Add extra tests for basetransform based components. 
22729           Comment out the test_element_negotiation test until we decide
22730           if it's testing correct behaviour.
22731         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22732         (gst_visual_chain), (gst_visual_change_state):
22733           Slightly more correct but still bogus timestamping.
22734           Fix state change function.
22735         * gst/audioconvert/gstaudioconvert.c:
22736         (gst_audio_convert_class_init):
22737         * gst/audioresample/gstaudioresample.c:
22738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22739         (gst_ffmpegcsp_class_init):
22740         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22741         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22742         (gst_videoscale_prepare_image):
22743         * gst/volume/gstvolume.c: (gst_volume_class_init),
22744         (volume_transform_ip):
22745           Basetransform updates. Enable passthrough modes.
22746         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22747         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22748         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22749           Negotiation fix that allows the window to return to the original
22750           size and renegotiate passthrough upstream. Extra debug output.
22751
22752 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22753
22754         * gst/sine/gstsinesrc.c:
22755         * gst/volume/gstvolume.c:
22756           fix up header include
22757
22758 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22759
22760         * gst-libs/gst/audio/gstbaseaudiosink.c:
22761         (gst_base_audio_sink_render):
22762         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22763         * gst/volume/gstvolume.c: (gst_volume_class_init),
22764         (volume_transform):
22765           fixing lost sync, some more debugging
22766
22767 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22768
22769         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22770         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22771         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22772         (gst_xvimagesink_check_xshm_calls):
22773           Fix compilation when XShm is not available.
22774
22775 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22776
22777         * ext/libvisual/visual.c: (gst_visual_dispose),
22778         (gst_visual_getcaps), (gst_visual_src_setcaps),
22779         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22780         (gst_visual_change_state):
22781           Finish fixing up libvisual plugin so that it runs. 
22782
22783 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22784
22785         * ext/vorbis/vorbisenc.c:
22786         * gst-libs/gst/tag/gstvorbistag.c:
22787           gsttaginterface.h -> gsttagsetter.h
22788
22789 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22790
22791         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22792           added another test that failes for me (test is not active by default)
22793
22794 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22795
22796         * configure.ac:
22797           v4l2 is no longer in gst-plugins-base
22798
22799 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22800
22801         * configure.ac:
22802           In the output at the end, don't show the first plugin on the same
22803           line as "Core plug-ins, always built:".
22804           Indent the output as for other plugin categories
22805         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22806           #define that can be used to not use peer buffer_alloc functions for
22807           test purposes.
22808         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22809         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22810         (gst_ximagesink_show_frame):
22811         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22812         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22813         (gst_xvimagesink_show_frame):
22814           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22815           fails gracefully instead of XError aborting or deadlocking.
22816
22817 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22818
22819         * ext/libvisual/Makefile.am:
22820           link against gst-base-libs
22821
22822 2005-09-06  David Schleef  <ds@schleef.org>
22823
22824         * configure.ac: Enable libvisual plugin.
22825         * ext/libvisual/Makefile.am:
22826         * ext/libvisual/visual.c: Fixes to make it compile.
22827
22828 === release 0.9.2 ===
22829
22830 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * NEWS:
22833         * RELEASE:
22834         * configure.ac:
22835         * docs/random/ChangeLog-0.8:
22836           releasing 0.9.2, "Spoon"
22837
22838 2005-09-05  Michael Smith <msmith@fluendo.com>
22839
22840         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22841           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22842           that in the vorbisenc element.
22843
22844 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22845
22846         * common/gtk-doc-plugins.mak:
22847         * docs/plugins/Makefile.am:
22848           fix distcheck
22849         * gst/audioresample/resample.c:
22850           fix wrong docstring
22851
22852 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22853
22854         * common/gst-xmlinspect.py:
22855         * common/gtk-doc-plugins.mak:
22856           only inspect plugins for this given package
22857           require gst-python 0.9
22858
22859 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22860
22861         * Makefile.am:
22862         * autogen.sh:
22863         * common/gst-xmlinspect.py:
22864         * configure.ac:
22865         * docs/Makefile.am:
22866         * docs/plugins/inspect/plugin-alsa.xml:
22867         * docs/plugins/inspect/plugin-audioresample.xml:
22868         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22869         * docs/plugins/inspect/plugin-ogg.xml:
22870         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22871         * docs/plugins/tmpl/element-multifdsink.sgml:
22872         * docs/plugins/tmpl/element-tcpserversink.sgml:
22873         * docs/plugins/tmpl/element-vorbisenc.sgml:
22874         * gst-plugins-base.spec.in:
22875           various doc-related updates
22876
22877 2005-08-31  Wim Taymans  <wim@fluendo.com>
22878
22879         * gst-libs/gst/audio/gstbaseaudiosink.c:
22880         (gst_base_audio_sink_render):
22881         Resync if the buffer timestamps drift more than a 10th 
22882         of a second.
22883
22884 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22885
22886         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22887         (gst_v4lsrc_get_property):
22888           The 'timestamp-offset' property is registered as an int64, so
22889           let's use g_value_{set|get}_int64() in our setter and getter
22890           functions (makes it work and fixes warnings with gst-inspect).
22891
22892 2005-08-30  Wim Taymans  <wim@fluendo.com>
22893
22894         * check/elements/audioconvert.c: (setup_audioconvert):
22895         * check/elements/audioresample.c: (setup_audioresample):
22896         * check/elements/volume.c: (setup_volume):
22897         Fix checks.
22898
22899 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22900
22901         * common/gtk-doc-plugins.mak:
22902         * common/plugins.xsl:
22903         * docs/plugins/Makefile.am:
22904           make module a param
22905
22906 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22907
22908         * examples/seeking/seek.c: (make_mp3_pipeline),
22909         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22910         (play_cb), (pause_cb), (stop_cb):
22911           update the example
22912
22913 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22914
22915         * gst/volume/gstvolume.c: (gst_volume_class_init),
22916         (volume_transform):
22917           do not update controlled params, if buffer has no timestamp
22918
22919 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22920
22921         * configure.ac:
22922         * gst/sine/Makefile.am:
22923         * gst/volume/Makefile.am:
22924           controllerized elements also need to link against controller-libs ;)
22925
22926 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22927
22928         * docs/libs/tmpl/gstcolorbalance.sgml:
22929         * docs/libs/tmpl/gstgconf.sgml:
22930         * docs/libs/tmpl/gstmixer.sgml:
22931         * docs/libs/tmpl/gstringbuffer.sgml:
22932         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22933         (gst_sinesrc_create):
22934         * gst/volume/gstvolume.c: (gst_volume_class_init),
22935         (volume_transform):
22936           controllerized two audio plugins
22937
22938 2005-08-29  Andy Wingo  <wingo@pobox.com>
22939
22940         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22941         (vorbis_handle_data_packet): Fix some int overflow errors.
22942
22943         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22944         -1.
22945         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22946         valid.
22947         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22948         if it's valid. Fixed streaming-mode playback.
22949
22950         * check/elements/volume.c (cleanup_volume): Fix for running
22951         CK_FORK=no.
22952
22953         * check/elements/audioconvert.c: Convert from native endian, not
22954         little endian.
22955
22956 2005-08-29  Michael Smith <msmith@fluendo.com>
22957
22958         * ext/ogg/Makefile.am:
22959         * ext/ogg/gstogg.c: (plugin_init):
22960         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22961         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22962         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22963         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22964         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22965         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22966         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22967         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22968         Add an ogg parser element.
22969
22970 2005-08-28  Andy Wingo  <wingo@pobox.com>
22971
22972         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22973
22974 2005-08-26  Wim Taymans  <wim@fluendo.com>
22975
22976         * gst/audioconvert/audioconvert.c: (if), (float),
22977         (audio_convert_get_func_index), (check_default),
22978         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22979         (audio_convert_clean_context), (audio_convert_get_sizes),
22980         (audio_convert_convert):
22981         Cleanups.
22982
22983 2005-08-26  Wim Taymans  <wim@fluendo.com>
22984
22985         * gst/audioconvert/audioconvert.c: (if), (float),
22986         (audio_convert_get_func_index), (check_default),
22987         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22988         (audio_convert_clean_context), (audio_convert_get_sizes),
22989         (audio_convert_convert):
22990         More elegant and working temp buffer selection algo.
22991
22992 2005-08-26  Wim Taymans  <wim@fluendo.com>
22993
22994         * gst/audioconvert/audioconvert.c: (if), (float),
22995         (audio_convert_get_func_index), (check_default),
22996         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22997         (audio_convert_clean_context), (audio_convert_get_sizes),
22998         (get_temp_buffer), (audio_convert_convert):
22999         Use realloc else we lose our original data.
23000
23001 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23002
23003         * gst/audioresample/gstaudioresample.c:
23004           use base class' newsegment to properly timestamp
23005
23006 2005-08-26  Wim Taymans  <wim@fluendo.com>
23007
23008         * gst/audioconvert/audioconvert.c: (if), (float),
23009         (audio_convert_get_func_index), (check_default),
23010         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23011         (audio_convert_clean_context), (audio_convert_get_sizes),
23012         (get_temp_buffer), (audio_convert_convert):
23013         * gst/audioconvert/gstaudioconvert.c:
23014         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23015         (gst_audio_convert_transform_caps),
23016         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23017         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23018         Oops, allocate enough space to perform the channel mix.
23019
23020 2005-08-26  Wim Taymans  <wim@fluendo.com>
23021
23022         * gst/audioconvert/Makefile.am:
23023         * gst/audioconvert/audioconvert.c: (if), (float),
23024         (audio_convert_get_func_index), (check_default),
23025         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23026         (audio_convert_clean_context), (audio_convert_get_sizes),
23027         (get_temp_buffer), (audio_convert_convert):
23028         * gst/audioconvert/audioconvert.h:
23029         * gst/audioconvert/gstaudioconvert.c:
23030         (gst_audio_convert_class_init), (gst_audio_convert_init),
23031         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23032         (gst_audio_convert_get_unit_size),
23033         (gst_audio_convert_transform_caps),
23034         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23035         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23036         * gst/audioconvert/gstaudioconvert.h:
23037         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23038         (gst_channel_mix_fill_identical),
23039         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23040         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23041         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23042         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23043         (gst_channel_mix_mix):
23044         * gst/audioconvert/gstchannelmix.h:
23045         Cleanups, librarify a bit, optimize, better negotiation and more.
23046
23047 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23048
23049         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23050         Another from MikeS:
23051         During typefinding, don't support negative offsets
23052         (offsets from the end of the stream) in our typefind->peek() function
23053         - nothing embedded in ogg ever needs them. However, we need to recognise
23054         those requests and reject them, otherwise we return invalid pointers.
23055
23056 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23057
23058         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23060         (vorbisdec_finalize), (vorbis_handle_type_packet):
23061           Big shout-out to MikeS for fixing this giant memory leak.
23062           Huzzah!
23063
23064 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23065
23066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23067         (audio_convert_get_unit_size):
23068           plug some leaks
23069
23070 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23071
23072         * check/Makefile.am:
23073         * check/elements/audioconvert.c: (setup_audioconvert),
23074         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23075         (GST_START_TEST), (audioconvert_suite), (main):
23076           add a test for audioconvert
23077         * gst/audioresample/gstaudioresample.c:
23078         * gst/audioresample/gstaudioresample.h:
23079           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23080           note that for buffers of 1/3 sec this means DURATION(c) is 
23081           one nanosecond more than for a and b
23082
23083 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23084
23085         * check/Makefile.am:
23086         * check/elements/audioresample.c: (setup_audioresample),
23087         (cleanup_audioresample), (fail_unless_perfect_stream),
23088         (test_perfect_stream_instance), (GST_START_TEST),
23089           add a check for audioresample
23090         (audioresample_suite), (main):
23091         * check/elements/volume.c: (GST_START_TEST):
23092           remove unused method
23093         * gst/audioresample/gstaudioresample.c:
23094           set correct buffer parameters since we're changing them
23095         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23096           add some debug
23097
23098 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23099
23100         * gst/audioresample/debug.c:
23101         * gst/audioresample/gstaudioresample.c:
23102           add room for extra overlap samples when asked to transform size
23103           protect against possible mem corruption and check for discrepancies
23104           between written size and outbuffer's size so we can warn for
23105           potential problems
23106         * gst/audioresample/resample.c: (resample_init),
23107         (resample_get_output_size_for_input), (resample_get_output_size),
23108         (resample_set_n_channels), (resample_set_format):
23109           set debug level based on RESAMPLE_DEBUG env var
23110           make sure that get_output_size* returns a whole number of
23111           sample_size
23112           set sample_size each time either channel or format is set
23113         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23114         * gst/audioresample/resample_functable.c:
23115         (resample_scale_functable):
23116         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23117           remove r->sample_size, it's done in resample.c now
23118           add some debugging to the ref implementation
23119           make sure we only give back bytes that are wholes of the sample
23120           size
23121
23122 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23123         * gst/playback/gstplaybasebin.c: (fill_buffer):
23124         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23125
23126 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23127
23128         * gst/volume/gstvolume.c:
23129           made set_caps function static
23130
23131 2005-08-24  Wim Taymans  <wim@fluendo.com>
23132
23133         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23134         (gst_vorbisenc_change_state):
23135         Stop leaking taglists.
23136
23137 2005-08-24  Wim Taymans  <wim@fluendo.com>
23138
23139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23140         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23141         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23142         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23143         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23144         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23145         Parse seeking events better.
23146         Unref static caps.
23147         Generate correct newsegment events, fixes seeking in live oggs.
23148
23149         * ext/theora/theoradec.c: (theora_dec_src_query),
23150         (theora_dec_src_event), (theora_dec_src_getcaps),
23151         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23152         Use newsegment values to report correct play time.
23153
23154         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23155         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23156         * ext/vorbis/vorbisdec.h:
23157         Parse and use newsegment values to report correct play time.
23158
23159         * gst-libs/gst/audio/gstbaseaudiosink.c:
23160         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23161         Clear ringbuffer on flush.
23162         Use newsegment values to calculate playback time.
23163
23164         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23166         Basesink does newsegment calculations for us now.
23167
23168 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23169
23170         * check/Makefile.am:
23171         * configure.ac:
23172           add core's plugins to the mix so that playbin works
23173         * check/generic/states.c: (GST_START_TEST):
23174           set a 0 timeout on pipelines, so they don't force the next
23175           state change
23176         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23177         (gst_play_base_bin_change_state):
23178           remove the crappy error handling and do GST error handling
23179
23180 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23181
23182         * check/Makefile.am:
23183         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23184           add same test as to core, it bitches out on playbin atm.
23185
23186 2005-08-24  Wim Taymans  <wim@fluendo.com>
23187
23188         * configure.ac:
23189         Remove audioscale.
23190
23191 2005-08-24  Wim Taymans  <wim@fluendo.com>
23192
23193         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23194         (gst_videoscale_prepare_size), (parse_caps),
23195         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23196         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23197         (gst_videoscale_transform):
23198         * gst/videoscale/gstvideoscale.h:
23199         Refactor, make use of BaseTranform really well.
23200
23201 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23202
23203         * configure.ac:
23204           compile audioresample
23205         * gst/audioresample/Makefile.am:
23206         * gst/audioresample/buffer.c:
23207         * gst/audioresample/functable.c:
23208         * gst/audioresample/gstaudioresample.c:
23209         * gst/audioresample/gstaudioresample.h:
23210         * gst/audioresample/resample.c:
23211         (resample_get_output_size_for_input):
23212         * gst/audioresample/resample.h:
23213         * gst/audioresample/resample_chunk.c:
23214         * gst/audioresample/resample_functable.c:
23215         * gst/audioresample/resample_ref.c:
23216           port to use basetransform; doesn't work in all cases yet
23217
23218 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23219
23220         * gst/audioconvert/gstaudioconvert.c:
23221         (gst_audio_convert_class_init), (gst_audio_convert_init),
23222         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23223         (audio_convert_fixate_caps), (audio_convert_set_caps),
23224         (audio_convert_transform),
23225         (gst_audio_convert_buffer_to_default_format),
23226         (gst_audio_convert_buffer_from_default_format),
23227         (gst_audio_convert_channels):
23228         * gst/audioconvert/gstchannelmix.c:
23229         * gst/audioconvert/gstchannelmix.h:
23230           port to basetransform
23231         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23232         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23233         (gst_ffmpegcsp_get_unit_size):
23234         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23235         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23236           fix for basetransform changes
23237
23238 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23239
23240         * check/Makefile.am:
23241           Add CHECK_CFLAGS and LDFLAGS
23242
23243         * gst/playback/gstplaybasebin.c: (fill_buffer):
23244           GST_MESSAGE_SRC became a GObject
23245
23246 2005-08-24  Wim Taymans  <wim@fluendo.com>
23247
23248         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23249         (gst_ring_buffer_clear_all):
23250         * gst-libs/gst/audio/gstringbuffer.h:
23251         Added function to clear the ringbuffer.
23252
23253 2005-08-24  Andy Wingo  <wingo@pobox.com>
23254
23255         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23256         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23257         of _open and _close.
23258
23259         * sys/v4l/gstv4lxoverlay.h:
23260         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23261         an Xv connection here, instead of all the time. Make Xv only be
23262         loaded if you axe for it. Kindof a workaround for buggy behaviour
23263         of Xv when using remote xservers (XvQueryExtension would block).
23264         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23265         replace the _open and _close public API. Only start the xv
23266         connection if necessary.
23267         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23268
23269 2005-08-23  David Schleef  <ds@schleef.org>
23270
23271         * gst/audioresample/Makefile.am: Leet audioresampling code
23272         * gst/audioresample/buffer.c:
23273         * gst/audioresample/buffer.h:
23274         * gst/audioresample/debug.c:
23275         * gst/audioresample/debug.h:
23276         * gst/audioresample/functable.c:
23277         * gst/audioresample/functable.h:
23278         * gst/audioresample/gstaudioresample.c:
23279         * gst/audioresample/gstaudioresample.h:
23280         * gst/audioresample/resample.c:
23281         * gst/audioresample/resample.h:
23282         * gst/audioresample/resample_chunk.c:
23283         * gst/audioresample/resample_functable.c:
23284         * gst/audioresample/resample_ref.c:
23285
23286 2005-08-23  Wim Taymans  <wim@fluendo.com>
23287
23288         * examples/seeking/seek.c: (make_vorbis_pipeline),
23289         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23290         Small seek updates.
23291
23292 2005-08-23  Andy Wingo  <wingo@pobox.com>
23293
23294         * gst-libs/gst/audio/gstbaseaudiosrc.c
23295         (gst_base_audio_src_fixate): Only fixate endianness if it is
23296         present in the caps.
23297
23298 2005-08-22  Andy Wingo  <wingo@pobox.com>
23299
23300         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23301         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23302         device-name property.
23303
23304         * gst-libs/gst/audio/gstaudiosrc.h:
23305         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23306         close_device in the ring buffer, like gstaudiosink.
23307
23308         * ext/alsa/gstalsamixer.h:
23309         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23310         macro to implement the interface without much code. Cleanups. 
23311
23312         * ext/alsa/gstalsasrc.h:
23313         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23314         READY.
23315
23316         * ext/alsa/Makefile.am: Add new files.
23317         * ext/alsa/gstalsamixerelement.c: 
23318         * ext/alsa/gstalsamixerelement.c: Split element code out from
23319         mixer code so that alsasrc can be a mixer too.
23320
23321 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23322
23323         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23324         (GST_START_TEST):
23325         * check/elements/vorbisdec.c: (setup_vorbisdec),
23326         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23327         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23328         (vorbis_handle_identification_packet),
23329         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23330         (vorbis_handle_header_packet), (vorbis_dec_push),
23331         (vorbis_dec_chain):
23332           use the setup/teardown methods to save code.  save code is good.
23333
23334 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23335
23336         * check/Makefile.am:
23337           add ext dir for plugins
23338           add vorbisdec test conditionally
23339         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23340         (GST_START_TEST), (volume_suite):
23341           add a test with wrong caps
23342         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23343         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23344           add a vorbisdec test
23345         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23346         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23347           clean up debug output
23348         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23349           yay, fix a segfault/security issue in vorbisdec
23350           gst-launch fakesrc ! vorbisdec wasn't happy
23351         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23352         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23353         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23354         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23355         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23356         (gst_vorbisenc_set_metadata), (get_constraints_string),
23357         (update_start_message), (gst_vorbisenc_setup),
23358         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23359         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23360         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23361         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23362         * ext/vorbis/vorbisenc.h:
23363           march in line
23364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23365         (gst_ffmpegcsp_transform):
23366           have the kow come home
23367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23368           debug my func ptr
23369         * gst/volume/gstvolume.c: (volume_set_caps):
23370           add a debug
23371
23372 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23373
23374         * Makefile.am:
23375         * check/.cvsignore:
23376         * check/Makefile.am:
23377         * check/elements/.cvsignore:
23378         * check/elements/volume.c: (chain_func), (event_func),
23379         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23380         (main):
23381         * configure.ac:
23382           add unit test structure for gst-plugins-base
23383           add a test for volume
23384         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23385         (gst_volume_set_volume), (gst_volume_get_volume),
23386         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23387         (volume_funcfind), (volume_process_float), (volume_process_int16),
23388         (volume_set_caps), (volume_transform), (volume_update_mute),
23389         (volume_update_volume), (volume_set_property),
23390         (volume_get_property):
23391           document a little; use basetransform vmethod _set_caps
23392
23393 2005-08-19  Andy Wingo  <wingo@pobox.com>
23394
23395         * ext/alsa/gstalsamixertrack.h:
23396         * ext/alsa/gstalsamixertrack.c:
23397         * ext/alsa/gstalsamixeroptions.h:
23398         * ext/alsa/gstalsamixeroptions.c:
23399         * ext/alsa/gstalsamixer.h:
23400         * ext/alsa/gstalsamixer.c: Port to 0.9.
23401
23402         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23403         Remove gstalsa.c and alsaclock. No more cruft here.
23404         
23405 2005-08-18  Wim Taymans  <wim@fluendo.com>
23406
23407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23408         (gst_base_rtp_depayload_chain),
23409         (gst_base_rtp_depayload_add_to_queue),
23410         (gst_base_rtp_depayload_push),
23411         (gst_base_rtp_depayload_queue_release):
23412         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23413         Fix for RTPBuffer changes.
23414
23415         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23416         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23417         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23418         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23419         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23420         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23421         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23422         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23423         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23424         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23425         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23426         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23427         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23428         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23429         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23430         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23431         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23432         (gst_rtpbuffer_get_payload):
23433         * gst-libs/gst/rtp/gstrtpbuffer.h:
23434         Don't subclass GstBuffer but add methods and helper functions
23435         to construct and manipulate RTP packets in regular GstBuffers.
23436
23437 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23438
23439         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23440           moved statement below switch
23441         * gst/volume/gstvolume.c: (gst_volume_class_init):
23442           added debug ptr
23443
23444 2005-08-16  Wim Taymans  <wim@fluendo.com>
23445
23446         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23447         (gst_base_audio_src_change_state):
23448         Open and close device in READY<->NULL state change.
23449
23450 2005-08-16  Andy Wingo  <wingo@pobox.com>
23451
23452         * examples/seeking/Makefile.am: Don't compile non-compiling
23453         compiled objects with the compiler.
23454
23455         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23456         elements.
23457
23458 2005-08-12  Philippe Khalaf <burger@speedy.org>
23459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23460         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23461           Made a thread to release the queue.
23462           Removed timestamp conversion for now.
23463
23464 2005-08-10  Philippe Khalaf <burger@speedy.org>
23465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23467           Added rtp timestamp -> gst timestamp conversion.
23468           Fixed several problems with queue.
23469
23470 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23471
23472         * gst-libs/gst/audio/gstaudioclock.h:
23473         * gst-libs/gst/audio/gstaudiofilter.h:
23474         * gst-libs/gst/audio/gstaudiosink.h:
23475         * gst-libs/gst/audio/gstaudiosrc.h:
23476         * gst-libs/gst/audio/gstbaseaudiosink.h:
23477         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23478         * gst-libs/gst/audio/gstringbuffer.h:
23479         * gst-libs/gst/net/gstnetbuffer.h:
23480         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23481         * gst-libs/gst/rtp/gstrtpbuffer.h:
23482           Add padding (you will need to rebuild gst-plugins-base,
23483           gst-plugins and all applications afterwards!)
23484
23485 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23486
23487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23488         (gst_riff_parse_chunk):
23489           Fix bug in debug message and add some more debug messages.
23490
23491 2005-08-08  Edward Hervey  <edward@fluendo.com>
23492
23493         * gst-libs/gst/riff/riff-media.c:
23494         backported updates since branch
23495
23496 2005-08-08  Andy Wingo  <wingo@pobox.com>
23497
23498         * gst-libs/gst/audio/gstbaseaudiosink.c
23499         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23500         like good elements should. Close on READY->NULL too.
23501
23502         * gst-libs/gst/audio/gstaudiosink.c
23503         (gst_audioringbuffer_open_device,
23504         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23505         (gst_audioringbuffer_release): Updates for new ring buffer API,
23506         hook into the new audio sink api.
23507
23508         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23509         (GstAudioSinkClass.close): Just open and close the device -- no
23510         resource allocation or configuration.
23511         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23512         vmethods, handle device setup and resource allocation.
23513
23514         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23515         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23516         base class API.
23517
23518         * gst-libs/gst/audio/gstringbuffer.h
23519         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23520         New vmethods.
23521
23522         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23523         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23524         New API functions. The device should be opened before acquiring
23525         and closed after releasing.
23526
23527 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23528
23529         * gst-libs/gst/interfaces/mixer.h:
23530           Reset padding to GST_PADDING.
23531
23532 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23533
23534         * gst/playback/gstplaybin.c: (remove_sinks):
23535           Remove visualization from parent explicitely; works around some
23536           apparent refcount issue that I haven't tracked down yet.
23537
23538 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23539
23540         * ext/alsa/gstalsasink.c: (set_hwparams):
23541           Assign debug category, add negotiation debug msgs.
23542
23543 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23544
23545         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23546           Fix error code for file-not-found to NOT_FOUND.
23547
23548 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23549
23550         * common/gtk-doc-plugins.mak:
23551         * docs/plugins/Makefile.am:
23552         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23553         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23554           renamed to actual element names, so much nicer to look at
23555         * docs/plugins/tmpl/gstmultifdsink.sgml:
23556           remove
23557         * docs/plugins/tmpl/multifdsink.sgml:
23558         * docs/plugins/tmpl/tcpserversink.sgml:
23559           add
23560         * ext/alsa/gstalsa.c:
23561         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23562         * ext/ogg/gstoggmux.c:
23563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23564         * gst/playback/gstdecodebin.c:
23565         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23566         * gst/tcp/gsttcpserversink.c:
23567           various fixes and documentation additions
23568
23569 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23570
23571         * common/Makefile.am:
23572         * common/gstdoc-scangobj:
23573         * common/gtk-doc-plugins.mak:
23574         * common/gtk-doc.mak:
23575           add a custom scangobj that uses the registry
23576           add a custom gtk-doc-plugins.mak that uses it
23577           some doc build fixes
23578         * configure.ac:
23579         * docs/Makefile.am:
23580         * docs/plugins/Makefile.am:
23581         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23582         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23583         * docs/plugins/gst-plugins-base-plugins.types:
23584         * docs/plugins/tmpl/gstmultifdsink.sgml:
23585           add docs for one element, multifdsink
23586         * gst/adder/gstadder.h:
23587         * gst/volume/gstvolume.h:
23588           don't privatize enum
23589         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23590         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23591         (gst_sync_method_get_type), (gst_client_status_get_type),
23592         (gst_multifdsink_class_init),
23593         (gst_multifdsink_client_queue_buffer),
23594         (gst_multifdsink_handle_client_write):
23595         * gst/tcp/gstmultifdsink.h:
23596         * gst/tcp/gsttcp.h:
23597         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23598         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23599         (gst_tcpclientsink_render):
23600         * gst/tcp/gsttcpclientsink.h:
23601         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23602         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23603         (gst_tcpclientsrc_start):
23604         * gst/tcp/gsttcpclientsrc.h:
23605         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23606         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23607         * gst/tcp/gsttcpserversrc.h:
23608         * gst/typefind/gsttypefindfunctions.c:
23609           remove superfluous Type stuff
23610
23611 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23612
23613         * gst/playback/gstplaybin.c: (gen_video_element):
23614           Enable videoscale.
23615
23616 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23617
23618         * gst-libs/gst/gconf/gconf.c:
23619         * gst-libs/gst/gconf/gconf.h:
23620           Fix some Andy Problem [tm].
23621
23622 2005-08-04  Andy Wingo  <wingo@pobox.com>
23623
23624         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23625         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23626         (gst_ffmpegcsp_get_size): Adapt to API changes.
23627
23628         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23629         Implement an in-place do-nothing transform.
23630
23631 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23632
23633         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23634         (gst_ximagesink_renegotiate_size):
23635           Do not set new window sizes yet if we prepare a new buffer size
23636           for upstream renegotiation (software scaling) at some point in the
23637           future, because this new size waqs not actually accepted yet. Once
23638           accepted, renegotiation later on will set the new sizes just fine.
23639           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23640           embedding testcase.
23641
23642 2005-08-03  Andy Wingo  <wingo@pobox.com>
23643
23644         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23645         (gst_ximagesink_buffer_alloc): 
23646         Protect the height, width, and desired_caps with the pool_lock.
23647         Fixes videotestsrc ! queue ! ximagesink.
23648
23649 2005-08-02  Edward Hervey  <edward@fluendo.com>
23650
23651         * gst/volume/gstvolume.c:
23652         include left from controller cleanup
23653
23654 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23656           Stop collectpads before calling the parent state
23657           change function on PAUSED->READY.
23658
23659 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23660         * configure.ac:
23661           When testing for X libs, use the X CFlags 
23662         * gst/adder/gstadder.c: (gst_adder_change_state):
23663           Stop the collectpads before calling parent state change function
23664           on PAUSED->READY, otherwise we deadlock deactivating pads.
23665
23666 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23667
23668         * configure.ac:
23669         * docs/libs/tmpl/gstcolorbalance.sgml:
23670         * docs/libs/tmpl/gstmixer.sgml:
23671         * examples/Makefile.am:
23672         * gst/sine/Makefile.am:
23673         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23674         (gst_sinesrc_set_property), (plugin_init):
23675         * gst/sine/gstsinesrc.h:
23676         * gst/volume/Makefile.am:
23677         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23678         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23679         (volume_process_float), (volume_process_int16),
23680         (volume_set_property), (plugin_init):
23681         * gst/volume/gstvolume.h:
23682           deactivate and remove dparams (libgstcontrol)
23683
23684 2005-07-29  Wim Taymans  <wim@fluendo.com>
23685
23686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23687         Convert me to BaseTransform!! help..
23688
23689 2005-07-29  Andy Wingo  <wingo@pobox.com>
23690
23691         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23692         sinks.
23693
23694         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23695         support of both endiannesses.
23696
23697 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23698
23699         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23700           Fix confusing debug message (s/event/query/)
23701
23702 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23703
23704         * gst/videotestsrc/videotestsrc.h:
23705           Use "_stdint.h" instead of <stdint.h>
23706
23707 2005-07-27  Wim Taymans  <wim@fluendo.com>
23708
23709         * ext/vorbis/Makefile.am:
23710         Revert wrong commit.
23711
23712 2005-07-27  Wim Taymans  <wim@fluendo.com>
23713
23714         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23715         More compilation fixen.
23716
23717 2005-07-27  Wim Taymans  <wim@fluendo.com>
23718
23719         * gst-libs/gst/audio/gstbaseaudiosink.c:
23720         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23721         (gst_base_audio_sink_create_ringbuffer),
23722         (gst_base_audio_sink_change_state):
23723         Fix compilation.
23724
23725 2005-07-27  Wim Taymans  <wim@fluendo.com>
23726
23727         * examples/seeking/seek.c: (setup_dynamic_link),
23728         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23729         (query_positions_elems), (query_positions_pads), (do_seek):
23730         Update seek example.
23731
23732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23733         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23734         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23735         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23736         (gst_ogg_demux_handle_event),
23737         (gst_ogg_demux_deactivate_current_chain),
23738         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23739         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23740         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23741         (gst_ogg_demux_loop):
23742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23743         * ext/theora/theoradec.c: (theora_dec_src_event),
23744         (theora_dec_src_getcaps), (theora_dec_sink_event),
23745         (theora_dec_push), (theora_dec_chain):
23746         * ext/vorbis/Makefile.am:
23747         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23748         (vorbis_dec_sink_event), (vorbis_dec_push),
23749         (vorbis_handle_data_packet):
23750         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23751         (gst_vorbisenc_chain):
23752         * gst/playback/gststreaminfo.c: (cb_probe):
23753         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23754         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23755         * gst/videoscale/gstvideoscale.c:
23756         (gst_videoscale_handle_src_event):
23757         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23758         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23759         (gst_ximagesink_navigation_send_event):
23760         * sys/xvimage/xvimagesink.c:
23761         (gst_xvimagesink_navigation_send_event):
23762         Various event updates and cleanups
23763
23764 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23765
23766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23767           Fix segfault for I420/YV12.
23768
23769 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23770
23771         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23772           Report bitrate.
23773
23774 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23775
23776         * gst/playback/gstplaybin.c: (gen_video_element),
23777         (gen_audio_element):
23778           Switch to auto*sink elements as default sinks; add volume element
23779           so that volume control in totem works.
23780
23781 2005-07-21  Wim Taymans  <wim@fluendo.com>
23782
23783         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23784         * gst/playback/gstplaybin.c: (setup_sinks),
23785         (gst_play_bin_change_state):
23786         Refcount fix and more comments.
23787
23788 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23789
23790         * sys/ximage/Makefile.am:
23791         * sys/ximage/ximage.c: (plugin_init):
23792         * sys/ximage/ximagesink.c:
23793         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23794         
23795
23796 2005-07-21  Wim Taymans  <wim@fluendo.com>
23797
23798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23799         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23800         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23801         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23802         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23803         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23804         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23805         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23806         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23807         Generate correct disconts for live chained oggs.
23808
23809         * gst-libs/gst/audio/gstbaseaudiosink.c:
23810         (gst_base_audio_sink_render),
23811         (gst_base_audio_sink_create_ringbuffer),
23812         (gst_base_audio_sink_change_state):
23813         Handle discont math correctly.
23814
23815         * gst/playback/gstplaybin.c: (add_sink):
23816         Some small debug cleanup.
23817
23818 2005-07-21  Wim Taymans  <wim@fluendo.com>
23819
23820         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23821         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23822         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23823         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23824         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23825         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23826         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23827         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23828         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23829         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23830         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23831         (gst_ogg_demux_change_state), (gst_ogg_print):
23832         Reorganize code to send the right disconts when in streaming
23833         mode.
23834
23835 2005-07-20  Andy Wingo  <wingo@pobox.com>
23836
23837         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23838         fix (?), fixes a seggie mcfalterson (#310894).
23839
23840 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23841
23842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23843         (gst_ogg_mux_set_header_on_caps):
23844         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23846         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23847         * gst-libs/gst/audio/multichannel.c:
23848         (gst_audio_set_channel_positions),
23849         (gst_audio_set_structure_channel_positions_list):
23850         * gst/playback/gstdecodebin.c: (dynamic_create):
23851         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23852         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23853           Fixes for API changes in core.
23854
23855 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23856
23857         * gst/playback/gstplaybasebin.c: (fill_buffer):
23858           Use _new_custom() so we can set custom message types for buffering
23859           messages.
23860
23861 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23862
23863         * configure.ac:
23864         * gst-libs/gst/Makefile.am:
23865         * gst-libs/gst/gconf/.cvsignore:
23866         * gst-libs/gst/gconf/Makefile.am:
23867         * gst-libs/gst/gconf/test-gconf.c:
23868         * pkgconfig/Makefile.am:
23869         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23870         * pkgconfig/gstreamer-gconf.pc.in:
23871           Remove gconf stuff, use gconf elements instead from now on.
23872
23873 2005-07-20  Wim Taymans  <wim@fluendo.com>
23874
23875         * gst-libs/gst/audio/TODO:
23876         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23877         (gst_audio_clock_get_internal_time):
23878         * gst-libs/gst/audio/gstaudioclock.h:
23879         * gst-libs/gst/audio/gstbaseaudiosink.c:
23880         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23881         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23882         (gst_base_audio_sink_render),
23883         (gst_base_audio_sink_create_ringbuffer),
23884         (gst_base_audio_sink_change_state):
23885         Make sure the audio clock always returns an increasing value.
23886
23887 2005-07-19  Andy Wingo  <wingo@pobox.com>
23888
23889         * gst/videotestsrc/: Cleanups.
23890
23891 2005-07-19  Wim Taymans  <wim@fluendo.com>
23892
23893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23894         Better debugging.
23895
23896 2005-07-19  Wim Taymans  <wim@fluendo.com>
23897
23898         * examples/seeking/seek.c: (make_dv_pipeline),
23899         (make_vorbis_theora_pipeline), (query_rates),
23900         (query_positions_elems), (query_positions_pads), (do_seek):
23901         Make correct DV pipeline.
23902
23903 2005-07-18  Andy Wingo  <wingo@pobox.com>
23904
23905         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23906         default. Also because it's the only thing that really works. (This
23907         is used in the GConf elements).
23908         Use AS_LIBTOOL_TAGS.
23909
23910 2005-07-18  Wim Taymans  <wim@fluendo.com>
23911
23912         * gst/playback/gstdecodebin.c: (remove_element_chain):
23913         * gst/playback/gstplaybin.c: (add_sink):
23914         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23915         (gst_stream_info_set_mute):
23916         * gst/playback/gststreamselector.c:
23917         (gst_stream_selector_get_linked_pad),
23918         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23919         More leak and compile fixes.
23920
23921 2005-07-18  Wim Taymans  <wim@fluendo.com>
23922
23923         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23924         (query_rates), (query_positions_elems), (query_positions_pads),
23925         (do_seek), (seek_cb), (stop_seek):
23926         Updated seek example. 
23927
23928         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23929         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23930         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23931         * gst/playback/gstplaybin.c: (add_sink):
23932         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23933         (gst_stream_info_set_mute):
23934         Some refcount leak fixes.
23935
23936 2005-07-16  Wim Taymans  <wim@fluendo.com>
23937
23938         * gst-libs/gst/audio/gstbaseaudiosink.c:
23939         (gst_base_audio_sink_render):
23940         Align samples even if we have roundoff errors in the 
23941         timestamp conversion.
23942
23943 2005-07-16  Wim Taymans  <wim@fluendo.com>
23944
23945         * docs/libs/tmpl/gstringbuffer.sgml:
23946         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23947         (query_rates), (query_positions_elems), (query_positions_pads),
23948         (update_scale), (do_seek):
23949         Updated seek example.
23950
23951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23952         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23953         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23954         (gst_ogg_demux_loop):
23955         Push out correct discont values.
23956
23957         * ext/theora/theoradec.c: (theora_dec_src_convert),
23958         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23959         (theora_dec_sink_event), (theora_handle_type_packet),
23960         (theora_handle_header_packet), (theora_dec_push),
23961         (theora_handle_data_packet), (theora_dec_chain),
23962         (theora_dec_change_state):
23963         Better timestamping.
23964
23965         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23966         (vorbis_dec_sink_event), (vorbis_dec_push),
23967         (vorbis_handle_data_packet), (vorbis_dec_chain):
23968         * ext/vorbis/vorbisdec.h:
23969         Better timestamping.
23970
23971         * gst-libs/gst/audio/gstbaseaudiosink.c:
23972         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23973         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23974         Handle syncing on timestamps instead of sample offsets. Make
23975         use of DISCONT values as described in design docs.
23976
23977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23978         (gst_base_audio_src_get_time):
23979         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23980         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23981         (gst_ring_buffer_read):
23982         * gst-libs/gst/audio/gstringbuffer.h:
23983         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23984         (gst_ximagesink_show_frame):
23985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23986         Correcly convert buffer timestamp to stream time.
23987
23988 2005-07-16  Wim Taymans  <wim@fluendo.com>
23989
23990         * gst/audioconvert/gstaudioconvert.c:
23991         (gst_audio_convert_get_buffer):
23992         Timestamp buffers correctly.
23993
23994         * gst/playback/gstplaybin.c: (gen_video_element):
23995         Make internal fakesink silent.
23996
23997 2005-07-15  Wim Taymans  <wim@fluendo.com>
23998
23999         * gst/ffmpegcolorspace/Makefile.am:
24000         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24001         (gst_ffmpegcsp_caps_remove_format_info),
24002         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
24003         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
24004         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
24005         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
24006         Ported ffmpegcolorspace to basetransform.
24007
24008         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
24009         * gst/volume/gstvolume.c: (volume_transform):
24010         Ported to new API.
24011
24012 2005-07-14  Wim Taymans  <wim@fluendo.com>
24013
24014         * gst/videotestsrc/Makefile.am:
24015         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24016         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24017         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24018         (gst_videotestsrc_init), (gst_videotestsrc_event),
24019         (gst_videotestsrc_create), (gst_videotestsrc_start),
24020         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24021         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24022         (gst_videotestsrc_get_property):
24023         * gst/videotestsrc/gstvideotestsrc.h:
24024         Make videotestsrc a pushsrc.
24025
24026 2005-07-14  Wim Taymans  <wim@fluendo.com>
24027
24028         * gst/tcp/gstfdset.c: (gst_fdset_free):
24029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24030         (gst_multifdsink_add), (gst_multifdsink_remove),
24031         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24032         (gst_multifdsink_remove_client_link),
24033         (gst_multifdsink_client_queue_data),
24034         (gst_multifdsink_client_queue_caps),
24035         (gst_multifdsink_client_queue_buffer),
24036         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24037         (gst_multifdsink_stop):
24038         * gst/tcp/gstmultifdsink.h:
24039         0.8 backporting.
24040
24041         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24042         Also draw image when not from a pool.
24043
24044 2005-07-14  Wim Taymans  <wim@fluendo.com>
24045
24046         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24047         (mute_stream), (silence_stream):
24048         Small debug additions.
24049
24050 2005-07-14  Wim Taymans  <wim@fluendo.com>
24051
24052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24053         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24054         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24055         Better error recovery, ignore unconnected pads and
24056         non-fatal errors.
24057
24058 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24059
24060         * docs/libs/tmpl/gstaudio.sgml:
24061         * docs/libs/tmpl/gstcolorbalance.sgml:
24062         * docs/libs/tmpl/gstgconf.sgml:
24063         * docs/libs/tmpl/gstmixer.sgml:
24064         * docs/libs/tmpl/gstringbuffer.sgml:
24065         * docs/libs/tmpl/gsttuner.sgml:
24066         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24067         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24068         (gst_tcpclientsrc_class_init):
24069         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24070         (gst_tcpserversrc_class_init):
24071         * sys/v4l/gstv4lelement.c:
24072           more autistic cleanliness in functions/names/defines
24073
24074 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24075
24076         * configure.ac:
24077           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24078           added manually to each Makefile.am so we are sure it goes
24079           *last* and doesn't add -L flags before linking in libs of our
24080           own, like, say, internal .la libs, that then accidentally pick
24081           up the installed copy.
24082         * docs/libs/Makefile.am:
24083         * ext/alsa/Makefile.am:
24084         * ext/cdparanoia/Makefile.am:
24085         * ext/gnomevfs/Makefile.am:
24086         * ext/libvisual/Makefile.am:
24087         * ext/ogg/Makefile.am:
24088         * ext/theora/Makefile.am:
24089         * ext/vorbis/Makefile.am:
24090         * gst-libs/gst/video/Makefile.am:
24091         * gst/adder/Makefile.am:
24092         * gst/audioconvert/Makefile.am:
24093         * gst/audiorate/Makefile.am:
24094         * gst/audioscale/Makefile.am:
24095         * gst/ffmpegcolorspace/Makefile.am:
24096         * gst/playback/Makefile.am:
24097         * gst/sine/Makefile.am:
24098         * gst/subparse/Makefile.am:
24099         * gst/tags/Makefile.am:
24100         * gst/tcp/Makefile.am:
24101         * gst/typefind/Makefile.am:
24102         * gst/videorate/Makefile.am:
24103         * gst/videoscale/Makefile.am:
24104         * gst/videotestsrc/Makefile.am:
24105         * gst/volume/Makefile.am:
24106         * sys/v4l/Makefile.am:
24107         * sys/ximage/Makefile.am:
24108         * sys/xvimage/Makefile.am:
24109           adapt properly to this change. This should make sure that
24110           plugins and libs properly link to the as-yet-uninstalled
24111           copies of stuff like libgstinterfaces and libgstvideo
24112
24113 2005-07-13  Andy Wingo  <wingo@pobox.com>
24114
24115         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24116         (gst_v4lsrc_fixate): Fixate on format as well.
24117
24118         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24119         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24120         buffer points to it.
24121         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24122         rather just doing X calls ourselves. Also fixes a memleak.
24123
24124 2005-07-12  Andy Wingo  <wingo@pobox.com>
24125
24126         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24127         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24128         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24129         TRUE to avoid deadlocks if an element holds on to our buffers.
24130
24131 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24132
24133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24134         (gst_sinesrc_init), (gst_sinesrc_create),
24135         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24136         (gst_sinesrc_start):
24137         * gst/sine/gstsinesrc.h:
24138           removing num-buffers property before moving it
24139
24140 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24141
24142         * configure.ac:
24143           use overridable ERROR_CFLAGS
24144         * docs/libs/gst-plugins-base-libs.types:
24145         * docs/libs/tmpl/gstringbuffer.sgml:
24146         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24147         (gst_alsasink_class_init):
24148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24149         (gst_alsasrc_class_init):
24150         * gst-libs/gst/audio/audio.h:
24151         * gst-libs/gst/audio/gstaudioclock.h:
24152         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24153         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24154         (gst_audio_filter_link), (gst_audio_filter_init),
24155         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24156         (gst_audio_filter_get_property),
24157         (gst_audio_filter_class_add_pad_templates):
24158         * gst-libs/gst/audio/gstaudiofilter.h:
24159         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24160         (gst_audio_filter_template_get_type),
24161         (gst_audio_filter_template_base_init),
24162         (gst_audio_filter_template_class_init),
24163         (gst_audio_filter_template_init),
24164         (gst_audio_filter_template_set_property),
24165         (gst_audio_filter_template_get_property), (plugin_init),
24166         (gst_audio_filter_template_setup),
24167         (gst_audio_filter_template_filter),
24168         (gst_audio_filter_template_filter_inplace):
24169         * gst-libs/gst/audio/gstaudiosink.c:
24170         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24171         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24172         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24173         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24174         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24175         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24176         * gst-libs/gst/audio/gstaudiosink.h:
24177         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24178         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24179         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24180         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24181         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24182         (gst_audio_src_class_init), (gst_audio_src_init),
24183         (gst_audio_src_create_ringbuffer):
24184         * gst-libs/gst/audio/gstaudiosrc.h:
24185         * gst-libs/gst/audio/gstbaseaudiosink.c:
24186         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24187         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24188         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24189         (gst_base_audio_sink_set_property),
24190         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24191         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24192         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24193         (gst_base_audio_sink_create_ringbuffer),
24194         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24195         * gst-libs/gst/audio/gstbaseaudiosink.h:
24196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24197         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24198         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24199         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24200         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24201         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24202         (gst_base_audio_src_event), (gst_base_audio_src_create),
24203         (gst_base_audio_src_create_ringbuffer),
24204         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24205         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24206         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24207         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24208         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24209         (gst_ring_buffer_debug_spec_caps),
24210         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24211         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24212         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24213         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24214         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24215         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24216         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24217         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24218         (gst_ring_buffer_clear):
24219         * gst-libs/gst/audio/gstringbuffer.h:
24220         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24221         (gst_video_sink_class_init), (gst_video_sink_get_type):
24222         * gst-libs/gst/video/videosink.h:
24223         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24224         (gst_multifdsink_class_init),
24225         (gst_multifdsink_handle_client_write),
24226         (gst_multifdsink_change_state):
24227         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24228         (gst_tcpclientsink_setcaps):
24229         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24230         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24231         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24232         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24233         (gst_ximagesink_send_pending_navigation),
24234         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24235         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24237         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24238         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24239         (gst_xvimagesink_send_pending_navigation),
24240         (gst_xvimagesink_navigation_send_event),
24241         (gst_xvimagesink_set_xwindow_id),
24242         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24243         (gst_xvimagesink_get_type):
24244         more macro splitting
24245
24246 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24247
24248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24249           plug a memleak, allows me to import 1479 albums in one go
24250           in jamboree
24251         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24252         (vorbis_handle_type_packet), (vorbis_dec_chain),
24253         (vorbis_dec_change_state):
24254           fix some format strings
24255
24256 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24257
24258         * docs/libs/tmpl/gstcolorbalance.sgml:
24259         * docs/libs/tmpl/gstmixer.sgml:
24260         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24261         (gst_alsasink_set_property), (gst_alsasink_get_property):
24262         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24263         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24264           add device property
24265
24266 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24267
24268         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24269         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24270         (audiocast_register_listener), (audiocast_thread_run),
24271         (gst_gnomevfssrc_send_additional_headers_callback),
24272         (gst_gnomevfssrc_received_headers_callback),
24273         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24274         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24275         (gst_gnomevfssrc_get_size):
24276           add/clean up debugging
24277         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24278           cleanups
24279
24280 2005-07-07  Andy Wingo  <wingo@pobox.com>
24281
24282         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24283         framerate. Need to get a handle on when exactly this function is
24284         called, tho.
24285
24286         * sys/v4l/v4lsrc_calls.h:
24287         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24288         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24289         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24290
24291         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24292         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24293         v4lelements are sources.
24294
24295         * sys/v4l/gstv4lxoverlay.h:
24296         * sys/v4l/gstv4lxoverlay.c:
24297         * sys/v4l/gstv4ltuner.h:
24298         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24299         
24300         * sys/v4l/gstv4lsrc.h:
24301         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24302         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24303         or something should handle that. Made a live source.
24304
24305         * sys/v4l/gstv4lelement.h:
24306         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24307         signals. Some cleanups.
24308
24309         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24310
24311         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24312         stuff.
24313
24314         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24315         stuff.
24316
24317         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24318
24319 2005-07-07  Wim Taymans  <wim@fluendo.com>
24320
24321         * ext/theora/theoradec.c: (theora_get_query_types),
24322         (theora_dec_src_getcaps), (theora_dec_push):
24323         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24324         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24325         Remove deprecated/unused query types.
24326
24327 2005-07-06  Wim Taymans  <wim@fluendo.com>
24328
24329         * ext/alsa/Makefile.am:
24330         * ext/alsa/gstalsaplugin.c: (plugin_init):
24331         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24332         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24333         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24334         (gst_alsasrc_class_init), (gst_alsasrc_init),
24335         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24336         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24337         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24338         (gst_alsasrc_reset):
24339         * ext/alsa/gstalsasrc.h:
24340         * gst-libs/gst/audio/Makefile.am:
24341         * gst-libs/gst/audio/gstaudiosink.c:
24342         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24343         (gst_audioringbuffer_start):
24344         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24345         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24346         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24347         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24348         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24349         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24350         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24351         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24352         * gst-libs/gst/audio/gstaudiosrc.h:
24353         * gst-libs/gst/audio/gstbaseaudiosink.c:
24354         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24355         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24356         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24357         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24358         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24359         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24360         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24361         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24362         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24363         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24364         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24365         (gst_baseaudiosrc_change_state):
24366         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24367         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24368         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24369         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24370         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24371         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24372         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24373         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24374         * gst-libs/gst/audio/gstringbuffer.h:
24375         Added audiosource base classes.
24376         Ported alsasrc, still very basic.
24377
24378 2005-07-06  Wim Taymans  <wim@fluendo.com>
24379
24380         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24381         (theora_dec_push), (theora_handle_data_packet):
24382         Prepare for better timestamp fix later.
24383
24384         * gst/audioconvert/gstaudioconvert.c:
24385         List most accurate caps first
24386
24387         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24388         Use proper pad task function.
24389
24390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24391         (gst_xvimagesink_show_frame):
24392         Fix deadlock when alloc failed.
24393
24394 2005-07-05  Andy Wingo  <wingo@pobox.com>
24395
24396         * ext/gnomevfs/gstgnomevfssrc.c:
24397         * gst/sine/gstsinesrc.c:
24398         * gst/tcp/gsttcpserversrc.c:
24399         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24400
24401         * sys/v4l/: Port from 0.8.
24402
24403         * Many files: Null if we got it....
24404
24405 2005-07-05  Andy Wingo  <wingo@pobox.com>
24406
24407         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24408         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24409         Signedness fixes.
24410
24411 2005-07-05  Wim Taymans  <wim@fluendo.com>
24412
24413         * configure.ac:
24414         * gst/tcp/Makefile.am:
24415         * gst/tcp/README:
24416         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24417         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24418         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24419         (is_sync_frame), (gst_multifdsink_handle_client_write),
24420         (gst_multifdsink_render), (gst_multifdsink_start),
24421         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24422         * gst/tcp/gstmultifdsink.h:
24423         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24424         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24425         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24426         * gst/tcp/gsttcp.h:
24427         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24428         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24429         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24430         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24431         * gst/tcp/gsttcpclientsink.h:
24432         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24433         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24434         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24435         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24436         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24437         * gst/tcp/gsttcpclientsrc.h:
24438         * gst/tcp/gsttcpplugin.c: (plugin_init):
24439         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24440         * gst/tcp/gsttcpserversink.h:
24441         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24442         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24443         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24444         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24445         (gst_tcpserversrc_stop):
24446         * gst/tcp/gsttcpserversrc.h:
24447         * gst/tcp/gsttcpsink.c:
24448         * gst/tcp/gsttcpsink.h:
24449         * gst/tcp/gsttcpsrc.c:
24450         * gst/tcp/gsttcpsrc.h:
24451         Ported tcp plugins to 0.9. 
24452         
24453
24454 2005-07-05  Andy Wingo  <wingo@pobox.com>
24455
24456         * gst/playback/gstplaybasebin.c (fill_buffer):
24457         message_new_application fixen.
24458
24459         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24460         Style fix.
24461
24462 2005-07-04  Wim Taymans  <wim@fluendo.com>
24463
24464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24465         Set caps on output buffer.
24466
24467 2005-07-04  Andy Wingo  <wingo@pobox.com>
24468
24469         * ext/gnomevfs/gstgnomevfssrc.c
24470         (gst_gnomevfssrc_received_headers_callback) 
24471         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24472         hopefully.
24473
24474         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24475         No refcount leakage.
24476
24477         * configure.ac: Enable -Werror.
24478         
24479         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24480         * gst/audioconvert/bufferframesconvert.c
24481         (buffer_frames_convert_fixate):
24482         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24483         (gst_audio_convert_fixate):
24484         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24485         (gst_sinesrc_create): Fixate func changes.
24486         
24487         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24488         (gst_ximagesink_buffer_alloc): Unused var.
24489
24490 2005-07-01  Andy Wingo  <wingo@pobox.com>
24491
24492         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24493         getcaps to do explicit caps. Needs to be done in all decoders,
24494         possibly via a base class.
24495
24496         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24497
24498         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24499         caps on the sink pad, just rely on the pad template. Also, setting
24500         ANY caps on a pad is not valid because the caps are not fixed.
24501
24502         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24503         caps on the buffer, and get the width from the desired_caps if
24504         they're set.
24505         (gst_ximagesink_renegotiate_size): Implement via setting the
24506         desired_caps on the ximagesink.
24507         (gst_ximagesink_setcaps): Only reset the width of the player if it
24508         wasn't already set. Not sure if this is right.
24509         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24510
24511         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24512         that the user wants. NULL unless the window has been resized.
24513
24514         * gst/volume/gstvolume.c (volume_transform): Adapt to
24515         basetransform refcount changes.
24516         
24517 2005-07-01  Andy Wingo  <wingo@pobox.com>
24518
24519         * gst/videoscale/gstvideoscale.c:
24520         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24521         from BaseTransform, implements a transform_caps. Removed dead code
24522         including some PAR stuff that was never reached -- should probably
24523         be added back somehow.
24524
24525 2005-07-01  Andy Wingo  <wingo@pobox.com>
24526
24527         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24528         come later.
24529
24530 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24531
24532         * configure.ac:
24533         * docs/libs/Makefile.am:
24534         * docs/libs/gst-plugins-libs.types:
24535         * ext/alsa/Makefile.am:
24536         * ext/alsa/gstalsamixer.h:
24537         * ext/alsa/gstalsamixeroptions.h:
24538         * ext/alsa/gstalsamixertrack.h:
24539         * gst-libs/gst/Makefile.am:
24540         * gst-libs/gst/colorbalance/.cvsignore:
24541         * gst-libs/gst/colorbalance/Makefile.am:
24542         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24543         * gst-libs/gst/colorbalance/colorbalance.c:
24544         * gst-libs/gst/colorbalance/colorbalance.h:
24545         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24546         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24547         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24548         * gst-libs/gst/interfaces/Makefile.am:
24549         * gst-libs/gst/interfaces/colorbalance.c:
24550         (gst_color_balance_class_init):
24551         * gst-libs/gst/interfaces/colorbalance.h:
24552         * gst-libs/gst/interfaces/interfaces-marshal.list:
24553         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24554         * gst-libs/gst/interfaces/mixer.h:
24555         * gst-libs/gst/interfaces/mixeroptions.h:
24556         * gst-libs/gst/interfaces/navigation.c:
24557         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24558         * gst-libs/gst/interfaces/tuner.h:
24559         * gst/volume/Makefile.am:
24560         * gst/volume/gstvolume.c:
24561         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24562         * sys/ximage/Makefile.am:
24563         * sys/ximage/ximagesink.c:
24564         * sys/xvimage/Makefile.am:
24565         * sys/xvimage/xvimagesink.c:
24566           fold in all interfaces into an interfaces dir, preserving CVS
24567           history
24568
24569 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24570
24571         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24572           Fix build after riff changes.
24573
24574 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24575
24576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24577         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24578         (gst_riff_create_video_template_caps),
24579         (gst_riff_create_audio_template_caps),
24580         (gst_riff_create_iavs_template_caps):
24581         * gst-libs/gst/riff/riff-media.h:
24582         * gst-libs/gst/riff/riff-read.h:
24583         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24584           Add gst_riff_init() to initialize the debug category, instead
24585           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24586
24587 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24588
24589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24590           Oops, I shouldn't apply hacks.
24591
24592 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24593
24594         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24595           Remove pad_loop function which doesn't work.
24596
24597 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24598
24599         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24600           Send EOS when deactivating.
24601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24602         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24603         (gen_preroll_element), (probe_triggered), (mute_stream),
24604         (silence_stream), (new_decoded_pad), (setup_substreams),
24605         (set_active_source):
24606         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24607         (remove_sinks), (add_sink):
24608         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24609           Change for new probe API.
24610
24611 2005-06-29  Wim Taymans  <wim@fluendo.com>
24612
24613         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24614         * gst-libs/gst/audio/gstbaseaudiosink.c:
24615         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24616         (gst_baseaudiosink_change_state):
24617         * gst-libs/gst/audio/gstbaseaudiosink.h:
24618         * gst-libs/gst/audio/gstringbuffer.c:
24619         (gst_ringbuffer_set_callback):
24620         Fix compilation error.
24621         Ringbuffer starts out as not running.
24622         Free our clock in dispose.
24623         When releasing the ringbuffer we need to renegotiate so
24624         clear the pad caps.
24625
24626 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24627
24628         * autogen.sh:
24629         * configure.ac:
24630         * docs/Makefile.am:
24631         * docs/libs/Makefile.am:
24632         * docs/libs/gst-plugins-libs-docs.sgml:
24633         * docs/libs/gst-plugins-libs-sections.txt:
24634         * docs/libs/gst-plugins-libs.types:
24635         * docs/libs/tmpl/gstaudio.sgml:
24636         * docs/libs/tmpl/gstcolorbalance.sgml:
24637         * docs/libs/tmpl/gstringbuffer.sgml:
24638         * gst-libs/gst/audio/gstringbuffer.c:
24639         (gst_ringbuffer_set_callback):
24640           reinstate gtk-doc docs for plugin libs
24641
24642 2005-06-28  Wim Taymans  <wim@fluendo.com>
24643
24644         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24645         (gst_ogg_demux_init):
24646         Removed pad loop function.
24647
24648 2005-06-28  Wim Taymans  <wim@fluendo.com>
24649
24650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24651         If we're building a chain we are not in an error case
24652         when we queue a buffer.
24653
24654 2005-06-28  Andy Wingo  <wingo@pobox.com>
24655
24656         * *.c: Don't cast to GstObject before reffing/unreffing.
24657
24658 2005-06-27  Andy Wingo  <wingo@pobox.com>
24659
24660         * gst/videotestsrc/gstvideotestsrc.c
24661         (gst_videotestsrc_activate_push): Activation API changes.
24662
24663         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24664         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24665         they have refs on the decodebin.
24666
24667         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24668         parent class.
24669         (gst_ogg_pad_typefind): Don't leak a pad ref.
24670         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24671         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24672         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24673
24674 2005-06-27  Edward Hervey  <edward@fluendo.com>
24675
24676         * ext/theora/theoradec.c: (theora_dec_change_state): 
24677         re-arranged call to parent's state change in order to avoid locks (or
24678         worse).
24679
24680 2005-06-26  Edward Hervey  <edward@fluendo.com>
24681
24682         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24683         2nd argument of 'unknow-type' signal is a GstCaps and not a
24684         GstMiniObject
24685
24686 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24687         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24688           Set the worker thread's running flag to TRUE before starting the
24689           thread.
24690         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24691           Catch a failure to add typefind to the bin.
24692
24693 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24694
24695         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24696         (gst_sinesrc_init), (gst_sinesrc_create),
24697         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24698         (gst_sinesrc_start):
24699         * gst/sine/gstsinesrc.h:
24700           add num-buffers and timestamp-offset properties
24701         * gst/videotestsrc/gstvideotestsrc.c:
24702         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24703         (gst_videotestsrc_get_property):
24704           add timestamp-offset property
24705
24706 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24707
24708         * configure.ac: add videorate
24709         * gst-plugins-base.spec.in: add videorate
24710
24711 2005-06-23  Wim Taymans  <wim@fluendo.com>
24712
24713         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24714         (gst_videorate_getcaps), (gst_videorate_setcaps),
24715         (gst_videorate_event), (gst_videorate_chain):
24716         Fixed videorate, fixating an already fixated caps is not
24717         an error.
24718
24719 2005-06-23  Wim Taymans  <wim@fluendo.com>
24720
24721         * ext/ogg/README:
24722         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24723         Buffer on caps is not boxed anymore.
24724
24725 2005-06-22  Wim Taymans  <wim@fluendo.com>
24726
24727         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24728         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24729         Set buffers on caps as miniobjects and not as boxed.
24730
24731 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24732
24733         * configure.ac:
24734           back to HEAD
24735
24736 === release 0.9.1 ===
24737
24738 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24739
24740         * .cvsignore:
24741         * NEWS:
24742         * README:
24743         * RELEASE:
24744         * configure.ac:
24745         * po/af.po:
24746         * po/az.po:
24747         * po/cs.po:
24748         * po/en_GB.po:
24749         * po/hu.po:
24750         * po/it.po:
24751         * po/nb.po:
24752         * po/nl.po:
24753         * po/or.po:
24754         * po/sq.po:
24755         * po/sr.po:
24756         * po/sv.po:
24757         * po/uk.po:
24758         * po/vi.po:
24759           updates for release
24760
24761 2005-06-09  Andy Wingo  <wingo@pobox.com>
24762
24763         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24764         
24765 2005-06-09  Andy Wingo  <wingo@pobox.com>
24766
24767         * configure.ac:
24768         * gst-libs/gst/Makefile.am:
24769         * gst-libs/gst/net/Makefile.am:
24770         Add gstnet to build.
24771
24772 2005-06-09  Andy Wingo  <wingo@pobox.com>
24773
24774         * gst-libs/gst/gconf/gconf.c:
24775         * gst/playback/test.c:
24776         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24777         fixes.
24778
24779         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24780
24781         * ext/theora/theoraenc.c (theora_enc_chain): 
24782         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24783
24784         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24785         RealPad.
24786
24787 2005-06-02  Wim Taymans  <wim@fluendo.com>
24788
24789         * gst-libs/gst/net/Makefile.am:
24790         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24791         * pkgconfig/gstreamer-libs.pc.in:
24792         Added net stuff, version net lib.
24793
24794 2005-06-02  Wim Taymans  <wim@fluendo.com>
24795
24796         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24797         (query_rates), (query_positions_elems), (query_positions_pads),
24798         (do_seek):
24799         Updated seek example.
24800
24801 2005-06-02  Andy Wingo  <wingo@pobox.com>
24802
24803         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24804         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24805         list.
24806
24807         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24808         remove the typefind, the bin dispose will do it for us. When it's
24809         removed and unreffed, the signal handler will be disconnected,
24810         too.
24811         (unlinked): It's too difficult to disconnect from unlinked
24812         handlers, as they are on pads not elements. Just punt if the pads
24813         aren't grandkids of the bin.
24814
24815 2005-06-02  Wim Taymans  <wim@fluendo.com>
24816
24817         * ext/ogg/README:
24818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24819         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24821         * ext/theora/theoradec.c: (theora_dec_src_query),
24822         (theora_handle_data_packet):
24823         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24824         (theora_enc_chain):
24825         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24826         (vorbis_handle_data_packet):
24827         * gst/audioconvert/bufferframesconvert.c:
24828         (buffer_frames_convert_chain):
24829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24830         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24831         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24832         (gst_ffmpegcsp_chain):
24833         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24834         (gst_videorate_getcaps), (gst_videorate_setcaps),
24835         (gst_videorate_event), (gst_videorate_chain):
24836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24837         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24838         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24839         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24840         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24841         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24842         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24843         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24844         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24845         Cleanups and buffer alloc.
24846
24847 2005-05-31  Wim Taymans  <wim@fluendo.com>
24848
24849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24850         Don't try to call the delay method when the device is not
24851         opened.
24852
24853 2005-05-31  Wim Taymans  <wim@fluendo.com>
24854
24855         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24856         Get actual segment size and buffer size after opening
24857         the device.
24858
24859 2005-05-30  Wim Taymans  <wim@fluendo.com>
24860
24861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24862         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24863         Also FLUSH upstream, makes the loop function exit faster.
24864         
24865         * ext/theora/theoradec.c: (theora_dec_src_query):
24866         Some more debug info in the query.
24867         
24868         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24869         (gst_ximagesink_setcaps):
24870         Release lock on par error, better error reporting.
24871
24872 2005-05-26  Wim Taymans  <wim@fluendo.com>
24873
24874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24875         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24876         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24877         Clear chains in READY
24878         Queue packets until the chain is activated.
24879
24880 2005-05-25  Wim Taymans  <wim@fluendo.com>
24881
24882         * gst-libs/gst/audio/gstaudiosink.c:
24883         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24884         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24885         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24886         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24887         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24888         (gst_audiosink_create_ringbuffer):
24889         * gst-libs/gst/audio/gstbaseaudiosink.c:
24890         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24891         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24892         (gst_baseaudiosink_set_property), (build_linear_format),
24893         (debug_spec_caps), (debug_spec_buffer),
24894         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24895         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24896         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24897         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24899         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24900         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24901         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24902         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24903         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24904         (wait_segment), (gst_ringbuffer_commit),
24905         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24906         (gst_ringbuffer_clear):
24907         Various small cleanups.
24908
24909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24910         (gst_audio_convert_change_state):
24911         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24912         No need to take the locks anymore.
24913
24914 2005-05-25  Wim Taymans  <wim@fluendo.com>
24915
24916         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24917         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24918         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24919         (type_found):
24920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24921         (group_destroy), (group_commit), (queue_overrun),
24922         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24923         (mute_stream), (new_decoded_pad), (setup_substreams),
24924         (setup_source), (mute_group_type), (set_active_source),
24925         (gst_play_base_bin_change_state):
24926         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24927         (gen_video_element), (gen_text_element), (gen_audio_element),
24928         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24929         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24930         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24931         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24932         Some playbin cleanups mostly refcounting sloppyness.
24933
24934 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24935
24936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24937           Work with streaming input.
24938
24939 2005-05-25  Wim Taymans  <wim@fluendo.com>
24940
24941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24942         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24943         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24944         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24945         No need to take the STREAM lock anymore.
24946
24947 2005-05-25  Wim Taymans  <wim@fluendo.com>
24948
24949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24950         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24951         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24952         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24953         (gst_ogg_demux_sink_activate):
24954         * ext/theora/theoradec.c: (theora_dec_src_event),
24955         (theora_handle_comment_packet), (theora_dec_chain),
24956         (theora_dec_change_state):
24957         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24958         (vorbis_handle_data_packet), (vorbis_dec_chain),
24959         (vorbis_dec_change_state):
24960         Remove STREAM locks as they are taken in core now.
24961         Never set bogus granulepos on vorbis/theora.
24962         Fix leaks in theoradec tag parsing.
24963
24964 2005-05-25  Wim Taymans  <wim@fluendo.com>
24965
24966         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24967         Fix memleaks, GST_BUFFER_DATA() is not freed.
24968
24969 2005-05-25  Wim Taymans  <wim@fluendo.com>
24970
24971         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24972         Open non-blocking, set to blocking mode afterwards to avoid
24973         lockups when audio device is busy.
24974
24975 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24976
24977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24978           This can't be good.
24979
24980 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24981
24982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24983         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24984         (gst_audio_convert_setcaps):
24985           Implement instant setup switching.
24986
24987 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24988
24989         * gst/playback/gstplaybasebin.c: (probe_triggered):
24990           Fix missing unlock.
24991         * gst/playback/gstplaybin.c: (add_sink):
24992           First add, then link (otherwise pad link fails).
24993
24994 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24995
24996         * examples/Makefile.am:
24997         fix buildbot (make distcheck)
24998
24999 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25000
25001         * gst/playback/gstplaybin.c: (gen_vis_element):
25002           Remove some wrong code. Doesn't work yet.
25003
25004 2005-05-19  Wim Taymans  <wim@fluendo.com>
25005
25006         * gst-libs/gst/net/Makefile.am:
25007         * gst-libs/gst/net/README:
25008         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
25009         (gst_netbuffer_class_init), (gst_netbuffer_init),
25010         (gst_netbuffer_finalize), (gst_netbuffer_copy),
25011         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
25012         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
25013         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25014         * gst-libs/gst/net/gstnetbuffer.h:
25015         Added buffer subclass to store extra to/from addresses for
25016         network sources/sinks.
25017
25018 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25019
25020         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25021           Don't lock an unassigned variable.
25022
25023 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25024
25025         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25026           Increase buffer for video, decrease buffer for other media types.
25027         * gst/playback/gstplaybin.c: (gen_video_element),
25028         (gen_audio_element):
25029           Change names for debugging purposes.
25030
25031 2005-05-18  Wim Taymans  <wim@fluendo.com>
25032
25033         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25034         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25035         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25036         (gst_ffmpegcsp_chain):
25037         Enable buffer alloc passthrough if the source and dest
25038         formats are the same.
25039
25040 2005-05-17  Wim Taymans  <wim@fluendo.com>
25041
25042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25043         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25044         (gst_ogg_demux_chain_unlocked):
25045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25046         (gst_audio_convert_caps_remove_format_info),
25047         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25048         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25050         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25051         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25052         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25053         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25054         (gst_ffmpegcsp_get_property):
25055         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25056         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25057         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25058         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25059         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25060         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25061         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25062         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25063         Leak fixes in oggdemux.
25064         Some cleanups in audioconvert.
25065         Make passthrough work along with buffer_alloc etc.
25066         Make buffer_alloc and buffer recycling actually work in
25067         xvimagesink.
25068
25069 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25070
25071         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25072           make the compiler happy
25073
25074 2005-05-17  Wim Taymans  <wim@fluendo.com>
25075
25076         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25077         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25078         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25079         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25080         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25081         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25082         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25083         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25084         (gst_xvimagesink_set_xwindow_id):
25085         * sys/xvimage/xvimagesink.h:
25086         Port xvimagesink to new MiniObject.
25087
25088 2005-05-17  Wim Taymans  <wim@fluendo.com>
25089
25090         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25091         (gst_audiofilter_chain):
25092         * gst-libs/gst/audio/gstaudiosink.c:
25093         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25094         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25095         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25096         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25097         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25098         (gst_audiosink_create_ringbuffer):
25099         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25100         (gst_audio_convert_caps_remove_format_info),
25101         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25102         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25103         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25104         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25105         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25106         Fix passthrough in ffmpegcolorspace.
25107         Fix memset in audiosink on wrong memory.
25108
25109 2005-05-16  David Schleef  <ds@schleef.org>
25110
25111         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25112         to GstMiniObject.
25113
25114 2005-05-16  David Schleef  <ds@schleef.org>
25115
25116         Port from GstData to GstMiniObject.
25117         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25118         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25119         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25120         (gst_ogg_mux_collected):
25121         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25122         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25123         (theora_handle_data_packet):
25124         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25125         (theora_set_header_on_caps), (theora_enc_chain):
25126         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25127         (vorbis_handle_comment_packet):
25128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25129         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25130         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25131         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25132         * gst/audioconvert/gstaudioconvert.c:
25133         (gst_audio_convert_get_buffer):
25134         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25135         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25136         (mute_stream), (silence_stream):
25137         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25138         * gst/volume/gstvolume.c: (volume_transform):
25139         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25140         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25141         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25142         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25143         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25144         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25145         (gst_ximagesink_buffer_alloc):
25146         * sys/ximage/ximagesink.h:
25147
25148 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25149
25150         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25151         (fill_buffer), (check_queue), (queue_threshold_reached),
25152         (queue_out_of_data):
25153         * gst/playback/gstplaybasebin.h:
25154           Post buffer-fullness on the bus.
25155
25156 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25157
25158         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25159         (try_to_link_1):
25160         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25161         (group_commit), (probe_triggered), (setup_source),
25162         (gst_play_base_bin_change_state):
25163         * gst/playback/gstplaybasebin.h:
25164         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25165         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25166         (gst_play_bin_change_state):
25167           Move setup_output_pads into a virtual function, remove
25168           group-switch (no longer needed) and redirect (handled by bus
25169           now) signals.
25170
25171 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25174         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25175         (get_active_group), (get_building_group), (group_destroy),
25176         (group_commit), (check_queue), (queue_overrun),
25177         (queue_threshold_reached), (queue_out_of_data),
25178         (gen_preroll_element), (remove_groups), (unknown_type),
25179         (add_element_stream), (no_more_pads), (probe_triggered),
25180         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25181         (setup_substreams), (setup_source), (finish_source),
25182         (prepare_output), (muted_group_change_state),
25183         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25184         (gst_play_base_bin_change_state):
25185         * gst/playback/gstplaybasebin.h:
25186         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25187         (gst_play_bin_init), (gst_play_bin_set_property),
25188         (gen_video_element), (gen_text_element), (gen_audio_element),
25189         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25190         (gst_play_bin_change_state):
25191         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25192         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25193         (stream_info_change_state), (gst_stream_info_set_mute),
25194         (gst_stream_info_get_property):
25195         * gst/playback/gststreaminfo.h:
25196         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25197         (gst_stream_selector_get_linked_pad),
25198         (gst_stream_selector_getcaps),
25199         (gst_stream_selector_get_linked_pads),
25200         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25201         * gst/playback/gststreamselector.h:
25202           Rough port of playbin. Needs some more work, but is mostly done,
25203           and uses a few locks in important places, which should make stuff
25204           like chain-switches clean. Still uses GST_STATE() in a few places,
25205           which isn't all that good an idea, subtitles/elements disabled
25206           because no elements to test with and thus probably broken, query
25207           and event handling moved to GstBin, internal thread removed
25208           alltogether because the pipeline does that for us now. Can play
25209           Ogg/Vorbis files. Haven't tested anything else yet.
25210
25211 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25212
25213         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25214           Do no-more-pads (needed for autoplugging).
25215
25216 2005-05-10  Andy Wingo  <wingo@pobox.com>
25217
25218         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25219         message to the bus with the tags. Still not sent downstream tho.
25220
25221         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25222         get_parent.
25223         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25224         avoid refcounting hassles.
25225
25226 2005-05-09  Andy Wingo  <wingo@pobox.com>
25227
25228         * gst/volume/Makefile.am:
25229         * gst/volume/demo.c
25230         * gst/volume/gstvolume.h
25231         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25232         basetransform. Probably need an audio filter base class.
25233
25234 2005-05-09  Wim Taymans  <wim@fluendo.com>
25235
25236         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25237         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25238         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25239         (gst_vorbisenc_chain):
25240         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25241         (gst_audio_convert_caps_remove_format_info),
25242         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25243         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25244         Make caps writable before writing to it.
25245         Fix negotiation in audioconvert some more.
25246
25247 2005-05-09  Wim Taymans  <wim@fluendo.com>
25248
25249         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25250         (gst_videorate_getcaps), (gst_videorate_setcaps),
25251         (gst_videorate_event), (gst_videorate_chain):
25252         Better negotiation.
25253
25254 2005-05-09  Wim Taymans  <wim@fluendo.com>
25255
25256         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25257         (gst_videorate_getcaps), (gst_videorate_setcaps),
25258         (gst_videorate_blank_data), (gst_videorate_init),
25259         (gst_videorate_event), (gst_videorate_chain),
25260         (gst_videorate_change_state):
25261         Port videorate, do a better job at negotiation while we're at
25262         it.
25263
25264 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25265
25266         * configure.ac:
25267           Disable libvisual
25268
25269         * examples/Makefile.am:
25270         * gst-libs/gst/audio/Makefile.am:
25271         * gst-libs/gst/riff/Makefile.am:
25272         * gst-libs/gst/tag/Makefile.am:
25273         * gst-libs/gst/video/Makefile.am:
25274           Fixups for missing variables.
25275
25276 2005-05-09  Wim Taymans  <wim@fluendo.com>
25277
25278         * examples/seeking/seek.c: (make_theora_pipeline),
25279         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25280         (query_rates), (query_positions_elems), (query_positions_pads),
25281         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25283         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25284         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25285         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25286         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25287         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25288         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25289         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25290         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25291         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25292         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25293         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25294         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25295         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25296         (theora_dec_src_convert), (theora_dec_sink_convert),
25297         (theora_dec_src_query), (theora_dec_sink_query),
25298         (theora_dec_src_event), (theora_dec_sink_event),
25299         (theora_handle_comment_packet), (theora_handle_type_packet),
25300         (theora_handle_header_packet), (theora_handle_data_packet),
25301         (theora_dec_chain):
25302         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25303         (vorbis_dec_convert), (vorbis_dec_src_query),
25304         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25305         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25306         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25307         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25308         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25309         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25310         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25312         (gst_play_bin_query):
25313         * gst/playback/test3.c: (update_scale):
25314         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25315         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25316         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25317         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25318         (gst_videotestsrc_src_query):
25319         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25320         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25321         (paint_hline_YUV9):
25322         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25323         Port to new query API.
25324         Updated seek.
25325         Cleanups in x[v]imagesink
25326
25327 2005-05-09  Andy Wingo  <wingo@pobox.com>
25328
25329         * ext/alsa/gstalsasink.h:
25330         * ext/gnomevfs/gstgnomevfssrc.c:
25331         (gst_gnomevfssrc_get_icy_metadata):
25332         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25333         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25334         * ext/theora/theoradec.c (theora_dec_src_query)
25335         (theora_dec_src_event, theora_dec_sink_event)
25336         (theora_handle_comment_packet, theora_handle_data_packet):
25337         * ext/theora/theoraenc.c (theora_enc_chain):
25338         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25339         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25340         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25341         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25342         (qt_type_find):
25343         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25344         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25345         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25346         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25347         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25348         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25349         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25350         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25351         (paint_setup_RGB565, paint_setup_xRGB1555):
25352         * gst/videotestsrc/videotestsrc.h:
25353         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25354         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25355         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25356         GCC4 fixes.
25357         
25358         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25359         gst_pad_query_position. Fixes oggdemux.
25360
25361 2005-05-08  David Schleef  <ds@schleef.org>
25362
25363         * configure.ac: Require liboil.
25364         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25365         a few more.
25366         * gst/videotestsrc/videotestsrc.c:
25367         * gst/videotestsrc/videotestsrc.h:
25368
25369 2005-05-06  Wim Taymans  <wim@fluendo.com>
25370
25371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25372         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25373         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25374         Well, unreffing a buffer right before pushing it is asking
25375         for trouble..
25376
25377 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25378
25379         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25380
25381 2005-05-06  Wim Taymans  <wim@fluendo.com>
25382
25383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25384         (gst_audio_convert_caps_remove_format_info),
25385         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25386         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25388         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25389         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25390         * gst/sine/Makefile.am:
25391         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25392         (gst_sinesrc_class_init), (gst_sinesrc_init),
25393         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25394         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25395         (gst_sinesrc_update_freq):
25396         * gst/sine/gstsinesrc.h:
25397         * gst/tcp/gstmultifdsink.c:
25398         * sys/xvimage/xvimagesink.c:
25399         Fixed negotiation wrt _peer_get_caps()
25400         Some cleanups.
25401
25402
25403 2005-05-06  Wim Taymans  <wim@fluendo.com>
25404
25405         * gst-libs/gst/audio/gstaudiosink.c:
25406         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25407         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25408         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25409         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25410         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25411         (gst_audiosink_create_ringbuffer):
25412         * gst-libs/gst/audio/gstbaseaudiosink.c:
25413         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25414         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25415         (gst_baseaudiosink_set_property), (build_linear_format),
25416         (debug_spec_caps), (debug_spec_buffer),
25417         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25418         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25419         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25420         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25421         * gst-libs/gst/audio/gstbaseaudiosink.h:
25422         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25423         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25424         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25425         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25426         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25427         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25428         (wait_segment), (gst_ringbuffer_commit),
25429         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25430         (gst_ringbuffer_clear):
25431         * gst-libs/gst/audio/gstringbuffer.h:
25432         Make the base audiosink return an error when there is no
25433         audiobuffer negotiated.
25434
25435 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25436
25437         * ext/Makefile.am:
25438         Disable cdparanoia until someone ports it!
25439
25440 2005-05-06  Wim Taymans  <wim@fluendo.com>
25441
25442         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25443         (gst_ogg_demux_sink_activate):
25444         And revert after wingo's revert.. sigh..
25445
25446 2005-05-05  Andy Wingo  <wingo@pobox.com>
25447
25448         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25449         GObject.
25450         * configure.ac: Return audiorate and subparse from the ghetto.
25451         Re-enable -Wall -Werror.
25452         * gst/subparse/gstsubparse.c:
25453         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25454         or chain-based. Cleaned up a bit. Not tested.
25455         
25456 2005-05-05  Christian Schaller <christian@fluendo.com> 
25457
25458         * Makefile.am: remove stuff that is not building
25459         * configure.ac: remove stuff that is not building
25460         * examples/Makefile.am: remove stuff that is not building
25461         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25462         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25463         * sys/Makefile.am: remove stuff that is not building
25464         * testsuite/Makefile.am: remove stuff that is not building
25465
25466 2005-05-05  Andy Wingo  <wingo@pobox.com>
25467
25468         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25469         * gst-libs/gst/tag/gstvorbistag.c:
25470         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25471         * gst/adder/gstadder.h:
25472         * gst/audioconvert/gstchannelmix.c:
25473         (gst_audio_convert_fill_one_other):
25474         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25475         (gst_audiorate_init), (gst_audiorate_chain):
25476         * gst/playback/gstplaybasebin.c: (setup_source):
25477         * gst/playback/test3.c: (update_scale):
25478         Some GCC4 fixes
25479         
25480         * po/af.po:
25481         * po/az.po:
25482         * po/cs.po:
25483         * po/en_GB.po:
25484         * po/hu.po:
25485         * po/it.po:
25486         * po/nb.po:
25487         * po/nl.po:
25488         * po/or.po:
25489         * po/sq.po:
25490         * po/sr.po:
25491         * po/sv.po:
25492         * po/uk.po:
25493         * po/vi.po: Foo
25494
25495 2005-05-05  Wim Taymans  <wim@fluendo.com>
25496
25497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25498         (gst_audio_convert_caps_remove_format_info),
25499         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25500         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25501         * gst/videotestsrc/gstvideotestsrc.c:
25502         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25503         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25504         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25505         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25506         Don't ignore _push() return values.
25507         Make sure no processing is done when shutting down.
25508         Videotestsrc pad activation fix.
25509
25510 2005-05-05  Wim Taymans  <wim@fluendo.com>
25511
25512         * gst/adder/Makefile.am:
25513         * gst/adder/gstadder.c: (gst_adder_setcaps),
25514         (gst_adder_class_init), (gst_adder_init),
25515         (gst_adder_request_new_pad), (gst_adder_collected),
25516         (gst_adder_change_state):
25517         * gst/adder/gstadder.h:
25518         Ported adder as an example of a mixer element using
25519         collect pads. Needs more negotiation work.
25520
25521 2005-05-05  Wim Taymans  <wim@fluendo.com>
25522
25523         * ext/theora/theoradec.c: (_inc_granulepos),
25524         (theora_dec_src_event), (theora_dec_sink_event),
25525         (theora_handle_comment_packet), (theora_handle_type_packet),
25526         (theora_handle_header_packet), (theora_handle_data_packet),
25527         (theora_dec_chain):
25528         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25529         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25530         (theora_push_buffer), (theora_push_packet),
25531         (theora_enc_sink_event), (theora_enc_chain),
25532         (theora_enc_change_state), (theora_enc_set_property),
25533         (theora_enc_get_property):
25534         Added stream lock to decoder so that we can serialize
25535         the discont event.
25536         More theoraenc porting, recover from errors, do clean
25537         shutdown.
25538
25539 2005-05-05  Wim Taymans  <wim@fluendo.com>
25540
25541         * ext/ogg/Makefile.am:
25542         * ext/ogg/README:
25543         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25544         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25545         (gst_ogg_print):
25546         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25547         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25548         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25549         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25550         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25551         (gst_ogg_mux_change_state):
25552         Ported ogg muxer.
25553
25554 2005-05-05  Wim Taymans  <wim@fluendo.com>
25555
25556         * docs/design-audiosinks.txt:
25557         * gst-libs/gst/audio/TODO:
25558         * gst-libs/gst/audio/gstaudiosink.c:
25559         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25560         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25561         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25562         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25563         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25564         (gst_audiosink_create_ringbuffer):
25565         * gst-libs/gst/audio/gstbaseaudiosink.c:
25566         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25567         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25568         (gst_baseaudiosink_set_property), (build_linear_format),
25569         (debug_spec_caps), (debug_spec_buffer),
25570         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25571         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25572         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25573         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25574         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25575         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25576         (gst_ringbuffer_release), (gst_ringbuffer_play),
25577         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25578         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25579         (gst_ringbuffer_set_sample), (wait_segment),
25580         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25581         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25582         More work on the audiosink, mostly debugging and a race in
25583         shutdown.
25584
25585 2005-04-28  Wim Taymans  <wim@fluendo.com>
25586
25587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25588         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25589         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25590         (vorbis_dec_src_query), (vorbis_dec_src_event),
25591         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25592         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25593         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25594         Don't crap out when seeking back to position 0.
25595
25596 2005-04-28  Wim Taymans  <wim@fluendo.com>
25597
25598         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25599         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25600         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25601         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25602         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25603         Make audio sink configurable, use alsasink as default.
25604
25605 2005-04-28  Wim Taymans  <wim@fluendo.com>
25606
25607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25608         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25609         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25610         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25611         (vorbis_dec_change_state):
25612         * ext/vorbis/vorbisdec.h:
25613         Refactor, use STREAM_LOCK.
25614
25615 2005-04-28  Wim Taymans  <wim@fluendo.com>
25616
25617         * ext/theora/theoradec.c: (_inc_granulepos),
25618         (theora_dec_sink_event), (theora_handle_comment_packet),
25619         (theora_handle_type_packet), (theora_handle_header_packet),
25620         (theora_handle_data_packet), (theora_dec_chain),
25621         (theora_dec_change_state):
25622         Refactor a bit, use STREAM_LOCK.
25623
25624 2005-04-28  Wim Taymans  <wim@fluendo.com>
25625
25626         * ext/alsa/Makefile.am:
25627         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25628         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25629         (gst_alsa_link), (gst_alsa_close_audio):
25630         * ext/alsa/gstalsaplugin.c: (plugin_init):
25631         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25632         (gst_alsasink_dispose), (gst_alsasink_base_init),
25633         (gst_alsasink_class_init), (gst_alsasink_init),
25634         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25635         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25636         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25637         (gst_alsasink_reset):
25638         * ext/alsa/gstalsasink.h:
25639         Implement alsasink with simple open/write/close API. 
25640         Make alsa dir build by disabling compilation of code.
25641
25642 2005-04-28  Wim Taymans  <wim@fluendo.com>
25643
25644         * gst-libs/gst/audio/Makefile.am:
25645         * gst-libs/gst/audio/audio.h:
25646         * gst-libs/gst/audio/audioclock.c:
25647         * gst-libs/gst/audio/audioclock.h:
25648         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25649         (gst_audio_clock_class_init), (gst_audio_clock_init),
25650         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25651         * gst-libs/gst/audio/gstaudioclock.h:
25652         * gst-libs/gst/audio/gstaudiosink.c:
25653         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25654         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25655         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25656         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25657         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25658         (gst_audiosink_create_ringbuffer):
25659         * gst-libs/gst/audio/gstbaseaudiosink.c:
25660         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25661         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25662         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25663         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25664         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25665         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25666         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25667         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25668         * gst-libs/gst/audio/gstbaseaudiosink.h:
25669         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25670         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25671         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25672         (gst_ringbuffer_release), (gst_ringbuffer_play),
25673         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25674         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25675         (gst_ringbuffer_set_sample), (wait_segment),
25676         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25677         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25678         * gst-libs/gst/audio/gstringbuffer.h:
25679         Make ringbuffer faster and more simple by removing the locks
25680         in the playback thread.
25681         Add sample accurate playback based on buffer sample offsets.
25682         Make the baseaudiosink provide a clock.
25683         Parse caps in the base class.
25684         Correctly handle seeking, flushing and state changes.
25685
25686 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25687
25688         * configure.ac:
25689         * gst/audioconvert/Makefile.am:
25690         * gst/audioscale/Makefile.am:
25691           Fix part of the build.  Come on guys, autogen didn't even work :)
25692
25693 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25694
25695         * configure.ac:
25696         * gst-libs/gst/Makefile.am:
25697         * gst-libs/gst/media-info/.cvsignore:
25698         * gst-libs/gst/media-info/Makefile.am:
25699         * gst-libs/gst/media-info/README:
25700         * gst-libs/gst/media-info/media-info-priv.c:
25701         * gst-libs/gst/media-info/media-info-priv.h:
25702         * gst-libs/gst/media-info/media-info-test.c:
25703         * gst-libs/gst/media-info/media-info.c:
25704         * gst-libs/gst/media-info/media-info.h:
25705         * gst-libs/gst/media-info/media-info.vcproj:
25706         * pkgconfig/Makefile.am:
25707         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25708         * pkgconfig/gstreamer-media-info.pc.in:
25709           Remove media-info, which is also successed by playbin (see Totem
25710           implementation).
25711
25712 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25713
25714         * configure.ac:
25715         * examples/Makefile.am:
25716         * examples/gstplay/.cvsignore:
25717         * examples/gstplay/Makefile.am:
25718         * examples/gstplay/player.c:
25719         * gst-libs/gst/Makefile.am:
25720         * gst-libs/gst/play/.cvsignore:
25721         * gst-libs/gst/play/Makefile.am:
25722         * gst-libs/gst/play/play.c:
25723         * gst-libs/gst/play/play.h:
25724         * gst-libs/gst/play/play.vcproj:
25725         * pkgconfig/Makefile.am:
25726         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25727         * pkgconfig/gstreamer-play.pc.in:
25728           Remove libgstplay, playbin is now the official successor.
25729
25730 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * configure.ac:
25733         * gst-libs/gst/Makefile.am:
25734         * gst-libs/gst/xwindowlistener/Makefile.am:
25735         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25736         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25737           Remove deprecated xwindowlistener (I've moved xwindowlistening
25738           in the v4l/v4l2 plugins over to serverside).
25739
25740 2005-04-25  David Schleef  <ds@schleef.org>
25741
25742         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25743         to examples/dynparams.  Examples do not belong interspersed with
25744         source code.
25745         * examples/dynparams/demo-dparams.c:
25746         * gst/sine/Makefile.am:
25747         * gst/sine/demo-dparams.c:
25748
25749 2005-04-25  David Schleef  <ds@schleef.org>
25750
25751         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25752         * gst-libs/gst/audio/Makefile.am:
25753         * gst-libs/gst/riff/Makefile.am:
25754         * gst-libs/gst/tag/Makefile.am:
25755         * gst-libs/gst/video/Makefile.am:
25756         * gst-libs/gst/xwindowlistener/Makefile.am:
25757
25758         Convert to 0.9 API, seems to work:
25759         * sys/ximage/Makefile.am:
25760         * sys/ximage/ximagesink.c:
25761
25762 2005-04-24  David Schleef  <ds@schleef.org>
25763
25764         Link plugins against libraries:
25765         * ext/alsa/Makefile.am:
25766         * gst/tcp/Makefile.am:
25767
25768         Remove asm code that should be in liboil
25769         * gst/videoscale/Makefile.am:
25770         * gst/videoscale/videoscale_x86_asm.s:
25771
25772         gettext wants these checked in:
25773         * po/af.po:
25774         * po/az.po:
25775         * po/cs.po:
25776         * po/en_GB.po:
25777         * po/hu.po:
25778         * po/it.po:
25779         * po/nb.po:
25780         * po/nl.po:
25781         * po/or.po:
25782         * po/sq.po:
25783         * po/sr.po:
25784         * po/sv.po:
25785         * po/uk.po:
25786         * po/vi.po:
25787
25788 2005-04-24  David Schleef  <ds@schleef.org>
25789
25790         Convert gst_main() to g_main_loop_run()
25791         * gst/playback/decodetest.c: (main):
25792         * gst/playback/test2.c: (main):
25793         * gst/playback/test3.c: (main):
25794         * gst/playback/test4.c: (main):
25795
25796         Link plugins against libraries:
25797         * ext/libvisual/Makefile.am:
25798         * sys/xvimage/Makefile.am:
25799
25800 2005-04-24  David Schleef  <ds@schleef.org>
25801
25802         * configure.ac: Remove idct and resample libs
25803         * gst-libs/gst/Makefile.am: same
25804
25805         Remove usage of gst_library_load():
25806         * ext/alsa/gstalsaplugin.c: (plugin_init):
25807         * ext/libvisual/visual.c: (plugin_init):
25808         * ext/ogg/gstogg.c: (plugin_init):
25809         * ext/theora/theora.c: (plugin_init):
25810         * ext/vorbis/vorbis.c: (plugin_init):
25811         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25812         * gst/audioscale/gstaudioscale.c:
25813         * gst/adder/gstadder.c: (plugin_init):
25814         * gst/audioconvert/plugin.c: (plugin_init):
25815         * sys/ximage/ximagesink.c: (plugin_init):
25816         * sys/xvimage/xvimagesink.c: (plugin_init):
25817         * gst/tcp/gsttcpplugin.c: (plugin_init):
25818
25819         Link plugins against libraries:
25820         * ext/ogg/Makefile.am:
25821         * ext/theora/Makefile.am:
25822         * ext/vorbis/Makefile.am:
25823         * gst/audioconvert/Makefile.am:
25824
25825         Create proper libraries:
25826         * gst-libs/gst/riff/Makefile.am:
25827         * gst-libs/gst/audio/Makefile.am:
25828         * gst-libs/gst/video/Makefile.am:
25829
25830         Move resample library to audioscale plugin directory:
25831         * gst-libs/gst/resample/Makefile.am:
25832         * gst-libs/gst/resample/README:
25833         * gst-libs/gst/resample/dtof.c:
25834         * gst-libs/gst/resample/dtos.c:
25835         * gst-libs/gst/resample/functable.c:
25836         * gst-libs/gst/resample/private.h:
25837         * gst-libs/gst/resample/resample.c:
25838         * gst-libs/gst/resample/resample.h:
25839         * gst-libs/gst/resample/resample.vcproj:
25840         * gst-libs/gst/resample/test.c:
25841         * gst/audioscale/Makefile.am:
25842         * gst/audioscale/README:
25843         * gst/audioscale/dtof.c:
25844         * gst/audioscale/dtos.c:
25845         * gst/audioscale/functable.c:
25846         * gst/audioscale/private.h:
25847         * gst/audioscale/resample.c:
25848         * gst/audioscale/resample.h:
25849         * gst/audioscale/test.c:
25850
25851         Move tagedit library to gst-libs:
25852         * gst-libs/gst/tag/Makefile.am:
25853         * gst-libs/gst/tag/gstid3tag.c:
25854         * gst-libs/gst/tag/gsttagediting.c:
25855         * gst-libs/gst/tag/gsttageditingprivate.h:
25856         * gst-libs/gst/tag/gstvorbistag.c:
25857         * gst/tags/Makefile.am:
25858         * gst/tags/gstid3tag.c:
25859         * gst/tags/gstvorbistag.c:
25860
25861         Fix for core changes:
25862         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25863         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25864         (gst_sinesrc_getrange):
25865
25866 2005-04-23  David Schleef  <ds@schleef.org>
25867
25868         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25869         in gst-plugins in a long time, and properly belongs in liboil.
25870         * gst-libs/gst/idct/Makefile.am:
25871         * gst-libs/gst/idct/README:
25872         * gst-libs/gst/idct/dct.h:
25873         * gst-libs/gst/idct/doieee:
25874         * gst-libs/gst/idct/fastintidct.c:
25875         * gst-libs/gst/idct/floatidct.c:
25876         * gst-libs/gst/idct/idct.c:
25877         * gst-libs/gst/idct/idct.h:
25878         * gst-libs/gst/idct/idtc.vcproj:
25879         * gst-libs/gst/idct/ieeetest.c:
25880         * gst-libs/gst/idct/intidct.c:
25881
25882 2005-04-20  Wim Taymans  <wim@fluendo.com>
25883
25884         * docs/design-audiosinks.txt:
25885         * gst-libs/gst/audio/Makefile.am:
25886         * gst-libs/gst/audio/TODO:
25887         * gst-libs/gst/audio/gstaudiosink.c:
25888         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25889         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25890         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25891         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25892         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25893         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25894         (gst_audiosink_class_init), (gst_audiosink_init),
25895         (gst_audiosink_create_ringbuffer):
25896         * gst-libs/gst/audio/gstaudiosink.h:
25897         * gst-libs/gst/audio/gstbaseaudiosink.c:
25898         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25899         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25900         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25901         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25902         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25903         (gst_baseaudiosink_create_ringbuffer),
25904         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25905         * gst-libs/gst/audio/gstbaseaudiosink.h:
25906         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25907         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25908         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25909         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25910         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25911         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25912         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25913         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25914         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25915         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25916         * gst-libs/gst/audio/gstringbuffer.h:
25917         An attempt at a set of audio base classes together with some
25918         design docs.
25919
25920 2005-04-20  Wim Taymans  <wim@fluendo.com>
25921
25922         * gst/audioconvert/Makefile.am:
25923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25924         (gst_audio_convert_caps_remove_format_info),
25925         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25926         (gst_audio_convert_channels):
25927         Link against audio libs.
25928         Fix audio convert plugin.
25929
25930 2005-04-20  Wim Taymans  <wim@fluendo.com>
25931
25932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25933         (gst_ogg_demux_sink_activate):
25934         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25935         (theora_set_header_on_caps), (theora_enc_sink_event),
25936         (theora_enc_chain):
25937         Fix theora encoder.
25938
25939 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25940
25941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25942         * gst/playback/gstdecodebin.c: (find_compatibles):
25943           Work with staticpadtemplates in elementfactories.
25944
25945 2005-04-12  Wim Taymans  <wim@fluendo.com>
25946
25947         * gst/playback/README:
25948         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25949         (compare_ranks), (print_feature), (gst_decode_bin_init),
25950         (dynamic_create), (dynamic_free), (find_compatibles),
25951         (mimetype_is_raw), (close_pad_link), (got_redirect),
25952         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25953         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25954         (gst_decode_bin_change_state):
25955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25956         (gst_play_base_bin_init), (group_destroy), (group_commit),
25957         (check_queue), (queue_overrun), (queue_threshold_reached),
25958         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25959         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25960         (got_redirect), (setup_source), (play_base_eos),
25961         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25962         (gst_play_base_bin_remove_element):
25963         * gst/playback/gstplaybasebin.h:
25964         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25965         (gst_play_bin_init), (gst_play_bin_dispose),
25966         (gst_play_bin_set_property), (gen_video_element),
25967         (gen_text_element), (gen_audio_element), (remove_sinks),
25968         (gst_play_bin_send_event):
25969         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25970         (stream_info_change_state), (gst_stream_info_set_mute):
25971         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25972         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25973         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25974         (gst_stream_selector_chain):
25975         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25976         (main):
25977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25978         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25979         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25980         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25981         Raw and crude port of decodebin. 
25982         Make playbin compile.
25983
25984 2005-04-06  Wim Taymans  <wim@fluendo.com>
25985
25986         * ext/gnomevfs/Makefile.am:
25987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25988         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25989         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25990         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25991         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25992         (gst_gnomevfssrc_stop):
25993         * ext/ogg/Makefile.am:
25994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25995         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25996         * ext/theora/Makefile.am:
25997         * ext/theora/theoradec.c: (_inc_granulepos),
25998         (theora_dec_sink_event), (theora_dec_chain):
25999         * ext/vorbis/Makefile.am:
26000         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
26001         (vorbis_dec_sink_event), (vorbis_dec_chain):
26002         * gst-libs/gst/audio/Makefile.am:
26003         * sys/xvimage/Makefile.am:
26004         Make gnomevfssrc extend the source base class.
26005         Fix linking against libs in various plugins.
26006
26007 2005-04-06  Andy Wingo  <wingo@pobox.com>
26008
26009         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
26010         GST_BASE_LIBS.
26011
26012         * configure.ac: Add check and AC_SUBST for libgstbase.
26013
26014 2005-03-31  Wim Taymans  <wim@fluendo.com>
26015
26016         * examples/seeking/Makefile.am:
26017         * examples/seeking/cdparanoia.c: (main):
26018         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26019         (play_cb), (pause_cb), (stop_cb), (main):
26020         * examples/seeking/playbin.c:
26021         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26022         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26023         (make_sid_pipeline), (make_vorbis_pipeline),
26024         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26025         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26026         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26027         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26028         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26029         (stop_cb), (main):
26030         * examples/seeking/spider_seek.c:
26031         * examples/seeking/vorbisfile.c:
26032         * ext/gnomevfs/Makefile.am:
26033         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26034         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26035         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26036         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26037         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26038         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26039         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26040         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26041         * ext/ogg/README:
26042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26043         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26044         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26045         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26046         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26047         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26048         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26049         (gst_ogg_demux_factory_filter), (compare_ranks),
26050         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26051         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26052         (gst_ogg_chain_new), (gst_ogg_chain_free),
26053         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26054         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26055         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26056         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26057         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26058         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26059         (gst_ogg_demux_get_prev_page),
26060         (gst_ogg_demux_deactivate_current_chain),
26061         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26062         (gst_ogg_demux_bisect_forward_serialno),
26063         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26064         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26065         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26066         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26067         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26068         (gst_ogg_demux_change_state), (gst_ogg_print):
26069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26070         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26071         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26072         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26073         (gst_ogg_mux_loop):
26074         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26075         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26076         (theora_dec_src_convert), (theora_dec_sink_convert),
26077         (theora_dec_src_query), (theora_dec_src_event),
26078         (theora_dec_sink_event), (theora_dec_chain),
26079         (theora_dec_change_state):
26080         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26081         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26082         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26083         (theora_enc_change_state):
26084         * ext/vorbis/Makefile.am:
26085         * ext/vorbis/oggvorbisenc.c:
26086         * ext/vorbis/oggvorbisenc.h:
26087         * ext/vorbis/vorbis.c: (plugin_init):
26088         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26089         (vorbis_dec_src_query), (vorbis_dec_src_event),
26090         (vorbis_dec_sink_event), (vorbis_dec_chain),
26091         (vorbis_dec_change_state):
26092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26093         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26094         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26095         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26096         (gst_vorbisenc_change_state):
26097         * ext/vorbis/vorbisenc.h:
26098         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26099         * gst-libs/gst/audio/audioclock.c:
26100         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26101         (gst_audiofilter_init), (gst_audiofilter_chain):
26102         * gst-libs/gst/audio/testchannels.c: (main):
26103         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26104         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26105         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26106         (gmip_find_track_streaminfo), (gmip_find_track_format):
26107         * gst-libs/gst/media-info/media-info.c:
26108         (gst_media_info_read_idler):
26109         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26110         (gst_play_get_all_by_interface):
26111         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26112         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26113         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26114         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26115         (gst_riff_parse_info):
26116         * gst-libs/gst/riff/riff-read.h:
26117         * gst-libs/gst/riff/riff.c: (plugin_init):
26118         * gst-libs/gst/video/Makefile.am:
26119         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26120         (gst_videosink_class_init), (gst_videosink_get_type):
26121         * gst-libs/gst/video/videosink.h:
26122         * gst/audioconvert/bufferframesconvert.c:
26123         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26124         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26125         * gst/audioconvert/channelmixtest.c: (main):
26126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26127         (gst_audio_convert_chain),
26128         (gst_audio_convert_caps_remove_format_info),
26129         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26130         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26131         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26132         (gst_audio_convert_buffer_to_default_format),
26133         (gst_audio_convert_buffer_from_default_format),
26134         (gst_audio_convert_channels):
26135         * gst/audioconvert/gstchannelmix.h:
26136         * gst/ffmpegcolorspace/avcodec.h:
26137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26138         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26139         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26140         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26141         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26142         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26143         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26144         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26145         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26146         (dv_type_find):
26147         * gst/videotestsrc/gstvideotestsrc.c:
26148         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26149         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26150         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26151         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26152         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26153         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26154         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26156         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26157         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26158         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26159         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26160         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26161         (gst_xvimagesink_navigation_send_event),
26162         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26163         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26164         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26165         * sys/xvimage/xvimagesink.h:
26166         Plugin port to 0.9, ogg/theora playback should work in the seek
26167         example now.
26168         Removed old examples.
26169         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26170         explained in 0.9 TODO doc.
26171
26172
26173 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26174
26175         * autogen.sh:
26176         * configure.ac:
26177         * ext/Makefile.am:
26178         * gst/Makefile.am:
26179         * po/POTFILES.in:
26180         * po/af.po:
26181         * po/az.po:
26182         * po/cs.po:
26183         * po/en_GB.po:
26184         * po/hu.po:
26185         * po/it.po:
26186         * po/nb.po:
26187         * po/nl.po:
26188         * po/or.po:
26189         * po/sq.po:
26190         * po/sr.po:
26191         * po/sv.po:
26192         * po/uk.po:
26193         * po/vi.po:
26194         * sys/Makefile.am:
26195         * testsuite/Makefile.am:
26196           remove a whole bunch of plugins.  This module now contains a set
26197           of free reference plugins/elements as agreed.
26198
26199 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26200
26201         * configure.ac:
26202           hunting season on 0.9 is now OPEN
26203
26204 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26207           Kick the hell out of gcc for not warning me about a symbol conflict.
26208
26209 2005-02-22  Luca Ognibene  <luogni@tin.it>
26210
26211         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26212
26213         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26214           Don't leak caps string (fixes #168134)
26215
26216         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26217         (gst_jpegenc_init), (gst_jpegenc_finalize),
26218         (gst_jpegenc_change_state):
26219           Don't leak line buffers and context struct (fixes #168133).
26220
26221 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26222
26223         * configure.ac:
26224         * ext/dirac/gstdiracdec.cc:
26225         (gst_diracdec_chain):
26226           Since dirac 0.5.0 the framerate in dirac is expressed as a
26227           rational number. Fix build and up requirement to 0.5.0, and
26228           also pass parameters to gst_diracdec_link in the right order
26229           (fixes #167959).
26230
26231 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26232
26233         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26234         * ext/faad/gstfaad.h:
26235         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26236         certain invalid muxed streams, where some packets will contain 
26237         junk after decoder data. Partially fixes #149158.
26238
26239 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26240         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26241           Make sure we only write to writable buffers
26242
26243 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26244
26245         * gst-libs/gst/riff/riff-media.c:
26246         (gst_riff_create_audio_caps_with_data):
26247           Do actually fix invalid RIFF fmt header values for alaw
26248           and mulaw audio instead of just saying so.
26249
26250         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26251           Give gst_riff_create_audio_caps_with_data() a chance to
26252           fix up broken format header fields before extracting any
26253           parameters from the header. (fixes #167633)
26254
26255 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26256
26257         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26258
26259         * gst/audioconvert/bufferframesconvert.c:
26260         (buffer_frames_convert_link):
26261           Don't leak othercaps. (fixes #167878)
26262
26263 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26264
26265         * configure.ac:
26266         * ext/libvisual/visual.c: (gst_visual_srclink),
26267         (gst_visual_change_state):
26268           Support libvisual 0.2.0.
26269
26270 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26271
26272         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26273         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26274           Use same rowstrides for I420 as used everywhere else.
26275
26276 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26277
26278         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26279           Declare variables at beginning of block and make gcc-2.95 happy
26280           (fixes # 167482, patch by Gergely Nagy).
26281           
26282         * gst/tcp/gsttcpclientsrc.c:
26283         * gst/tcp/gsttcpclientsrc.h:
26284           Move some includes into the header, so that struct sockaddr_in is
26285           defined when it should be defined on FreeBSD as well (fixes
26286           #167483).
26287           
26288         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26289           Don't pass uninitialised values to setsockopt() here either.
26290
26291 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26292
26293         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26294
26295         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26296           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26297
26298 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26299
26300         * gst/playback/gstplaybin.c: (add_sink):
26301           Invert bin_add/link order to workaround deadlock in opt.
26302
26303 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/modplug/gstmodplug.cc:
26306           Add missing break causing position queries to fail.
26307
26308 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26309
26310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26311           Granpos can apparently be -1, which screws up calculations...
26312
26313 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26314
26315         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26316         (gst_ximagesink_send_pending_navigation),
26317         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26318         (gst_ximagesink_init):
26319         * sys/ximage/ximagesink.h:
26320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26321         (gst_xvimagesink_send_pending_navigation),
26322         (gst_xvimagesink_navigation_send_event),
26323         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26324         * sys/xvimage/xvimagesink.h:
26325           Use a mutex protected list to marshal navigation
26326           events into the stream thread from whichever thread
26327           sends them.
26328
26329 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26330
26331         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26332           Display current position and track length; misc. clean-ups.
26333           
26334         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26335         (speed_init), (speed_chain):
26336           Add query function, so that the stream length and current position
26337           get adjusted when queried (note that current position queries may
26338           still be wrong if the audio sink returns values based on buffer
26339           timestamps instead of passing on the query).
26340
26341 2005-02-13  Benjamin Otte  <otte@gnome.org>
26342
26343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26344         (gst_audio_convert_channels):
26345           create channel conversion matrix when linking
26346         * gst/audioconvert/.cvsignore:
26347         * gst/audioconvert/Makefile.am:
26348         * gst/audioconvert/channelmixtest.c: (main):
26349           add (ugly) test that ensures stereo <=> mono conversion works
26350           correctly
26351
26352 2005-02-13  Benjamin Otte  <otte@gnome.org>
26353
26354         * gst/audioconvert/gstchannelmix.h:
26355           include missing header file
26356         * gst/audioconvert/gstchannelmix.c:
26357         (gst_audio_convert_fill_compatible):
26358           use same sign for both channels when converting to/from compatible
26359           channel. Previously used different signs made the signals cancel
26360           each other out and appear like silence. (fixes #167269)
26361
26362 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26363
26364         * gst/ffmpegcolorspace/avcodec.h:
26365         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26366         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26367         (gst_ffmpegcsp_avpicture_fill):
26368         * gst/ffmpegcolorspace/imgconvert.c:
26369           Convert to and from YV12 (fixes #156379).
26370
26371 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26372
26373         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26374         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26375         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26376         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26377         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26378         methods from chain and negotiation and vice versa (Fixes #166142).
26379         * sys/ximage/ximagesink.h: Add stream_lock.
26380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26381         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26382         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26383         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26384
26385 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26386
26387         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26388           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26389           error message when we can't open the DVD device (when dvdnav_open()
26390           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26391           the above). Send something more useful instead (fixes #167117).
26392
26393 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26394
26395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26396         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26397         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26398         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26399         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26400         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26401         methods from chain and negotiation and vice versa (Fixes #166142).
26402         Fix a possible bug of images in the buffer pool being discarded because
26403         we are looking at the wrong geometry.
26404         * sys/xvimage/xvimagesink.h: Add stream_lock.
26405
26406 2005-02-11  David Schleef  <ds@schleef.org>
26407
26408         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26409         unsigned int. (fixes #167128)
26410
26411 2005-02-11  David Schleef  <ds@schleef.org>
26412
26413         * gst/librfb/Makefile.am: Testing stuff before committing is
26414           for wimps... and people with fast machines.  Fix stupid
26415           mistake.
26416
26417 2005-02-11  David Schleef  <ds@schleef.org>
26418
26419         * configure.ac: Pull in librfb from my CVS tree, because it is
26420           too small and annoying to be separate.  Move rfbsrc plugin
26421           to gst/.
26422         * ext/Makefile.am:
26423         * ext/librfb/Makefile.am:
26424         * ext/librfb/gstrfbsrc.c:
26425         * gst/librfb/Makefile.am:
26426         * gst/librfb/gstrfbsrc.c:
26427         * gst/librfb/rfb.c:
26428         * gst/librfb/rfb.h:
26429         * gst/librfb/rfbbuffer.c:
26430         * gst/librfb/rfbbuffer.h:
26431         * gst/librfb/rfbbytestream.c:
26432         * gst/librfb/rfbbytestream.h:
26433         * gst/librfb/rfbcontext.h:
26434         * gst/librfb/rfbdecoder.c:
26435         * gst/librfb/rfbdecoder.h:
26436         * gst/librfb/rfbutil.h:
26437
26438 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26439
26440         * gst/speed/Makefile.am:
26441         * gst/speed/demo-mp3.c: (main):
26442         * gst/speed/filter.func:
26443         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26444         (speed_class_init), (speed_init), (speed_chain_int16),
26445         (speed_chain_float32), (speed_chain), (speed_set_property),
26446         (speed_get_property), (speed_change_state):
26447         * gst/speed/gstspeed.h:
26448           Fix speed element and make it chain-based (fixes #156467),
26449           and make it handle more than one channel.
26450
26451 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26452
26453         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26454         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26455         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26456         * ext/dts/gstdtsdec.h:
26457           Don't clobber the stack constructing the channels array.
26458           Make the element chain-based. DTS tracks can now be played.
26459           
26460 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26461
26462         * gst-libs/gst/audio/multichannel.h:
26463         * gst-libs/gst/gconf/gconf.h:
26464         * gst-libs/gst/idct/idct.h:
26465         * gst-libs/gst/media-info/media-info-priv.h:
26466         * gst-libs/gst/play/play.h:
26467         * gst-libs/gst/resample/private.h:
26468         * gst-libs/gst/resample/resample.h:
26469         * gst-libs/gst/riff/riff-ids.h:
26470         * gst-libs/gst/video/video.h:
26471         * gst-libs/gst/video/videosink.h:
26472           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26473           missing, so that they work when included from C++ code.
26474
26475 2005-02-09  David Schleef  <ds@schleef.org>
26476
26477         * testsuite/gst-lint: Check for non-statically scoped
26478           parent_class variables.  This won't be a problem once
26479           plugins are loaded with RTLD_LOCAL.
26480
26481 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * ext/mplex/gstmplexibitstream.cc:
26484           gcc madness.
26485
26486 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26487
26488         * ext/ogg/gstogmparse.c:
26489         * gst/debug/gstnavigationtest.c:
26490           Die, thou faulty symbol pollutors (non-static parent_class).
26491
26492 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26493
26494         * ext/mplex/gstmplexibitstream.cc:
26495           Fix event handling (#165525).
26496
26497 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26498
26499         * ext/mikmod/gstmikmod.c:
26500         * gst/modplug/gstmodplug.cc:
26501           Add missing endianness to template (fixes #165509).
26502
26503 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26504
26505         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26506           Fix wrong order of reading of optional bytes (#165290).
26507
26508 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26509
26510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26511           Implement FILLER event awareness.
26512
26513 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26514
26515         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26516           Fix track calculations (#166208).
26517
26518 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26519
26520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26521
26522         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26523         * ext/libpng/gstpngenc.c:
26524           Fix byte-order, use proper fixed caps. Fixes #164197.
26525
26526 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26527
26528         * configure.ac:
26529           Add dvdlpcmdec 
26530
26531         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26532         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26533           Don't push buffers if the src pad isn't negotiated yet.
26534           
26535         * gst/audioconvert/gstaudioconvert.c:
26536         (gst_audio_convert_buffer_to_default_format),
26537         (gst_audio_convert_buffer_from_default_format):
26538           Add support for 24-bit width.
26539
26540         * gst/dvdlpcmdec/.cvsignore:
26541         * gst/dvdlpcmdec/Makefile.am:
26542         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26543         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26544         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26545         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26546         (plugin_init):
26547         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26548           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26549           format. Needs support for the channels maps if someone can find 
26550           a DVD LPCM track with > 2 channels.
26551
26552         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26553         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26554         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26555         * gst/mpegstream/gstdvddemux.h:
26556         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26557         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26558         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26559         * gst/mpegstream/gstmpegdemux.h:
26560         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26561         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26562         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26563         (gst_mpeg_parse_handle_src_query),
26564         (gst_mpeg_parse_handle_src_event):
26565           Use audio/x-dvd-lpcm for LPCM output.
26566           Add DTS output.
26567
26568 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26569
26570         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26571
26572         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26573         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26574           Add BGRA handling (#165736).
26575
26576 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26577
26578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26579
26580         * gst/law/alaw-decode.c: (alawdec_link):
26581         * gst/law/alaw-encode.c: (alawenc_link):
26582         * gst/law/mulaw-decode.c: (mulawdec_link):
26583         * gst/law/mulaw-encode.c: (mulawenc_link):
26584           Fix caps memleaks (#166600).
26585
26586 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26587
26588         * ext/tarkin/mem.h:
26589         * ext/tarkin/wavelet.h:
26590         * ext/tarkin/yuv.h:
26591         * gst/ffmpegcolorspace/avcodec.h:
26592           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26593           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26594
26595 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26599         (gst_xvimagesink_change_state):
26600           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26601           Xv video (and thereby regenerate Xv colourkey) in clear() so
26602           that PLAY -> READY -> PLAY works (fixes #162504).
26603
26604 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26607           Switch to list instead of range, since MJPEG-devices really just
26608           support decimations, not any size.
26609
26610 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26611         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26612         (gst_mpeg2dec_reset), (free_all_buffers),
26613         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26614         * ext/mpeg2dec/gstmpeg2dec.h:
26615           The libmpeg2 user-allocated buffer management is awkward, 
26616           to say the least. Hopefully this fixes things.
26617
26618 2005-02-04  Andy Wingo  <wingo@pobox.com>
26619
26620         * gst/audioconvert/bufferframesconvert.c
26621         (buffer_frames_convert_fixate): New function, fixates to 256
26622         frames per buffer by default. (Much better than 1.)
26623         (buffer_frames_convert_init): Set the fixate function for both src
26624         and sink pad.
26625         (buffer_frames_convert_link): After success setting nonfixed caps,
26626         get the negotiated caps so we can know how many buffer-frames it
26627         will be. No idea how this worked at all before.
26628
26629 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26630
26631         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26632         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26633         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26634         (handle_sequence), (handle_picture):
26635         * ext/mpeg2dec/gstmpeg2dec.h:
26636           Rearrange buffer tracking and refcounting and refactor
26637           a little for readability. 
26638
26639 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26640         * sys/v4l/gstv4l.c: (plugin_init):
26641         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26642         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26643         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26644         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26645         * sys/v4l/gstv4ljpegsrc.h:
26646         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26647         * sys/v4l/v4l_calls.h:
26648         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26649         (gst_v4lsrc_get_fps):
26650         * sys/v4l/v4lsrc_calls.h:
26651           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26652           you jpeg inside rgb frames" driver.
26653           Don't error in the v4lsrc link function, just return 
26654           REFUSED.
26655
26656 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26657
26658         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26659         (gst_qcamsrc_open):
26660           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26661
26662 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26665           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26666
26667 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26668
26669         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26670           Reset negotiated state on PAUSED->READY.
26671
26672 2005-02-02  David Schleef  <ds@schleef.org>
26673
26674         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26675         whereever possible.  (Fixes #165997)
26676         * examples/capsfilter/capsfilter1.c: (main):
26677         * examples/dynparams/filter.c: (create_ui):
26678         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26679         * examples/seeking/chained.c: (main):
26680         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26681         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26682         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26683         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26684         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26685         * examples/switch/switcher.c: (main):
26686         * ext/dv/demo-play.c: (main):
26687         * ext/faad/gstfaad.c: (gst_faad_change_state):
26688         * ext/mad/gstmad.c: (gst_mad_chain):
26689         * ext/smoothwave/demo-osssrc.c: (main):
26690         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26691         (gst_gconf_render_bin_from_description),
26692         (gst_gconf_get_default_audio_sink),
26693         (gst_gconf_get_default_video_sink),
26694         (gst_gconf_get_default_audio_src),
26695         (gst_gconf_get_default_video_src),
26696         (gst_gconf_get_default_visualization_element):
26697         * gst/level/demo.c: (main):
26698         * gst/level/plot.c: (main):
26699         * gst/playback/gstplaybin.c: (gen_video_element),
26700         (gen_audio_element):
26701         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26702         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26703         * gst/sine/demo-dparams.c: (main):
26704         * gst/spectrum/demo-osssrc.c: (main):
26705         * gst/speed/demo-mp3.c: (main):
26706         * gst/volume/demo.c: (main):
26707         * testsuite/embed/embed.c: (main):
26708
26709 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26710
26711         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26712         (gst_tcpclientsink_finalize):
26713         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26714         (gst_tcpclientsrc_finalize):
26715         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26716         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26717         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26718         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26719           Don't leak the hostname when shutting down.
26720           In tcpserversrc, take a copy of the default hostname.
26721
26722 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26723
26724         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26725           Set caps to systemstream=TRUE.
26726
26727 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * testsuite/Makefile.am:
26730           Fix more OSX buildbots.
26731
26732 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26733
26734         * ext/mpeg2dec/gstmpeg2dec.c:
26735           Don't send things to NULL PAD_PEERs
26736
26737         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26738           Copy-on-write the incoming buffer.
26739
26740         * gst/mpegstream/gstdvddemux.h:
26741         * gst/mpegstream/gstmpegclock.h:
26742         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26743         (normal_seek), (gst_mpeg_demux_handle_src_event):
26744         * gst/mpegstream/gstmpegdemux.h:
26745         * gst/mpegstream/gstmpegpacketize.h:
26746         * gst/mpegstream/gstmpegparse.c:
26747         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26748         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26749         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26750         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26751         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26752         * gst/mpegstream/gstmpegparse.h:
26753         * gst/mpegstream/gstrfc2250enc.h:
26754           Various changes to the way time is computed that make seeking and
26755           total time estimation much better here.
26756           Use G_BEGIN/END_DECLS instead of __cplusplus
26757
26758         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26759           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26760
26761 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26762
26763         * gst/subparse/gstsubparse.c:
26764           Fix OSX buildbot.
26765
26766 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26767
26768         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26769         (theora_enc_chain), (theora_enc_change_state):
26770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26771         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26772         (gst_vorbisenc_change_state):
26773         * ext/vorbis/vorbisenc.h:
26774           Set granulepos and timestamp correctly for streams not
26775           starting at 0, taking into account the initial delay.
26776
26777 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26778
26779         * gst/mpegstream/gstdvddemux.c:
26780           Add audio/x-dts to audio pad template caps
26781
26782 2005-01-30  David Schleef  <ds@schleef.org>
26783
26784         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26785         (create_context), (gst_polypsink_link): Fix silly endianness
26786         bug.  Add some debugging.  Remove float from caps; it doesn't
26787         work.  Attempt to get remote audio working.
26788
26789 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26790
26791         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26792           Add 3IV2 fourcc.
26793
26794 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26795
26796         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26797         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26798         (gst_avi_demux_stream_data):
26799         * gst/avi/gstavidemux.h:
26800           Invert DIB images. Fixes #132341.
26801
26802 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26805         (gst_ffmpegcsp_chain):
26806           D'oh, reference the palette data, not the palette structure.
26807           Fixes color distortion in #132341.
26808
26809 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26810
26811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26812           PAR can be non-fixed when not provided as argument (#162626).
26813
26814 2005-01-29  David Moore  <dcm@acm.org>
26815
26816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26817
26818         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26819         (gst_qtdemux_loop_header):
26820           Re-apply patch from #142272 that allows non-seekable sources,
26821           re-proposed by Daniel Drake <dsd@gentoo.org>.
26822
26823 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26824
26825         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26826           Use the src template for creating the src pad (#162330).
26827
26828 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26829
26830         * configure.ac:
26831         * ext/musepack/Makefile.am:
26832         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26833         (gst_musepackdec_init), (gst_musepackdec_dispose),
26834         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26835         (gst_musepack_stream_init), (gst_musepackdec_loop),
26836         (gst_musepackdec_change_state):
26837         * ext/musepack/gstmusepackdec.cpp:
26838         * ext/musepack/gstmusepackdec.h:
26839         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26840         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26841         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26842         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26843         * ext/musepack/gstmusepackreader.cpp:
26844         * ext/musepack/gstmusepackreader.h:
26845           Update to 1.1 API (#165446).
26846
26847 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26848
26849         * ext/Makefile.am:
26850           Unbreak buildbot.
26851
26852 2005-01-28  Andy Wingo  <wingo@pobox.com>
26853
26854         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26855         to reflect a different dubious internet source. Add a reference
26856         and some commentary.
26857
26858 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26859
26860         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26861         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26862         * gst/playback/gststreamselector.h:
26863           Be more selective when we're redoing caps negotiation from
26864           within the chain function on a stream change.
26865
26866 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26867
26868         * configure.ac:
26869         * ext/Makefile.am:
26870         * ext/amrnb/Makefile.am:
26871         * ext/amrnb/amrnb.c: (plugin_init):
26872         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26873         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26874         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26875         (gst_amrnbdec_state_change):
26876         * ext/amrnb/amrnbdec.h:
26877         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26878         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26879         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26880         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26881         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26882         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26883         * ext/amrnb/amrnbparse.h:
26884           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26885         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26886           Add AMR-NB/-WB raw formats.
26887         * ext/alsa/gstalsa.c: (gst_alsa_link):
26888           Keep valid time when changing format.
26889         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26890         (qtdemux_parse_trak):
26891           Add some more format-specific options (#140141, #143555, #155163).
26892
26893 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/matroska/matroska-demux.c:
26896         (gst_matroska_demux_parse_blockgroup):
26897           Fix logic error in timing of subtitle stream synchronization.
26898         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26899           Add skip-chunk, which is found in kodak-camera streams.
26900
26901 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26902
26903         * po/LINGUAS:
26904         * po/vi.po:
26905           Adding Vietnamese translation (submitted by Clytie Siddall)
26906
26907 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26908
26909         * gst/playback/gstdecodebin.c: (try_to_link_1):
26910           Use realpad for signal.
26911
26912 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26913
26914         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26915           Fix category so decodebin picks it up.
26916
26917 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26918
26919         * ext/mad/Makefile.am:
26920         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26921         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26922         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26923         (found_type), (gst_id3demux_bin_change_state):
26924         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26925         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26926         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26927         (gst_id3_tag_change_state), (plugin_init):
26928         * ext/mad/gstmad.h:
26929           Add id3demuxbin (which is a simple bin consisting of id3demux
26930           and typefind), take over rank from id3demux, remove typefind
26931           code from id3demux. Makes all broken mp3s that I know of work,
26932           and thereby fixes #152688.
26933
26934 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26935
26936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * ext/mad/gstmad.c: (gst_mad_src_event):
26939         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26940           Allow seeks on audio pad, make mad forward those (#164826).
26941         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26942           Set duration (#165335).
26943
26944 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26947         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26948         (gst_asf_demux_process_ext_content_desc),
26949         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26950         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26951         * gst/asfdemux/gstasfdemux.h:
26952           Improve metadata display, e.g. if the metadata comes before the
26953           streams are loaded (which is perfectly valid).
26954
26955 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26956
26957         * tools/gst-launch-ext-m.m:
26958           Fix AVI/ASF pipelines (#165340).
26959
26960 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26961         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26962         build failure on amd64
26963
26964 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26965
26966         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26967         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26968           Check environment variables GST_ID3V2_TAG_ENCODING,
26969           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26970           list of character encodings to force interpretation of non-unicode
26971           strings stored in an ID3v2 tag to a particular encoding. If none
26972           is specified, try to use current locale's encoding, then fall back
26973           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26974         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26975         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26976           Check environment variables GST_ID3V1_TAG_ENCODING,
26977           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26978           list of character encodings to use in case a string encountered
26979           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26980           specified, try to use the current locale's encoding, then fall
26981           back to ISO-8859-1 (which will always succeed).
26982
26983 2005-01-25  Benjamin Otte  <otte@gnome.org>
26984
26985         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26986           - on half framerate, compute the rate in advance so the comparisons
26987             don't compare wrong values
26988           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26989             behaviour
26990           - don't use mad_header_decode anymore, mad_frame_decode does that
26991             automatically
26992           - when getting rid of consumed bytes, reset the stream's skiplen
26993           (fixes #163867)
26994
26995 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26996
26997         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26998           Use 1/2 a second for default max_discont, as PES streams from DVB
26999           seem to have larger spacings in the SCR. 
27000           Fix a typo.
27001
27002 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27003
27004         * gst/playback/gstplaybasebin.c: (group_commit):
27005           Notify delayed stream-info availability.
27006
27007 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
27008         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27009         (gst_a52dec_handle_event), (gst_a52dec_chain):
27010         Add some debug output. Check that a discont has a valid
27011         time associated.
27012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27013         (gst_alsa_sink_loop):
27014         Ignore TAG events. A little extra debug for broken timestamps.
27015         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27016         (dvdnavsrc_change_state):
27017         Ensure we send a discont to engage the link before we send any
27018         other events.
27019         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27020         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27021         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27022         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27023         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27024         dvd://title works in totem because typefinding sends a seek that ends
27025         up going back to chapter 1 regardless.
27026         * ext/mpeg2dec/gstmpeg2dec.c:
27027         * ext/mpeg2dec/gstmpeg2dec.h:
27028         Output correct timestamps and handle disconts.
27029         * ext/ogg/gstoggdemux.c: (get_relative):
27030         Small guard against a null dereference.
27031         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27032         (gst_textoverlay_set_property):
27033         Free memory when done. Don't call gst_event_filler_get_duration on
27034         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27035         g_warning.
27036         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27037         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27038         (gst_sw_srclink), (gst_smoothwave_chain):
27039         Draw solid lines, prettier colours.
27040         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27041         Add a default palette that'll work for some movies.
27042         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27043         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27044         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27045         * gst/mpegstream/gstdvddemux.h:
27046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27047         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27048         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27049         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27050         * gst/mpegstream/gstmpegparse.h:
27051         Use PTM/NAV events when for timestamp adjustment when connected to 
27052         dvdnavsrc. Don't use many discont events where one suffices.
27053         * gst/playback/gstplaybasebin.c: (group_destroy),
27054         (gen_preroll_element), (gst_play_base_bin_add_element):
27055         * gst/playback/gstplaybasebin.h:
27056         Make sure we remove subtitles from the same bin we put them in.
27057         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27058         (gst_subparse_buffer_format_autodetect),
27059         (gst_subparse_change_state):
27060         Fix some memleaks and invalid accesses.
27061         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27062         (oggskel_type_find), (cmml_type_find), (plugin_init):
27063         Some typefind functions for Annodex v3.0 files
27064         * gst/wavparse/gstwavparse.h:
27065         GstRiffReadClass is the correct parent class.
27066
27067 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27068
27069         * gst-libs/gst/riff/riff-media.c:
27070         (gst_riff_create_video_caps_with_data):
27071           Add extradata to huffyuv (fixes #165013).
27072         * gst-libs/gst/riff/riff-read.c:
27073         (gst_riff_read_strf_vids_with_data):
27074           Fix extradata extraction if it is in the chunk size.
27075
27076 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27077
27078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27079
27080         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27081         (gst_quarktv_change_state), (gst_quarktv_dispose):
27082           Memory free'ing location fix (#164708).
27083
27084 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27085
27086         * gst/playback/gstplaybasebin.c: (group_commit),
27087         (gen_preroll_element), (probe_triggered), (gen_source_element),
27088         (setup_source), (gst_play_base_bin_change_state),
27089         (gst_play_base_bin_add_element):
27090           Don't block for streams.
27091         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27092         (gst_stream_info_set_mute):
27093           Use gst_pad_set_active_recursive.
27094
27095 2005-01-25  Andy Wingo  <wingo@pobox.com>
27096
27097         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27098         for #ifndef HAVE_XVIDEO.
27099
27100 2005-01-24  Jeffrey C. Ollie
27101
27102         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27103
27104         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27105         * ext/gsm/gstgsmdec.h:
27106         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27107         * ext/gsm/gstgsmenc.h:
27108         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27109         was given by property. Add proper buffer timestamps and offsets.
27110
27111 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27112
27113         * gst-libs/gst/riff/riff-media.c:
27114         (gst_riff_create_audio_caps_with_data):
27115           Audio can be <8000Hz.
27116
27117 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27118
27119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27120           Explicit state change to workaround refcount bugs.
27121
27122 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27123
27124         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27125         (gst_avimux_riff_get_avi_header):
27126           Fix...
27127
27128 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27129
27130         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27131         (gst_riff_read_element_data):
27132         * gst-libs/gst/riff/riff-read.h:
27133           Add _peek version (req'ed in CDXA).
27134         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27135         (gst_cdxaparse_loop):
27136           Fix parsing in playbin.
27137         * gst/playback/gstdecodebin.c: (close_pad_link):
27138           Ignore current_ pads, they cause major annoyance.
27139
27140 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27141
27142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27143           Safety guard.
27144
27145 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27146
27147         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27148           Fix padding...
27149
27150 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27153           Allow for 0-sized buffers. Fixes length query problems in
27154           starwars.mkv from the testsuite.
27155
27156 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27157
27158         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27159         (gst_video_box_i420), (gst_video_box_chain):
27160           Fix row strides for I420 (fixes #163159)
27161           
27162 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27163
27164         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27165           MPEG2 has a useful rate property, so we can actually use that.
27166           For MPEG-1, continue using the bytes/time properties.
27167
27168 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27169
27170         * gst-libs/gst/riff/riff-media.c:
27171         (gst_riff_create_video_caps_with_data),
27172         (gst_riff_create_video_template_caps):
27173           Add intel-h263.
27174
27175 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27176
27177         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27178           Fail if caps negotiation fails. Should fix #162184, and should
27179           definately be in there regardless of it fixing the actual bug.
27180         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27181         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27182         (gst_avimux_riff_get_avix_header),
27183         (gst_avimux_riff_get_video_header),
27184         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27185         (gst_avimux_start_file), (gst_avimux_handle_event),
27186         (gst_avimux_change_state):
27187         * gst/avi/gstavimux.h:
27188           Refactor structure writing to use GST_WRITE_UINT macros, add
27189           metadata writing support.
27190
27191 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27192
27193         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27194           Elements may already be destroyed when this function is called.
27195
27196 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27197
27198         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27199         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27200           More memory leak fixes (#149162).
27201
27202 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27203
27204         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27205         (gst_qtdemux_add_stream):
27206           Fix two memleaks.
27207
27208 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27209
27210         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27211           Argh...
27212
27213 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27216           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27217           when fixating to six channels in Totem.
27218
27219 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27220
27221         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27222           Fix compile warnings on Solaris 10 buildbot
27223
27224 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27225
27226         * ext/dvdread/dvdreadsrc.c: (_read):
27227           Don't read beyond the last cell in a chapter (fixes 
27228           invalid memory access)
27229
27230 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27231
27232         * ext/dvdread/stream_labels.c:
27233         (dvdreadsrc_get_audio_stream_labels):
27234           Use NULL for an empty GList instead of g_list_alloc(); fix 
27235           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27236           of GString (easier to bulk free later)
27237
27238 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27239
27240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27243         (gst_ffmpeg_pixfmt_to_caps):
27244           Fix BGRA32 caps (#164209).
27245
27246 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27247
27248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27251         (gst_ffmpeg_caps_to_pixfmt):
27252           alpha_mask can be RGBA/ABGR. Fixes #164265.
27253
27254 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27255
27256         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27257
27258         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27259         (gst_mpeg2dec_alloc_buffer):
27260         * ext/mpeg2dec/gstmpeg2dec.h:
27261           Crop if decoding size is not the actual image size (#163676).
27262
27263 2005-01-17  Steve Baker  <steve@stevebaker.org>
27264
27265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27266
27267         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27268         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27269           Add libsndfile typefind functions (#163309).
27270
27271 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27272
27273         * tools/gst-launch-ext-m.m:
27274           Add .aac, fix .m1v/.m2v (#163891).
27275
27276 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27277
27278         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27279           Sanity check, don't wait endlessly since the clock might not
27280           actually run at this point (which is a deadlock). Fixes #164069.
27281
27282 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27283
27284         * gst/playback/gstplaybasebin.c: (probe_triggered):
27285           Of course, only pause if group is done...
27286
27287 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27288
27289         * gst/playback/gstplaybasebin.c: (probe_triggered):
27290           Thread safety.
27291
27292 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27293
27294         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27295           Don't return state change success when the parent
27296           failed.
27297
27298 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27299
27300         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27301           Free events (fix memleak in #162905).
27302
27303 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27304
27305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27308         (gst_ffmpeg_caps_to_pixfmt):
27309           Fix for depth = 15. Fixes #161675.
27310
27311 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27314           Set FPS correctly, even for webcams and the like.
27315         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27316           Don error on setting while capturing.
27317
27318 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27319
27320         * ext/dv/gstdvdec.c:
27321         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27322         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27323           I'm a bad boy. using /1001. to force C to do float division
27324           and not integer division (as it did in my last commit)
27325           Thanks to David I. Lehn for pointing this mistake.
27326
27327 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27328
27329         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27330           Revert Johan's 1.35->1.36 since it breaks compat.
27331
27332 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27333
27334         * ext/dv/gstdvdec.c:
27335         * ext/libfame/gstlibfame.c:
27336         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27337         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27338           replace framerate aproximations by their real value
27339           (24000/1001, 30000/1001, 60000/1001)
27340           Finish fixing bug #164049
27341
27342 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27343
27344         * ext/ogg/gstoggmux.c:
27345           eos/bos debugging
27346         * gst/tcp/gstmultifdsink.c:
27347         * gst/tcp/gstmultifdsink.h:
27348         * gst/tcp/gsttcp.c:
27349         * gst/tcp/gsttcp.h:
27350         * gst/tcp/gsttcpclientsink.c:
27351         * gst/tcp/gsttcpclientsrc.c:
27352         * gst/tcp/gsttcpserversink.c:
27353         * gst/tcp/gsttcpserversrc.c:
27354           improve reusability of elements after state changes and errors
27355           make multifdsink throw away streamheaders when receiving new ones
27356
27357 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27358
27359         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27360           Fix for if items are already in list...
27361
27362 2005-01-12  Benjamin Otte  <otte@gnome.org>
27363
27364         * gst/adder/gstadder.c: (gst_adder_loop):
27365           fix adder a bit so it doesn't screw up with events as much anymore
27366
27367 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27368
27369         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27370         (pixbufscale_scale), (gst_pixbufscale_chain):
27371         * ext/gdk_pixbuf/pixbufscale.h:
27372           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27373           to ensure rowstrides are calculated the same way as 
27374           ffmpegcolorspace
27375           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27376           that we pick up duration and offset also.
27377
27378 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27381         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27382           Reusability fixes.
27383
27384 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27385
27386         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27387         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27388         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27389         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27390           Update flags when requested.
27391
27392 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27393
27394         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27395           Fix dmix.
27396
27397 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27398
27399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27400         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27401         (probe_triggered), (new_decoded_pad), (gen_source_element),
27402         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27403         * gst/playback/gstplaybasebin.h:
27404         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27405         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27406         (gst_play_bin_change_state):
27407           Implement group-switch signal for use in apps to clear metadata
27408           cache, clean up subtitle, add suburi property instead of # hack,
27409           some error-out fixes.
27410
27411 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27414           Debug.
27415         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27416           If we got a state change in the _get handler, don't return success.
27417
27418 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27419
27420         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27421         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27422           Make jpegdec quiet on MJPEG decoding
27423         * gst/asfdemux/README:
27424           Fix mimetypes for MJPEG and H263
27425
27426 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27427
27428         * ext/theora/theoradec.c: (theora_dec_chain):
27429           Fix broken code generation by gcc by swapping arguments.
27430         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27431           Fix \n in debug.
27432
27433 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27434
27435         * TODO:
27436           delete this file, it is by far outdated
27437         * ext/alsa/gstalsa.1: remove
27438         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27439         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27440         (gst_alsa_get_caps):
27441           Add HW probing for supported sample rates. Fixes #161704
27442
27443 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27446           Don't crash, biatch! :).
27447
27448 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27449
27450         * ext/musepack/gstmusepackreader.cpp:
27451         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27452           Some work on tags - still doesn't work in playbin...
27453         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27454           Handle events...
27455
27456 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27459           Also shove tags on kid pads.
27460
27461 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27462
27463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27464           Don't bail on unknown events.
27465         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27466           Don't crash on events before negotiation.
27467         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27468           Send tags on pads, too.
27469         * gst/playback/gststreamselector.c:
27470         (gst_stream_selector_request_new_pad):
27471           Forward events on first pad if no input was selected yet.
27472
27473 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst/playback/gstplaybasebin.c: (setup_substreams):
27476           Don't disable streamtype if the stream doesn't exist, since
27477           then playing a video after audio will disable both and nothing
27478           will happen. Fixes the testsuite.
27479
27480 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27481
27482         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27483         (gst_v4l_xoverlay_set_xwindow_id):
27484         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27485         (gst_v4l2_xoverlay_set_xwindow_id):
27486           Add debug categories, fix overlay disabling.
27487
27488 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27489
27490         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27491         * ext/alsa/gstalsa.h:
27492           Add HW probing for period_count/size and buffer_size MIX/MAX
27493           Adjust default/user defined value if out of bounds
27494           Should fix bug #162024
27495
27496 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27497
27498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27499           Fix warning (#161191).
27500
27501 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27502
27503         * ext/dvdread/stream_labels.c:
27504         (dvdreadsrc_get_audio_stream_labels):
27505           Fix warning (init the good variable in switch default)
27506
27507 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27508
27509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27510
27511         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27512           Fix gcc-2.95 compile (#163485).
27513
27514 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * configure.ac:
27517         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27518         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27519         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27520         (gst_flacenc_change_state):
27521         * ext/flac/gstflacenc.h:
27522           Update for API change in flac-1.1.1. Update requirement in
27523           configure.ac. Fixes #162974.
27524
27525 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27526
27527         * gst/playback/gstplaybasebin.c: (group_destroy):
27528           Remove hack to get rid of assert and get rid of unlinked
27529           signals properly.
27530
27531 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27532
27533         * gst/playback/gstplaybasebin.c: (setup_source):
27534           Set source to NULL so that resources are free'ed. Fixes issues
27535           with playback of CDDA and similar device-accessing things.
27536
27537 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * testsuite/embed/Makefile.am:
27540           test->noinst, fix make test in buildbot.
27541
27542 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27543
27544         * ext/dvdread/stream_labels.c: new file
27545         * ext/dvdread/stream_labels.h: new file
27546         * ext/dvdread/Makefile.am:
27547         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27548           Extract audio stream label from DVD IFO files.
27549           It only dump them on the console for now, still have to
27550           make playbin aware of them.
27551
27552 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * gst/playback/gstplaybasebin.c: (setup_source):
27555           Fix hanging subs.
27556
27557 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27558
27559         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27560         (gen_preroll_element), (remove_groups), (setup_subtitle),
27561         (gen_source_element), (setup_source):
27562         * gst/playback/gstplaybasebin.h:
27563           Multiple .sub files is just a stupid idea... Fix some threading
27564           mistakes. Interestingly, external .sub files cause playbin to
27565           hang, I don't know why... Parsing fixes contributed by Fran??ois
27566           Kooman <fkooman@tuxed.net>.
27567
27568 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27569
27570         * testsuite/embed/Makefile.am:
27571           Fix buildbot.
27572
27573 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27574
27575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27576
27577         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27578         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27579         (gst_pngenc_set_property):
27580         * ext/libpng/gstpngenc.h:
27581           Add compression level property (#163323).
27582
27583 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27584
27585         * configure.ac:
27586         * examples/capsfilter/capsfilter1.c: (main):
27587         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27588         * ext/dvdread/Makefile.am:
27589         * ext/dvdread/demo-play:
27590         * ext/dvdread/demo-play.c:
27591         * gconf/gstreamer.schemas.in:
27592         * gst-libs/gst/gconf/gconf.c:
27593         * sys/v4l/TODO:
27594         * testsuite/Makefile.am:
27595         * testsuite/embed/Makefile.am:
27596         * testsuite/embed/embed.c: (cb_expose), (main):
27597           Remove all references to xvideosink, fix examples (#140845).
27598         * gst/playback/gstplaybasebin.c: (group_destroy):
27599           Apparently, disposal does not unlink - so do explicitely.
27600         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27601           Add debug.
27602
27603 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27604
27605         * README: fix PKG_CONFIG_PATH instructions, what was there
27606         previously was breaking default search path, not nice. 
27607         Fixes #163358
27608
27609 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27610
27611         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27612         (gst_audioscale_chain):
27613           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27614           when resampling - how the ^@$^!@^! is this possible?!?
27615
27616 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27617
27618         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27619           Reset variables on READY.
27620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27621         (gst_matroska_mux_loop):
27622           Require data before writing header.
27623
27624 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27625
27626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27627
27628         * ext/mad/gstmad.c: (gst_mad_chain):
27629           Don't call mad_stream_sync() directly after recovering sync.
27630           Fixes #151661.
27631
27632 2005-01-09  Martin Eikermann  <meiker@upb.de>
27633
27634         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27637         (snapshot_handler), (gst_snapshot_sinkconnect),
27638         (gst_snapshot_chain):
27639           Allocate resources when required, fix recursive signal emission
27640           and fix caps. Fixes #161667.
27641
27642 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27643
27644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27645
27646         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27647         (gst_pngdec_chain):
27648           Handle only 8-bppc (bits-per-pixel-component) images, better
27649           error handling and correct strides. Fixes #163177.
27650         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27651         (gst_pngenc_chain):
27652           Better error handling. Fixes #163348.
27653
27654 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27655
27656         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27657         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27658         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27659         (dvdnavsrc_uri_handler_init):
27660           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27661         * gst/playback/gstplaybasebin.c: (gen_source_element):
27662           Add MMS to streaming URIs.
27663
27664 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27665
27666         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27667         * sys/xvimage/xvimagesink.c:
27668         (gst_xvimagesink_navigation_send_event):
27669           Check for pad availability before sending event.
27670
27671 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27672
27673         * gst-plugins.spec.in:
27674           Add subparse.
27675
27676 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27677
27678         * configure.ac:
27679           Since we use functions from CVS, up requirement.
27680
27681 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27682
27683         * gst/playback/Makefile.am:
27684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27685         (group_destroy), (group_commit), (group_is_muted),
27686         (gen_preroll_element), (add_stream), (unknown_type),
27687         (probe_triggered), (preroll_unlinked), (mute_stream),
27688         (silence_stream), (new_decoded_pad), (setup_substreams),
27689         (setup_source), (get_active_source), (mute_group_type),
27690         (muted_group_change_state), (set_active_source),
27691         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27692         (play_base_eos), (gst_play_base_bin_change_state):
27693         * gst/playback/gstplaybasebin.h:
27694         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27695         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27696         (gst_stream_info_dispose), (stream_info_mute_pad),
27697         (stream_info_change_state), (gst_stream_info_set_mute):
27698         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27699         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27700         (gst_stream_selector_init), (gst_stream_selector_dispose),
27701         (gst_stream_selector_get_linked_pad),
27702         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27703         (gst_stream_selector_get_linked_pads),
27704         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27705         * gst/playback/gststreamselector.h:
27706           Adding stream selection support plus required properties for
27707           applications to use this. Fully fixes #100931.
27708
27709 2005-01-08  Benjamin Otte  <otte@gnome.org>
27710
27711         * gst/games/gstpuzzle.c: (nav_event_handler):
27712           - handle nav events differently: forward every event no matter if it
27713             was handled or not.
27714           - translate events
27715           You can now cheat by using navigationtest ! puzzle and moving the
27716           mouse close to the edge of a tile. ;)
27717
27718 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27719
27720         * configure.ac:
27721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27722         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27723         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27724         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27725         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27726         (gst_ogm_parse_plugin_init):
27727         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27728         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27729         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27730         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27731         * ext/pango/gsttextoverlay.h:
27732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27733         (gst_matroska_demux_handle_seek_event),
27734         (gst_matroska_demux_sync_streams),
27735         (gst_matroska_demux_parse_blockgroup),
27736         (gst_matroska_demux_subtitle_caps),
27737         (gst_matroska_demux_plugin_init):
27738         * gst/matroska/matroska-ids.h:
27739         * gst/playback/gstdecodebin.c: (close_pad_link):
27740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27741         (gen_preroll_element), (remove_groups), (add_stream),
27742         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27743         (setup_source):
27744         * gst/playback/gstplaybasebin.h:
27745         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27746         * gst/subparse/Makefile.am:
27747         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27748         (gst_subparse_base_init), (gst_subparse_class_init),
27749         (gst_subparse_init), (gst_subparse_formats),
27750         (gst_subparse_eventmask), (gst_subparse_event),
27751         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27752         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27753         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27754         (parse_mpsub_deinit), (parse_mpsub_init),
27755         (gst_subparse_buffer_format_autodetect),
27756         (gst_subparse_format_autodetect), (gst_subparse_loop),
27757         (gst_subparse_change_state), (gst_subparse_type_find),
27758         (plugin_init):
27759         * gst/subparse/gstsubparse.h:
27760         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27761         (plugin_init):
27762           Add subtitle support, .sub parser (supports SRT and MPsub),
27763           OGM text support, Matroska UTF-8 text support, deadlock fixes
27764           all over the place, subtitle awareness in decodebin/playbin
27765           and some fixes to textoverlay to handle subtitles in a stream
27766           correctly. Fixes #100931.
27767
27768 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27769
27770         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27771           Check for pad availability before doing a query on it.
27772
27773 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27774
27775         * ext/dv/gstdvdec.c:
27776           really fix bpp24/32 dvdec caps (classic rgba indeed)
27777         * gst/asfdemux/gstasfdemux.c:
27778         (gst_asf_demux_process_ext_content_desc):
27779           don't send text tags if they are empty (bis repetita)
27780
27781 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27782
27783         * ext/dv/gstdvdec.c:
27784          remove unneeded comment from dvdec
27785           (related to DV 4CC codes in AVI files)
27786           moved them in gstreamer/docs/random/mimetypes
27787         * gst/asfdemux/gstasfdemux.c:
27788         (gst_asf_demux_process_ext_content_desc):
27789          don't send text tags if they are empty
27790          fix mem leak on error path
27791         * gst/ffmpegcolorspace/avcodec.h:
27792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27793         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27794         (gst_ffmpegcsp_avpicture_fill):
27795         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27796         * gst/ffmpegcolorspace/imgconvert_template.h:
27797          adds BGR32 and BGRA32 to ffmpegcolorspace
27798           (still bad colors, fixing it on next commit)
27799           helps with dvdec outputing BGR32
27800
27801 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27802
27803         * ext/dv/gstdvdec.c:
27804          Fix audio caps i just broke (missing ',')
27805         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27806         (gst_matroska_mux_reset):
27807          Fix typo + add FIXME about old "x-gst-metadata" crap
27808
27809 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27810
27811         * ext/dv/demo-play.c: (main):
27812          xvideosink -> xvimagesink
27813         * ext/dv/gstdvdec.c:
27814          change rgb 32/32 caps to 24/32 (no alpha)
27815          change nb of channels to be a list (2 or 4, not 2)
27816          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27817         * gst/asfdemux/gstasfdemux.c:
27818         (gst_asf_demux_process_ext_content_desc):
27819          Add 'date/year' to extracted metadata list
27820
27821 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27822
27823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27824           The return value of fixate_to does not imply that the requested
27825           value was set, so don't assume.
27826
27827 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27828
27829         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/libpng/gstpngdec.c:
27832         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27833         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27834         * ext/libpng/gstpngenc.h:
27835           Alpha support (encoder; #163161), mime fixage.
27836
27837 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27838
27839         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27842         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27843         (gst_faac_set_property), (gst_faac_get_property):
27844         * ext/faac/gstfaac.h:
27845           Allow for ADTS output (#153434).
27846
27847 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27848
27849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27850           Fix against template (#150576).
27851
27852 2005-01-06  Benjamin Otte  <otte@gnome.org>
27853
27854         * gst/games/gstpuzzle.c: (draw_puzzle):
27855           don't draw a puzzle if either width or height of tiles would be 0.
27856
27857 2005-01-06  Benjamin Otte  <otte@gnome.org>
27858
27859         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27860         (gst_puzzle_class_init), (gst_puzzle_finalize):
27861           no memleaks, please
27862         (gst_puzzle_create), (gst_puzzle_init),
27863         (gst_puzzle_set_property), (gst_puzzle_setup):
27864           change initialization code around so we don't reshuffle on resize
27865         (draw_puzzle):
27866           fix another stupid typo
27867
27868 2005-01-06  Benjamin Otte  <otte@gnome.org>
27869
27870         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27871           fix stupid typo that borked copying on YUY2
27872
27873 2005-01-06  Benjamin Otte  <otte@gnome.org>
27874
27875         * gst/games/gstpuzzle.c: (draw_puzzle):
27876           fix edges when image sizes aren't multiples of tile sizes
27877
27878 2005-01-06  Benjamin Otte  <otte@gnome.org>
27879
27880         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27881           make RGB endianness work correctly
27882         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27883           refactor and fix race with initial shuffling
27884         (nav_event_handler):
27885           allow using the mouse to puzzle
27886         (draw_puzzle):
27887           insist on tiles having width and height as multiples of 4 to get
27888           clean YUV image handling
27889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27890         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27891           s/DEBUG/LOG/ for common messages
27892         (gst_xvimagesink_navigation_send_event):
27893           fix mouse event translation to not include screen PAR
27894         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27895           fix mouse event translation to actually work
27896
27897 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27898
27899         * gst/asfdemux/gstasfdemux.c:
27900         (gst_asf_demux_process_ext_content_desc):
27901          Extract TrackNumber metadata + clean up code
27902         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27903          Hope this is the good fix (var used unitialised)
27904
27905 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * ext/faad/gstfaad.c: (gst_faad_chain):
27908           Only increment timestamp if it's valid. Fixes raw AAC streams.
27909
27910 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27911
27912         * configure.ac:
27913         * gst/games/Makefile.am:
27914         * gst/games/gstpuzzle.c:
27915           add a puzzle game with...
27916         * gst/games/gstvideoimage.c:
27917         * gst/games/gstvideoimage.h:
27918           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27919           from videotestsrc and made into something that would be a nice
27920           library for a lot of other plugins.
27921
27922 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27923
27924         * configure.ac:
27925          don't compile faad plugin if a RC of 2.0 is found
27926          Fixes #155346 (and FC1 buildbot)
27927         * gst/asfdemux/gstasfdemux.c:
27928         (gst_asf_demux_process_ext_content_desc):
27929          try to make Solaris compiler happier
27930
27931 2005-01-06  Paul Jack  <pjack@sfaf.org>
27932
27933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27936           Fix segfault (#161667).
27937
27938 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27939
27940         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27941           Fix framerate reporting.
27942
27943 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27944
27945         * gst-libs/gst/riff/riff-ids.h:
27946         * gst/wavenc/riff.h:
27947          Add AMR (VBR and CBR) ids to riff.h audio codec list
27948         * gst/asfdemux/gstasfdemux.c:
27949         (gst_asf_demux_process_ext_content_desc),
27950         (gst_asf_demux_process_object):
27951           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27952
27953 2005-01-05  Martin Eikermann  <meiker@upb.de>
27954
27955         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27958         (gst_dvd_demux_handle_discont):
27959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27960         (gst_mpeg_demux_handle_discont):
27961           Recreate pads on new-media (#160730).
27962         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27963           Send discont even if manager changes timestamps (#161929).
27964
27965 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27966
27967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27970           Fix invalid memory access (#159211).
27971
27972 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27973
27974         * examples/gstplay/player.c: (main):
27975           Don't iterate.
27976         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27977           Add visualizations.
27978         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27979         (gst_a52dec_handle_frame):
27980           Set duration.
27981         * ext/dvdnav/gst-dvd:
27982           Add audioconvert. Fixes #161325.
27983         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27984           Explicitely case to gint64. Possible valgrind error.
27985         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27986         (gst_play_tick_callback), (gst_play_change_state),
27987         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27988         (gst_play_set_location), (gst_play_get_location),
27989         (gst_play_seek_to_time), (gst_play_set_data_src),
27990         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27991         (gst_play_set_visualization), (gst_play_connect_visualization),
27992         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27993         (gst_play_new):
27994           Use playbin. Fixes #139749 and #147744.
27995         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27996           Add genre tag.
27997         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27998         (audioscale_get_type), (gst_audioscale_base_init),
27999         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
28000         (gst_audioscale_getcaps), (gst_audioscale_fixate),
28001         (gst_audioscale_link), (gst_audioscale_get_buffer),
28002         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
28003         (gst_audioscale_init), (gst_audioscale_dispose),
28004         (gst_audioscale_chain), (gst_audioscale_set_property),
28005         (gst_audioscale_get_property), (plugin_init):
28006           Indent properly.
28007         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
28008           Fix LPCM.
28009         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
28010         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
28011         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
28012           Add more metadata (fixes #162656).
28013
28014 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         * configure.ac:
28017           back to cvs
28018
28019 === release 0.8.7 ===
28020
28021 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28022
28023         * NEWS:
28024         * RELEASE:
28025         * configure.ac:
28026           releasing 0.8.7, "Hyperspace"
28027
28028 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28029
28030         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28031
28032         * gst/playback/gstplaybasebin.c:
28033          Fix for #162924 - free caps after use, not before
28034
28035 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28036
28037         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28038
28039         * gst/playback/gstplaybasebin.c:
28040         * gst/wavparse/gstwavparse.c:
28041           Fix for #154773 - fixes playback of small .wav files
28042
28043 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28044
28045         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28046
28047         * gst/audioscale/gstaudioscale.c:
28048           Fix for #162819 - make audioscale reusable
28049           Fixes playback of more than one file with playbin/totem
28050
28051 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28052
28053         * gst/ffmpegcolorspace/avcodec.h:
28054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28055         * gst/ffmpegcolorspace/imgconvert.c:
28056           clean up the mess that made me cry and avoid needless duplication
28057
28058 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28059
28060         * gst/ffmpegcolorspace/imgconvert.c:
28061           give some indication of why we're segfaulting
28062
28063 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28064
28065         * configure.ac:
28066           Fix indentation, fix v4l2 plugin detection.
28067         * ext/Makefile.am:
28068           Fix libmms location (Maciej, use diff -u!).
28069         * ext/alsa/gstalsa.c: (gst_alsa_init):
28070           Initialize caps cache to NULL.
28071         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28072           Only change state on audiosink if it exists.
28073
28074 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28075
28076         * gst/matroska/matroska-demux.c:
28077         * gst/matroska/matroska-ids.h:
28078         * gst/matroska/matroska-demux.h:
28079         Fix Vorbis streams failing to decode in some files, where cluster_time
28080         isn't 0, because then it doesn't send codec_priv before actual data.
28081         Remove time-based test and replace it with marker set on beginning of
28082         new stream
28083
28084 2004-12-28  David Schleef  <ds@schleef.org>
28085
28086         Merge patch from Ronald fixing problems with streaming
28087         text.
28088         * ext/cairo/gstcairo.c: (plugin_init):
28089         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28090         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28091         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28092         (gst_textoverlay_font_init), (gst_textoverlay_init),
28093         (gst_textoverlay_set_property):
28094         * ext/cairo/gsttextoverlay.h:
28095
28096 2004-12-27  David Schleef  <ds@schleef.org>
28097
28098         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28099         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28100         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28101         (gst_textoverlay_font_init), (gst_textoverlay_init),
28102         (gst_textoverlay_set_property): Improvements to actually
28103         render text as white on black outline on video, including
28104         font selection and horizontal/vertical alignment.  (Ronald's
28105         christmas present)
28106         * ext/cairo/gsttextoverlay.h:
28107
28108 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28109
28110         * ext/ogg/gstogg.c:
28111         * ext/ogg/gstogmparse.c:
28112           fix ogm[audio/video]parse plugin registration
28113           (riff won't load if bytestream is already loaded)
28114
28115 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28116
28117         * gst/audioconvert/gstchannelmix.c:
28118           fix for GLIB < 2.4
28119
28120 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28121
28122         * Makefile.am:
28123         * configure.ac:
28124           disable docs again until it actually passes make distcheck.
28125
28126 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28127
28128         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28129         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28130         (plugin_init):
28131           Add 3GP (variables name Q3GP because they can't start with a
28132           number). Add samr audio fourcc (used in .3gp files), decoder
28133           is work in progress. Also do a GST_WARNING instead of ERROR
28134           in case of unknown nodes, to decrease output.
28135
28136 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28137
28138         * Makefile.am:
28139           really fix dist
28140
28141 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28142
28143         * configure.ac:
28144         * ext/speex/gstspeexdec.h:
28145         * ext/speex/gstspeexenc.h:
28146           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28147           Fix detection code in configure.ac
28148
28149 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28150
28151         * gst/matroska/matroska-demux.c:
28152         (gst_matroska_demux_parse_blockgroup):
28153           Save position, so that queries give proper return values. Don't
28154           know how this could ever have worked before...
28155
28156 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28157
28158         * configure.ac:
28159           Put additional LAME check inside the conditional.  Fixes #152339
28160
28161 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28162
28163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28164         (gst_avi_demux_stream_scan):
28165           Add some more debug. Fix logic error when setting movi offset
28166           while reading index.
28167
28168 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28169
28170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28171         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28172         (gst_avi_demux_process_next_entry):
28173           Add some debugging. Better detection of broken indexes and the
28174           accompanying index recovery. No infinite loops on state changes
28175           when we're still in our loopfunction.
28176
28177 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28178
28179         * configure.ac:
28180           Fix up.
28181
28182 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28183
28184         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28185
28186         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28187           Normalizing the value before setting
28188         (gst_sunaudiomixer_get_volume):
28189           Normalizing the value after getting. Fixes bug# 161980
28190
28191 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28192
28193         * Makefile.am: Make sure docs gets disted
28194         * docs/Makefile.am: Make sure all needed files get disted
28195         * gst-plugins.spec.in: latest updates
28196
28197 2004-12-22  Wim Taymans  <wim@fluendo.com>
28198
28199         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28200         Revert patch 1.38 as clock distribution over schedulers does
28201         not work correcly in the core yet.
28202
28203 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28204
28205         * sys/oss/README: remove this file, which predates my birth
28206           (and which content is by far outdated)
28207
28208 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28209
28210         * Makefile.am:
28211         * configure.ac:
28212         * docs/Makefile.am:
28213         * docs/libs/Makefile.am:
28214         * docs/libs/gst-plugins-libs-docs.sgml:
28215         * docs/libs/gst-plugins-libs-sections.txt:
28216         * docs/libs/tmpl/gstgconf.sgml:
28217         * docs/upload.mak:
28218         * docs/version.entities.in:
28219           Added boilerplate gtk-doc files for plugin-libs documentation.
28220
28221 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28222
28223         * gst/auparse/gstauparse.c: fix int and float audio caps
28224
28225 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28226
28227         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28228         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28229           g_assert() can be a macro, don't use #ifdef inside it.
28230
28231 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28232
28233         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28234
28235         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28236         (gst_videorate_init), (gst_videorate_chain),
28237         (gst_videorate_change_state):
28238           Event handling (fixes #159986).
28239
28240 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28241
28242         * gst-libs/gst/riff/riff-media.c:
28243         (gst_riff_create_video_caps_with_data):
28244           Add BLZ0 (Blizzard's version of DivX) fourcc.
28245
28246 2004-12-18  David Schleef  <ds@schleef.org>
28247
28248         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28249         portability fix.
28250
28251 2004-12-18  David Schleef  <ds@schleef.org>
28252
28253         * gst/tta/ttadec.h: Disable some header code that isn't used
28254         and clearly isn't portable.
28255
28256 2004-12-18  David Schleef  <ds@schleef.org>
28257
28258         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28259         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28260         (avcodec_get_pix_fmt), (avpicture_layout),
28261         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28262         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28263         Fix code to not use GCC extensions (and c99 extensions that
28264         Forte does not like.)
28265
28266 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28267
28268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28269
28270         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28271         (gst_deinterlace_chain):
28272           Rowstride fixes. Fixes #161039.
28273         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28274         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28275         (gst_video_crop_getcaps), (gst_video_crop_link),
28276         (gst_video_crop_i420), (gst_video_crop_chain),
28277         (gst_video_crop_change_state):
28278           Rework of negotiation. Actually works now. Fixes #158650.
28279
28280 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28281
28282         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28283           That was very stupid.
28284
28285 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/matroska/matroska-demux.c:
28288         (gst_matroska_demux_parse_blockgroup):
28289           Fix possible crasher.
28290
28291 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28294         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28295           Lace sizes can be zero.
28296
28297 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * ext/musepack/gstmusepackdec.cpp:
28300           Fetch error return values. Fixes #161624.
28301         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28302           Really EOS.
28303
28304 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28305
28306         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28307           Work for truncated (unfinished download etc.) files. Fixes #160514.
28308
28309 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28310
28311         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28312           Fix for integer overflow. Makes #156001 not crash. Probably masks
28313           the real bug.
28314
28315 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * gst/ac3parse/gstac3parse.c: (plugin_init):
28318           Parsers never have ranks. Fixes #159651.
28319
28320 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28321
28322         * gst/playback/gstdecodebin.c: (compare_ranks):
28323           make sure the facotries are ordered the same every time even if they
28324           have the same rank by using the name
28325         * gst/playback/gstdecodebin.c: (find_compatibles):
28326           make sure we don't add factories to the list twice
28327
28328 2004-12-16  David Schleef  <ds@schleef.org>
28329
28330         * configure.ac: look for musepack headers as musepack/*.h
28331         (fixes #159847)
28332         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28333         * ext/musepack/gstmusepackreader.h: same
28334
28335 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28336
28337         * gst-libs/gst/riff/riff-read.c:
28338         (gst_riff_read_strf_auds_with_data):
28339           Read extradata correctly (fixes #155879).
28340
28341 2004-12-16  David Schleef  <ds@schleef.org>
28342
28343         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28344         audio.  does _not_ attempt or allow conversion unless channels
28345         is 1 or 2.
28346
28347 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28348
28349         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28350
28351 2004-12-16  David Schleef  <ds@schleef.org>
28352
28353         * gst/audioscale/gstaudioscale.c: the resample library only
28354         handles 1 or 2 channels.  Change caps to compensate.
28355
28356 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28357
28358         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28359         (gst_matroska_demux_audio_caps):
28360           Some MPEG-AAC hacks, because else it doesn't work...
28361
28362 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28363
28364         * gst-libs/gst/riff/riff-media.c:
28365         (gst_riff_create_video_caps_with_data),
28366         (gst_riff_create_video_template_caps):
28367           Add h264.
28368
28369 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28370
28371         * gst-libs/gst/audio/Makefile.am:
28372           Try to fix buildbot.
28373
28374 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28375
28376         * gst/tcp/gstmultifdsink.c:
28377           Clean up and uniformize debugging.
28378
28379 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28380
28381         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28382
28383         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28384         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28385         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28386         (gst_mpeg_demux_change_state):
28387           Reset on ready. Fixes 160276.
28388
28389 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28390
28391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28392
28393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28394         (gst_ffmpegcsp_pad_link):
28395           Fix memleak (#154815).
28396
28397 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28398
28399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28400
28401         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28402         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28403         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28404         * ext/musicbrainz/gsttrm.h:
28405           Add support for using a proxy server when getting a trm id from
28406           the MusicBrainz database (#149613).
28407
28408 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28409
28410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28411
28412         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28413         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28414           Fix memleaks (#157233).
28415
28416 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28417
28418         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28419
28420         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28421         * gst-libs/gst/resample/resample.h:
28422         * gst/audioscale/gstaudioscale.c:
28423           Fix memleak (#159215).
28424
28425 2004-12-16  Toni Willberg  <toniw@iki.fi>
28426
28427         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28428
28429         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28430         * sys/oss/oss_probe.c: (main):
28431           Check for mono/stereo support (similar to samplerate probing),
28432           fixes #159433. Also add missing copyright header to oss_probe.c.
28433
28434 2004-12-15  David Schleef  <ds@schleef.org>
28435
28436         * configure.ac: add audioresample and cairo plugins.  Remove
28437         HAVE_MMX stuff, because it's not used.
28438         * ext/Makefile.am: same
28439         * ext/audioresample/Makefile.am: You are not ready for an
28440         audio resampling element based on audioresample.
28441         * ext/audioresample/gstaudioresample.c:
28442         * ext/audioresample/gstaudioresample.h:
28443         * ext/cairo/Makefile.am: You are not ready for overlay elements
28444         based on cairo.  Don't look too closely, these elements kinda
28445         suck right now.
28446         * ext/cairo/gstcairo.c: new
28447         * ext/cairo/gsttextoverlay.c: new
28448         * ext/cairo/gsttextoverlay.h: new
28449         * ext/cairo/gsttimeoverlay.c: new
28450         * ext/cairo/gsttimeoverlay.h: new
28451         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28452         problem with compilers that don't support variadic macros.
28453
28454 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28455
28456         Reviewed by:  David Schleef  <ds@schleef.org>
28457
28458         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28459         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28460         bit.  Also ran indent-gst.
28461         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28462         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28463         (gst_sunaudiosrc_setparams):
28464
28465 2004-12-14  David Schleef  <ds@schleef.org>
28466
28467         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28468         output rate to 16000.  Should fix #160235.
28469
28470 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28471
28472         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28473         Add typefinding for mpeg2 pes streams
28474
28475 2004-12-13  David Schleef  <ds@schleef.org>
28476
28477         * configure.ac:  Applied patch from bug #143659, making default
28478         sources and sinks OS-dependent (for Solaris), and added code
28479         for OS/X.
28480         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28481
28482 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28483
28484         * gst-libs/gst/riff/riff-media.c:
28485           forgot to add h2.64 to avidemux template caps
28486
28487 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28488
28489         * gst/wavenc/riff.h:
28490         * gst-libs/gst/riff/riff-media.c:
28491         * gst-libs/gst/riff/riff-ids.h:
28492         * gst/avi/gstavimux.c
28493         add 4CC code for VideoSoft h264 in AVI (VSSH)
28494           fixes bug #160655
28495         remove s323 from riff, it's quicktime specific :(
28496
28497 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28498
28499         * gst/asfdemux/README
28500         * gst/wavenc/riff.h
28501         * gst-libs/gst/riff/riff-ids.h
28502         * gst-libs/gst/riff/riff-media.c
28503         * gst/qtdemux/qtdemux.c:
28504           add new 4CC codes for h263 related codecs
28505           fixes partially bug #155163
28506
28507 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28508
28509         * configure.ac: Update polyaudio requirement to 0.7
28510         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28511
28512 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28513
28514         * gst/interleave/deinterleave.c:
28515         fix my name's spelling! :)
28516
28517 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28518
28519         * AUTHORS ChangeLog
28520         * gst/auparse/gstauparse.c
28521         * gst/interleave/deinterleave.c
28522         * gst/law/:
28523                 alaw-decode.c alaw-encode.c
28524                 mulaw-decode.c mulaw-encode.c
28525         * gst/oneton/gstoneton.c
28526         * sys/osxaudio/:
28527                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28528         * sys/osxvideo/:
28529                 cocoawindow.h cocoawindow.m
28530                 osxvideosink.h osxvideosink.m
28531
28532         put the same mail address for Zaheer Abbas Merali everywhere
28533
28534 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28535
28536         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28537           Align by packetsize, and assert that we a packet available before
28538           playing. The first makes webstreams work (they often include
28539           trailing padding data in a packet), the second allows pausing a
28540           ASF stream in totem without getting demux errors afterwards.
28541
28542 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28543
28544         * ext/ogg/gstoggdemux.c: (get_relative):
28545           Check for non-NULL before accessing member (end-of-chain).
28546
28547 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28550         (cdparanoia_set_property), (cdparanoia_get_property):
28551         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28552         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28553         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28554         (dvdreadsrc_init), (dvdreadsrc_set_property),
28555         (dvdreadsrc_get_property):
28556         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28557         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28558           Synchronize property names where not yet the case. Devices are
28559           now device=X, other versions are deprecated (but still exist).
28560           Also use g_free() unconditionally.
28561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28562         (setup_source), (gst_play_base_bin_get_property):
28563           Expose source.
28564
28565 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28566
28567         * configure.ac: move GCONF macro outside conditional for the am
28568           conditional. Fixes #160439
28569
28570 2004-12-08  David Schleef  <ds@schleef.org>
28571
28572         * tools/gst-visualise-m.m: Switch to elements that currently
28573         exist.
28574
28575 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28576
28577         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28578           We love wrong commas.
28579
28580 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28581
28582         * gst/matroska/matroska-demux.c:
28583         (gst_matroska_demux_handle_src_query):
28584           Don't set DEFAULT, unsupported - makes length display incorrectly
28585           in some cases.
28586
28587 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28588
28589         * gst/monoscope/README: remove blurb about files being GPL
28590         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28591         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28592           monoscope is now effectively LGPL licensed
28593
28594 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28595
28596         * gst/monoscope/README: Update information to be more correct
28597         * gst/monoscope/convolve.c: Relicense to LGPL
28598         * gst/monoscope/convolve.h: Relicense to LGPL
28599
28600 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28601
28602         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28603           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28605           set default_duration for mpeg1 audio
28606
28607 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28608
28609         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28610         * ext/alsa/gstalsa.h:
28611           refactor big chunks of the core caps negotiation code to make it
28612           a lot faster, because people claim it's really slow
28613           (actually, just cache the getcaps when the device is opened)
28614
28615 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28616
28617         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28618         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28619         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28620         (gst_a52dec_change_state), (plugin_init):
28621         * ext/a52dec/gsta52dec.h:
28622           Do something useful with timestamps. Make chain-based (since
28623           there's really no reason to be loopbased).
28624         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28625           Update current_byte/frame correctly.
28626
28627 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28628
28629         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28630         (gst_ape_demux_stream_init):
28631           Forward tags, too.
28632
28633 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28634
28635         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28636           Let's make sure we're done typefinding when detecting tags.
28637
28638 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28639
28640         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28641         (gst_ebml_read_init), (gst_ebml_read_use_event),
28642         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28643         (gst_ebml_read_seek), (gst_ebml_read_skip),
28644         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28645         (gst_ebml_read_master):
28646         * gst/matroska/ebml-read.h:
28647         * gst/matroska/matroska-demux.c:
28648         (gst_matroska_demux_parse_contents),
28649         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28650           Disgustingly evil hack for working around INTERRUPT events and
28651           their extremely annoying habit of being a pain in the ass. We
28652           simply peek a cluster before reading any of it.
28653
28654 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28655
28656         * ext/musepack/gstmusepackdec.cpp:
28657           There's also floating point libmusepacks.
28658
28659 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28660
28661         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28662         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28663           Set DURATION even if source buffer didn't. Also use increasing
28664           timestamps.
28665         * gst-libs/gst/riff/riff-media.c:
28666         (gst_riff_create_audio_caps_with_data):
28667           Block_align can have larger values than 8192.
28668
28669 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28670
28671         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28672         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28673         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28674         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28675           Fix caps.
28676
28677 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28678
28679         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28680           Fix logic bug.
28681
28682 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28683
28684         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28685           Yay, another one.
28686
28687 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * ext/esd/esdsink.c: (gst_esdsink_chain):
28690           Make error actually say something useful (fixes #156798).
28691         * gst-libs/gst/riff/riff-media.c:
28692         (gst_riff_create_video_caps_with_data),
28693         (gst_riff_create_video_template_caps):
28694           Add Intel Video 5.0 fourcc (IV50).
28695
28696 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28697
28698         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28699         detection on mono and stereo mp3 files.
28700
28701 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28702
28703         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28704           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28705           the contained stream).
28706
28707 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28708
28709         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28710           Oops, remove debug.
28711
28712 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28713
28714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28715
28716         * gst/law/alaw-decode.c: (alawdec_getcaps):
28717         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28718           Prevent warnings when negotiating caps (fixes #159338).
28719
28720 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28721
28722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28723         (gst_ffmpegcsp_chain):
28724           Remove old leftover that shouldn't be there...
28725
28726 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28727
28728         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28729
28730         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28731           Don't forward DISCONT events (fixes #159684).
28732
28733 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28734
28735         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28736           Unlink manually since sometimes bin disposal (and therefore
28737           pad unlinking) is delayed, which will cause a new media file
28738           to not be able to start playing instantly.
28739
28740 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28741
28742         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28743           On mute of an unlinked stream, check for pad availability so
28744           we don't crash on unlinked pad.
28745
28746 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28747
28748         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28749         (gst_avi_demux_massage_index):
28750           Fix quite humiliating bug in omitting 0-sized index chunks but
28751           forgetting to count them for timestamps.
28752
28753 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28754
28755         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28756           Actually leave the loop if we failed to sync. Don't crash.
28757
28758 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28759
28760         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28761         (gst_dvd_demux_process_private):
28762         * gst/mpegstream/gstdvddemux.h:
28763           Fix crash (#159759). Doesn't work, though. :-(.
28764
28765 2004-11-28  Benjamin Otte  <otte@gnome.org>
28766
28767         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28768           more overwriting protection due to modifying channels one by one
28769           instead of all at once
28770
28771 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * gst/audioconvert/gstchannelmix.c:
28774         (gst_audio_convert_fill_normalize):
28775           Normalize using absolute values.
28776
28777 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28778
28779         * configure.ac:
28780         * ext/Makefile.am:
28781         * ext/directfb/Makefile.am:
28782         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28783         (gst_directfbvideosink_get_pixel_format),
28784         (gst_directfbvideosink_get_format_from_fourcc),
28785         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28786         (gst_directfbvideosink_sink_link),
28787         (gst_directfbvideosink_change_state),
28788         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28789         (gst_directfbvideosink_buffer_alloc),
28790         (gst_directfbvideosink_interface_supported),
28791         (gst_directfbvideosink_interface_init),
28792         (gst_directfbvideosink_navigation_send_event),
28793         (gst_directfbvideosink_navigation_init),
28794         (gst_directfbvideosink_set_property),
28795         (gst_directfbvideosink_get_property),
28796         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28797         (gst_directfbvideosink_base_init),
28798         (gst_directfbvideosink_class_init),
28799         (gst_directfbvideosink_get_type), (plugin_init):
28800         * ext/directfb/directfbvideosink.h: Adding a first version of
28801         directfbvideosink.
28802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28803         more.
28804
28805 2004-11-28  Benjamin Otte  <otte@gnome.org>
28806
28807         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28808           walk the samples backwards if out_channels > in_channels so we don't
28809           overwrite data
28810
28811 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28812
28813         * gst/audioconvert/Makefile.am:
28814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28815         (gst_audio_convert_link), (gst_audio_convert_change_state),
28816         (gst_audio_convert_channels):
28817         * gst/audioconvert/gstchannelmix.c:
28818         (gst_audio_convert_unset_matrix),
28819         (gst_audio_convert_fill_identical),
28820         (gst_audio_convert_fill_compatible),
28821         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28822         (gst_audio_convert_fill_others),
28823         (gst_audio_convert_fill_normalize),
28824         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28825         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28826         * gst/audioconvert/gstchannelmix.h:
28827           Implement a channel mixer.
28828
28829 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28830
28831         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28832         * ext/alsa/gstalsa.h:
28833         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28834         Make alsasink actually honor gst_element_set_clock and use that
28835         clock instead of its internal one.
28836
28837 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28838
28839         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28840         (gst_play_base_bin_change_state): nullify source and decoder when
28841         going from READY to NULL so that we don't try to do weird stuff with
28842         them when going from NULL to READY
28843         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28844         instead of g_object_unref
28845         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28846         it should be correct
28847         (gst_play_bin_change_state): don't call remove_sinks if we are
28848         currently disposing the object
28849
28850 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28851
28852         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28853           Don't forget bass if it's there. Else left channel is silent...
28854
28855 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28856
28857         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28858         (gst_a52dec_change_state):
28859           Don't do sample adjusting anymore, we use float audio now.
28860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28861           Don't fixate to non-existing properties.
28862
28863 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28866         (gst_a52dec_change_state):
28867           Advertise that we can do surround sound.
28868
28869 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28870
28871         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28872           Add buffer-frames=0.
28873         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28874         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28875         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28876         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28877         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28878         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28879         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28880         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28881         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28882         * ext/dvdread/dvdreadsrc.h:
28883           Add seeking, querying for bytes, sectors, title, angle and
28884           chapter. Handle multiple chapters. Relicense to LGPL because
28885           Billy agreed on that (thanks Billy!).
28886
28887 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28888
28889         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28890         call parent dispose method
28891
28892 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28893
28894         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28895         (gst_audio_clock_get_internal_time):
28896         Fix active <-> inactive transitions: ensure time value always
28897         grows and avoid abrupt value changes.
28898
28899 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28900
28901         * configure.ac:
28902         * gst/tta/Makefile.am:
28903         * gst/tta/crc32.h:
28904         * gst/tta/filters.h:
28905         * gst/tta/gsttta.c:
28906         * gst/tta/gstttadec.c:
28907         * gst/tta/gstttadec.h:
28908         * gst/tta/gstttaparse.c:
28909         * gst/tta/gstttaparse.h:
28910         * gst/tta/ttadec.h:
28911           added TTA parser and decoder
28912
28913 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28914
28915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28916         (probe_triggered), (check_queue), (buffer_underrun),
28917         (buffer_running), (buffer_overrun), (gen_source_element),
28918         (setup_source):
28919         * gst/playback/gstplaybasebin.h:
28920           Implement buffering. Needs some more work.
28921
28922 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28923
28924         * ext/theora/theoradec.c: (theora_dec_chain):
28925           Fix ilog mask range overflow.
28926
28927 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28928
28929         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28930           Don't omit the last (which in case of dmix is the only :) )
28931           channel count. Don't set channels if <= 2.
28932
28933 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28934
28935         * gst/playback/gstplaybin.c: (gen_video_element),
28936         (gen_audio_element): Removed 2 obsolete comments
28937
28938 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28939
28940         * ext/vorbis/oggvorbisenc.c
28941         * ext/vorbis/vorbisenc.c :
28942           change description fields of those plugins to differentiate them
28943           (pitivi show Encoders by description, they had the same one)
28944
28945 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28946
28947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28950         (gst_play_bin_set_property), (gen_video_element),
28951         (gen_audio_element):
28952           Refcounting fixes for provided audio-/videosinks.
28953
28954 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28955
28956         * gst/playback/gstplaybin.c: (gen_video_element),
28957         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28958           Don't reference all sinks, but only the video- and audiosinks.
28959           The vis. element should be disposed when we're done with it.
28960           We don't have any reason to keep it around. This fixes warnings
28961           when reusing playbin for playing multiple audio files with
28962           vis. enabled. Also release audio device on pause - idea stolen
28963           from Rhythmbox.
28964
28965 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28966
28967         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28968         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28969         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28970         * ext/alsa/gstalsaplugin.c: (plugin_init):
28971         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28972         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28973         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28974         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28975         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28976         (gst_faad_change_state), (plugin_init):
28977         * ext/faad/gstfaad.h:
28978         * ext/vorbis/vorbis.c: (plugin_init):
28979         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28980         * gst-libs/gst/audio/Makefile.am:
28981         * gst-libs/gst/audio/audio.c: (plugin_init):
28982         * gst-libs/gst/audio/multichannel.c:
28983         (gst_audio_check_channel_positions),
28984         (gst_audio_get_channel_positions),
28985         (gst_audio_set_channel_positions),
28986         (gst_audio_set_structure_channel_positions_list),
28987         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28988         (gst_audio_fixate_channel_positions):
28989         * gst-libs/gst/audio/multichannel.h:
28990         * gst-libs/gst/audio/testchannels.c: (main):
28991         * gst/audioconvert/gstaudioconvert.c:
28992         (gst_audio_convert_class_init), (gst_audio_convert_init),
28993         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28994         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28995         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28996         * gst/audioconvert/plugin.c: (plugin_init):
28997           Surround sound support.
28998
28999 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29000
29001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
29002           Fix position for discont if we're close as well. Nitpicking, but
29003           saves a few milliseconds of extra waiting or skipping.
29004
29005 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29006
29007         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
29008           We sometimes need parsers for playback, so add those too.
29009
29010 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29011
29012         * configure.ac:
29013         * gst/apetag/Makefile.am:
29014         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29015         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29016         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29017         (gst_ape_demux_get_src_query_types),
29018         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29019         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29020         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29021         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29022         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29023         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29024         (gst_ape_demux_change_state):
29025         * gst/apetag/apedemux.h:
29026         * gst/apetag/apetag.c: (plugin_init):
29027         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29028         (plugin_init):
29029           APE v1/2 tag reader plus typefind function.
29030
29031 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29032
29033         * configure.ac:
29034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29035         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29036           Remove hacks for older core. Require newer core version
29037           accordingly.
29038
29039 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29040
29041         * gst/cdxaparse/Makefile.am:
29042         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29043         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29044         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29045         * gst/cdxaparse/gstcdxaparse.h:
29046         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29047         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29048         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29049         (gst_cdxastrip_get_src_query_types),
29050         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29051         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29052         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29053         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29054         * gst/cdxaparse/gstcdxastrip.h:
29055           SVCD/VCD header stripping separated from CDXA image parsing.
29056         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29057         (plugin_init):
29058           Add VCD/SVCD header typefinding for VCD/SVCD.
29059         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29060         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29061         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29062         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29063         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29064         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29065         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29066         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29067         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29068         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29069         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29070         * sys/vcd/vcdsrc.h:
29071           Fix up, add seeking, querying, URI interface. Works in totem now.
29072
29073 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29074
29075         * configure.ac:
29076           back to CVS
29077
29078 === release 0.8.6 ===
29079
29080 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29081
29082         * NEWS:
29083         * RELEASE:
29084         * configure.ac:
29085         * po/af.po:
29086         * po/az.po:
29087         * po/cs.po:
29088         * po/en_GB.po:
29089         * po/hu.po:
29090         * po/it.po:
29091         * po/nb.po:
29092         * po/nl.po:
29093         * po/or.po:
29094         * po/sq.po:
29095         * po/sr.po:
29096         * po/sv.po:
29097         * po/uk.po:
29098           releasing 0.8.6, "IOU Love"
29099
29100 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29101
29102         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29103
29104         * gst/playback/gstplaybasebin.c:
29105           Fix unplayable files error handling.  Fixes #158365
29106
29107 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29108
29109         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29110
29111         * gst/typefind/gsttypefindfunctions.c:
29112           Fix broken mp3 typefinding.  Fixes #158375
29113
29114 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29115
29116         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29117
29118         * ext/ogg/gstoggdemux.c:
29119           Fix sync on broken files.  Fixes #158976
29120
29121 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29122
29123         patch by: Edward Hervey <bilboed@bilboed.com>
29124
29125         * ext/libpng/gstpngenc.c:
29126           Copy over buffer properties.  Fixes #158832
29127
29128 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29131
29132         * ext/dvdread/dvdreadsrc.c:
29133           Fixes invalid reads (#158462)
29134
29135 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29136
29137         * sys/v4l/gstv4lsrc.c:
29138         * sys/v4l/gstv4lsrc.h:
29139         * sys/v4l/v4lsrc_calls.c:
29140           Probe less and cache it.  Fixes #159187.
29141
29142 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29143
29144         * gst/videorate/gstvideorate.c:
29145           Handle all video formats. Fixes #159186.
29146
29147 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29148         * gst/synaesthesia/gstsynaesthesia.c:
29149         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29150         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29151         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29152         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29153         (gst_synaesthesia_change_state), (plugin_init):
29154         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29155         Force 320x200 output, as that's the only thing the underlying
29156         synaesthesia implementation supports. Still needs to be made
29157         re-entrant.
29158
29159 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29160
29161         * configure.ac:
29162           Fix mpeg2enc configure check (similar to mplex check below).
29163
29164 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29165
29166         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29167
29168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29169           Fix for gcc-2.95 (fixes #158221).
29170
29171 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29174           Re-add clock distribution hack (until new core is released).
29175           Fixes #158125.
29176
29177 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29178         * configure.ac:
29179           fix mplex configure check segfaulting on some systems (bug #140994)
29180
29181 2004-11-13  Benjamin Otte  <otte@gnome.org>
29182
29183         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29184           add debugging
29185         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29186           do a wait when we enter the loop func with no data available to
29187           write instead of getting into an 100% CPU loop by just returning and
29188           being called again by the scheduler
29189
29190 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29191
29192         * configure.ac:
29193         * ext/libvisual/visual.c: (gst_visual_get_type),
29194         (libvisual_log_handler), (gst_visual_getcaps),
29195         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29196         (plugin_init):
29197           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29198         * ext/smoothwave/Makefile.am:
29199         * ext/smoothwave/demo-osssrc.c: (main):
29200         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29201         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29202         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29203         (plugin_init):
29204         * ext/smoothwave/gstsmoothwave.h:
29205           Make gstsmoothwave a working element in the 20th century.
29206
29207         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29208           Fix incorrect link function
29209
29210 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29211
29212         * gst/volume/gstvolume.c:
29213           Allow buffer-frames=0.
29214
29215 2004-11-12 Iain <iaingnome@gmail.com>
29216
29217         * configure.ac: Check for polypaudio
29218
29219         * ext/Makefile.am: Build the polyp dir
29220
29221         * ext/polyp: The polypsink sources.
29222
29223 2004-10-30 Iain <iaingnome@gmail.com>
29224
29225         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29226         caps to reflect the new number of channels.
29227
29228 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29229
29230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29231           Fix for negotiation order problem. This would show when the
29232           ALSA loopfuction was called before any other function. ALSA
29233           wouldn't do anything because we're not negotiated yet, leading
29234           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29235
29236 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29237
29238         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29239
29240         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29241           No warnings (#157986).
29242
29243 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29246           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29247
29248 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29251           Signal no-more-pads (so it works in playbin).
29252
29253 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/musepack/gstmusepackreader.cpp:
29256           Workaround for older core.
29257
29258 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29261           Actually test for odd width/height rather than testing whether
29262           a temporary variable that was 0 before we subtracted 1 is now
29263           not equal to zero (which it always is).
29264
29265 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29266
29267         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29268         Fix compilation if HAVE_XVIDEO is not defined
29269
29270 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29271
29272         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29273         Fix compilation if HAVE_XVIDEO is not defined
29274
29275 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29276
29277         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29278         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29279         (gst_goom_change_state), (plugin_init):
29280         Use the bytestream adapter so goom doesn't depend on the input
29281         buffer size.
29282         Add a debug category
29283
29284 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29285
29286         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29287           Only set hardware parameters *after* negotiation. Before
29288           negotiation, it will set ANY and that seems to cause crashes
29289           (see e.g. #151288, #153227).
29290
29291 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29292
29293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29294           This seems to be antique leftover. It needs to pass error
29295           checking.
29296         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29297         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29298         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29299         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29300           Fix GstXOverlay implementation (#151059).
29301
29302 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29303
29304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29305           Don't assert (#157853).
29306
29307 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29310           Fix bytes/samples confustion.
29311         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29312           Fix for underrun (#144389).
29313
29314 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29315
29316         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29317           Disable halfway-seek for pending release (since it needs a new
29318           core release).
29319
29320 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29321
29322         * sys/v4l/gstv4lsrc.c:
29323         * sys/v4l/gstv4lsrc.h:
29324         * sys/v4l/v4lsrc_calls.c:
29325           add autoprobe-fps property so we can separate autoprobing parts
29326
29327 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29328
29329         * sys/v4l/gstv4lsrc.c:
29330         * sys/v4l/v4lsrc_calls.c:
29331         initialise fourcc to catch unset fourcc's, and debug
29332
29333 2004-11-09  Wim Taymans  <wim@fluendo.com>
29334
29335         * gst/playback/README:
29336         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29337         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29338         (gst_play_bin_dispose), (gst_play_bin_set_property),
29339         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29340         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29341         (gst_play_bin_get_formats), (gst_play_bin_convert),
29342         (gst_play_bin_get_query_types), (gst_play_bin_query):
29343         Cleanups and some more documentation.
29344
29345 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29346
29347         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29348         (gst_cacasink_init), (gst_cacasink_chain):
29349         * ext/libcaca/gstcacasink.h:
29350         Cacasink inherits from VideoSink, so let that store the clock.
29351
29352 2004-11-09  Wim Taymans  <wim@fluendo.com>
29353
29354         * gst/playback/README:
29355         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29356         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29357         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29358         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29359         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29360         (setup_sinks):
29361         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29362         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29363         * gst/playback/gststreaminfo.h:
29364         Updated README.
29365         Only switch groups if all streams have muted (EOSed).
29366         Send Tags in sync with the stream playback instead of in
29367         the playback/preroll phase.
29368         Some cleanups, free the fakesrc elements.
29369
29370 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29371
29372         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29373           buffer-frames property was missing
29374         * ext/arts/gst_arts.c:
29375           rate missing from sinkcaps
29376         * ext/audiofile/gstafparse.c:
29377         * ext/audiofile/gstafsink.c:
29378         * ext/audiofile/gstafsrc.c:
29379         * ext/swfdec/gstswfdec.c:
29380           int audio doesn't know buffer-frames
29381         * ext/cdparanoia/gstcdparanoia.c:
29382           int audio doesn't know chunksize either
29383         * ext/nas/nassink.c:
29384           it's endianness, not endianess
29385         * gst-libs/gst/audio/audio.h:
29386           make float standard pad template caps really describe float
29387         * gst/law/mulaw.c: (linear_factory):
29388           signed only, please
29389         * gst/mpegstream/gstdvddemux.c:
29390           widths of 20 are not valid
29391
29392 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29393
29394         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29395
29396         * po/LINGUAS:
29397         * po/it.po:
29398           Add Italian
29399
29400 2004-11-08  Wim Taymans  <wim@fluendo.com>
29401
29402         * gst/playback/README:
29403         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29404         * gst/playback/gstplaybasebin.c: (probe_triggered),
29405         (gst_play_base_bin_change_state):
29406         Updated README, added more comments for fixmes etc..
29407
29408 2004-11-08  Wim Taymans  <wim@fluendo.com>
29409
29410         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29411         We can remove this hack now.
29412
29413 2004-11-08  Wim Taymans  <wim@fluendo.com>
29414
29415         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29416         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29417         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29418         Only mix AYUV for maximum quality.
29419
29420 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29421
29422         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29423         (gst_ogg_demux_push), (gst_ogg_pad_push):
29424           Let's act as if we're synchronized now! :).
29425         * ext/theora/theoradec.c: (theora_dec_chain):
29426           Add some debug.
29427
29428 2004-11-08  Wim Taymans  <wim@fluendo.com>
29429
29430         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29431         (gst_alpha_set_property), (gst_alpha_sink_link),
29432         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29433         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29434         (gst_alpha_init_params), (gst_alpha_chain):
29435         Implement alpha functions for AYUV too, this increases
29436         accuracy quite a bit.
29437
29438 2004-11-08  Wim Taymans  <wim@fluendo.com>
29439
29440         * gst/ffmpegcolorspace/avcodec.h:
29441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29442         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29443         (gst_ffmpegcsp_avpicture_fill):
29444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29445         (gst_ffmpegcsp_caps_remove_format_info):
29446         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29447         (shrink12), (img_get_alpha_info), (deinterlace_line),
29448         (deinterlace_line_inplace):
29449         * gst/ffmpegcolorspace/imgconvert_template.h:
29450         Added AYUV colorspace and handle RGBA a bit more respectful.
29451
29452 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29453
29454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29455           Actually always send a discont (cornercase when resending the
29456           same serial-tagged chain twice).
29457
29458 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29459
29460         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29461         (gst_ximagesink_finalize):
29462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29463         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29464
29465 2004-11-08  Wim Taymans  <wim@fluendo.com>
29466
29467         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29468         Don't segfault on NULL data.
29469
29470 2004-11-08  Wim Taymans  <wim@fluendo.com>
29471
29472         * gst/playback/gstdecodebin.c: (unlinked):
29473         * gst/playback/gstplay-marshal.list:
29474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29475         (gst_play_base_bin_init), (group_create), (get_active_group),
29476         (get_building_group), (group_destroy), (group_commit),
29477         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29478         (add_element_stream), (no_more_pads), (probe_triggered),
29479         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29480         (state_change), (setup_source), (gst_play_base_bin_get_property),
29481         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29482         (gst_play_base_bin_link_stream),
29483         (gst_play_base_bin_get_streaminfo):
29484         * gst/playback/gstplaybasebin.h:
29485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29486         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29487         Add support for chained ogg files. Prepare for playlist
29488         support. This patch introduces the concept of pad groups, which
29489         together compose one playable media file.
29490
29491 2004-11-07  David Schleef  <ds@schleef.org>
29492
29493         * testsuite/gst-lint: Check for pad templates that aren't statically
29494         scoped.
29495
29496 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29497
29498         * configure.ac:
29499         * ext/Makefile.am:
29500         * ext/musepack/Makefile.am:
29501         * ext/musepack/gstmusepackdec.cpp:
29502         * ext/musepack/gstmusepackdec.h:
29503         * ext/musepack/gstmusepackreader.cpp:
29504         * ext/musepack/gstmusepackreader.h:
29505           Add musepack decoder.
29506         * ext/faad/gstfaad.c: (gst_faad_base_init):
29507           Make pad templates static.
29508         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29509         (plugin_init):
29510           Add musepack typefinder, make mp3 typefinding work halfway stream,
29511           which doesn't actually work yet because id3demux doesn't implement
29512           _get_length().
29513
29514 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29515
29516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29517         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29518           Fix interrupt event handling (#144436).
29519
29520 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29523           Hide unused glory.
29524
29525 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29526
29527         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29528
29529         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29530           Fix weird caps (#157548).
29531
29532 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29533
29534         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29537           Add missing NULL terminator (#157543).
29538
29539 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29540
29541         * gst/tcp/gsttcp.h:
29542         * gst/tcp/gsttcpclientsink.c:
29543         * gst/tcp/gsttcpclientsrc.c:
29544         * gst/tcp/gsttcpserversink.c:
29545         * gst/tcp/gsttcpserversrc.c:
29546           ports can go up to 65535.  Move common defines to gsttcp.h
29547
29548 2004-11-05  Wim Taymans  <wim@fluendo.com>
29549
29550         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29551         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29552         Added two more colorspaces.
29553
29554 2004-11-05  Wim Taymans  <wim@fluendo.com>
29555
29556         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29557         (gst_ffmpegcsp_avpicture_fill):
29558         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29559         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29560         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29561         More stride fixes.
29562
29563 2004-11-05  Wim Taymans  <wim@fluendo.com>
29564
29565         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29566         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29567         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29568         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29569         (gst_videomixer_loop):
29570         More stride fixes.
29571
29572 2004-11-05  Benjamin Otte  <otte@gnome.org>
29573
29574         * ext/mad/gstmad.c: (gst_mad_chain):
29575           don't overflow data buffer. Flush not needed sync data when syncing
29576           failed.
29577
29578 2004-11-04  Wim Taymans  <wim@fluendo.com>
29579
29580         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29581         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29582         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29583         (gst_alpha_init_params), (gst_alpha_chain),
29584         (gst_alpha_change_state):
29585         Updated the chroma keying algorithm with something more
29586         sophisticated.
29587
29588 2004-11-03  Wim Taymans  <wim@fluendo.com>
29589
29590         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29591         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29592         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29593         Fix stride issues. Does not completely work for odd
29594         heights.
29595
29596 2004-11-03  Wim Taymans  <wim@fluendo.com>
29597
29598         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29599         (gst_alpha_chroma_key), (gst_alpha_chain):
29600         Fix stride issues. Does not completely work for odd
29601         heights.
29602
29603 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29604
29605         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29606         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29607         leak fixes
29608
29609 2004-11-03  Wim Taymans  <wim@fluendo.com>
29610
29611         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29612         (gst_ffmpegcsp_avpicture_fill):
29613         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29614         (avpicture_alloc):
29615         * gst/ffmpegcolorspace/imgconvert_template.h:
29616         Use correct _fill function to get correct strides.
29617
29618 2004-11-02  David Schleef  <ds@schleef.org>
29619
29620         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29621         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29622         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29623         Change all g_print()s to debugging.  Add a bunch of consistency
29624         checks.
29625
29626 2004-11-02  Wim Taymans  <wim@fluendo.com>
29627
29628         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29629         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29630         (unlinked), (no_more_pads), (close_link):
29631         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29632         (unknown_type), (add_element_stream), (new_decoded_pad),
29633         (removed_decoded_pad), (setup_source):
29634         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29635         (gst_stream_info_class_init), (gst_stream_info_init),
29636         (gst_stream_info_new), (gst_stream_info_dispose),
29637         (stream_info_mute_pad), (gst_stream_info_set_property),
29638         (gst_stream_info_get_property):
29639         * gst/playback/gststreaminfo.h:
29640         Fix playback of multiple files.
29641         a slightly different approach to handling dynamic pad removals.
29642         This one only looks at pads that we have linked.
29643
29644 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29645
29646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29647         free" warning from libc.
29648
29649 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29650
29651         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29652         (get_unconnected_element), (remove_starting_from), (pad_removed),
29653         (close_link):
29654           Implement support for dynamic pad changing. We listen to "live"
29655           pad removals (i.e. while playing) and re-setup autoplugging
29656           after that. Playbasebin/playbin need some more work for this
29657           to finally work, but decodebin supports (and replugs) chained
29658           ogg now.
29659
29660 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29661
29662         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29663         (gst_alsa_finalize):
29664         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29665         (gst_cdaudio_finalize):
29666         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29667         (cdparanoia_finalize):
29668         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29669         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29670         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29671         (dvdreadsrc_finalize):
29672         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29673         (gst_flacdec_finalize):
29674         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29675         (gst_flacenc_finalize):
29676         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29677         (gst_gnomevfssink_finalize):
29678         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29679         (gst_gnomevfssrc_finalize):
29680         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29681         (gst_fameenc_finalize):
29682         * ext/nas/nassink.c: (gst_nassink_class_init),
29683         (gst_nassink_finalize):
29684         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29685         (gst_sdlvideosink_class_init):
29686         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29687         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29688         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29689         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29690         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29691         (gst_x_window_listener_dispose):
29692         * gst/audioscale/gstaudioscale.c:
29693         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29694         (play_on_demand_finalize):
29695         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29696         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29697         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29698         (cdplayer_finalize):
29699         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29700         (gst_glimagesink_class_init):
29701         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29702         (gst_osselement_finalize):
29703         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29704         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29705         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29706           Fixes a bunch of problems with finalize and dispose functions,
29707           either assumptions that dispose is only called once, or not calling
29708           the parent class dispose/finalize function
29709
29710 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29711
29712         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29713           added two api precondition guards
29714           use g_strdup with getenv to fix crash when using ENVVAR
29715
29716 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29717         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29718         (gst_esdsink_finalize):
29719         Use a finalize function, not dispose, and more importantly,
29720         call the parent class finalize function too
29721
29722 2004-11-01  Johan Dahlin  <johan@gnome.org>
29723
29724         * ext/ogg/gstoggdemux.c:
29725         * gst/tags/gstvorbistag.c:
29726         Plug leaks.
29727
29728 2004-10-31  Benjamin Otte  <otte@gnome.org>
29729
29730         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29731           lotsa memleaks today. But they're all small...
29732
29733 2004-10-31  Benjamin Otte  <otte@gnome.org>
29734
29735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29736           another memleak crushed
29737
29738 2004-10-31  Benjamin Otte  <otte@gnome.org>
29739
29740         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29741           fix memleak
29742
29743 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29744
29745         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29746           Hack to prevent crash when going to READY inside signal handler
29747           while this function is active.
29748
29749 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * gst/ffmpegcolorspace/Makefile.am:
29752         * gst/ffmpegcolorspace/avcodec.h:
29753         * gst/ffmpegcolorspace/common.h:
29754         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29755         * gst/ffmpegcolorspace/dsputil.h:
29756         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29758         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29759         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29760         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29761         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29762         (gst_ffmpegcsp_avpicture_fill):
29763         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29764         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29765         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29766         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29767         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29768         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29769         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29770         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29771         * gst/ffmpegcolorspace/imgconvert.c:
29772         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29773         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29774         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29775         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29776         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29777         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29778         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29779         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29780         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29781         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29782         (grow21), (grow22), (grow41), (grow44), (conv411),
29783         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29784         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29785         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29786         (avpicture_free), (is_yuv_planar), (img_convert),
29787         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29788         (deinterlace_line_inplace), (deinterlace_bottom_field),
29789         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29790         * gst/ffmpegcolorspace/imgconvert_template.h:
29791         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29792         * gst/ffmpegcolorspace/mmx.h:
29793         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29794         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29795         (av_freep), (avcodec_get_context_defaults),
29796         (avcodec_alloc_context), (avcodec_init):
29797           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29798           handling plus update from ffmpeg CVS. Large clean-up.
29799
29800 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29801
29802         * gst/playback/Makefile.am:
29803           We need the marshallers for decodebin, too.
29804
29805 2004-10-30  David Schleef  <ds@schleef.org>
29806
29807         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29808           quicktime typefinding work with 64-bit offsets.
29809
29810 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29811
29812         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29813           Set EOS on the element when processing an EOS event.
29814         * ext/speex/gstspeexdec.h:
29815         * ext/speex/gstspeexenc.h:
29816           Only keep a const ptr to the mode
29817         * gst-libs/gst/riff/riff-media.c:
29818         (gst_riff_create_audio_caps_with_data),
29819         (gst_riff_create_audio_template_caps):
29820           Allow WMAV3, with up to 6 channels.
29821         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29822           Don't call gst_pad_set_event_function on a sink pad.
29823         * gst/mpegstream/gstdvddemux.c:
29824         (gst_dvd_demux_get_subpicture_stream),
29825         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29826           Copy the explicit caps that were set across to the cur_* pads,
29827           instead of trying to use a possibly non-existent negotiated caps.
29828           Reset the type of subpicture pads to UNKNOWN after calling
29829           init_stream, so that the caps get set.
29830
29831 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29832
29833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29834
29835         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29836           Don't touch buffer if it is of size 0 (fixes #151064).
29837
29838 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29839
29840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29841           Synchronized discont handling.
29842
29843 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29844
29845         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29846         (gst_ogg_demux_push):
29847           Make seeking sort-of exact again (fixes #156387).
29848
29849 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29850
29851         * gst/playback/gstplaybasebin.c: (unknown_type),
29852         (add_element_stream), (new_decoded_pad),
29853         (gst_play_base_bin_change_state):
29854         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29855         (gst_stream_info_init), (gst_stream_info_new),
29856         (gst_stream_info_dispose), (gst_stream_info_get_property):
29857         * gst/playback/gststreaminfo.h:
29858           Make caps explicitely available. Makes testing for unsupported
29859           types possible. Improves error reporting.
29860
29861 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29862
29863         * gst/audioconvert/gstaudioconvert.c:
29864         (gst_audio_convert_buffer_to_default_format):
29865           Really don't touch read-only buffers (#156563).
29866
29867 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29868
29869         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29870
29871         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29872           Fix memleak (#155223).
29873
29874 2004-10-29  Wim Taymans  <wim@fluendo.com>
29875
29876         * gst/tcp/.cvsignore:
29877         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29878         (gst_multifdsink_class_init), (gst_multifdsink_init),
29879         (gst_multifdsink_add), (gst_multifdsink_remove),
29880         (gst_multifdsink_remove_client_link), (is_sync_frame),
29881         (gst_multifdsink_new_client),
29882         (gst_multifdsink_handle_client_write),
29883         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29884         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29885         (gst_multifdsink_get_property):
29886         * gst/tcp/gstmultifdsink.h:
29887         Added burst on connect sync_method, deprecated sync_clients,
29888         streamlined the sync code some more.
29889
29890 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29893         (gst_play_base_bin_change_state):
29894           Improve error reporting.
29895
29896 2004-10-28  Wim Taymans  <wim@fluendo.com>
29897
29898         * gst/tcp/Makefile.am:
29899         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29900         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29901         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29902         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29903         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29904         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29905         (gst_fdset_wait):
29906         Added more locks around fdset structures. Fixed/reworked
29907         the poll array resizing code.
29908         Added stress test for fdset.
29909
29910 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29911
29912         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29913         fix build
29914
29915 2004-10-28  Benjamin Otte  <otte@gnome.org>
29916
29917         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29918           fix link function to always query channels and query width for
29919           floats
29920         * configure.ac:
29921           add equalizer dir
29922         * gst/equalizer/Makefile.am:
29923         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29924         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29925         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29926         (arg_to_scale), (setup_filter),
29927         (gst_iir_equalizer_compute_frequencies),
29928         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29929         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29930         (plugin_init):
29931           add an equalizer
29932
29933 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29934
29935         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29936
29937         * po/LINGUAS:
29938         * po/nb.po:
29939           Added Norwegian Bokmaal translation
29940
29941 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29942
29943         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29944           Don't break on options (fixes #156488).
29945
29946 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29947
29948         * configure.ac:
29949         * ext/cdaudio/Makefile.am:
29950         * sys/Makefile.am:
29951           fix build on older automake
29952
29953 2004-10-26  Wim Taymans  <wim@fluendo.com>
29954
29955         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29956         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29957         Allow a little margin when negotiating the framerate.
29958
29959 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29960
29961         * gst/level/gstlevel.c:
29962           synchonised naming of pads and pad-templates
29963
29964 2004-10-26  Wim Taymans  <wim@fluendo.com>
29965
29966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29967         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29968         (_find_streams_check), (gst_ogg_demux_push):
29969         Fix EOS again. Needs to be done in a better way. We should not
29970         remove the pad if there is no new chained stream.
29971
29972 2004-10-26 Iain <iaingnome@gmail.com>
29973
29974         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29975         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29976         of the caps.
29977         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29978         pad.
29979         (interleave_release_pad): Remove the pad.
29980         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29981         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29982         the set device.
29983         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29984         attrs
29985         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29986         (gst_xvimagesink_finalize): Free the par.
29987
29988 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29989
29990         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29991         (gst_avimux_stop_file):
29992           First calculate the rate, and only then use it. Hdr.rate is a
29993           multiple and not a derivative of hdr.scale. Scale is not the
29994           same as blockalign but is solely related to rate.
29995
29996 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29999         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
30000           Implement seeking.
30001
30002 2004-10-25  James Henstridge  <james@jamesh.id.au>
30003
30004         Reviewed by:  David Schleef  <ds@schleef.org>
30005
30006         * examples/gstplay/player.c: (got_stream_length), (main):
30007         * examples/seeking/cdplayer.c: (update_scale):
30008         * examples/seeking/seek.c: (format_value), (update_scale):
30009         * examples/seeking/spider_seek.c: (format_value), (update_scale),
30010         (stop_seek):
30011         Build fixes on AMD64.
30012
30013 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30014
30015         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30016
30017         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30018         Fix for some v4l cards which hang in v4lsrc
30019
30020 2004-10-25  Wim Taymans  <wim@fluendo.com>
30021
30022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30023         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30024         Make sure to remove the pad when a new chain is
30025         encountered. Set some vars to NULL so we don't try
30026         to reference freed memory.
30027
30028 2004-10-25  Wim Taymans  <wim@fluendo.com>
30029
30030         * examples/seeking/Makefile.am:
30031         * examples/seeking/cdplayer.c: (update_scale):
30032         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30033         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30034         (format_value), (update_scale), (iterate), (start_seek),
30035         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30036         (print_usage), (main):
30037         Added some more examples, update others.
30038
30039 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30040
30041         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30042         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30043         * ext/theora/theoradec.c: (theora_dec_chain):
30044         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30045           Add codec-name metadata.
30046
30047 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30048
30049         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30050
30051         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30052         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30053         * ext/alsa/gstalsamixertrack.h:
30054         * po/POTFILES.in:
30055           ALSA mixer track label internationalization (#154054).
30056
30057 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * ext/theora/theoradec.c: (theora_dec_chain):
30060           Export bitrate as metadata.
30061
30062 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30065         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30066         * ext/alsa/gstalsamixertrack.h:
30067           Fix names, fix loop.
30068
30069 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30070
30071         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30072         (speex_dec_convert):
30073           sinkconvert function so oggdemux can get the file length (totem).
30074
30075 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30076
30077         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30078
30079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30080           Don't push incomplete packets.
30081         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30082           Fix MPEG-4 audio typefinding.
30083
30084 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30085
30086         * sys/v4l/Makefile.am:
30087         * sys/v4l/gstv4l.c: (plugin_init):
30088         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30089         (gst_v4lelement_init), (gst_v4lelement_dispose),
30090         (gst_v4lelement_change_state):
30091         * sys/v4l/gstv4lelement.h:
30092         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30093         (gst_v4l_xoverlay_close), (idle_refresh),
30094         (gst_v4l_xoverlay_set_xwindow_id):
30095         * sys/v4l/gstv4lxoverlay.h:
30096         * sys/v4l/v4l-overlay_calls.c:
30097         * sys/v4l/v4l_calls.h:
30098         * sys/v4l2/Makefile.am:
30099         * sys/v4l2/gstv4l2.c: (plugin_init):
30100         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30101         (gst_v4l2element_init), (gst_v4l2element_dispose),
30102         (gst_v4l2element_change_state):
30103         * sys/v4l2/gstv4l2element.h:
30104         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30105         (gst_v4l2_xoverlay_close), (idle_refresh),
30106         (gst_v4l2_xoverlay_set_xwindow_id):
30107         * sys/v4l2/gstv4l2xoverlay.h:
30108         * sys/v4l2/v4l2-overlay_calls.c:
30109         * sys/v4l2/v4l2_calls.h:
30110           Remove client-side overlay handling, use the X-server v4l plugin
30111           for that. Nicer overlay, less code. Also make the plugin
30112           compileable without X (but then without overlay, obviously).
30113           Makes xwindowlistener obsolete, should we remove that?
30114
30115 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30118         (gst_osssrc_src_query):
30119         * sys/oss/gstosssrc.h:
30120           OK, so people want offset in DEFAULT. This time, actually fix all
30121           cases.
30122         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30123           Add FPS properly.
30124
30125 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30126
30127         * gst/asfdemux/gstasfmux.c:
30128         * gst/avi/gstavimux.c:
30129           Framerate.
30130
30131 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30132
30133         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30134           Fix properties (channel, norm, frequency).
30135
30136 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30137
30138         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30139           Flag typo.
30140         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30141           No warnings.
30142
30143 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30144
30145         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30146           Fix hang.
30147
30148 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30149
30150         * sys/v4l2/gstv4l2element.h:
30151           Yet Another Hack (tm) for kernel header borkedness.
30152         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30153         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30154         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30155         (gst_v4l2src_change_state):
30156         * sys/v4l2/gstv4l2src.h:
30157         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30158         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30159           Fix caps, keep track of state, work.
30160
30161 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30162
30163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30164           Quiet.
30165
30166 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30169           Don't mix bytes and samples.
30170
30171 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30172
30173         * ext/ogg/gstoggmux.c:
30174           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30175           and theora. Any is incorrect.
30176         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30177           Fix caps.
30178         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30179         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30180         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30181         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30182         * sys/v4l/gstv4lmjpegsrc.h:
30183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30184         (gst_v4lsrc_change_state):
30185         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30186         (gst_v4lmjpegsrc_capture_stop):
30187           Fix caps. Keep track of internal state. Work.
30188
30189 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30190
30191         * ext/Makefile.am:
30192           Fix the build fixes.
30193
30194 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30195
30196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30197         (gst_ogg_demux_src_event), (_find_chain_seek),
30198         (gst_ogg_pad_push):
30199           Check for pad availability before using it.
30200         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30201           Fix parsing of chained ogg. Needs more work on the decoder side.
30202
30203 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30204
30205         * gst/spectrum/Makefile.am:
30206         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30207         (idle_func):
30208           Fix demo and reenable it. Yes, I'm currently playing with audio
30209           analysis tools
30210
30211 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30212
30213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30214           We love it if files that start at zero work too...
30215
30216 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30217
30218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30219           Handle files with missing EOS headers.
30220
30221 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30222
30223         * gst/tcp/gsttcpserversink.c:
30224         (gst_tcpserversink_handle_server_read),
30225         (gst_tcpserversink_init_send):
30226         Zero some variables first (need for accept not to return EINVAL)
30227
30228 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30229
30230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30231         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30232         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30233         (theora_dec_chain):
30234         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30235         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30236           Seeking and querying finetune.
30237
30238 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30239
30240         * configure.ac:
30241         * ext/Makefile.am:
30242         * ext/raw1394/Makefile.am:
30243           fix the build
30244
30245 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30246
30247         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30248           Wrong return.
30249         * gst/playback/Makefile.am:
30250         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30251         * gst/playback/gstplay-marshal.list:
30252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30253           Fix marshallers.
30254
30255 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30256
30257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30258           Silence.
30259
30260 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30261
30262         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30263         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30264         (gst_ogg_pad_push):
30265           Yay for non-lineair granulepos in theora.
30266
30267 2004-10-18  Wim Taymans  <wim@fluendo.com>
30268
30269         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30270         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30271         * ext/dv/gstdvdec.h:
30272         Make sure we renegotiate aspect ratio when the camera switches.
30273
30274 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30275
30276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30277         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30278           Start at zero.
30279         * ext/theora/theoradec.c: (theora_dec_chain):
30280           Skip headers. Bad idea for chained ogg, but fixes seeking.
30281
30282 2004-10-18  Wim Taymans  <wim@fluendo.com>
30283
30284         * configure.ac:
30285         I swear, this is the last time I touch this.
30286
30287 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30288
30289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30290         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30291         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30292           Faster seeking.
30293         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30294           Time-to-default conversion.
30295         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30296           Don't error on unknown packets, just skip. We should probably
30297           read them if we want to support chained ogg.
30298
30299 2004-10-18  Wim Taymans  <wim@fluendo.com>
30300
30301         * configure.ac:
30302         Added cdaudio to wrong list.
30303
30304 2004-10-18  Wim Taymans  <wim@fluendo.com>
30305
30306         * configure.ac:
30307         Revive cdaudio.
30308
30309 2004-10-18  Wim Taymans  <wim@fluendo.com>
30310
30311         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30312         (gst_dvdec_video_link), (gst_dvdec_push):
30313         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30314         (gst_smokeenc_resync), (gst_smokeenc_chain):
30315         Fix mimetype on smoke encoder.
30316         Add aspect ratio to dvdec. Not sure if these
30317         values are correct though....
30318
30319 2004-10-18  Wim Taymans  <wim@fluendo.com>
30320
30321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30322         Fix vorbis property descriptions and ranges.
30323
30324 2004-10-18  Wim Taymans  <wim@fluendo.com>
30325
30326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30327         Really do nothing when no data is available.
30328         Go to the playing state when the stream is not seekable
30329         instead of failing.
30330
30331 2004-10-18  Wim Taymans  <wim@fluendo.com>
30332
30333         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30334         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30335         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30336         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30337         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30338         Added uri handler for cd://
30339         Port to new API.
30340
30341 2004-10-18  Wim Taymans  <wim@fluendo.com>
30342
30343         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30344         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30345         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30346         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30347         (remove_prerolls), (unknown_type), (add_element_stream),
30348         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30349         (gst_play_base_bin_remove_element),
30350         (gst_play_base_bin_link_stream):
30351         * gst/playback/gstplaybin.c: (gen_video_element),
30352         (gen_vis_element), (remove_sinks), (setup_sinks):
30353         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30354         (gst_stream_info_get_type), (gst_stream_info_class_init),
30355         (gst_stream_info_init), (gst_stream_info_new),
30356         (gst_stream_info_dispose), (stream_info_mute_pad),
30357         (gst_stream_info_set_property), (gst_stream_info_get_property):
30358         * gst/playback/gststreaminfo.h:
30359         Add sink padtemplate to decodebin.
30360         Added some more comments.
30361         Make queue size configurable in playbasebin.
30362         Added possibility to use elements as sinks (ex cdaudio).
30363
30364 2004-10-15  Wim Taymans  <wim@fluendo.com>
30365
30366         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30367         (gst_speexenc_chain):
30368         Fix speex timestamps so that it gets muxed properly.
30369
30370 2004-10-15  Wim Taymans  <wim@fluendo.com>
30371
30372         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30373         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30374         (gst_dv1394src_init), (gst_dv1394src_dispose),
30375         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30376         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30377         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30378         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30379         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30380         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30381         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30382         * ext/raw1394/gstdv1394src.h:
30383         Added conversion/query functions.
30384         Update buffer timestamps,
30385         Added signals.
30386         Added uri dv:// so it might play from the firewire in playbin.
30387         Fix a possible leak.
30388         Added debugging.
30389
30390 2004-10-15  Wim Taymans  <wim@fluendo.com>
30391
30392         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30393         (gst_dv1394src_init), (gst_dv1394src_set_property),
30394         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30395         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30396         * ext/raw1394/gstdv1394src.h:
30397         Added AV/C VTR control support needed for some cameras.
30398         Added automatic port detection.
30399         Added properties for selecting the channel.
30400         The configure.ac script is not yet updated to reflect the
30401         new libavc1394 and librom1394 dependencies.
30402
30403 2004-10-15  Wim Taymans  <wim@fluendo.com>
30404
30405         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30406         (qtdemux_parse), (gst_qtdemux_handle_esds):
30407         An esds box is not a container.
30408         Fix parsing of mp4v boxes.
30409         Do not try to renegotiate fps for each frame. Need to
30410         find a better method. This should fix mp4 playback.
30411
30412 2004-10-14  David Schleef  <ds@schleef.org>
30413
30414         * configure.ac: update for swfdec-0.3 and liboil-0.2
30415         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30416         * ext/swfdec/gstswfdec.h: same
30417         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30418         * gst/videotestsrc/videotestsrc.c: same
30419
30420 2004-10-14  Wim Taymans  <wim@fluendo.com>
30421
30422         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30423         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30424         (is_sync_frame), (gst_multifdsink_new_client),
30425         (gst_multifdsink_handle_client_write),
30426         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30427         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30428         Turn warnings into info.
30429         Don't allow a state change in the streaming thread.
30430
30431 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30432
30433         * ext/vorbis/oggvorbisenc.c:
30434         * ext/vorbis/vorbisdec.c:
30435           fix template sample rate
30436
30437 2004-10-13  Wim Taymans  <wim@fluendo.com>
30438
30439         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30440         Decoding the header first fixes some problems in resyncing
30441         in more mp3s.
30442
30443 2004-10-12  Wim Taymans  <wim@fluendo.com>
30444
30445         * gst/playback/gstplaybin.c: (gen_video_element),
30446         (gen_vis_element), (remove_sinks), (setup_sinks):
30447         Added vis plugin support, need to configure the vis
30448         element to activate it.
30449
30450 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30451
30452         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30453         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30454           Some debug.
30455         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30456         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30457         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30458         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30459         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30460         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30461         * gst/avi/gstavidemux.h:
30462           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30463           recovery (where, if part of the index is broken, we will still read
30464           the rest of the index and recover the broken part by stream
30465           scanning). More broken media support. EOS workarounds. General AVI
30466           braindamage headache recovery. Aspirin included.
30467
30468 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30469
30470         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30471         (cdparanoia_event), (cdparanoia_query):
30472           Get rid of hideous lead-in.
30473
30474 2004-10-11  Wim Taymans  <wim@fluendo.com>
30475
30476         * gst/playback/gstplaybasebin.c: (setup_source):
30477         Wrong var used to get g_list_next.
30478
30479 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30480
30481         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30482         (cdparanoia_get), (cdparanoia_open):
30483           Report discid as metadata, add duration.
30484
30485 2004-10-11  Wim Taymans  <wim@fluendo.com>
30486
30487         * gst/playback/gstplaybasebin.c: (setup_source):
30488         Cleanup the previous pipeline a little earlier for the
30489         case that a source element provides raw data.
30490
30491 2004-10-11  Benjamin Otte  <otte@gnome.org>
30492
30493         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30494           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30495           consuming the last 128 bytes, even though it was valid mp3 data.
30496
30497 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30498
30499         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30500         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30501         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30502         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30503
30504 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30505
30506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30507         Fix for webcams that support only specific width or height
30508
30509 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30510
30511         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30512
30513         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30514           Fix wrong discont event setup (fixes #154967).
30515
30516 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30517
30518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30519
30520         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30521           Error out on invalid data (fixes #154807).
30522
30523 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30524
30525         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * ext/dvdread/dvdreadsrc.c: (_read):
30528           Make titles > 0 work again (fixes #154834).
30529
30530 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * gst-libs/gst/riff/riff-media.c:
30533         (gst_riff_create_video_template_caps):
30534           WMV3 missing in template caps.
30535
30536 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30537
30538         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30539           OK, so the original code was too strict. It makes random AVI files
30540           hang for seconds upon opening, which is unacceptable and is far
30541           beyond the original goal of getting multiple chunks for one-chunk
30542           sounc stream files. So now do just that.
30543
30544 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30545
30546         * gst/playback/gstplaybasebin.c: (setup_source),
30547         (gst_play_base_bin_change_state):
30548           Actually clean up streaminfo if output fails. This would trigger
30549           if, for example, there was no CD in the drive. No preroll, so
30550           a streaminfo structure is created, but the subsequent state change
30551           of the thread fails.
30552         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30553           Don't change state if parent failed.
30554
30555 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30556
30557         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30558         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30559         (gen_video_element), (remove_sinks):
30560           Add small bits of code for screenshot handling.
30561
30562 2004-10-08  Wim Taymans  <wim@fluendo.com>
30563
30564         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30565         (gen_video_element), (gen_audio_element), (setup_sinks):
30566         Don't assume the user provided sinks are named "sink"...
30567
30568 2004-10-08  Wim Taymans  <wim@fluendo.com>
30569
30570         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30571         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30572         (gst_play_base_bin_link_stream):
30573         Do not try to autoplug sources that generate raw streams like
30574         cdparanoia.
30575         disconnect the preroll overrun signal when we don't need it anymore.
30576
30577 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30578
30579         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30580         Added reworked patch from #154903 from milosz derezynski (deadchip).
30581
30582 2004-10-08  Wim Taymans  <wim@fluendo.com>
30583
30584         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30585         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30586         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30587         (cdparanoia_convert), (cdparanoia_uri_get_type),
30588         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30589         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30590         * ext/cdparanoia/gstcdparanoia.h:
30591         This adds the cdda://<tracknum> uri.
30592
30593 2004-10-08  Wim Taymans  <wim@fluendo.com>
30594
30595         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30596         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30597         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30599         (unknown_type), (gst_play_base_bin_remove_element),
30600         (gst_play_base_bin_link_stream):
30601         * gst/playback/gstplaybasebin.h:
30602         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30603         (gst_play_bin_set_property), (gen_video_element),
30604         (gen_audio_element), (setup_sinks):
30605         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30606         (gst_stream_info_get_type), (gst_stream_info_class_init),
30607         (gst_stream_info_init), (gst_stream_info_new),
30608         (gst_stream_info_dispose), (stream_info_mute_pad),
30609         (gst_stream_info_set_property), (gst_stream_info_get_property):
30610         * gst/playback/gststreaminfo.h:
30611         Reuse the audio and video bins.
30612         Some internal cleanups in the stream selection code.
30613
30614 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30615
30616         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30617         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30618         * sys/ximage/ximagesink.h:
30619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30620         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30621         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30622         not coming from those elements. Moreover these elements should not keep
30623         the xid they have been given when in NULL state.
30624
30625 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30626
30627         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30628         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30629         * sys/ximage/ximagesink.h:
30630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30631         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30632         * sys/xvimage/xvimagesink.h:
30633           Actually only create a new toplevel window if we're not gonna
30634           embed it right after.
30635
30636 2004-10-07  Wim Taymans  <wim@fluendo.com>
30637
30638         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30639         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30640         * gst/playback/gstplaybin.c: (setup_sinks):
30641         Implement muting/unmuting of streams, mute streams that are not
30642         used.
30643
30644 2004-10-07  Wim Taymans  <wim@fluendo.com>
30645
30646         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30647         (plugin_init):
30648         Added lame audio/x-ac3 typefind function.
30649
30650 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30651
30652         * configure.ac:
30653           bump nano to cvs
30654
30655 === release 0.8.5 ===
30656
30657 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30658
30659         * NEWS:
30660         * RELEASE:
30661         * configure.ac:
30662           releasing 0.8.5, "Take You On"
30663
30664 2004-10-06  Wim Taymans  <wim@fluendo.com>
30665
30666         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30667         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30668         (no_more_pads), (close_link), (type_found):
30669         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30670         * gst/playback/gstplaybin.c: (gen_video_element):
30671         Do not signal the no_more_pads after the first pad when
30672         we are plugging a non dynamic element with multiple
30673         output pads (like swfdec, dvdec, ...).
30674
30675 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30676
30677         * configure.ac:
30678           bump for prerelease
30679
30680 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30681
30682         * gst/wavparse/gstwavparse.c:
30683           add ATRAC3 to STATIC CAPS to fix a warning
30684
30685         * gst/matroska/ebml-read.c:
30686         * gst-libs/gst/riff/riff-read.c:
30687           fix typos
30688
30689 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30690
30691         * gst-libs/gst/riff/riff-media.c:
30692           generate caps for ATRAC3 audio streams
30693
30694         * gst/realmedia/rmdemux.c:
30695           generate caps for ATRAC3 audio streams
30696
30697 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30698
30699         * gst/wavparse/Makefile.am
30700         * gst/wavparse/riff.h
30701         * gst/wavparse/wavparse.vcproj
30702           riff.h removal (unused and duplication with riff-ids.h)
30703
30704 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30705
30706         * gst/wavparse/gstwavparse.h
30707           remove duplicated defines for audio codec codes
30708
30709         * gst-libs/gst/riff/riff-ids.h
30710         * gst/wavenc/riff.h:
30711           add "4CC" code for ATRAC3 audio streams
30712           add "4CC" code for ITU_G721_ADPCM (unused for now)
30713
30714 2004-10-06  Wim Taymans  <wim@fluendo.com>
30715
30716         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30717         Actually _do_ negotiation. Pass gdouble as arg instead
30718         of guint64 for the framerate.
30719
30720 2004-10-06  Wim Taymans  <wim@fluendo.com>
30721
30722         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30723         (find_compatibles), (close_pad_link), (try_to_link_1),
30724         (no_more_pads), (close_link), (type_found):
30725         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30726         * gst/playback/gstplaybin.c: (gen_video_element),
30727         (gen_audio_element):
30728         Set state on newly added element to READY so that negotiation
30729         can happen ASAP.
30730         Addes some more debug info.
30731         Do not try to plug pads with multiple caps structures or ANY
30732         because it is too dangerous since we do not do dynamic
30733         replugging.
30734
30735 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30736
30737         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30738
30739         * po/LINGUAS:
30740         * po/or.po:
30741           add Oriya translation
30742
30743 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30744
30745         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30746           Prevent overwrite of size member. Makes audio sound crappy.
30747
30748 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30749
30750         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30751         Add rmvb to the list of known RealMedia extensions
30752
30753 2004-10-05  Wim Taymans  <wim@fluendo.com>
30754
30755         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30756         (mngdec_openstream), (mngdec_closestream),
30757         (mngdec_handle_sink_event), (mngdec_readdata),
30758         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30759         (mngdec_getcanvasline), (mngdec_refresh),
30760         (gst_mngdec_change_state):
30761         Set the framerate correctly.
30762
30763 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30764
30765         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30766           There was something wrong with the index massaging.
30767
30768 2004-10-04  Wim Taymans  <wim@fluendo.com>
30769
30770         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30771         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30772         (gst_smokedec_chain):
30773         * ext/jpeg/gstsmokedec.h:
30774         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30775         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30776         * ext/jpeg/gstsmokeenc.h:
30777         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30778         (smokecodec_decode_new), (smokecodec_info_free),
30779         (smokecodec_set_quality), (smokecodec_get_quality),
30780         (smokecodec_set_threshold), (smokecodec_get_threshold),
30781         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30782         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30783         (smokecodec_encode), (smokecodec_parse_id),
30784         (smokecodec_parse_header), (smokecodec_decode):
30785         * ext/jpeg/smokecodec.h:
30786         * ext/jpeg/smokeformat.h:
30787         Updated smoke, new bitstream, allows embedding in ogg.
30788
30789 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30790
30791         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30792           Fix seeking in some files. All this code is no longer needed (and
30793           actually breaks stuff) because we now synchronize the full index
30794           right when reading the header.
30795
30796 2004-10-04  Wim Taymans  <wim@fluendo.com>
30797
30798         * configure.ac:
30799         configure update for libmng.
30800
30801 2004-10-04  Wim Taymans  <wim@fluendo.com>
30802
30803         * ext/libmng/Makefile.am:
30804         * ext/libmng/gstmng.c: (plugin_init):
30805         * ext/libmng/gstmng.h:
30806         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30807         (gst_mngdec_base_init), (gst_mngdec_class_init),
30808         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30809         (gst_mngdec_loop), (gst_mngdec_get_property),
30810         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30811         (mngdec_closestream), (mngdec_handle_sink_event),
30812         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30813         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30814         (gst_mngdec_change_state):
30815         * ext/libmng/gstmngdec.h:
30816         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30817         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30818         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30819         (gst_mngenc_chain), (gst_mngenc_get_property),
30820         (gst_mngenc_set_property):
30821         * ext/libmng/gstmngenc.h:
30822         Added basic MNG decoder. Needs more work. The encoder does
30823         not work yet.
30824
30825 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30826
30827         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30828         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30829         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30830           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30831           no-more-pads.
30832
30833 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30834
30835         * configure.ac:
30836           you need at least 1.0.4 of speex
30837
30838 2004-10-04 Iain <iaingnome@gmail.com>
30839
30840         * ext/speex/gstspeexdec.h: Revert the includes changes.
30841
30842         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30843
30844 2004-09-30 Iain <iaingnome@gmail.com>
30845
30846         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30847         found during init or set as a property instead of hardcoding /dev/audio
30848
30849 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30850
30851         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30852         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30853         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30854         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30855         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30856         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30857         (gst_rmdemux_dump_data):
30858           Use debug category, fix EOS handling. filesrc ! rmdemux now
30859           works.
30860
30861 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30862
30863         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30864         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30865         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30866           Improve allocation, cutting and sorting of the index. How takes a
30867           few seconds instead of minutes.
30868
30869 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30870
30871         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30872           fixed compilation
30873
30874 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30875
30876         * gst-libs/gst/riff/riff-media.c:
30877         (gst_riff_create_video_caps_with_data),
30878         (gst_riff_create_video_template_caps):
30879           Add wing commander format mimetype/fourccs.
30880         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30881           Don't crash if some value is 0.
30882
30883 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30884
30885         * gst-libs/gst/riff/riff-media.c:
30886         (gst_riff_create_video_caps_with_data),
30887         (gst_riff_create_video_template_caps):
30888           Add DIB fourcc (raw, palettized 8-bit RGB).
30889         * gst-libs/gst/riff/riff-read.c:
30890         (gst_riff_read_strf_vids_with_data):
30891           Oops, fix strf_data reading bug.
30892         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30893           Use a non-NULL tag.
30894         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30895           Time for hacks. Sorry Dave. At least one quicktime movie (a
30896           trailer) that I've encountered contains multiple video tracks.
30897           One of those is the actual video track, the other are one-frame
30898           tracks (images). Unfortunately, the number of frames according
30899           to the trak header is 1 for each, so that doesn't help. So
30900           instead, I look at the duration and discard tracks with a
30901           duration shorter than 20% of the length of the stream. Better
30902           than nothing.
30903
30904 2004-10-01  Christian Schaller <christian@fluendo.com>
30905
30906         * ext/ivorbis/vorbis.c:
30907           Patch from Phil Blundell (Bug 152341)
30908
30909 2004-10-01  Wim Taymans  <wim@fluendo.com>
30910
30911         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30912         (speex_dec_get_formats), (speex_dec_convert),
30913         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30914         (speex_dec_chain), (gst_speexdec_get_property),
30915         (gst_speexdec_set_property):
30916         Small cleanups.
30917
30918 2004-10-01  Wim Taymans  <wim@fluendo.com>
30919
30920         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30921         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30922         (gst_wavparse_other), (gst_wavparse_loop),
30923         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30924         (gst_wavparse_srcpad_event):
30925         * gst/wavparse/gstwavparse.h:
30926         Added some more debugging info.
30927         Fix the case where the length of the file is 0.
30928         Make sure we seek to sample borders.
30929
30930 2004-10-01  Wim Taymans  <wim@fluendo.com>
30931
30932         * gst/playback/README:
30933         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30934         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30935         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30936         Add some debug info to decodebin, update README
30937
30938 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30939
30940         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30941           Don't use g_print(); use GST_DEBUG().
30942
30943 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30944
30945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30946         (gst_ogg_mux_queue_pads):
30947           Handle EOS properly.
30948
30949 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30950
30951         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30954         (gst_faad_chain), (gst_faad_change_state):
30955         * ext/faad/gstfaad.h:
30956           Allow playback of raw (unframed) MPEG AAC files (#148993).
30957
30958 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30959
30960         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30961
30962         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30963           Throw error if we didn't recognize the stream. Fixes #152289.
30964
30965 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30966
30967         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30968           Fix negotiation.
30969
30970 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30971
30972         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30975           Fix memleak.
30976
30977 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30978
30979         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30980
30981         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30982           Solve #152805.
30983         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30984           Solve 152806.
30985
30986 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * gst-libs/gst/riff/riff-media.c:
30989         (gst_riff_create_video_caps_with_data),
30990         (gst_riff_create_audio_caps_with_data):
30991           Add codec_data handling (like asfdemux used to do).
30992         * gst/asfdemux/gstasf.c: (plugin_init):
30993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30994         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30995           Use riff-media for caps creation instead of our own (mostly
30996           broken) copy of its functions.
30997
30998 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
31001           Don't actually error out if we get another return value than
31002           -EINVAL. Opposite to what I first thought, drivers have random
31003           return values for this, although -EINVAL is the expected return
31004           value. Since this is not fatal, we shouldn't use
31005           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
31006
31007 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31008
31009         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
31010         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
31011         (dvdreadsrc_get_property), (_open), (_seek), (_read),
31012         (dvdreadsrc_get), (dvdreadsrc_open_file),
31013         (dvdreadsrc_change_state):
31014           Fix. Don't do one big huge loop around the whole DVD, that will
31015           cache all data and thus eat sizeof(dvd) (several GB) before we
31016           see something.
31017         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31018           Actually NULL'ify event after using it.
31019         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31020         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31021         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31022         (gst_ebml_read_seek), (gst_ebml_read_skip):
31023           Handle events.
31024         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31025         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31026         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31027           Fix timing (this will probably break if I seek using menus, but
31028           I didn't get there yet). VOBs and normal DVDs should now work.
31029           Add a mpeg2-only pad with high rank so this get autoplugged for
31030           MPEG-2 movies.
31031         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31032         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31033         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31034         (gst_mpeg_demux_get_audio_stream),
31035         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31036         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31037           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31038           MPEG-1 but use dvddemux for MPEG-2.
31039         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31040         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31041         (gst_mpeg_parse_parse_packhead):
31042           Timing. Only add pad template if it exists. Add sink template from
31043           class and not from ourselves. This means we will always use the
31044           correct sink template even if it is not the one defined in this
31045           file.
31046
31047 2004-09-29  Wim Taymans  <wim@fluendo.com>
31048
31049         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31050         (gst_mpeg_demux_parse_pes):
31051         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31052         Fix playback of mpeg again, timestamps where screwed up by
31053         patch 1.61.
31054
31055 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31056
31057         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31058           Only return true if we actually filled something in. Prevents
31059           player applications from showing a random length for flac files.
31060         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31061         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31062         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31063         (gst_riff_read_strf_vids_with_data),
31064         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31065           OK, ok, so I implemented event handling. Apparently it's normal
31066           that we receive random events at random points without asking
31067           for it.
31068         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31069         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31070         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31071         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31072         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31073         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31074         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31075         * gst/avi/gstavidemux.h:
31076           Implement non-lineair chunk handling and subchunk processing.
31077           The first solves playback of AVI files where the audio and video
31078           data of individual buffers that we read are not synchronized.
31079           This should not happen according to the wonderful AVI specs, but
31080           of course it does happen in reality. It is also a prerequisite for
31081           the second. Subchunk processing allows us to cut chunks in small
31082           pieces and process each of these pieces separately. This is
31083           required because I've seen several AVI files with incredibly large
31084           audio chunks, even some files with only one audio chunk for the
31085           whole file. This allows for proper playback including seeking.
31086           This patch is supposed to fix all AVI A/V sync issues.
31087         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31088         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31089           Work.
31090         * gst/modplug/gstmodplug.cc:
31091           Proper return value setting for the query() function.
31092         * gst/playback/gstplaybasebin.c: (setup_source):
31093           Being in non-playing state (after, e.g., EOS) is not necessarily
31094           a bad thing. Allow for that. This fixes playback of short files.
31095           They don't actually playback fully now, because the clock already
31096           runs. This means that small files (<500kB) with a small length
31097           (<2sec) will still not or barely play. Other files, such as mod
31098           or flx, will work correctly, however.
31099
31100 2004-09-28  Wim Taymans  <wim@fluendo.com>
31101
31102         * ext/speex/gstspeex.c: (plugin_init):
31103         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31104         (gst_speex_dec_class_init), (speex_dec_get_formats),
31105         (speex_get_event_masks), (speex_get_query_types),
31106         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31107         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31108         (gst_speexdec_get_property), (gst_speexdec_set_property),
31109         (speex_dec_change_state):
31110         * ext/speex/gstspeexdec.h:
31111         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31112         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31113         (gst_speexenc_base_init), (gst_speexenc_class_init),
31114         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31115         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31116         (gst_speexenc_src_query), (gst_speexenc_init),
31117         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31118         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31119         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31120         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31121         (gst_speexenc_chain), (gst_speexenc_get_property),
31122         (gst_speexenc_set_property), (gst_speexenc_change_state):
31123         * ext/speex/gstspeexenc.h:
31124         Rewrote speex encoder, make sure it can be embedded in ogg.
31125         Implemented speex decoder.
31126
31127 2004-09-28  Christian Schaller <christian@fluendo.com>
31128
31129         * configure.ac:
31130         Remove kioslave plugin. Markey is brewing a new working one
31131         * ext/Makefile.am: Remove kioslave plugin
31132         * ext/kio: remove
31133         * gst-plugins.spec.in: remove kio plugin from spec
31134
31135 2004-09-27  Wim Taymans  <wim@fluendo.com>
31136
31137         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31138         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31139         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31140         (gst_multifdsink_new_client),
31141         (gst_multifdsink_handle_client_write),
31142         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31143         (gst_multifdsink_handle_clients):
31144         * gst/tcp/gstmultifdsink.h:
31145         Make syncing to keyframes actually work for new clients and lagging
31146         clients.
31147
31148 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31149
31150         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31151         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31152         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31153         * gst/debug/gstnavigationtest.h:
31154           make navigationtest display button-press and button-release events
31155
31156 2004-09-26 Iain <iaingnome@gmail.com>
31157
31158         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31159         the channels have received a new media event.
31160         (interleave_buffered_loop): Compresses a new media event on all
31161         channels into one.
31162
31163 2004-09-26 Iain <iaingnome@gmail.com>
31164
31165         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31166         call the sinkpad's default event handler and not the srcpads. He also
31167         says this is confusing :)
31168         (gst_wavenc_stop_file): Company says that seek events only go upstream
31169         we should send a discontinuous downstream instead.
31170
31171 2004-09-25  Christian Schaller <christian@fluendo.com>
31172
31173         * Update SPEC file to be usable in conjunction with Fedora Core,
31174           Fedora.us and freshrpms packages
31175         * Fix typo in multifilesrc test Makefile
31176
31177 2004-09-24  Wim Taymans  <wim@fluendo.com>
31178
31179         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31180         Only signal the no_more_pads signal when we have
31181         added the stream to our list.
31182
31183 2004-09-24  Wim Taymans  <wim@fluendo.com>
31184
31185         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31186         (new_decoded_pad):
31187         * gst/playback/gstplaybasebin.h:
31188         * gst/playback/gstplaybin.c: (setup_sinks):
31189         Don't try to preroll or decode more than one audio/video
31190         track.
31191
31192 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31193
31194         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31195           Throw error if we failed to find a suitable output. This should
31196           throw an error if we successfully set up a pipeline (e.g. because
31197           we recognized a media file) but found no decodable streams in it
31198           (e.g. because it contains only media stream types for which we
31199           have no decoders, or because it's not a media type).
31200
31201 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31202
31203         * ext/dirac/Makefile.am:
31204         * ext/dirac/gstdirac.cc:
31205         * ext/dirac/gstdiracdec.cc:
31206         * ext/dirac/gstdiracdec.h:
31207           Do something. Don't actually know if this works because I don't
31208           have a demuxer yet.
31209         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31210           Add channels=1 to caps returned from _getcaps().
31211         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31212         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31213         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31214         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31215         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31216         (gst_ogm_parse_change_state):
31217           Separate between audio/video so ogmaudioparse actually uses the
31218           audio pad templates. Both audio and video work now, including
31219           autoplugging. Also use sometimes-srcpad hack.
31220         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31221           Handle events better. Don't hang on infinite loops.
31222         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31223         (gst_avi_demux_init), (gst_avi_demux_reset),
31224         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31225         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31226         (gst_avi_demux_change_state):
31227         * gst/avi/gstavidemux.h:
31228           Improve A/V sync. Still not perfect.
31229         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31230         (gst_ebml_read_skip):
31231           Handle events better.
31232         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31233         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31234         (qtdemux_audio_caps):
31235           Add IMA4. Improve event handling. Save offset after a seek when
31236           the headers are at the end of the file so that we don't end up in
31237           an infinite loop.
31238         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31239           Add low-priority typefind support for files with no length.
31240
31241 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31242
31243         * testsuite/multifilesink/Makefile.am:
31244         fix typo
31245
31246 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31247
31248         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31250         mistakes from thaytan's patches.
31251
31252 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31253
31254         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31255           For completeness, XSync in the destroy function as xvimage does.
31256
31257 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31258
31259         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31260            Correct caps negotiation
31261         * gst/volume/gstvolume.c: (volume_chain_float),
31262         (volume_chain_int16):
31263            Modify debug output to be little more informative
31264         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31266         (gst_xvimagesink_xvimage_destroy):
31267           Add XSync calls after detaching from the shared memory segment to
31268           avoid a crash.
31269
31270 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31271
31272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31273         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31274         * ext/vorbis/vorbis.c: (plugin_init):
31275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31276         (gst_vorbisenc_chain):
31277         * ext/vorbis/vorbisenc.h:
31278         remove explicit newmedia support from oggmux and vorbisenc
31279         add debug category to vorbisenc
31280         * gst/multifilesink/gstmultifilesink.c:
31281         (gst_multifilesink_class_init), (gst_multifilesink_init),
31282         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31283         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31284         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31285         (plugin_init):
31286         * gst/multifilesink/gstmultifilesink.h:
31287         add support for streamheader in multifilesink
31288
31289 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31290
31291         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31292         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31293         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31294           Prevent infinite loops. More correct error reporting.
31295         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31296           Error out if negotiation fails.
31297         * gst/playback/gstplaybasebin.c: (setup_source),
31298         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31299         (gst_play_base_bin_found_tag):
31300           Error/tag forwarding. Pre-roll fixes for source errors on state
31301           changes (e.g. "file does not exist") to prevent hangs.
31302
31303 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31304
31305         * testsuite/multifilesink/Makefile.am:
31306         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31307         (gst_newmedia_class_init), (gst_newmedia_init),
31308         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31309         (newfile_signal), (test_signal), (main):
31310         * testsuite/multifilesink/multifilesrc_test.c: (main):
31311         * testsuite/multifilesink/oggtheora_test.c:
31312         (gst_newmedia_base_init), (gst_newmedia_class_init),
31313         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31314         (test_format), (newfile_signal), (test_signal), (main):
31315         * testsuite/multifilesink/oggvorbis_test.c:
31316         (gst_newmedia_base_init), (gst_newmedia_class_init),
31317         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31318         (test_format), (newfile_signal), (test_signal), (main):
31319         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31320         (gst_newmedia_class_init), (gst_newmedia_init),
31321         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31322         (newfile_signal), (test_signal), (main):
31323         New media tests
31324
31325 2004-09-20  Christian Schaller <christian@fluendo.com>
31326
31327         * Fix mikmod license to LGPL as they have relicensed
31328         * Move Dirac and Effectv into LGPL section of README_license
31329
31330 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31331
31332         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31333         (gst_mad_change_state):
31334           Allow for mp3 rate/channels changes. However, only very
31335           conservatively. Reason that we *have* to enable this is smiply
31336           because the mad find_sync() function is not good enough, it will
31337           regularly sync on random data as valid frames and therefore make
31338           us provide random caps as *final* caps of the stream. The best fix
31339           I could think of is to simply require several of the same stream
31340           changes in a row before we change caps.
31341           The actual testcase that works now is #
31342         * ext/ogg/Makefile.am:
31343         * ext/ogg/gstogg.c: (plugin_init):
31344         * ext/ogg/gstogmparse.c:
31345           OGM support (video only for now; I need an audio sample file).
31346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31347         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31348         (gst_asf_demux_add_video_stream):
31349           WMV extradata.
31350         * gst/playback/gstplaybasebin.c: (unknown_type):
31351           Don't error out on single unknown-types after all. It's wrong.
31352           If we found type of video and audio but not of a subtitle stream,
31353           it will still error out (which is unwanted). Will find a better fix
31354           later on.
31355         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31356         (ogmaudio_type_find), (plugin_init):
31357           OGM support.
31358
31359 2004-09-20  Johan Dahlin  <johan@gnome.org>
31360
31361         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31362         after setting caps.
31363
31364 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31365
31366         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31367         * gst/wavenc/gstwavenc.h:
31368         Added newmedia support to wavenc
31369
31370 2004-09-17  Wim Taymans  <wim@fluendo.com>
31371
31372         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31373         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31374         (gst_fdset_fd_can_write), (gst_fdset_wait):
31375         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31376         (gst_multifdsink_init), (gst_multifdsink_add),
31377         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31378         (gst_multifdsink_remove_client_link),
31379         (gst_multifdsink_client_queue_buffer),
31380         (gst_multifdsink_handle_client_write),
31381         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31382         (gst_multifdsink_close), (gst_multifdsink_change_state):
31383         * gst/tcp/gstmultifdsink.h:
31384         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31385         (gst_tcpserversink_removed):
31386         Small cleanups in fdset.c
31387         Use a hastable to map fd to the client structure for faster
31388         lookup in _remove and get_stats.
31389         Added virtual function to close the fds.
31390         Handle clients even when the select/poll call was unblocked because
31391         of a command.
31392         Implement syncing to keyframe in the recovery procedure.
31393
31394 2004-09-16 Iain <iaingnome@gmail.com>
31395
31396         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31397         try caps.
31398
31399 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31400
31401         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31402           Caps are only set if the type of the stream is unknown, but this
31403           is initialized in ->init_stream(), so set to UNKNOWN after calling
31404           ->init_stream() so that capsnego starts.
31405
31406 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31407
31408         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31409         (gst_avi_demux_stream_data):
31410           Just hardcode for raw audio then. AVI audio sucks.
31411
31412 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31413
31414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31415         * gst/matroska/matroska-mux.c: (audiosink_templ),
31416         (gst_matroska_mux_audio_pad_link):
31417         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31418         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
31419
31420 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31421
31422         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31423         (gst_avi_demux_stream_data):
31424           Try to fix a/v sync issues.
31425
31426 2004-09-15  David Schleef  <ds@schleef.org>
31427
31428         * configure.ac: remove NASM check, since we don't use it.  Update
31429         dirac check to 0.4
31430         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31432         Initialized variables.
31433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31434         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31435         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31436         SVQ3 format
31437
31438 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31441         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31442         * gst/avi/gstavidemux.h:
31443           Fix for compressed audio (mp3) timestamp generation. How did this
31444           ever work?
31445
31446 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31447
31448         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31449           Volume is a double not a float.
31450
31451 2004-09-15  Wim Taymans  <wim@fluendo.com>
31452
31453         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31454         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31455         Don't close the fd in multifdsink as we didn't open it in the
31456         first place. Some cleanups.
31457
31458 2004-09-15  Wim Taymans  <wim@fluendo.com>
31459
31460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31462         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31463         Fix the case where the muxer would mark pages as delta
31464         frames when they are not (vorbis only ogg).
31465
31466 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31467
31468         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31469         (gst_play_base_bin_change_state):
31470           Handle the case where we failed to setup a clear pipeline. This
31471           will throw an error (or EOS, another nice case) and if you don't
31472           catch that, the app will wait for the signal forever (and thus
31473           hang).
31474
31475 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31476
31477         * ext/gnomevfs/gstgnomevfssink.c:
31478         (gst_gnomevfssink_uri_get_protocols):
31479         * ext/gnomevfs/gstgnomevfssrc.c:
31480         (gst_gnomevfssrc_uri_get_protocols):
31481         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31482         * ext/gnomevfs/gstgnomevfsuri.h:
31483           Use _uri_new() instead of _open(), so it doesn't take as long and
31484           Christophe's computer won't hang.
31485         * gst/playback/gstplaybasebin.c: (unknown_type):
31486           Throw error on unknown media type, so apps actually display it.
31487
31488 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31489
31490         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31491           this script to work on Solaris since bash shell handles echo
31492           differenly than bash.
31493
31494 2004-09-17  Wim Taymans  <wim@fluendo.com>
31495
31496         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31497         (setup_source), (gst_play_base_bin_set_property),
31498         (gst_play_base_bin_add_element):
31499         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31500         Some more work on making sure seeking pauses the pipeline and
31501         that changing the uri actually does something.
31502
31503 2004-09-17  Wim Taymans  <wim@fluendo.com>
31504
31505         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31506         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31507         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31508         (gst_tcpserversink_close):
31509         Be a bit more paranoid when freeing memory.
31510
31511 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31512
31513         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31514         (qtdemux_parse_trak):
31515           Don't crash by dividing by zero (see sample movie in #126922).
31516
31517 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31518
31519         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31520           Don't touch non-existing data (fixes crash on file in #140147).
31521
31522 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31523
31524         * gst/playback/gstplaybasebin.c:
31525         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31526           Handle double disposals, and proper change of URIs.
31527
31528 2004-09-13  Martin Eikermann <meiker@upb.de>
31529
31530         * gst/mpegstream/gstmpegparse.c:
31531           fix synchronistation for streams recorded from digital PCR
31532           fixes bug #119376
31533
31534 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31535
31536         * ext/gnomevfs/Makefile.am:
31537         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31538         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31539         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31540         (gst_gnomevfssink_uri_get_type),
31541         (gst_gnomevfssink_uri_get_protocols),
31542         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31543         (gst_gnomevfssink_uri_handler_init),
31544         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31545         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31547         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31548         (gst_gnomevfssrc_uri_get_type),
31549         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31550         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31551         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31552         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31553         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31554         * ext/gnomevfs/gstgnomevfsuri.h:
31555           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31556           of fake URIs to see which this version of Gnome-VFS likes, and
31557           uses that for the Gst-URI interface. Makes playbin support http://
31558           streams. Also fix up some stupid behaviour in gnomevfssrc.
31559
31560 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31561
31562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31563         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31564         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31565         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31566           Update mixer (to sync with other sessions) if we try to obtain
31567           a new value. This makes alsamixer work accross applications.
31568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31569           Only call sync functions if we're running, else alsalib asserts.
31570         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31571           Sometimes fails to compile. Possibly a gcc bug.
31572         * gst/playback/gstplaybin.c: (gen_video_element),
31573         (gen_audio_element):
31574           Add a reference to an application-provided object, because we lose
31575           this same reference if we add it to the bin. If we don't do this,
31576           we can only use this object once and thus crash if we go from
31577           ready to playing, back to ready and back to playing again.
31578           Also add an audioscale element because several cheap soundcards -
31579           like mine - don't support all samplerates.
31580         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31581         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31582           Fix wrong order or PAR calls. Makes automatically obtained PAR
31583           from the X server atually being used.
31584
31585 2004-09-12  David Schleef  <ds@schleef.org>
31586
31587         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31588         #151887, #152102, #152247.
31589         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31590         * examples/seeking/cdparanoia.c: same
31591         * examples/seeking/cdplayer.c: same
31592         * examples/seeking/seek.c: same
31593         * examples/seeking/spider_seek.c: same
31594         * examples/seeking/vorbisfile.c: same
31595         * examples/stats/mp2ogg.c: same
31596         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31597         (gst_esdsink_dispose): Dispose of element properly.
31598         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31599         fixes.
31600         * ext/nas/nassink.c: (gst_nassink_class_init),
31601         (gst_nassink_dispose): Dispose of element correctly.
31602         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31603         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31604         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31605         Fix 64-bit warning.
31606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31607         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31608         Fix 64-bit warning.
31609
31610 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31611
31612         * configure.ac : change speex detection as 1.1.6 now uses
31613           .pc/pkg-config and they changed their headers location.
31614
31615 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31616
31617         * gst/matroska/matroska-mux.h:
31618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31619         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31620         (gst_matroska_mux_write_data):
31621           Write multiple blocks/frames per cluster.
31622                 Write meta-seek information (seek heads).
31623
31624 2004-09-09  Scott Wheeler <wheeler@kde.org>
31625
31626         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31627         (gst_play_bin_set_property), (gst_play_bin_get_property),
31628         (gen_audio_element), (gen_audio_element):
31629           Add a volume element / property to the pipeline.
31630
31631 2004-09-07  Wim Taymans  <wim@fluendo.com>
31632
31633         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31634         Copy timestamps from the master pad to the output buffers.
31635
31636 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31637
31638         * ext/raw1394/gstdv1394src.c:
31639           throw errors when applicable
31640
31641 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31642
31643         * gst/matroska/ebml-ids.h:
31644         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31645         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31646         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31647           automatically convert unix time <-> ebml time when reading/writing
31648           a date, use gst_ebml_write_uint to write CUETIME,
31649           not gst_ebml_write_date.
31650         * gst/matroska/matroska-ids.h:
31651         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31652         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31653         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31654         (gst_matroska_mux_write_data):
31655           Write track and segment UIDs, write muxing date, write
31656           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31657           Create cues for audio only files.
31658
31659 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31660
31661         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31662         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31663           Re-commit ALSA switches.
31664         * gst/adder/gstadder.c: (gst_adder_loop):
31665           64-bit fix (#151416).
31666         * gst/debug/progressreport.c: (gst_progressreport_report):
31667           64-bit fix (#151419).
31668         * gst/matroska/matroska-demux.c:
31669         (gst_matroska_demux_parse_contents):
31670           64-bit fix (#151420).
31671         * gst/playback/test3.c: (update_scale):
31672           64-bit fix (#151421).
31673
31674 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31675
31676         * configure.ac:
31677           bump nano to cvs
31678
31679 === release 0.8.4 ===
31680
31681 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31682
31683         * configure.ac: releasing 0.8.4, "Alias"
31684
31685 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31686
31687         * ext/theora/Makefile.am:
31688           fix makefile.  Fixes #151462.
31689
31690 2004-08-30  Wim Taymans  <wim@fluendo.com>
31691
31692         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31694         (gst_multifdsink_remove_client_link),
31695         (gst_multifdsink_client_queue_buffer),
31696         (gst_multifdsink_handle_client_write):
31697         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31698         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31699         Fix some memory leaks.
31700
31701 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31702
31703         Patch by: David Schleef
31704
31705         * configure.ac:
31706         * sys/Makefile.am:
31707           rename our detection macro for V4L2.  Fixes #151236.
31708
31709 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31710
31711         Patch by: David Schleef
31712
31713         * configure.ac:
31714           check to define LAMEPRESET.  Fixes #151232.
31715
31716 2004-08-27  David Schleef  <ds@schleef.org>
31717
31718         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31719         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31720         (gst_glimagesink_fixate):  Move local variable declarations to
31721         make gcc-2.95 happy.
31722
31723 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31724
31725         * configure.ac:
31726           bump nano for prerelease
31727
31728 2004-08-27  David Schleef  <ds@schleef.org>
31729
31730         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31731         * sys/sunaudio/gstsunaudiosrc.c:
31732         * sys/sunaudio/gstsunaudiosrc.h:
31733
31734 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31735
31736         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31737         handle EOS correctly
31738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31739         * gst/matroska/matroska-mux.h:
31740         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31741         VFW compatibility mode
31742
31743 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31744
31745         patch by: Zaheer Abbas Merali
31746
31747         * ext/ogg/gstoggmux.c:
31748         * ext/vorbis/vorbisenc.c:
31749         * ext/vorbis/vorbisenc.h:
31750           handle NEWMEDIA
31751
31752 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31753
31754         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31755         fix byte order reversion on little endian machines.
31756         * gst/matroska/matroska-mux.c: (audiosink_templ),
31757         (gst_matroska_mux_audio_pad_link):
31758         add TTA codec to the list of supported codecs.
31759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31760         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31761         (gst_matroska_mux_write_data):
31762         * gst/matroska/matroska-mux.h:
31763         write segment duration correctly, write muxing app string, fixes bugs
31764         #140897 and #140898.
31765         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31766         wait for all pads to be negotiated before starting to mux.
31767
31768 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31769
31770         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31771         * ext/lame/gstlame.h:
31772         Added new media support to lame
31773
31774 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31775
31776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31777         send vorbis headers at the beginning of a stream, fixes bug #141554.
31778         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31779         bug #148950.
31780         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31781         (gst_matroska_demux_plugin_init):
31782         * gst/matroska/matroska-ids.h:
31783         enable demuxing of TTA audio streams, fixes bug #148951.
31784         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31785         enable typefinding for TTA audio files, fixes bug #148711.
31786         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31787         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31788         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31789
31790 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31791
31792         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31793         (gst_riff_read_element_data), (gst_riff_read_seek),
31794         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31795         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31796         <teuf@gnome.org>
31797
31798 2004-08-23 Iain <iaingnome@gmail.com>
31799
31800         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31801         tags. They appear to be handled differently to normal.
31802         (tag_list_to_id3_tag_foreach): Ditto.
31803
31804 2004-08-22  Wim Taymans  <wim@fluendo.com>
31805
31806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31807         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31808         Make sure we never send -1 granulepos.
31809
31810 2004-08-20  Wim Taymans  <wim@fluendo.com>
31811
31812         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31813         (gst_ogg_mux_loop):
31814         I will accept bitchslappings with non sharp objects.
31815
31816 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31817
31818         * configure.ac:
31819         Clean up the test for lame presets
31820
31821 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31822
31823         * configure.ac:
31824         * ext/lame/Makefile.am:
31825         * ext/lame/gstlame.c: (gst_lame_class_init),
31826         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31827         Only enable lame presets if version of lame has presets in API
31828
31829 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31830         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31831         * gst/udp/gstudpsrc.h:
31832           Don't call gst_pad_push in a get function. Fixes #150449
31833
31834 2004-08-18  Wim Taymans  <wim@fluendo.com>
31835
31836         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31837         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31838         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31839         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31840         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31841         (gst_fdset_wait):
31842         * gst/tcp/gstfdset.h:
31843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31844         (gst_multifdsink_client_queue_buffer),
31845         (gst_multifdsink_handle_client_write):
31846         * gst/tcp/gstmultifdsink.h:
31847         Some extra checks in gstfdset.
31848         Only use send() when the fd is a socket. Don't try to
31849         read from write only fds.
31850
31851 2004-08-18  Wim Taymans  <wim@fluendo.com>
31852
31853         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31854         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31855         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31856         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31857         (gst_fdset_wait):
31858         Add more locking and bounds checking.
31859
31860 2004-08-18  Wim Taymans  <wim@fluendo.com>
31861
31862         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31863         Realloc test fdset in the lock and right before starting
31864         the poll call. Bump the limit to 4096.
31865
31866 2004-08-17  David Schleef  <ds@schleef.org>
31867
31868         * sys/sunaudio/Makefile.am:
31869         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31870         of rates and channels.  Make debugging less obnoxious.
31871
31872         Patch from Balamurali Viswanathan implementing a mixer for
31873         Sun audio.  (bug #144091):
31874         * sys/sunaudio/gstsunelement.c:
31875         * sys/sunaudio/gstsunelement.h:
31876         * sys/sunaudio/gstsunmixer.c:
31877         * sys/sunaudio/gstsunmixer.h:
31878
31879 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31880
31881         * gst/audioscale/gstaudioscale.c:
31882         * gst/audioscale/gstaudioscale.h:
31883         made audioscale resample from any sample rate to any sample rate
31884
31885 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * ext/libpng/gstpngdec.c:
31888           error out on unsupported types
31889
31890 2004-08-17  Iain <iaingnome@gmail.com>
31891
31892         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31893         mid_side and loose_mid_side properties if its a stereo stream.
31894
31895 2004-08-17  Wim Taymans  <wim@fluendo.com>
31896
31897         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31898         (theora_get_formats), (theora_dec_src_convert),
31899         (theora_dec_sink_convert), (theora_dec_src_query),
31900         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31901         Add a debug line.
31902
31903 2004-08-17  Wim Taymans  <wim@fluendo.com>
31904
31905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31906         (gst_ogg_pad_push):
31907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31908         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31909         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31910         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31911         Mark delta units in the muxer.
31912         Try to decode the packet after an out-of-sync error from
31913         libogg.
31914
31915 2004-08-17  Wim Taymans  <wim@fluendo.com>
31916
31917         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31918         (gst_multifdsink_init), (gst_multifdsink_add),
31919         (gst_multifdsink_client_queue_buffer),
31920         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31921         * gst/tcp/gstmultifdsink.h:
31922         Added option to send a keyframe to clients as the first buffer.
31923         Make timeout property writable.
31924
31925 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31926
31927         patch by: Wim Taymans
31928
31929         * gst/tcp/gstfdset.c:
31930         * gst/tcp/gstmultifdsink.c:
31931           fix index comparison, should include 0
31932
31933 2004-08-16  Wim Taymans  <wim@fluendo.com>
31934
31935         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31936         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31937         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31938         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31939         (gst_fdset_wait):
31940           copy when reallocing for poll so the select arguments don't get
31941           changed during the call
31942
31943 2004-08-16  Wim Taymans  <wim@fluendo.com>
31944
31945         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31946         (gst_theora_enc_class_init), (theora_enc_sink_link),
31947         (theora_buffer_from_packet), (theora_enc_chain):
31948         Fix bug where buffers were not marked as keyframes
31949         correctly.
31950
31951 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31952
31953         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31954         (gst_lame_preset_get_type), (gst_lame_class_init):
31955         describe the enum values for vbr mode and presets more verbosely
31956
31957 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31958
31959         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31960         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31961         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31962         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31963         * ext/lame/gstlame.h:
31964         add preset property to lame so it can use lame presets
31965
31966 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31967
31968         * ext/lame/gstlame.c: (gst_lame_get_property):
31969         whoops forgot break, thanks teuf
31970
31971 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31972
31973         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31974         (gst_lame_class_init), (gst_lame_src_getcaps),
31975         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31976         (gst_lame_get_property), (gst_lame_setup):
31977         * ext/lame/gstlame.h:
31978         fix lame's broken vbr stuff, allow it to resample if need be, and also
31979         make xing header optional
31980
31981 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31982
31983         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31984         added getcaps function so samplerate doesnt get fixated to silly values
31985
31986 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31987
31988         * ext/lame/gstlame.c: (gst_lame_src_link):
31989         revert previous fix
31990
31991 2004-08-12  Johan Dahlin  <johan@gnome.org>
31992
31993         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31994         checks. Doesn't matter what state we are in. Interfaces are a
31995         compile time thing, not runtime. It also broke the python bindings.
31996
31997 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31998
31999         * ext/lame/gstlame.c: (gst_lame_src_link):
32000         made source pad link function check if sinkpad is ok..fixes the problem
32001         where core fixates the output rate of lame stupidly
32002
32003 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32004
32005         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
32006         * sys/v4l/v4l_calls.c:
32007         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
32008           fix fixate function to handle nonsimple caps.
32009           remove bogus check in _link
32010           cleanups
32011
32012 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32013
32014         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32015         set default compression ratio parameter to 0.0 so bitrate parameter
32016         works :)
32017
32018 2004-08-11  David Schleef  <ds@schleef.org>
32019
32020         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32021
32022 2004-08-11  David Schleef  <ds@schleef.org>
32023
32024         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32025         before.
32026
32027 2004-08-11  David Schleef  <ds@schleef.org>
32028
32029         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32030
32031 2004-08-11  David Schleef  <ds@schleef.org>
32032
32033         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32034           license field
32035         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32036         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32037           LGPL.
32038         * gst/auparse/gstauparse.c: Fix plugin license field.
32039         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32040         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32041         * gst/rtp/gstrtp.c: Fix plugin license field.
32042
32043 2004-08-11  Wim Taymans  <wim@fluendo.com>
32044
32045         * gst/tcp/Makefile.am:
32046         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32047         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32048         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32049         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32050         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32051         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32052         (gst_fdset_fd_can_write), (gst_fdset_wait):
32053         * gst/tcp/gstfdset.h:
32054         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32055         (gst_multifdsink_class_init), (gst_multifdsink_init),
32056         (gst_multifdsink_add), (gst_multifdsink_remove),
32057         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32058         (gst_multifdsink_remove_client_link),
32059         (gst_multifdsink_handle_client_read),
32060         (gst_multifdsink_client_queue_data),
32061         (gst_multifdsink_client_queue_caps),
32062         (gst_multifdsink_client_queue_buffer),
32063         (gst_multifdsink_handle_client_write),
32064         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32065         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32066         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32067         (gst_multifdsink_close):
32068         * gst/tcp/gstmultifdsink.h:
32069         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32070         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32071         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32072         (gst_tcpserversink_close):
32073         * gst/tcp/gsttcpserversink.h:
32074         Abstracted away the select call, implemented poll (yes we ran into
32075         the 1024 limit in production).
32076
32077 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32078
32079         * gst/tcp/gsttcp.c:
32080         * gst/tcp/gsttcpplugin.c:
32081           improve debuggging, remove assert
32082
32083 2004-08-10  Wim Taymans  <wim@fluendo.com>
32084
32085         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32086         (gst_client_status_get_type), (gst_multifdsink_class_init),
32087         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32088         (gst_multifdsink_handle_client_read),
32089         (gst_multifdsink_handle_client_write),
32090         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32091         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32092         (gst_multifdsink_get_property):
32093         * gst/tcp/gstmultifdsink.h:
32094         * gst/tcp/gsttcp-marshal.list:
32095         Starting to prepare for specifying buffer time in other units
32096         than buffers. Expose remove reason in signal.
32097
32098 2004-08-10  Wim Taymans  <wim@fluendo.com>
32099
32100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32101         (gst_multifdsink_remove), (gst_multifdsink_clear),
32102         (gst_multifdsink_remove_client_link),
32103         (gst_multifdsink_handle_client_read),
32104         (gst_multifdsink_client_queue_data),
32105         (gst_multifdsink_client_queue_buffer),
32106         (gst_multifdsink_handle_client_write),
32107         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32108         (gst_multifdsink_chain), (gst_multifdsink_close):
32109         * gst/tcp/gstmultifdsink.h:
32110         Added more debugging info. Changed the way clients are
32111         removed from the lists. Fixed a bug where a bad file descriptor
32112         could cause many clients to be removed.
32113
32114 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32115
32116         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32117           allow all pixel-aspect-ratios, not just 1:1
32118
32119 2004-08-09  David Schleef  <ds@schleef.org>
32120
32121         * sys/glsink/ARB_multitexture.h:  Remove old files.
32122         * sys/glsink/EXT_paletted_texture.h:
32123         * sys/glsink/NV_register_combiners.h:
32124         * sys/glsink/gstgl_nvimage.c:
32125         * sys/glsink/gstgl_pdrimage.c:
32126         * sys/glsink/gstgl_rgbimage.c:
32127         * sys/glsink/gstglsink.c:
32128         * sys/glsink/gstglsink.h:
32129         * sys/glsink/gstglxwindow.c:
32130         * sys/glsink/regcomb_yuvrgb.c:
32131
32132 2004-08-09  David Schleef  <ds@schleef.org>
32133
32134         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32135         GL sink plugin.  (Bug #147302)
32136
32137         * configure.ac: Test for OpenGL
32138         * sys/Makefile.am: Use test for OpenGL
32139         * sys/glsink/Makefile.am:
32140         * sys/glsink/glimagesink.c: rewrite
32141         * sys/glsink/glimagesink.h: rewrite
32142
32143 2004-08-09  David Schleef  <ds@schleef.org>
32144
32145         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32146         sane framerates.
32147         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32149         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32150
32151 2004-08-09  Wim Taymans  <wim@fluendo.com>
32152
32153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32154         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32155         (gst_multifdsink_client_remove),
32156         (gst_multifdsink_handle_client_read),
32157         (gst_multifdsink_handle_client_write),
32158         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32159         Do a bit more logging, make the client_read code more robust.
32160
32161 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32162
32163         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32164         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32165         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32166         (gst_jpegdec_init), (gst_jpegdec_chain):
32167         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32168         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32169           cleanups, debugging fixes and memleak plugging
32170
32171 2004-08-09  Wim Taymans  <wim@fluendo.com>
32172
32173         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32174         (theora_get_formats), (theora_dec_src_convert),
32175         (theora_dec_sink_convert), (theora_dec_src_query),
32176         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32177         (theora_dec_change_state):
32178         Don't crash on missing header packets.
32179
32180 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32181
32182         * po/LINGUAS:
32183         * po/sq.po:
32184           Added Albanian translation (Laurent Dhima)
32185         * po/cs.po:
32186           updated
32187
32188 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32189
32190         * ext/lame/gstlame.c:
32191           fix/add debugging
32192
32193 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32194
32195         * sys/ximage/ximagesink.c:
32196         * sys/xvimage/xvimagesink.c:
32197           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32198
32199 2004-08-06  Wim Taymans  <wim@fluendo.com>
32200
32201         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32202         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32203         (gst_multifdsink_client_remove),
32204         (gst_multifdsink_handle_client_read),
32205         (gst_multifdsink_handle_client_write),
32206         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32207         Make sure we don't try to read more from a client that what
32208         ioctl says us or we deadlock.
32209
32210 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32211
32212         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32213         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32214         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32215           decouple running_time and n_frames so it can handle changing
32216           framerate while running
32217
32218 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32219
32220         * po/nl.po:
32221         * po/sv.po:
32222           updated translations
32223
32224 2004-08-04  Benjamin Otte  <otte@gnome.org>
32225
32226         * gst/videotestsrc/gstvideotestsrc.c:
32227         (gst_videotestsrc_get_capslist), (generate_capslist),
32228         (plugin_init):
32229           generate the list of supported caps at startup and reuse it instead
32230           of always generating it
32231
32232 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32233
32234         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32235           whoops, last checkin broke normal build
32236
32237 2004-08-03  Benjamin Otte  <otte@gnome.org>
32238
32239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32240         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32241         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32242         (gst_alsa_mixer_get_option):
32243         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32244         (dvdnavsrc_print_event):
32245         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32247         (gst_ogg_mux_pad_unlink):
32248         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32249         (gst_multipart_mux_pad_unlink):
32250         * gst/videofilter/gstvideobalance.c:
32251         (gst_videobalance_colorbalance_set_value):
32252         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32253         (gst_videomixer_pad_unlink):
32254         * po/uk.po:
32255         * sys/oss/gstossmixer.c:
32256         * sys/v4l/gstv4lcolorbalance.c:
32257         * sys/v4l/gstv4ltuner.c:
32258         * sys/v4l/v4lsrc_calls.c:
32259         * sys/v4l2/gstv4l2colorbalance.c:
32260         * sys/v4l2/gstv4l2tuner.c:
32261           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32262
32263 2004-08-03  Benjamin Otte  <otte@gnome.org>
32264
32265         * examples/dynparams/filter.c: (ui_control_create):
32266         * examples/gstplay/player.c: (print_tag):
32267         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32268         * ext/gdk_pixbuf/gstgdkanimation.c:
32269         (gst_gdk_animation_iter_may_advance):
32270         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32271         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32272         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32273         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32275         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32276         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32277         * gst/sine/demo-dparams.c: (main):
32278         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32279         * testsuite/alsa/formats.c: (create_pipeline):
32280         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32281           fixes for G_DISABLE_ASSERT and friends
32282         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32283         (mp3_type_frame_length_from_header), (mp3_type_find),
32284         (plugin_init):
32285           require mp3 typefinding to have at least MIN_HEADERS valid headers
32286           add typefinding for AAC adts files
32287
32288 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32289
32290         * sys/ximage/ximagesink.c:
32291         (gst_ximagesink_calculate_pixel_aspect_ratio):
32292         * sys/xvimage/xvimagesink.c:
32293         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32294         Make sure we calculate pixel-aspect-ratio using floating point maths
32295
32296 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32297
32298         * po/uk.po:
32299           updated translation
32300
32301 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32302
32303         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32305           add debugging for display PAR calculation
32306
32307 2004-08-02  David Schleef  <ds@schleef.org>
32308
32309         * configure.ac: Fix mikmod CFLAGS.
32310
32311 2004-07-27  Benjamin Otte  <otte@gnome.org>
32312
32313         * gst/audioscale/gstaudioscale.c:
32314         - fix templates to only support S16, it's the only format that works
32315         - make caps nego code use try_set_caps_nonfixed and fixation instead
32316         of try_set_caps twice, which is not nice for autopluggers
32317         - change rank to secondary, so autopluggers can pick it up after
32318         audioconvert
32319
32320 2004-08-02  Iain <iain@prettypeople.org>
32321
32322         * gst/interleave/interleave.c (interleave_init),
32323         (interleave_request_new_pad),
32324         (interleave_pad_removed),
32325         (interleave_buffered_loop): Use the real pad count, not the artificial
32326         one.
32327
32328 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32329
32330         * configure.ac: bump nano back to development
32331
32332 === release 0.8.3 ===
32333
32334 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32335
32336         * configure.ac: releasing 0.8.3, "Water"
32337
32338 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32339
32340         * sys/xvimage/xvimagesink.c:
32341         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32342         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32343         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32344         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32345         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32346         * sys/xvimage/xvimagesink.h:
32347           apply similar PAR fixes as to ximagesink
32348
32349 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32350
32351         patch from: Benjamin Otte
32352
32353         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32354           add link function to lame.  Fixes #148986.
32355
32356 2004-08-02  Johan Dahlin  <johan@gnome.org>
32357
32358         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32359         fix debugging log
32360
32361 2004-07-30  David Schleef  <ds@schleef.org>
32362
32363         * gst/videomixer/Makefile.am: Fix things that should have been
32364         fixed in the last checkin.
32365
32366 2004-07-30  David Schleef  <ds@schleef.org>
32367
32368         * gst/multipart/Makefile.am: Fix things that should have been
32369         fixed in the last checkin.
32370
32371 2004-07-30  David Schleef  <ds@schleef.org>
32372
32373         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32374
32375 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32376
32377         * configure.ac:
32378           bump nano for prerelease
32379         * po/af.po:
32380         * po/az.po:
32381         * po/cs.po:
32382         * po/en_GB.po:
32383         * po/hu.po:
32384         * po/nl.po:
32385         * po/sr.po:
32386         * po/sv.po:
32387         * po/uk.po:
32388           updates
32389
32390 2004-07-30  Wim Taymans  <wim@fluendo.com>
32391
32392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32393         (gst_multifdsink_add), (gst_multifdsink_remove),
32394         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32395         (gst_multifdsink_client_remove),
32396         (gst_multifdsink_handle_client_write),
32397         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32398         * gst/tcp/gstmultifdsink.h:
32399         Recover from a select with a bad file descriptor by removing
32400         the client.
32401
32402 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32403
32404         * configure.ac:
32405           fix requirement of core
32406         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32407         (gst_play_pipeline_setup):
32408           don't use colorspace element.  do use hermescolorspace element.
32409           make macro to get a colorspace element.
32410           mark strings for translation.
32411         * po/POTFILES.in:
32412           add play.c
32413         * po/af.po:
32414         * po/az.po:
32415         * po/cs.po:
32416         * po/en_GB.po:
32417         * po/hu.po:
32418         * po/nl.po:
32419         * po/sr.po:
32420         * po/sv.po:
32421         * po/uk.po:
32422           update translations
32423
32424 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32425
32426         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32427         fix default for newmedia flag
32428
32429 2004-07-30  Wim Taymans  <wim@fluendo.com>
32430
32431         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32432         (gst_theora_dec_init), (theora_get_formats),
32433         (theora_dec_src_convert), (theora_dec_sink_convert),
32434         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32435         (theora_dec_chain), (theora_dec_set_property),
32436         (theora_dec_get_property):
32437         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32438         (gst_theora_enc_class_init), (gst_theora_enc_init),
32439         (theora_enc_sink_link), (theora_enc_chain),
32440         (theora_enc_set_property), (theora_enc_get_property):
32441         Added cropping option to theora decoder.
32442         Added border option to theora encoder.
32443
32444 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32445
32446         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32447         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32448         (gst_pngenc_set_property):
32449         * ext/libpng/gstpngenc.h:
32450         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
32451
32452 2004-07-30  Wim Taymans  <wim@fluendo.com>
32453
32454         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32455         (theora_enc_sink_link), (theora_enc_chain),
32456         (theora_enc_set_property), (theora_enc_get_property):
32457         Fix encoding of non-multiple-of-16 video.
32458
32459 2004-07-29  David Schleef  <ds@schleef.org>
32460
32461         * configure.ac: make test for audiofile more strict
32462
32463 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32464
32465         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32466           give different names to typefind functions
32467
32468 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32469
32470         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32471         (gst_ximagesink_calculate_pixel_aspect_ratio),
32472         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32473         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32474         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32475         (gst_ximagesink_get_property), (gst_ximagesink_init):
32476         * sys/ximage/ximagesink.h:
32477           allocate PAR's dynamically.
32478           use autodetected PAR if no object-set PAR is given.
32479           add workaround for directfb's X not setting physical size.
32480           fix to xvimagesink will follow tomorrow.
32481
32482 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32483
32484         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32485         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32486         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32487         (gst_shout2send_class_init), (gst_shout2send_init),
32488         (set_shout_metadata), (gst_shout2send_set_metadata),
32489         (gst_shout2send_chain), (gst_shout2send_set_property),
32490         (gst_shout2send_get_property), (gst_shout2send_connect),
32491         (gst_shout2send_change_state):
32492         * ext/shout2/gstshout2.h:
32493         - fix for sending mp3 audio to icecast2 server, if pad link function not
32494         called before PAUSED state
32495         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32496         - added tagging support for mp3 audio broadcasted
32497         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32498         debug info
32499
32500 2004-07-28  Wim Taymans  <wim@fluendo.com>
32501
32502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32503         (gst_ogg_demux_push):
32504         Return query failure when we don't know the length of
32505         an ogg stream insteda of returning TRUE with a bogus value.
32506
32507 2004-07-28  Wim Taymans  <wim@fluendo.com>
32508
32509         * ext/theora/theoradec.c: (theora_get_formats),
32510         (theora_dec_src_convert), (theora_dec_sink_convert),
32511         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32512         (theora_dec_chain):
32513         Don't screw up the 1 Chroma for 1 luma sample situation when we
32514         have an odd offset/width by adding a black border in those cases.
32515
32516 2004-07-28  Wim Taymans  <wim@fluendo.com>
32517
32518         * ext/theora/theoradec.c: (theora_get_formats),
32519         (theora_dec_src_convert), (theora_dec_sink_convert),
32520         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32521         (theora_dec_chain):
32522         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32523         Added first attempt at cropping of the image as required by the
32524         theora spec. We need more properties in the caps (offset_x,
32525         offset_y,stride) to implement this correctly.
32526
32527 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32528
32529         * ext/dvdnav/README:
32530           Update the README to use dvddemux
32531         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32532           Ensure getcaps returns a subset of the template caps
32533         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32534         (gst_mpeg2subt_init):
32535           Ensure getcaps returns a subset of the template caps
32536         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32537         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32538         (gst_dvd_demux_get_subpicture_stream),
32539         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32540         * gst/mpegstream/gstdvddemux.h:
32541           Set the explicit caps on the current_video pad before pushing
32542           anything
32543         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32544         (gst_mpeg_demux_get_audio_stream):
32545           Free caps used to gst_pad_set_explicit_caps, which takes a const
32546           GstCaps *
32547
32548 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32549
32550         * configure.ac: update GStreamer requirement to 0.8.4 because of
32551           GstFraction.
32552
32553 2004-07-28  Wim Taymans  <wim@fluendo.com>
32554
32555         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32556         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32557         Add the pad to the element after setting up the caps. This
32558         makes it a lot easier to autoplug.
32559
32560 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32561
32562         * gst/median/gstmedian.c:
32563         * gst/mpeg2subt/gstmpeg2subt.c:
32564         * gst/mpegaudioparse/gstmpegaudioparse.c:
32565         * gst/mpegstream/gstdvddemux.c:
32566         * gst/mpegstream/gstmpegdemux.c:
32567         * gst/mpegstream/gstmpegpacketize.c:
32568         * gst/rtjpeg/gstrtjpeg.c:
32569         * gst/rtjpeg/gstrtjpegdec.c:
32570         * gst/rtjpeg/gstrtjpegenc.c:
32571         * gst/sine/gstsinesrc.c:
32572         * gst/smooth/gstsmooth.c:
32573         * gst/smpte/gstsmpte.c:
32574         * gst/smpte/gstsmpte.h:
32575         * gst/stereo/gststereo.c:
32576         * gst/videofilter/gstgamma.c:
32577         * gst/videofilter/gstvideobalance.c:
32578         * gst/videofilter/gstvideofilter.c:
32579         * gst/videofilter/gstvideoflip.c:
32580         * gst/videoscale/gstvideoscale.c:
32581         * gst/videoscale/videoscale.c:
32582         * gst/videotestsrc/gstvideotestsrc.c:
32583         * gst/videotestsrc/videotestsrc.c:
32584         * gst/wavenc/gstwavenc.c:
32585         * gst/wavparse/gstwavparse.c:
32586           fix local includes and 64 bits constants
32587
32588 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32589
32590         * win32/gst.sln:
32591         * gst-libs/gst/*/*.vcproj:
32592         * gst/*/*.vcproj:
32593           more working plugins
32594
32595 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32596
32597         * testsuite/alsa/Makefile.am:
32598         * testsuite/alsa/srcstate.c:
32599         add test for alsasrc changing state
32600
32601 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32602
32603         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32604         (gst_silence_get):
32605         * gst/silence/gstsilence.h:
32606         fix silence generation for 16bit raw audio
32607
32608 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32609
32610         * gst/matroska/matroska-demux.c:
32611         (gst_matroska_demux_parse_metadata),
32612         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32613         * gst/mpegaudio/common.c:
32614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32615         (gst_videoscale_getcaps), (gst_videoscale_link),
32616         (gst_videoscale_src_fixate), (gst_videoscale_init),
32617         (gst_videoscale_finalize):
32618         * gst/videoscale/gstvideoscale.h:
32619         * gst/videotestsrc/gstvideotestsrc.c:
32620         (gst_videotestsrc_get_capslist):
32621         * gst/wavenc/gstwavenc.c:
32622         * sys/oss/gstossmixer.c: (fill_labels):
32623         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32624         (gst_ximagesink_handle_xevents),
32625         (gst_ximagesink_calculate_pixel_aspect_ratio),
32626         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32627         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32628         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32629         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32630         (gst_ximagesink_init), (gst_ximagesink_class_init):
32631         * sys/ximage/ximagesink.h:
32632         * sys/xvimage/xvimagesink.c:
32633         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32634         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32635         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32636         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32637         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32638         * sys/xvimage/xvimagesink.h:
32639           first batch of pixel aspect ratio commits.
32640
32641 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32642
32643         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32644         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32645         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32646           handle stride, needs work if we want to move stride handling
32647           upstream, but works correctly for our purposes.
32648
32649 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32650
32651         * gst/videoscale/README:
32652           add testing examples
32653         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32654         (gst_videoscale_chain):
32655         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32656         (gst_videoscale_get_size):
32657           add get_size function that handles stride like videotestsrc.
32658           fixes conversion for YUV formats for as much as I can test them.
32659
32660 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32661
32662         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32663         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32665         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32666         (gst_xvimagesink_xvimage_put):
32667           further cleanups, logging, error handling and synchronizing
32668
32669 2004-07-27  Wim Taymans  <wim@fluendo.com>
32670
32671         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32672         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32673         (gst_videomixer_pad_set_property),
32674         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32675         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32676         (gst_videomixer_class_init), (gst_videomixer_init),
32677         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32678         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32679         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32680         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32681         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32682         (gst_videomixer_loop), (plugin_init):
32683         Be a nicer negotiation citizen and provide a getcaps function on
32684         the srcpad. This also fixes a crash when resizing.
32685
32686 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32687
32688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32689         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32690
32691 2004-07-27  Wim Taymans  <wim@fluendo.com>
32692
32693         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32694         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32695         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32696         (gst_pngenc_set_property):
32697         * ext/libpng/gstpngenc.h:
32698         Added snapshot property to pngenc.
32699         removed g_print from pngdec
32700
32701 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32702
32703         * gst/ac3parse/ac3parse.vcproj
32704         * gst/adder/adder.vcproj
32705         * gst/alpha/alpha.vcproj
32706         * gst/alpha/alphacolor.vcproj
32707         * gst/asfdemux/asf.vcproj
32708         * gst/audioconvert/audioconvert.vcproj
32709         * gst/audiorate/audiorate.vcproj
32710         * gst/audioscale/audioscale.vcproj
32711         * gst/auparse/auparse.vcproj
32712         * gst/avi/avi.vcproj
32713         * gst/cdxaparse/cdxaparse.vcproj
32714         * gst/chart/chart.vcproj
32715         * gst/colorspace/colorspace.vcproj
32716         * gst/cutter/cutter.vcproj
32717         * gst/debug/debug.vcproj
32718         * gst/debug/efence.vcproj
32719         * gst/debug/navigationtest.vcproj
32720         * gst/deinterlace/deinterlace.vcproj
32721         * gst/effectv/effectv.vcproj
32722         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32723         * gst/filter/filter.vcproj
32724         * gst/flx/flxdec.vcproj
32725         * gst/goom/goom.vcproj
32726         * gst/interleave/interleave.vcproj
32727         * gst/law/alaw.vcproj
32728         * gst/law/mulaw.vcproj
32729         * gst/matroska/matroska.vcproj
32730         * gst/median/median.vcproj
32731         * gst/mixmatrix/mixmatrix.vcproj
32732         * gst/mpeg1sys/mpeg1systemencode.vcproj
32733         * gst/mpeg1videoparse/mp1videoparse.vcproj
32734         * gst/mpeg2sub/mpeg2subt.vcproj
32735         * gst/mpegaudio/mpegaudio.vcproj
32736         * gst/mpegaudioparse/mpegaudioparse.vcproj
32737         * gst/mpegstream/mpegstream.vcproj
32738         * gst/multifilesink/multifilesink.vcproj
32739         * gst/multipart/multipart.vcproj
32740         * gst/oneton/oneton.vcproj
32741         * gst/overlay/overlay.vcproj
32742         * gst/passthrough/passthrough.vcproj
32743         * gst/qtdemux/qtdemux.vcproj
32744         * gst/realmedia/rmdemux.vcproj
32745         * gst/rtjpeg/rtjpeg.vcproj
32746         * gst/rtp/rtp.vcproj
32747         * gst/silence/silence.vcproj
32748         * gst/sine/sinesrc.vcproj
32749         * gst/smooth/smooth.vcproj
32750         * gst/smpte/smpte.vcproj
32751         * gst/spectrum/spectrum.vcproj
32752         * gst/speed/speed.vcproj
32753         * gst/stereo/stereo.vcproj
32754         * gst/switch/switch.vcproj
32755         * gst/tags/tagedit.vcproj
32756         * gst/tcp/tcp.vcproj
32757         * gst/typefind/typefindfunctions.vcproj
32758         * gst/udp/udp.vcproj
32759         * gst/videobox/videobox.vcproj
32760         * gst/videocrop/videocrop.vcproj
32761         * gst/videodrop/videodrop.vcproj
32762         * gst/videofilter/gamma.vcproj
32763         * gst/videofilter/videobalance.vcproj
32764         * gst/videofilter/videofilter.vcproj
32765         * gst/videofilter/videoflip.vcproj
32766         * gst/videoflip/videoflip.vcproj
32767         * gst/videomixer/videomixer.vcproj
32768         * gst/videorate/videorate.vcproj
32769         * gst/videoscale/videoscale.vcproj
32770         * gst/videotestsrc/videotestsrc.vcproj
32771         * gst/virtualdub/virtualdub.vcproj
32772         * gst/volenv/volenv.vcproj
32773         * gst/volume/volume.vcproj
32774         * gst/wavenc/wavenc.vcproj
32775         * gst/wavparse/wavparse.vcproj
32776         * gst/y4m/y4menc.vcproj
32777         * gst-libs/gst/audio/audio.vcproj
32778         * gst-libs/gst/audio/audiofilter.vcproj
32779         * gst-libs/gst/colorbalance/colorbalance.vcproj
32780         * gst-libs/gst/idct/idtc.vcproj
32781         * gst-libs/gst/media-info/media-info.vcproj
32782         * gst-libs/gst/mixer/mixer.vcproj
32783         * gst-libs/gst/navigation/navigation.vcproj
32784         * gst-libs/gst/play/play.vcproj
32785         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32786         * gst-libs/gst/resample/resample.vcproj
32787         * gst-libs/gst/riff/riff.vcproj
32788         * gst-libs/gst/tuner/tuner.vcproj
32789         * gst-libs/gst/video/video.vcproj
32790         * gst-libs/gst/xoverlay/xoverlay.vcproj
32791           avoid problems with math.h, fix release dependancy
32792           rename GStreamer-0.8.lib to libgstreamer.lib
32793
32794 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32795
32796         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32798         the atom is not available we have to unlock the mutex. Fixes #148023
32799
32800 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32801
32802         * gst-libs/gst/media-info/media-info.h:
32803           issue for a vararg macro with MSVC
32804
32805 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32806
32807         * gst/effectv/effectv.vcproj
32808         * gst-libs/gst/idct/idct.vcproj:
32809         * gst-libs/gst/media-info/media-info.vcproj:
32810         * gst-libs/gst/navigation/navigation.vcproj:
32811         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32812         * gst-libs/gst/video/video.vcproj:
32813         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32814           fixes for build problems
32815
32816 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32817
32818         * gst-libs/gst/audio/audio.def:
32819         * gst-libs/gst/audio/riff.def:
32820           add some definitions needed by plugins
32821
32822 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32823
32824         * gst/asfdemux/gstasfmux.c
32825           Fix some 64 bits constants to be glib friendly
32826
32827 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32828
32829         * gst/ac3parse/gstac3parse.c
32830         * gst/audioscale/gstaudioscale.c
32831         * gst/auparse/gstauparse.c
32832         * gst/colorspace/gstcolorspace.c
32833         * gst/colorspace/yuv2rgb.h
32834           local include fixes
32835
32836 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32837
32838         * win32/gst.sln
32839           add more plugins to the build
32840
32841 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32842
32843         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32844         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32845
32846 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32847
32848         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32849         (gst_level_set_property), (gst_level_get_property),
32850         (gst_level_base_init), (gst_level_class_init):
32851           add debugging categories.  cleanups.
32852
32853 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32854
32855         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32856         (gst_videoscale_planar411), (gst_videoscale_planar400),
32857         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32858         (gst_videoscale_scale_nearest_str1),
32859         (gst_videoscale_scale_nearest_str2),
32860         (gst_videoscale_scale_nearest_str4),
32861         (gst_videoscale_scale_nearest_16bit),
32862         (gst_videoscale_scale_nearest_24bit):
32863           fixed stride issues
32864           tested with 320x240 -> 321, 322, 324 x240
32865           tested with YV12, I420, YUY2, UYVY
32866           fixed packed422rev (don't think it could have worked before)
32867           by testing with UYVY
32868
32869 2004-07-26  Benjamin Otte  <otte@gnome.org>
32870
32871         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32872         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32873         (plugin_init):
32874           add debugging category, add error checks like checking return values
32875           of setup calls, make sure it still works after
32876           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32877
32878 2004-07-26  Wim Taymans  <wim@fluendo.com>
32879
32880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32881         (gst_mpeg_demux_get_audio_stream),
32882         (gst_mpeg_demux_process_private):
32883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32884         Check for error codes from the negotiation functions. Make sure
32885         we really set the pad caps when a new pad is created.
32886
32887 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32888
32889         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32890         (gst_ffmpeg_caps_to_pix_fmt):
32891         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32893         (gst_ffmpegcolorspace_pad_link):
32894           don't make function do two things at the same time without reason.
32895
32896 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32897
32898         * gst/ac3parse/ac3parse.vcproj
32899         * gst/adder/adder.vcproj
32900         * gst/alpha/alpha.vcproj
32901         * gst/alpha/alphacolor.vcproj
32902         * gst/asfdemux/asf.vcproj
32903         * gst/audioconvert/audioconvert.vcproj
32904         * gst/audiorate/audiorate.vcproj
32905         * gst/audioscale/audioscale.vcproj
32906         * gst/auparse/auparse.vcproj
32907         * gst/avi/avi.vcproj
32908         * gst/cdxaparse/cdxaparse.vcproj
32909         * gst/chart/chart.vcproj
32910         * gst/colorspace/colorspace.vcproj
32911         * gst/cutter/cutter.vcproj
32912         * gst/debug/debug.vcproj
32913         * gst/debug/efence.vcproj
32914         * gst/debug/navigationtest.vcproj
32915         * gst/deinterlace/deinterlace.vcproj
32916         * gst/effectv/effectv.vcproj
32917         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32918         * gst/filter/filter.vcproj
32919         * gst/flx/flxdec.vcproj
32920         * gst/goom/goom.vcproj
32921         * gst/interleave/interleave.vcproj
32922         * gst/law/alaw.vcproj
32923         * gst/law/mulaw.vcproj
32924         * gst/matroska/matroska.vcproj
32925         * gst/median/median.vcproj
32926         * gst/mixmatrix/mixmatrix.vcproj
32927         * gst/mpeg1sys/mpeg1systemencode.vcproj
32928         * gst/mpeg1videoparse/mp1videoparse.vcproj
32929         * gst/mpeg2sub/mpeg2subt.vcproj
32930         * gst/mpegaudio/mpegaudio.vcproj
32931         * gst/mpegaudioparse/mpegaudioparse.vcproj
32932         * gst/mpegstream/mpegstream.vcproj
32933         * gst/multifilesink/multifilesink.vcproj
32934         * gst/multipart/multipart.vcproj
32935         * gst/oneton/oneton.vcproj
32936         * gst/overlay/overlay.vcproj
32937         * gst/passthrough/passthrough.vcproj
32938         * gst/qtdemux/qtdemux.vcproj
32939         * gst/realmedia/rmdemux.vcproj
32940         * gst/rtjpeg/rtjpeg.vcproj
32941         * gst/rtp/rtp.vcproj
32942         * gst/silence/silence.vcproj
32943         * gst/sine/sinesrc.vcproj
32944         * gst/smooth/smooth.vcproj
32945         * gst/smpte/smpte.vcproj
32946         * gst/spectrum/spectrum.vcproj
32947         * gst/speed/speed.vcproj
32948         * gst/stereo/stereo.vcproj
32949         * gst/switch/switch.vcproj
32950         * gst/tags/tagedit.vcproj
32951         * gst/tcp/tcp.vcproj
32952         * gst/typefind/typefindfunctions.vcproj
32953         * gst/udp/udp.vcproj
32954         * gst/videobox/videobox.vcproj
32955         * gst/videocrop/videocrop.vcproj
32956         * gst/videodrop/videodrop.vcproj
32957         * gst/videofilter/gamma.vcproj
32958         * gst/videofilter/videobalance.vcproj
32959         * gst/videofilter/videofilter.vcproj
32960         * gst/videofilter/videoflip.vcproj
32961         * gst/videoflip/videoflip.vcproj
32962         * gst/videomixer/videomixer.vcproj
32963         * gst/videorate/videorate.vcproj
32964         * gst/videoscale/videoscale.vcproj
32965         * gst/videotestsrc/videotestsrc.vcproj
32966         * gst/virtualdub/virtualdub.vcproj
32967         * gst/volenv/volenv.vcproj
32968         * gst/volume/volume.vcproj
32969         * gst/wavenc/wavenc.vcproj
32970         * gst/wavparse/wavparse.vcproj
32971         * gst/y4m/y4menc.vcproj
32972           more plugins supported under windows
32973
32974 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32975
32976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32977         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32978         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32980         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32981           Add debugging statements.  Use the sizes as returned by the
32982           *CreateImage calls.
32983
32984 2004-07-26  Johan Dahlin  <johan@gnome.org>
32985
32986         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32987         the pad is negotiated.
32988
32989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32990
32991 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32992
32993         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32994         * gst-libs/gst/idct/idct.vcproj:
32995         * gst-libs/gst/media-info/media-info.vcproj:
32996         * gst-libs/gst/mixer/mixer.vcproj:
32997         * gst-libs/gst/navigation/navigation.vcproj:
32998         * gst-libs/gst/play/play.vcproj:
32999         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
33000         * gst-libs/gst/resample/resample.vcproj:
33001         * gst-libs/gst/tuner/tuner.vcproj:
33002         * gst-libs/gst/video/video.vcproj:
33003         * gst-libs/gst/xoverlay/xoverlay.vcproj:
33004           more plugins supported under windows
33005
33006 2004-07-25 Iain <iain@prettypeople.org>
33007
33008         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
33009         pad now rather than when the pad is created because state changes wipe
33010         explicit caps (fixes #148043).
33011
33012 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
33013
33014         reviewed by Benjamin Otte  <otte@gnome.org>
33015
33016         * ext/mad/gstmad.c:
33017           fix mad plugin crashing on Sun (fixes #148289)
33018
33019 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33020
33021         * gst/avi/avi.def:
33022         * gst/avi/avi.vcproj:
33023         * gst/matroska/matroska.def:
33024         * gst/matroska/matroska.vcproj:
33025           remove unused .def files
33026
33027 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33028
33029         * gst-libs/gst/audio/gstaudiofilter.c:
33030           Clean the local include
33031
33032 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33033
33034         * win32/gst.sln:
33035         * gst-libs/gst/audio/audio.def:
33036         * gst-libs/gst/audio/audio.vcproj:
33037         * gst-libs/gst/audio/audiofilter.vcproj:
33038         * gst-libs/gst/audio/riff.def:
33039         * gst-libs/gst/audio/riff.vcproj:
33040         * gst-libs/gst/gst-libs.def:
33041         * gst-libs/gst/gst-libs.vcproj:
33042         * gst/avi/avi.vcproj:
33043         * gst/avi/avi.vcproj:
33044           Copy the files where needed after building, cleaner projects
33045
33046 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33047
33048         * gst/matroska/ebml-write.c:
33049           Fix some 64 bits constants to be glib friendly
33050
33051 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33052
33053         * win32/gst.sln:
33054         * gst-libs/gst/gst-libs.def:
33055         * gst-libs/gst/gst-libs.vcproj:
33056         * gst/matroska/matroska.def:
33057         * gst/matroska/matroska.vcproj:
33058           Add the preliminary canvas to build plugins on Win32
33059
33060 2004-07-23  Benjamin Otte  <otte@gnome.org>
33061
33062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33063           don't enfore negotiation from source side, it breaks
33064           sinesrc ! audioconvert ! osssink
33065
33066 2004-07-22  David Schleef  <ds@schleef.org>
33067
33068         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33069         for ELF files, since they can easily be recognized as audio/mpeg.
33070         (bug #147441)
33071
33072 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33073
33074         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33075         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33076         (gst_videoscale_scale_nearest_24bit),
33077         (gst_videoscale_scale_nearest_16bit):
33078           fix 16bit and 24bit for stride (24bit might need testing)
33079           don't pretend we do more than one algorithm
33080
33081 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33082
33083         * configure.ac:
33084         * gst/Makefile.am:
33085         * gst/multifilesink/Makefile.am:
33086         * gst/multifilesink/gstmultifilesink.c:
33087         (gst_multifilesink_get_formats),
33088         (gst_multifilesink_get_query_types), (_do_init),
33089         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33090         (gst_multifilesink_init), (gst_multifilesink_dispose),
33091         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33092         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33093         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33094         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33095         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33096         (gst_multifilesink_uri_get_type),
33097         (gst_multifilesink_uri_get_protocols),
33098         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33099         (gst_multifilesink_uri_handler_init), (plugin_init):
33100         * gst/multifilesink/gstmultifilesink.h:
33101         * testsuite/Makefile.am:
33102         * testsuite/multifilesink/Makefile.am:
33103         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33104         (gst_newmedia_class_init), (gst_newmedia_init),
33105         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33106         (newfile_signal), (test_signal), (main):
33107         multifilesink plugin for creating new files every time a new media
33108         discontinuity event occurs
33109
33110 2004-07-22  Wim Taymans  <wim@fluendo.com>
33111
33112         * gst/alpha/Makefile.am:
33113         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33114         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33115         (gst_alpha_color_init), (gst_alpha_color_set_property),
33116         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33117         (transform), (gst_alpha_color_chain),
33118         (gst_alpha_color_change_state), (plugin_init):
33119         Stupid plugin to to RGBA to AYUV conversion because none of
33120         the colorspace plugins can handle that yet.
33121
33122 2004-07-22  Wim Taymans  <wim@fluendo.com>
33123
33124         * examples/seeking/seek.c: (update_scale), (main):
33125         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33126         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33127         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33128         (gst_decode_bin_init), (gst_decode_bin_dispose),
33129         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33130         (no_more_pads), (close_link), (type_found),
33131         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33132         (plugin_init):
33133         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33134         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33135         (gst_play_base_bin_dispose), (queue_overrun),
33136         (gen_preroll_element), (remove_prerolls), (unknown_type),
33137         (no_more_pads), (new_stream), (setup_source),
33138         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33139         (play_base_eos), (gst_play_base_bin_change_state),
33140         (gst_play_base_bin_add_element),
33141         (gst_play_base_bin_remove_element),
33142         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33143         (gst_play_base_bin_unlink_stream),
33144         (gst_play_base_bin_get_streaminfo):
33145         * gst/playback/gstplaybin.c: (gen_video_element),
33146         (gen_audio_element):
33147         * gst/playback/gststreaminfo.h:
33148         More playback updates, attempt to fix things after the state change
33149         breakage.
33150
33151 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33152
33153         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33154         (gst_videoscale_scale_nearest_16bit):
33155           comment algorithm
33156
33157 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33158
33159         * gst/videotestsrc/gstvideotestsrc.c:
33160         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33161         (gst_videotestsrc_init), (gst_videotestsrc_get),
33162         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33163         (gst_videotestsrc_get_property):
33164         * gst/videotestsrc/gstvideotestsrc.h:
33165         * gst/videotestsrc/videotestsrc.c:
33166         * gst/videotestsrc/videotestsrc.h:
33167           cleanup and commenting
33168
33169 2004-07-21  Wim Taymans  <wim@fluendo.com>
33170
33171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33172         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33173         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33174         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33175         (_find_chain_get_unknown_part), (_find_streams_check),
33176         (gst_ogg_demux_push), (gst_ogg_pad_push):
33177         * ext/theora/theoradec.c: (theora_get_formats),
33178         (theora_dec_src_convert), (theora_dec_sink_convert),
33179         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33180         (theora_dec_chain):
33181         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33182         (vorbis_dec_convert), (vorbis_dec_src_query),
33183         (vorbis_dec_src_event), (vorbis_dec_event):
33184         More seeking fixes, oggdemux now supports seeking to time and
33185         uses the downstream element to convert granulepos to time.
33186         Seeking in theora-only ogg files now works.
33187
33188 2004-07-21  Wim Taymans  <wim@fluendo.com>
33189
33190         * ext/theora/theoradec.c: (gst_theora_dec_init),
33191         (theora_get_formats), (theora_get_event_masks),
33192         (theora_get_query_types), (theora_dec_src_convert),
33193         (theora_dec_sink_convert), (theora_dec_src_query),
33194         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33195         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33196         (vorbis_get_event_masks), (vorbis_get_query_types),
33197         (gst_vorbis_dec_init), (vorbis_dec_convert),
33198         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33199         Added query/convert/formats functions to vorbis and theora decoders
33200         so that the outside world can use them too. Fixed seeking on an
33201         ogg/theora/vorbis file by disabling the seeking seeking on the
33202         theora srcpad.
33203
33204 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33205
33206         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33207         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33208         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33209         images creation for both elements. We don't create the image on caps
33210         nego or renego, we just destroy the internal one if present if it does
33211         not match the needs. The chain function takes care of creating a new
33212         image when needed.
33213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33214         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33215         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33216         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33217         the image format information. The buffer pool checks for the context
33218         image format and discard images with different formats.
33219         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33220
33221 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33222
33223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33224         (gst_ffmpegcolorspace_chain):
33225           no point in doing any chaining if the pad we want to push from
33226           isn't usable.
33227
33228 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33229
33230         * gst-libs/gst/riff/riff-media.c:
33231         (gst_riff_create_audio_caps_with_data):
33232           Fix double end-to-native symbol conversion (#148021).
33233
33234 2004-07-20  David Schleef  <ds@schleef.org>
33235
33236         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33237         Don't use an Atom that doesn't exist.
33238
33239 2004-07-20  Wim Taymans  <wim@fluendo.com>
33240
33241         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33242         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33243         (gst_multifdsink_client_remove),
33244         (gst_multifdsink_handle_client_write),
33245         (gst_multifdsink_queue_buffer):
33246         * gst/tcp/gstmultifdsink.h:
33247         More multifdsink stats. Avoid deadlock by releasing locks
33248         before sending out a signal.
33249
33250 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33251
33252         * po/LINGUAS:
33253         * po/hu.po:
33254           added Hungarian translation (Laszlo Dvornik)
33255
33256 2004-07-20  Wim Taymans  <wim@fluendo.com>
33257
33258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33259         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33260         (gst_multifdsink_handle_client_write),
33261         (gst_multifdsink_queue_buffer):
33262         * gst/tcp/gsttcp-marshal.list:
33263         Fixed the stupid marshal definition.
33264
33265 2004-07-20  Wim Taymans  <wim@fluendo.com>
33266
33267         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33268         (gst_multifdsink_init), (gst_multifdsink_add),
33269         (gst_multifdsink_client_remove),
33270         (gst_multifdsink_handle_client_write),
33271         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33272         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33273         (gst_multifdsink_init_send):
33274         * gst/tcp/gstmultifdsink.h:
33275         Added more stats, added timeout for a client, fixed some typos
33276         and added some comments.
33277
33278 2004-07-20  Wim Taymans  <wim@fluendo.com>
33279
33280         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33281         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33282         (gst_multifdsink_client_remove),
33283         (gst_multifdsink_handle_client_write):
33284         * gst/tcp/gstmultifdsink.h:
33285         * gst/tcp/gsttcp-marshal.list:
33286         Added get_stats method that returns a GValueArray of
33287         stats values.
33288
33289 2004-07-19  Benjamin Otte  <otte@gnome.org>
33290
33291         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33292           make sure longname, description and author are valid UTF-8
33293
33294 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33295
33296         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33297         (gst_ximagesink_set_property):
33298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33299         (gst_xvimagesink_set_property):
33300           make sure SYNCHRONOUS is respected after getting the X context
33301
33302 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33303
33304         * gst/matroska/matroska-demux.c:
33305         (gst_matroska_demux_handle_src_event),
33306         (gst_matroska_demux_parse_blockgroup):
33307         * gst/matroska/matroska-ids.h:
33308           add BlockReference tag and ignore it to clear out log.
33309           ignore NAVIGATION events to clear out log.
33310
33311 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33312
33313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33314         (gst_matroska_demux_add_stream):
33315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33316           add debug categories
33317
33318 2004-07-16  Wim Taymans  <wim@fluendo.com>
33319
33320         * ext/libpng/Makefile.am:
33321         * ext/libpng/gstpng.c: (plugin_init):
33322         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33323         (gst_pngdec_get_type), (gst_pngdec_base_init),
33324         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33325         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33326         * ext/libpng/gstpngdec.h:
33327         Added png decoder.
33328
33329 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33330
33331         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33332         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33333         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33334         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33335         (gst_ximagesink_buffer_alloc):
33336         * sys/ximage/ximagesink.h:
33337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33338         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33339         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33340         (gst_xvimagesink_buffer_alloc):
33341         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33342         again. Using internal data pointer of the x(v)image to store image's
33343         data to be coherent with the buffer alloc mechanism. Investigated the
33344         image destruction code to be sure that everything gets freed correctly.
33345
33346 2004-07-16  Wim Taymans  <wim@fluendo.com>
33347
33348         * gst-libs/gst/riff/riff-read.c:
33349         (gst_riff_read_strf_vids_with_data),
33350         (gst_riff_read_strf_auds_with_data):
33351         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33352         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33353         Make sure we don't create 0 sized subbuffers in riff-read.
33354         Signal the no more pads signal after reading the avi header.
33355
33356 2004-07-16  Wim Taymans  <wim@fluendo.com>
33357
33358         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33359         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33360         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33361         (gst_decode_bin_init), (gst_decode_bin_dispose),
33362         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33363         (no_more_pads), (close_link), (type_found),
33364         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33365         (gst_decode_bin_change_state), (plugin_init):
33366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33367         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33368         (gst_play_base_bin_dispose), (queue_overrun),
33369         (gen_preroll_element), (remove_prerolls), (unknown_type),
33370         (no_more_pads), (new_stream), (setup_source),
33371         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33372         (play_base_eos), (gst_play_base_bin_change_state),
33373         (gst_play_base_bin_add_element),
33374         (gst_play_base_bin_remove_element),
33375         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33376         (gst_play_base_bin_unlink_stream),
33377         (gst_play_base_bin_get_streaminfo):
33378         * gst/playback/gstplaybasebin.h:
33379         Better error recovery. Added configurable preroll queue size. Faster
33380         detection of no-more-pads.
33381
33382 2004-07-16  Wim Taymans  <wim@fluendo.com>
33383
33384         * gst-libs/gst/video/video.h:
33385         Added 32 bits RGBA. Not sure if we should use another mime-type
33386         for alpha rgb. Currently the presence of the alpha_mask property
33387         signals an alpha channel.
33388
33389 2004-07-16  Wim Taymans  <wim@fluendo.com>
33390
33391         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33393         FPS seems to be 0.0 to MAX everywhere else.
33394
33395 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33396
33397         * gst-libs/gst/riff/riff-media.c:
33398         (gst_riff_create_video_caps_with_data):
33399           mp42/mp43 (no caps) exist too.
33400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33401           Set pixel_width/height; we've got them in-caps.
33402         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33403         * gst/wavparse/gstwavparse.c: (plugin_init):
33404           Both are valid primary.
33405         * sys/oss/gstossmixer.c:
33406           Remove i18n hack and enable translations.
33407
33408 2004-07-15  Benjamin Otte  <otte@gnome.org>
33409
33410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33411         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33412           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33413
33414 2004-07-15  Benjamin Otte  <otte@gnome.org>
33415
33416         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33417         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33418         (gst_alsa_close_audio):
33419           disable some of the debugging code for now. Writing debugging to a
33420           buffer is broken in current alsalib releases.
33421
33422 2004-07-12  Benjamin Otte  <otte@gnome.org>
33423
33424         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33425           use bufferpools
33426
33427 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33428
33429         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33430         (theora_dec_src_query), (theora_dec_event):
33431         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33432           add debugging categories.  Remove \n's.
33433
33434 2004-07-13  Johan Dahlin  <johan@gnome.org>
33435
33436         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33437         (gst_play_bin_get_property): Impl.
33438
33439 2004-07-13  Wim Taymans  <wim@fluendo.com>
33440
33441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33442         When trying to find the stream length, seek back N pages
33443         instead of just one, where N is the number of streams in
33444         the current chain.
33445
33446 2004-07-13  Wim Taymans  <wim@fluendo.com>
33447
33448         * gst-libs/gst/riff/riff-media.c:
33449         (gst_riff_create_audio_caps_with_data),
33450         (gst_riff_create_audio_caps),
33451         (gst_riff_create_audio_template_caps):
33452         * gst-libs/gst/riff/riff-media.h:
33453         * gst-libs/gst/riff/riff-read.c:
33454         (gst_riff_read_strf_vids_with_data),
33455         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33456         * gst-libs/gst/riff/riff-read.h:
33457         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33458         (gst_avi_demux_add_stream):
33459         Set codec_data on caps for avidemuxer.
33460
33461 2004-07-12  David Schleef  <ds@schleef.org>
33462
33463         * configure.ac: Fix test for Objective C
33464
33465 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33466         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33467         (gst_gdk_pixbuf_chain):
33468           Add svg and pcx to template caps, and ensure that getcaps returns a
33469           subset of the template caps.
33470           Copy each row manually for output, as gdkpixbuf may pad the
33471           rowstride to a 32-bit word boundary.
33472
33473 2004-07-12  Wim Taymans  <wim@fluendo.com>
33474
33475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33476         (gst_riff_create_video_template_caps):
33477         Fix the template caps to include some more media types.
33478
33479 2004-07-12  Wim Taymans  <wim@fluendo.com>
33480
33481         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33482         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33483         (compare_ranks), (print_feature), (gst_decode_bin_init),
33484         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33485         (try_to_link_1), (new_pad), (close_link), (type_found),
33486         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33487         (gst_decode_bin_change_state), (plugin_init):
33488         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33489         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33490         (gst_play_base_bin_dispose), (queue_overrun),
33491         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33492         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33493         (gst_play_base_bin_get_property), (play_base_eos),
33494         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33495         (gst_play_base_bin_remove_element),
33496         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33497         (gst_play_base_bin_unlink_stream),
33498         (gst_play_base_bin_get_streaminfo):
33499         * gst/playback/gstplaybasebin.h:
33500         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33501         (gst_play_bin_class_init), (gst_play_bin_init),
33502         (gst_play_bin_dispose), (gst_play_bin_set_property),
33503         (gst_play_bin_get_property), (gen_video_element),
33504         (gen_audio_element), (remove_sinks), (setup_sinks),
33505         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33506         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33507         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33508         (gst_play_bin_query), (plugin_init):
33509         * gst/playback/test4.c: (main):
33510         More fixes on reusing of the element.
33511
33512 2004-07-11  Benjamin Otte  <otte@gnome.org>
33513
33514         * ext/mad/gstmad.c: (normal_seek):
33515           allow seeking for other methods than just SET
33516
33517 2004-07-11  Andy Wingo  <wingo@pobox.com>
33518
33519         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33520         float, "any" caps -> buffer_frames=[0,MAX].
33521
33522         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33523         doesn't intersect our caps with the template any more. Do it
33524         ourselves.
33525         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33526
33527 2004-07-09  Wim Taymans  <wim@fluendo.com>
33528
33529         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33530         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33531         (compare_ranks), (print_feature), (gst_decode_bin_init),
33532         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33533         (try_to_link_1), (new_pad), (close_link), (type_found),
33534         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33535         (gst_decode_bin_change_state), (plugin_init):
33536         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33537         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33538         (gst_play_base_bin_dispose), (queue_overrun),
33539         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33540         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33541         (gst_play_base_bin_get_property), (play_base_eos),
33542         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33543         (gst_play_base_bin_remove_element),
33544         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33545         (gst_play_base_bin_unlink_stream),
33546         (gst_play_base_bin_get_streaminfo):
33547         * gst/playback/gstplaybasebin.h:
33548         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33549         (gst_play_bin_class_init), (gst_play_bin_init),
33550         (gst_play_bin_dispose), (gst_play_bin_set_property),
33551         (gst_play_bin_get_property), (gen_video_element),
33552         (gen_audio_element), (remove_sinks), (setup_sinks),
33553         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33554         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33555         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33556         (gst_play_bin_query), (plugin_init):
33557         * gst/playback/test4.c: (main):
33558         Work on object reuse and seeking.
33559
33560 2004-07-09  Wim Taymans  <wim@fluendo.com>
33561
33562         * examples/seeking/seek.c: (iterate):
33563         Don't consume all CPU in the idle loop.
33564
33565 2004-07-09  Wim Taymans  <wim@fluendo.com>
33566
33567         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33568         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33569         Add pad to element *after* setting the pad functions so that
33570         the scheduler can use the correct ones.
33571
33572 2004-07-09  Wim Taymans  <wim@fluendo.com>
33573
33574         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33575         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33576         Sync to keyframe after seek
33577
33578 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33579
33580         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33582         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33583         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33584         * ext/libvisual/visual.c: (gst_visual_change_state):
33585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33586         * ext/theora/theoradec.c: (theora_dec_change_state):
33587         * ext/theora/theoraenc.c: (theora_enc_change_state):
33588         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33589         * gst-libs/gst/navigation/navigation.c:
33590         * gst/adder/gstadder.c: (gst_adder_change_state):
33591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33592         (gst_audio_convert_get_buffer):
33593         * gst/multipart/multipartdemux.c:
33594         (gst_multipart_demux_change_state):
33595         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33597         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33598         * gst/videoscale/gstvideoscale.c:
33599         (gst_videoscale_handle_src_event):
33600         * gst/volume/gstvolume.c: (volume_chain_int16):
33601           don't assert in state change, this should be done by the base
33602           GstElement class.
33603           various debugging fixes.
33604
33605 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33606
33607         * configure.ac:
33608         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33609         (gst_play_dispose), (gst_play_set_location),
33610         (gst_play_set_data_src), (gst_play_set_video_sink),
33611         (gst_play_set_audio_sink), (gst_play_set_visualization),
33612         (gst_play_connect_visualization), (gst_play_get_sink_element),
33613         (gst_play_get_all_by_interface):
33614         * gst-libs/gst/play/play.h:
33615           add new method to get elements implementing an interface.
33616           add various error logging
33617
33618 2004-07-08  Wim Taymans  <wim@fluendo.com>
33619
33620         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33621         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33622         (make_playerbin_pipeline), (query_durations_elems),
33623         (query_durations_pads), (query_positions_elems),
33624         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33625         (main):
33626         Added playbin seeking example.
33627
33628 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33629
33630         * gst-libs/gst/play/play.c: (gst_play_set_location),
33631         (gst_play_set_data_src), (gst_play_set_video_sink),
33632         (gst_play_set_audio_sink), (gst_play_set_visualization),
33633         (gst_play_connect_visualization), (gst_play_get_framerate):
33634           use a macro to look up elements from hash table
33635
33636 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33637
33638         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33639         (gst_play_get_length_callback), (gst_play_set_location),
33640         (gst_play_seek_to_time), (gst_play_set_data_src),
33641         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33642         (gst_play_set_visualization), (gst_play_connect_visualization),
33643         (gst_play_get_sink_element):
33644         - add debugging info
33645         - fix looking up sink elements by iterating over complete caps
33646         - put everything except for source and autoplugger in a complete bin
33647
33648 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33649
33650         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33651         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33652         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33653         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33654         * ext/alsa/gstalsasink.h:
33655         - add debugging info
33656         - clean up schizophrenia of data/buffer/event
33657         - fix double event unref error
33658
33659 2004-07-08  Wim Taymans  <wim@fluendo.com>
33660
33661         * gst/playback/Makefile.am:
33662         Add headers to noinst
33663
33664 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33665
33666         * tools/gst-launch-ext-m.m:
33667         * tools/gst-launch-ext.1.in:
33668           convert to the third millenium
33669
33670 2004-07-07  David Schleef  <ds@schleef.org>
33671
33672         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33673
33674 2004-07-07  Wim Taymans  <wim@fluendo.com>
33675
33676         * gst/playback/Makefile.am:
33677         * gst/playback/README:
33678         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33679         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33680         (compare_ranks), (print_feature), (gst_decode_bin_init),
33681         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33682         (try_to_link_1), (new_pad), (close_link), (type_found),
33683         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33684         (plugin_init):
33685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33686         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33687         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33688         (gen_preroll_element), (no_more_pads), (new_stream),
33689         (setup_source), (gst_play_base_bin_set_property),
33690         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33691         (gst_play_base_bin_add_element),
33692         (gst_play_base_bin_remove_element),
33693         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33694         (gst_play_base_bin_unlink_stream),
33695         (gst_play_base_bin_get_streaminfo):
33696         * gst/playback/gstplaybasebin.h:
33697         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33698         (gst_play_bin_class_init), (gst_play_bin_init),
33699         (gst_play_bin_dispose), (gst_play_bin_set_property),
33700         (gst_play_bin_get_property), (gen_video_element),
33701         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33702         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33703         (gst_play_bin_get_formats), (gst_play_bin_convert),
33704         (gst_play_bin_get_query_types), (gst_play_bin_query),
33705         (plugin_init):
33706         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33707         (gst_stream_info_get_type), (gst_stream_info_class_init),
33708         (gst_stream_info_init), (gst_stream_info_new),
33709         (gst_stream_info_dispose), (gst_stream_info_set_property),
33710         (gst_stream_info_get_property):
33711         * gst/playback/gststreaminfo.h:
33712         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33713         (main):
33714         * gst/playback/test2.c: (main):
33715         * gst/playback/test3.c: (update_scale), (main):
33716         More playbin fixes. Added README. Do better element filtering.
33717         Added base class to preroll media. Added test apps.
33718
33719 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33720
33721         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33722         * ext/mpeg2dec/gstmpeg2dec.h:
33723           various debugging improvements.  Reset stream to next picture
33724           instead of sequence header, otherwise seeks cannot work.
33725
33726 2004-07-07  Wim Taymans  <wim@fluendo.com>
33727
33728         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33729         (gst_video_box_class_init), (gst_video_box_set_property),
33730         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33731         Use pad_alloc where possible.
33732
33733 2004-07-07  Wim Taymans  <wim@fluendo.com>
33734
33735         * sys/oss/gstosselement.c: (gst_osselement_reset),
33736         (gst_osselement_parse_caps):
33737         * sys/oss/gstosselement.h:
33738         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33739         Fix offset on osssrc.
33740
33741 2004-07-07  Wim Taymans  <wim@fluendo.com>
33742
33743         * ext/theora/theora.c: (plugin_init):
33744         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33745         (theora_dec_src_query), (theora_dec_chain):
33746         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33747         (theora_enc_sink_link), (theora_buffer_from_packet),
33748         (theora_push_packet), (theora_enc_chain):
33749         Fix theora granulepos calculation.
33750         Fix overflow in duration/position calculation.
33751         Bump rank to PRIMARY for theoradec.
33752         Use granulepos of last packet to calculate position.
33753         Set keyframe flag on buffers when needed.
33754
33755 2004-07-06  David Schleef  <ds@schleef.org>
33756
33757         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33758         serious?  (Fixed, obviously.)
33759
33760 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33761
33762         * po/LINGUAS:
33763         * po/cs.po:
33764           added Czech translation (Miloslav Trmac)
33765
33766 2004-07-05  Wim Taymans  <wim@fluendo.com>
33767
33768         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33769         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33770         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33771         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33772         (close_link), (type_found), (gst_decode_bin_set_property),
33773         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33774         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33775         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33776         (gst_decode_bin_query), (plugin_init):
33777         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33778         (gst_play_bin_class_init), (gst_play_bin_init),
33779         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33780         (get_video_element), (new_pad), (setup_source),
33781         (gst_play_bin_set_property), (gst_play_bin_get_property),
33782         (gst_play_bin_change_state), (gst_play_bin_add_element),
33783         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33784         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33785         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33786         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33787         * gst/playback/test.c: (main):
33788         More fixes, cleaned up playbin, make it use decodebin. Added
33789         threaded property to playbin.
33790
33791 2004-07-05  Wim Taymans  <wim@fluendo.com>
33792
33793         * configure.ac:
33794         * gst/playback/Makefile.am:
33795         * gst/playback/decodetest.c: (main):
33796         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33797         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33798         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33799         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33800         (close_link), (type_found), (gst_decode_bin_set_property),
33801         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33802         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33803         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33804         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33805         (plugin_init):
33806         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33807         (gst_play_bin_class_init), (gst_play_bin_init),
33808         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33809         (collect_sink_pads), (find_compatibles), (close_pad_link),
33810         (try_to_link_1), (new_pad), (close_link), (type_found),
33811         (setup_source), (gst_play_bin_set_property),
33812         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33813         (compare_ranks), (gst_play_bin_collect_factories),
33814         (gst_play_bin_change_state), (gst_play_bin_add_element),
33815         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33816         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33817         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33818         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33819         * gst/playback/test.c: (main):
33820         Added some playback helper elements and some test apps, very alpha
33821         still.
33822
33823 2004-07-04  Benjamin Otte  <otte@gnome.org>
33824
33825         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33826           only restart audio when we indeed have an xrun to fix repeated
33827           xruns. Fix suggested by Giuliano Pochini.
33828
33829 2004-07-03  David Schleef  <ds@schleef.org>
33830
33831         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33832         call to gst_debug_log() if debugging is disabled (bug #145118)
33833
33834 2004-07-03  Benjamin Otte  <otte@gnome.org>
33835
33836         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33837           use our own functions for restarting the alsa device.
33838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33839           I should apply patches myself - use MIN for the third argument, not
33840           the second, this fixes seeking
33841
33842 2004-07-02  David Schleef  <ds@schleef.org>
33843
33844         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33845         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33846         do with the logic.
33847
33848 2004-07-02  David Schleef  <ds@schleef.org>
33849
33850         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33851         output buffers.  Fix logic mistake.  (bug #144866)
33852
33853 2004-07-02  David Schleef  <ds@schleef.org>
33854
33855         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33856         on X.  (bug #144753)
33857
33858 2004-07-02  David Schleef  <ds@schleef.org>
33859
33860         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33861         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33862         (bug #144624)
33863         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33864         (gst_osselement_rate_probe_check): Add another workaround for
33865         buggy drivers (bug #145336)
33866
33867 2004-07-02  David Schleef  <ds@schleef.org>
33868
33869         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33870         Most systems don't have MSG_NOSIGNAL.
33871
33872 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33873
33874         * Makefile.am:
33875         * gst-libs/gst/colorbalance/Makefile.am:
33876         * gst-libs/gst/mixer/Makefile.am:
33877         * gst-libs/gst/play/Makefile.am:
33878         * gst-libs/gst/tuner/Makefile.am:
33879           (hopefully) fix both install and dist and make error message useful.
33880           needs testing across automakes.
33881
33882 2004-07-02  Benjamin Otte  <otte@gnome.org>
33883
33884         * ext/ogg/gstogg.c: (plugin_init):
33885           we require bytestream now
33886         * ext/ogg/gstoggdemux.c:
33887           huge diff to implement chain setup in a fast and generic way. This
33888           improves tag reading and startup of huge files (read: Theora videos)
33889           quite a bit. It probably contains bugs, too, so please test.
33890           Seeking is not improved to the fast method.
33891
33892 2004-06-29  Wim Taymans  <wim@fluendo.com>
33893
33894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33895         * ext/ogg/gstoggmux.c:
33896         Fix memleak in oggdemux when running unconnected pads.
33897         doc update in mux, start working on keyframe mode.
33898
33899 2004-06-29  Benjamin Otte  <otte@gnome.org>
33900
33901         * sys/oss/gstosssink.c:
33902         * sys/oss/gstosssrc.c:
33903           advertise correct template caps - we indeed do non-native endianness
33904           and 8bit audio has no endianness
33905         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33907           avoid (wrong) duplications in getcaps function and return
33908           template caps
33909
33910 2004-06-29  Wim Taymans  <wim@fluendo.com>
33911
33912         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33913         (gst_multifdsink_class_init), (gst_multifdsink_add),
33914         (gst_multifdsink_remove), (gst_multifdsink_clear),
33915         (gst_multifdsink_client_remove),
33916         (gst_multifdsink_handle_client_read),
33917         (gst_multifdsink_client_queue_data),
33918         (gst_multifdsink_client_queue_caps),
33919         (gst_multifdsink_client_queue_buffer),
33920         (gst_multifdsink_handle_client_write),
33921         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33922         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33923         (gst_multifdsink_init_send), (gst_multifdsink_close):
33924         Fix wrong GList iteration that could crash the server when
33925         more then 2 clients disconnect at the same time. Read all the
33926         pending commands in one batch to recover from command storms under
33927         very heavy load.
33928
33929 2004-06-28  Wim Taymans  <wim@fluendo.com>
33930
33931         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33932         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33933         (gst_videomixer_pad_set_property),
33934         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33935         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33936         (gst_videomixer_class_init), (gst_videomixer_init),
33937         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33938         (pad_zorder_compare), (gst_videomixer_sort_pads),
33939         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33940         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33941         (gst_videomixer_update_queues), (gst_videomixer_loop),
33942         (plugin_init):
33943         Avoid divide by zero, choose masterpad as the pad with the highest
33944         framerate.
33945
33946 2004-06-27  Julien Moutte  <julien@moutte.net>
33947
33948         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33949         (gst_ximagesink_xwindow_new):
33950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33951         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33952         function directly. We might want to call it from somewhere else one day.
33953
33954 2004-06-27  Julien Moutte  <julien@moutte.net>
33955
33956         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33957         (gst_ximagesink_xwindow_new):
33958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33959         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33960         window decorations.
33961
33962 2004-06-27  Wim Taymans  <wim@fluendo.com>
33963
33964         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33965         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33966         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33967         (gst_dvdec_set_property), (gst_dvdec_get_property):
33968         * ext/dv/gstdvdec.h:
33969         Implement drop_factor property to lower the framerate with
33970         a factor.
33971
33972 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33973
33974         * gst-libs/gst/colorbalance/Makefile.am:
33975         * gst-libs/gst/mixer/Makefile.am:
33976         * gst-libs/gst/play/Makefile.am:
33977         * gst-libs/gst/tuner/Makefile.am:
33978           unbreak Company's fix that didn't install the -enum.h files
33979
33980 2004-06-27  Wim Taymans  <wim@fluendo.com>
33981
33982         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33983         (gst_dvdec_change_state):
33984         * ext/dv/gstdvdec.h:
33985         Fix timestamp, duration and offset of the buffers.
33986
33987 2004-06-27  Wim Taymans  <wim@fluendo.com>
33988
33989         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33990         (gst_multifdsink_class_init), (gst_multifdsink_add),
33991         (gst_multifdsink_remove), (gst_multifdsink_clear),
33992         (gst_multifdsink_client_remove),
33993         (gst_multifdsink_handle_client_read),
33994         (gst_multifdsink_client_queue_data),
33995         (gst_multifdsink_client_queue_caps),
33996         (gst_multifdsink_client_queue_buffer),
33997         (gst_multifdsink_handle_client_write),
33998         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33999         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34000         (gst_multifdsink_init_send), (gst_multifdsink_close):
34001         * gst/tcp/gstmultifdsink.h:
34002         * gst/tcp/gsttcpserversink.c:
34003         (gst_tcpserversink_handle_server_read),
34004         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
34005         More multifdsink fixes, more recovery policy fixes.
34006         Removed stupid g_print
34007
34008 2004-06-26  Wim Taymans  <wim@fluendo.com>
34009
34010         * gst/tcp/Makefile.am:
34011         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
34012         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
34013         (gst_multifdsink_class_init), (gst_multifdsink_init),
34014         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34015         (gst_multifdsink_handle_client_read),
34016         (gst_multifdsink_client_queue_data),
34017         (gst_multifdsink_client_queue_caps),
34018         (gst_multifdsink_client_queue_buffer),
34019         (gst_multifdsink_handle_client_write),
34020         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34021         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34022         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34023         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34024         (gst_multifdsink_close), (gst_multifdsink_change_state):
34025         * gst/tcp/gstmultifdsink.h:
34026         * gst/tcp/gsttcpplugin.c: (plugin_init):
34027         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34028         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34029         (gst_tcpserversink_handle_server_read),
34030         (gst_tcpserversink_handle_select),
34031         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34032         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34033         * gst/tcp/gsttcpserversink.h:
34034         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34035         one of the locks, added recovery policy to multifdsink.
34036
34037 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34038
34039         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34040           fix decision for when getting frames with same timestamp
34041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34042         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34043         (gst_v4lsrc_get_property):
34044         * sys/v4l/gstv4lsrc.h:
34045           add latency offset property
34046
34047 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34048
34049         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34050         (plugin_init):
34051           fix debugging. add category.
34052
34053 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34054
34055         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34056           fix wrong offsets
34057
34058 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34059
34060         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34061         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34062         (gst_alsa_src_change_state):
34063           return a time that is in sync with the element's processing
34064
34065 2004-06-25  Wim Taymans  <wim@fluendo.com>
34066
34067         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34068         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34069         (gst_tcpserversink_client_remove),
34070         (gst_tcpserversink_handle_client_read),
34071         (gst_tcpserversink_client_queue_data),
34072         (gst_tcpserversink_client_queue_caps),
34073         (gst_tcpserversink_client_queue_buffer),
34074         (gst_tcpserversink_handle_client_write),
34075         (gst_tcpserversink_queue_buffer),
34076         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34077         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34078         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34079         (gst_tcpserversink_close):
34080         * gst/tcp/gsttcpserversink.h:
34081         Serversink rewrite. Really do non blocking writes to clients and
34082         maintain an internal queue to handle slower clients while not
34083         disturbing fast clients.
34084
34085 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34086
34087         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34088           better debug, don't override OFFSET and OFFSET_END
34089
34090 2004-06-25  Iain <iain@prettypeople.org>
34091
34092         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34093         name=source for the wavparse pipeline.
34094
34095 2004-06-24  Johan Dahlin  <johan@gnome.org>
34096
34097         * ext/theora/theoraenc.c (theora_enc_chain): Call
34098         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34099         streamheader caps are set correctly.
34100
34101 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34102
34103         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34104         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34105           respect minimum bitrate; same could be done for max bitrate
34106
34107 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34108
34109         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34110         (gst_vorbisenc_setup):
34111           fix sample rate range
34112
34113 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34114
34115         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34116         (gst_oggvorbisenc_setup):
34117         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34118         (gst_vorbisenc_setup):
34119           resolve ambiguities in code and description
34120
34121 2004-06-24  Wim Taymans  <wim@fluendo.com>
34122
34123         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34124         * ext/alsa/gstalsa.h:
34125         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34126         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34127         Use alsa trigger_tstamp to get the timestamp of the first
34128         sample in the buffer for more precise sync. Some cleanups.
34129
34130 2004-06-24  Wim Taymans  <wim@fluendo.com>
34131
34132         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34133         (gst_audiorate_init), (gst_audiorate_chain),
34134         (gst_audiorate_set_property), (gst_audiorate_get_property):
34135         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34136         (gst_videorate_chain):
34137         Added some logging, fixed an overflow bug in videorate.
34138
34139 2004-06-24  Benjamin Otte  <otte@gnome.org>
34140
34141         * ext/kio/Makefile.am:
34142           fix for builddir != srcdir and distcheck
34143
34144 2004-06-24  Benjamin Otte  <otte@gnome.org>
34145
34146         * gst-libs/gst/colorbalance/Makefile.am:
34147         * gst-libs/gst/mixer/Makefile.am:
34148         * gst-libs/gst/play/Makefile.am:
34149         * gst-libs/gst/tuner/Makefile.am:
34150         * gst/tcp/Makefile.am:
34151         * sys/dxr3/Makefile.am:
34152           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34153           tarball.
34154           Also add all *.list files that were missing.
34155         * Makefile.am:
34156           add a distcheck hook to ensure the above doesn't happen again.
34157
34158 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34159
34160         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34161
34162 2004-06-23  Colin Walters  <walters@redhat.com>
34163
34164         * m4/Makefile.am: Distribute gst-fionread.m4.
34165
34166 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34167
34168         * configure.ac: back to dev
34169
34170 2004-06-23  Wim Taymans  <wim@fluendo.com>
34171
34172         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34173         (gst_alsa_xrun_recovery):
34174         * ext/alsa/gstalsa.h:
34175         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34176         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34177         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34178         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34179         (gst_alsa_src_loop):
34180         Add clock to alsasrc. Take new capture timestamp when
34181         restarting after an overrun. Split up some functions between
34182         alsasrc and alsasink.
34183
34184 === release 0.8.2 ===
34185
34186 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34187
34188         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34189         (gst_alsa_change_state), (gst_alsa_update_avail),
34190         (gst_alsa_xrun_recovery):
34191         * ext/alsa/gstalsa.h:
34192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34193           merge back changes from release
34194
34195 2004-06-23  Wim Taymans  <wim@fluendo.com>
34196
34197         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34198         (gst_audiorate_init), (gst_audiorate_chain),
34199         (gst_audiorate_set_property), (gst_audiorate_get_property):
34200         Implement sample dropping and notify
34201
34202 2004-06-22  Wim Taymans  <wim@fluendo.com>
34203
34204         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34205         (theora_enc_sink_link), (theora_buffer_from_packet),
34206         (theora_push_packet), (theora_enc_chain):
34207         Some cleanups, make sure the timestamps are correct.
34208
34209 2004-06-22  Wim Taymans  <wim@fluendo.com>
34210
34211         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34212         (gst_alsa_change_state), (gst_alsa_update_avail),
34213         (gst_alsa_xrun_recovery):
34214         * ext/alsa/gstalsa.h:
34215         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34216         Cleanups, take queued samples into account when reporting
34217         the time.
34218
34219 2004-06-22  Wim Taymans  <wim@fluendo.com>
34220
34221         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34222         (gst_videorate_init):
34223         Initialize the property as well.
34224
34225 2004-06-22  Wim Taymans  <wim@fluendo.com>
34226
34227         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34228         (gst_videorate_init), (gst_videorate_chain),
34229         (gst_videorate_set_property), (gst_videorate_get_property):
34230         Add property to make videorate silent.
34231         Add property to prefer new frames over old ones.
34232
34233 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34234
34235         * sys/osxvideo/Makefile.am:
34236         Workaround so that the osxvideo .so file gets linked with the
34237         Cocoa, OpenGL and QuickTime frameworks
34238
34239 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34240
34241         * sys/osxaudio/Makefile.am:
34242         Workaround so that the osxaudio .so file gets linked with the
34243         CoreAudio framework
34244
34245 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34246
34247         * configure.ac:
34248         Whoops, my fault...fixed build issues
34249
34250 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34251
34252         * configure.ac:
34253         Add objective-c support if running in Darwin/Mac OS X
34254         * sys/Makefile.am:
34255         * sys/osxvideo:
34256         * sys/osxvideo/Makefile.am:
34257         * sys/osxvideo/osxvideosink.h:
34258         * sys/osxvideo/osxvideosink.m:
34259         * sys/osxvideo/cocoawindow.h:
34260         * sys/osxvideo/cocoawindow.m:
34261         Add osxvideosink, a cocoa-based osx video sink
34262
34263
34264 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34265         * ext/dvdnav/gst-dvd:
34266         Grab the gconf key from the right spot
34267         * gst/debug/gstnavseek.c: (gst_navseek_init),
34268         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34269         (gst_navseek_chain):
34270         * gst/debug/gstnavseek.h:
34271           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34272           and loop parameters of a segment seek.
34273         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34274         (gst_videotestsrc_get_event_masks),
34275         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34276         * gst/videotestsrc/gstvideotestsrc.h:
34277           Add seeking support to videotestsrc
34278           Initialise the timestamp_offset variable.
34279
34280 2004-06-18  Wim Taymans  <wim@fluendo.com>
34281
34282         * ext/sidplay/gstsiddec.cc:
34283         Fix negotiation and set correct end offset.
34284
34285 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34286
34287         * configure.ac: branch and prerelease
34288
34289 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34290
34291         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34292         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34293         (gst_tcpclientsrc_init_receive):
34294         * gst/tcp/gsttcpclientsrc.h:
34295           read caps when connecting to server for GDP so we set them correctly
34296
34297 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34298
34299         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34300           notify drops and duplicates
34301         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34302           no good reason to limit ourselves to 100x100
34303
34304 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34305
34306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34307         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34308         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34309         (gst_v4lsrc_get_property):
34310         * sys/v4l/gstv4lsrc.h:
34311         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34312         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34313         (gst_v4l_set_audio):
34314         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34315         (gst_v4lsrc_try_capture):
34316         * sys/v4l/v4lsrc_calls.h:
34317           change try_palette to more general try_capture
34318           add autoprobe option so we can turn off autoprobing
34319           various fixes
34320
34321 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34322
34323         * configure.ac:
34324           add videorate
34325         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34326         (gst_ximagesink_class_init):
34327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34328         (gst_xvimagesink_class_init):
34329           run them as finalize, not dispose, since dispose can be invoked
34330           multiple times
34331
34332 2004-06-17  Wim Taymans  <wim@fluendo.com>
34333
34334         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34335         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34336         * ext/alsa/gstalsa.h:
34337         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34338         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34339         (gst_alsa_src_change_state):
34340         * ext/alsa/gstalsasrc.h:
34341         Make the xrun code timestamp and offset the buffers correctly.
34342         moved the clock to the base class, use alsa methods to get time.
34343         Do correct timestamping on outgoing buffers.
34344
34345 2004-06-17  Wim Taymans  <wim@fluendo.com>
34346
34347         * gst/audiorate/Makefile.am:
34348         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34349         (gst_audiorate_base_init), (gst_audiorate_class_init),
34350         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34351         (gst_audiorate_set_property), (gst_audiorate_get_property),
34352         (gst_audiorate_change_state), (plugin_init):
34353         Added an audiorate converter that fills in gaps.
34354
34355 2004-06-17  Johan Dahlin  <johan@gnome.org>
34356
34357         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34358
34359 2004-06-16  Wim Taymans  <wim@fluendo.com>
34360
34361         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34362         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34363         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34364         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34365         (gst_v4lsrc_get_property):
34366         * sys/v4l/gstv4lsrc.h:
34367         Added a copy mode to v4lsrc where it will output a copied version
34368         of its internal hardware buffer.
34369         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34370         can't | them.
34371
34372 2004-06-16  Wim Taymans  <wim@fluendo.com>
34373
34374         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34375         Timestamp fixes.
34376
34377 2004-06-16  Wim Taymans  <wim@fluendo.com>
34378
34379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34380         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34381         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34382         (gst_v4lsrc_get_property):
34383         * sys/v4l/gstv4lsrc.h:
34384         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34385         Added a sync mode enum property to control v4lsrc timestamp method
34386         Removed the use-fixed-fps property and moved functionality in
34387         the enum.
34388         Don't error on an error value from v4l-conf, it might not always
34389         be a real error.
34390
34391 2004-06-16  Wim Taymans  <wim@fluendo.com>
34392
34393         * gst/videorate/Makefile.am:
34394         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34395         (gst_videorate_base_init), (gst_videorate_class_init),
34396         (gst_videorate_getcaps), (gst_videorate_link),
34397         (gst_videorate_init), (gst_videorate_chain),
34398         (gst_videorate_set_property), (gst_videorate_get_property),
34399         (gst_videorate_change_state), (plugin_init):
34400         Added a video timestamp corrector.
34401
34402 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34403
34404         fixed a potential leak with previous commit
34405
34406         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34407
34408 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34409
34410         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34411         Added missing refcount, fixes bug #144425
34412         Cheers Tim for finding the bug
34413
34414 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34415
34416         * sys/v4l/gstv4l.c: (plugin_init):
34417         * sys/v4l/gstv4lcolorbalance.c:
34418         * sys/v4l/gstv4lcolorbalance.h:
34419         * sys/v4l/gstv4lelement.c:
34420         * sys/v4l/gstv4lelement.h:
34421         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34422         * sys/v4l/gstv4lmjpegsink.h:
34423         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34424         * sys/v4l/gstv4lmjpegsrc.h:
34425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34426         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34427         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34428         * sys/v4l/gstv4lsrc.h:
34429         * sys/v4l/gstv4ltuner.c:
34430         * sys/v4l/gstv4ltuner.h:
34431         * sys/v4l/gstv4lxoverlay.c:
34432         * sys/v4l/gstv4lxoverlay.h:
34433         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34434         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34435         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34436         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34437         (gst_v4l_set_audio):
34438         * sys/v4l/v4l_calls.h:
34439         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34440         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34441         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34442         (gst_v4lmjpegsink_playback_init),
34443         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34444         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34445         (gst_v4lmjpegsink_playback_stop),
34446         (gst_v4lmjpegsink_playback_deinit):
34447         * sys/v4l/v4lmjpegsink_calls.h:
34448         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34449         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34450         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34451         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34452         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34453         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34454         * sys/v4l/v4lmjpegsrc_calls.h:
34455         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34456         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34457         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34458         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34459         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34460         (gst_v4lsrc_try_palette):
34461         * sys/v4l/v4lsrc_calls.h:
34462           bunch of paranoia cleanups
34463
34464 2004-06-14  David Schleef  <ds@schleef.org>
34465
34466         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34467         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34468         Send discont events and change timestamps appropriately when
34469         we get a seek event.  (bug #144240)
34470         * ext/cdparanoia/gstcdparanoia.h:
34471
34472 2004-06-14  Benjamin Otte  <otte@gnome.org>
34473
34474         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34475           snd_pcm_hw_params_set_rate  since the latter fails for no good
34476           reason on some setups.
34477
34478 2004-06-14  David Schleef  <ds@schleef.org>
34479
34480         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34481         standard.  Thank you for playing.
34482
34483 2004-06-14  Wim Taymans  <wim@fluendo.com>
34484
34485         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34486         Patch 1.3 broke the ordering of the colorspace info and
34487         made the plugin basically work by coincidence, reordered
34488         the info.
34489
34490 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34491
34492         * ext/lame/gstlame.c:
34493         * ext/mad/gstmad.c:
34494           sync caps.  Make sure mad can only output a list of rates, not
34495           a full range.  In the future, have three caps lists for each of the
34496           mpeg versions.  Change mpegversion to a double as well.
34497
34498 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34499
34500         * gst/volume/.cvsignore:
34501         * gst/volume/Makefile.am:
34502         * gst/volume/demo.c: (value_changed_callback), (idler),
34503         (setup_gui), (main):
34504           added small demo app
34505
34506 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34507         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34508         * ext/esd/esdsink.h:
34509         Close the esd connection on pause, because esd will just wait -
34510         blocking all other esd clients indefinitely.
34511
34512 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34513
34514         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34515           previous commit with GST_DEBUG
34516
34517 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34518
34519         * configure.ac:
34520           add a header check for a dvdread header in dvdnav.  Fixes #133002
34521
34522 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34523
34524         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34525         * gst/tcp/gsttcpclientsink.h:
34526         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34527         * gst/tcp/gsttcpclientsrc.h:
34528         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34529         (gst_tcpserversink_handle_server_read),
34530         (gst_tcpserversink_init_send):
34531         * gst/tcp/gsttcpserversink.h:
34532         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34533         * gst/tcp/gsttcpserversrc.h:
34534         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34535         version of IP)
34536
34537 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34538
34539         * configure.ac:
34540         Added ogg library so that OSX detects libtheora properly
34541
34542 2004-06-11  Wim Taymans  <wim@fluendo.com>
34543
34544         * ext/theora/theoradec.c: (theora_dec_chain),
34545         (theora_dec_change_state):
34546         Don't try to decode frames before we received a keyframe.
34547
34548 2004-06-11  Wim Taymans  <wim@fluendo.com>
34549
34550         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34551         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34552         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34553         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34554         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34555         Added property to set the maximum delay of a page.
34556
34557 2004-06-10  Wim Taymans  <wim@fluendo.com>
34558
34559         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34560         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34561         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34562         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34563         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34564         Added max-delay property to control the maximum amount
34565         of data to put in one page.
34566
34567 2004-06-10  Wim Taymans  <wim@fluendo.com>
34568
34569         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34570         (gst_theora_enc_init), (theora_enc_sink_link),
34571         (theora_buffer_from_packet), (theora_enc_set_property),
34572         (theora_enc_get_property):
34573         Set duration on encoded buffer, added some more properties
34574
34575 2004-06-10  Wim Taymans  <wim@fluendo.com>
34576
34577         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34578         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34579         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34580         * ext/theora/theoraenc.c: (theora_enc_chain):
34581         Fix refcounting bugs
34582
34583 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34584
34585         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34586         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34587         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34588         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34589         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34590         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34591         (gst_asf_demux_change_state):
34592         * gst/asfdemux/gstasfdemux.h:
34593           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34594           feels like. I think we should set a new requirement for demuxers
34595           from now on to implement sane loop functions, data loops, query
34596           and seek functions before first commit into CVS. And this commit
34597           fixes all of the above.
34598
34599 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34600
34601         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34602           vorbis comments are properly encoded in UTF-8 before adding them
34603           to a GstTagList
34604
34605 2004-06-09  Benjamin Otte  <otte@gnome.org>
34606
34607         * ext/alsa/gstalsa.c: (add_channels):
34608           handle min <= max correctly
34609         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34610         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34611           add fixation functions so we fixate correctly. No preferring of alaw
34612           anymore because it's the first structure.
34613         * ext/alsa/gstalsa.h:
34614         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34615         (gst_alsa_hw_params_dump):
34616           add functions to ease debugging in alsalib
34617         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34618         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34619         (gst_alsa_start_audio):
34620           only specify hw params if we really setup a format (fixes #134007 -
34621           or at least works around it)
34622
34623 2004-06-09  Wim Taymans  <wim@fluendo.com>
34624
34625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34626         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34627         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34628         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34629         (gst_ogg_mux_loop):
34630         Use stream caps to setup the initial pages in the ogg stream.
34631         Correctly set the streamheader caps on the srcpad.
34632
34633 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34634
34635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34636         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34637         (gst_v4lsrc_getcaps):
34638         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34639         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34640           add querying of fps lists for webcams.  Negotiating to a framerate
34641           now works.
34642
34643 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34644
34645         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34646         (theora_push_buffer), (theora_push_packet),
34647         (theora_set_header_on_caps), (theora_enc_chain):
34648           mark buffers and put on streamheader, raw theora streaming
34649           now works too, whee
34650
34651 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34652
34653         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34654         (gst_tcp_gdp_read_caps):
34655           do a looping read for caps and GDP headers too
34656
34657 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34658
34659         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34660         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34661           return EOS instead of NULL in _get
34662
34663 2004-06-08  Wim Taymans  <wim@fluendo.com>
34664
34665         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34666         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34667         (gst_tcp_gdp_write_caps):
34668         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34669         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34670         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34671         Memory leak fixes
34672
34673 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34674
34675         * ext/vorbis/Makefile.am:
34676         * ext/vorbis/vorbis.c: (plugin_init):
34677         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34678         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34679         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34680         (vorbis_parse_change_state):
34681         * ext/vorbis/vorbisparse.h:
34682           adding a vorbisparse element that marks the buffers, streaming
34683           raw vorbis using GDP now works, whee
34684
34685 2004-06-08  Wim Taymans  <wim@fluendo.com>
34686
34687         * ext/jpeg/Makefile.am:
34688         * ext/jpeg/README:
34689         * ext/jpeg/gstjpeg.c: (plugin_init):
34690         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34691         (gst_smokedec_base_init), (gst_smokedec_class_init),
34692         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34693         * ext/jpeg/gstsmokedec.h:
34694         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34695         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34696         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34697         (gst_smokeenc_resync), (gst_smokeenc_chain),
34698         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34699         * ext/jpeg/gstsmokeenc.h:
34700         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34701         (smokecodec_flush_destination), (smokecodec_term_destination),
34702         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34703         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34704         (smokecodec_term_source), (smokecodec_encode_new),
34705         (smokecodec_decode_new), (smokecodec_info_free),
34706         (smokecodec_set_quality), (smokecodec_get_quality),
34707         (smokecodec_set_threshold), (smokecodec_get_threshold),
34708         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34709         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34710         (smokecodec_parse_header), (smokecodec_decode):
34711         * ext/jpeg/smokecodec.h:
34712         Added a new simple jpeg based codec
34713
34714 2004-06-08  Wim Taymans  <wim@fluendo.com>
34715
34716         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34717         (gst_multipart_mux_loop):
34718         Fix memory leak
34719
34720 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34721
34722         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34723         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34724         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34725         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34726         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34727         * gst/tcp/gsttcpserversink.h:
34728           take streamheader into account
34729
34730 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34731
34732         * gst/level/Makefile.am:
34733         * gst/level/gstlevel.c: (gst_level_class_init):
34734           clean up marshal generation
34735
34736 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34737
34738         * gst/tcp/Makefile.am:
34739         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34740         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34741         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34743         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34744         (gst_tcpclientsrc_get_property):
34745         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34746         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34747         (gst_tcpserversink_handle_client_read),
34748         (gst_tcpserversink_handle_client_write),
34749         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34750         * gst/tcp/gsttcpserversink.h:
34751           add signals client-added and client-removed
34752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34753         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34754         (gst_tcpserversrc_get_property):
34755         uniformized, change default protocol to NONE
34756         * gst/tcp/gsttcp-marshal.list: added
34757 2004-06-07  Benjamin Otte  <otte@gnome.org>
34758
34759         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34760           handle discont events if they happen before caps nego
34761
34762 2004-06-07  Wim Taymans  <wim@fluendo.com>
34763
34764         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34765         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34766         (gst_multipart_demux_plugin_init):
34767         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34768         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34769         (gst_multipart_mux_change_state):
34770         Small updates, fix a memleak
34771
34772 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34773
34774         * configure.ac: OSS portability
34775         * ext/arts/gst_arts.c: idem
34776         * sys/oss/gstosselement.c: idem
34777         * sys/oss/gstossmixer.c: idem
34778         * sys/oss/gstosssink.c: idem
34779         * sys/oss/gstosssrc.c: idem
34780         * sys/oss/oss_probe.c: idem
34781           - check for soundcard.h in different places for some BSD
34782
34783 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34784
34785         * AUTHORS:
34786         Add me to the authors file
34787         * configure.ac:
34788         Increase the libdv requirement to >= version 0.100
34789         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34790         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34791         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34792         * ext/dv/gstdvdec.h:
34793         Add support for the new_media flag when sending DISCONT events
34794         Make the querying work when video pad is not linked
34795
34796 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34797
34798         reviewed by Benjamin Otte  <otte@gnome.org>
34799
34800         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34801           create a NULL-initialized array of pads, so we don't think they
34802           exist already. (fixes #143130)
34803
34804 2004-06-07  Benjamin Otte  <otte@gnome.org>
34805
34806         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34807         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34808         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34809           don't use // coments
34810
34811 2004-06-07  Benjamin Otte  <otte@gnome.org>
34812
34813         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34814           cast to GstClockTime to get higher granularity
34815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34816           use gst_element_set_time_delay to get the exact time
34817         * ext/mad/gstmad.c: (gst_mad_chain):
34818           use the negotiated rate instead of the current frame's rate which
34819           might be wrong because of bit errors. This avoids emitting totally
34820           bogus timestamps and screwing sync.
34821         (fixes #143454)
34822
34823 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34824
34825         reviewed by Benjamin Otte  <otte@gnome.org>
34826
34827         * gst/adder/gstadder.c: (gst_adder_loop):
34828           properly error out when no negotiation has happened yet. (fixes
34829           #143032)
34830
34831 2004-06-06  Benjamin Otte  <otte@gnome.org>
34832
34833         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34834           forward correctly transformed offset in discont events. Based on
34835           patch by Arwed v. Merkatz. (fixes #142851)
34836
34837 2004-06-06  David Schleef  <ds@schleef.org>
34838
34839         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34840         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34841         problems on several systems.
34842
34843 2004-06-06  Benjamin Otte  <otte@gnome.org>
34844
34845         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34846           use explicit caps on the srcpad
34847         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34848           properly error out if caps couldn't be set (fixes #142764)
34849
34850 2004-06-06  Benjamin Otte  <otte@gnome.org>
34851
34852         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34853         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34854         (gst_alsa_start_audio):
34855           - don't call set_periods_integer anymore, it breaks the
34856           configuration randomly
34857           - call snd_pcm_hw_params_set_access directly instead of using masks
34858           - don't fail if the sw_params can't be set, just use the default
34859           params and hope it works. Alsalib has weird issues when you touch
34860           sw_params and does no proper error reporting about what failed.
34861         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34862         (gst_alsa_close_audio):
34863           make our alsa debugging go via gst debugging and not conditionally
34864           defined
34865         * ext/alsa/gstalsa.h:
34866           add ALSA_DEBUG_FLUSH macro
34867         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34868         (plugin_init):
34869           wrap alsa errors to be printed via the gst debugging system and not
34870           spammed to stderr
34871
34872 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34873
34874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34875         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34876         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34877         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34878         (qtdemux_parse_trak):
34879         * gst/qtdemux/qtdemux.h:
34880           Bitch. Also known as seeking, querying & co.
34881         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34882         (gst_osssink_change_state):
34883         * sys/oss/gstosssink.h:
34884           Resyncing is for weenies, this hack is no longer needed and was
34885           broken anyway (since it - unintendedly - always leaves resync to
34886           TRUE).
34887
34888 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34889
34890         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34891         * gst/tcp/gsttcpclientsrc.h: idem
34892           - define MSG_NOSIGNAL if not done
34893           - include unistd.h for off_t
34894           (fixes #143749)
34895
34896 2004-06-05  Benjamin Otte  <otte@gnome.org>
34897
34898         * configure.ac:
34899         * ext/kio/Makefile.am:
34900           check for qt's moc preprocessor explicitly and use it
34901
34902 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34903
34904         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34905           don't get a signal for EPIPE on socket writes
34906           (somebody check if this works on other platforms)
34907
34908 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34909
34910         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34911         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34912           check error condition on available samples correctly
34913
34914 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34915
34916         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34917           avoid a segfault
34918         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34919         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34920         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34921         (gst_tcpserversrc_gdp_read_header):
34922          use ssize_t over size_t since the former is signed and thus the
34923          check for error codes can work
34924
34925 2004-06-02  Wim Taymans  <wim@fluendo.com>
34926
34927         reviewed by: Johan
34928
34929         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34930         (gst_multipart_mux_loop):
34931         Oops
34932
34933 2004-06-02  Wim Taymans  <wim@fluendo.com>
34934
34935         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34936         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34937         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34938         (gst_multipart_mux_change_state):
34939         Added configurable boundary specifier, added the value as a
34940         caps field as well.
34941
34942 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34943
34944         * gst/tcp/gsttcp.c:
34945         * gst/tcp/gsttcpclientsrc.c:
34946         * gst/tcp/gsttcpclientsrc.h:
34947         * gst/tcp/gsttcpserversrc.c:
34948           - portability fix, to compile on OSX
34949             (fixes #143146)
34950
34951         * sys/osxaudio/gstosxaudioelement.c:
34952         * sys/osxaudio/gstosxaudiosink.c:
34953         * sys/osxaudio/gstosxaudiosrc.c:
34954           - compilation warnings on OSX
34955             (fixes #143153)
34956
34957 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34958
34959         * ext/vorbis/vorbisdec.c : sign warning fixes
34960
34961         * gst-libs/gst/mixer/mixertrack.c :
34962           do no use defines which are glib 2.4 specific
34963
34964 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34965
34966         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34967           buffer since libflac doesn't expect it (reports a sync error when
34968           it encounters that)
34969
34970
34971 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34972
34973         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34974         * gst-libs/gst/mixer/mixertrack.c:
34975         (gst_mixer_track_get_property), (get_mixer_track_init),
34976         (get_mixer_track_get_property): Added property accessors
34977         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34978         * gst-libs/gst/mixer/mixeroptions.c:
34979         (gst_mixer_options_get_values): Added
34980         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34981         * gst-libs/gst/mixer/mixer.c: Fixed comment
34982
34983
34984 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34985
34986         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34987           improve error messages on open
34988
34989
34990 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34991
34992         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34993           check if v4l-conf is in path
34994
34995 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34996
34997         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34998           change assert to a more readable error message
34999
35000 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
35001
35002         * gst-libs/gst/tuner/tunerchannel.h:
35003           - add a freq_multiplicator field to make the conversion
35004             between internal frequency unit and Hz
35005         * sys/v4l/gstv4lelement.c:
35006         * sys/v4l2/gstv4l2element.c:
35007           - change default video device to /dev/video0
35008         * sys/v4l/v4l_calls.c:
35009         * sys/v4l2/v4l2_calls.c:
35010           - we only expose frequency to the user in Hz instead of
35011             bastard v4lX unit (either 62.5kHz or 62.5Hz)
35012
35013 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35014         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35015           Initialise b_o_s and e_o_s variables
35016         * gst-libs/gst/riff/riff-media.c:
35017         (gst_riff_create_video_caps_with_data):
35018           Add some unusual fourcc's from mplayer avi's
35019         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35020           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35021           autoplugging.
35022
35023 2004-05-28  Wim Taymans  <wim@fluendo.com>
35024
35025         * configure.ac:
35026         * gst/alpha/Makefile.am:
35027         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35028         (gst_alpha_get_type), (gst_alpha_base_init),
35029         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35030         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35031         (gst_alpha_chroma_key), (gst_alpha_chain),
35032         (gst_alpha_change_state), (plugin_init):
35033         A plugin to add an alpha channel to I420 video. Can optionally do
35034         chroma keying.
35035         * gst/multipart/Makefile.am:
35036         * gst/multipart/multipart.c: (plugin_init):
35037         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35038         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35039         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35040         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35041         (gst_multipart_demux_change_state),
35042         (gst_multipart_demux_plugin_init):
35043         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35044         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35045         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35046         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35047         (gst_multipart_mux_pad_unlink),
35048         (gst_multipart_mux_request_new_pad),
35049         (gst_multipart_mux_handle_src_event),
35050         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35051         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35052         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35053         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35054         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35055         send multipart jpeg images to a browser.
35056         * gst/videobox/Makefile.am:
35057         * gst/videobox/README:
35058         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35059         (gst_video_box_get_type), (gst_video_box_base_init),
35060         (gst_video_box_class_init), (gst_video_box_init),
35061         (gst_video_box_set_property), (gst_video_box_get_property),
35062         (gst_video_box_sink_link), (gst_video_box_i420),
35063         (gst_video_box_ayuv), (gst_video_box_chain),
35064         (gst_video_box_change_state), (plugin_init):
35065         Crops or adds borders around an image. can do alpha channel
35066         borders as well.
35067         * gst/videomixer/Makefile.am:
35068         * gst/videomixer/README:
35069         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35070         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35071         (gst_videomixer_pad_get_sink_event_masks),
35072         (gst_videomixer_pad_get_property),
35073         (gst_videomixer_pad_set_property),
35074         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35075         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35076         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35077         (gst_videomixer_base_init), (gst_videomixer_class_init),
35078         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35079         (gst_videomixer_handle_src_event),
35080         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35081         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35082         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35083         (gst_videomixer_loop), (gst_videomixer_get_property),
35084         (gst_videomixer_set_property), (gst_videomixer_change_state),
35085         (plugin_init):
35086         Generic video mixer plugin, can handle multiple inputs all with
35087         different framerates and video sizes. Is fully alpha channel
35088         aware.
35089
35090 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35091
35092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35093           Select first track as master track. Not sure how else to handle
35094           that...
35095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35096           Discard discont events. Should fix #142962.
35097
35098 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35099
35100         * ext/alsa/Makefile.am:
35101         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35102         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35103         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35104         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35105         (gst_alsa_mixer_get_option):
35106         * ext/alsa/gstalsamixer.h:
35107         * ext/alsa/gstalsamixeroptions.c:
35108         (gst_alsa_mixer_options_get_type),
35109         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35110         (gst_alsa_mixer_options_new):
35111         * ext/alsa/gstalsamixeroptions.h:
35112         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35113         * ext/alsa/gstalsamixertrack.h:
35114           Add enumerations (as GstMixerOptions). Make correct distinction
35115           between input/output tracks. Add capture/playback private flag.
35116           Use flag to decide on whether to set capture or playback volumes
35117           or switches. Use playback and record switches.
35118         * gst-libs/gst/mixer/Makefile.am:
35119         * gst-libs/gst/mixer/mixer-marshal.list:
35120         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35121         (gst_mixer_set_option), (gst_mixer_get_option),
35122         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35123         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35124         * gst-libs/gst/mixer/mixer.h:
35125         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35126         (gst_mixer_options_class_init), (gst_mixer_options_init),
35127         (gst_mixer_options_dispose):
35128         * gst-libs/gst/mixer/mixeroptions.h:
35129           Add GstMixerOptions.
35130         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35131           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35132           broken device detection on computers with multiple OSS sound
35133           cards.
35134
35135 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35136
35137         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35138           fixate nicely even when the peer is not negotiating
35139
35140 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35141
35142         * gst/audioconvert/gstaudioconvert.c:
35143         (gst_audio_convert_parse_caps):
35144           make sure we don't allow depth > width
35145         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35146           fixate endianness to G_BYTE_ORDER as default
35147         * gst/audioscale/gstaudioscale.c:
35148           we don't handle another endianness as host-endianness
35149
35150 2004-05-25  David Schleef  <ds@schleef.org>
35151
35152         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35153
35154 2004-05-24  Benjamin Otte  <otte@gnome.org>
35155
35156         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35157         (gst_oggvorbisenc_setup):
35158           properly fail when we can't setup the vorbis encoder due to
35159           unsupported settings
35160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35161         (gst_vorbisenc_setup):
35162           same
35163         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35164           fix case where warnings occured when one pad was unlinked while the
35165           other's link function was called
35166
35167 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35168
35169         * gst/tcp/Makefile.am:
35170           use GST_ENABLE_NEW
35171
35172 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35173
35174         * gst-libs/gst/resample/private.h:
35175           don't use optimizations that are #if 0'ed
35176
35177 2004-05-24  Wim Taymans  <wim@fluendo.com>
35178
35179         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35180         Fix potential division by zero error and hopefully get
35181         the position query right to get correct timestamps on avi
35182         audio.
35183
35184 2004-05-24  Wim Taymans  <wim@fluendo.com>
35185
35186         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35187         (gst_videoscale_scale_nearest_str2),
35188         (gst_videoscale_scale_nearest_str4),
35189         (gst_videoscale_scale_nearest_32bit),
35190         (gst_videoscale_scale_nearest_24bit),
35191         (gst_videoscale_scale_nearest_16bit):
35192         Fix the scaling algorithm and avoid a buffer overflow.
35193         removed the while loop in the scaling function as it
35194         was used for point sampling only.
35195
35196 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35197
35198         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35199         (gst_id3_tag_class_init), (gst_id3_tag_init),
35200         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35201         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35202         (gst_id3_tag_send_tag_event):
35203           lots of fixes to make id3mux work and id3demux work correctly
35204
35205 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35206
35207         * ext/Makefile.am:
35208           add rules to build shout2send (was removed by accident
35209           when this module was no more marked experimental/broken)
35210
35211 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35212
35213         * ext/shout2/gstshout2.c:
35214         * ext/shout2/gstshout2.h:
35215           adding a "connection problem" signal to shout2send
35216           (fixes #142954)
35217
35218 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35219
35220         * ext/kio/kioreceiver.cpp:
35221         * ext/kio/kioreceiver.h:
35222           fix sign comparison issues
35223
35224 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35225
35226         * gst/cdxaparse/gstcdxaparse.c:
35227         * gst/cdxaparse/gstcdxaparse.h:
35228           some renaming
35229           add some checks/sanity
35230           prepare for seek addition
35231
35232         * sys/sunaudio/gstsunaudio.c:
35233           remove exported dupe init function
35234
35235 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35236
35237         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35238         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35239           Fix format conversion and position querying.
35240         * gst/debug/progressreport.c: (gst_progressreport_report):
35241           Don't output a bogus total value that we didn't query.
35242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35243           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35244           only a blank window after xine has been used.
35245
35246 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35247
35248         * m4/as-arts.m4:
35249           sync with upstream version to fix test on FC2
35250           readd with -ko to preserve Id header
35251
35252 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35253
35254         * configure.ac:
35255           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35256         * gst/tcp/gsttcpclientsrc.c: idem
35257         * gst/tcp/gsttcpserversink.c: idem
35258         * gst/tcp/gsttcpserversrc.c: idem
35259         * m4/gst-fionread.m4: idem
35260
35261         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35262
35263         * configure.ac: enable speex plugin for speex 1.1.5+
35264         * ext/speex/gstspeexenc.c: fix cast warning
35265
35266         * ext/esd/README: fix typo
35267
35268 2004-05-20  David Schleef  <ds@schleef.org>
35269
35270         * configure.ac: Minor cosmetic change to convince the buildbot to
35271         reautogen.
35272         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35273         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35274         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35275         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35276         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35277         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35278         More hacking.  Plays audio now.
35279
35280 2004-05-20  David Schleef  <ds@schleef.org>
35281
35282         * configure.ac:
35283         * sys/Makefile.am:
35284
35285 2004-05-20  David Schleef  <ds@schleef.org>
35286
35287         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35288         * sys/osxaudio/gstosxaudio.c:
35289         * sys/osxaudio/gstosxaudioelement.c:
35290         * sys/osxaudio/gstosxaudioelement.h:
35291         * sys/osxaudio/gstosxaudiosink.c:
35292         * sys/osxaudio/gstosxaudiosink.h:
35293         * sys/osxaudio/gstosxaudiosrc.c:
35294         * sys/osxaudio/gstosxaudiosrc.h:
35295
35296 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35297
35298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35299         (gst_vorbisenc_chain):
35300           put the codec headers on the caps as streamheader as well as
35301           pushing them out
35302
35303 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35304
35305         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35306         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35307         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35308         split up push_packet into two functions
35309
35310 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35311
35312         * gst/tcp/.cvsignore:
35313           ignore enums
35314         * gst/tcp/Makefile.am:
35315         * gst/tcp/README:
35316         * gst/tcp/gsttcp.c:
35317         * gst/tcp/gsttcp.h:
35318         * gst/tcp/gsttcpclientsink.c:
35319         * gst/tcp/gsttcpclientsink.h:
35320         * gst/tcp/gsttcpclientsrc.c:
35321         * gst/tcp/gsttcpclientsrc.h:
35322         * gst/tcp/gsttcpplugin.c:
35323         * gst/tcp/gsttcpserversink.c:
35324         * gst/tcp/gsttcpserversink.h:
35325         * gst/tcp/gsttcpserversrc.c:
35326         * gst/tcp/gsttcpserversrc.h:
35327           add new tcp elements
35328
35329 2004-05-19  Wim Taymans  <wim@fluendo.com>
35330
35331         * gst/law/mulaw-conversion.c: (mulaw_encode):
35332         Fix overflow bug in ulaw encoding.
35333
35334 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35335
35336         * ext/mad/gstmad.c: (gst_mad_handle_event):
35337           don't unref the event twice
35338
35339 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35340
35341         * configure.ac:
35342           remove -Wno-sign-compare
35343
35344 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35345
35346         * configure.ac:
35347           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35348           if you want to work against glib 2.2 and 2.4
35349
35350 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35351
35352         * gst/tcp/Makefile.am:
35353         * gst/tcp/gsttcp.c:
35354         * gst/tcp/gsttcp.h:
35355         * gst/tcp/gsttcpsink.h:
35356         * gst/tcp/gsttcpsrc.h:
35357           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35358
35359 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35360
35361         * gst/debug/tests.c: (md5_get_value):
35362           fix segfault on gst-inspect
35363
35364 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35365
35366         * gst/debug/testplugin.c:
35367         * gst/debug/tests.c:
35368         * gst/debug/tests.h:
35369           add new extensible and configurable testing element. Current tests
35370           include buffer count, stream length, timestamp/duration matching and
35371           md5.
35372         * gst/debug/Makefile.am:
35373         * gst/debug/gstdebug.c: (plugin_init):
35374           add infrastructure for new element
35375
35376 2004-05-19  Johan Dahlin  <johan@gnome.org>
35377
35378         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35379         ending of the array. Fixes gst-inspect segfault on ppc.
35380
35381 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35382
35383         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35384
35385         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35386
35387 2004-05-18  David Schleef  <ds@schleef.org>
35388
35389         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35390         warnings (bugs, actually) noticed by gcc but not forte.
35391
35392 2004-05-18  David Schleef  <ds@schleef.org>
35393
35394         * sys/sunaudio/Makefile.am:
35395         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35396
35397 2004-05-18  David Schleef  <ds@schleef.org>
35398
35399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35400         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35401         to allow qtdemux to use non-seekable streams. (bug #142272)
35402
35403 2004-05-18  David Schleef  <ds@schleef.org>
35404
35405         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35406         (gst_resample_sinc_ft_float): Remove use of static temporary
35407         buffer.  This code was obviously not supposed to last long, but
35408         it's stuck in our ABI, so it required a little hack to make it
35409         ABI-compatible.  Fixes #142585.
35410         * gst-libs/gst/resample/resample.h: same.
35411
35412 2004-05-18  David Schleef  <ds@schleef.org>
35413
35414         * configure.ac: Add sunaudio
35415         * examples/Makefile.am: make gstplay depend on gconf
35416         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35417         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35418         (convert_table_lookup), (img_convert): remove c99-isms
35419         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35420           unsigned, to fix a warning on Solaris
35421         * gst/mpeg1sys/systems.c: bcopy->memcpy
35422         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35423         * sys/Makefile.am: Add sunaudio
35424
35425 2004-05-18  Wim Taymans  <wim@fluendo.com>
35426
35427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35428         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35429         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35430         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35431         (gst_ogg_mux_loop):
35432         Fix an ugly memleak where the muxer didn't flush enough ogg
35433         pages. This also resulted in badly muxed ogg files.
35434
35435 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35436
35437         * gst/asfdemux/asfheaders.c :
35438         * gst/asfdemux/asfheaders.h :
35439         * gst/asfdemux/gstasfdemux.c :
35440           - fix ASF_OBJ_PADDING guid
35441           - add 3 new object guids (language list, metadata,
35442             extended stream properties)
35443           - add a function to parse extended header objects
35444
35445 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35446
35447         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35448           remove leftover debugging g_print
35449
35450 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35451
35452         * ext/mad/gstmad.c: (gst_mad_handle_event):
35453           Fix for when the first format in a discont event is not a
35454           byte-based one. Should fix #137710.
35455
35456 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35457
35458         * m4/a52.m4 : fix compilation with -Wall -Werror
35459         * m4/libfame.m4 : idem
35460         * m4/libmikmod.m4 : idem
35461
35462 2004-05-17  Benjamin Otte  <otte@gnome.org>
35463
35464         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35465           signal the new tags before giving up the reference
35466
35467 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35468
35469         * ext/shout2/gstshout2.c:
35470           use application/ogg instead of application/x-ogg (patch by Patrick
35471           Guimond, fixes #142432)
35472         * sys/oss/gstosselement.c: (gst_osselement_reset),
35473         (gst_osselement_sync_parms):
35474           don't set fragment size unless specified (fixes #142493)
35475
35476 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35477
35478         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35479           fixes #142664
35480
35481 2004-05-17  Benjamin Otte  <otte@gnome.org>
35482
35483         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35484           compute offsets correctly for internal buffers so timestamps are set
35485           correctly when we can't seek. Also handle cases where there are no
35486           offsets. (based on a patch by David Moore, fixes #142507)
35487
35488 2004-05-17  Benjamin Otte  <otte@gnome.org>
35489
35490         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35491           use correct variable when determining amount of data to skip so we
35492           don't skip into the void and segfault
35493
35494 2004-05-16  Benjamin Otte  <otte@gnome.org>
35495
35496         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35497           Hi, I'm a memleak
35498
35499 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35500
35501         * gst/asfdemux/gstasfdemux.c:
35502           - fix a mem leak and always propagate tags
35503           - add WMV3 to known video codecs (but no decoder yet)
35504           - replace "surplus data" at end of audio header for what
35505             it is : codec specific data
35506           - fix a typo
35507
35508 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35509
35510         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35511
35512         * gst-libs/gst/audio/audioclock.c:
35513           Fix wrong return type (#142205).
35514
35515 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35516
35517         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35518           Ignore CRCs by default (fixes #142566).
35519
35520 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35521
35522         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35523         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35524         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35525         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35526         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35527         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35528           Fix for cases where we fail to attach to a mixer.
35529
35530 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35531
35532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35533           Don't touch events after not owning them anymore.
35534         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35535         (gst_wavparse_fmt), (gst_wavparse_other),
35536         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35537         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35538         (gst_wavparse_srcpad_event):
35539         * gst/wavparse/gstwavparse.h:
35540           Add seeking, fix querying.
35541
35542 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35543
35544         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35545           - process comments even if they don't end with \0\0
35546             g_convert would ignore them if present and works well without them
35547
35548 2004-05-16  Benjamin Otte  <otte@gnome.org>
35549
35550         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35551           simplify caps
35552
35553 2004-05-16  Benjamin Otte  <otte@gnome.org>
35554
35555         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35556           don't write to memory we might not write to - g_convert does that
35557           for us anyway (fixes #142613)
35558         (gst_asf_demux_audio_caps):
35559           comment out gst_util_dump_mem
35560
35561 2004-05-16  Benjamin Otte  <otte@gnome.org>
35562
35563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35564           compute correct expected timestamps after seek (broken since
35565           last commit)
35566         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35567           rename element and debugging category to gdkpixbufscale
35568
35569 2004-05-16  Benjamin Otte  <otte@gnome.org>
35570
35571         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35572           add error checking to snd_pcm_delay and remove duplicate call to
35573           snd_pcm_delay that caused issues (see inline code comments)
35574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35575           make more readable and fix return value when snd_pcm_delay fails
35576         (fixes #142586)
35577
35578 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35579         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35580         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35581         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35582         (gst_pixbufscale_link), (gst_pixbufscale_init),
35583         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35584         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35585         (gst_pixbufscale_get_property), (pixbufscale_init):
35586         * ext/gdk_pixbuf/pixbufscale.h:
35587         Add these files I forgot earlier
35588
35589 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35590         * ext/gdk_pixbuf/Makefile.am:
35591         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35592         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35593         Add new pixbufscale element to scale RGB video
35594         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35595         and HYPER interpolation correctly.
35596         * ext/theora/theoraenc.c: (theora_enc_chain),
35597         Discard buffer and return if explicit caps could not be set
35598         (theora_enc_get_property):
35599         Make _get return kbps for the bitrate consistent with
35600         the _set function.
35601
35602
35603 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35604
35605         * ext/libvisual/visual.c: (gst_visual_chain):
35606           add missing visual_audio_analyze
35607
35608 2004-05-14  David Schleef  <ds@schleef.org>
35609
35610         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35611         is killed while we're playing.
35612         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35613         gst_element_no_more_pads().
35614
35615 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35616
35617         * gst-libs/gst/riff/riff-read.c :
35618           - fix INFO tag extraction in RIFF/AVI files
35619             because gst_event_unref (event) also freed taglist
35620           - avoid a mem leak
35621
35622 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35623
35624         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35625         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35626
35627         * gst/auparse/gstauparse.c :
35628           - add code (commented for now) to support audio/x-adpcm on src pad
35629             (we have no decoder for those layout yet)
35630
35631         * gst/cdxaparse/gstcdxaparse.c :
35632         * gst/cdxaparse/gstcdxaparse.h :
35633           - partial rewrite using RiffRead (ripped iain's wavparse code)
35634
35635         * gst/rtp/gstrtpL16enc.c : typo
35636         * gst/rtp/gstrtpgsmenc.c : typo
35637
35638 2004-05-13  Benjamin Otte  <otte@gnome.org>
35639
35640         * configure.ac:
35641           check for exact version of libvisual, it's not supposed to be
35642           API/ABI stable yet
35643
35644 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35645
35646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35647           signal no-more-pads
35648
35649 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35650
35651         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35652         Report which format was used for GST_FORMAT_DEFAULT
35653         * gst/debug/Makefile.am:
35654         * gst/debug/gstdebug.c: (plugin_init):
35655         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35656         (gst_progressreport_class_init), (gst_progressreport_init),
35657         (gst_progressreport_report), (gst_progressreport_set_property),
35658         (gst_progressreport_get_property), (gst_progressreport_chain),
35659         (gst_progressreport_plugin_init):
35660         Add progressreport element for testing.
35661
35662 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35663
35664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35665         * sys/v4l/gstv4lsrc.h:
35666         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35667         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35669         (gst_v4lsrc_grab_frame):
35670           add more debugging
35671           send a discont at start
35672
35673 2004-05-12  Colin Walters  <walters@redhat.com>
35674
35675         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35676         inflooping if we can't find a chunk.  Or in other words, don't blow
35677         chunks if we don't have a chunk to blow.
35678
35679 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35680         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35681         Remove old debug output
35682         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35683         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35684         (gst_dvdec_set_property), (gst_dvdec_get_property):
35685         Change the quality setting to an enum, so it works from gst-launch
35686         Don't renegotiate a non-linked pad. Allows audio only decoding.
35687         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35688         (gst_deinterlace_link), (gst_deinterlace_init):
35689         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35690         (gst_videodrop_link):
35691         Some caps negotiation fixes
35692
35693 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35694
35695         * ext/tarkin/gsttarkin.c :
35696           - Change RANK from NONE to PRIMARY
35697         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35698           - Change RANK from NONE to MARGINAL
35699         * ext/divx/gstdivxenc.c :
35700           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35701
35702 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35703
35704         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35705         (gst_vorbisenc_push_packet):
35706           copy a function that was added between 1.0 and 1.0.1 until we
35707           depend on worthwhile features of post-1.0
35708
35709 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35710
35711         * configure.ac:
35712           enable shout2 by default
35713         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35714         (gst_shout2send_base_init), (gst_shout2send_init),
35715         (gst_shout2send_connect), (gst_shout2send_change_state):
35716         * ext/shout2/gstshout2.h:
35717           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35718           #142262)
35719         * ext/theora/theora.c: (plugin_init):
35720           don't set rank on encoders
35721
35722 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35723
35724         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35725           Use codec_data property instead of flag1 and flag2 for wma
35726
35727 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35728
35729         * gst/cdxaparse/gstcdxaparse.c :
35730           - Add mpegversion to CAPS to make it link
35731           - Rank is as GST_RANK_SECONDARY instead of NONE
35732         * gst/auparse/gstauparse.c :
35733           - Document all audio encoding we can encounter from Solaris 9
35734             headers and libsndfile information.
35735           - Increase max. rate from 48000 to 192000 (to match other elements)
35736           - Don't try to play junk data between header and samples
35737
35738 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35739
35740         * ext/libvisual/visual.c: (gst_visual_getcaps):
35741           use the right caps depending on endianness (I hope)
35742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35743           use GST_RANK_NONE for all non-decoding elements or spider gets
35744           mighty confused
35745
35746 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35747
35748         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35749           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35750
35751 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35752
35753         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35754         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35755         (gst_switch_loop), (gst_switch_get_type):
35756           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35757           HEADERS. Had to be said.
35758
35759 2004-05-10  David Schleef  <ds@schleef.org>
35760
35761         * configure.ac: Add prototype Dirac support.
35762         * ext/Makefile.am:
35763         * ext/dirac/Makefile.am:
35764         * ext/dirac/gstdirac.cc:
35765         * ext/dirac/gstdiracdec.cc:
35766
35767 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35768
35769         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35770         (gst_auparse_init), (gst_auparse_chain),
35771         (gst_auparse_change_state):
35772           Hack around spider. Remove me some day please.
35773
35774 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35775
35776         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35777           Fix for some uninitialized variables in previous patch, also
35778           makes it work. Fixes #142286 while we're at it.
35779
35780 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35781
35782         * gst/auparse/gstauparse.c:
35783                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35784                 only unsupported formats are ADPCM/CCITT G.72x
35785                 reviewed by Ronald
35786         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35787
35788 2004-05-10  Wim Taymans  <wim@fluendo.com>
35789
35790         * ext/vorbis/Makefile.am:
35791         * ext/vorbis/README:
35792         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35793         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35794         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35795         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35796         (gst_oggvorbisenc_convert_sink),
35797         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35798         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35799         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35800         (get_constraints_string), (update_start_message),
35801         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35802         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35803         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35804         * ext/vorbis/oggvorbisenc.h:
35805         * ext/vorbis/vorbis.c: (plugin_init):
35806         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35807         (raw_caps_factory), (gst_vorbisenc_class_init),
35808         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35809         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35810         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35811         * ext/vorbis/vorbisenc.h:
35812         Added a raw vorbis encoder to be used with the oggmuxer.
35813         We still need the old encoder for some gnome applications,
35814         read the README to find out how that works.
35815         The raw encoder is called "rawvorbisenc" until 0.9.
35816
35817 2004-05-10  Wim Taymans  <wim@fluendo.com>
35818
35819         * ext/ogg/gstogg.c: (plugin_init):
35820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35821         (gst_ogg_print):
35822         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35823         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35824         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35825         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35826         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35827         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35828         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35829         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35830         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35831         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35832         Added an ogg muxer.
35833         Small typo fixes in the demuxer.
35834
35835 2004-05-10  Wim Taymans  <wim@fluendo.com>
35836
35837         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35838         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35839         (theora_enc_change_state), (theora_enc_set_property),
35840         (theora_enc_get_property):
35841         Mark the last packet with an EOS flag which is not really needed
35842         in gstreamer.
35843         Do some better video framerate initialisation.
35844         Update the buffer timestamp.
35845
35846 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35847
35848         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35849         Return the result of the parent state change call
35850
35851 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35852
35853         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35854         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35855         * gst/law/alaw-encode.c : (idem)
35856         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35857         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35858         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35859
35860 2004-05-09  Benjamin Otte  <otte@gnome.org>
35861
35862         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35863           don't use a fixed buffer size when writing variable length data to
35864           it. Fixes memory corruption and makes alsasrc work
35865
35866 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35867
35868         * ext/gnomevfs/gstgnomevfssink.c:
35869         (_gst_boolean_allow_overwrite_accumulator),
35870         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35871           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35872           RUN_LAST, and don't use that to set the accumulator value because
35873           then it's always FALSE.
35874
35875 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35876
35877         * gst-libs/gst/riff/riff-media.c:
35878         (gst_riff_create_video_caps_with_data),
35879         (gst_riff_create_audio_caps),
35880         (gst_riff_create_audio_template_caps):
35881         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35882           Fix for unaligned RIFF files (i.e. where all the chunks together
35883           in a LIST chunk are not of the same size as the size given in
35884           the LIST chunk header). Fixes several odd WAVE files. Also fix
35885           ADPCM (block_align property) in audio, so that wavparse based
35886           on this works now as it used to stand-alone.
35887
35888 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35889
35890         reviewed by Benjamin Otte  <otte@gnome.org>
35891
35892         * ext/a52dec/gsta52dec.c:
35893         * ext/divx/gstdivxdec.c:
35894         * ext/divx/gstdivxenc.c:
35895         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35896         * ext/faac/gstfaac.c: (gst_faac_base_init):
35897         * ext/faad/gstfaad.c: (gst_faad_base_init):
35898         * ext/ivorbis/vorbisfile.c:
35899         * ext/lame/gstlame.c:
35900         * ext/libfame/gstlibfame.c:
35901         * ext/mpeg2enc/gstmpeg2enc.cc:
35902         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35903         * ext/sidplay/gstsiddec.cc:
35904         * ext/speex/gstspeexdec.c:
35905         * ext/speex/gstspeexenc.c:
35906         * ext/xvid/gstxviddec.c:
35907         * ext/xvid/gstxvidenc.c:
35908           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35909           (fixes #142193)
35910
35911 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35912
35913         * ext/alsa/gstalsa.c: (device_list),
35914         (gst_alsa_class_probe_devices):
35915         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35916           Fix alsa oddness in mixer after the combination of using mixer
35917           in source/sink elements and using hw:x,y instead of just hw:x.
35918
35919 2004-05-09  Benjamin Otte  <otte@gnome.org>
35920
35921         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35922         (gst_wavparse_create_sourcepad):
35923           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35924           sourcepads
35925
35926 2004-05-09  Benjamin Otte  <otte@gnome.org>
35927
35928         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35929           allow discont events before caps nego
35930
35931 2004-05-08  Benjamin Otte  <otte@gnome.org>
35932
35933         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35934           don't leak events
35935
35936 2004-05-08  Benjamin Otte  <otte@gnome.org>
35937
35938         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35939         (gst_level_change_state), (gst_level_init):
35940         * gst/level/gstlevel.h:
35941           figure out if we're initialized directly instead of keeping a
35942           variable that's wrong in 90% of cases
35943           don't initialize pads and then leak them and use a new unitialized
35944           pad. (fixes #142084)
35945           these were bugs so n00bish I didn't find them for an hour :/
35946
35947 2004-05-08 Iain <iain@prettypeople.org>
35948
35949         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35950         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35951         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35952         return the length that was read.
35953         (gst_riff_read_strf_auds): Allow fmt tags as well.
35954
35955 2004-05-07  David Schleef  <ds@schleef.org>
35956
35957         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35958         signed char assumption in faad.h.
35959
35960 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35961
35962         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35963           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35964
35965 2004-05-07  Colin Walters  <walters@redhat.com>
35966
35967         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35968         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35969         function.
35970         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35971         Add dispose function.
35972
35973 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35974         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35975           Fix caps nego and pad templates. RGB mode caps should
35976           work now.
35977         * ext/dvdnav/gst-dvd:
35978           Move mpeg2dec inside the thread because otherwise the
35979           queue rejects cap changes mid-stream
35980         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35981         (gst_mpeg2dec_flush_decoder):
35982           For mpeg2dec > 0.4.0, call the flush function instead of
35983           manually extracting all in-flight frames.
35984         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35985         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35986           Change mime type video/dv go video/x-dv to match the
35987           rest of gst-plugins
35988
35989 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35990
35991         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35993         (gst_alsa_sink_class_init):
35994         * ext/alsa/gstalsasink.h:
35995         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35996         (gst_alsa_src_class_init):
35997         * ext/alsa/gstalsasrc.h:
35998           Make alsasink/src a subclass of alsamixer so that mixer stuff
35999           shows up in gst-rec. Needs some finetuning.
36000
36001 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36002
36003         * ext/lame/gstlame.c: (gst_lame_chain):
36004           simplify
36005         * ext/mad/gstmad.c: (gst_mad_handle_event):
36006           fix event leak
36007         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
36008           be able to detect mp3 files < 4096 bytes
36009
36010 2004-05-06  Wim Taymans  <wim@fluendo.com>
36011
36012         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
36013         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36014         (theora_enc_set_property), (theora_enc_get_property):
36015         Also encode the first frame, cleanup some code.
36016
36017 2004-05-06  Wim Taymans  <wim@fluendo.com>
36018
36019         * ext/mpeg2enc/gstmpeg2enc.cc:
36020         Forward events first before deciding that negotiation was
36021         not performed.
36022
36023 2004-05-06  Wim Taymans  <wim@fluendo.com>
36024
36025         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36026         First process the events before deciding that negotiation
36027         was not performed.
36028
36029 2004-05-06  Wim Taymans  <wim@fluendo.com>
36030
36031         * ext/theora/Makefile.am:
36032         * ext/theora/theora.c: (plugin_init):
36033         * ext/theora/theoradec.c: (theora_dec_change_state):
36034         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36035         (gst_theora_enc_class_init), (gst_theora_enc_init),
36036         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36037         (theora_enc_chain), (theora_enc_change_state),
36038         (theora_enc_set_property), (theora_enc_get_property):
36039         Added a theora encoder, grouped the encoder and decoder into the
36040         same plugin.
36041
36042 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36043
36044         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36045         (gst_jpegenc_chain):
36046         fix DURATION on outgoing buffers
36047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36048         debug using time formats
36049         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36051         (gst_xvimagesink_sink_link):
36052         windows with width/height 0 generate X errors, so don't allow them
36053
36054 2004-05-05  Wim Taymans  <wim@fluendo.com>
36055
36056         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36057         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36058         (gst_mpeg2dec_negotiate_format):
36059         * ext/mpeg2dec/gstmpeg2dec.h:
36060           removed the static pad template so that we can add the
36061           more accurate framerate value to the caps.
36062
36063
36064 2004-05-04  Benjamin Otte  <otte@gnome.org>
36065
36066         * configure.ac:
36067           check for kdemacros.h, too (should fix #141821)
36068         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36069           don't crash if no header was sent, but nicely error out (fixes part
36070           of #141554)
36071
36072 2004-05-04  Wim Taymans  <wim@fluendo.com>
36073
36074         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36075         parent dispose function to avoid segfault on destroy.
36076
36077 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36078
36079         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36080         (plugin_init):
36081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36082         (gst_xvimagesink_sink_link):
36083         clean up debugging caps
36084         also recreate xvimage when format has changed
36085
36086 2004-05-04  Benjamin Otte  <otte@gnome.org>
36087
36088         * ext/libvisual/Makefile.am:
36089         * ext/libvisual/visual.c: (gst_visual_class_init),
36090         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36091         (gst_visual_srclink), (gst_visual_chain),
36092         (gst_visual_change_state), (plugin_init):
36093           use a GstAdapter to correctly adapt buffer sizes - allows using a
36094           framerate
36095
36096 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36097
36098         * sys/v4l/gstv4lelement.h:
36099         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36101         (gst_v4lsrc_buffer_free):
36102         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36103         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36104         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36105         (gst_v4lsrc_requeue_frame):
36106         move some debugging categories around
36107         query for fps index and set accordingly if found
36108
36109 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36110
36111         * ext/lame/gstlame.c:
36112         correct defaults that lame_init puts out of range
36113
36114 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36115
36116         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36117         (gst_divxenc_class_init):
36118         fix range since -1 is the default
36119         * gst/mpeg1sys/gstmpeg1systemencode.c:
36120         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36121         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36122         (gst_rtjpegdec_chain):
36123         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36124         (gst_rtjpegenc_chain):
36125         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36126         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36127         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36129         * sys/v4l/gstv4lsrc.c:
36130         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36131         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36132         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36133         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36134         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36135           remove gst_info calls
36136
36137 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36138
36139         * Makefile.am:
36140         * po/af.po:
36141         * po/az.po:
36142         * po/en_GB.po:
36143         * po/nl.po:
36144         * po/sr.po:
36145         * po/sv.po:
36146           Updated translations
36147
36148 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36149
36150         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36151           refactor/comment code
36152
36153 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36154
36155         * gst/asfdemux/Makefile.am:
36156         * gst/asfdemux/asfheaders.c:
36157         * gst/asfdemux/asfheaders.h:
36158         * gst/asfdemux/gstasf.c: (plugin_init):
36159         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36160         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36161         (gst_asf_demux_setup_pad):
36162         * gst/asfdemux/gstasfdemux.h:
36163         * gst/asfdemux/gstasfmux.c:
36164         * gst/asfdemux/gstasfmux.h:
36165           Add tagging support to demuxer, split out registration in its own
36166           file instead of in demux (hacky), and prevent having some tables
36167           in our memory multiple times (in asfheaders.h).
36168
36169 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36170
36171         * gst/matroska/matroska-demux.c:
36172         (gst_matroska_demux_parse_metadata):
36173         * gst/matroska/matroska-ids.h:
36174           Basic tag reading support.
36175
36176 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36177
36178         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36179           Really detect ac-3 audio.
36180         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36181           really detect matroska files (off-by-1).
36182
36183 2004-04-30  David Schleef  <ds@schleef.org>
36184
36185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36186         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36187         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36188         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36189         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36190         hackage -- parse a lot more atoms, extract a few tags.  One might even
36191         mistake this for tag support.  Maybe it is.
36192         * gst/qtdemux/qtdemux.h:
36193
36194 2004-04-30  Colin Walters  <walters@verbum.org>
36195
36196         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36197
36198 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36199
36200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36201         (gst_ffmpegcolorspace_getcaps):
36202           remove broken nego fix
36203
36204 2004-04-30  Benjamin Otte  <otte@gnome.org>
36205
36206         * configure.ac:
36207         * ext/Makefile.am:
36208         * ext/libvisual/Makefile.am:
36209         * ext/libvisual/visual.c:
36210           add initial support for libvisual (http://libvisual.sourceforge.net)
36211           libvisual is still quite alpha, so expect crashes in there :)
36212
36213 2004-04-29  David Schleef  <ds@schleef.org>
36214
36215         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36216         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36217         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36218         code; you will no longer respect me.
36219
36220 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36221
36222         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36223         * ext/alsa/gstalsa.h :
36224         change alsa pcm device discovery to find more than 1 device
36225         per card. code review by Ronald.
36226
36227 2004-04-29  David Schleef  <ds@schleef.org>
36228
36229         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36230         Add a check for a driver bug on FreeBSD.  (bug #140565)
36231
36232 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36233
36234         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36235         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36236         (gst_jpegenc_getcaps):
36237           move format setting to inner loop
36238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36239         (gst_ffmpegcolorspace_getcaps):
36240           use GST_PAD_CAPS if available so that we use already negotiated
36241           caps
36242         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36243         (qtdemux_parse_moov), (qtdemux_parse):
36244           extra debugging
36245         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36246         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36247           move hardcoded path to DEFINE
36248
36249 2004-04-28  David Schleef  <ds@schleef.org>
36250
36251         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36252         (bug #140064)
36253
36254 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36255
36256         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36257           Don't probe for playback device if we're a source element. Fixes
36258           #139658.
36259
36260 2004-04-29  Benjamin Otte  <otte@gnome.org>
36261
36262         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36263         (gst_id3_tag_chain):
36264           rewrite buffer offset
36265
36266 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36267
36268         * configure.ac:
36269         * ext/Makefile.am:
36270         * ext/dts/Makefile.am:
36271         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36272         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36273         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36274         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36275         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36276         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36277         (plugin_init):
36278         * ext/dts/gstdtsdec.h:
36279           New DTS decoder.
36280         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36281         (gst_faad_srcconnect):
36282           Add ESDS atom handling (.m4a).
36283
36284 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36285
36286         * ext/divx/gstdivxdec.c: (plugin_init):
36287           Remove comment that makes no sense.
36288         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36289           Fix for obvious typo that resulted in warnings during gst-register.
36290         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36291         (gst_xviddec_sink_link):
36292           Fix caps negotiation a bit better.
36293         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36294           We call this 'codec_data', not 'esds'.
36295
36296 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36297
36298         * gst/monoscope/gstmonoscope.c:
36299           make sure we only provide 256x128
36300         * gst/monoscope/monoscope.c: (monoscope_init):
36301           assert size of 256x128
36302
36303 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36304
36305         * Makefile.am:
36306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36307         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36308           fixate to max width and height of device
36309
36310 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36311
36312         * Makefile.am:
36313         * sys/v4l/gstv4l.c:
36314         * sys/v4l/gstv4lsrc.c:
36315         * sys/v4l/v4l_calls.c:
36316         * sys/v4l/v4lsrc_calls.c:
36317           fix for qc-usb driver which fakes having more than one buffer
36318           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36319           buffer_free override
36320           add debugging
36321
36322 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36323
36324         * Makefile.am:
36325         * gst/videotestsrc/gstvideotestsrc.c:
36326         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36327         (gst_videotestsrc_init), (gst_videotestsrc_get),
36328         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36329         * gst/videotestsrc/gstvideotestsrc.h:
36330           add num-buffers property
36331
36332         2004-04-26  Benjamin Otte  <otte@gnome.org>
36333
36334         * ext/mad/gstid3tag.c: (plugin_init):
36335           set id3mux rank to NONE so it doesn't confuse spider
36336           require audio/mpeg,mpegversion=1 in id3mux
36337
36338 2004-04-26  Benjamin Otte  <otte@gnome.org>
36339
36340         * configure.ac:
36341           detect faad correctly as non-working if it's indeed non-working
36342
36343 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36344
36345         * Makefile.am:
36346         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36347         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36348         fix _getcaps so it only negotiates to its supported format
36349
36350 2004-04-25  Benjamin Otte  <otte@gnome.org>
36351
36352         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36353           fix memleak
36354
36355 2004-04-23  Benjamin Otte  <otte@gnome.org>
36356
36357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36358           audio/x-raw-int with height rules! not. Now it's depth.
36359
36360 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36361
36362         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36363         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36364         (gst_wavparse_loop):
36365           Missing variable initialization. Add handling of DVI ADPCM. Fix
36366           mis-parsing of LIST chunks. This works around a bug where we mis-
36367           parse non-aligning LIST chunks (so LIST chunks where the contents
36368           don't align with the actual LIST size). The correct fix is to use
36369           rifflib, I'm not going to fix wavparse - too much work. All this
36370           fixes #104878.
36371
36372 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36373
36374         reviewed by Benjamin Otte  <otte@gnome.org>
36375
36376         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36377           fix shoutcast not working (fixes #140844)
36378
36379 2004-04-22  Benjamin Otte  <otte@gnome.org>
36380
36381         * ext/hermes/gsthermescolorspace.c:
36382         (gst_hermes_colorspace_caps_remove_format_info):
36383         * gst/colorspace/gstcolorspace.c:
36384         (gst_colorspace_caps_remove_format_info):
36385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36386         (gst_ffmpegcolorspace_caps_remove_format_info):
36387           s/gst_caps_simplify/gst_caps_do_simplify/
36388
36389 2004-04-22  Benjamin Otte  <otte@gnome.org>
36390
36391         * gst-libs/gst/riff/riff-media.c:
36392         (gst_riff_create_video_caps_with_data):
36393           mpegversion is an int
36394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36395           don't try to create pad templates with NULL caps, use any caps
36396           instead.
36397
36398 2004-04-20  David Schleef  <ds@schleef.org>
36399
36400         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36401         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36402         (bug #140384)
36403
36404 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36405
36406         reviewed by David Schleef
36407
36408         * ext/mad/gstid3tag.c: Add stdlib.h
36409         * gst/rtp/gstrtpgsmenc.c: same
36410         * gst/tags/gstid3tag.c: same
36411         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36412         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36413         GST_DISABLE_LOADSAVE use.
36414         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36415         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36416         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36417         atol(3)).
36418         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36419         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36420         strtoul(3)).
36421         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36422         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36423         $(ID3_CFLAGS).
36424         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36425         $(LIBFAME_CFLAGS).
36426
36427 2004-04-20  David Schleef  <ds@schleef.org>
36428
36429         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36430         last checkin.  Same idea.
36431
36432 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36433
36434         reviewed by David Schleef
36435
36436         * configure.ac: bump required gstreamer version to 0.8.1.1
36437         because of following changes [--ds]
36438
36439         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36440         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36441         (gst_riff_read_header):  Use GST_READ_UINT*
36442         macros to access possibly unaligned memory.
36443
36444         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36445         (mp3_type_find):  Use GST_READ_UINT*
36446         macros to access possibly unaligned memory.
36447         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36448         (speex_type_find): Likewise
36449
36450         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36451
36452         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36453         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36454         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36455         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36456         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36457         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36458         macros to access possibly unaligned memory.
36459
36460         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36461         Likewise.
36462
36463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36464         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36465
36466         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36467         Likewise.
36468
36469         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36470         (gst_mpeg2subt_chain_subtitle): Likewise.
36471
36472         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36473         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36474         Likewise.
36475
36476         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36477         Likewise.
36478
36479         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36480         Likewise.
36481
36482         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36483         Likewise.
36484
36485 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36486
36487         * configure.ac:
36488           update required version of GStreamer because of GST_TIME_FORMAT
36489
36490 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36491
36492         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36493           remove leftover g_print
36494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36495           don't try setting only a subset of the caps. We don't want to kill
36496           autoplugging on purpose
36497
36498 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36499
36500         * sys/ximage/ximagesink.c: (plugin_init):
36501         * sys/xvimage/xvimagesink.c: (plugin_init):
36502           add debugging categories
36503
36504 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36505
36506         * po/en_GB.po:
36507         * po/LINGUAS:
36508           Adding en_GB translation (Gareth Owen)
36509
36510 2004-04-20  David Schleef  <ds@schleef.org>
36511
36512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36513         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36514         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36515         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36516         A number of new features and hacks to extract the esds atom and
36517         put it into the caps.  (bug #137724)
36518
36519 2004-04-19  David Schleef  <ds@schleef.org>
36520
36521         * gconf/Makefile.am: Fix for non-GNU make
36522         * gst-libs/gst/Makefile.am: Change directory order to handle
36523         GstPlay linking with gstinterfaces
36524         * gst-libs/gst/audio/make_filter: make use of tr portable
36525         * gst-libs/gst/play/Makefile.am: Add intended \
36526         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36527         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36528         function prototype instead of void *.
36529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36530         macro.
36531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36532         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36533         * gst/videofilter/make_filter: make use of tr portable
36534         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36535
36536 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36537
36538         * po/LINGUAS:
36539         * po/uk.po:
36540           Added Ukrainian translation (Maxim V. Dziumanenko)
36541
36542 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36543
36544         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36545         (gst_gsmdec_link), (gst_gsmdec_chain):
36546           Fix capsnego, simplify chain function slightly.
36547         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36548           Add GSM.
36549
36550 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36551
36552         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36553         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36554         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36555           Hack to make wavparse work with spider (always -> sometimes pad).
36556           Fixes #135862 && #140411.
36557
36558 2004-04-18  Benjamin Otte  <otte@gnome.org>
36559
36560         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36561         (gst_osselement_rate_probe_check),
36562         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36563           get rid of \n in debug output
36564
36565 2004-04-17  Iain <iain@prettypeople.org>
36566
36567         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36568         not just EOS.
36569
36570 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36571
36572         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36573         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36574         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36575         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36576         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36577         (gst_id3_tag_change_state), (plugin_init):
36578           deprecate id3tag element and replace with id3demux/id3mux.
36579           great side effect: this ugly file is now even uglier, yay!
36580         * ext/mad/gstmad.h:
36581           remove non-available function
36582           update for new get_type
36583
36584 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36585
36586         * configure.ac:
36587           require mpeg2dec >= 0.4.0
36588
36589 2004-04-17  Benjamin Otte  <otte@gnome.org>
36590
36591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36592         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36593         (gst_xvimagesink_set_xwindow_id):
36594           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36595           assorted cleanup fixes.
36596
36597 2004-04-16  David Schleef  <ds@schleef.org>
36598
36599         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36600         * sys/xvimage/xvimagesink.h: same
36601
36602 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36603
36604         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36605           Fix GST_ELEMENT_ERROR with (NULL)
36606
36607 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36608
36609         * gst-libs/gst/riff/riff-media.c:
36610         (gst_riff_create_video_caps_with_data):
36611           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36612
36613 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36614
36615         * gst-libs/gst/riff/riff-media.c:
36616         (gst_riff_create_video_caps_with_data),
36617         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36618         (gst_riff_create_video_template_caps),
36619         (gst_riff_create_audio_template_caps):
36620         * gst-libs/gst/riff/riff-media.h:
36621         * gst-libs/gst/riff/riff-read.c:
36622         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36623         * gst-libs/gst/riff/riff-read.h:
36624         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36625           Add MS RLE support. I added some functions to read out strf chunks
36626           into strf chunks and the data behind it. This is usually color
36627           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36628           caps creation. Lastly, add ADPCM (similar to wavparse - which
36629           should eventually be rifflib based).
36630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36631         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36632         * gst/matroska/matroska-demux.h:
36633           Remove placeholders for some prehistoric tagging system. Didn't add
36634           support for any tag system really anyway.
36635         * gst/qtdemux/qtdemux.c:
36636           Add support for audio/x-m4a (MPEG-4) through spider.
36637         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36638         (gst_wavparse_loop):
36639           ADPCM support (#135862). Increase max. buffer size because we
36640           cannot split buffers for ADPCM (screws references) and I've seen
36641           files with 2048 byte chunks. 4096 seems safe for now.
36642
36643 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36644
36645         * configure.ac: bump nano to 1
36646
36647 === release 0.8.1 ===
36648
36649 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36650
36651         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36652
36653 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36654
36655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36656           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36657           Fixes #140058
36658
36659 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36660
36661         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36662           lower rank of dvddemux so that it's not used for mpeg playback.
36663
36664 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36665
36666         * configure.ac:
36667           save libs correctly when checking mad
36668
36669 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36670
36671         * ext/mad/gstid3tag.c: (plugin_init):
36672           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36673
36674 2004-04-13  David Schleef  <ds@schleef.org>
36675
36676         * common/m4/gst-feature.m4: Call -config scripts with
36677         --plugin-libs if it is supported.
36678         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36679         JPEG images are image/jpeg.
36680         * gst/debug/Makefile.am:
36681         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36682         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36683         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36684         (gst_negotiation_plugin_init): Add a property that acts like
36685         filter caps.
36686         * testsuite/gst-lint:  Move license checking to be a standard
36687         test.
36688
36689 2004-04-13  David Schleef  <ds@schleef.org>
36690
36691         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36692         patch from Sebastien Cote (bug #139958)
36693
36694 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36695
36696         * examples/gstplay/Makefile.am:
36697         * examples/gstplay/player.c: (main):
36698           make the commandline player example use gconf settings
36699
36700 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36701
36702         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36703         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36704         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36705           init/end library during state transition, not object
36706           creation/disposal.  get rid of custom dispose handler.
36707
36708
36709 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36710
36711         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36712         be a symlink
36713
36714 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36715
36716         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36717           Handle JUNK chunks inside data section. Prevents warnings.
36718
36719 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36720
36721         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36722         (gst_riff_create_video_template_caps):
36723           Add MS video v1.
36724         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36725         (gst_avi_demux_stream_data):
36726           Add support for "rec-list" chunks.
36727
36728 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36729
36730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36731           Fix another codecname mismatch.
36732
36733 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36734
36735         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36736           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36737           so that MJPEG plays back.
36738
36739 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36740
36741         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36742         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36743         * gst/mpeg1videoparse/gstmp1videoparse.h:
36744           Fix for some slight mis-cuts in buffer parsing, and for some
36745           potential overflows or faults-causers. Adds disconts. Also fixes
36746           #139105 while we're at it.
36747
36748 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36749
36750         * configure.ac:
36751         * sys/v4l2/gstv4l2element.h:
36752           Workaround for missing struct v4l2_buffer declaration in Suse 9
36753           and Mandrake 10 linux/videodev2.h header file (#135919).
36754
36755 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36756
36757         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36758           Bail out if no filename was given.
36759
36760 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36761
36762         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36763         (gst_v4l2_fourcc_from_structure):
36764           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36765           Y41B somewhere).
36766
36767 2004-04-09  Benjamin Otte  <otte@gnome.org>
36768
36769         * ext/gnomevfs/gstgnomevfssink.c:
36770         (_gst_boolean_allow_overwrite_accumulator),
36771         (gst_gnomevfssink_class_init):
36772           fix erase signal - if any handler returns false the file will not be
36773           overwritten. If no handler is connected, the file will not be
36774           overwritten either.
36775           renamed signal to "allow-overwrite"
36776         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36777           free string when adding it to ID3 failed
36778         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36779           unref event when done
36780         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36781           free caps
36782         * gst/typefind/gsttypefindfunctions.c:
36783         (mpeg_video_stream_type_find):
36784           fix invalid read
36785
36786 2004-04-08  David Schleef  <ds@schleef.org>
36787
36788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36789         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36790
36791 2004-04-08  David Schleef  <ds@schleef.org>
36792
36793         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36794         we don't support (bug #139532)
36795
36796 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36797
36798         * ext/mad/gstmad.c: (gst_mad_handle_event),
36799         (gst_mad_check_caps_reset), (gst_mad_chain),
36800         (gst_mad_change_state):
36801           only set explicit caps if they haven't been set before for
36802           this stream.  MPEG-audio sample rate/channels aren't allowed
36803           to change in-stream.
36804           Fixes #139382
36805
36806 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36807
36808         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36809         (_gst_boolean_did_something_accumulator),
36810         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36811         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36812         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36813         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36814         (gst_gnomevfssink_change_state):
36815           Fix erase signal. Don't erase by default. Remove handoff signal.
36816           Remove erase property. Don't segfault. General cleanup.
36817
36818 2004-04-07  Benjamin Otte  <otte@gnome.org>
36819
36820         * gst-libs/gst/gconf/test-gconf.c: (main):
36821           add missing gst_init
36822
36823 2004-04-07  Benjamin Otte  <otte@gnome.org>
36824
36825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36826           free the mutexes, too
36827
36828 2004-04-07  Benjamin Otte  <otte@gnome.org>
36829
36830         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36831           actually free the URI string
36832         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36833           compute offset correctly when passing discont events
36834         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36835           don't leak discont events
36836         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36837           add some missing breaks so caps aren't copied randomly
36838         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36839           if we realloc memory, we better use it
36840
36841 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36842
36843         * ext/mad/gstmad.c: (normal_seek):
36844           fix GST_FORMAT_TIME usage
36845
36846 2004-04-05  David Schleef  <ds@schleef.org>
36847
36848         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36849         a deprecated function (hack!)
36850
36851 2004-04-05  Benjamin Otte  <otte@gnome.org>
36852
36853         * ext/esd/esdmon.c: (gst_esdmon_get):
36854           fix nonterminated vararg and memleak
36855
36856 2004-04-05  Benjamin Otte  <otte@gnome.org>
36857
36858         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36859         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36860         (gst_ladspa_set_property), (gst_ladspa_get_property),
36861         (gst_ladspa_instantiate), (gst_ladspa_activate),
36862         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36863           clean up debugging
36864
36865 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36866
36867         reviewed by Benjamin Otte  <otte@gnome.org>
36868
36869         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36870           check for broken LADSPA parameters (fixes #138635)
36871
36872 2004-04-05  Benjamin Otte  <otte@gnome.org>
36873
36874         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36875           advertise buffer-frames correctly on sinkpads
36876
36877 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36878
36879         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36880         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36881         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36882         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36883         (gst_mad_check_caps_reset), (gst_mad_chain):
36884         add more debugging, only reset caps when we're not in error state
36885
36886 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36887
36888         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36889
36890 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36891
36892         reviewed by Benjamin Otte  <otte@gnome.org>
36893
36894         * configure.ac:
36895           fix == in test(1) operator
36896
36897 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36898
36899         reviewed by Benjamin Otte  <otte@gnome.org>
36900
36901         * configure.ac:
36902           fix --export-symblos-regex to a working regex.
36903
36904 2004-04-04  Benjamin Otte  <otte@gnome.org>
36905
36906         * sys/oss/.cvsignore:
36907           add for oss_probe
36908
36909 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36910
36911         reviewed by Benjamin Otte  <otte@gnome.org>
36912
36913         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36914           add missing 'new_media' argument (fixes #138168)
36915         * gst/matroska/matroska-demux.c:
36916         (gst_matroska_demux_handle_seek_event):
36917           add vararg terminator (fixes #138169)
36918
36919 2004-04-02  David Schleef  <ds@schleef.org>
36920
36921         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36922         disted (bug #138914)
36923
36924 2004-04-01  Benjamin Otte  <otte@gnome.org>
36925
36926         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36927         (gst_alsa_close_audio):
36928           handle case better where a soundcard can't pause
36929         * ext/ogg/gstoggdemux.c:
36930           don't crash when we get events but don't have pads yet
36931
36932 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36933
36934         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36935           throw an error if we couldn't probe any caps.
36936
36937 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36938
36939         * ext/dvdnav/gst-dvd:
36940         Add a really simple sample DVD player
36941
36942 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36943
36944         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36945         (gst_a52dec_push), (gst_a52dec_handle_event),
36946         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36947         (gst_a52dec_change_state):
36948         * ext/a52dec/gsta52dec.h:
36949           Use a debug category, Output timestamps correctly
36950           Emit tag info, Handle events, tell liba52dec about cpu
36951           capabilities so it can use MMX etc.
36952         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36953           Fix a crasher accessing invalid memory
36954         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36955         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36956         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36957         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36958         (dvdnavsrc_query):
36959           Some support for byte-format seeking.
36960           Small fixes for still frames and menu button overlays
36961         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36962         (gst_mpeg2dec_alloc_buffer):
36963           Use a debug category. Adjust the report level of several items to
36964           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36965           so it doesn't lose the GstBuffer pointer
36966         * gst/debug/Makefile.am:
36967         * gst/debug/gstdebug.c: (plugin_init):
36968         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36969         (gst_navseek_base_init), (gst_navseek_class_init),
36970         (gst_navseek_init), (gst_navseek_seek),
36971         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36972         (gst_navseek_get_property), (gst_navseek_chain),
36973         (gst_navseek_plugin_init):
36974         * gst/debug/gstnavseek.h:
36975           Add the navseek debug element for seeking back and forth in a
36976           video stream using arrow keys.
36977         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36978         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36979         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36980         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36981         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36982         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36983         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36984         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36985         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36986         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36987         * gst/mpeg2sub/gstmpeg2subt.h:
36988           Pretty much a complete rewrite. Now a loopbased element. May still
36989           require work to properly synchronise subtitle buffers.
36990         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36991         (gst_dvd_demux_send_subbuffer):
36992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36993           Don't attempt to create subbuffers of size 0
36994           Reduce a couple of error outputs to warnings.
36995         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36996         (gst_y4mencode_chain):
36997         Output the y4m frame header correctly.
36998
36999 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37000
37001         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37002           throw errors instead of allowing SIGFPE
37003
37004 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37005
37006         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
37007         (gst_gconf_render_bin_from_key):
37008           leak plugging and style fixing
37009
37010 2004-03-31  David Schleef  <ds@schleef.org>
37011
37012         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
37013         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37014         (bug #138225)
37015         * gst/debug/Makefile.am:
37016         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37017         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37018         plugin.
37019         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37020         (gst_negotiation_base_init), (gst_negotiation_class_init),
37021         (gst_negotiation_init), (gst_negotiation_getcaps),
37022         (gst_negotiation_pad_link), (gst_negotiation_chain),
37023         (gst_negotiation_set_property), (gst_negotiation_get_property),
37024         (gst_negotiation_plugin_init):  New element to talk about random
37025         negotiation things happening in a pipeline.
37026
37027 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37028
37029         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37030           fix integer addition with help of Stefan Kost
37031
37032 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37033
37034         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37035
37036 2004-03-30  David Schleef  <ds@schleef.org>
37037
37038         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37039         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37040         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37041         (bug #137504)
37042         * ext/mpeg2dec/gstmpeg2dec.h:
37043
37044 2004-03-30  David Schleef  <ds@schleef.org>
37045
37046         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37047
37048 2004-03-30  David Schleef  <ds@schleef.org>
37049
37050         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37051         Michael Petullo) to handle .mov
37052
37053 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37054
37055         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37056         (gst_osselement_rate_check_rate):
37057           probe caps correctly for sound cards that only support one format
37058
37059 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37060
37061         * ext/kio/kiosrc.cpp: (process_events):
37062           update handling event processing if inside KDE - untested
37063
37064 2004-03-29  David Schleef  <ds@schleef.org>
37065
37066         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37067         by 2 to not interfere with other colorspaces.
37068         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37069         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37070         one to not interfere with ffmpeg_colorspace.
37071
37072 2004-03-29  David Schleef  <ds@schleef.org>
37073
37074         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37075         aren't in the caps.
37076         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37077         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37078
37079 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37080
37081         * gst-libs/gst/riff/riff-media.c:
37082           fail on error, don't try to set stuff on NULL caps
37083
37084 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37085
37086         * configure.ac:
37087         * ext/Makefile.am:
37088         * ext/kio/Makefile.am:
37089         * ext/kio/kioreceiver.cpp:
37090         * ext/kio/kioreceiver.h:
37091         * ext/kio/kiosrc.cpp:
37092         * ext/kio/kiosrc.h:
37093           add experimental kiosrc plugin
37094         * ext/alsa/gstalsaplugin.c: (plugin_init):
37095           initialize debugging category only when we're sure registering the
37096           plugins worked.
37097
37098 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37099
37100         * examples/gstplay/player.c: (main):
37101         * gst-libs/gst/play/play.c: (gst_play_class_init),
37102         (gst_play_set_location), (gst_play_set_data_src),
37103         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37104         (gst_play_set_visualization), (gst_play_connect_visualization):
37105           check return values of element_set_state and return FALSE where
37106           failed
37107
37108 2004-03-29  Benjamin Otte  <otte@gnome.org>
37109
37110         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37111           try harder to check if an event is really a discont
37112
37113 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37114
37115         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37116         * po/az.po:
37117
37118 2004-03-28  Benjamin Otte  <otte@gnome.org>
37119
37120         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37121         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37122         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37123           get rid of non-standard "..." ranges in case statements.
37124
37125 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37126
37127         * gst/mpegstream/gstmpegdemux.c:
37128         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37129         specific functionality split to the new dvddemux element.
37130         * gst/mpegstream/gstdvddemux.c:
37131         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37132         streams, derived from mpegdemux.
37133         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37134         up. SCR based timestamp rewriting can be turned off (will probably
37135         completely disappear soon).
37136         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37137         hacking. General cleanup. All printf statements replaced by
37138         debugging messages. Almost complete libdvdnav support.
37139         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37140         by events. New properties for audio and subpicture languages.
37141         (dvdnavsrc_update_highlight): Now uses events.
37142         (dvdnavsrc_user_op): Cleaned up.
37143         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37144         based). Lots of cleanup, and propper support for most libdvdnav
37145         events.
37146         (dvdnavsrc_make_dvd_event): New function.
37147         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37148         (dvdnavsrc_make_clut_change_event): New function.
37149
37150 2004-03-26  Benjamin Otte  <otte@gnome.org>
37151
37152         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37153           fix bug where typefinding would claim it's theora whenever less then
37154           7 bytes of data were available
37155
37156 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37157
37158         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37159         (gst_alawdec_base_init), (gst_alawdec_class_init),
37160         (gst_alawdec_init), (gst_alawdec_chain):
37161         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37162         (gst_alawenc_base_init), (gst_alawenc_class_init),
37163         (gst_alawenc_init), (gst_alawenc_chain):
37164         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37165         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37166         (gst_mulawdec_init), (gst_mulawdec_chain):
37167         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37168         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37169         (gst_mulawenc_init), (gst_mulawenc_chain):
37170           Fix capsnego in all four, remove the unused property functions and
37171           simplify the chain functions slightly. I guess we could use macros
37172           or something similar for those, since the code is so similar, but
37173           I'm currently too lazy...
37174
37175 2004-03-24  David Schleef  <ds@schleef.org>
37176
37177         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37178         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37179         (gst_osselement_get_format_structure),
37180         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37181         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37182         (gst_osselement_rate_int_compare): Add code to handle rate probing
37183         (bug #120883)
37184         * sys/oss/gstosselement.h: same
37185         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37186         Use rate probing provided by osselement.
37187         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37188
37189 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37190
37191         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37192         (gst_xvidenc_get_property):
37193           ulong/int mess-up.
37194
37195 2004-03-24  David Schleef  <ds@schleef.org>
37196
37197         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37198         (gst_speexdec_init):
37199         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37200         (gst_speexenc_init):  Create the pad template correctly (from
37201         the static pad template, not a NULL pointer.)
37202
37203 2004-03-25  Benjamin Otte  <otte@gnome.org>
37204
37205         * gst/debug/Makefile.am:
37206         * gst/debug/breakmydata.c:
37207           add element that quasi-randomly changes bytes in the stream.
37208           Intended use is robustness checking of demuxers and decoders in
37209           media tests.
37210
37211 2004-03-24  Benjamin Otte  <otte@gnome.org>
37212
37213         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37214         (gst_alsa_probe_hw_params):
37215         * ext/alsa/gstalsa.h:
37216           debugging output fixes
37217
37218 2004-03-24  Benjamin Otte  <otte@gnome.org>
37219
37220         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37221           don't g_return_if_fail if element is PLAYING, fail silently as every
37222           other element.
37223         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37224           only fix needed for cast lvalue issues in gst-plugins
37225         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37226           add proxy_getcaps
37227
37228 2004-03-24  Benjamin Otte  <otte@gnome.org>
37229
37230         * gst/level/gstlevel.c: (gst_level_init):
37231           add proxying getcaps function, so level doesn't advertise impossible
37232           caps
37233
37234 2004-03-24  David Schleef  <ds@schleef.org>
37235
37236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37237         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37238         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37239         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37240         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37241         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37242         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37243         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37244         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37245         messages.  Divide the chunk size by the compression ratio
37246         (needed for MACE audio)
37247
37248 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37249
37250         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37251           Fix buffer overflow read error.
37252
37253 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37254
37255         * ext/alsa/gstalsa.h:
37256           Remove unused entry.
37257         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37258           Add cinepak.
37259         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37260         (gst_videodrop_link), (gst_videodrop_chain):
37261           Fix, sort of. Was horribly broken with new capsnego. Bah...
37262
37263 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37264
37265         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37266         (plugin_init):
37267         Add a monkeysaudio typefind function
37268
37269 2004-03-23  Johan Dahlin  <johan@gnome.org>
37270
37271         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37272         (gst_play_video_fixate): Check so the structure has the field
37273         before trying to fixate them, this makes it possible to have
37274         fakesinks for video and audio output without printing errors on
37275         the output console.
37276
37277 2004-03-22  David Schleef  <ds@schleef.org>
37278
37279         * sys/oss/Makefile.am:
37280         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37281         (check_rate), (add_rate):  Rate probing test app.
37282
37283 2004-03-21  Benjamin Otte  <otte@gnome.org>
37284
37285         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37286         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37287           add a fixation function that pretty much does the right thing (fixes
37288           #137556)
37289
37290 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37291
37292         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37293
37294 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37295
37296         reviewed by: Benjamin Otte  <otte@gnome.org>
37297
37298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37299           terminate gst_event_new_discontinuous correctly (fixes parts of
37300           #137711)
37301
37302 2004-03-19  David Schleef  <ds@schleef.org>
37303
37304         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37305         since it doesn't depend on X, and it's part of our ABI.
37306
37307 2004-03-19  Iain <iain@prettypeople.org>
37308
37309         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37310         is_int in the structure, not the local variable.
37311
37312 2004-03-19  David Schleef  <ds@schleef.org>
37313
37314         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37315         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37316         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37317         Improvements in caps negotiation.
37318
37319 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37320
37321         * po/LINGUAS:
37322         * po/af.po:
37323           adding Afrikaans (Petri Jooste)
37324
37325 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37326
37327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37328         (gst_ffmpegcolorspace_chain):
37329         throw error instead of g_critical (#137588)
37330
37331 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37332
37333         * Makefile.am:
37334         * configure.ac:
37335           dist common and m4 correctly
37336         * po/sv.po:
37337
37338 2004-03-17  David Schleef  <ds@schleef.org>
37339
37340         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37341         (bug #137348)
37342
37343 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37344
37345         * po/LINGUAS:
37346         * po/sv.po:
37347           adding Swedish translation (Christian Rose)
37348
37349 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37350
37351         * Makefile.am: use release.mak
37352
37353 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37354
37355         * common/ChangeLog:
37356         * common/gst-autogen.sh:
37357           add some explanation about the version detection
37358         * configure.ac:
37359           fix X check
37360
37361 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37362
37363         * configure.ac: bump nano to 1
37364
37365 === release 0.8.0 ===
37366
37367 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37368
37369         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37370
37371 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37372
37373         * configure.ac:
37374           update libtool version
37375         * gst-libs/gst/media-info/Makefile.am:
37376           actually use libtool version
37377
37378 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37381
37382 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37383
37384         * configure.ac:
37385         * gst-plugins.spec.in:
37386         * pkgconfig/Makefile.am:
37387         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37388         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37389         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37390         * pkgconfig/gstreamer-libs.pc.in:
37391         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37392         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37393         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37394         * pkgconfig/gstreamer-plugins.pc.in:
37395           remove @VERSION@ from some of the pc files since core and plugins
37396           are decoupled.
37397           created gstreamer-plugins.pc as it's a better name, but keeping
37398           -libs around for now to get fixes upstream done first.
37399
37400 2004-03-15  Julien MOUTTE <julien@moutte.net>
37401
37402         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37403         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37404         * gst-libs/gst/play/play.h:
37405
37406 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37407
37408         * *.c, *.cc: don't mix tabs and spaces
37409
37410 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37411
37412         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37413           use the new ffmpegcolorspace
37414         * gst-plugins.spec.in:
37415           package new colorspace and media-info
37416         * configure.ac:
37417         * pkgconfig/Makefile.am:
37418           fix some more disting issues
37419         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37420         * pkgconfig/gstreamer-media-info.pc.in:
37421           generate media-info pc files
37422
37423 2004-03-15  Johan Dahlin  <johan@gnome.org>
37424
37425         * *.h: Revert indenting
37426
37427 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37428
37429         * configure.ac:
37430           adding ffmpegcolorspace element
37431         * gst/ffmpegcolorspace/Makefile.am:
37432         * gst/ffmpegcolorspace/avcodec.h:
37433         * gst/ffmpegcolorspace/common.h:
37434         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37435         * gst/ffmpegcolorspace/dsputil.h:
37436         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37438         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37439         (gst_ffmpeg_caps_to_pix_fmt):
37440         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37442         (gst_ffmpegcolorspace_caps_remove_format_info),
37443         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37444         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37445         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37446         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37447         (gst_ffmpegcolorspace_set_property),
37448         (gst_ffmpegcolorspace_get_property),
37449         (gst_ffmpegcolorspace_register):
37450         * gst/ffmpegcolorspace/imgconvert.c:
37451         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37452         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37453         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37454         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37455         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37456         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37457         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37458         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37459         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37460         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37461         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37462         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37463         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37464         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37465         (img_get_alpha_info), (deinterlace_line),
37466         (deinterlace_line_inplace), (deinterlace_bottom_field),
37467         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37468         * gst/ffmpegcolorspace/imgconvert_template.h:
37469         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37470         * gst/ffmpegcolorspace/mmx.h:
37471         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37472           adding ffmpegcolorspace element supplied by Ronald after cleaning
37473           up and pulling in the right bits of upstream source.
37474           I'm sure a better C/compiler wizard could do some cleaning up (for
37475           example use GLIB's malloc stuff), but as a first pass this
37476           works very well
37477
37478 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37479
37480         * ext/alsa/gstalsa.h:
37481           I assume Ronald forgot to commit the change to have cardname
37482           as a struct member.  Expect some public spanking at the next
37483           opportunity.
37484
37485 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37486
37487         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37488         (gst_alsa_open_audio), (gst_alsa_close_audio):
37489         * ext/alsa/gstalsa.c:
37490           Don't open the device if we're a mixer (= padless).
37491         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37492         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37493         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37494           Open mixer during state change rather than during object
37495           initialization. Also, get a device name. Currently in a somewhat
37496           hackish fashion, but I didn't really find something better.
37497
37498 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37499
37500         * *.c, *.h: run gst-indent
37501
37502 2004-03-14  Benjamin Otte  <otte@gnome.org>
37503
37504         * gst/modplug/gstmodplug.cc:
37505         * gst/modplug/gstmodplug.h:
37506           set correct timestamps on outgoing buffers
37507
37508 2004-03-14  Benjamin Otte  <otte@gnome.org>
37509
37510         * gst/modplug/gstmodplug.cc:
37511           handle events - don't do crap when a discont arrives that's not
37512           necessary
37513           This allows correct loading and playback of mods in Rhythmbox
37514
37515 2004-03-14  Benjamin Otte  <otte@gnome.org>
37516
37517         * configure.ac:
37518         * gst-libs/gst/gconf/Makefile.am:
37519         * pkgconfig/Makefile.am:
37520           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37521           they get rebuilt properly
37522         * configure.ac:
37523           when checking for vorbis, try pkgconfig first.
37524         * gst/modplug/gstmodplug.cc:
37525           add fixate function
37526
37527 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37528
37529         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37530           Fix for obvious mistake, where we first shift the offset and then
37531           read a samplesize element assuming the old offset. Note that this
37532           part still has something weird, i.e. my movies containing those
37533           don't actually play well, but at least there's something that looks
37534           like sound now.
37535
37536 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37537         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37538         (plugin_init):
37539         Add a typefind function for speex format
37540
37541 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37542
37543         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37544         (gst_asf_demux_setup_pad):
37545           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37546           instead of 0. Reason is simple: some elements have a fps range
37547           of 1-max instead of 0-max. So now ASF video actually works.
37548
37549 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37550
37551         * po/LINGUAS:
37552         * po/sr.po:
37553           adding serbian as a language
37554
37555 2004-03-13  Benjamin Otte  <otte@gnome.org>
37556
37557         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37558           return taglist correctly from _get function, don't gst_pad_push it.
37559           (fixes #137042)
37560
37561 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37562         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37563
37564 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37565
37566         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37567         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37568         (gst_alsa_mixer_track_new):
37569         * ext/alsa/gstalsamixertrack.h:
37570           Fix ancient leftovers... MixerTrack is a GObject.
37571
37572 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37573
37574         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37575         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37576           Don't block during probing...
37577
37578 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37579
37580         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37581         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37582         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37583         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37584         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37585         (gst_alsa_open_audio), (gst_alsa_close_audio):
37586         * ext/alsa/gstalsa.h:
37587           Add propertyprobe interface implementation, add some device-name
37588           property, all this so that it looks good in gnome-volume-control.
37589
37590 2004-03-12  David Schleef  <ds@schleef.org>
37591
37592         * configure.ac: the Hermes library controls hermescolorspace, not
37593         colorspace.
37594         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37595         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37596         not /* */
37597         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37598         * ext/sdl/sdlvideosink.h: ditto.
37599         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37600
37601 2004-03-12  Benjamin Otte  <otte@gnome.org>
37602
37603         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37604         (gst_x_overlay_got_xwindow_id):
37605         * gst-libs/gst/xoverlay/xoverlay.h:
37606           replace XID with unsigned long to get rid of the xlibs dependency in
37607           XOverlay (fixes #137004)
37608
37609 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37610         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37611         (gst_agingtv_setup):
37612         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37613         (gst_dicetv_base_init), (gst_dicetv_class_init),
37614         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37615         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37616         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37617         (gst_edgetv_setup), (gst_edgetv_rgb32):
37618         * gst/effectv/gsteffectv.c:
37619         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37620         (gst_quarktv_set_property):
37621         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37622         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37623         (gst_revtv_setup), (gst_revtv_rgb32):
37624         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37625         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37626         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37627         (gst_shagadelictv_rgb32):
37628         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37629         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37630         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37631         * gst/effectv/gstwarp.c:
37632         Port everything that can be ported to videofilter and fix up the caps.
37633         Can someone with a big-endian machine please check these?
37634
37635 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37636
37637         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37638         (gst_osssink_chain), (gst_osssink_change_state):
37639           Latest fixes for A/V sync, audio playback and such. This is about
37640           all... MPEG playback issues are mostly related to the async build-
37641           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37642
37643 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37644
37645         patch from: Stephane Loeuillet
37646
37647         * configure.ac:
37648           use pkg-config for some libraries, falling back to the old .m4 way
37649           (fixes #131270)
37650         * m4/libdv.m4:
37651           removed
37652
37653 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37654
37655         * configure.ac:
37656         * tools/Makefile.am:
37657         * tools/Makefile.in:
37658         * tools/gst-launch-ext-m.m:
37659         * tools/gst-launch-ext.1.in:
37660         * tools/gst-visualise-m.m:
37661         * tools/gst-visualise.1:
37662         * tools/gst-visualise.1.in:
37663           reorganizing generation of script tools
37664
37665 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37666
37667         * ext/divx/gstdivxdec.c:
37668           Downgrade priority. We prefer ffdec_mpeg4.
37669         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37670         (gst_faad_chain), (gst_faad_change_state):
37671           Fix capsnego. Doesn't work for some sounds because we don't have
37672           a 5:1 to stereo element.
37673         * ext/xvid/gstxvid.c: (plugin_init):
37674           Add priority.
37675         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37676         (gst_osssink_change_state):
37677           Add discont handling.
37678
37679 2004-03-09  Colin Walters  <walters@verbum.org>
37680
37681         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37682         conversion.
37683
37684 2004-03-09  Benjamin Otte  <otte@gnome.org>
37685
37686         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37687           the signals take 2 arguments
37688
37689 2004-03-09  David Schleef  <ds@schleef.org>
37690
37691         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37692         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37693         * ext/alsa/gstalsa.h:
37694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37695
37696 2004-03-09  Benjamin Otte  <otte@gnome.org>
37697
37698         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37699         (gst_mikmod_change_state):
37700         * ext/mikmod/gstmikmod.h:
37701           make mikmod's loop function not loop infinitely and call
37702           gst_element_yield anymore
37703         * gst/modplug/gstmodplug.cc:
37704           fix pad negotiation (fixes #136590)
37705
37706 2004-03-09  David Schleef  <ds@schleef.org>
37707
37708         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37709         doesn't conflict with the internal colorspace plugin.
37710         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37711         satisfy the crappy-ass shell shipped by a certain vendor.
37712         * gst/videofilter/make_filter: same (bug #135299)
37713
37714 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37715
37716         * configure.ac: bump nano to 1
37717
37718 === release 0.7.6 ===
37719
37720 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37721
37722         * configure.in: releasing 0.7.6, "There"
37723
37724 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37725
37726         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37727         * pkgconfig/gstreamer-play.pc.in:
37728           synchronize the two
37729
37730 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37731
37732         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37733         (cdparanoia_open), (cdparanoia_event):
37734           fix/add error handling
37735         * po/POTFILES.in:
37736           add cdparanoia source
37737         * tools/Makefile.am:
37738           make scripts executable
37739
37740 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37741
37742         * configure.ac:
37743         * ext/vorbis/Makefile.am:
37744         * sys/Makefile.am:
37745           remove id3types, vorbisfile and xvideosink from the build (#133783)
37746
37747 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37748
37749         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37750           Fix metadata read crash (#136537).
37751
37752 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37753
37754         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37755         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37756           adding mime types, fixing the one-stop function
37757
37758 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37759
37760         * ext/nas/nassink.c and /ext/nas/nassink.h:
37761         More NAS love from Arwed von Merkatz
37762         So lets all sing 'Can you feel the NAS tonight'
37763
37764 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37765
37766         * tools/gst-launch-ext.in:
37767         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37768
37769 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37770
37771         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37772         (gst_mpeg2dec_init):
37773         remove the user_data pad for now, because it is being used in
37774         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37775         If someone knows how to fix this properly, please do.
37776
37777 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37778
37779         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37780         (gst_osssink_get_time):
37781         add a warning, IMO this won't get triggered anymore, remove later
37782
37783 2004-03-07  David Schleef  <ds@schleef.org>
37784
37785         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37786         format (bug #136470)
37787
37788 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37789
37790         * gst-libs/Makefile.am:
37791         * gst-libs/gst/media-info/Makefile.am:
37792         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37793         (error_callback), (gst_media_info_error_create),
37794         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37795         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37796         * gst-libs/gst/media-info/media-info-priv.h:
37797         * gst-libs/gst/media-info/media-info-test.c: (main):
37798         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37799         (gst_media_info_class_init), (gst_media_info_instance_init),
37800         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37801         (gst_media_info_read_idler), (gst_media_info_read):
37802         * gst-libs/gst/media-info/media-info.h:
37803         fixed, should work now
37804
37805 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37806
37807         * ext/nas/nassink.c:
37808         A bunch of NAS fixes from Arwed von Merkatz
37809
37810 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37811
37812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37813         (qtdemux_parse_trak):
37814           Fix crash (j might be greater than n_samples, in which case we're
37815           writing outside the allocated space for the array) and memleak.
37816
37817 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37818
37819         * sys/oss/gstosssink.c: (gst_osssink_chain):
37820           And another caller that couldn't handle delay < 0 (unsigned
37821           integer overflow). Video now continues playing on an audio
37822           buffer underrun, and the clock continues working. Audio still
37823           stalls.
37824
37825 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37826
37827         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37828         (gst_osssink_get_time):
37829           get_delay() may return values lower than 0. In those cases, we
37830           should not actually cast to *unsigned* int64, that will break
37831           stuff horribly. In my case, it screwed up A/V sync in movies
37832           in totem rather badly.
37833
37834 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37835
37836         * ext/faac/gstfaac.c: (gst_faac_chain):
37837         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37838         * ext/libpng/gstpngenc.c: (user_write_data):
37839         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37840         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37841         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37842         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37843         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37844         of any buffer), should fix some leaks. I hope I didn't unref buffers
37845         that shouldn't be...
37846
37847 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37848
37849         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37850         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37851         (error_callback), (gmi_reset), (gmi_seek_to_track),
37852         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37853         (gmip_find_type_post), (gmip_find_stream_post),
37854         (gmip_find_track_streaminfo_post):
37855         * gst-libs/gst/media-info/media-info-priv.h:
37856         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37857         (info_print), (main):
37858         * gst-libs/gst/media-info/media-info.c:
37859         (gst_media_info_error_create), (gst_media_info_error_element),
37860         (gst_media_info_instance_init), (gst_media_info_get_property),
37861         (gst_media_info_new), (gst_media_info_set_source),
37862         (gst_media_info_read_idler), (gst_media_info_read):
37863         * gst-libs/gst/media-info/media-info.h:
37864           first pass at making this work again.  This seems to work on
37865           tagged ogg/vorbis and mp3 files.
37866
37867 2004-03-06  Benjamin Otte  <otte@gnome.org>
37868
37869         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37870           fix huge leak: gst_buffer_merge doesn't unref the first argument
37871           itself.
37872
37873 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37874
37875         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37876           report layer/mode/emphasis
37877
37878 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37879
37880         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37881
37882 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37883
37884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37885           signal serial
37886
37887 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37888
37889         * ext/vorbis/vorbis.c: (plugin_init):
37890         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37891         (gst_vorbis_dec_init), (vorbis_dec_event):
37892         add debug category
37893         make vorbisdec handle _BYTE and _TIME queries
37894
37895 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37896
37897         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37898           from the xing header
37899
37900 2004-03-06  Benjamin Otte  <otte@gnome.org>
37901
37902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37903         (gst_audio_convert_link), (gst_audio_convert_change_state),
37904         (gst_audio_convert_buffer_from_default_format):
37905           do conversions from/to float correctly, fix some caps nego errors,
37906           export correct supported caps in template and getcaps, use correct
37907           caps in try_set_caps functions
37908
37909 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37910
37911         For some reason, I only committed a ChangeLog entry yesterday and
37912         not the corresponding code...
37913         * ext/mad/gstmad.c: Fix detection of Xing headers
37914         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37915
37916 2004-03-06  Benjamin Otte  <otte@gnome.org>
37917
37918         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37919         (gst_ogg_demux_src_query):
37920           make sure to handle the case where there's no current chain
37921           gracefully.
37922
37923 2004-03-05  David Schleef  <ds@schleef.org>
37924
37925         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37926         Add fixate function. (bug #131128)
37927         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37928         (gst_sdlvideosink_fixate):  Add fixate function.
37929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37930         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37931         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37932         Fix missing break that was causing ulaw to be interpreted as
37933         raw int.
37934
37935 2004-03-05  David Schleef  <ds@schleef.org>
37936
37937         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37938         Fix code that ignores return value of gst_buffer_merge().
37939         (bug #114560)
37940         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37941         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37942         * testsuite/gst-lint:  Check for above.
37943
37944 2004-03-05  David Schleef  <ds@schleef.org>
37945
37946         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37947         caps and throw an element error.  (bug #136334)
37948
37949 2004-03-05  David Schleef  <ds@schleef.org>
37950
37951         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37952         (gst_faad_chain): Fix negotiation.
37953         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37954         key and button events.
37955         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37956         dung heap of code.
37957         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37958         depends on gconf
37959         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37960         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37961         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37962         function to encourage better negotiation, particularly between
37963         audioconvert and osssink.
37964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37965         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37966         more important.
37967         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37968         typefinding.
37969         * gst/vbidec/vbiscreen.c:  Add glib header
37970         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37971
37972 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37973
37974         * ext/mad/gstmad.c: Fix detection of Xing headers
37975         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37976
37977 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37978
37979         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37980         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37981           debug updates
37982
37983 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37984
37985         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37986         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37987         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37988         files, and report the parsed length as a GST_TAG_DURATION tag.
37989         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37990
37991 2004-03-05  Benjamin Otte  <otte@gnome.org>
37992
37993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37994           convert channels correctly. convert correctly to unsigned.
37995
37996 2004-03-05  Julien MOUTTE <julien@moutte.net>
37997
37998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37999         we have a window before clearing it.
38000
38001 2004-03-05  Julien MOUTTE <julien@moutte.net>
38002
38003         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
38004         have a window before clearing it.
38005
38006 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38007
38008         * gconf/gstreamer.schemas.in:
38009         * gst-libs/gst/gconf/Makefile.am:
38010           version installation path the same way as for 0.6
38011         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38012         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38013         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38014           remove comment that was fixed
38015
38016 2004-03-05  David Schleef  <ds@schleef.org>
38017
38018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38019         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38020         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38021         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38022         Add prototype code for handling seeking and querying.
38023
38024 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38025
38026         * examples/gstplay/player.c: (main):
38027           Initialize variables to NULL. Prevents a segfault because the
38028           (uninitialized) variable is not NULL, resulting in a crash on
38029           trying to reach error->message.
38030
38031 2004-03-05  Benjamin Otte  <otte@gnome.org>
38032
38033         * gst/audioconvert/gstaudioconvert.c:
38034         (gst_audio_convert_buffer_to_default_format):
38035         make float=>int conversion work correctly even in cornercases.
38036
38037 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38038
38039         * debian/README.Debian:
38040         * debian/build-deps:
38041         * debian/changelog:
38042         * debian/control:
38043         * debian/control.in:
38044         * debian/copyright:
38045         * debian/gstreamer-a52dec.files:
38046         * debian/gstreamer-aa.files:
38047         * debian/gstreamer-alsa.files:
38048         * debian/gstreamer-alsa.manpages:
38049         * debian/gstreamer-arts.files:
38050         * debian/gstreamer-artsd.files:
38051         * debian/gstreamer-audiofile.files:
38052         * debian/gstreamer-avifile.files:
38053         * debian/gstreamer-cdparanoia.files:
38054         * debian/gstreamer-colorspace.files:
38055         * debian/gstreamer-doc.files:
38056         * debian/gstreamer-dv.files:
38057         * debian/gstreamer-dvd.files:
38058         * debian/gstreamer-esd.files:
38059         * debian/gstreamer-festival.files:
38060         * debian/gstreamer-flac.files:
38061         * debian/gstreamer-gconf.conffiles:
38062         * debian/gstreamer-gconf.files:
38063         * debian/gstreamer-gconf.postinst:
38064         * debian/gstreamer-gnomevfs.files:
38065         * debian/gstreamer-gsm.files:
38066         * debian/gstreamer-http.files:
38067         * debian/gstreamer-jack.files:
38068         * debian/gstreamer-jpeg.files:
38069         * debian/gstreamer-mad.files:
38070         * debian/gstreamer-mikmod.files:
38071         * debian/gstreamer-misc.files:
38072         * debian/gstreamer-mpeg2dec.files:
38073         * debian/gstreamer-oss.files:
38074         * debian/gstreamer-plugin-apps.files:
38075         * debian/gstreamer-plugin-apps.manpages:
38076         * debian/gstreamer-plugin-libs-dev.files:
38077         * debian/gstreamer-plugin-libs.files:
38078         * debian/gstreamer-plugin-template.postinst:
38079         * debian/gstreamer-plugin-template.postrm:
38080         * debian/gstreamer-sdl.files:
38081         * debian/gstreamer-sid.files:
38082         * debian/gstreamer-vorbis.files:
38083         * debian/gstreamer-x.files:
38084         * debian/mk.control:
38085         * debian/rules:
38086         Debian package info not maintained here.
38087
38088 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38089
38090         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38091         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38092         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38093         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38094         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38095         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38096         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38097         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38098         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38099         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38100         * gst-libs/gst/colorbalance/colorbalance.c:
38101         (gst_color_balance_class_init):
38102         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38103         (gst_color_balance_channel_class_init):
38104         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38105         * gst-libs/gst/play/play.c: (gst_play_class_init):
38106         * gst-libs/gst/propertyprobe/propertyprobe.c:
38107         (gst_property_probe_iface_init):
38108         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38109         * gst-libs/gst/tuner/tunerchannel.c:
38110         (gst_tuner_channel_class_init):
38111         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38112         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38113         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38114         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38115         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38116         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38117         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38119         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38120           fix signals to use - instead of _
38121         * ext/libcaca/gstcacasink.h:
38122         * ext/sdl/sdlvideosink.h:
38123           fix header rename
38124
38125 2004-03-04  David Schleef  <ds@schleef.org>
38126
38127         * testsuite/gst-lint:  Add a check for bad signal names.
38128
38129 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38130
38131         reviewed by David Schleef
38132
38133         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38134         modified the alpha channel and caused a warning. (bug #136192)
38135
38136 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38137
38138         * gst-plugins.spec.in:
38139         Change names of plugins to actually be correct. Try to keep things
38140         alphabetical to avoid getting beat up by Thomas
38141
38142 2004-03-03  Julien MOUTTE <julien@moutte.net>
38143
38144         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38145         Using ximagesink as a default if no gconf key found. We should
38146         probably consider using alsasink instead of osssink for the audio
38147         part.
38148
38149 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38150
38151         * configure.ac:
38152           fix --with-plugins, don't think it ever worked before
38153         * gst-plugins.spec.in:
38154           even more updates
38155
38156 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38157
38158         * ext/sdl/sdlvideosink.h:
38159         * sys/ximage/ximagesink.h:
38160         * sys/xvideo/xvideosink.h:
38161         * sys/xvimage/xvimagesink.h:
38162           Fix for move of gstvideosink.h -> videosink.h.
38163
38164 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38165
38166         * gst-libs/gst/xwindowlistener/Makefile.am:
38167           this is a plugin library, not a library
38168
38169 2004-03-01  David Schleef  <ds@schleef.org>
38170
38171         * AUTHORS:  Added some names.  Add yourself if you're still
38172         missing.
38173
38174 2004-03-01  David Schleef  <ds@schleef.org>
38175
38176         * MAINTAINERS: Add
38177
38178 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38179
38180         * gst-plugins.spec.in: clean up spec file
38181
38182 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38183
38184         * gst-libs/gst/video/Makefile.am:
38185         * gst-libs/gst/video/gstvideosink.c:
38186         * gst-libs/gst/video/gstvideosink.h:
38187           rename gstvideosink.h to videosink.h to match other headers
38188         * gst/mixmatrix/Makefile.am:
38189           fix plugin filename
38190         * gst/tags/Makefile.am: fix plugin filename
38191
38192 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38193
38194         * gst/tags/Makefile.am: fix plugin filename
38195
38196 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38197
38198         * examples/gstplay/player.c: (got_time_tick), (main):
38199           add error handler
38200           display time_tick more readably
38201         * gst/mixmatrix/Makefile.am:
38202           fix plugin file name
38203
38204 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38205
38206         * sys/oss/gstosselement.c: (gst_osselement_probe),
38207         (device_combination_append), (gst_osselement_class_probe_devices):
38208         * sys/oss/gstosselement.h:
38209           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38210           on my system using alsa oss emulation, fixes bug #135597
38211
38212 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38213
38214         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38215         (gst_videodrop_chain), (gst_videodrop_change_state):
38216         * gst/videodrop/gstvideodrop.h:
38217           Work based on timestamp of input data, not based on the expected
38218           framerate from the input. The consequence is that this element now
38219           not only scales framerates, but also functions as a framerate
38220           corrector or framerate stabilizer/constantizer.
38221
38222 2004-02-27  David Schleef  <ds@schleef.org>
38223
38224         patches from jmmv@menta.net (Julio M. Merino Vidal)
38225
38226         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38227         GST_ELEMENT_ERROR call (bug #135634)
38228         * gst/interleave/interleave.c: (interleave_buffered_loop),
38229         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38230         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38231         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38232         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38233         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38234         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38235         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38236         Fix GST_ELEMENT_ERROR call.
38237         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38238         GST_ELEMENT_ERROR call.
38239
38240 2004-02-27  Benjamin Otte  <otte@gnome.org>
38241
38242         * gst-libs/gst/audio/audio.h:
38243           add macro to make sure header isn't included twice
38244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38245           don't use gst_buffer_free
38246         * gst/playondemand/filter.func:
38247           don't use gst_data_free. Free data only once.
38248
38249 2004-02-26  David Schleef  <ds@schleef.org>
38250
38251         * gst-libs/gst/colorbalance/Makefile.am:
38252         * gst-libs/gst/mixer/Makefile.am:
38253         * gst-libs/gst/tuner/Makefile.am:
38254         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38255         should not be disted, -marshal.h files should not be installed,
38256         and -enum.h files _should_ be installed.  Fix to make this the
38257         case.
38258
38259 === release 0.7.5 ===
38260
38261 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38262
38263         * configure.ac: release 0.7.5, "Under The Sea"
38264
38265 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38266
38267         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38268         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38269         * gst/videoscale/gstvideoscale.c:
38270         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38271           assorted debug/warning fixes
38272
38273 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38274
38275         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38276         (gst_videoscale_init), (gst_videoscale_chain),
38277         (gst_videoscale_set_property), (plugin_init):
38278         * gst/videoscale/gstvideoscale.h:
38279         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38280         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38281         (gst_videoscale_planar400), (gst_videoscale_packed422),
38282         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38283         (gst_videoscale_24bit), (gst_videoscale_16bit),
38284         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38285         (gst_videoscale_scale_plane_slow),
38286         (gst_videoscale_scale_point_sample),
38287         (gst_videoscale_scale_nearest),
38288         (gst_videoscale_scale_nearest_str2),
38289         (gst_videoscale_scale_nearest_str4),
38290         (gst_videoscale_scale_nearest_32bit),
38291         (gst_videoscale_scale_nearest_24bit),
38292         (gst_videoscale_scale_nearest_16bit):
38293         add debugging category and use it properly
38294         fix use of GST_PTR_FORMAT
38295
38296 2004-02-25  Andy Wingo  <wingo@pobox.com>
38297
38298         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38299         push only when channel->buffer is NULL. Prevents segfaults doing
38300         the state change after a nonlocal exit, like a scheme exception.
38301
38302         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38303         Handle the case where the intersected caps is empty.
38304
38305 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38306
38307         * gst/law/mulaw-decode.c: (mulawdec_link):
38308         * gst/law/mulaw.c: (plugin_init):
38309           fix mulawdec so it actually works again
38310
38311 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38312
38313         reviewed by: David Schleef  <ds@schleef.org>
38314
38315         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38316         (gst_gamma_init), (gst_gamma_set_property),
38317         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38318         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38319         for RGB, with separate r g and b correction factors. (#131167)
38320
38321 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38322
38323         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38324           only signal tags for bitrate if they're > 0 (#134894)
38325
38326 2004-02-24  David Schleef  <ds@schleef.org>
38327
38328         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38329         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38330         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38331         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38332         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38333         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38334         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38335         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38336         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38337         category.  Attempt to fix timestamp calculation.
38338
38339 2004-02-24  Johan Dahlin  <johan@gnome.org>
38340
38341         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38342
38343 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38344
38345         * configure.ac:
38346         * gconf/Makefile.am:
38347         * gconf/gstreamer.schemas:
38348         * gst-libs/gst/gconf/Makefile.am:
38349         * gst-libs/gst/gconf/gconf.c:
38350           version gconf schemas and install locations
38351
38352 2004-02-23  Benjamin Otte  <otte@gnome.org>
38353
38354         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38355         (gst_xine_input_subclass_init):
38356           call parent dispose.
38357           change pad template for CD reader correctly
38358         * ext/xine/Makefile.am:
38359         * ext/xine/gstxine.h:
38360         * ext/xine/xine.c: (plugin_init):
38361         * ext/xine/xineaudiosink.c:
38362           wrap audio sinks, too
38363         * gst-libs/gst/resample/private.h:
38364         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38365         (gst_resample_reinit), (gst_resample_scale),
38366         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38367         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38368         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38369         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38370         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38371         * gst-libs/gst/resample/resample.h:
38372         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38373         (gst_audioscale_class_init), (gst_audioscale_link),
38374         (gst_audioscale_get_buffer), (gst_audioscale_init),
38375         (gst_audioscale_chain), (gst_audioscale_set_property),
38376         (gst_audioscale_get_property):
38377         * gst/audioscale/gstaudioscale.h:
38378           s/resample_*/gst_resample_*/i to not clobber namespaces
38379
38380 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38381
38382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38383         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38384         (gst_riff_create_video_template_caps),
38385         (gst_riff_create_audio_template_caps),
38386         (gst_riff_create_iavs_template_caps):
38387         * gst-libs/gst/riff/riff-media.h:
38388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38389         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38390         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38391         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38393         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38394         (gst_matroska_demux_plugin_init): First batch implementing audio and
38395         video codec tags in demuxers.
38396
38397 2004-02-22  Benjamin Otte  <otte@gnome.org>
38398
38399         * ext/xine/Makefile.am:
38400         * ext/xine/gstxine.h:
38401         * ext/xine/xine.c: (plugin_init):
38402         * ext/xine/xineinput.c:
38403           add input plugin wrapper. Playback from files, http, mms and cdda
38404           works.
38405         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38406           remove leftover G_GNUC_UNUSED
38407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38408         (gst_asf_demux_identify_guid):
38409           improve debugging output
38410
38411 2004-02-22  Benjamin Otte  <otte@gnome.org>
38412
38413         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38414
38415         * autogen.sh:
38416           replace test -e with test -x for mkinstalldirs to be more portable.
38417           (fixes #134816)
38418
38419 2004-02-22  Benjamin Otte  <otte@gnome.org>
38420
38421         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38422
38423         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38424           set rank to PRIMARY
38425         * gst/volume/gstvolume.c: (plugin_init):
38426           set rank to NONE
38427         fixes #134960
38428
38429 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38430
38431         reviewed by Benjamin Otte  <otte@gnome.org>
38432
38433         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38434           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38435
38436 2004-02-22  Benjamin Otte  <otte@gnome.org>
38437
38438         * configure.ac:
38439           export [_]*{gst,Gst,GST}.* symbols from plugins
38440
38441 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38442
38443         reviewed by: Benjamin Otte  <otte@gnome.org>
38444
38445         * ext/lame/gstlame.c: (add_one_tag):
38446         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38447         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38448         (gst_vorbisenc_metadata_set1):
38449         * gst/tags/gstid3tag.c:
38450         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38451           apply fixes from bugs #135042 (lame can't write tags) and #133817
38452           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38453
38454 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38455
38456         * configure.ac: Export only gst_plugin_desc from plugins.
38457          Note that this change only makes any effect with Linux using libtool
38458          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38459          fine. And don't try to have several versions of libtool in different
38460          directories.
38461
38462 2004-02-20  Andy Wingo  <wingo@pobox.com>
38463
38464         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38465         interleave respectively.
38466
38467         * gst/interleave/deinterleave.c: New plugin: deinterleave
38468         (replaces on oneton).
38469         * gst/interleave/interleave.c: New plugin: interleave.
38470         * gst/interleave/plugin.h: Support file.
38471         * gst/interleave/plugin.c: Support file.
38472
38473         * configure.ac: Remove intfloat and oneton, add interleave.
38474
38475         * ext/sndfile/gstsf.c: Handle events better.
38476
38477         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38478         and float2int operation. int2float has scheduling problems as
38479         noted in in2float_chain.
38480
38481 2004-02-20  Benjamin Otte  <otte@gnome.org>
38482
38483         * ext/xine/Makefile.am:
38484         * ext/xine/gstxine.h:
38485         * ext/xine/xine.c:
38486         * ext/xine/xineaudiodec.c:
38487         * ext/xine/xinecaps.c:
38488           add first version of xine plugin wrapper. Currently only wraps the
38489           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38490         * configure.ac:
38491         * ext/Makefile.am:
38492           add xine plugin wrapper, disabled by default. Use --enable-xine to
38493           build. Note that it'll segfault on gst-register if you don't remove
38494           the goom and tvtime post plugins from xine.
38495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38496         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38497           add extradata parsing for QDM2.
38498           change around debugging prints.
38499
38500 2004-02-19  Benjamin Otte  <otte@gnome.org>
38501
38502         * ext/lame/gstlame.c: (gst_lame_chain):
38503         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38504           use gst_tag_list_insert when you want to insert tags
38505
38506 2004-02-18  David Schleef  <ds@schleef.org>
38507
38508         * configure.ac:  Move massink to gst-rotten
38509         * ext/Makefile.am:
38510         * ext/mas/Makefile.am:
38511         * ext/mas/massink.c:
38512         * ext/mas/massink.h:
38513
38514 2004-02-18  David Schleef  <ds@schleef.org>
38515
38516         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38517         typefinding, since it seems to be worse than nothing.
38518         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38519         atom to recognize .mp4 and .m4a files as video/quicktime.
38520
38521 2004-02-18  David Schleef  <ds@schleef.org>
38522
38523         * gst/sine/demo-dparams.c: (quit_live),
38524         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38525         Use double dparams, not float.
38526         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38527         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38528         sync'd elements don't really work correctly.
38529         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38530         (volume_update_volume), (volume_get_property):  Change dparam
38531         to double.
38532
38533 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38534
38535         * sys/ximage/ximagesink.c:
38536         (gst_ximagesink_xwindow_update_geometry),
38537         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38538         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38539         (gst_ximagesink_init): Rework the way software video scaling works. So
38540         now we check on each chain call if the video frames are feeling the
38541         window. If not we try to renegotiate caps. On failure we memorize that
38542         and we won't try again for that PLAYING sessions.
38543         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38544         failure.
38545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38546         synchronous flag.
38547
38548 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38549
38550         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38551           break up _link so we can give a better debug message for errors
38552
38553 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38554
38555         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38556           set up debug category
38557
38558 2004-02-18  Julien MOUTTE <julien@moutte.net>
38559
38560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38561         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38562         the way renegotiation work. The event handling function is not taking
38563         care of external windows and renegotiate method check for pad flags
38564         NEGOTIATING. Should fix : #133209
38565
38566 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38567
38568         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38569         pad is negotiating before trying renegotiation.
38570
38571 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38572
38573         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38574           pass on all possible mime types as typefind hints
38575
38576 2004-02-17  Julien MOUTTE <julien@moutte.net>
38577
38578         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38580         possible SHM leak if we crash. All other apps using XShm are doing
38581         that.
38582
38583 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38584
38585         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38586         (gst_ximagesink_expose): Renegotiate size on expose.
38587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38588         size on expose.
38589
38590 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38591
38592         * testsuite/alsa/sinesrc.c:
38593           cosmetic fix to fix compile issue with gcc 2.95.4
38594
38595 2004-02-16  Julien MOUTTE <julien@moutte.net>
38596
38597         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38598         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38599         failed opening the audio device.
38600         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38601         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38602         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38603         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38604         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38605         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38606         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38607         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38608         Removing some useless g_return_if_fail like wingo suggested.
38609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38610         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38611         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38612         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38613         (gst_xvimagesink_update_colorbalance),
38614         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38615         (gst_xvimagesink_xcontext_clear),
38616         (gst_xvimagesink_get_fourcc_from_caps),
38617         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38618         (gst_xvimagesink_set_xwindow_id),
38619         (gst_xvimagesink_colorbalance_list_channels),
38620         (gst_xvimagesink_colorbalance_set_value),
38621         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38622         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38623
38624 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38625
38626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38627           throw error when not negotiated instead of asserting
38628
38629 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38630
38631         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38632         correct data refcounting.
38633
38634 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38635
38636         * gst/switch/gstswitch.c: (gst_switch_change_state),
38637         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38638         change, mostly the EOS flag.
38639
38640 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38641
38642         * examples/gstplay/player.c: (got_eos), (main): Adding some
38643         output for debugging.
38644         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38645         timeouts if we go to any state different from PLAYING.
38646         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38647         more EOS bugs in riff lib.
38648
38649 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38650
38651         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38652         visualization until i find a way to fix switch correctly.
38653         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38654         EOS arrives.
38655         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38656         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38657         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38658         Reworked switch to get a more correct behaviour with events and refing
38659         of data stored in sinkpads.
38660         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38661         we don't pull from a pad in EOS.
38662
38663 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38664
38665         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38666           remove v1 tag even if we can't read it (makes sure we don't detect
38667           it again)
38668
38669 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38670
38671         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38672         (gst_alsa_xrun_recovery):
38673         * ext/alsa/gstalsa.h:
38674           try xrun recovery when wait failed. Make xrun recovery function
38675           return TRUE/FALSE to indicate success. (might fix #134354)
38676
38677 2004-02-13  David Schleef  <ds@schleef.org>
38678
38679         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38680         (dynparm_value_changed), (main): Convert from float to double.
38681         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38682
38683 2004-02-13  David Schleef  <ds@schleef.org>
38684
38685         * gst/silence/gstsilence.c: (gst_silence_class_init),
38686         (gst_silence_set_clock), (gst_silence_get),
38687         (gst_silence_set_property), (gst_silence_get_property):
38688         * gst/silence/gstsilence.h: Add sync property.
38689         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38690         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38691         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38692         * gst/sine/gstsinesrc.h: Add sync property.
38693
38694 2004-02-13  David Schleef  <ds@schleef.org>
38695
38696         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38697         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38698
38699 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38700
38701         * configure.ac:
38702         * ext/Makefile.am:
38703         * gst-libs/ext/Makefile.am:
38704           move ffmpeg plugin to gst-ffmpeg module
38705
38706 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38707
38708         * configure.ac: use GST_ARCH to detect architecture
38709
38710 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38711
38712         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38713
38714 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38715
38716         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38717           classify LADSPA plugins based on number of src/sink pads
38718           (#133663, Stefan Kost)
38719         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38720           fix dparams registration
38721           (#133528, Stefan Kost)
38722         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38723           fix use of isprint and use g_ascii_isprint instead
38724           (#133316, Stefan Kost)
38725
38726 2004-02-11  David Schleef  <ds@schleef.org>
38727
38728         Convert a few inner loops to use liboil.  This is currently
38729         optional, and is only enabled if liboil is present (duh!).
38730         * configure.ac: Check for liboil-0.1
38731         * gst/intfloat/Makefile.am:
38732         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38733         (gst_int2float_chain_gint16):
38734         * gst/videofilter/Makefile.am:
38735         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38736         (tablelookup_u8), (gst_videobalance_planar411):
38737         * gst/videotestsrc/Makefile.am:
38738         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38739         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38740         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38741         (paint_hline_RGB565), (paint_hline_xRGB1555):
38742
38743 2004-02-11  David Schleef  <ds@schleef.org>
38744
38745         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38746         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38747         (gst_colorspace_getcaps), (gst_colorspace_link),
38748         (gst_colorspace_base_init), (gst_colorspace_init),
38749         (gst_colorspace_chain), (gst_colorspace_change_state),
38750         (plugin_init): Merge Ronald's patch (bug #117897) and update
38751         for new caps and negotiation.  Seems to work, although it
38752         shows off bugs in lcs.
38753
38754 2004-02-11  David Schleef  <ds@schleef.org>
38755
38756         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38757         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38758
38759 2004-02-11  David Schleef  <ds@schleef.org>
38760
38761         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38762         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38763         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38764         Add server and port properties
38765
38766 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38767
38768         * m4/a52.m4:
38769         * m4/aalib.m4:
38770         * m4/as-ffmpeg.m4:
38771         * m4/as-liblame.m4:
38772         * m4/as-slurp-ffmpeg.m4:
38773         * m4/check-libheader.m4:
38774         * m4/esd.m4:
38775         * m4/freetype2.m4:
38776         * m4/gconf-2.m4:
38777         * m4/glib.m4:
38778         * m4/gst-alsa.m4:
38779         * m4/gst-artsc.m4:
38780         * m4/gst-ivorbis.m4:
38781         * m4/gst-matroska.m4:
38782         * m4/gst-sdl.m4:
38783         * m4/gst-shout2.m4:
38784         * m4/gst-sid.m4:
38785         * m4/gtk.m4:
38786         * m4/libdv.m4:
38787         * m4/libfame.m4:
38788         * m4/libmikmod.m4:
38789         * m4/ogg.m4:
38790         * m4/vorbis.m4:
38791           fix underquotedness of macros (#133800)
38792         * m4/as-avifile.m4:
38793         * m4/xmms.m4:
38794           removed because no longer used
38795
38796 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38797
38798         * configure.ac:
38799           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38800           by autopoint (fixes #132996)
38801
38802 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38803
38804         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38805         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38806         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38807         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38808           fix memleaks
38809
38810 2004-02-11  David Schleef  <ds@schleef.org>
38811
38812         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38813         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38814         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38815         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38816         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38817         (gst_jpegenc_class_init), (gst_jpegenc_init),
38818         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38819         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38820         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38821         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38822
38823 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38824
38825         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38826         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38827         * ext/mikmod/gstmikmod.h:
38828           fix caps negotiation in mikmod
38829         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38830           output debug information
38831
38832 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38833
38834         * gst-libs/gst/colorbalance/Makefile.am:
38835         * gst-libs/gst/navigation/Makefile.am:
38836         * gst-libs/gst/xoverlay/Makefile.am:
38837           remove unused GST_OPT_CFLAGS from Makefiles
38838           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38839
38840 2004-02-07  David Schleef  <ds@schleef.org>
38841
38842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38843         push events to pads that haven't been created (#133508)
38844
38845 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38846
38847         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38848         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38849         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38850         (gst_dvdec_loop), (gst_dvdec_change_state):
38851         Second attempt at committing a working dvdec element.
38852
38853 2004-02-06  David Schleef  <ds@schleef.org>
38854
38855         Build fixes for OS X: (see #129600)
38856         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38857         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38858         (gst_riff_read_strf_iavs):
38859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38860         (gst_avi_demux_stream_odml):
38861         * gst/playondemand/Makefile.am:
38862         * gst/rtp/rtp-packet.c:
38863
38864 2004-02-05  David Schleef  <ds@schleef.org>
38865
38866         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38867         last change, because it Just Doesn't Compile.
38868
38869 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38870
38871         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38872           skip undecodable id3v2 tag instead of keeping it
38873
38874 2004-02-05  David Schleef  <ds@schleef.org>
38875
38876         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38877         Unref leaked buffer.  (Noticed by Ronald)
38878
38879 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38880
38881         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38882         Sync requires with other checks.  >= vs =.
38883
38884 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38885
38886         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38887         (gst_dvdec_video_link), (gst_dvdec_loop):
38888         * ext/dv/gstdvdec.h:
38889           rework the caps negotiation so that dvdec works again instead
38890           of just segfaulting.
38891
38892 === release 0.7.4 ===
38893
38894 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38895
38896         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38897         * configure.ac: changed for release
38898
38899 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38900
38901         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38902         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38903         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38904         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38905           reworked patch by David Lehn to fix libdir and includedir for
38906           uninstalled libraries
38907           removed play and gconf from gstreamer-libs since they have their
38908           own pkgconfig files
38909
38910 2004-02-04  David Schleef  <ds@schleef.org>
38911
38912         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38913         memleak.
38914
38915 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38916
38917         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38918           use correct GST_TAG_ENCODER tag
38919
38920 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38921
38922         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38923           be sure to stop the clock when going to paused
38924         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38925           reset number of transmitted when going to ready.
38926         fixes #132935
38927
38928 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38929
38930         reviewed by Benjamin Otte
38931
38932         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38933           extract track count (fixes #133410)
38934
38935 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38936
38937         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38938           that should be !=, not == (fixes #132519)
38939
38940 2004-02-04  David Schleef  <ds@schleef.org>
38941
38942         Make sure set_explicit_caps() is called before adding pad.
38943         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38944         * gst/id3/gstid3types.c: (gst_id3types_loop):
38945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38946         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38947
38948 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38949
38950         * configure.ac:
38951           bump nano to 2, first prerelease
38952           put back AM_PROG_LIBTOOL
38953
38954 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38955
38956         * testsuite/alsa/Makefile.am:
38957           these are user test apps, not automatic testsuite tests
38958
38959 2004-02-04  David Schleef  <ds@schleef.org>
38960
38961         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38962         * gst/mpeg1videoparse/gstmp1videoparse.c:
38963         (mp1videoparse_parse_seq):
38964         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38965         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38966         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38967         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38968         (gst_xvideosink_getcaps):
38969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38970         * testsuite/gst-lint: more tests
38971
38972 2004-02-04  David Schleef  <ds@schleef.org>
38973
38974         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38975         with the code that they would expand to.
38976         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38977         (gst_flacdec_get_src_query_types),
38978         (gst_flacdec_get_src_event_masks):
38979         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38980         (gst_gnomevfssrc_get_query_types),
38981         (gst_gnomevfssrc_get_event_mask):
38982
38983 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38984
38985         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38986         (gst_sinesrc_dispose):
38987           fix memleak by properly disposing sinesrc
38988
38989 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38990
38991         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38992         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38993         an overlay to redraw the image because it has been exposed.
38994         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38995         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38996         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38997         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38998         interface
38999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
39000         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
39001         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
39002         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
39003         interface
39004
39005 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39006
39007         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
39008           more memleak fixage
39009
39010 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39011
39012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
39013         * gst/typefind/gsttypefindfunctions.c:
39014           fix memleaks shown by gst-typefind
39015
39016 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39017
39018         * common/glib-gen.mak:
39019           add hack rule to touch .Plo files
39020         * gst-libs/gst/colorbalance/Makefile.am:
39021         * gst-libs/gst/mixer/Makefile.am:
39022         * gst-libs/gst/play/Makefile.am:
39023         * gst-libs/gst/tuner/Makefile.am:
39024           remove glib_root variable
39025
39026 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39027
39028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39029           set explicit caps before adding the element, so the autopluggers can
39030           plug correctly.
39031         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39032         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39033         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39034         (dv_type_find):
39035           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39036           argument.
39037
39038 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39039
39040         * gst-libs/gst/colorbalance/Makefile.am:
39041         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39042         * gst-libs/gst/colorbalance/colorbalance.c:
39043         * gst-libs/gst/colorbalance/colorbalance.h:
39044         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39045         * gst-libs/gst/mixer/Makefile.am:
39046         * gst-libs/gst/mixer/mixer-marshal.list:
39047         * gst-libs/gst/mixer/mixer.c:
39048         * gst-libs/gst/mixer/mixer.h:
39049         * gst-libs/gst/mixer/mixermarshal.list:
39050         * gst-libs/gst/play/Makefile.am:
39051         * gst-libs/gst/play/play.h:
39052         * gst-libs/gst/tuner/Makefile.am:
39053         * gst-libs/gst/tuner/tuner-marshal.list:
39054         * gst-libs/gst/tuner/tuner.c:
39055         * gst-libs/gst/tuner/tuner.h:
39056         * gst-libs/gst/tuner/tunermarshal.list:
39057           use new glib-gen.mak snippet to clean up Makefile.am
39058           fix various bugs in Makefile.am's
39059
39060 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39061
39062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39063           handle chain parsing correctly in the multichain case
39064         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39065         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39066         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39067         (theora_dec_chain):
39068           handle events and queries correctly
39069
39070 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39071
39072         * .cvsignore:
39073         Ignore generated file _stdint.h.
39074
39075 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39076
39077         * gst-libs/gst/colorbalance/Makefile.am:
39078         * gst-libs/gst/colorbalance/colorbalance.h:
39079         * gst-libs/gst/mixer/Makefile.am:
39080         * gst-libs/gst/mixer/mixer.h:
39081         * gst-libs/gst/play/Makefile.am:
39082         * gst-libs/gst/play/play.h:
39083         * gst-libs/gst/tuner/Makefile.am:
39084         * gst-libs/gst/tuner/tuner.h:
39085         Generate enum type code with glib-mkenums.
39086         * gst-libs/gst/colorbalance/.cvsignore:
39087         * gst-libs/gst/mixer/.cvsignore:
39088         * gst-libs/gst/play/.cvsignore:
39089         * gst-libs/gst/tuner/.cvsignore:
39090         Ignore generated files.
39091
39092 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39093
39094         * gst-libs/gst/audio/.cvsignore:
39095         Ignore generated file.
39096         * gst-libs/gst/audio/Makefile.am:
39097         Do not install example filter.
39098
39099 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39100
39101         * examples/switch/.cvsignore:
39102         Ignore generated file.
39103
39104 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39105
39106         * common/m4/ax_create_stdint_h.m4:
39107         * configure.ac:
39108           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39109           _stdint.h.
39110         * Makefile.am:
39111           remove generated _stdint.h in DISTCLEANFILES
39112         * ext/a52dec/gsta52dec.c:
39113           include _stdint.h for a52dec. (should fix #133064)
39114
39115 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39116
39117         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39118         (gst_tag_to_vorbis_comments):
39119         Add replaygain support to vorbistag
39120
39121 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39122         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39123         (gst_ffmpeg_caps_to_extradata):
39124           Fix SVQ3 caps flag properties
39125           Use glib macro for bytes swap
39126
39127 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39128
39129         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39130         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39131         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39132         * ext/sndfile/gstsf.c: (plugin_init):
39133         * gst/avi/gstavi.c: (plugin_init):
39134         * sys/dxr3/dxr3init.c: (plugin_init):
39135         * sys/oss/gstossaudio.c: (plugin_init):
39136         * sys/v4l/gstv4l.c: (plugin_init):
39137         * sys/v4l2/gstv4l2.c: (plugin_init):
39138           remove textdomain calls
39139         * po/nl.po:
39140           update Dutch translation
39141
39142 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39143
39144         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39145         (gst_play_set_audio_sink): Moving volume in the audio thread for
39146         instantaneous volume change. Maybe i will add another volume in front
39147         of visualization later, not sure yet though.
39148
39149 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39150
39151         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39152         (gst_ximagesink_handle_xevents): Better X events handling, only take
39153         the latest events for configure and motion.
39154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39155
39156 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39157
39158         reviewed by: David Schleef  <ds@schleef.org>
39159
39160         Fix memory leaks:
39161         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39162         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39163
39164 2004-02-02  David Schleef  <ds@schleef.org>
39165
39166         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39167         of lines.
39168         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39169         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39170         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39171         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39172         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39173         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39174         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39175         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39176         (gst_float2_2_int_link):
39177         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39178         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39179         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39180         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39181         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39182         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39183         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39184         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39185         * testsuite/gst-lint: Add tests for bzero and ;;
39186
39187 2004-02-02  David Schleef  <ds@schleef.org>
39188
39189         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39190
39191 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39192
39193         * ext/aalib/gstaasink.c: (gst_aasink_open):
39194         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39196         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39197         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39198         (gst_afsink_close_file):
39199         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39200         (gst_afsrc_close_file):
39201         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39202         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39203         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39204         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39205         * ext/esd/esdmon.c: (gst_esdmon_get):
39206         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39207         * ext/faac/gstfaac.c: (gst_faac_chain):
39208         * ext/faad/gstfaad.c: (gst_faad_chain):
39209         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39210         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39211         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39212         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39213         (gst_flacdec_loop):
39214         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39215         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39218         (gst_gnomevfssink_close_file):
39219         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39220         (gst_gnomevfssrc_open_file):
39221         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39222         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39223         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39224         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39225         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39226         * ext/mad/gstmad.c: (gst_mad_chain):
39227         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39228         * ext/mpeg2dec/gstmpeg2dec.c:
39229         * ext/mpeg2enc/gstmpeg2enc.cc:
39230         * ext/mplex/gstmplex.cc:
39231         * ext/mplex/gstmplexibitstream.cc:
39232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39233         (gst_ogg_demux_push):
39234         * ext/raw1394/gstdv1394src.c:
39235         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39236         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39237         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39238         (gst_sf_loop):
39239         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39240         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39241         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39242         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39243         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39244         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39245         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39246         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39247         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39248         (gst_riff_read_element_data), (gst_riff_read_seek),
39249         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39250         * gst/adder/gstadder.c: (gst_adder_loop):
39251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39252         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39254         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39255         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39256         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39257         * gst/goom/gstgoom.c: (gst_goom_chain):
39258         * gst/id3/gstid3types.c: (gst_id3types_loop):
39259         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39260         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39261         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39262         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39263         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39264         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39265         (gst_ebml_read_float), (gst_ebml_read_header):
39266         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39267         (gst_matroska_demux_parse_blockgroup):
39268         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39269         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39270         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39271         * gst/silence/gstsilence.c: (gst_silence_get):
39272         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39273         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39274         * gst/speed/gstspeed.c: (speed_loop):
39275         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39276         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39277         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39278         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39279         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39280         (gst_wavparse_loop):
39281         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39282         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39283         (dxr3audiosink_close):
39284         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39285         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39286         (dxr3videosink_close), (dxr3videosink_write_data):
39287         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39288         * sys/oss/gstosssink.c: (gst_osssink_chain):
39289         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39290         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39294         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39295         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39296         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39297         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39298         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39299         (gst_v4l_set_audio):
39300         * sys/v4l/v4l_calls.h:
39301         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39302         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39303         (gst_v4lmjpegsink_playback_init),
39304         (gst_v4lmjpegsink_playback_start):
39305         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39306         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39307         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39308         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39309         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39310         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39311         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39312         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39313         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39314         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39315         (gst_v4l2_get_output), (gst_v4l2_set_output),
39316         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39317         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39318         (gst_v4l2_set_attribute):
39319         * sys/v4l2/v4l2_calls.h:
39320         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39321         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39322         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39323         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39324         (gst_v4l2src_capture_stop):
39325         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39326         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39327         (gst_ximagesink_chain):
39328         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39329         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39330         (gst_xvideosink_xwindow_new):
39331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39332         (gst_xvimagesink_chain):
39333
39334 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39335
39336         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39337         (gst_volume_get_volume), (volume_class_init), (volume_init),
39338         (volume_chain_int16), (volume_update_volume):
39339         * gst/volume/gstvolume.h:
39340           make code more readable by removing magic numbers
39341           make mixer interface export 0-100 range
39342           make it internally map to 0.0-1.0 range so users don't distort
39343           output by putting the sliders at full volume
39344
39345 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39346
39347         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39348         (gst_play_state_change), (gst_play_seek_to_time):
39349         block the tick callback for 0.5 secs after doing a seek
39350
39351 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39352
39353         * gst-libs/gst/play/play.c: (gst_play_new):
39354           check for GError
39355
39356 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39357
39358         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39359         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39360         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39361         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39363         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39364
39365 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39366
39367         * configure.ac:
39368         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39369           check for a function added in vorbis 1.1
39370
39371 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39372
39373         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39374         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39375           really start/stop clock only on PLAYING <=> PAUSED
39376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39377           remove \n from debugging lines
39378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39379           make it work when seeking does not
39380         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39381           reset on DISCONT
39382
39383 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39384
39385         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39386           start clock on PAUSED=>PLAYING, not later
39387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39388           extract correct time for different discont formats
39389         (gst_alsa_sink_get_time):
39390           don't segfault when no format is negotiated yet, just return 0
39391         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39392         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39393         (gst_ogg_pad_push):
39394           handle flush and discont events correctly
39395         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39396           handle discont events correctly
39397
39398 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39399
39400         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39401         (gst_play_error_create), (gst_play_error_plugin),
39402         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39403         * gst-libs/gst/play/play.h:
39404           add error handling during creation
39405         * examples/gstplay/player.c: (main):
39406           use new gst_play_new
39407
39408
39409 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39410
39411         * ext/theora/theoradec.c: (theora_dec_chain):
39412           make comments work
39413         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39414         (vorbis_dec_src_event), (vorbis_dec_chain):
39415           add encoder tag, fix tag reading to be more error tolerant, change
39416           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39417           gst_pad_event_default.
39418         * gst/tags/gstvorbistag.c:
39419         (gst_tag_list_from_vorbiscomment_buffer):
39420           undefine function specific define at end of function
39421
39422 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39423
39424         * ext/flac/gstflac.c: (plugin_init):
39425         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39426         * ext/flac/gstflacdec.h:
39427         * ext/flac/gstflacenc.h:
39428           Fix typos
39429
39430 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39431
39432         * examples/gstplay/player.c: s/gstplay.h/play.h/
39433
39434 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39435
39436         * gst-libs/gst/play/Makefile.am:
39437         * gst-libs/gst/play/gstplay.c:
39438         * gst-libs/gst/play/gstplay.h:
39439         * gst-libs/gst/play/play.c:
39440           more surgery, operation complete
39441
39442 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39443
39444         * gst-libs/gst/play/play.old.c:
39445         * gst-libs/gst/play/play.old.h:
39446           after CVS surgery by moving, remove
39447         * gst-libs/gst/play/playpipelines.c:
39448           remove
39449
39450         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39451           add negotiation error
39452
39453 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39454
39455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39456         (gst_ogg_demux_push):
39457           add some seeking debug info
39458           send a flush when seeking
39459
39460 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39461
39462         * configure.ac:
39463           use AC_C_INLINE
39464         * configure.ac:
39465         * ext/Makefile.am:
39466         * ext/theora/Makefile.am:
39467         * ext/theora/theoradec.c:
39468           add theora video decoder. Does just do simple decoding for now and
39469           has been tested against Theora cvs only. It only works when theora
39470           is compiled with --enable-static.
39471         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39472           always reset packetno on DISCONT
39473
39474 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39475
39476         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39477           Fix audio.
39478
39479 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39480
39481         * gst/mpegaudioparse/gstmpegaudioparse.c:
39482         (mp3_type_frame_length_from_header):
39483           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39484
39485 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39486
39487         * ext/esd/esdsink.c: (gst_esdsink_init):
39488           Since we have static pad template caps, we don't need to negotiate;
39489           either the core errors out or we know the format.
39490
39491 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39492
39493         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39494         (gst_riff_read_seek):
39495         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39496         (gst_ebml_read_seek):
39497           Fix event handling.
39498
39499 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39500
39501         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39502           removee video/x-theora from vp3 decoder, it doesn't handle raw
39503           theora streams
39504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39505           fix bug with finalizing element that never went to PAUSED
39506         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39507           length and position queries were swapped
39508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39509         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39510         (vorbis_dec_src_event):
39511           implement querying time and bytes
39512
39513 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39514
39515         * just about every source file:
39516           gst_element_error -> GST_ELEMENT_ERROR
39517
39518 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39519
39520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39521         emiting FLUSH and even before DISCONT.
39522         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39523         get the best instant seeking as possible yay!
39524
39525 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39526
39527         * gst/mpeg1videoparse/gstmp1videoparse.c:
39528         (gst_mp1videoparse_real_chain):
39529           Committed wrong version last week... Grr... Didn't notice until now.
39530
39531 2004-01-29  Julien MOUTTE <julien@moutte.net>
39532
39533         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39535         have_xwindow_id signal in xwindow_create.
39536
39537 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39538
39539         * ext/ogg/gstoggdemux.c:
39540           lots of changes - mainly support for chained bitstreams, seeking,
39541           querying and bugfixes of course
39542         * ext/vorbis/Makefile.am:
39543         * ext/vorbis/vorbisdec.c:
39544         * ext/vorbis/vorbisdec.h:
39545           add vorbisdec raw vorbis decoder
39546         * ext/vorbis/vorbis.c: (plugin_init):
39547           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39548         * gst/intfloat/Makefile.am:
39549         * gst/intfloat/float22int.c:
39550         * gst/intfloat/float22int.h:
39551         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39552           add float2intnew plugin. It converts multichannel interleaved float to
39553           multichannel interleaved int. The name should probably be changed.
39554         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39555         (plugin_init):
39556           add typefinding for raw theora video so oggdemux can detect it.
39557
39558 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39559
39560         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39561         sink element first.
39562         * gst/videoscale/gstvideoscale.c:
39563         (gst_videoscale_handle_src_event): Fixing src event handler.
39564
39565 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39566
39567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39568         (gst_v4lsrc_open), (gst_v4lsrc_close),
39569         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39570         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39571         * sys/v4l/gstv4lsrc.h:
39572         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39573         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39574           Implement resizing... Hack. But that's why v4l is b0rked...
39575
39576 2004-01-28  Julien MOUTTE <julien@moutte.net>
39577
39578         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39579         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39580         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39581         (gst_ximagesink_xwindow_destroy):
39582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39583         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39584         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39585         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39586         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39587         correctly cleaning the image created to check xshm calls on succes,
39588         added a lot of XSync calls in X11 functions, and fixed a segfault when
39589         no image format was defined before negotiation happened.
39590
39591 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39592
39593         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39594           use gst_element_get_time to get correct time
39595
39596 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39597
39598         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39599         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39600         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39602         (gst_xvimagesink_check_xshm_calls),
39603         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39604         X plugins are now able to detect that XShm calls will fail even if the
39605         server claims that it has XShm support (remote displays most of the
39606         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39607         so that we use non XShm functions. This feature is almost useless for
39608         xvimagesink as Xv is not supported on remote displays anyway, but
39609         it might happen than even on the local display XShm calls fail.
39610
39611 2004-01-27  David Schleef  <ds@schleef.org>
39612
39613         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39614         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39615         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39616         changed esdsink to only use 44100,16,2, since esd sucks at rate
39617         conversion and esdsink has had difficulty negotiating.
39618
39619 2004-01-27  Julien MOUTTE <julien@moutte.net>
39620
39621         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39622         (gst_play_seek_to_time): Fixing the way to get current position.
39623
39624 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39625
39626         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39627           use gst_element_get_time to get correct time
39628
39629 2004-01-27  Julien MOUTTE <julien@moutte.net>
39630
39631         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39632         fix ever... Inverting 2 lines of code make spider autoplug correctly
39633         tagged mp3 !
39634
39635 2004-01-27  David Schleef  <ds@schleef.org>
39636
39637         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39638         Use gst_pad_try_set_caps_nonfixed().
39639
39640 2004-01-27  David Schleef  <ds@schleef.org>
39641
39642         * gst/ac3parse/gstac3parse.c: update to checklist 5
39643         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39644         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39645         * gst/audioscale/gstaudioscale.c: same
39646         * gst/auparse/gstauparse.c: same
39647         * gst/avi/gstavidemux.c: same
39648
39649 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39650
39651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39652           stop processing after EOS
39653
39654 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39655
39656         * gst/asfdemux/asfheaders.h:
39657         * gst/asfdemux/gstasfdemux.c:
39658         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39659         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39660         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39661           lot's of fixes to make data extraction simpler and get the code
39662           architecture and compiler independant. Add debugging category
39663         * gst/goom/gstgoom.c: (gst_goom_change_state):
39664           reset channel count on PAUSED=>READY, not READY=>PAUSED
39665
39666 2004-01-26  Colin Walters  <walters@verbum.org>
39667
39668         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39669         code to pull a bigger buffer in iradio mode.  This as a side effect
39670         makes typefinding work.
39671
39672 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39673
39674         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39675         Fix SVQ3 decoding on PPC
39676
39677 2004-01-26  Julien MOUTTE <julien@moutte.net>
39678
39679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39680         that one managed to stay there... Fixed.
39681
39682 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39683
39684         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39685         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39686         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39687         (qtdemux_video_caps):
39688         * gst/qtdemux/qtdemux.h:
39689         Add SVQ3 specific flags to qtdemux and ffmpeg
39690
39691 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39692
39693         * gst-libs/gst/audio/audio.h:
39694           remove buffer-frames from audio caps
39695         * gst/audioconvert/gstaudioconvert.c:
39696           fix plugin to really work.
39697
39698 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39699
39700         * gst-libs/gst/mixer/mixer.c:
39701         * gst-libs/gst/propertyprobe/propertyprobe.c:
39702         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39703         (gst_tuner_find_channel_by_name):
39704         * gst-libs/gst/tuner/tuner.h:
39705           Add gtk-doc style comments. Also fix a function name.
39706
39707 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39708
39709         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39710         (gst_divxdec_negotiate):
39711           Fix for new capsnego - also fixes gst-player with divxdec.
39712
39713 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39714
39715         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39716         (gst_play_identity_handoff), (gst_play_set_location),
39717         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39718         try in visualization implementation. Still have an issue with switch
39719         blocking when pulling from video_queue and only audio comes out of
39720         spider.
39721         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39722         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39723         release method. And check if the pad is usable before pulling.
39724
39725 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39726
39727         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39728         (gst_videobalance_init),
39729         (gst_videobalance_colorbalance_list_channels),
39730         (gst_videobalance_colorbalance_set_value),
39731         (gst_videobalance_colorbalance_get_value),
39732         (gst_videobalance_update_properties),
39733         (gst_videobalance_update_tables_planar411),
39734         (gst_videobalance_planar411):
39735         * gst/videofilter/gstvideobalance.h:
39736           Implement lookup-tables. +/- 10x faster.
39737
39738 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39739
39740         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39741         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39742           The index reading was broken. The rest worked fine, but the whole
39743           goal of my rewrite was to make avidemux readable, and this was
39744           not at all readable. Please use typed variables.
39745
39746 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39747
39748         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39749           Additional pad usability check.
39750         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39751         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39752         (gst_mp1videoparse_real_chain):
39753           Fix MPEG video stream parsing. The original plugin had several
39754           issues, including not timestamping streams where the source was
39755           not timestamped (this happens with PTS values in mpeg system
39756           streams, but MPEG video is also a valid stream on its own so
39757           that needs timestamps too). We use the display time code for that
39758           for now. Also, if one incoming buffer contains multiple valid
39759           frames, we push them all on correctly now, including proper EOS
39760           handling. Lastly, several potential segfaults were fixed, and we
39761           properly sync on new sequence/gop headers to include them in next,
39762           not previous frames (since they're header for the next frame, not
39763           the previous). Also see #119206.
39764         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39765         (bpf_from_header):
39766           Move caps setting so we only do it after finding several valid
39767           MPEG-1 fraes sequentially, not right after the first one (which
39768           might be coincidental).
39769         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39770         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39771         (plugin_init):
39772           Add unsynced MPEG video stream typefinding, and change some
39773           probability values so we detect streams rightly. The idea is as
39774           follows: I can have an unsynced system stream which contains
39775           video. In the current code, I would randomly get a type for either
39776           system or video stream type found, because the probabilities are
39777           being calculated rather randomly. I now use fixed values, so we
39778           always prefer system stream if that was found (and that is how it
39779           should be). If no system stream was found, we can still identity                the stream as video-only.
39780
39781 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39782
39783         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39784         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39785           don't write to buffer. Extract data without the need of
39786           __attribute__ ((packed))
39787
39788 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39789
39790         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39791         (mpeg1_sys_type_find):
39792           Fix MPEG-1 stream typefinding.
39793
39794 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39795
39796         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39797           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39798
39799 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39800
39801         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39802         * ext/esd/gstesd.c: (plugin_init):
39803           private debugging, better error reporting
39804
39805 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39806
39807         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39808         (gst_riff_read_init), (gst_riff_read_change_state):
39809         * gst-libs/gst/riff/riff-read.h:
39810           Remove stuff fromold metadata system.
39811
39812 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39813
39814         * ext/ogg/gstoggdemux.c:
39815           Fix wrong file comment.
39816         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39817         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39818           Add metadata reading properly.
39819
39820 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39821
39822         * ext/Makefile.am:
39823           Fix nas DIST_SUBDIRS
39824           Uraeus:
39825           Fix bug where make distcheck doesn't get run on adding stuff to
39826           the build.
39827
39828 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39829
39830         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39831         * ext/divx/gstdivxdec.h:
39832           Fix divx3 ("msmpeg4") playback using divxdec.
39833
39834 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39835
39836         * gst/typefind/gsttypefindfunctions.c:
39837         (mp3_type_frame_length_from_header): fix bug in length computation
39838         (mp3_type_find): improve debugging output
39839
39840 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39841
39842         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39843         (gst_play_set_location), (gst_play_seek_to_time),
39844         (gst_play_set_audio_sink), (gst_play_set_visualization),
39845         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39846         the pipeline from scratch. Visualization is back and switch went out as
39847         i realized it was not possible to use the way i wanted.
39848         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39849         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39850         clearing in state change from READY to NULL. So that one can clean the
39851         X ressources keeping the element.
39852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39853         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39854         (gst_xvimagesink_colorbalance_set_value),
39855         (gst_xvimagesink_colorbalance_get_value),
39856         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39857         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39858         change from READY to NULL and fixed some stupid bugs in colorbalance
39859         get/set values. Also added the following feature : when nobody tries to
39860         set some values to the colorbalance levels before the xcontext is
39861         grabbed, then when creating channels list from Xv attributes we set the
39862         internal values to the Xv defaults. This way we handle buggy Xv drivers
39863         that set default hue values far from the middle of the range (Thanks
39864         to Jon Trowbridge for pointing that issue).
39865         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39866         colorbalance levels have been set before xcontext is grabbed.
39867
39868 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39869
39870         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39871           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39872           it might block operations (which is bad for a mixer).
39873
39874 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39875
39876         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39877         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39878         (gmip_find_type_pre):
39879         * gst-libs/gst/media-info/media-info-priv.h:
39880         * gst-libs/gst/media-info/media-info.c:
39881         (gst_media_info_instance_init), (gst_media_info_read_idler):
39882         add fakesink to get caps on decoder src pad again
39883         fix callback prototype to match new have_type signal signature
39884
39885 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39886
39887         * gst/adder/gstadder.c: (gst_adder_link):
39888           fix non-compile and cut-n-paste code
39889
39890 2004-01-21  David Schleef  <ds@schleef.org>
39891
39892         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39893         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39894         (gst_swfdec_init), (gst_swfdec_change_state):
39895         * ext/swfdec/gstswfdec.h:
39896         Fix negotiation.
39897         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39898         (gst_adder_request_new_pad): Fix negotiation.
39899         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39900         Add a fixate function.
39901         * gst/intfloat/gstfloat2int.c:
39902         * gst/intfloat/gstfloat2int.h:
39903         * gst/intfloat/gstint2float.c:
39904         * gst/intfloat/gstint2float.h:
39905         Completely rewrite the negotiation.  Doesn't quite work yet,
39906         due to some buffer-frames problem.
39907
39908 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39909
39910         * ext/gnomevfs/gstgnomevfssrc.c:
39911         * sys/v4l2/v4l2_calls.h:
39912           fix includes for distcheck
39913
39914 2004-01-21  Christian Schaller <uraeus@gnome.org>
39915
39916         * ext/nas/
39917         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39918         based on earlier patch from Laurent Vivier
39919
39920 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39921
39922         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39923         Fix wma caps property
39924         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39925         Fix typo (flags1 and flags2)
39926
39927 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39928
39929         * gst-libs/gst/media-info/media-info-priv.c:
39930         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39931         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39932         (gmip_find_stream), (gmip_find_track_metadata),
39933         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39934         (gmip_find_track_format):
39935         * gst-libs/gst/media-info/media-info-priv.h:
39936         * gst-libs/gst/media-info/media-info-test.c: (main):
39937         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39938         (gst_media_info_read_idler), (gst_media_info_read):
39939         * gst-libs/gst/media-info/media-info.h:
39940           register debugging category and use it for debugging
39941
39942 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39943
39944         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39945         (gst_vorbisfile_new_link):
39946           signal streaminfo through tags
39947
39948 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39949
39950         * ext/mplex/gstmplex.cc:
39951         * ext/mplex/gstmplexibitstream.cc:
39952           g++ doesn't like NULL in our i18n/error macros, should be
39953           either (NULL) or ("").
39954
39955 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39956
39957         * sys/dxr3/dxr3audiosink.c:
39958         * sys/dxr3/dxr3init.c:
39959         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39960         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39961           Fix more error error error errors (missing includes here).
39962
39963 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39964
39965         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39966           fix thomas' error errors.
39967
39968 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39969
39970         * ext/mpeg2enc/gstmpeg2enc.cc:
39971           fix error errors.
39972
39973 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39974
39975         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39976         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39977           Fix for new error system.
39978
39979 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39980
39981         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39982           fix for new error reporting
39983
39984 2004-01-20  David Schleef  <ds@schleef.org>
39985
39986         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39987         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39988         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39989         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39990         and neither is 100+, most likely.
39991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39992         (gst_xvimagesink_getcaps): same
39993
39994 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39995
39996         * configure.ac:
39997           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39998           clashes with ffmpeg.
39999
40000 2004-01-20  Julien MOUTTE  <julien@moutte.net>
40001
40002         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40003         (gst_switch_init): Fixed switch element : proxying link and setting
40004         caps from src to sink on request.
40005
40006 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40007
40008         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
40009         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
40010         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
40011         fix element_error
40012
40013 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40014
40015         * sys/v4l/v4l_calls.h:
40016         * sys/v4l2/v4l2_calls.h:
40017           element_error fixes
40018
40019 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40020
40021         * gst-libs/gst/gst-i18n-plugin.h:
40022           add locale.h
40023           remove config.h inclusion
40024
40025 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40026
40027         * autogen.sh:
40028           adding autopoint invocation
40029         * Makefile.am:
40030         * configure.ac:
40031         * gst-libs/gst/gettext.h:
40032           adding gettext bits
40033         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40034         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40035         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40036         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40037         (gst_gnomevfssink_close_file):
40038         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40039         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40040         * gst-libs/gst/gst-i18n-plugin.h:
40041         * gst/avi/gstavi.c: (plugin_init):
40042         * sys/dxr3/dxr3init.c: (plugin_init):
40043         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40044         * sys/oss/gstossaudio.c: (plugin_init):
40045         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40046         * sys/v4l/gstv4l.c: (plugin_init):
40047         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40048         * sys/v4l2/gstv4l2.c: (plugin_init):
40049         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40050         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40051         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40052         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40053         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40054         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40055           make sure locale and translation domain are set
40056           fix translated strings
40057         * po/.cvsignore:
40058         * po/LINGUAS:
40059         * po/Makevars:
40060         * po/POTFILES.in:
40061         * po/nl.po:
40062           put translation files into place
40063         * sys/xvideo/imagetest.c: (main):
40064         * ext/dv/demo-play.c: (main):
40065           fix unnecessary translations
40066
40067 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40068
40069         * ext/sndfile/gstsf.c:
40070         * gst/avi/gstavimux.c:
40071         * ext/audiofile/gstafsink.c:
40072         * ext/audiofile/gstafsrc.c:
40073         * ext/gnomevfs/gstgnomevfssink.c:
40074         * ext/gnomevfs/gstgnomevfssrc.c:
40075         * sys/oss/gstosselement.c:
40076         * sys/v4l/v4l_calls.h:
40077           fix i18n include
40078
40079 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40080
40081         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40082         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40083         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40084         (gst_v4l2_get_output), (gst_v4l2_set_output),
40085         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40086         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40087         (gst_v4l2_set_attribute):
40088         update to new error handling
40089
40090 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40091
40092         * ext/sidplay/gstsiddec.cc:
40093         * gst/modplug/gstmodplug.cc:
40094           parenthese NULL because C++ seems angry about it
40095
40096 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40097
40098         * gst-libs/gst/gst-i18n-plugin.h:
40099           add skeleton i18n stuff, but needs to be further implemented
40100
40101 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40102
40103         * examples/gstplay/player.c: (main):
40104         * ext/aalib/gstaasink.c: (gst_aasink_open):
40105         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40106         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40107         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40108         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40109         (gst_afsink_close_file):
40110         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40111         (gst_afsrc_close_file):
40112         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40113         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40114         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40115         * ext/esd/esdmon.c: (gst_esdmon_get):
40116         * ext/esd/esdsink.c: (gst_esdsink_chain):
40117         * ext/faac/gstfaac.c: (gst_faac_chain):
40118         * ext/faad/gstfaad.c: (gst_faad_chain):
40119         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40120         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40121         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40122         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40123         (gst_flacdec_loop):
40124         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40125         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40126         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40127         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40128         (gst_gnomevfssink_close_file):
40129         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40130         (gst_gnomevfssrc_open_file):
40131         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40132         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40133         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40134         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40135         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40136         * ext/mad/gstmad.c: (gst_mad_chain):
40137         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40138         * ext/mpeg2dec/gstmpeg2dec.c:
40139         * ext/mpeg2enc/gstmpeg2enc.cc:
40140         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40141         * ext/mplex/gstmplex.cc:
40142         * ext/mplex/gstmplexibitstream.cc:
40143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40144         (gst_ogg_demux_push), (gst_ogg_pad_push):
40145         * ext/raw1394/gstdv1394src.c:
40146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40147         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40148         * ext/sidplay/gstsiddec.cc:
40149         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40150         (gst_sf_loop):
40151         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40152         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40153         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40155         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40156         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40157         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40158         * gst-libs/gst/Makefile.am:
40159         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40160         (gst_riff_read_element_data), (gst_riff_read_seek),
40161         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40162         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40163         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40164         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40165         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40166         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40167         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40168         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40169         * gst/goom/gstgoom.c: (gst_goom_chain):
40170         * gst/id3/gstid3types.c: (gst_id3types_loop):
40171         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40172         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40173         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40174         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40175         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40176         (gst_ebml_read_float), (gst_ebml_read_header):
40177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40178         (gst_matroska_demux_parse_blockgroup):
40179         * gst/modplug/gstmodplug.cc:
40180         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40181         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40182         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40183         * gst/silence/gstsilence.c: (gst_silence_get):
40184         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40185         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40186         * gst/speed/gstspeed.c: (speed_loop):
40187         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40188         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40189         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40190         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40191         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40192         (gst_wavparse_loop):
40193         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40194         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40195         (dxr3audiosink_close):
40196         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40197         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40198         (dxr3videosink_close), (dxr3videosink_write_data):
40199         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40200         * sys/oss/gstosselement.h:
40201         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40202         (gst_osssink_chain):
40203         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40204         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40205         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40206         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40207         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40208         (gst_v4l_enable_overlay):
40209         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40210         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40211         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40212         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40213         (gst_v4l_set_audio):
40214         * sys/v4l/v4l_calls.h:
40215         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40216         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40217         (gst_v4lmjpegsink_playback_init),
40218         (gst_v4lmjpegsink_playback_start):
40219         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40220         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40221         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40222         (gst_v4lmjpegsrc_requeue_frame):
40223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40224         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40225         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40228         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40229         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40230         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40231         (gst_v4l2src_capture_stop):
40232         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40234         (gst_ximagesink_chain):
40235         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40236         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40237         (gst_xvideosink_xwindow_new):
40238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40239         (gst_xvimagesink_chain):
40240         use new error signal, function and categories
40241
40242 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40243
40244         * configure.ac:
40245         * ext/Makefile.am:
40246         * ext/musicbrainz/gsttrm.c:
40247         * ext/musicbrainz/gsttrm.h:
40248         * ext/musicbrainz/Makefile.am:
40249         Add a trm plugin
40250
40251 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40252
40253         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40254         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40255         synchronous property for debugging.
40256         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40258         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40259         smaller block, fixing indent.
40260
40261 2004-01-16  David Schleef  <ds@schleef.org>
40262
40263         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40264         property affects the video stream.
40265         * sys/xvimage/xvimagesink.c:
40266         * sys/xvimage/xvimagesink.h:
40267         Add synchronous property for debugging.  Should probably be
40268         disabled in non-CVS builds.  Make sure that the Xv attribute
40269         exists before we set it (crash!).  Fix a silly float bug that
40270         caused colorbalance to just not work.
40271
40272 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40273
40274         * tools/gst-launch-ext.in - update for new plugins
40275
40276 2004-01-16  David Schleef  <ds@schleef.org>
40277
40278         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40279         already-freed caps.
40280
40281 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40282
40283         * Update spec for new colorspace plugin and libcaca plugin
40284         * Fix compilation of libcaca plugin (clock -> id)
40285
40286 2004-01-16  Julien MOUTTE <julien@moutte.net>
40287
40288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40289         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40290         (gst_xvimagesink_set_xwindow_id),
40291         (gst_xvimagesink_colorbalance_set_value),
40292         (gst_xvimagesink_colorbalance_get_value),
40293         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40294         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40295         correct colorbalance properties. They can now be set when the element
40296         is still in NULL state. The values will be committed to the Xv Port
40297         when xcontext is initialized.
40298         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40299         brightness int values in the GstXvImagesink structure.
40300
40301 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40302
40303         * gst-libs/gst/Makefile.am:
40304           restructure so having local patches works easier.
40305
40306 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40307
40308         * ext/mpeg2enc/Makefile.am:
40309         * ext/mpeg2enc/gstmpeg2enc.cc:
40310         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40311           Bugfix with respect to EOS handling.
40312
40313 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40314
40315         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40316           Link with right caps (else, it segfaults).
40317         * ext/mplex/gstmplexjob.cc:
40318           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40319
40320 2004-01-15  David Schleef  <ds@schleef.org>
40321
40322         * gst-libs/gst/audio/Makefile.am:
40323         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40324         from the template.
40325         * gst-libs/gst/audio/gstaudiofilter.c:
40326         * gst-libs/gst/audio/gstaudiofilter.h:
40327         Add bytes_per_sample and size and n_samples calculation.
40328         * gst-libs/gst/audio/gstaudiofilterexample.c:
40329         Remove, now autogenerated.
40330         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40331         Moved from gstaudiofilterexample, object name changed, code added
40332         so that it actually works.
40333         * gst-libs/gst/audio/make_filter:
40334         Script to build an audiofilter subclass from the template.
40335         * gst/colorspace/Makefile.am:
40336         * gst/colorspace/yuv2yuv.c:
40337         Remove file, since it's GPL, and we don't use it.
40338
40339 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40340
40341         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40343         them use the buffer free function to test how the buffer was allocated.
40344
40345 2004-01-15  David Schleef  <ds@schleef.org>
40346
40347         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40348         that handles osssink fallback.
40349         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40350         (gst_audio_convert_getcaps):
40351         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40352         Add audio/x-qdm2 for QDM2 audio.
40353         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40354         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40355         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40356         Decrease minimum size to 16x16.
40357         * gst/wavparse/gstwavparse.c:
40358         Convert disabled pad template caps to new caps.
40359         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40361         (gst_xvimagesink_chain): Throw element error when display cannot
40362         be opened.  Increase minimum framerate to 1.0.  Check the data
40363         free function on a buffer to make sure it is the type we expect
40364         before manipulating it.
40365
40366 2004-01-15  Julien MOUTTE <julien@moutte.net>
40367
40368         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40369         (gst_videobalance_colorbalance_set_value): Implement passthru if
40370         settings are in the middle.
40371         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40372
40373 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40374
40375         * gst/videofilter/Makefile.am:
40376         * gst/volume/Makefile.am:
40377           Since we use videofilter symbols, link to it.
40378
40379 2004-01-15  Julien MOUTTE <julien@moutte.net>
40380
40381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40382         mixer interface type to HARDWARE.
40383         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40384         type to SOFTWARE.
40385         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40386         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40387         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40388         (gst_volume_interface_init), (gst_volume_list_tracks),
40389         (gst_volume_set_volume), (gst_volume_get_volume),
40390         (gst_volume_set_mute), (gst_volume_mixer_init),
40391         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40392         (volume_init): Implementing mixer interface.
40393         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40394         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40395         (gst_osselement_change_state): Removing some trailing commas in
40396         structures.
40397         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40398         interface type to HARDWARE.
40399         * sys/v4l/gstv4lcolorbalance.c:
40400         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40401         type to HARDWARE.
40402         * sys/v4l2/gstv4l2colorbalance.c:
40403         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40404         interface type to HARDWARE.
40405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40406         same code than ximagesink for event handling.
40407
40408 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40409
40410         * ext/snapshot/Makefile.am:
40411         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40412         (gst_snapshot_chain):
40413         * ext/snapshot/gstsnapshot.h:
40414           This has to be a joke... Snapshot should be connected to a tee,
40415           colorspace element before it and EOS after that, where the other
40416           src of the tee receives normal data.
40417           The current way is *wrong*.
40418
40419 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40420
40421         * ext/hermes/gsthermescolorspace.c:
40422           Fix another compile error. Same as below.
40423
40424 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40425
40426         * gst/colorspace/gstcolorspace.c:
40427         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40428         (gst_colorspace_i420_to_yv12):
40429           Fix compiling... Didn't test if it actually works.
40430
40431 2004-01-15  David Schleef  <ds@schleef.org>
40432
40433         * configure.ac:
40434         * gst/colorspace/Makefile.am:
40435         * gst/colorspace/gstcolorspace.c:
40436         * gst/colorspace/gstcolorspace.h:
40437         * gst/colorspace/yuv2rgb.c:
40438         * gst/colorspace/yuv2rgb.h:
40439         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40440         code and GPL code.  Fix for new caps negotiation.  Rewrite
40441         much of the format handling code, and some of the conversion
40442         code.  Basically, rewrote almost everything.  This element
40443         handles I420, YV12 to RGB conversions.
40444         * ext/hermes/Makefile.am:
40445         * ext/hermes/gsthermescolorspace.c:
40446         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40447         Remove non-Hermes related code.  This element handles lots of
40448         RGB to RGB conversions, but no YUV.
40449         * ext/hermes/gstcolorspace.c:
40450         * ext/hermes/gstcolorspace.h:
40451         * ext/hermes/rgb2yuv.c:
40452         * ext/hermes/yuv2rgb.c:
40453         * ext/hermes/yuv2rgb.h:
40454         * ext/hermes/yuv2rgb_mmx16.s:
40455         * ext/hermes/yuv2yuv.c:
40456         * ext/hermes/yuv2yuv.h:
40457         Remove old code.
40458
40459 2004-01-14  Colin Walters  <walters@verbum.org>
40460
40461         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40462         they've already been.
40463
40464 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40465
40466         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40467           assume tag mode when pad is not connected
40468
40469 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40470
40471         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40472           Don't update the time of the clock
40473         (gst_alsa_sink_loop):
40474           sync to the clock given to alsasink, not the own clock
40475         * sys/oss/gstosssink.c: (gst_osssink_chain):
40476           sync to the clock
40477         (gst_osssink_change_state):
40478           activate the clock
40479         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40481           remove bogus code that made DISCONT events unhandled
40482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40483           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40484           #131502)
40485         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40486         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40487         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40488           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40489           2nd warning in bug #131502)
40490
40491 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40492
40493         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40494         (gst_videobalance_colorbalance_set_value),
40495         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40496         for colorbalance interface implementation.
40497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40498         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40499         (gst_ximagesink_dispose), (gst_ximagesink_init),
40500         (gst_ximagesink_class_init): Adding DISPLAY property.
40501         * sys/ximage/ximagesink.h: Adding display_name to store display.
40502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40503         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40504         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40505         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40506         properties (they still need polishing though for gst-launch use : no
40507         xcontext yet, i ll do that tomorrow).
40508         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40509
40510 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40511
40512         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40513         (gst_play_set_location), (gst_play_set_visualization): Preparing
40514         switch integration, adding videobalance in the pipeline.
40515
40516 2004-01-14  Julien MOUTTE <julien@moutte.net>
40517
40518         * gst-libs/gst/colorbalance/colorbalance.c:
40519         (gst_color_balance_class_init): Adding a default type.
40520         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40521         the type.
40522         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40523         (gst_videobalance_dispose), (gst_videobalance_class_init),
40524         (gst_videobalance_init), (gst_videobalance_interface_supported),
40525         (gst_videobalance_interface_init),
40526         (gst_videobalance_colorbalance_list_channels),
40527         (gst_videobalance_colorbalance_set_value),
40528         (gst_videobalance_colorbalance_get_value),
40529         (gst_videobalance_colorbalance_init): Implementing colorbalance
40530         interface.
40531         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40532         list.
40533         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40534         bug which was triggering a BadAccess X error when setting an overlay
40535         before pad was really negotiated.
40536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40537         Using the colorbalance type macro.
40538
40539 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40540
40541         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40542         (gst_flacenc_chain):
40543           handle tags correctly
40544         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40545           extract ID3v1 tags correctly
40546
40547 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40548
40549         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40550         (plugin_init):
40551           Improve matroska typefinding for odd-typed headers...
40552
40553 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40554
40555         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40556           Fix for using incremental number on padnames.
40557
40558 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40559
40560         * ext/divx/gstdivxdec.c:
40561         * ext/divx/gstdivxenc.c:
40562           Set category to divx4linux instead of divx (too generic).
40563         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40564         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40565         (gst_wavparse_loop), (gst_wavparse_change_state):
40566         * gst/wavparse/gstwavparse.h:
40567           fix parsing of WAV files with non-standard fmt-tag size and fix
40568           skipping of unrecognized chunks... Someone please fix this thing
40569           to use rifflib so all this is automated.
40570         * sys/v4l/Makefile.am:
40571         * sys/v4l2/Makefile.am:
40572           Add X_CFLAGS because we depend on X (for overlay).
40573
40574 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40575
40576         * ext/mpeg2dec/gstmpeg2dec.c:
40577           Don't issue a timestamp unless we tagged the frame
40578           with a PTS.
40579
40580 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40581
40582         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40583           Query the audio element to get the time, not the clock. We're
40584           interested in the element's time here.
40585
40586 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40587
40588         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40590         * ext/esd/esdsink.c: (gst_esdsink_chain):
40591         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40592         * ext/mas/massink.c: (gst_massink_chain):
40593         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40595         (gst_matroska_demux_parse_metadata):
40596         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40597         (gst_mpeg_parse_release_locks):
40598         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40599         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40600         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40601         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40602         (gst_osssink_change_state):
40603         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40604         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40605         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40606         (gst_xvideosink_release_locks):
40607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40608           use element time.
40609         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40610         (gst_alsa_clock_stop):
40611         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40612         (gst_audio_clock_get_internal_time):
40613           simplify for use with new clocking code.
40614         * testsuite/alsa/Makefile.am:
40615         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40616           fix testsuite for new caps system
40617
40618 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40619
40620         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40621         * ext/flac/gstflacenc.c: (add_one_tag):
40622           length is already host endian, no need to convert. Fixes playback of
40623           tagged files on PPC. (bug #128384)
40624
40625 2004-01-13  Julien MOUTTE <julien@moutte.net>
40626
40627         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40628         colorbalance interface stating if it is hardware based or software
40629         based.
40630         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40631         Removing a trailing comma.
40632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40633         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40634         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40635         the documentation seems to be wrong on the -1000 to 1000 interval.
40636
40637 2004-01-12  David Schleef  <ds@schleef.org>
40638
40639         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40640         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40641         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40642         Fix negotiation.  Add a bufferalloc function for the sink pad,
40643         and generally clean up some of the code.
40644
40645 2004-01-12  Julien MOUTTE <julien@moutte.net>
40646
40647         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40648         (gst_color_balance_channel_dispose): Adding safety check in dispose
40649         method.
40650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40651         (gst_xvimagesink_xcontext_clear),
40652         (gst_xvimagesink_interface_supported),
40653         (gst_xvimagesink_colorbalance_list_channels),
40654         (gst_xvimagesink_colorbalance_set_value),
40655         (gst_xvimagesink_colorbalance_get_value),
40656         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40657         Adding colorbalance interface support to set XV parameters such as
40658         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40659         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40660         interface.
40661
40662 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40663
40664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40665         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40666         (gst_audio_convert_init), (gst_audio_convert_set_property),
40667         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40668         (gst_audio_convert_link),
40669         (gst_audio_convert_buffer_to_default_format),
40670         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40671           - implement _getcaps and use it
40672           - improve linking
40673           - remove float caps since no float conversion is actually done
40674           - remove properties and arguments that were to be used for rate
40675             conversion
40676
40677 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40678
40679         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40680         (gst_audio_structure_set_int):
40681         * gst-libs/gst/audio/audio.h:
40682           add helper functions for _getcaps matching the standard audio
40683           templates
40684
40685 2004-01-12  David Schleef  <ds@schleef.org>
40686
40687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40688         Test that pad is negotiated before getting its caps.
40689
40690 2004-01-12  Julien MOUTTE <julien@moutte.net>
40691
40692         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40693         analyzing the pads of an element the bin is mostly in READY state so
40694         no caps were negotiated. This helper function needs to work with
40695         _get_caps directly then. I was not freeing them though, added that to
40696         fix the mem leak.
40697
40698 2004-01-12  Julien MOUTTE <julien@moutte.net>
40699
40700         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40702         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40703         than the free_func.
40704
40705 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40706
40707         * sys/oss/gstossaudio.c: (plugin_init):
40708         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40709         * sys/oss/gstosselement.h:
40710           make an oss debugging category
40711           make failure more descriptive
40712
40713 2004-01-11  David Schleef  <ds@schleef.org>
40714
40715         * ext/ffmpeg/gstffmpeg.c:
40716         * ext/ffmpeg/gstffmpegcodecmap.c:
40717         * ext/ffmpeg/gstffmpegdec.c:
40718         * ext/ffmpeg/gstffmpegenc.c:
40719         * ext/ffmpeg/gstffmpegprotocol.c:
40720         * ext/gdk_pixbuf/gstgdkanimation.c:
40721         * ext/jpeg/gstjpeg.c:
40722         * ext/libpng/gstpng.c:
40723         * ext/mpeg2dec/perftest.c:
40724         * ext/speex/gstspeex.c:
40725         * gst-libs/gst/resample/dtos.c:
40726         * gst/intfloat/gstintfloatconvert.c:
40727         * gst/oneton/gstoneton.c:
40728         * gst/rtjpeg/RTjpeg.c:
40729         * gst/rtp/gstrtp.c:
40730         * sys/dxr3/dxr3init.c:
40731         * sys/glsink/gstgl_nvimage.c:
40732         * sys/glsink/gstgl_pdrimage.c:
40733         * sys/glsink/gstglsink.c:
40734         * testsuite/gst-lint:
40735         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40736
40737 2004-01-11  David Schleef  <ds@schleef.org>
40738
40739         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40740         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40741         * ext/gdk_pixbuf/gstgdkanimation.c:
40742         (gst_gdk_animation_iter_create_pixbuf):
40743         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40744         (gst_gdk_pixbuf_chain):
40745         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40746         * ext/jack/gstjack.c: (gst_jack_change_state):
40747         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40748         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40749         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40750         * gst/videofilter/gstvideofilter.c:
40751         (gst_videofilter_set_output_size):
40752         Remove all usage of gst_pad_get_caps(), and replace it with
40753         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40754
40755 2004-01-11  David Schleef  <ds@schleef.org>
40756
40757         * configure.ac:
40758         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40759         * ext/divx/gstdivxdec.c:
40760         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40761         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40762         handle images that span multiple buffers.  Now work with both
40763         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40764         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40765         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40766         video/video.h changes
40767         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40769         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40770         of GstData free function.
40771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40772         same.
40773
40774 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40775
40776         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40777         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40778         (gst_v4l2element_get_property):
40779         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40780           add norm, channel and frequency properties.
40781         * sys/v4l2/gstv4l2tuner.c:
40782           fixes for tuner interface changes
40783         * sys/v4l2/gstv4l2element.h:
40784         * sys/v4l2/gstv4l2src.c:
40785         * sys/v4l2/gstv4l2src.h:
40786         * sys/v4l2/v4l2src_calls.c:
40787         * sys/v4l2/v4l2src_calls.h:
40788           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40789
40790 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40791
40792         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40793         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40794         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40795         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40796         * gst-libs/gst/tuner/tuner.h:
40797           GObjects aren't const.
40798           Add find_by_name functions.
40799           Add checks to _changed functions.
40800         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40801         (gst_v4l_tuner_get_norm):
40802           Fixes for above.
40803
40804 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40805
40806         * gst-libs/gst/video/video.h:
40807           Fix caps template names to be understandable.
40808           Prefix everything with GST_VIDEO.
40809         * ext/aalib/gstaasink.c:
40810         * ext/divx/gstdivxdec.c:
40811         * ext/divx/gstdivxenc.c:
40812         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40813         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40814         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40815         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40816         * ext/libcaca/gstcacasink.c:
40817         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40818         * ext/snapshot/gstsnapshot.c:
40819         * ext/swfdec/gstswfdec.c:
40820         * ext/xvid/gstxviddec.c:
40821         * ext/xvid/gstxvidenc.c:
40822         * gst/chart/gstchart.c:
40823         * gst/deinterlace/gstdeinterlace.c:
40824         * gst/effectv/gsteffectv.c:
40825         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40826         * gst/goom/gstgoom.c:
40827         * gst/median/gstmedian.c:
40828         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40829         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40830         * gst/overlay/gstoverlay.c:
40831         * gst/smooth/gstsmooth.c:
40832         * gst/smpte/gstsmpte.c:
40833         * gst/synaesthesia/gstsynaesthesia.c:
40834         * gst/videocrop/gstvideocrop.c:
40835         * gst/videodrop/gstvideodrop.c:
40836         * gst/y4m/gsty4mencode.c:
40837         * sys/qcam/gstqcamsrc.c:
40838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40839           Make them work with new video.h file.
40840         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40841         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40842         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40843         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40844           Make it work with new buffer allocation system.
40845
40846 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40847
40848         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40849         pad_alloc_buffer implementation to use ->srcpad
40850         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40851         pad_alloc_buffer implementation to use ->srcpad
40852         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40853         pad_alloc_buffer implementation to use ->srcpad
40854         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40855         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40856         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40857         a reference to everything we need.
40858         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40860         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40861         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40862         a reference to everything we need.
40863         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40864
40865 2004-01-11  David Schleef  <ds@schleef.org>
40866
40867         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40868         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40869         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40870         structure members.
40871         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40872         value during a resize/renegotiation.
40873         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40874         gst_pad_alloc_buffer();
40875         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40876         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40877         structure members.
40878         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40879         Fix for rename of buffer private structure members.
40880         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40881         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40882         Fix for rename of buffer private structure members.
40883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40884         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40885         Fix for rename of buffer private structure members.
40886
40887 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40888
40889         reviewed by: David Schleef <ds@schleef.org>
40890
40891         * gst/videofilter/Makefile.am:
40892         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40893         from the patch by ds to fit in with recent make_filter changes.
40894
40895 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40896
40897         * configure.ac: Adding examples/switch/Makefile
40898         * examples/Makefile.am: Adding examples/switch
40899         * examples/switch/Makefile.am: Adding switcher example.
40900         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40901         (switch_timer), (main): Adding an example demonstrating switch usage
40902         with 2 videotestsrc showing different patterns.
40903         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40904         (gst_switch_init): Fixing switch with the new caps system.
40905
40906 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40907
40908         * gst-libs/gst/video/video.h:
40909           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40910           They should probably be like
40911           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40912
40913 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40914
40915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40916         (qtdemux_parse_trak):
40917           fix audio chunk size/timestamp calculation
40918
40919 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40920
40921         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40922           fix SVQ3 caps
40923
40924 2004-01-11  Steve Baker  <steve@stevebaker.org>
40925
40926         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40927         (gst_agingtv_base_init), (gst_agingtv_class_init),
40928         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40929         (gst_agingtv_set_property), (gst_agingtv_get_property):
40930         Port agingTV to videofilter
40931
40932 2004-01-09  Julien MOUTTE <julien@moutte.net>
40933
40934         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40935         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40936
40937 2004-01-09  Julien MOUTTE <julien@moutte.net>
40938
40939         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40940         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40941         * gst-libs/gst/xoverlay/xoverlay.c:
40942         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40944         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40945         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40946         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40947         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40948         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40949         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40950         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40951         interface implementation to handle xid being 0 and fix some bugs
40952         triggered by Benjamin's testcase.
40953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40954         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40955         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40956         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40957         interface implementation to handle xid being 0 and fix some bugs
40958         triggered by Benjamin's testcase.
40959
40960 2004-01-09  David Schleef  <ds@schleef.org>
40961
40962         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40963         mouse pointer events.  It works.
40964
40965 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40966
40967         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40968           Use explicit caps - fix capsnego.
40969         * ext/xvid/gstxviddec.c:
40970         * ext/xvid/gstxvidenc.c:
40971           Remove macro-inside-macro which caused compile errors.
40972         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40973           Error out if it's not a RIFF file. Else we error out without
40974           gst_element_error() which is not good...
40975
40976 2004-01-08  David Schleef  <ds@schleef.org>
40977
40978         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40979         Fix pad_link function to handle formats that ffmpeg returns
40980         as multiple caps structures.
40981         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40982         Only complain if source buffer is _smaller_ than expected.
40983         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40984         (gst_videoscale_handle_src_event): Resize navigation events
40985         when passing them upstream.
40986         * gst/videotestsrc/gstvideotestsrc.c:
40987         * gst/videotestsrc/gstvideotestsrc.h:
40988         * gst/videotestsrc/videotestsrc.c:
40989         * gst/videotestsrc/videotestsrc.h:
40990         Rewrite many of the buffer painting functions to handle odd
40991         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40992         been verified to work with my video card.
40993         * testsuite/gst-lint:  Add check for elements calling
40994         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40995
40996 2004-01-08  David Schleef  <ds@schleef.org>
40997
40998         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40999         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
41000
41001 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41002
41003         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
41004         configure event is not emiting the desired size signal. That fixes
41005         aspect ratio issues with gst-player.
41006
41007 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41008
41009         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
41010           Fix capsnego.
41011
41012 2004-01-08  Julien MOUTTE  <julien@moutte.net>
41013
41014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41015         public method to fire size signal.
41016
41017 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41018
41019         * examples/gstplay/Makefile.am: Adding the interface library.
41020         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41021         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41022         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41023         GST_IS_X_OVERLAY before signal connect.
41024         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41025         Removing the have_video_size signal.
41026         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41027         and associated public method.
41028         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41029         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41030         signal.
41031         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41032         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41033         signal.
41034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41035         Using XOverlay public method to fire size signal.
41036
41037 2004-01-07  David Schleef  <ds@schleef.org>
41038
41039         * gst/videofilter/Makefile.am:
41040         * gst/videofilter/gstvideotemplate.c:
41041         * gst/videofilter/make_filter:
41042         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41043         Convert make_filter to /bin/sh script.
41044
41045 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41046
41047         * gst/modplug/gstmodplug.cc: fix element description
41048
41049 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41050
41051         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41052         (got_video_size): Adding some new lines in g_print calls.
41053         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41054         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41055         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41056         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41057         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41058         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41059         Complete code review, reverting some stuff i disagree with, adding
41060         some fixes : time synchronization on invalid timestamps, renegotiation
41061         of private window.
41062         * sys/ximage/ximagesink.h:
41063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41064         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41065         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41066         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41067         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41068         (gst_xvimagesink_buffer_new),
41069         (gst_xvimagesink_navigation_send_event),
41070         (gst_xvimagesink_set_xwindow_id),
41071         (gst_xvimagesink_get_desired_size),
41072         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41073         stuff i disagree with, adding some fixes : Renegotiation of private
41074         window, implementing get_desired_size.
41075
41076 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41077
41078         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41079         (gst_afsink_handle_event):
41080         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41081         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41082         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41083         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41084         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41085           Fix for instantiate-test (see core). Also remove dead code from
41086           jpegenc (which still needs fixing, but that's lower on my TODO
41087           list...).
41088         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41089           Never return NULL as caps.
41090
41091 2004-01-07  David Schleef  <ds@schleef.org>
41092
41093         * configure.ac:
41094         * ext/Makefile.am:
41095         * ext/librfb/Makefile.am:
41096         * ext/librfb/gstrfbsrc.c:
41097         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41098         is the protocol used by VNC.
41099
41100 2004-01-07  David Schleef  <ds@schleef.org>
41101
41102         * gst/videofilter/gstvideotemplate.c:
41103         * gst/videofilter/gstvideotemplate.h:
41104         * gst/videofilter/make_filter:
41105         Merge videotemplate header into source file.
41106         * gst/effectv/Makefile.am:
41107         * gst/effectv/gsteffectv.c: (plugin_init):
41108         * gst/effectv/gstwarp.c:
41109         Make warpTV a subclass of videofilter.
41110
41111 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41112
41113         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41114           Add guard against invalid utf-8 conversions in mad. Just in case.
41115
41116 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41117
41118         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41119           Fix for bug shown by poisoning
41120
41121 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41122
41123         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41124         (gst_v4lmjpegsrc_buffer_free):
41125         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41126         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41127         (gst_v4lsrc_buffer_free):
41128           Fix for removed bufferpools.
41129
41130 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41131
41132         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41133         Fix caps negotiation.
41134
41135         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41136         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41137         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41138         (dvdnavsrc_event):
41139         * ext/mpeg2dec/gstmpeg2dec.c:
41140         * gst-libs/gst/navigation/navigation.c:
41141         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41142         * gst-libs/gst/navigation/navigation.h:
41143         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41144         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41146         Super-simple first version of mouse and keyboard events. Clicking
41147         on a DVD menu now works, although it may not take you where you
41148         expected.
41149
41150         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41151         * gst/videotestsrc/gstvideotestsrc.c:
41152         (gst_videotestsrc_src_fixate):
41153         These fixate functions were broken - they never actually
41154         fixated :)
41155
41156 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41157
41158         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41159         (gst_icecastsend_init):
41160           fix for new caps system.
41161         * gst-libs/gst/mixer/mixertrack.h:
41162         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41163           Add 'master track' flag (for tools like ACME that only want to
41164           change the main volume).
41165
41166 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41167
41168         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41169         (gst_xvid_csp_to_caps):
41170         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41171         * ext/xvid/gstxvidenc.c:
41172         ifdef out ARGB type when it isn't available
41173         in xvidcore 1.0.0beta2
41174
41175 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41176
41177         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41178           When we have received a new SCR right in the first buffer after
41179           a seek (so in the same cycle that handles the discont), we should
41180           handle the buffer instead of unreffing it, else we lose data.
41181
41182 2004-01-06  Iain <iain@prettypeople.org>
41183
41184         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41185           buffer-frames caps too.
41186
41187         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41188           caps that we need, don't destroy them all and rebuild them. And when
41189           creating src pads, use the src pad template rather than the sink...
41190
41191 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41192
41193         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41194           Add pad to element *after* setting functions such as event handler.
41195           Without this, the scheduler (opt) will link pads, set the event
41196           handler from the default event function (dispatcher in gstpad.c)
41197           and *after* that, we will set our own event function, which will
41198           thus never be used (and thus mpegdemux doesn't handle events).
41199
41200 2004-01-04  David Schleef  <ds@schleef.org>
41201
41202         Fix the fixate functions to handle new prototype:
41203         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41204         * gst/videotestsrc/gstvideotestsrc.c:
41205         (gst_videotestsrc_src_fixate):
41206         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41207         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41209
41210 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41211
41212         * sys/ximage/ximagesink.h:
41213         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41214         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41215         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41216         (gst_ximagesink_xoverlay_init):
41217           assorted fixes to make (re)embedding work
41218         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41219         (gst_ximagesink_get_desired_size):
41220           implement desired size additions to XOverlay
41221
41222 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41223
41224         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41225         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41226         (gst_x_overlay_got_desired_size):
41227         * gst-libs/gst/xoverlay/xoverlay.h:
41228           Add optional "desired size" signal and querying.
41229
41230 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41231
41232         * gst/matroska/matroska-demux.c:
41233         (gst_matroska_demux_parse_blockgroup):
41234           Fix EBML-laced block parsing. Diffs are relative to previous
41235           lace, not the first lace. Thanks to Mosu from the Matroska
41236           team for detecting this.
41237         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41238         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41239         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41240         (gst_wavparse_change_state):
41241         * gst/wavparse/gstwavparse.h:
41242           Quickfix for capsnego.
41243
41244 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41245
41246         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41247           Fix indenting, fix pad creation.
41248
41249 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41250
41251         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41252         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41253         (gst_xviddec_sink_link):
41254           Implement src_getcaps() so proper size caps is negotiated.
41255
41256 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41257
41258         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41259           Finish flac decoder on EOS. See #116178.
41260
41261 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41262
41263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41264         (gst_matroska_demux_add_stream):
41265         * gst/matroska/matroska-ids.h:
41266           Add getcaps() function to fix capsnego...
41267
41268 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41269
41270         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41271         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41272         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41273           Fix more integer overflows. Again, see #126967.
41274
41275 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41276
41277         * ext/mpeg2dec/gstmpeg2dec.c:
41278           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41279           #130416.
41280
41281 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41282
41283         * configure.ac:
41284         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41285         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41286         * ext/xvid/gstxvid.h:
41287         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41288         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41289         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41290         (gst_xviddec_change_state):
41291         * ext/xvid/gstxviddec.h:
41292         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41293         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41294         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41295         (gst_xvidenc_link), (gst_xvidenc_set_property),
41296         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41297         * ext/xvid/gstxvidenc.h:
41298           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41299
41300 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41301
41302         * gst/rtp/rtp-packet.c:
41303           Add sys/types.h include, since OS X doesn't define in_addr_t
41304           in netinet/in.h, like it does on Linux (see #129600).
41305
41306 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41307
41308         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41309
41310         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41311           Correct logic of dispose function (see #129306).
41312
41313 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41314
41315         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41316         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41317         (gst_mpeg_parse_init):
41318         * gst/mpegstream/gstmpegparse.h:
41319           Remove clock (which was never provided, i.e. dead code), and
41320           also fix integer overflows at high PTS values (see #126967).
41321
41322 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41323
41324         * ext/flac/gstflacdec.c:
41325         * ext/libpng/gstpngenc.h:
41326         * ext/mikmod/gstmikmod.h:
41327           OS X fixes (see #126628).
41328
41329 2004-01-02  David Schleef  <ds@schleef.org>
41330
41331         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41332         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41333         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41334         (gst_mpeg_parse_class_init): Move pad template registration
41335         to class_init, since the derived class (mpegdemux) doesn't
41336         want them.
41337
41338 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41339
41340         * sys/ximage/Makefile.am:
41341         * sys/xvideo/Makefile.am:
41342         * sys/xvimage/Makefile.am:
41343           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41344           after installation (see #127664).
41345
41346 2004-01-02  David Schleef  <ds@schleef.org>
41347
41348         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41349         (gst_ffmpegenc_connect):  Negotiation fixes.
41350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41351         Remove inappropriate gst_caps_free().
41352         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41353         Reenable Ronald's internal resize code, since the core handles
41354         it correctly now.
41355
41356 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41357
41358         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41359         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41361           Fix pad template stuff.
41362
41363 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41364
41365         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41366         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41367           fix signed integer reading/writing.
41368
41369 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41370
41371         * ext/alsa/README:
41372           Remove outdated document
41373
41374 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41375
41376         * gst/cutter/gstcutter.c: (gst_cutter_init):
41377           src pad was being created twice - oops.
41378
41379 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41380
41381         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41382           Comment out internal resize. It doesn't handle the resulting
41383           XEvent internally, does another try_set_caps() which leads to
41384           a really nice loop.
41385           Real fix will come when Julien and Dave are awake. ;).
41386
41387 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41388
41389         * ext/mpeg2enc/gstmpeg2enc.cc:
41390           fix const/nonconst compile issue.
41391
41392 2004-01-02  David Schleef  <ds@schleef.org>
41393
41394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41395         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41396         Add fixate function and a check for bad formats.
41397
41398 2004-01-01  David Schleef  <ds@schleef.org>
41399
41400         Negotiation fixes:
41401         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41402         (gst_audiofilter_init):
41403         * gst/debug/efence.c: (gst_efence_init):
41404         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41405         (gst_deinterlace_init):
41406         * gst/volume/gstvolume.c: (volume_connect):
41407
41408 2004-01-01  David Schleef  <ds@schleef.org>
41409
41410         Convert elements to use gst_pad_use_explicit_caps() where
41411         appropriate:
41412         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41413         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41414         (gst_afparse_open_file):
41415         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41416         (gst_afsrc_open_file):
41417         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41418         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41419         (gst_ffmpegdec_chain):
41420         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41421         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41422         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41423         (gst_gdk_pixbuf_chain):
41424         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41425         (gst_jpegdec_chain):
41426         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41427         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41428         (gst_mikmod_negotiate):
41429         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41430         (gst_mpeg2dec_negotiate_format):
41431         * ext/mpeg2enc/gstmpeg2enc.cc:
41432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41433         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41434         (gst_speexdec_sinkconnect):
41435         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41436         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41437         (gst_vorbisfile_new_link):
41438         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41439         (gst_ac3parse_chain):
41440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41441         (gst_asf_demux_setup_pad):
41442         * gst/auparse/gstauparse.c: (gst_auparse_init),
41443         (gst_auparse_chain):
41444         * gst/id3/gstid3types.c: (gst_id3types_loop):
41445         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41446         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41447         (mp1videoparse_parse_seq):
41448         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41449         (bpf_from_header):
41450         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41451         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41452         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41453         (gst_mpeg_parse_send_data):
41454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41455         (gst_qtdemux_add_stream):
41456         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41457         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41458         (gst_wavparse_parse_fmt):
41459
41460 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41461
41462         * configure.ac:
41463           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41464           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41465           it therefore uses the wrong include paths. Too bad... Note
41466           that 1.6.1.93 is not release yet. ;).
41467           Also add a check for mplex, which is now using the lib'ified
41468           mplex from mjpegtools, too.
41469         * ext/ffmpeg/gstffmpegcodecmap.c:
41470           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41471           issues. I don't think ffmpeg handles 3ivx correctly, so this
41472           probably won't work. But it won't hurt either.
41473         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41474         (gst_ffmpegdec_chain):
41475         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41476         (gst_ffmpegenc_chain_audio):
41477           Fix memleak in audio encoding. Close codec if open fails, this
41478           calls the cleanup routines so we can re-use the context.
41479         * ext/mpeg2enc/gstmpeg2enc.cc:
41480           Fix pad template names/types, fix memory issue with getcaps().
41481         * ext/mpeg2enc/gstmpeg2encoder.cc:
41482         * ext/mpeg2enc/gstmpeg2encoder.hh:
41483           Fix compile issue with new caps system (const thingy).
41484         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41485         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41486           We read a first frame right on initing, so that we have a caps
41487           when we init the output. This caps is cached in padprivate and
41488           read as first frame.
41489         * ext/mplex/Makefile.am:
41490         * ext/mplex/gstmplex.cc:
41491         * ext/mplex/gstmplex.h:
41492         * ext/mplex/gstmplex.hh:
41493         * ext/mplex/gstmplexibitstream.cc:
41494         * ext/mplex/gstmplexibitstream.hh:
41495         * ext/mplex/gstmplexjob.cc:
41496         * ext/mplex/gstmplexjob.hh:
41497         * ext/mplex/gstmplexoutputstream.cc:
41498         * ext/mplex/gstmplexoutputstream.hh:
41499           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41500           had issues, didn't do capsnego, supported only a subset of the
41501           mplex features and required a mplex fork in our local CVS. Plus
41502           that it worked agaist a very old mplex version. Rewriting was
41503           faster than updating it.
41504         * gst-libs/ext/Makefile.am:
41505         * gst-libs/ext/mplex/INSTRUCT:
41506         * gst-libs/ext/mplex/Makefile.am:
41507         * gst-libs/ext/mplex/README:
41508         * gst-libs/ext/mplex/TODO:
41509         * gst-libs/ext/mplex/ac3strm_in.cc:
41510         * gst-libs/ext/mplex/audiostrm.hh:
41511         * gst-libs/ext/mplex/audiostrm_out.cc:
41512         * gst-libs/ext/mplex/aunit.hh:
41513         * gst-libs/ext/mplex/bits.cc:
41514         * gst-libs/ext/mplex/bits.hh:
41515         * gst-libs/ext/mplex/buffer.cc:
41516         * gst-libs/ext/mplex/buffer.hh:
41517         * gst-libs/ext/mplex/fastintfns.h:
41518         * gst-libs/ext/mplex/format_codes.h:
41519         * gst-libs/ext/mplex/inputstrm.cc:
41520         * gst-libs/ext/mplex/inputstrm.hh:
41521         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41522         * gst-libs/ext/mplex/mjpeg_logging.cc:
41523         * gst-libs/ext/mplex/mjpeg_logging.h:
41524         * gst-libs/ext/mplex/mjpeg_types.h:
41525         * gst-libs/ext/mplex/mpastrm_in.cc:
41526         * gst-libs/ext/mplex/mpegconsts.cc:
41527         * gst-libs/ext/mplex/mpegconsts.h:
41528         * gst-libs/ext/mplex/mplexconsts.hh:
41529         * gst-libs/ext/mplex/multplex.cc:
41530         * gst-libs/ext/mplex/outputstream.hh:
41531         * gst-libs/ext/mplex/padstrm.cc:
41532         * gst-libs/ext/mplex/padstrm.hh:
41533         * gst-libs/ext/mplex/stillsstream.cc:
41534         * gst-libs/ext/mplex/stillsstream.hh:
41535         * gst-libs/ext/mplex/systems.cc:
41536         * gst-libs/ext/mplex/systems.hh:
41537         * gst-libs/ext/mplex/vector.cc:
41538         * gst-libs/ext/mplex/vector.hh:
41539         * gst-libs/ext/mplex/videostrm.hh:
41540         * gst-libs/ext/mplex/videostrm_in.cc:
41541         * gst-libs/ext/mplex/videostrm_out.cc:
41542         * gst-libs/ext/mplex/yuv4mpeg.cc:
41543         * gst-libs/ext/mplex/yuv4mpeg.h:
41544         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41545         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41546           We don't fork mjpegtools' mplex in our CVS anymore.
41547         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41548         (gst_avi_demux_add_stream):
41549         * gst/avi/gstavidemux.h:
41550           Add getcaps() function for proper caps nego. This makes some
41551           parts of AVI playback/reading work.
41552         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41553           Resize window on new capsnego. This is probably wrong, but
41554           I'm still committing it because with current capsnego, the
41555           first successfull capsnego is auto-fixated, therefore rounded
41556           down to the lowest values in the caps. this results in a 16x16
41557           XWindow that is not reized when real capsnego finishes.
41558           Dave, I see more cases of this, do you know a proper solution?
41559         * tools/gst-launch-ext.in:
41560           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41561
41562 2003-12-31  David Schleef  <ds@schleef.org>
41563
41564         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41565         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41566           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41567
41568 2003-12-30  David Schleef  <ds@schleef.org>
41569
41570         * ext/ffmpeg/gstffmpegcolorspace.c:
41571         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41572         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41573         (gst_ffmpegcsp_chain): Negotiation fixes
41574         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41576         (gst_audio_convert_link), (gst_audio_convert_channels):
41577         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41578         (gst_audioscale_link), (gst_audioscale_get_buffer),
41579         (gst_audioscale_chain): Negotiation fixes
41580         * gst/audioscale/gstaudioscale.h:
41581         * gst/videofilter/gstvideofilter.c:
41582         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41583         (gst_videofilter_link), (gst_videofilter_init),
41584         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41585         (gst_videofilter_find_format_by_structure):
41586         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41587         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41588         (gst_videoscale_link):
41589         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41590         (videoscale_find_by_structure), (gst_videoscale_setup):
41591         * gst/videoscale/videoscale.h: Negotiation fixes
41592         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41593         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41594         function, restrict resizing to a multiple of 4 (hack until
41595         everyone supports odd sizes correctly).
41596
41597 2003-12-29  Colin Walters  <walters@verbum.org>
41598
41599         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41600         signed.
41601
41602 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41603
41604         * ext/sndfile/gstsf.c: (gst_sf_loop):
41605           Fix warning about discarding const qualifier
41606
41607 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41608
41609         * gst/cutter/gstcutter.c:
41610         * gst/videoscale/gstvideoscale.c:
41611         * gst/volenv/gstvolenv.c:
41612         * gst-libs/gst/audio/audio.c:
41613         * gst-libs/gst/video/video.c:
41614           Fix warnings
41615
41616 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41617
41618         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41619           Don't send ALSA debugging to stderr.
41620         * ext/alsa/gstalsa.h:
41621           Use GST_WARNING instead of g_warning when ALSA functions fail.
41622
41623 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41624
41625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41626           Free XVAdapterInfo correctly.
41627
41628 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41629
41630         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41631         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41632           Make id3tag use correct caps nego.
41633
41634 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41635
41636         * ext/ivorbis/vorbis.c:
41637         * ext/ivorbis/vorbisenc.h:
41638         * ext/ivorbis/vorbisfile.c:
41639           Modify so that it uses the new caps things
41640
41641 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41642
41643         * testsuite/spider/spider1.c: (main):
41644         * testsuite/spider/spider2.c: (main):
41645         * testsuite/spider/spider3.c: (main):
41646           Make tests compile again. They probably don't work.
41647
41648 2003-12-24  Colin Walters  <walters@verbum.org>
41649
41650         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41651         we can't fixate the caps anymore.
41652
41653 2003-12-23  David Schleef  <ds@schleef.org>
41654
41655         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41656         * sys/oss/gstosssink.c: (gst_osssink_init),
41657         (gst_osssink_sink_fixate): Add fixate function.
41658
41659 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41660
41661         * ext/ffmpeg/gstffmpegcodecmap.c:
41662         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41663         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41664         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41665         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41666         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41667         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41668         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41669           fix typo in RGB masks, and move back to "old" colorspace
41670           capsnego code until whoever wrote this new crap has actually
41671           tested it so that it works.
41672           And yes, this works, keep it that way please.
41673
41674 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41675
41676         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41677         (gst_divxdec_init), (gst_divxdec_negotiate):
41678         * ext/divx/gstdivxdec.h:
41679         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41680         (gst_divxenc_init):
41681         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41682         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41683         * ext/mpeg2enc/gstmpeg2enc.cc:
41684         * ext/mpeg2enc/gstmpeg2encoder.cc:
41685         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41686         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41687         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41688         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41689         (dxr3spusink_init):
41690         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41691         (dxr3videosink_init):
41692           Fix caps breakage after Dave's caps branch merge.
41693
41694 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41695
41696         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41697           Fix for 24bpp display.
41698
41699 2003-12-23  Colin Walters  <walters@verbum.org>
41700
41701         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41702         a GnomeVFSHandle directly.
41703
41704 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41705
41706         * gst/volume/Makefile.am:
41707         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41708         (volume_base_init), (volume_init):
41709           Reenable volume element and fix to work with new caps stuff.
41710           Rhythmbox needs this.
41711
41712 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41713
41714         * gst/qtdemux/qtdemux.c: (plugin_init):
41715           qtdemux requires bytestream
41716
41717 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41718
41719         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41720           Fix remaining caps handling errors due to CAPS merge.
41721
41722 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41723
41724         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41725         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41726         (gst_faad_srcconnect):
41727           Port to new caps system.
41728
41729 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41730
41731         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41732         (got_video_size), (main): using g_print instead of g_message.
41733         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41734         signal which was not emitted because of "switch" element added to the
41735         bin but not connected. (Removing from the bin temporarily)
41736
41737 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41738
41739         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41740         find X development files. I don't understand the previous tests and
41741         they fail on my debian/ppc unstable. This one works.
41742         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41743         exiting.
41744         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41745         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41746         (gst_play_set_visualization): Add some safety checks in set_ methods
41747         and state_change. This was throwing some ugly CRITICAL messages when
41748         pipeline was getting disposed and casts were failing.
41749
41750 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41751
41752         * configure.ac:
41753           Improve mpeg2enc detection. This is for distributions that do
41754           ship mjpegtools, but without mpeg2enc. Also does object check
41755           for might there ever be ABI incompatibility.
41756         * ext/mpeg2enc/gstmpeg2enc.cc:
41757           Add Andrew as second maintainer (he's helping me), and also add
41758           an error if no caps was set. This happens if I pull before capsnego
41759           and that's something I should solve sometime else.
41760         * gst/matroska/matroska-demux.c:
41761         (gst_matroska_demux_parse_blockgroup):
41762           Fix time parsing.
41763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41764         (gst_matroska_mux_track_header):
41765           Add caps to templates.
41766         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41767           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41768         * gst/mpegstream/gstmpegdemux.c:
41769           Remove layer since it causes warnings about unfixed caps.
41770         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41771           Fix obvious typo (we error out if caps were set, we should of
41772           course error out if *no* caps were set).
41773         * sys/oss/gstosselement.c: (gst_osselement_convert):
41774           Fix format conversion, we confused bits/bytes.
41775         * sys/oss/gstosselement.h:
41776           Improve documentation for 'bps'.
41777         * sys/v4l/TODO:
41778           Remove stuff about plugins that need removing - this was done
41779           ages ago.
41780         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41781         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41782         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41783         (gst_v4lsrc_src_query):
41784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41785         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41786           Add get_query_types(), get_formats() and query() functions.
41787
41788 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41789
41790         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41791           * moved CVS to freedesktop.org