win32/common/libgstcdda.def: Add new symbol to the list of exported symbols.
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * win32/common/libgstcdda.def:
4         Add new symbol to the list of exported symbols.
5
6 2009-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
9         (gst_play_bin_set_uri), (gst_play_bin_set_suburi),
10         (no_more_pads_cb), (drained_cb), (group_set_locked_state_unlocked),
11         (activate_group), (deactivate_group), (groups_set_locked_state),
12         (gst_play_bin_change_state):
13         Fix some comments and docs.
14         Post an error message when we fail to link the selector to the sink.
15         Remove pushing of EOS, this seems unneeded. 
16         Lock the state of deactivated groups so that they don't accidentally
17         reactivate when the playbin2 state changes.
18         Reuse uridecodebins.
19         Unlock and relock state of groups when playbin goes to NULL.
20         Fixes #566654.
21         Fixes #566341.
22
23         * gst/playback/gsturidecodebin.c: (pad_removed_cb), (type_found):
24         Only do something in the pad removed callback when we are dealing with
25         our sourcepads because the sinkpads don't have a ghostpad.
26
27 2009-01-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
28
29         * gst-libs/gst/cdda/gstcddabasesrc.c:
30         * gst-libs/gst/cdda/gstcddabasesrc.h:
31         Make the GType of GstCDDABaseSrcMode public for bindings.
32         Fixes bug #566837.
33
34 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
35
36         * configure.ac:
37         * ext/libvisual/visual.c: (plugin_init):
38           Use new core API to make registry re-scan the plugin
39           whenever visualisations are added or removed (see #350477).
40
41 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
42
43         Patch by: José Alburquerque <jaalburqu svn gnome org>
44
45         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_new):
46         * gst-libs/gst/audio/gstaudioclock.h:
47         Make gst_audio_clock_new use const gchar* to ease the wrapping of
48         C++ bindings. Fixes #566723.
49
50 2009-01-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
51
52         * configure.ac:
53         * pkgconfig/Makefile.am:
54         * pkgconfig/gstreamer-app-uninstalled.pc.in:
55         * pkgconfig/gstreamer-app.pc.in:
56         Add pkg-config files for libgstapp. Fixes bug #566761.
57
58 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
59
60         * gst-libs/gst/app/gstappsink.c:
61         * gst-libs/gst/app/gstappsink.h:
62         * gst-libs/gst/app/gstappsrc.c:
63         * gst-libs/gst/app/gstappsrc.h:
64           Make debug categories static. Use _element_class_set_details_simple().
65
66 2009-01-06  Tim-Philipp Müller  <tim.muller at collabora co uk>
67
68         * gst-libs/gst/app/gstappsink.c: (_GstAppSinkPrivate),
69           (gst_app_sink_class_init), (gst_app_sink_init),
70           (gst_app_sink_dispose), (gst_app_sink_finalize),
71           (gst_app_sink_unlock_start), (gst_app_sink_unlock_stop),
72           (gst_app_sink_flush_unlocked), (gst_app_sink_start),
73           (gst_app_sink_stop), (gst_app_sink_event), (gst_app_sink_preroll),
74           (gst_app_sink_render), (gst_app_sink_getcaps),
75           (gst_app_sink_set_caps), (gst_app_sink_get_caps),
76           (gst_app_sink_is_eos), (gst_app_sink_set_emit_signals),
77           (gst_app_sink_get_emit_signals), (gst_app_sink_set_max_buffers),
78           (gst_app_sink_get_max_buffers), (gst_app_sink_set_drop),
79           (gst_app_sink_get_drop), (gst_app_sink_pull_preroll),
80           (gst_app_sink_pull_buffer):
81         * gst-libs/gst/app/gstappsink.h: (GstAppSinkPrivate), (_GstAppSink):
82         * gst-libs/gst/app/gstappsrc.c: (_GstAppSrcPrivate),
83           (gst_app_src_class_init), (gst_app_src_init),
84           (gst_app_src_flush_queued), (gst_app_src_dispose),
85           (gst_app_src_finalize), (gst_app_src_set_property),
86           (gst_app_src_get_property), (gst_app_src_unlock),
87           (gst_app_src_unlock_stop), (gst_app_src_start), (gst_app_src_stop),
88           (gst_app_src_is_seekable), (gst_app_src_check_get_range),
89           (gst_app_src_query), (gst_app_src_do_seek), (gst_app_src_create),
90           (gst_app_src_set_caps), (gst_app_src_get_caps),
91           (gst_app_src_set_size), (gst_app_src_get_size),
92           (gst_app_src_set_stream_type), (gst_app_src_get_stream_type),
93           (gst_app_src_set_max_bytes), (gst_app_src_get_max_bytes),
94           (gst_app_src_set_latencies), (gst_app_src_set_latency),
95           (gst_app_src_get_latency), (gst_app_src_push_buffer_full),
96           (gst_app_src_push_buffer_action), (gst_app_src_end_of_stream):
97         * gst-libs/gst/app/gstappsrc.h: (GstAppSrcPrivate):
98           Move private data into a private instance struct. Add padding to
99           instance and class structures exposed in public headers. Add
100           Since markers to the gtk-doc blurbs (#566750).
101
102 2009-01-06  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * tests/examples/app/appsrc_ex.c: (main):
105         Some comments.
106         When pulling a buffer we can get NULL when the element is EOS, don't try
107         to unref this NULL buffer.
108
109 2009-01-06  Jan Schmidt  <jan.schmidt@sun.com>
110
111         * gst-libs/gst/video/Makefile.am:
112         * gst-libs/gst/video/video.h:
113         Fix up build flags and include statement for the new generated
114         enumtypes files, to fix dist.
115
116 2009-01-05  Jan Schmidt  <jan.schmidt@sun.com>
117
118         * configure.ac:
119         * docs/libs/Makefile.am:
120         * docs/libs/gst-plugins-base-libs-docs.sgml:
121         * docs/libs/gst-plugins-base-libs-sections.txt:
122         * docs/plugins/Makefile.am:
123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
125         * docs/plugins/gst-plugins-base-plugins.args:
126         * docs/plugins/gst-plugins-base-plugins.hierarchy:
127         * docs/plugins/gst-plugins-base-plugins.interfaces:
128         * docs/plugins/gst-plugins-base-plugins.prerequisites:
129         * docs/plugins/gst-plugins-base-plugins.signals:
130         * docs/plugins/inspect/plugin-app.xml:
131         * gst-libs/gst/Makefile.am:
132         * gst-libs/gst/app/gstappsink.c:
133         * gst-libs/gst/app/gstappsrc.c:
134         * tests/examples/Makefile.am:
135         * tests/examples/app/Makefile.am:
136
137         Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421
138
139 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
140
141         * gst-libs/gst/audio/gstbaseaudiosink.c:
142         (gst_base_audio_sink_change_state):
143         Avoid holding the OBJECT_LOCK when calling ringbuffer functions that
144         take the ringbuffer lock because rinbuffer lock > OBJECT_LOCK. We can do
145         this because the async_play method is deprecated and usually not called 
146         anymore.
147
148 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * gst/playback/gstplaybin2.c: (notify_source_cb), (activate_group):
151         Disconnect signal handlers before destroying a previous decodebin so
152         that we don't end up causing deadlocks. Fixes #566586.
153
154 2009-01-05  Wim Taymans  <wim.taymans@collabora.co.uk>
155
156         * gst/audiotestsrc/gstaudiotestsrc.c:
157         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
158         (gst_audio_test_src_check_get_range),
159         (gst_audio_test_src_set_property),
160         (gst_audio_test_src_get_property):
161         * gst/audiotestsrc/gstaudiotestsrc.h:
162         Add property to control pull/push based scheduling.
163
164 2009-01-02  Alessandro Decina  <alessandro.d@gmail.com>
165
166         * configure.ac:
167         * tests/examples/seek/Makefile.am:
168         * tests/icles/Makefile.am:
169         Make the seek and colorkey examples depend on gtk+-x11 as they use
170         GDK_WINDOW_XID.
171         Fixes the build with gtk+-quartz.
172
173 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
174
175         * win32/common/libgstaudio.def:
176         * win32/common/libgsttag.def:
177         * win32/common/libgstvideo.def:
178         Add new exports to win32 files.
179
180 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
181
182         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
183         * gst-libs/gst/tag/gsttagdemux.h:
184         Add GType for GstTagDemuxResult enum.
185
186 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
187
188         * gst-libs/gst/video/Makefile.am:
189         * gst-libs/gst/video/video.h:
190         Add glib-mkenum for GstVideoFormat enum GTYPE auto-generation.
191         This will help bindings to use it.
192
193 2008-12-31  Edward Hervey  <edward.hervey@collabora.co.uk>
194
195         * gst-libs/gst/audio/Makefile.am:
196         * gst-libs/gst/audio/audio.c:
197         * gst-libs/gst/audio/multichannel.h:
198         * gst-libs/gst/audio/testchannels.c:
199         * win32/MANIFEST:
200         * win32/common/audio-enumtypes.c:
201         (gst_audio_channel_position_get_type),
202         (gst_ring_buffer_state_get_type),
203         (gst_ring_buffer_seg_state_get_type),
204         (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
205         * win32/common/audio-enumtypes.h:
206         * win32/common/multichannel-enumtypes.c:
207         * win32/common/multichannel-enumtypes.h:
208         * win32/vs6/grammar.dsp:
209         * win32/vs6/libgstaudio.dsp:
210         * win32/vs7/libgstaudio.vcproj:
211         * win32/vs8/libgstaudio.vcproj:
212         Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
213         audio- in order to wrap all enums declarations of that library.
214         This modification should not matter since that header file is not a
215         public header (it will be included by public headers).
216         Modify win32 crap^Wfiles accordingly.
217
218 2008-12-30  Edward Hervey  <edward.hervey@collabora.co.uk>
219
220         * gst-libs/gst/audio/gstbaseaudiosrc.h:
221         * gst-libs/gst/audio/gstbaseaudiosink.h:
222         Complete Sebastien's commit from the 13th by exporting the
223         _slave_method_get_type() methods.
224
225 2008-12-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
226
227         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_query):
228         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_class_init),
229         (gst_gio_base_src_query):
230         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_query):
231         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
232         (gst_gnome_vfs_src_query):
233         Implement URI query. Fixes bug #562949.
234
235 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
238         Add some debug info.
239
240         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
241         (gst_play_sink_reconfigure), (gst_play_sink_request_pad),
242         (gst_play_sink_release_pad):
243         Add some more debug info.
244         Reconfigure the audio chain when we switch between raw and encoded audio
245         in gapless playback.
246
247 2008-12-20  Wim Taymans  <wim.taymans@collabora.co.uk>
248
249         * gst-libs/gst/audio/gstbaseaudiosink.c:
250         (gst_base_audio_sink_setcaps):
251         Pause the write thread before deactivating and releasing the ringbuffer
252         to avoid a deadlock when we do gapless playback with different sample
253         rates in playbin2.  Fixes #564929.
254
255 2008-12-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
256
257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
258         Make GstAudioSrcSlaveMethod get_type() function non-static
259         as it's public now.
260
261         * win32/common/libgstaudio.def:
262         * win32/common/libgstnetbuffer.def:
263         Add some missing functions to the list of exported symbols.
264
265 2008-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
266
267         Patch by: Andrew Feren <acferen at yahoo dot com>
268
269         * gst-libs/gst/netbuffer/gstnetbuffer.c:
270         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address),
271         (gst_netaddress_get_address_bytes),
272         (gst_netaddress_set_address_bytes):
273         * gst-libs/gst/netbuffer/gstnetbuffer.h:
274         Make gst_netaddress_get_ip4_address fail for v6 addresses.
275         Make gst_netaddress_get_ip6_address either fail or return the v4
276         address as a transitional v6 address.
277         Add two convenience functions:
278         API: gst_netaddress_get_address_bytes()
279         API: gst_netaddress_set_address_bytes()
280         Fixes #564896.
281
282 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
283
284         * gst/adder/Makefile.am:
285         * gst/adder/gstadder.c:
286           Cleanup variable names to make the adder-loop easier to understand.
287           Also try to use liboil to spee it up, but ifdef it out as it does not
288           make any change for me (Intel pentim M (sse,sse2) please try on other
289           systems).
290
291 2008-12-16  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         * docs/plugins/Makefile.am:
294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
296         * gst/tcp/gsttcpclientsink.c:
297         * gst/tcp/gsttcpclientsrc.c:
298         * gst/tcp/gsttcpserversrc.c:
299         Add minimal docs to make the remaining tcp elements show up.
300         Fixes #564139.
301
302 2008-12-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
303
304         * win32/common/config.h:
305           Update to CVS version.
306
307         * win32/common/config.h.in:
308           Hardcode path to plugin install helper exe, just like we hardcode
309           the paths in core. Removes another source of VCS conflicts for
310           people hacking gst-plugins-base on systems with autotools.
311
312 2008-12-13  Edward Hervey  <bilboed@gmail.com>
313
314         * m4/Makefile.am:
315         And a couple more .m4 that don't exist anymore with gettext 0.17
316
317 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
318
319
320         * m4/Makefile.am:
321         inttypes.m4 hasn't been available since gettext-0.15, and since we now
322         require gettext >= 0.17 ... we can remove it from the list of files to
323         dist.
324
325 2008-12-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
326
327         * gst-libs/gst/audio/gstbaseaudiosink.c:
328         (gst_base_audio_sink_slave_method_get_type),
329         (gst_base_audio_sink_class_init):
330         * gst-libs/gst/audio/gstbaseaudiosink.h:
331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
332         (gst_base_audio_src_slave_method_get_type),
333         (gst_base_audio_src_class_init):
334         * gst-libs/gst/audio/gstbaseaudiosrc.h:
335         API: Add GST_TYPE_BASE_AUDIO_(SRC|SINK)_SLAVE_METHOD to the
336         public API. This is needed for the C++ bindings to be able
337         to use this base classes. Fixes bug #564200, #564206.
338
339 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
340
341         * gst-libs/gst/cdda/gstcddabasesrc.c:
342         (gst_cdda_base_src_handle_event):
343         Remove erroneous gst_buffer_ref().
344         * tests/check/libs/rtp.c: (GST_START_TEST):
345         Don't forget to unref the buffer once you're done with it.
346
347 2008-12-12  Stefan Kost  <ensonic@users.sf.net>
348
349         * gst/playback/gstplaybin.c:
350         * gst/playback/gstplaybin2.c:
351           XRef to GstXOverlay.
352
353 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
354
355         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_finalize):
356         Free the factory array when finalizing.
357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
358         Use a GstStaticPadTemplate since the src pad caps are fixed.
359
360 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
361
362         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_base_init),
363         (gst_vorbis_enc_init):
364         Make vorbisenc's pad template behave like vorbisdec's. Fixes a leak with
365         pad templates.
366
367 2008-12-12  Edward Hervey  <edward.hervey@collabora.co.uk>
368
369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
370         (gst_riff_create_video_template_caps):
371         Add mapping for VP6 in avi/riff.
372
373 2008-12-11  Edward Hervey  <edward.hervey@collabora.co.uk>
374
375         * gst/subparse/samiparse.c: (sami_context_push_state),
376         (sami_context_pop_state), (start_sami_element), (end_sami_element):
377         Some versions of libxml seem to be very picky as to strict formatting
378         of the input and never 'close' the final </body> tag.
379         In order to fix that bad behaviour, we trigger the flushing of
380         remaining data on both </body> and </sami>.
381         Fixes #557365
382
383 2008-12-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
384
385         Patch by: Guillaume Emont <guillaume at fluendo dot com>
386
387         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
388         Add typefinders for MS Word files and OS X .DS_Store files to
389         prevent them to be recognized as MPEG files. Fixes bug #564098.
390
391 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
392
393         * gst/playback/gstplaysink.c: (gen_audio_chain),
394         (gst_play_sink_reconfigure):
395         Add some more debug info.
396         Fix linking of just an encoded sink.
397         Handle failure to create a sink chain more gracefully than crashing.
398
399 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
400
401         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
402         Pushing 10 buffers is enough to run the test.
403
404 2008-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         * tests/examples/seek/seek.c: (do_seek), (stop_cb),
407         (skip_toggle_cb), (rate_spinbutton_changed_cb), (msg_segment_done),
408         (main):
409         Hook up the SKIP seek flag.
410
411 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
412
413         * gst/playback/gstplaybin2.c: (pad_added_cb):
414         Error out with a missing-plugin error when the input-selector was not
415         found.
416
417         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
418         Indentation.
419
420 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
421
422         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
423         (gst_play_sink_dispose), (gst_play_sink_finalize), (try_element),
424         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
425         (gst_play_sink_send_event), (gst_play_sink_change_state):
426         Use G_DEFINE_TYPE.
427         Try to set the selected sink to READY before using it. This will allow
428         for detection of incompatible formats sooner.
429         Don't cause a fatal error when conversion elements are missing but post
430         a missing-element message and a warning instead because things might
431         still link and run fine.
432         Simplyfy the construction of audio and video sink chains.
433
434 2008-12-10  Wim Taymans  <wim.taymans@collabora.co.uk>
435
436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init),
437         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize):
438         Use G_DEFINE_TYPE for the OggPad to get some threadsafe type 
439         init from glib.
440
441 2008-12-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
442
443         Patch by: Luis Menina <liberforce at freeside dot fr>
444
445         * gst-libs/gst/floatcast/floatcast.h:
446         * gst/typefind/gsttypefindfunctions.c:
447         Include glib.h instead of a specific GLib header. Including single
448         GLib headers is deprecated. Fixes bug #563904.
449
450 2008-12-09  Julien Moutte  <julien@fluendo.com>
451
452         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): 
453         Support higher max audio rates for some formats (WAV, Vorbis, LPCM).
454
455 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst-libs/gst/riff/riff-read.c:
458           Fix handling of odd chunks in riff metadata.
459
460 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
461
462         * gst/volume/gstvolume.c: (gst_volume_class_init),
463         (volume_before_transform), (volume_transform_ip):
464         Use new basetransform vmethod to reconfigure the dynamic properties and
465         any pending volume/mute changes. Fixes #563508.
466
467 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
468
469         * configure.ac:
470         First check for "theoraenc theoradec" and if that failed check
471         for "theora >= 1.0alpha5". The former appeared in 1.0beta3 and
472         deprecate the latter. Also linking on Windows fails with just "theora"
473         and the version check would fail for the release candidates.
474         Fixes bug #563718.
475
476 2008-12-08  Stefan Kost  <ensonic@users.sf.net>
477
478         * gst/playback/gstdecodebin.c:
479         * gst/playback/gstdecodebin2.c:
480           Add basic docs to decodebin and link to decodebin from decodebin2.
481           
482 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
483
484         Patch by: Olivier Crete  <tester at tester ca>
485
486         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_remove):
487         * gst-libs/gst/rtp/gstrtcpbuffer.h:
488         Implement gst_rtcp_packet_remove(). Fixes #563174.
489
490         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
491         Add unit test for some RTCP functions.
492
493 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
494
495         * configure.ac:
496         Apparently AC_CONFIG_MACRO_DIR breaks when using more
497         than one macro directory, reverting last change.
498
499 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
500
501         * configure.ac:
502         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
503         our M4 macros.
504
505 2008-12-03  Edward Hervey  <edward.hervey@collabora.co.uk>
506
507         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
509         Clear all flags on buffers returned from the image pool.
510         Fixes #563143
511
512 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
513
514         Patch by: Cygwin Ports maintainer
515                   <yselkowitz at users dot sourceforge dot net>
516
517         * autogen.sh:
518         * configure.ac:
519         Require gettext 0.17 because older versions don't mix with libtool
520         2.2. At build time an older gettext version will still work.
521         Fixes bug #556091.
522
523 2008-11-28  Christian Schaller <christian.schaller@collabora.co.uk>
524
525         * gst/speexresample/Makefile.am: fix build by removing -lgstaudio 
526
527 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
528
529         * docs/plugins/gst-plugins-base-plugins.args:
530         * docs/plugins/gst-plugins-base-plugins.hierarchy:
531         * docs/plugins/gst-plugins-base-plugins.interfaces:
532         * docs/plugins/gst-plugins-base-plugins.prerequisites:
533         * docs/plugins/inspect/plugin-videorate.xml:
534         * gst/speexresample/gstspeexresample.c:
535         Update documentation of speexresample for the new element name.
536
537 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
538
539         * gst/speexresample/README:
540         Update README with the latest diff between the Speex resampler
541         and our copy.
542
543 2008-11-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
544
545         * gst/speexresample/gstspeexresample.c: (plugin_init):
546         Update the debug category from speex_resample to audioresample.
547
548 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
549
550         * gst/audioresample/Makefile.am:
551         * gst/audioresample/buffer.c:
552         * gst/audioresample/buffer.h:
553         * gst/audioresample/debug.c:
554         * gst/audioresample/debug.h:
555         * gst/audioresample/functable.c:
556         * gst/audioresample/functable.h:
557         * gst/audioresample/gstaudioresample.c:
558         * gst/audioresample/gstaudioresample.h:
559         * gst/audioresample/resample.c:
560         * gst/audioresample/resample.h:
561         * gst/audioresample/resample_chunk.c:
562         * gst/audioresample/resample_functable.c:
563         * gst/audioresample/resample_ref.c:
564         * tests/check/elements/audioresample.c:
565         Remove audioresample files.
566
567 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
568
569         * docs/plugins/inspect/plugin-audioresample.xml:
570         Regenerated for library filename change.
571
572 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
573
574         * configure.ac:
575         * docs/plugins/Makefile.am:
576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
577         * docs/plugins/gst-plugins-base-plugins.args:
578         * docs/plugins/gst-plugins-base-plugins.hierarchy:
579         * docs/plugins/gst-plugins-base-plugins.interfaces:
580         * docs/plugins/gst-plugins-base-plugins.prerequisites:
581         * docs/plugins/inspect/plugin-adder.xml:
582         * docs/plugins/inspect/plugin-alsa.xml:
583         * docs/plugins/inspect/plugin-audioconvert.xml:
584         * docs/plugins/inspect/plugin-audiorate.xml:
585         * docs/plugins/inspect/plugin-audioresample.xml:
586         * docs/plugins/inspect/plugin-audiotestsrc.xml:
587         * docs/plugins/inspect/plugin-cdparanoia.xml:
588         * docs/plugins/inspect/plugin-decodebin.xml:
589         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
590         * docs/plugins/inspect/plugin-gdp.xml:
591         * docs/plugins/inspect/plugin-gio.xml:
592         * docs/plugins/inspect/plugin-gnomevfs.xml:
593         * docs/plugins/inspect/plugin-libvisual.xml:
594         * docs/plugins/inspect/plugin-ogg.xml:
595         * docs/plugins/inspect/plugin-pango.xml:
596         * docs/plugins/inspect/plugin-playback.xml:
597         * docs/plugins/inspect/plugin-queue2.xml:
598         * docs/plugins/inspect/plugin-subparse.xml:
599         * docs/plugins/inspect/plugin-tcp.xml:
600         * docs/plugins/inspect/plugin-theora.xml:
601         * docs/plugins/inspect/plugin-typefindfunctions.xml:
602         * docs/plugins/inspect/plugin-uridecodebin.xml:
603         * docs/plugins/inspect/plugin-video4linux.xml:
604         * docs/plugins/inspect/plugin-videorate.xml:
605         * docs/plugins/inspect/plugin-videoscale.xml:
606         * docs/plugins/inspect/plugin-videotestsrc.xml:
607         * docs/plugins/inspect/plugin-volume.xml:
608         * docs/plugins/inspect/plugin-vorbis.xml:
609         * docs/plugins/inspect/plugin-ximagesink.xml:
610         * docs/plugins/inspect/plugin-xvimagesink.xml:
611         * gst/speexresample/gstspeexresample.c: (plugin_init):
612         * gst/speexresample/Makefile.am:
613         * tests/check/Makefile.am:
614         * tests/check/elements/speexresample.c: (setup_speexresample),
615         (GST_START_TEST), (test_pipeline):
616         Rename the moved speexresample to audioresample, integrate into the
617         build system and remove the old audioresample from the build system.
618         Fixes bug #558124, #385061, #346218, #116051.
619
620 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         * gst-libs/gst/audio/gstbaseaudiosrc.c:
623         (gst_base_audio_src_get_offset), (gst_base_audio_src_create):
624         Avoid nasty int overflows after about 12 hours and 25 minutes when these
625         code paths are triggered. 
626         A free beer to Håvard Graff for finding this!
627
628 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
629
630         Patch by: 이문형 <iwings at gmail dot com>
631
632         * gst-libs/gst/rtsp/gstrtspconnection.c:
633         (gst_rtsp_connection_connect):
634         A successful gst_poll_wait() doesn't always mean successful connect() on
635         Windows.  We should check errors by calling gst_poll_fd_has_error().
636         See #561924.
637
638 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
639
640         * gst-libs/gst/rtp/gstrtcpbuffer.c:
641         Fix typo in the docs.
642
643 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_event):
646         If no stream was found before receiving EOS, post an error message.
647         Fixes #561924.
648
649 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
650
651         * ext/theora/gsttheoraenc.h:
652         * ext/theora/theoraenc.c: (gst_theora_enc_init),
653         (theora_buffer_from_packet), (theora_push_packet),
654         (theora_enc_sink_event), (theora_enc_is_discontinuous),
655         (theora_enc_chain):
656         Parse segment events.
657         Pass incomming buffer timestamps to outgoing buffers.
658         Use the running_time to construct the granulepos.
659         Fixes #562163.
660
661 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         * gst/playback/gstplaybin2.c: (activate_group):
664         Fix buffer-duration property.
665
666 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
667
668         * gst-libs/gst/audio/gstbaseaudiosink.c:
669         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
670         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
671         (gst_base_audio_sink_change_state):
672         Really fix audiosink drain handling by keeping track of the running_time
673         of the last sample.
674
675 2008-11-24  Michael Smith <msmith@songbirdnest.com>
676
677         * gst/playback/gstplaybin2.c:
678           Add notification of current stream. Add ability to configure buffer
679           sizes.
680         * gst/playback/gsturidecodebin.c:
681           Add ability to configure buffer sizes for streaming mode.
682           Bug #561734.
683
684 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
685
686         * gst-libs/gst/audio/gstbaseaudiosink.c:
687           Time is already in running_time. Remove base_time handling. Fixes
688           audiosinks not draining and thus chopping some audio in the end.
689
690 2008-11-24  David Schleef  <ds@schleef.org>
691
692         * ext/ogg/gstoggmux.c:
693         * ext/ogg/gstoggmux.h:
694           If we're muxing a dirac stream, flush the page after every picture.
695
696 2008-11-24  Stefan Kost  <ensonic@users.sf.net>
697
698         * gst-libs/gst/audio/gstbaseaudiosink.c:
699           Add one log message to check for audio_drained. Sync one log message
700           with the condition. Send EOS after draining audio in pull mode.
701
702 2008-11-24  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
703
704         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
706         Use gst_buffer_try_new_and_alloc() and fail properly if the
707         allocation failed. This prevents abort() if downstream elements
708         request an insane amount of memory.
709
710 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst/volume/gstvolume.c: (volume_choose_func),
713         (volume_update_volume), (gst_volume_set_volume),
714         (gst_volume_get_volume), (gst_volume_set_mute),
715         (gst_volume_class_init), (gst_volume_init),
716         (volume_process_double), (volume_process_float),
717         (volume_process_int32), (volume_process_int32_clamp),
718         (volume_process_int24), (volume_process_int24_clamp),
719         (volume_process_int16), (volume_process_int16_clamp),
720         (volume_process_int8), (volume_process_int8_clamp), (volume_setup),
721         (volume_transform_ip), (volume_set_property),
722         (volume_get_property):
723         * gst/volume/gstvolume.h:
724         Cleanup volume, define and use default values.
725         Recalculate new volume and mute setup before processing. Fixes #561789.
726
727         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
728         Add controller unit test. Patch by: Jonathan Matthew
729         Fix bogus test that messed with basetransform's internal state.
730
731 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
732
733         * gst/videorate/gstvideorate.c:
734         Add jpeg and png image media types to the caps. Fixes #561436.
735
736 2008-11-22  Wim Taymans  <wim.taymans@collabora.co.uk>
737
738         * gst/playback/gstplaysink.c: (gen_audio_chain):
739         Don't post an error when we can't configure the volume but post a
740         warning instead. Fixes #561780.
741
742 2008-11-21  David Schleef  <ds@schleef.org>
743
744         Patch by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
745
746         * gst/videotestsrc/gstvideotestsrc.c:
747         * gst/videotestsrc/gstvideotestsrc.h:
748         * gst/videotestsrc/videotestsrc.c:
749         * gst/videotestsrc/videotestsrc.h:
750           Add a zone plate pattern generator based on BBC R&D Report
751           1978/23 (yeah *that* 1978).  Try 'videotestsrc pattern=zone-plate
752           kx2=20 ky2=20 kt=1'.
753
754 2008-11-20  Michael Smith <msmith@songbirdnest.com>
755
756         * gst/playback/gstdecodebin2.c:
757           Fix random fat-fingering making this not compile.
758
759 2008-11-20  Michael Smith <msmith@songbirdnest.com>
760
761         * gst/playback/gstdecodebin2.c:
762           If the top-level type of the stream is plain text, don't try to decode
763           it, matching behaviour of decodebin.
764         * gst/playback/gstplaysink.c:
765           If we fail to generate a text chain (e.g. due to missing optional
766           plugins), don't crash.
767
768 2008-11-20  Michael Smith <msmith@songbirdnest.com>
769
770         * gst-libs/gst/rtsp/gstrtspdefs.c:
771           Fix win32 build. Oops.
772
773 2008-11-20  Michael Smith <msmith@songbirdnest.com>
774
775         * gst-libs/gst/rtsp/gstrtspdefs.c:
776           Use WSAGetLastError() rather than errno/h_errno on win32.
777
778 2008-11-20  Michael Smith <msmith@songbirdnest.com>
779
780         * gst-libs/gst/riff/riff-media.c:
781           Support WMA Lossless properly.
782
783 2008-11-18  David Schleef  <ds@schleef.org>
784
785         * gst/videotestsrc/gstvideotestsrc.c:
786         * gst/videotestsrc/gstvideotestsrc.h:
787         * gst/videotestsrc/videotestsrc.c:
788         * gst/videotestsrc/videotestsrc.h:
789           Add "colorspec" property, specifying whether to generate BT.601
790           or BT.709 video.  This only affects YCbCr values, not RGB, since
791           if you're generating a 709 test pattern, presumably you want
792           709 RGB primaries, not 601.  Also add "smpte75" pattern, which
793           uses 75% colors instead of 100%, since this is often more useful
794           for testing (and also follows the SMPTE EG-1 guideline).
795
796 2008-11-18  Alessandro Decina  <alessandro.d@gmail.com>
797
798         * gst/playback/gstdecodebin.c:
799         Add a "sink-caps" property to decodebin like it's done for decodebin2.
800         Fixes #560380.
801
802 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
803
804         * gst/audioresample/gstaudioresample.c:
805         Guard against a NULL dereference I somehow encountered -
806         with a FLUSH_STOP arriving either before basetransform _start(),
807         or after _stop().
808
809         * gst/typefind/gsttypefindfunctions.c:
810         Make sure we never jump backwards when typefinding corrupt mov files.
811
812 2008-11-14  Jan Schmidt  <jan.schmidt@sun.com>
813
814         * gst-libs/gst/interfaces/propertyprobe.c:
815         Fix random type causing a docs warning.
816
817 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
818
819         * sys/v4l/gstv4l.c:
820           Give it a minimal rank for autovideosrc.
821
822 2008-11-13  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
823
824         * gst/typefind/gsttypefindfunctions.c: (jp2_type_find),
825         (plugin_init):
826         Improve typefinding of ISO JPEG2000 mime types.
827
828 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
829
830         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
831         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_setcaps),
832         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
833         * sys/xvimage/xvimagesink.h:
834         Avoid typechecking when we do trivial casts.
835         Move error handling out of the main program flow.
836         Sneak in the display-region caps property, not completely correct yet.
837         Cache the width/height in buffer_alloc instead of parsing it from the
838         caps all the time.
839
840 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
841
842         * gst/playback/gstplaybin2.c: (deactivate_group):
843         don't try to unlink the selector sinkpad when we don't have it yet. This
844         can happen if an error occured before the group was complete.
845
846 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
849         (gst_rtp_buffer_set_packet_len), (gst_rtp_buffer_get_packet_len),
850         (gst_rtp_buffer_get_header_len), (gst_rtp_buffer_get_version),
851         (gst_rtp_buffer_set_version), (gst_rtp_buffer_get_padding),
852         (gst_rtp_buffer_set_padding), (gst_rtp_buffer_pad_to),
853         (gst_rtp_buffer_get_extension), (gst_rtp_buffer_set_extension),
854         (gst_rtp_buffer_get_extension_data),
855         (gst_rtp_buffer_set_extension_data), (gst_rtp_buffer_get_ssrc),
856         (gst_rtp_buffer_set_ssrc), (gst_rtp_buffer_get_csrc_count),
857         (gst_rtp_buffer_get_csrc), (gst_rtp_buffer_set_csrc),
858         (gst_rtp_buffer_get_marker), (gst_rtp_buffer_set_marker),
859         (gst_rtp_buffer_get_payload_type),
860         (gst_rtp_buffer_set_payload_type), (gst_rtp_buffer_get_seq),
861         (gst_rtp_buffer_set_seq), (gst_rtp_buffer_get_timestamp),
862         (gst_rtp_buffer_set_timestamp),
863         (gst_rtp_buffer_get_payload_subbuffer),
864         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload):
865         Avoid expensive type checks we already did as part of the 
866         _validate() function that should be called first.
867
868 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst-libs/gst/rtp/gstbasertpdepayload.c: (create_segment_event),
871         (gst_base_rtp_depayload_push_full),
872         (gst_base_rtp_depayload_set_gst_timestamp):
873         Fix some cases where a newsegment event was not sent.
874
875 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
876
877         * gst/playback/gstplaybin2.c: (activate_group):
878         Catch state change errors and stop from the uridecodebin elements
879         instead of trying to continue in vain.
880
881 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
882
883         * gst-libs/gst/audio/gstbaseaudiosink.c:
884         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
885         (gst_base_audio_sink_callback):
886         Use gst_base_sink_do_preroll() to wait for PLAYING and before waiting
887         for the latency to expire, fixes #559567.
888
889 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
890
891         * gst/adder/gstadder.c:
892           Change author string after seeing output of gst-inspector.
893
894 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/playback/gstplaysink.c: (gst_play_sink_reconfigure):
897         Don't try to do crazy things when we only have a text pad without a
898         video pad. Fixes #559478.
899
900 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
903         Fix case where we don't have a range for the rates or channels as is the
904         case with truespeech.
905
906 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * gst/volume/gstvolume.c: (volume_update_real_volume),
909         (gst_volume_set_volume), (gst_volume_get_volume),
910         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
911         (volume_transform_ip), (volume_update_mute),
912         (volume_update_volume), (volume_get_property):
913         * gst/volume/gstvolume.h:
914         Keep negotiated state in a separate variable.
915         Protect the volume and mute properties with the object lock.
916         Protect modifying the transform with the transform lock.
917
918 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
921         (gst_ffmpeg_pixfmt_to_caps):
922         Only convert caps to string when debug is enabled.
923
924 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * ext/theora/gsttheoradec.h:
927         * ext/theora/theoradec.c: (gst_theora_dec_init),
928         (gst_theora_dec_reset), (theora_dec_src_event),
929         (theora_dec_sink_event), (theora_handle_type_packet):
930         Copy seqnum.
931         Keep events in a pending list, like vorbisdec, instead of trying
932         to construct a segment event ourselves.
933
934         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
935         (vorbis_dec_src_event), (vorbis_dec_sink_event):
936         * ext/vorbis/vorbisdec.h:
937         Copy seqnum.
938
939 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
940
941         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
942         (gst_ogg_demux_deactivate_current_chain),
943         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
944         (gst_ogg_demux_loop):
945         * ext/ogg/gstoggdemux.h:
946         Copy seqnums around to track playback segments and messages.
947
948 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         Based on patch by: Matthias Kretz <kretz at kde dot org>
951
952         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
953         (gst_alsasink_prepare), (gst_alsasink_unprepare),
954         (gst_alsasink_write):
955         Make all access non-blocking so that we can better handle unplugging
956         of usb devices. Fixes #559111
957
958 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
959
960         Patch by: Damien Lespiau  <damien.lespiau gmail com>
961
962         * gst-libs/gst/rtsp/gstrtspconnection.c:
963         (gst_rtsp_connection_write):
964         Make the next call to poll not depend on previous calls to poll with or
965         without reading from the active descriptor. Fixes #544293.
966
967 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         Patch by: Nick Haddad <nick at haddads dot net>
970
971         * gst-libs/gst/riff/riff-ids.h:
972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
973         Add support for other fourcc codes that are commonly used for
974         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
975         Fixes #558553.
976
977 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
978
979         * gst/audioresample/gstaudioresample.c:
980           Return the result of parent_class->event().
981
982 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
983
984         * gst/audioresample/gstaudioresample.c:
985         (gst_audioresample_class_init), (audioresample_fixate_caps):
986         Fixate the rate to the nearest supported rate instead of
987         the first one. Fixes bug #549510.
988
989 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
990
991         * win32/common/libgstaudio.def:
992         Add new symbols.
993
994 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
997         Attempt to make obfuscated code clearer.
998
999 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1000
1001         * docs/libs/gst-plugins-base-libs-sections.txt:
1002         * gst-libs/gst/floatcast/floatcast.h:
1003         Move float endianness conversion macros to core. Second part of
1004         bug ##555196.
1005
1006 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1007
1008         * sys/ximage/ximagesink.h:
1009         * sys/xvimage/xvimagesink.h:
1010           Don't mark as gtk-doc docs as they aren't public.
1011
1012 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
1013
1014         * sys/xvimage/xvimagesink.c:
1015         * sys/xvimage/xvimagesink.h:
1016         * tests/icles/Makefile.am:
1017         * tests/icles/test-colorkey.c:
1018           Allow setting colorkey if possible. Implement property probe interface
1019           for optional X features (autopaint-colorkey, double-buffer and
1020           colorkey). Fixes #554533
1021
1022 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
1023
1024         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1025         Remove useless buffer size assignment. It already has this value.
1026
1027 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1028
1029         * gst-libs/gst/audio/gstaudiosink.c:
1030         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
1031         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
1032         (gst_audioringbuffer_stop):
1033         Implement a separate activate functions to start monitoring the segments
1034         or, in pull mode, pulling in data.
1035
1036         * gst-libs/gst/audio/gstbaseaudiosink.c:
1037         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1038         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
1039         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
1040         (gst_base_audio_sink_activate_pull),
1041         (gst_base_audio_sink_async_play),
1042         (gst_base_audio_sink_change_state):
1043         Implement pad and element convert query function.
1044         Activate the ringbuffer.
1045         Use the segment last_stop value as the offset to pull.
1046         Use new basesink _do_preroll() method to preroll in the pulling thread.
1047         Take appropriate locking in the pulling thread.
1048
1049         * gst-libs/gst/audio/gstringbuffer.h:
1050         Update some docs.
1051
1052 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1053
1054         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
1055         Improve MXF typefinding a bit by searching for a header partition
1056         pack instead of just a general partition pack and checking more
1057         bytes for valid values.
1058
1059 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1060
1061         * tests/icles/.cvsignore:
1062         update ignore file.
1063
1064         * tests/icles/Makefile.am:
1065         * tests/icles/test-box.c: (make_pipeline), (main):
1066         Add another interactive command line experimentation suite for
1067         dynamically boxing/cropping/saling an input video.
1068
1069 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
1070
1071         * docs/libs/gst-plugins-base-libs-sections.txt:
1072         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
1073         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
1074         * gst-libs/gst/audio/gstringbuffer.h:
1075         Add methods to more accuratly control the pulling thread of a
1076         ringbuffer.
1077         Add format conversion helper code to the ringbuffer.
1078         API: GstRingBuffer:gst_ring_buffer_activate()
1079         API: GstRingBuffer:gst_ring_buffer_is_active()
1080         API: GstRingBuffer:gst_ring_buffer_convert()
1081
1082 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1083
1084         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
1085         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1086         (gst_audioringbuffer_stop):
1087         Signal thread startup earlier so that we can immediatly go into pull
1088         mode when we have to and block on preroll.
1089
1090 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1091
1092         * gst-libs/gst/audio/gstringbuffer.c:
1093         (gst_ring_buffer_prepare_read):
1094         In pull mode we want the callback to prepull a buffer we can preroll on
1095         even when we are not yet playing.
1096
1097 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
1098
1099         * ext/alsa/Makefile.am:
1100         * ext/cdparanoia/Makefile.am:
1101         * ext/gio/Makefile.am:
1102         * ext/gnomevfs/Makefile.am:
1103         * ext/libvisual/Makefile.am:
1104         * ext/ogg/Makefile.am:
1105         * ext/pango/Makefile.am:
1106         * ext/theora/Makefile.am:
1107         * ext/vorbis/Makefile.am:
1108         * gst/adder/Makefile.am:
1109         * gst/audioconvert/Makefile.am:
1110         * gst/audiorate/Makefile.am:
1111         * gst/audioresample/Makefile.am:
1112         * gst/audiotestsrc/Makefile.am:
1113         * gst/ffmpegcolorspace/Makefile.am:
1114         * gst/gdp/Makefile.am:
1115         * gst/playback/Makefile.am:
1116         * gst/subparse/Makefile.am:
1117         * gst/tcp/Makefile.am:
1118         * gst/typefind/Makefile.am:
1119         * gst/videorate/Makefile.am:
1120         * gst/videoscale/Makefile.am:
1121         * gst/videotestsrc/Makefile.am:
1122         * gst/volume/Makefile.am:
1123         * sys/v4l/Makefile.am:
1124         * sys/ximage/Makefile.am:
1125         * sys/xvimage/Makefile.am:
1126           Don't install static libs for plugins. Fixes #550851 for base.
1127
1128 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
1131         Set the default blocksize to -1 because we will then use the configured
1132         samplesperbuffer to create our output buffer.
1133
1134 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1135
1136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1137         (gst_riff_create_video_template_caps):
1138         Add mappping for the KMVC (Karl Morton's Video) Codec.
1139
1140 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1141
1142         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1143         Don't forget to advance the offset of what we're matching against, else
1144         we end up in a forever loop.
1145
1146 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
1147
1148         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1149         Improve typefinding a bit. If we don't have a Unicode charset
1150         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
1151
1152 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1153
1154         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
1155         Fix build on macosx.
1156
1157 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1158
1159         Based on patch by: Robin Stocker <robin at nibor dot org>
1160
1161         * ext/theora/gsttheoradec.h:
1162         * ext/theora/theoradec.c: (gst_theora_dec_init),
1163         (theora_dec_setcaps), (theora_handle_type_packet),
1164         (theora_dec_decode_buffer), (theora_dec_change_state):
1165         Parse input caps and make the PAR override the encoded PAR when
1166         specified by a container. Fixes #555699.
1167
1168 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1169
1170         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1171         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
1172         (gst_base_rtp_depayload_set_gst_timestamp),
1173         (gst_base_rtp_depayload_change_state):
1174         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1175         Add some more G_LIKELY
1176         Fail when the setcaps function was not called.
1177
1178         * gst-libs/gst/rtp/gstbasertppayload.c:
1179         (gst_basertppayload_set_outcaps):
1180         Propagate return value of setcaps.
1181
1182 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1183
1184         * gst/subparse/Makefile.am:
1185         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1186         (gst_sub_parse_class_init), (gst_sub_parse_init),
1187         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
1188         (get_next_line), (gst_sub_parse_data_format_autodetect),
1189         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
1190         (gst_subparse_type_find):
1191         * gst/subparse/gstsubparse.h:
1192         Add support for UTF16/UTF32 subtitles as long as the first bytes of
1193         the first buffer contain the BOM. This also adds support for other
1194         encodings that allow NUL bytes via the encoding property.
1195         Fixes bugs #552237 and #456788.
1196
1197 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1198
1199         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1200         Don't drop the last byte of image tags if they're not an URI list.
1201         Fixes bug #556066.
1202
1203 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1204
1205         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1206         For looking at the 4th byte we have to get 4 bytes of course
1207         and not 3.
1208
1209 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1210
1211         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
1212         Improve FLAC-without-headers typefinding by looking at most of the
1213         frame header and checking if invalid values are used. Should prevent
1214         quite some false positives compared to the old version which only
1215         check if the first 14 bits are set.
1216
1217 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
1218
1219         * sys/xvimage/xvimagesink.c:
1220           Don't assert on caps==NULL.
1221
1222 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1223
1224         * gst/subparse/gstsubparse.c:
1225         (gst_sub_parse_data_format_autodetect), (handle_buffer),
1226         (gst_sub_parse_change_state):
1227         * gst/subparse/gstsubparse.h:
1228         * tests/check/elements/subparse.c: (GST_START_TEST):
1229         Add support for subtitle files with UTF-8 BOM at the beginning
1230         by simple stripping it from the first line before passing it
1231         to any parsing code. Fixes bug #555257 and playback of files
1232         created by Gnome Subtitles.
1233
1234 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1235
1236         * gst/audiotestsrc/gstaudiotestsrc.c:
1237         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
1238         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
1239         (gst_audio_test_src_start), (gst_audio_test_src_stop),
1240         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
1241         (gst_audio_test_src_create):
1242         * gst/audiotestsrc/gstaudiotestsrc.h:
1243         Define the default property values in the usual place.
1244         Implement start/stop to reset values correctly.
1245         Calculate the sample size only once when we negotiate.
1246         Rename some values to make more sense.
1247         Keep track of our byte range.
1248         Add support for pull based scheduling. Disabled for now until we have
1249         the whole stack working.
1250         Set the BUFFER_OFFSET correctly.
1251
1252 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1253
1254         Based on a patch by: xavierb at gmail dot com
1255
1256         * gst/subparse/gstsubparse.c:
1257         (gst_sub_parse_data_format_autodetect):
1258         * tests/check/elements/subparse.c: (GST_START_TEST):
1259         Make the detection of the used subtitle a bit less strict
1260         for srt subtitles. Fixes bug #555607.
1261
1262 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1263
1264         * ext/vorbis/vorbisenc.c:
1265         (gst_vorbis_enc_buffer_check_discontinuous):
1266         Fix discontinuity detection which was broken by last commit.
1267
1268 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
1269
1270         * configure.ac::
1271           Require core CVS for ghostpad API additions used by decodebin2.
1272
1273 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1274
1275         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1276         (gst_base_audio_src_create):
1277         Fix debug statements (space between '%' and actual format).
1278
1279 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
1282         Remove bogus assert, the decodepad could have been created inside an
1283         already existing group.
1284
1285 2008-10-08  Andy Wingo  <wingo@pobox.com>
1286
1287         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
1288         target instead of setting it.
1289         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
1290         API for a decode pad. The bugfix is that we set the group in
1291         activate(), not when the pad was created because it might be NULL
1292         then.
1293         (gst_decode_group_control_source_pad, gst_decode_group_expose):
1294         Update to use the API.
1295
1296 2008-10-08  Andy Wingo  <wingo@pobox.com>
1297
1298         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
1299         be a subclass of GstGhostPad.
1300         (analyze_new_pad): So, when emitting the signals that determine
1301         how we do autoplugging, already create the ghost pad and use it as
1302         the pad in the signal arguments. This allows applications to make
1303         a connection between the pad passed in e.g. autoplug-continue, and
1304         the pad passed in new-decoded-pad.
1305         (connect_pad, expose_pad): Update to receive the ghosted decode
1306         pad in the args, retargetting it as necessary if we have to plug
1307         the target pad through a multiqueue.
1308         (gst_decode_group_control_source_pad): Adapt to receive an
1309         already-ghosted pad that just needs activation, blocking, and
1310         drain notification.
1311         (sort_end_pads): Adapt for decode pads actually being pads.
1312         (gst_decode_group_expose): Adapt for decode pads actually being
1313         pads. Rewrite the decode pad names so they appear in order. Adds a
1314         new error case if we couldn't set the name.
1315         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
1316         logic.
1317         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
1318         New API for the decode pad, needed because we shouldn't do these
1319         things inside gst_decode_pad_new(), but after.
1320         (gst_decode_pad_new): Change to actually make the real pad, and
1321         delay the blocking/drainage bits.
1322
1323 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1324
1325         Patch by: Daniel Drake <dsd at laptop dot org>
1326
1327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
1328         Unref all buffers when clearing collectpads. Fixes bug #546955.
1329
1330 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1331
1332         Based on a patch by: Klaas <klaas at rivercrew dot net>
1333
1334         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
1335         (gst_vorbis_enc_buffer_check_discontinuous),
1336         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
1337         * ext/vorbis/vorbisenc.h:
1338         Keep track of the upstream segments and use the running time on that
1339         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
1340
1341 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1342
1343         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
1344         Prevent overflows with big buffer when calculating the size of
1345         the intermediate buffer by using gst_util_uint64_scale() instead of
1346         plain arithmetics. Fixes bug #552801.
1347
1348 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1349
1350         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
1351
1352         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
1353         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
1354         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
1355         (gst_clock_overlay_get_property):
1356         * ext/pango/gstclockoverlay.h:
1357         API: Add ability to specify format for date/time display by
1358         adding a "time-format" property.
1359         Fixes bug #554879.
1360
1361 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1362
1363         Patch by: Jan Gerber <j at oil21 dot org>
1364
1365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1366         (gst_riff_create_video_template_caps):
1367         Add FFV1 fourcc to support playback of FFMPEG lossless video
1368         in AVI. Fixes bug #555319.
1369
1370 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1371
1372         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
1373
1374         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1375         (gst_base_audio_src_create):
1376         Implement skew clock slaving. Fixes #552559.
1377
1378 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1379
1380         * gst-libs/gst/audio/multichannel.c:
1381         * gst-libs/gst/audio/testchannels.c:
1382         Fix include of config.h
1383
1384 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
1387
1388         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
1389         (print_media), (gst_sdp_message_dump):
1390         Fix parsing of the c= field containing multicast addresses.
1391         Fixes #552199.
1392         Add the connection info to the session or streams.
1393         Fix parsing of the bandwidth.
1394         Add debugging for the connections and bandwidths for a media.
1395         Add debugging for the bandwidth of the session. 
1396
1397 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1398
1399         * gst-libs/gst/rtp/gstbasertppayload.c:
1400         (gst_basertppayload_change_state):
1401         Configure the next seqnum and timestamp in the state change so that they
1402         can be queried soon after.
1403
1404 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1405
1406         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1407         (gst_base_rtp_depayload_chain):
1408         Improve debugging of the rtptime.
1409
1410 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
1411
1412         * configure.ac:
1413         Back to development -> 0.10.21.1
1414
1415 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1416
1417         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1418         (plugin_init):
1419         Add typefinding for FLAC without headers in the beginning.
1420         This is already handled by flacdec and friends.
1421
1422 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1423
1424         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
1425         (plugin_init):
1426         Add typefinder for MXF.
1427
1428 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
1429
1430         * tests/icles/Makefile.am:
1431         Only build test-colorkey if GTK+ is available.
1432
1433 === release 0.10.21 ===
1434
1435 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
1436
1437         * configure.ac:
1438           releasing 0.10.21, "We Could Be Wrong"
1439
1440 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
1441
1442         * configure.ac:
1443         0.10.20.4 pre-release
1444
1445 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1446
1447         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
1448
1449         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
1450         Set the BOS flag on the BOS packet. Fixes #553244.
1451
1452 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1453
1454         * gst-libs/gst/rtsp/gstrtspmessage.c:
1455         (gst_rtsp_message_parse_request),
1456         (gst_rtsp_message_parse_response):
1457         Fix the g_return_val_if_fail() statements.
1458
1459 2008-09-22  Michael Smith <msmith@songbirdnest.com>
1460
1461         * gst-libs/gst/tag/gsttagdemux.c:
1462           Fail to activate if there's insufficient data in the file to be usable,
1463           preventing an assertion fail later. Fixes #552960
1464
1465 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
1466
1467         * gst-libs/gst/pbutils/descriptions.c:
1468         * gst/typefind/gsttypefindfunctions.c:
1469           Recognise Kate subtitle streams (#550582).
1470
1471 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
1472
1473         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
1474           Remove trailing comma from enum list, which causes problems
1475           with -pendantic (#550729).
1476
1477 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
1478
1479         * configure.ac:
1480         0.10.20.2 pre-release
1481
1482         * po/LINGUAS:
1483         * po/id.po:
1484         * po/pt_BR.po:
1485
1486         New translations.
1487
1488 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1489
1490         * gst-libs/gst/interfaces/propertyprobe.c:
1491           (gst_property_probe_get_properties),
1492           (gst_property_probe_get_property),
1493           (gst_property_probe_probe_property),
1494           (gst_property_probe_probe_property_name),
1495           (gst_property_probe_needs_probe),
1496           (gst_property_probe_needs_probe_name),
1497           (gst_property_probe_get_values),
1498           (gst_property_probe_get_values_name),
1499           (gst_property_probe_probe_and_get_values),
1500           (gst_property_probe_probe_and_get_values_name):
1501           More sanity checks for our second-favourite interface.
1502
1503 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
1504
1505         * gst-libs/gst/interfaces/propertyprobe.c:
1506           Check for NULL pointer, in the hope that this fixes #532864.
1507
1508 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
1509
1510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
1511           No really, the next release is 0.10.21 (fix Since: tags in docs).
1512
1513 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
1514
1515         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
1516         Disable a code path that is now called but causes a deadlock for some
1517         reason and is unneeded.
1518
1519 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
1520
1521         * sys/xvimage/xvimagesink.c:
1522         * sys/xvimage/xvimagesink.h:
1523           Add a "draw-border" property that can be set to false to disable
1524           drawing borders.
1525           
1526         * tests/icles/test-colorkey.c:
1527         * tests/icles/Makefile.am:
1528           Add new test application for the colorkey handling.
1529
1530 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1531
1532         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1533         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
1534         This will also be fixed for upcoming gst-ffmpeg release so that once
1535         this release of -base is out, it will work with the latest gst-ffmpeg
1536         release.
1537
1538 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
1539
1540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1541         (gst_riff_create_audio_template_caps):
1542         Add Truespeech mapping for RIFF formats (AVI/WAV).
1543         Fixes #550656
1544
1545 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1546
1547         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1548         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
1549         Fixes #550638.
1550
1551 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * configure.ac:
1554         * gst/subparse/Makefile.am:
1555         * gst/subparse/gstsubparse.c:
1556         * gst/subparse/samiparse.c:
1557         * tests/check/elements/subparse.c:
1558           Rework last change, so that we build subparse, but just disable the
1559           sami parse functionality, if we're configured to not use xml. In the
1560           tests only the sami test is disabled now.
1561
1562 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * configure.ac:
1565           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
1566           test runs.
1567
1568 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1569
1570         * po/POTFILES.in:
1571           Add some more files with strings for translation.
1572
1573 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
1574
1575         * gst-libs/gst/tag/gstvorbistag.c:
1576         * tests/check/libs/tag.c:
1577           Use new geo location tags from core. Fixes #481169
1578
1579 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
1580
1581         * tests/check/elements/audioresample.c: (setup_audioresample),
1582         (fail_unless_perfect_stream), (test_perfect_stream_instance),
1583         (test_discont_stream_instance):
1584         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
1585         Add debugging for coherence.
1586
1587 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1588
1589         Patch by: Jonathan Matthew  <notverysmart gmail com>
1590
1591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1592           Add typefinder for PDF documents (which is nice to have, since it's a
1593           common format, but also helps prevent false positives). Fixes #549814.
1594
1595 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1596
1597         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
1598         (no_more_pads_cb):
1599         Fix nasty race where multiple decodebins could start pushing data before
1600         we manage to configure the sinks, resulting in not-linked errors in
1601         typical RTSP streaming cases.
1602
1603 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1604
1605         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1606         Since we now call stop, we trigger this code path that causes a deadlock
1607         is apparently not needed.
1608
1609 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1610
1611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
1612         (gst_ring_buffer_stop):
1613         Also allow the case where the ringbuffer was paused when we try to stop
1614         it so that the basesrc stop function is still called.
1615
1616 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1617
1618         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1619
1620         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
1621         Reprobe devices again instead of taking a cached list as new
1622         devices could've been plugged in. Fixes bug #549062.
1623
1624 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1625
1626         Patch by: Alessandro Dessina <alessandro nnva org>
1627
1628         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
1629         (gst_ogg_demux_activate_chain):
1630         Don't add pads and activate them for skeleton streams. These are already
1631         handled inside oggdemux. Fixes bug #537599.
1632
1633 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1634
1635         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
1636         Reset variable so that query and convert fail after going back to
1637         READY. Fixes #548898.
1638
1639 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
1642         If a buffer arrives with a timestamp before the timestamp+duration
1643         of the previous buffer clip it instead of dropping it completely.
1644         Slight improvement for the unfixable bug #548913.
1645
1646 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1647
1648         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1649         Take the current timestamp instead of timestamp+duration for the offset.
1650         This offset will later be used for calculating the timestamp and
1651         otherwise vorbisdec will interpolate timestamps wrong if upstream
1652         only sends timestamps and no granulepos.
1653
1654 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
1655
1656         * tests/examples/seek/seek.c:
1657           Don't crash when having no visualisations.
1658
1659 2008-08-16  David Schleef  <ds@schleef.org>
1660
1661         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
1662           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
1663           Fixes #548065.
1664
1665 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1666
1667         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
1668         When cleaning up the caps fields also remove "depth" for the same
1669         reason we remove "width".
1670
1671 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1672
1673         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
1674           Add Lead H.264 here as well.
1675
1676 2008-08-14  Julien Moutte  <julien@fluendo.com>
1677
1678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1679         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
1680
1681 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1682
1683         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1684         (gst_base_audio_src_create):
1685         When not slaved to another clock also subtract the base_time from our
1686         internal clock time to get the running time.
1687
1688 2008-08-12  David Schleef  <ds@schleef.org>
1689
1690         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
1691           since it has no basis in libtheora.
1692
1693 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
1694
1695         * gst-libs/gst/interfaces/propertyprobe.h:
1696           Remove double "interface" from doc-string.
1697
1698         * gst-libs/gst/interfaces/xoverlay.h:
1699           Document interface.
1700
1701         * gst-libs/gst/riff/riff.c:
1702           Add basic doc blobs.
1703
1704 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1705
1706         * gst-libs/gst/audio/Makefile.am:
1707           Don't try to build that example anymore.
1708
1709 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1710
1711         * gst-libs/gst/audio/.cvsignore:
1712         * gst-libs/gst/audio/Makefile.am:
1713         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1714         * gst-libs/gst/audio/make_filter:
1715           Move audiofiltertemplate to gst-template.
1716
1717 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1718
1719         * docs/libs/gst-plugins-base-libs-sections.txt:
1720         * gst-libs/gst/audio/gstaudiosrc.h:
1721           More docs and shuffling. What can we do with the hundreds of #defines.
1722
1723 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1724
1725         * gst-libs/gst/audio/audio.h:
1726         * gst-libs/gst/audio/gstaudiofilter.h:
1727         * gst-libs/gst/audio/gstringbuffer.h:
1728         * gst-libs/gst/interfaces/propertyprobe.h:
1729         * gst-libs/gst/tag/gsttagdemux.h:
1730           Reducing number of dundocumented symbols.
1731
1732 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
1733
1734         * gst-libs/gst/audio/audio.c:
1735           Fix doc comment syntax.
1736
1737         * gst-libs/gst/interfaces/propertyprobe.c:
1738           Add more doc-comments and a FIXME: for the signal.    
1739
1740 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1741
1742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
1743         (gst_ogg_mux_request_new_pad):
1744         * ext/ogg/gstoggmux.h:
1745         Don't pretend to support NEWSEGMENT events, instead override the
1746         GstCollectPads event function to return FALSE on NEWSEGMENT events
1747         and do the normal work for other events.
1748
1749         This prevents elements like flacenc to seek to the start and rewrite
1750         some data which then results in a broken Ogg packet.
1751
1752 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
1753
1754         Patch by: Frederic Crozat <fcrozat@mandriva.org>
1755
1756         * ext/alsa/gstalsaplugin.c: (plugin_init):
1757         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
1758         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1760         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
1761         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
1762         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
1763         * gst/playback/gstdecodebin.c: (plugin_init):
1764         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
1765         * gst/playback/gstplayback.c: (plugin_init):
1766         * gst/playback/gstqueue2.c: (plugin_init):
1767         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
1768         * sys/v4l/gstv4l.c: (plugin_init):
1769         Make sure gettext returns translations in UTF-8 encoding rather
1770         than in the current locale encoding (#546822).
1771
1772 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * gst-libs/gst/pbutils/descriptions.c:
1775           Add audio/x-qdm for qtdemux.
1776
1777 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
1778
1779         * ext/vorbis/vorbisdec.c:
1780           Do not leak old taglist.
1781
1782 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
1783
1784         * tests/icles/test-scale.c:
1785           Include <stdlib.h> for atoi().
1786
1787 2008-08-04  Andy Wingo  <wingo@pobox.com>
1788
1789         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
1790         documentation fix.
1791
1792 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1793
1794         * gst/adder/gstadder.c:
1795           Cleanup lots of empty lines that came from gst-indent going havoc
1796           before I added the INDENT_ON/OFF marker some time agao.
1797
1798 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
1799
1800         * configure.ac:
1801         * gst-libs/gst/riff/riff-read.c:
1802           Bump requirement to latest core and use new tag for riff formats.
1803           Needed for #520694.
1804
1805 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1806
1807         * tests/examples/dynamic/Makefile.am:
1808         * tests/examples/dynamic/codec-select.c: (make_encoder),
1809         (make_pipeline), (do_switch), (my_bus_callback), (main):
1810         Add example app that dynamically switches between 3 'encoders'.
1811
1812 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1813
1814         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
1815         Add some more comments.
1816
1817 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1818
1819         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
1820         (gst_video_test_src_create):
1821         Discard buffers of the wrong size after renegotiation, this is perfectly
1822         possible with things like capsfilter that could suggest caps changes
1823         upstream without knowing the size of the buffer.
1824
1825 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1826
1827         * tests/icles/.cvsignore:
1828         * tests/icles/Makefile.am:
1829         * tests/icles/test-scale.c: (make_pipeline), (main):
1830         Add dynamic rescaling tests for the new basetransform.
1831
1832 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1833
1834         * gst/audioconvert/Makefile.am:
1835           Dist recently-added gstfastrandom.h.
1836
1837 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
1838
1839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1840         Fix a "may be used uninitialized in this function" which weirdly only
1841         appears on macosx (?).
1842
1843 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * gst-libs/gst/riff/riff-ids.h:
1846           Adding acid chunk for tempo and loop information.
1847
1848 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1849
1850         * sys/xvimage/Makefile.am:
1851           floor() needs linking to $(LIBM).
1852
1853 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1854
1855         * ext/gnomevfs/gstgnomevfssrc.c:
1856           Aggregate short reads and add some comments and debug logging.
1857           Fixes #537380
1858
1859 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1860
1861         * gst/playback/gstplaybasebin.c:
1862           Fix property doc markup (its not a signal).
1863
1864         * sys/xvimage/xvimagesink.c:
1865           Add since tag for new proeprties (also add sice tags fro the last two
1866           other additions).
1867
1868 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
1869
1870         * sys/xvimage/xvimagesink.c:
1871         * sys/xvimage/xvimagesink.h:
1872           Add autofill/colorkey properties. Fixes #538656.
1873
1874 2008-07-28  David Schleef  <ds@schleef.org>
1875
1876         * sys/xvimage/xvimagesink.c:
1877           Fix rounding errors when converting colorbalance values
1878           between hardware and object property ranges.  Partial
1879           fix for #537889, however, there still seems to be a small
1880           drift problem that could be totem's fault.
1881
1882 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1883
1884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1885         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
1886         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
1887         This fixes a critical warning.
1888
1889 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1890
1891         * ext/ogg/gstoggmux.c:
1892         Allow muxing of CELT into Ogg streams.
1893
1894 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1895
1896         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
1897         (plugin_init):
1898         Add simple typefinder for the CELT codec (www.celt-codec.org).
1899
1900 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         Patch by: Jan Gerber <j at oil21 dot org>
1903
1904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1905         Fix calculation of the start time from skeleton streams.
1906         Fixes bug #530068.
1907
1908 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1909
1910         * tests/examples/seek/seek.c:
1911           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1912
1913 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1914
1915         * gst/audioconvert/audioconvert.h:
1916         * gst/audioconvert/gstaudioquantize.c:
1917         (gst_audio_quantize_setup_dither),
1918         (gst_audio_quantize_free_dither):
1919         * gst/audioconvert/gstfastrandom.h:
1920         Implement a linear congruential generator as pseudo random number
1921         generator for the dither noise. This is about 2 times faster than
1922         using GLib's mersenne twister. Also this uses only integer math for
1923         generating integers while GLib internally uses floating point math.
1924
1925 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1926
1927         * configure.ac:
1928           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1929
1930 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1931
1932         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1933
1934         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1935           Use GST_STR_NULL to avoid crashes with libcs that don't
1936           like NULL strings in printf args (such as the win32 one).
1937           Fixes #544306.
1938
1939 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1940
1941         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1942         Oops - set the size of the image used for probing back to 1x1, for
1943         consistency with ximagesink
1944
1945 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1946
1947         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1948         (gst_ximagesink_ximage_new):
1949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1950         (gst_xvimagesink_xvimage_new):
1951
1952         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1953         X server to attach to a shared memory segment after we've deleted it,
1954         with the result that MIT-SHM is disabled. Instead, remove it only after 
1955         X succeeds in attaching too.
1956
1957 2008-07-16  David Schleef  <ds@schleef.org>
1958
1959         * gst/audiotestsrc/gstaudiotestsrc.c:
1960         * gst/audiotestsrc/gstaudiotestsrc.h:
1961           Add 'ticks', a 1/30 second sine wave pulse every second.
1962
1963 2008-07-15  David Schleef  <ds@schleef.org>
1964
1965         * gst-libs/gst/video/video.c: Revert ABI change.
1966
1967 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1968
1969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1970         Make it impossible to have NULL caps at the point where we set
1971         framerate and other things. Also don't return immediately for "3ivd"
1972         video and let framerate, etc be set. Might fix bug #542508.
1973
1974 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1975
1976         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1977         Video format can also be conveniently determined from (many)
1978         non-fixed caps.
1979
1980 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1981
1982         * gst/playback/gstplaybasebin.c:
1983         * gst/playback/gstplaybasebin.h:
1984         * gst/playback/gstplaybin.c:
1985         * gst/playback/gststreamselector.c:
1986         First stab at integrating DVD subpicture overlay into
1987         playbin. Successfully plugs and plays, but the queues need
1988         shrinking - 3 seconds of video is too much buffering.
1989
1990 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1991
1992         * gst/audioconvert/gstaudioconvert.c:
1993           Remove now obsolete note in the docs.
1994
1995 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1996
1997         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1998         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1999         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2000         * docs/plugins/gst-plugins-base-plugins.args:
2001         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2002         * docs/plugins/gst-plugins-base-plugins.interfaces:
2003         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2004         * docs/plugins/gst-plugins-base-plugins.signals:
2005         * docs/plugins/inspect/plugin-adder.xml:
2006         * docs/plugins/inspect/plugin-alsa.xml:
2007         * docs/plugins/inspect/plugin-audioconvert.xml:
2008         * docs/plugins/inspect/plugin-audiorate.xml:
2009         * docs/plugins/inspect/plugin-audioresample.xml:
2010         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2011         * docs/plugins/inspect/plugin-cdparanoia.xml:
2012         * docs/plugins/inspect/plugin-decodebin.xml:
2013         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2014         * docs/plugins/inspect/plugin-gdp.xml:
2015         * docs/plugins/inspect/plugin-gnomevfs.xml:
2016         * docs/plugins/inspect/plugin-libvisual.xml:
2017         * docs/plugins/inspect/plugin-ogg.xml:
2018         * docs/plugins/inspect/plugin-pango.xml:
2019         * docs/plugins/inspect/plugin-playback.xml:
2020         * docs/plugins/inspect/plugin-queue2.xml:
2021         * docs/plugins/inspect/plugin-subparse.xml:
2022         * docs/plugins/inspect/plugin-tcp.xml:
2023         * docs/plugins/inspect/plugin-theora.xml:
2024         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2025         * docs/plugins/inspect/plugin-uridecodebin.xml:
2026         * docs/plugins/inspect/plugin-video4linux.xml:
2027         * docs/plugins/inspect/plugin-videorate.xml:
2028         * docs/plugins/inspect/plugin-videoscale.xml:
2029         * docs/plugins/inspect/plugin-videotestsrc.xml:
2030         * docs/plugins/inspect/plugin-volume.xml:
2031         * docs/plugins/inspect/plugin-vorbis.xml:
2032         * docs/plugins/inspect/plugin-ximagesink.xml:
2033         * docs/plugins/inspect/plugin-xvimagesink.xml:
2034         * ext/alsa/gstalsamixer.c:
2035         * ext/alsa/gstalsasink.c:
2036         * ext/alsa/gstalsasrc.c:
2037         * ext/gio/gstgiosink.c:
2038         * ext/gio/gstgiosrc.c:
2039         * ext/gio/gstgiostreamsink.c:
2040         * ext/gio/gstgiostreamsrc.c:
2041         * ext/gnomevfs/gstgnomevfssink.c:
2042         * ext/gnomevfs/gstgnomevfssrc.c:
2043         * ext/ogg/gstoggdemux.c:
2044         * ext/ogg/gstoggmux.c:
2045         * ext/pango/gstclockoverlay.c:
2046         * ext/pango/gsttextoverlay.c:
2047         * ext/pango/gsttextrender.c:
2048         * ext/pango/gsttimeoverlay.c:
2049         * ext/theora/theoradec.c:
2050         * ext/theora/theoraenc.c:
2051         * ext/theora/theoraparse.c:
2052         * ext/vorbis/vorbisdec.c:
2053         * ext/vorbis/vorbisenc.c:
2054         * ext/vorbis/vorbisparse.c:
2055         * ext/vorbis/vorbistag.c:
2056         * gst/adder/gstadder.c:
2057         * gst/audioconvert/gstaudioconvert.c:
2058         * gst/audioresample/gstaudioresample.c:
2059         * gst/audiotestsrc/gstaudiotestsrc.c:
2060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2061         * gst/gdp/gstgdpdepay.c:
2062         * gst/gdp/gstgdppay.c:
2063         * gst/playback/gstdecodebin2.c:
2064         * gst/playback/gstplaybin.c:
2065         * gst/playback/gstplaybin2.c:
2066         * gst/playback/gstqueue2.c:
2067         * gst/playback/gsturidecodebin.c:
2068         * gst/tcp/gstmultifdsink.c:
2069         * gst/tcp/gsttcpserversink.c:
2070         * gst/videorate/gstvideorate.c:
2071         * gst/videoscale/gstvideoscale.c:
2072         * gst/videotestsrc/gstvideotestsrc.c:
2073         * gst/volume/gstvolume.c:
2074         * sys/ximage/ximagesink.c:
2075         * sys/xvimage/xvimagesink.c:
2076           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
2077           titles. Drop mentining that all our example pipelines are "simple"
2078           pipelines.
2079
2080 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2081
2082         * tests/examples/seek/Makefile.am:
2083         Fix out of tree build by adding all required CFLAGS.
2084
2085 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2086
2087         * gst/playback/gstdecodebin.c: (add_raw_queue):
2088         And ref the pad before returning it again when linking to the queue
2089         failed. Otherwise we will unref the pad twice later and things break.
2090
2091 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2092
2093         * gst/playback/gstdecodebin.c: (add_raw_queue):
2094         If linking the raw pad with a queue fails, try it without a queue
2095         instead of failing completely. This should never happen.
2096
2097 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2098
2099         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
2100
2101         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
2102         Add a queue after a demuxer if the demuxer outputs raw data. This was
2103         done before only for non-raw data but is required in this case too.
2104         Fixes bug #540215.
2105
2106         decodebin2 doesn't have this issue because all streams of a group
2107         go through multiqueue.
2108
2109 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2110
2111         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2112
2113         * gst-libs/gst/sdp/gstsdpmessage.c:
2114         Makes libgstsdp compile with mingw32 by defining the right WINVER so
2115         that getaddrinfo() can be used. Fixes #541358.
2116
2117 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2118
2119         * gst/videotestsrc/gstvideotestsrc.c:
2120         (gst_video_test_src_class_init), (gst_video_test_src_init),
2121         (gst_video_test_src_set_property),
2122         (gst_video_test_src_get_property), (gst_video_test_src_create):
2123         * gst/videotestsrc/gstvideotestsrc.h:
2124         Cleanups, use default property values as defines.
2125         Add property to enable/disable peer buffer allocation.
2126
2127 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2128
2129         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
2130         * tests/check/pipelines/streamheader.c: (streamheader_suite):
2131         Enable unit tests on PPC again as the bugs are now fixed.
2132
2133 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2134
2135         * gst-libs/gst/riff/riff-ids.h:
2136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2137         (gst_riff_create_audio_template_caps):
2138         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
2139         Fixes bug #540351.
2140
2141 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2142
2143         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2144         (gst_ffmpeg_pixfmt_to_caps):
2145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2146         (gst_ffmpegcsp_get_unit_size):
2147         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
2148         it on other formats. Also adjust the unit size only for that format
2149         to not include the palette. Fixes bug #540497.
2150
2151 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
2152
2153         * gst/adder/gstadder.c:
2154           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
2155
2156 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2157
2158         * ChangeLog:
2159           ChangeLog surgery.
2160   
2161         * tests/examples/seek/seek.c:
2162           Move variable into ifdef too.
2163         
2164
2165 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
2166
2167         * tests/examples/seek/seek.c:
2168           Include config.h and check if we have X. Remove XInitThread(), don't
2169           think its needed. Fixes: #540334.
2170
2171 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         Patch by: Sam Morris <sam at robots dot org to uk>
2174
2175         * gst-libs/gst/interfaces/mixertrack.c:
2176         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
2177         (gst_mixer_track_set_property):
2178         API: Add "index" property to GstMixerTrack to differantiate between
2179         multiple mixer tracks with the same label.
2180
2181         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
2182         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
2183         Set the "index" property of GstMixerTrack to the index given by ALSA.
2184         Fixes bug #528299.
2185
2186 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
2187
2188         * tests/examples/seek/Makefile.am:
2189         * tests/examples/seek/seek.c:
2190           Remove libgstvideo usage. Use gtk_get_option_group instead of
2191           gtk_init().
2192
2193 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2194
2195         * tests/check/Makefile.am:
2196           Name the test registry format neutral.
2197
2198 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2199
2200         * gst/playback/gstqueue2.c:
2201           Do not double notify. Remove the unsued return value.
2202
2203 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * ext/alsa/gstalsamixer.c:
2206           Also consider "speaker" as a name for master volume. If that doesn't
2207           help look for the first non-mono volume control that also has a
2208           playback switch.
2209
2210 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2211
2212         * ChangeLog:
2213           Forgot to save the ChangeLog :/
2214
2215 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
2216
2217         * tests/examples/seek/Makefile.am:
2218         * tests/examples/seek/seek.c:
2219           Embedd the xwindow. Allow to play multiple files.
2220
2221 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
2222
2223         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
2224         (gst_ximagesink_setcaps):
2225         * sys/ximage/ximagesink.h:
2226         When the caps change, make sure to re-draw borders in
2227         force-aspect-ratio=true mode.
2228         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
2229         Don't clear the border_draw flag until we actually draw the border.
2230         * tests/check/Makefile.am:
2231         Ignore alsasink/src during the states test too, so it doesn't fail
2232         when running without access to the sound device.
2233
2234 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
2235
2236         * tests/examples/seek/seek.c:
2237           Fix crasher when playing a parse-launch line the 2nd time.
2238
2239 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2240
2241         * tests/check/pipelines/oggmux.c:
2242           Properly ifdef tests to fix compilation.
2243
2244 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2245
2246         * gst/playback/gstplay-marshal.list:
2247         * gst/playback/gstplaybin2.c:
2248           Add get-video-pad, get-audio-pad, get-text-pad action signals to
2249           playbin2. This allows the user to get to the selector's sinkpads, and
2250           thus inspect a range of things - caps, tags, etc. 
2251
2252 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2253
2254         * gst/playback/gstplaybin2.c:
2255           Use a different constant for the convert-frame signal id.
2256           Fixes #537009.
2257
2258 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2259
2260         * gst/playback/gstplaybin2.c:
2261         * gst/playback/gstplaysink.c:
2262           Fix a whole bunch of typos in comments and log statements. 
2263
2264 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2265
2266         * sys/xvimage/xvimagesink.c:
2267           Don't set colour balance values on the Xv port if the user hasn't
2268           changed them (via properties or the interface). Avoids accumulating
2269           rounding errors for the common case.
2270           Partial fix for bug #537889.
2271
2272 2008-06-20  Michael Smith <msmith@songbirdnest.com>
2273
2274         * gst/playback/gstdecodebin2.c:
2275           Ensure decodebin2 emits 'drained' signal once, and only once, when all
2276           pads are drained.
2277
2278 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2279
2280         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
2281         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
2282         Report the encoder latency. Fixes #538232.
2283
2284 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2285
2286         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
2287         (notify_source), (activate_group):
2288         Implement the source property, emit notify when it changes in the
2289         underlying uridecodebin.
2290
2291 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2292
2293         * tests/examples/seek/seek.c: (stop_cb):
2294         Free and clear the seek element list so that we don't use invalid
2295         references when seeking after recreating a gst-launch line.
2296
2297 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2298
2299         * gst-libs/gst/audio/gstbaseaudiosink.c:
2300         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
2301         (gst_base_audio_sink_render):
2302         Report latency even if we are not live instead of hiding it.
2303         Take ts-offset and render-delay of the basesink into account when
2304         scheduling samples.
2305         Rework the clipping code so that we can take the various offsets into
2306         account and still do correct clipping.
2307
2308 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
2309
2310         * configure.ac:
2311         Bump verion back to devel -> 0.10.20.1
2312
2313 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2314
2315         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
2316         Don't increase the size of non-string image buffers by one as this
2317         might in theory confuse decoders. Still increase it by one for string
2318         image buffers to append '\0'.
2319
2320 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
2321
2322         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2323         
2324         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
2325         Fix a buffer memleak and remove a confusing and wrong debug output.
2326         Fixes bug #538663.
2327
2328 === release 0.10.20 ===
2329
2330 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
2331
2332         * configure.ac:
2333           releasing 0.10.20, "Here I Go Again"
2334
2335 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2336
2337         * configure.ac:
2338         0.10.19.3 pre-release
2339
2340 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
2341
2342         * gst-libs/gst/rtsp/gstrtspconnection.c:
2343         Fix build on win32.
2344         Patch By: David Schleef <ds@schleef.org>
2345         Fixes: #536874
2346
2347 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
2348
2349         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
2350         (gst_gio_base_src_create):
2351         * ext/gio/gstgiobasesrc.h:
2352         Try to read the requested number of bytes, even if the first
2353         read returns less than requested, until nothing is read anymore
2354         or we have the requested amount of bytes. This fixes playback of
2355         files via Samba as Samba only allows to read 64k at once.
2356
2357         Implement a caching algorithm that makes sure that we read at
2358         least 4k of data every time. Some elements will try to read a few
2359         bytes, then seek, read again a few bytes and so on and this is
2360         painfully slow as every operation has to go over DBus if GVfs is
2361         used as backend.
2362
2363         Fixes bug #536849 and #536848.
2364
2365         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
2366         (gst_gio_src_check_get_range):
2367         Override check_get_range() to blacklist http/https URIs
2368         and whitelist file URIs. More to be added on demand.
2369
2370 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
2371
2372         * configure.ac:
2373         0.10.19.2 pre-release
2374
2375 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
2376
2377         * win32/common/libgstrtsp.def:
2378         * win32/common/libgsttag.def:
2379         Add new API functions to the dll exports
2380
2381 2008-06-04  Michael Smith <msmith@songbirdnest.com>
2382
2383         * gst/playback/gstplaybasebin.c:
2384           Disconnect signals from decodebins we created before we remove it
2385           from playbin, to avoid crashes if the decodebin is eventually
2386           disposed after the playbin itself (possible if the app takes a
2387           reference on the decodebin).
2388           Fixes #536521.
2389
2390 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2391
2392         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2393           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
2394           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
2395           (h264_video_type_find), (mpeg_video_stream_type_find),
2396           (dv_type_find), (mmsh_type_find):
2397           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
2398           copy caps for no good reason (this may be desirable to make it easier
2399           to detect leaks, but then it should probably be done for all caps
2400           in the typefinder somewhere).
2401
2402 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2403
2404         * tests/check/Makefile.am:
2405         Do not try to run the check tests for subparse unless it has been
2406         built.
2407
2408 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2409
2410         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
2411         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
2412         Do not try to run a test which requires vorbisenc unless we have
2413         actually built it.
2414
2415 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2416
2417         * gst-libs/gst/rtsp/gstrtspconnection.c:
2418         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
2419         (gst_rtsp_connection_clear_auth_params),
2420         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
2421         * gst-libs/gst/rtsp/gstrtspconnection.h:
2422         Add a couple of missing argument guards.
2423         Add a way of setting the DSCP for an RTSP connection.
2424         Add an accessor method for the ip member of GstRTSPConnection as all
2425         members are supposed to be private.
2426
2427 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
2428
2429         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
2430         Fixed accidental use of IPv4 options for all IPv6 addresses.
2431
2432 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2433
2434         * gst-libs/gst/interfaces/mixertrack.h:
2435           Document mixer track flags.
2436
2437 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2438
2439         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2440
2441         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
2442         Don't set caps on the buffers that contain a copy of the buffer
2443         including the caps of them resulting in an always increasing refcount
2444         of the caps and insanely large caps. Instead include a buffer without
2445         caps in the new caps. Fixes bug #536475.
2446
2447 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2448
2449         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2450         Transform a given PAR to a range on the struct with the generic
2451         height/width instead of the struct with the possibly restricted
2452         height/width.
2453
2454 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
2455
2456         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2457         Prefer the given format if it contains something stricter than [1,MAX]
2458         for height or width and only put a structure that requires rescaling
2459         as second. This makes it possible to use videoscale in pipelines where
2460         the source can actually produce the wanted height/width but usually
2461         selects a different one from the requested.
2462
2463 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2464
2465         Based on patch by: John Millikin <jmillikin gmail com>
2466
2467         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
2468           (gst_vorbis_tag_add_coverart):
2469           Retrieve COVERART tags from vorbis comments (#512333)
2470
2471 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2472
2473         * gst-libs/gst/tag/tag.h:
2474         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
2475           Don't forget to add new enum value here too (should probably use
2476           glib-mkenums here...).
2477
2478 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2479
2480         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
2481         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
2482         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
2483           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
2484           (gst_tag_image_data_to_image_buffer):
2485           Add two utility functions to avoid code duplication (#512333):
2486           API: add gst_tag_image_data_to_image_buffer()
2487           API: add gst_tag_list_add_id3_image()
2488           API: add GST_TAG_IMAGE_TYPE_NONE enum value
2489
2490 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2491
2492         * win32/common/libgstaudio.def:
2493         Add gst_audio_check_channel_positions() to the exported symbols.
2494
2495 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
2496
2497         * docs/libs/gst-plugins-base-libs-sections.txt:
2498         * gst-libs/gst/audio/multichannel.c:
2499         (gst_audio_check_channel_positions):
2500         * gst-libs/gst/audio/multichannel.h:
2501         API: Make gst_audio_check_channel_positions() public.
2502
2503         * tests/check/libs/audio.c: (GST_START_TEST):
2504         Add some simple checks for gst_audio_check_channel_positions().
2505
2506 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2507
2508         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
2509           minrange and maxrange are scaled according to the frequency
2510           multiplier.
2511
2512 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2513
2514         * ext/pango/Makefile.am:
2515         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
2516           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
2517           Use gstvideo functions to calculate strides and plane offsets. Fixes
2518           rendering issue ('ghost' images of the text on the chroma planes)
2519           with widths or heights that are not multiples of 8 (#506659 and
2520           probably also #485729).
2521
2522         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
2523           (main):
2524           Test with odd height/width too.
2525
2526 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
2527
2528         * gst/adder/gstadder.c: (gst_adder_query_duration),
2529         (gst_adder_query_latency):
2530         When using gst_element_iterate_pads() one has to unref every pad
2531         after usage.
2532
2533 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2534
2535         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2536         (gst_base_audio_src_class_init):
2537         Add a gtk-doc chunk for the new properties to have a Since: indication.
2538
2539 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
2540
2541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2542         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
2543         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
2544         (gst_base_audio_src_change_state):
2545         Provide readable actual-buffer-time and actual-latency-time properties
2546         that reflect the configured ringbuffer values. Fixes #524724.
2547         API: GstBaseAudioSrc:actual-buffer-time
2548         API: GstBaseAudioSrc:actual-latency-time
2549
2550 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
2551
2552         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
2553         (gst_basertppayload_change_state):
2554         Simply converting the running time into an RTP timestamp by scaling it
2555         based on the clock-rate is good enough for making an RTP timestamp. This
2556         has the added benefit that we can later on expose a property with the
2557         RTP timestamp of running time 0, as is needed for RTSP servers to
2558         generate the response of the PLAY request.
2559
2560 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
2561
2562         * gst/audioconvert/gstaudioconvert.c:
2563         (structure_has_fixed_channel_positions),
2564         (gst_audio_convert_transform_caps):
2565         Allow up to 11 positioned channels now that audioconvert can handle
2566         this but add no default positions for > 8 channels.
2567         
2568         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2569         Add some unit tests for the above change: Test conversion of
2570         11 positioned channels to stereo and the other way around, test
2571         conversion of 15 unpositioned channels in different ways.
2572
2573 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2574
2575         * win32/common/libgstaudio.def:
2576         Add gst_audio_clock_reset to the list of exported symbols.
2577
2578 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2579
2580         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
2581         Remove wrong_channels_identification_header unit test as we now
2582         support 7 (and more channels).
2583
2584 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2585
2586         * gst/audioconvert/gstchannelmix.c:
2587         (gst_channel_mix_fill_one_other):
2588         If mixing left or right to center (or the other way around) only take
2589         the complete value if we don't already have the original position in
2590         the source.
2591
2592 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2593
2594         * gst-libs/gst/audio/multichannel.c:
2595         (gst_audio_check_channel_positions),
2596         (gst_audio_set_structure_channel_positions_list),
2597         (gst_audio_fixate_channel_positions):
2598         Allow rear center together with rear left/right and other previously
2599         conflicting channel positions. The reason why they weren't allowed
2600         was the channel mixing implementation in audioconvert.
2601         Also take this into account when fixing channel layouts.
2602
2603         Allow setting channel positions for 1/2 channels when using
2604         gst_audio_set_structure_channel_position().
2605
2606         * gst/audioconvert/gstchannelmix.c:
2607         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2608         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2609         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
2610         Major rewrite of the channel mixing.
2611
2612         We now allow previously conflicting channel positions to appear
2613         together (rear center and rear left/right for example).
2614         Fixes bug #533817.
2615
2616         Rework the way channels are mixed together to take more possible
2617         channel positions into account, properly mix from/to side channels
2618         and don't assume that either center, left&right or nothing of a
2619         specific position is available anymore.
2620
2621         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2622         Adjust unit tests with non-standard 1/2 channel layouts to the more
2623         correct new behaviour.
2624
2625         Add a unit test for 5.1->Stereo downmixing.
2626
2627 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
2628
2629         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
2630         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
2631         Add sane defaults for the 7 and 8 channel layouts as those are
2632         undefined in the Vorbis spec. Use NONE channel layouts when decoding
2633         more than 8 channels instead of erroring out. Fixes bug #535356.
2634
2635 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2636
2637         * docs/plugins/Makefile.am:
2638         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2639         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2640         * ext/theora/theoraparse.c:
2641         Add theoraparse to the docs and fix some docs.
2642
2643 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2644
2645         * gst-libs/gst/cdda/gstcddabasesrc.c:
2646         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
2647         Fix EOS condition and track addition check, the track.end sector is
2648         included in the track. Fixes #533265.
2649
2650 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2651
2652         Patch by: Mark Nauwelaerts <manauw at skynet be>
2653
2654         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
2655         (gst_video_rate_flush_prev), (gst_video_rate_event),
2656         (gst_video_rate_chain):
2657         * gst/videorate/gstvideorate.h:
2658         React (more) to NEWSEGMENT
2659         Small adjustment in timestamp calculation to prevent mismatches
2660         Fixes #435633.
2661
2662 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
2663
2664         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
2665           Initialise error to NULL as we should.
2666
2667 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
2668
2669         * gst/adder/gstadder.c: (gst_adder_query_duration),
2670         (gst_adder_query_latency), (gst_adder_query):
2671         Implement latency query.
2672
2673 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
2674
2675         * gst/adder/gstadder.c: (gst_adder_query_duration):
2676         Correctly resync the iterator if gst_iterator_next() returns
2677         GST_ITERATOR_RESYNC.
2678
2679 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2680
2681         * win32/vs6/libgstpbutils.dsp:
2682           Add pbutils-enumtypes.c to sources (#518037).
2683
2684 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2685
2686         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
2687         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
2688         * gst-libs/gst/audio/gstaudioclock.h:
2689         Add method to inform the clock that the time starts from 0 again. We use
2690         this info to calculate a clock offset so that the time we report in
2691         internal_time is monotonically increasing, as required by the clock base
2692         class. Fixes #521761.
2693         API: GstAudioClock::gst_audio_clock_reset()
2694
2695         * gst-libs/gst/audio/gstbaseaudiosink.c:
2696         (gst_base_audio_sink_skew_slaving),
2697         (gst_base_audio_sink_change_state):
2698         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2699         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2700         Reset reported time when we (re)create the ringbuffer.
2701
2702 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2703
2704         * ext/alsa/gstalsamixertrack.c:
2705           (gst_alsa_mixer_track_update_alsa_capabilities):
2706           Make sure playback volumes aren't accidentally overwritten by
2707           capture volumes if an alsa mixer track has both playback and
2708           capture capabilities: we create two GstMixerTracks in that
2709           case, so make sure we query only the alsa capabilities that
2710           refer to the type of GstMixerTrack we created from the dual
2711           capability alsa element. Should fix issues with Audigy2 sound
2712           cards (#518082).
2713
2714 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2715
2716         * tests/check/pipelines/oggmux.c: (test_pipeline):
2717           Don't use deprecated function.
2718
2719 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2720
2721         * gst/playback/gstdecodebin2.c:
2722         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
2723         Check for NULL cases and log them, creating ghostpads can, for example,
2724         fail when the pad returns wrong caps.
2725
2726         * gst/playback/gstplaybin2.c: (perform_eos):
2727         When pushing out the EOS event, collect the return value and warn when
2728         something failed.
2729
2730 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
2731
2732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2733         (gst_riff_create_video_template_caps):
2734         Add support for DVCPRO.
2735
2736 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2737
2738         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
2739           Change default scaling method from nearest-neighbour to bilinear.
2740
2741 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
2742
2743         * tests/check/libs/video.c:
2744           More checks.
2745
2746 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
2747
2748         * gst/subparse/gstsubparse.c: (parser_state_init),
2749           (gst_sub_parse_format_autodetect), (handle_buffer):
2750         * gst/subparse/gstsubparse.h:
2751         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
2752           Limit duration to a maximum of five seconds for tmplayer format where
2753           we can guess the duration only from the timestamp of the next line of
2754           text. We don't want to show a text for eternities just because nothing
2755           else is being said for a while.
2756
2757 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
2758
2759         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2760         (gst_base_rtp_depayload_chain),
2761         (gst_base_rtp_depayload_handle_sink_event),
2762         (gst_base_rtp_depayload_push_full),
2763         (gst_base_rtp_depayload_change_state):
2764         Check sequence numbers, mark input buffers with a discont flag for the
2765         subclass when we detected a gap, drop duplicate buffers. We do this
2766         because one can use the element without a jitterbuffer in front and we
2767         don't want to feed the subclasses invalid or reordered data.
2768         Do an error when the subclass did not provide a process function instead
2769         of crashing.
2770         Some other small cleanups.
2771
2772 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
2773
2774         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2775           May just as well use the precalculated uvstride here.
2776
2777 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
2778
2779         * docs/plugins/Makefile.am:
2780         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2781         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2782         * docs/plugins/gst-plugins-base-plugins.args:
2783         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2784         * docs/plugins/gst-plugins-base-plugins.interfaces:
2785         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2786         * docs/plugins/inspect/plugin-adder.xml:
2787         * docs/plugins/inspect/plugin-alsa.xml:
2788         * docs/plugins/inspect/plugin-audioconvert.xml:
2789         * docs/plugins/inspect/plugin-audiorate.xml:
2790         * docs/plugins/inspect/plugin-audioresample.xml:
2791         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2792         * docs/plugins/inspect/plugin-cdparanoia.xml:
2793         * docs/plugins/inspect/plugin-decodebin.xml:
2794         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2795         * docs/plugins/inspect/plugin-gdp.xml:
2796         * docs/plugins/inspect/plugin-gio.xml:
2797         * docs/plugins/inspect/plugin-gnomevfs.xml:
2798         * docs/plugins/inspect/plugin-libvisual.xml:
2799         * docs/plugins/inspect/plugin-ogg.xml:
2800         * docs/plugins/inspect/plugin-pango.xml:
2801         * docs/plugins/inspect/plugin-playback.xml:
2802         * docs/plugins/inspect/plugin-queue2.xml:
2803         * docs/plugins/inspect/plugin-subparse.xml:
2804         * docs/plugins/inspect/plugin-tcp.xml:
2805         * docs/plugins/inspect/plugin-theora.xml:
2806         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2807         * docs/plugins/inspect/plugin-uridecodebin.xml:
2808         * docs/plugins/inspect/plugin-video4linux.xml:
2809         * docs/plugins/inspect/plugin-videorate.xml:
2810         * docs/plugins/inspect/plugin-videoscale.xml:
2811         * docs/plugins/inspect/plugin-videotestsrc.xml:
2812         * docs/plugins/inspect/plugin-volume.xml:
2813         * docs/plugins/inspect/plugin-vorbis.xml:
2814         * docs/plugins/inspect/plugin-ximagesink.xml:
2815         * docs/plugins/inspect/plugin-xvimagesink.xml:
2816         * ext/cdparanoia/gstcdparanoiasrc.c:
2817         * ext/ogg/gstoggdemux.c:
2818         * ext/ogg/gstoggdemux.h:
2819         * ext/ogg/gstoggmux.c:
2820         * ext/ogg/gstoggmux.h:
2821         * gst/audioconvert/audioconvert.c:
2822         * gst/audioconvert/audioconvert.h:
2823         * gst/audioconvert/gstaudioconvert.h:
2824         * gst/gdp/gstgdpdepay.h:
2825         * gst/gdp/gstgdppay.h:
2826         * gst/playback/gstdecodebin.c:
2827         * gst/playback/gstdecodebin2.c:
2828         * gst/playback/gstplaybin.c:
2829         * gst/playback/gstplaybin2.c:
2830         * gst/playback/gsturidecodebin.c:
2831         * gst/tcp/gstmultifdsink.c:
2832         * gst/tcp/gstmultifdsink.h:
2833         * gst/tcp/gsttcp.h:
2834
2835         Add some documentation comments, and some new headers to be scanned.
2836         Rename some internal enum declarations (audioconvert's DitherType and
2837         NoiseShapingType, GstUnitType from the TCP elements) to match the
2838         documented GObject type names so that the docs pick them up.
2839         Name the playbin2 docs markups properly so they get picked up. They'll
2840         need renaming back when/if playbin2 becomes playbin.
2841
2842         100% symbol coverage for the plugin docs, booya.
2843
2844 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
2845
2846         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
2847
2848         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
2849         Fix generation of NV12/NV21 frames. Fixes bug #532454.
2850
2851 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
2852
2853         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2854
2855         * gst/playback/gstdecodebin.c: (remove_fakesink):
2856         Lock the fakesink before setting the state to NULL and removing it from
2857         the bin so that a concurrent state change cannot interfere. 
2858         Fixes #534331.
2859
2860 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2861
2862         * docs/Makefile.am:
2863         Fix installing plugin documentation when gtk-doc is disabled.
2864
2865 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
2866
2867         * gst-libs/gst/rtsp/Makefile.am:
2868         Distribute, don't install md5.h
2869
2870 2008-05-21  Julien Moutte  <julien@fluendo.com>
2871
2872         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
2873         instead of SOL_IP, works on more platforms.
2874         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
2875         arguments.
2876
2877 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2878
2879         * ext/vorbis/vorbisdec.c:
2880         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
2881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
2882         Some debug and comment fixes.
2883
2884         * tests/examples/dynamic/addstream.c: (main):
2885         Fix , to ;
2886
2887 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2888
2889         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2890         * gst/playback/decodetest.c: (new_decoded_pad_cb):
2891         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2892         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
2893         (cleanup_decodebin):
2894         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
2895         (connect_element), (gst_decode_group_control_demuxer_pad):
2896         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
2897         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
2898         (mute_group_type):
2899         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2900         (gst_play_bin_set_property), (handoff), (gen_video_element),
2901         (gen_text_element), (gen_audio_element), (gen_vis_element),
2902         (remove_sinks), (add_sink), (setup_sinks):
2903         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2904         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2905         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2906         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2907         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2908         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2909         (gen_vis_chain), (gst_play_sink_reconfigure),
2910         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2911         (gst_play_sink_request_pad):
2912         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2913         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2914         (cb_newpad):
2915         * gst/playback/test6.c: (new_decoded_pad_cb):
2916         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2917         * tests/check/elements/audiorate.c: (test_injector_chain),
2918         (do_perfect_stream_test):
2919         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2920         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2921         * tests/check/elements/gnomevfssink.c:
2922         * tests/check/elements/textoverlay.c:
2923         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2924         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2925         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2926         * tests/check/pipelines/oggmux.c: (test_pipeline):
2927         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2928         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2929         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2930         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2931         * tests/examples/seek/seek.c: (make_mod_pipeline),
2932         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2933         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2934         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2935         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2936         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2937         (update_fill), (msg_buffering):
2938         Don't use bad gst_element_get_pad().
2939
2940 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2941
2942         * gst-libs/gst/riff/riff-media.c:
2943           Fix wrong method name in docs. Fix calculation of strf fields for
2944           broken mulaw/alaw.
2945   
2946         * gst-libs/gst/riff/riff-read.c:
2947           Whitespace fix and removing double ';'.
2948
2949 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2950
2951         * docs/design/part-playbin2.txt:
2952         Add some leftover doc.
2953
2954 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2955
2956         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2957         Fix copy & paste error in last commit.
2958
2959 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2960
2961         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2962         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2963         other channel positions when source has SIDE channels and dest doesn't
2964         or the other way around.
2965
2966 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2967
2968         Patch by: Henrik Eriksson <henriken at axis dot com>
2969
2970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2971         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2972         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2973         (gst_multi_fd_sink_get_property):
2974         * gst/tcp/gstmultifdsink.h:
2975         Add support for DSCP QOS. Fixes #469933.
2976
2977 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2978
2979         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2980         Add another test that checks if conversion between standard 1 and 2
2981         channel layouts with and without positions set is working.
2982
2983 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2984
2985         * gst-libs/gst/audio/multichannel.c:
2986         (gst_audio_check_channel_positions):
2987         Allow non-standard 2 channel layouts.
2988         
2989         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2990         Add some tests for converting and remapping non-standard 1 and 2
2991         channel layouts.
2992
2993 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2994
2995         * gst/audioconvert/gstchannelmix.c:
2996         (gst_channel_mix_fill_normalize):
2997         Prevent division by zero if the channel mix matrix contains only
2998         zeroes.
2999
3000 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3001
3002         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
3003
3004         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
3005         Close a buffer memory leak. Fixes bug #534071.
3006
3007 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3008
3009         * gst-libs/gst/rtsp/gstrtsptransport.h:
3010         Make the GstRTSPTransport struct members public as there are no
3011         setters/getters and it's supposed to be changed directly.
3012         Fixes bug #533087.
3013
3014 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
3015
3016         * gst/adder/gstadder.c:
3017         Adder also doesn't support audio/x-raw-int with width!=depth so don't
3018         claim this on the pad template caps.
3019
3020 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3021
3022         * gst-libs/gst/audio/gstbaseaudiosink.c:
3023         (gst_base_audio_sink_sync_latency):
3024         We can only use our optimal calibration if we prerolled before the
3025         latency expired.
3026
3027 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
3028
3029         * configure.ac:
3030           Require core CVS for GstBaseSrc buffer caps setting magic.
3031
3032 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3033
3034         * gst/audioconvert/gstaudioconvert.c:
3035         (gst_audio_convert_fixate_channels):
3036         Fix logic in last commit.
3037
3038 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3039
3040         * gst/audioconvert/gstaudioconvert.c:
3041         (gst_audio_convert_fixate_channels):
3042         Passthrough the channel positions if the number of output channels is
3043         the same as the number of input channels, the input had a channel
3044         layout and downstream requests no special one. We did this already for
3045         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
3046
3047 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3048
3049         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
3050         (gst_gnome_vfs_src_finalize),
3051         (gst_gnome_vfs_src_received_headers_callback),
3052         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
3053         * ext/gnomevfs/gstgnomevfssrc.h:
3054         Set the ICY caps on the srcpad from where they get picked up by the base
3055         class now and set on the outgoing buffers.
3056
3057         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3058         (gst_base_audio_src_create):
3059         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
3060         BaseSrc now sets the caps on outgoing buffers automatically.
3061
3062 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3063
3064         * gst-libs/gst/audio/gstbaseaudiosink.c:
3065         (gst_base_audio_sink_resample_slaving),
3066         (gst_base_audio_sink_skew_slaving),
3067         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
3068         (gst_base_audio_sink_async_play),
3069         (gst_base_audio_sink_change_state):
3070         Change the way in which the ringbuffer is started when dealing with a
3071         slaved clock and latency. We now sync to the clock until we reach
3072         upstream latency before starting the ringbuffer. This has the effect
3073         that we can accurately align the master and slave clocks and let the
3074         rate correction code take care of the initial drift or rounding errors
3075         instead of leaving them uncorrected with the old approach.
3076
3077 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
3078
3079         * gst/audioconvert/gstaudioconvert.c:
3080         (gst_audio_convert_fixate_channels):
3081         Correctly set the default channel positions when converting to 8
3082         channels.
3083
3084 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3085
3086         * configure.ac:
3087           Error out if we don't have the required version of core.
3088
3089 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3090
3091         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
3092           Use data scan helper in aac typefinder and stop scanning
3093           for headers when we've found a type. Also fix potential invalid
3094           memory access when calculating the frame length.
3095
3096 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
3097
3098         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
3099           (mpeg_sys_is_valid_pack):
3100           Don't modify scan context when we return FALSE in ensure_data, so
3101           it's possible to continue scanning, and we don't end up with a NULL
3102           data pointer and a positive size, which might bite us the next time
3103           we're called. Small constification.
3104
3105 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * gst/adder/gstadder.c:
3108         Adder doesn't support 24 bit samples so don't claim it supports them
3109         in the pad template caps.
3110
3111 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3114         (gst_base_rtp_depayload_chain):
3115         Validate the RTP packet before further processing it. It's just too
3116         dangerous to accept random packets and people are not forced to use a
3117         jitterbuffer or session manager to filter out the bad packets.
3118
3119         * gst-libs/gst/rtp/gstrtpbuffer.c:
3120         (gst_rtp_buffer_set_extension_data),
3121         (gst_rtp_buffer_get_payload_subbuffer):
3122         Small cleanups.
3123         When setting extension data in a buffer that is too small, we fail and
3124         we should not set the extension bit.
3125         Change GST_WARNINGS into g_warning because they really are
3126         programming errors.
3127
3128         * tests/check/libs/rtp.c: (GST_START_TEST):
3129         Catch the g_warnings now in the unit tests and that fact that failing to
3130         set extension data left the extension bit untouched.
3131
3132 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
3133
3134         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3135           Revert previous change which made basetransform handle buffer_alloc
3136           and which breaks things badly in the non-passthrough case since it
3137           returned buffers with a different (ie. sometimes smaller) size than
3138           the size requested.
3139
3140 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         Patch by: Bernard B <b-gnome at largestprime dot net>
3143
3144         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
3145         Fix seqnum compare function for bordercase values and fix the docs
3146         again. Fixes #533075.
3147
3148         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3149         Add a testcase for seqnum compare function.
3150
3151 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
3152
3153         * gst/adder/gstadder.c: (gst_adder_setcaps),
3154         (gst_adder_class_init):
3155         Correctly declare the supported endianness on the pad templates
3156         and check for correct endianness in the set caps function. Adder
3157         only supports native endianness.
3158         Also use gst_element_class_set_details_simple().
3159
3160 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
3161
3162         * sys/xvimage/xvimagesink.c:
3163           Better debug logging in port value handling. Merging separate port
3164           value loops into one.
3165
3166 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3167
3168         Patch by: Hannes Bistry <hannesb at gmx dot de>
3169
3170         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3171         * gst/tcp/gsttcpserversink.c:
3172         (gst_tcp_server_sink_handle_server_read),
3173         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
3174         Fix regression in clientsrc because we did not add the fd to the poll
3175         set anymore. Fixes #532364.
3176         Do some cleanups here and there.
3177
3178 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
3181         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3182         * gst/playback/gstplay-marshal.list:
3183         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3184         Use correct marshallers. GstCaps are a boxed type and no GObject
3185         subclass.
3186
3187 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3188
3189         * win32/common/libgstrtsp.def:
3190         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
3191         symbols.
3192
3193 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3194
3195         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3196
3197         * tests/check/elements/audioresample.c:
3198         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
3199         (live_switch_push), (GST_START_TEST):
3200         Add unit test for the latest basetransform negotiation changes.
3201         See bug #526768.
3202
3203 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3206         Fix nv12<->nv21 conversion if stride is larger than width.
3207
3208 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
3209
3210         Patch by: Jan Gerber <j at oil21 dot org>
3211
3212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
3213         (gst_ogg_pad_parse_skeleton_fisbone):
3214         * ext/ogg/gstoggdemux.h:
3215         Parse presentation time from skeleton streams and use it as offset
3216         for the timestamps. Fixes bug #530068.
3217
3218 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3219
3220         * gst-libs/gst/audio/gstbaseaudiosink.c:
3221         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
3222         Revert previous patch that attempted to more accurately calculate the
3223         initial offset between master and slave clock. The best thing we can do
3224         in general is take the time of both clocks as the diff since we don't
3225         know when the actual preroll happened.
3226
3227 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
3228
3229         * gst-libs/gst/pbutils/install-plugins.c:
3230           Fix docs: type and missing word.
3231
3232 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3233
3234         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3235           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
3236           for this instead; don't check if we've found enough markers after
3237           each and every step, it's enough to do that only if we've actually
3238           found a new marker.
3239           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
3240
3241 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
3242
3243         * gst/typefind/gsttypefindfunctions.c:
3244           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
3245           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
3246           (mpeg_video_stream_type_find):
3247           Move scan helper thingy to the beginning of the file so we can use
3248           it in other typefind functions. Rename it to something more
3249           generic. Also improve handling of things towards the end of the
3250           typefind data: peek as much as we can if we know the size of the
3251           data, rather than just min_size.
3252
3253 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
3254
3255         * docs/libs/gst-plugins-base-libs-sections.txt:
3256         * gst-libs/gst/interfaces/colorbalance.c:
3257         * gst-libs/gst/interfaces/colorbalance.h:
3258         * gst-libs/gst/interfaces/colorbalancechannel.c:
3259         * gst-libs/gst/interfaces/colorbalancechannel.h:
3260         * gst-libs/gst/interfaces/tuner.c:
3261         * gst-libs/gst/interfaces/tunerchannel.c:
3262         * gst-libs/gst/interfaces/tunerchannel.h:
3263         * gst-libs/gst/interfaces/tunernorm.c:
3264         * gst-libs/gst/interfaces/tunernorm.h:
3265         * gst-libs/gst/video/video.c:
3266         * gst-libs/gst/video/video.h:
3267         Document the GstTuner and GstColorBalance interfaces, and some
3268         other random API functions that needed it. 70% symbol coverage, woo.
3269
3270 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3271
3272         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
3273         Choose to allocate one less segment but require one additional segment
3274         as latency. 
3275
3276         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
3277         No need to increment the number of segments in the source.
3278
3279         * gst-libs/gst/audio/gstbaseaudiosink.c:
3280         (gst_base_audio_sink_get_time), (clock_convert_external),
3281         (gst_base_audio_sink_resample_slaving),
3282         (gst_base_audio_sink_skew_slaving),
3283         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
3284         (gst_base_audio_sink_async_play):
3285         Remove adding latency when returning the internal time while subtracting
3286         it again when we use the value a little later.
3287         When calculating the end timestamp, we are making a rounding error
3288         with the current algorithm. Ensure that we don't accumulate these
3289         rounding errors when aligning samples by not resampling at all if we
3290         don't need to. Fixes #419351.
3291         Make the initial calibration of the clock slaving a little more
3292         predictable and accurate. Also handle the case where we don't do
3293         clock slaving.
3294
3295 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         Based on a patch by:
3298           Björn Benderius <bjoern dot benderius at axis dot com>
3299
3300         * gst/ffmpegcolorspace/avcodec.h:
3301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3302         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3303         (gst_ffmpegcsp_avpicture_fill):
3304         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
3305         * gst/ffmpegcolorspace/imgconvert_template.h:
3306         Add conversions from/to NV12 and NV21 and conversions between those
3307         two formats. Fixes bug #532166.
3308
3309 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
3310
3311         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
3312         Abort the h264 typefinding as soon as _peek() doesn't return anything,
3313         which happens for example with files smaller than 128kb.
3314
3315 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3316
3317         Patch by: Wouter Cloetens <zombie at e2big dot org>
3318
3319         * gst-libs/gst/rtsp/Makefile.am:
3320         * gst-libs/gst/rtsp/gstrtspconnection.c:
3321         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
3322         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
3323         (add_auth_header), (gst_rtsp_connection_free),
3324         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
3325         (gst_rtsp_connection_set_auth_param),
3326         (gst_rtsp_connection_clear_auth_params):
3327         * gst-libs/gst/rtsp/gstrtspconnection.h:
3328         Add Digest authorization support for RTSP connections. See #532065.
3329
3330         * gst-libs/gst/rtsp/md5.c:
3331         * gst-libs/gst/rtsp/md5.h:
3332         Yeap, another md5 implementation until we can depend on a glib that has
3333         support for it.
3334
3335 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3338
3339         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
3340         Let audioresample use the buffer allocation of basetransform instead
3341         of it's own stuff.
3342
3343         * tests/check/elements/audioresample.c: (alloc_only_48000),
3344         (GST_START_TEST), (audioresample_suite):
3345         Add unit test for the recent basetransform bugfix, where upstream
3346         changes caps to something that can't be passed through anymore.
3347
3348 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
3349
3350         * win32/common/config.h.in:
3351           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
3352           use the real thing than having "???" unconditionally.
3353
3354 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         * gst-libs/gst/audio/gstbaseaudiosink.c:
3357         (gst_base_audio_sink_query):
3358         Report the latency with the new seglatency parameter.
3359
3360         * gst-libs/gst/audio/gstringbuffer.c:
3361         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3362         (gst_ring_buffer_acquire):
3363         * gst-libs/gst/audio/gstringbuffer.h:
3364         Add new field to the ringbufferspec to specify the expected latency
3365         between the underlying device read/write pointer, this is needed
3366         when writing sinks that sit a little closer to the hardware.
3367         Add some more docs for other fields.
3368
3369 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3370
3371         * gst/volume/gstvolume.c: (volume_transform_ip):
3372         Return NOT_NEGOTIATED if we didn't set a process function yet for some
3373         reason instead of crashing later. Might fix bug #509125.
3374
3375 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3376
3377         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
3378
3379         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
3380         * gst/audioconvert/audioconvert.h:
3381         * gst/audioconvert/gstaudioconvert.c:
3382         (gst_audio_convert_parse_caps),
3383         (structure_has_fixed_channel_positions),
3384         (gst_audio_convert_transform_caps):
3385         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
3386         Add support for more than 8 channels and NONE channel layouts. For
3387         more than 8 channels no channel conversion is supported yet, only
3388         format conversions are supported. Fixes bug #398033.
3389
3390         * tests/check/elements/audioconvert.c: (verify_convert),
3391         (GST_START_TEST), (audioconvert_suite):
3392         Add some unit tests by Tim for checking the NONE channel layouts
3393         and more than 8 channels and add some more unit tests for channel
3394         conversions.
3395
3396 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * gst/playback/gstdecodebin2.c: (connect_pad):
3399         When autoplugging fails, set the element back to NULL before
3400         unreffing it.
3401
3402 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
3403
3404         * win32/common/libgstaudio.def:
3405         Add gst_base_audio_src_[sg]et_slave_method() to the exported
3406         symbols.
3407
3408 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * gst/subparse/samiparse.c: (handle_start_sync),
3411         (end_sami_element), (characters_sami):
3412         Remove trailing, leading and double whitespaces.
3413         Correctly timestamp buffers and output the last buffer too.
3414
3415         * tests/check/elements/subparse.c: (GST_START_TEST),
3416         (subparse_suite):
3417         Add a simple unit test for SAMI parsing.
3418
3419 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3420
3421         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3422
3423         * gst/subparse/samiparse.c: (handle_start_sync),
3424         (start_sami_element), (end_sami_element), (characters_sami),
3425         (sami_context_reset):
3426         Only output characters inside the "sync" elements. There could be
3427         other elements like "style" that have some content but should
3428         not be printed. Fixes bug #467911.
3429
3430 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
3431
3432         * gst/playback/gstplaybasebin.c: (set_audio_mute),
3433         (set_active_source):
3434         * gst/playback/gstplaybasebin.h:
3435         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3436         (playbin_set_audio_mute):
3437         Allow setting -1 as current-audio to mute the current audio stream,
3438         similar to what is done for subtitles. Fixes bug #342294.
3439
3440 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
3441
3442         * gst-libs/gst/pbutils/descriptions.c: (formats): 
3443         It's SorensOn and not SorensEn.
3444
3445 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3446
3447         * gst-libs/gst/pbutils/descriptions.c: (formats):
3448           Fix description of video/x-flash-video.
3449
3450 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
3451
3452         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
3453         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
3454         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
3455         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
3456         Remove some unused code.
3457
3458         * gst/audioconvert/gstaudioquantize.c:
3459         (gst_audio_quantize_free_noise_shaping):
3460         Don't return before freeing the noise shaping history.
3461
3462 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3463
3464         * tests/check/elements/subparse.c: (do_test),
3465           (test_tmplayer_style3b), (subparse_suite):
3466           Add unit test for the tmplayer variant from bug #530962.
3467
3468 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3469
3470         * gst/subparse/gstsubparse.c: (handle_buffer),
3471           (gst_sub_parse_sink_event):
3472         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
3473           (tmplayer_parse_line):
3474           Fix parsing of tmplayer subtitle variant where every single line contains
3475           text and there isn't an empty line after each line to determine the
3476           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
3477           making sure that we push out the last line of text without a duration if
3478           there's still text left in the buffer at the end.
3479
3480 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3481
3482         * gst/subparse/gstsubparse.c: (feed_textbuf):
3483           Fix detection of discontinuities based on the buffer offset (doesn't work
3484           so well if no buffer offset is set) and also check for the DISCONT buffer
3485           flag. This keeps the parser state from being reset after each buffer in
3486           the unit test.
3487
3488 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
3489
3490         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
3491           Further fine-tuning: don't absolutely require sequence or GOP headers
3492           (as introduced in the previous commit), but adjust the typefind
3493           probabilities returned accordingly if we don't see them. Also make sure
3494           picture header and first slice are somewhat close to each other (which
3495           is not perfect but still better than requiring a fixed offset or having
3496           no limit at all).
3497
3498 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3499
3500         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3501         (gst_basertppayload_sink_setcaps),
3502         (gst_basertppayload_sink_getcaps):
3503         Rename the setcaps/getcaps function internally to make it clear that
3504         they are called for the sink pad.
3505
3506 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3507
3508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3509         (gst_base_rtp_depayload_class_init),
3510         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
3511         (gst_base_rtp_depayload_packet_lost),
3512         (gst_base_rtp_depayload_set_gst_timestamp):
3513         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3514         Catch packet-lost events from the jitterbuffer and convert them into a
3515         vmethod call (lost-packet) so that depayloaders can do something smart.
3516         Also add a default packet-lost function that sends out a segment update
3517         to the decoders.
3518
3519 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
3520
3521         * gst/playback/test4.c:
3522         * gst/playback/test5.c:
3523         * gst/playback/test6.c:
3524         * gst/playback/test7.c:
3525           Also include config.h when relying on defines from it. Fixes the
3526           build. Its been a please to serve :)
3527
3528 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
3529
3530         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
3531         (paint_setup_NV21), (paint_hline_NV12_NV21):
3532         Add support for NV12 and NV21 in videotestsrc
3533
3534 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
3535
3536         * gst/videoscale/gstvideoscale.c:
3537         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
3538         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
3539         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
3540         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
3541         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
3542         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
3543         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
3544         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
3545         (vs_image_scale_linear_RGB555):
3546         Support 1x1 images as input and output as for example the BBC HQ new
3547         streams have 1x1 GIFs in the playlists for some reason.
3548
3549 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
3550
3551         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
3552           (try_to_link_1):
3553           If we can't activate one of the decoders we plugged in (such as,
3554           say, musepackdec) for some reason (it might not support push mode,
3555           for example), remove any pad probes that close_pad_link() might
3556           have set up. This makes sure we later don't try to remove a probe
3557           for a pad that doesn't exist any longer, and avoids nast warnings
3558           and probably other things too.
3559
3560 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3561
3562         * gst/typefind/gsttypefindfunctions.c:
3563           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
3564           (plugin_init):
3565           Rework mpeg video stream typefinding a bit more: make sure sequence,
3566           GOP, picture and slice headers appear in the order they should and
3567           that we've in fact at least had one of each; fix picture header
3568           detection; decouple picture and slice header check - don't assume
3569           they're at a fixed offset, there may be extra data in between. Also,
3570           announce varying degrees of probability depending on what we found
3571           exactly (multiple pictures, at least one picture, just sequence and
3572           GOP headers). Finally, in _ensure_data(), take into account that we
3573           might be typefinding smaller amounts of data, such as the first
3574           buffer of a stream, so fall back to the minimum size needed as long
3575           as that's available, instead of erroring out if there's less than
3576           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
3577           fuzzed file from #399342 as valid.
3578
3579 2008-04-30  Michael Smith <msmith@songbirdnest.com>
3580
3581         * ext/theora/theoradec.c:
3582           Cool kids don't divide by zero.
3583           Treat PAR of x:0 as 1:1.
3584           Fixes #530719.
3585
3586 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
3587
3588         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
3589           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
3590           (mpeg_video_stream_type_find):
3591           Refactor a bit: use context structure to track parsing offset and
3592           size of available data and make the code a bit clearer. Fixes bad
3593           memory access in #356937.
3594
3595 2008-04-28  Michael Smith <msmith@songbirdnest.com>
3596
3597         * gst/playback/test4.c:
3598         * gst/playback/test5.c:
3599         * gst/playback/test6.c:
3600         * gst/tcp/gstmultifdsink.c:
3601           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
3602           is defined.
3603
3604 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3605
3606         * gst-libs/gst/audio/gstbaseaudiosink.h:
3607         Clarify some docs.
3608
3609         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
3610         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
3611         (gst_base_audio_src_set_slave_method),
3612         (gst_base_audio_src_get_slave_method),
3613         (gst_base_audio_src_set_property),
3614         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
3615         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3616         Add property and methods for selecting the clock slave method in the
3617         source, like in the sink.
3618         We only implement "none" and "re-timestamp" for now.
3619         API: gst_base_audio_src_set_slave_method()
3620         API: gst_base_audio_src_get_slave_method()
3621
3622 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
3623
3624         * gst-libs/gst/rtp/gstrtpbuffer.c:
3625         Fix the docs about the seqnum compare function, it returns a difference.
3626
3627 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
3628
3629         * ext/alsa/gstalsadeviceprobe.c:
3630         (gst_alsa_get_device_list): Don't return before freeing up
3631         the allocated structures.
3632
3633 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
3634
3635         * gst/playback/gstplaybin.c:
3636           Remove obsolete streaminfo code and fix a leak. Fixes #529546
3637
3638 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3639
3640         * ext/ogg/gstoggdemux.c:
3641           Revert the event part, that should not go in.
3642
3643 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3644
3645         * ext/ogg/gstoggdemux.c:
3646           Don't leak GstPluginFeatures when filtering.
3647
3648 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
3649
3650         * sys/xvimage/xvimagesink.c:
3651           Add some logging for cases when grabbing the xv failed.
3652
3653 2008-04-21  David Schleef  <ds@schleef.org>
3654
3655         * ext/ogg/gstoggmux.c:
3656           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
3657           packet.  Should conform to what we currently think is the
3658           final Ogg/Dirac muxing spec.
3659
3660 2008-04-21  David Schleef  <ds@schleef.org>
3661
3662         * sys/xvimage/xvimagesink.c:
3663           Fix typo that causes the overlay keying color to bright green
3664           on a 16-bit display.  Dark grey good.  Bright green bad.
3665
3666 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
3667
3668         * ext/gnomevfs/gstgnomevfsuri.c:
3669           Add  FIXME comment about using uri-list for source and sink.
3670
3671 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3674         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
3675         vaargs functions to gint. Otherwise the fractions will get 0 set
3676         instead of the correct value on big endian systems. Fixes bug #529018.
3677
3678 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3679
3680         * ext/gnomevfs/gstgnomevfssink.c:
3681         (gst_gnome_vfs_sink_uri_get_protocols):
3682         * ext/gnomevfs/gstgnomevfssrc.c:
3683         (gst_gnome_vfs_src_uri_get_protocols):
3684         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
3685         (gst_gnomevfs_get_supported_uris):
3686         Get the list of supported URI schemes in a threadsafe way and use the
3687         same list for the source and sink.
3688
3689 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
3690
3691         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
3692         (gst_gio_get_supported_protocols):
3693         Don't generate a new supported protocols list on each call but cache
3694         it. It's supposed to be static anyway, this way we only leak it once
3695         per process.
3696
3697         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
3698         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
3699         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
3700         (gst_gio_sink_start):
3701         * ext/gio/gstgiosink.h:
3702         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
3703         (gst_gio_src_class_init), (gst_gio_src_finalize),
3704         (gst_gio_src_set_property), (gst_gio_src_get_property),
3705         (gst_gio_src_start):
3706         * ext/gio/gstgiosrc.h:
3707         API: Add "file" properties where one can set a GFile as
3708         source/destination.
3709
3710         Add locking to the properties and use
3711         gst_element_class_set_details_simple() instead of a static
3712         GstElementDetails struct.
3713
3714 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3715
3716         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
3717         (plugin_init):
3718         Add "mpp" and "mp+" as possible extensions for MusePack files.
3719
3720         Add typefinding for MusePack StreamVersion 8 files and include the
3721         stream version in the caps.
3722
3723 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
3724
3725         * gst-libs/gst/rtp/gstrtppayloads.c:
3726         (gst_rtp_payload_info_for_name):
3727         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
3728
3729 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * configure.ac:
3732           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
3733           (NB: this only affects compilation of some of the examples).
3734           Remove some configure.ac cruft that's not needed any longer.
3735
3736 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
3737
3738         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3739         Don't validate the payload if there isn't any.
3740         Fixes #525915
3741
3742 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3743
3744         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
3745         Use g_atomic_int_set() instead of gst_atomic_int_set().
3746
3747 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
3748
3749         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3750         Return NULL instead of a gchar * array with one NULL element if we
3751         don't get any supported URI schemes from GIO.
3752
3753 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3754
3755         * gst/audiotestsrc/gstaudiotestsrc.c:
3756           Remove cpp style commented old code.
3757
3758 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
3759
3760         * gst/playback/gstdecodebin2.c:
3761           Fix signal docs.
3762
3763 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
3764
3765         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3766           (gst_text_overlay_init):
3767           Fix textoverlay unit test again by making the supposed default
3768           value for the wait-text property the actual default value.
3769           Also fix Since: tag for new property.
3770
3771 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
3772
3773         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
3774           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
3775           (gst_video_format_get_pixel_stride),
3776           (gst_video_format_get_component_width),
3777           (gst_video_format_get_component_height),
3778           (gst_video_format_get_component_offset), (gst_video_format_get_size),
3779           (gst_video_format_convert):
3780           Add guards to these functions to ensure sane input values.
3781
3782         * tests/check/libs/video.c:
3783           Fix unit test not to create caps with width=0 and height=0.
3784
3785 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         * docs/design/draft-keyframe-force.txt:
3788         Fix typo.
3789
3790         * gst/playback/gstqueue2.c: (update_buffering),
3791         (gst_queue_handle_src_query):
3792         Set buffering mode in the messages.
3793         Set buffering percent in the query.
3794
3795         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
3796         (do_stream_buffering), (do_download_buffering), (msg_buffering):
3797         Do some more fancy things based on the buffering method in use.
3798
3799 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3800
3801         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
3802         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
3803         (msg_buffering), (main):
3804         Add basic download reports to seek using the new buffering API.
3805
3806 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
3807
3808         * gst/playback/gstqueue2.c: (update_buffering),
3809         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
3810         (gst_queue_src_checkgetrange_function):
3811         Include extra buffering stats in the buffering message.
3812         Implement BUFFERING query.
3813
3814         * gst/playback/gsturidecodebin.c: (do_async_start),
3815         (do_async_done), (type_found), (setup_streaming), (setup_source),
3816         (gst_uri_decode_bin_change_state):
3817         Only add decodebin2 when the type is found in streaming mode.
3818         Make uridecodebin async to PAUSED even when we don't have decodebin2
3819         added yet.
3820
3821 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
3822
3823         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3824         Filter cdda from the supported URI schemes. We can't support
3825         musicbrainz tags and everything else one expects from a cdda source
3826         with GIO. Fixes bug #526794.
3827
3828 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
3829
3830         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
3831         (gst_xvimagesink_buffer_alloc):
3832         Fix calculation of 'expected size' for YV12 buffers.
3833         Be a little more verbose in the debug output for buffer-alloc'ed
3834         buffers which turn out to have the wrong size.
3835
3836 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
3837
3838         * NEWS:
3839         * RELEASE:
3840         * gst-plugins-base.doap:
3841           Merge other changes from 0.10.19 release branch.
3842
3843 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst-libs/gst/audio/gstbaseaudiosink.c:
3846           (gst_base_audio_sink_class_init):
3847         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3848           (gst_base_audio_src_class_init):
3849         * gst/playback/gstplayback.c: (plugin_init):
3850         * gst/volume/gstvolume.c: (plugin_init):
3851           Work around missing bits of thread-safety on older GLibs some
3852           more to avoid assertions when starting up multiple playbin
3853           objects concurrently (see #512382).
3854
3855 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
3858           Remove some more fields.
3859
3860 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3863
3864         * configure.ac:
3865         Actually build dlls when cross-compiling with mingw32.
3866         Fixes bug #526247.
3867
3868 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3869
3870         * configure.ac:
3871           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
3872
3873 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3874
3875         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
3876         (msg_buffering), (connect_bus_signals), (main):
3877         Add statusbar.
3878         Add buffering support with feedback in the statusbar.
3879
3880 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * ext/ogg/gstoggmux.c:
3883           Fix sample pipeline description.
3884
3885 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
3886
3887         * docs/plugins/Makefile.am:
3888         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3889         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
3890         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3891           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
3892
3893         * docs/plugins/gst-plugins-base-plugins.args:
3894         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3895         * docs/plugins/gst-plugins-base-plugins.interfaces:
3896         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3897         * docs/plugins/inspect/plugin-adder.xml:
3898         * docs/plugins/inspect/plugin-alsa.xml:
3899         * docs/plugins/inspect/plugin-audioconvert.xml:
3900         * docs/plugins/inspect/plugin-audiorate.xml:
3901         * docs/plugins/inspect/plugin-audioresample.xml:
3902         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3903         * docs/plugins/inspect/plugin-cdparanoia.xml:
3904         * docs/plugins/inspect/plugin-decodebin.xml:
3905         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3906         * docs/plugins/inspect/plugin-gdp.xml:
3907         * docs/plugins/inspect/plugin-gnomevfs.xml:
3908         * docs/plugins/inspect/plugin-libvisual.xml:
3909         * docs/plugins/inspect/plugin-ogg.xml:
3910         * docs/plugins/inspect/plugin-pango.xml:
3911         * docs/plugins/inspect/plugin-playback.xml:
3912         * docs/plugins/inspect/plugin-queue2.xml:
3913         * docs/plugins/inspect/plugin-subparse.xml:
3914         * docs/plugins/inspect/plugin-tcp.xml:
3915         * docs/plugins/inspect/plugin-theora.xml:
3916         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3917         * docs/plugins/inspect/plugin-uridecodebin.xml:
3918         * docs/plugins/inspect/plugin-video4linux.xml:
3919         * docs/plugins/inspect/plugin-videorate.xml:
3920         * docs/plugins/inspect/plugin-videoscale.xml:
3921         * docs/plugins/inspect/plugin-videotestsrc.xml:
3922         * docs/plugins/inspect/plugin-volume.xml:
3923         * docs/plugins/inspect/plugin-vorbis.xml:
3924         * docs/plugins/inspect/plugin-ximagesink.xml:
3925         * docs/plugins/inspect/plugin-xvimagesink.xml:
3926           Update introspection data.
3927
3928         * ext/ogg/gstoggmux.c:
3929           Document oggmux.
3930
3931         * gst/playback/gstdecodebin2.c:
3932           Don't use gtk-doc style comment start for private stuff, but make it
3933           formatted like this for consistency.
3934
3935 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3938         (gst_decode_bin_init), (gst_decode_bin_dispose),
3939         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3940         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3941         (analyze_new_pad), (connect_pad), (expose_pad),
3942         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3943         (gst_decode_group_expose), (gst_decode_group_free),
3944         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3945         Remove fakesink hack, we can now implement this more elegantly.
3946         Added property to bypass typefinding.
3947         Removed underrun callback and demuxer pad probe, we now use the srcpad
3948         probe to expose groups.
3949         API::sink-caps property
3950
3951         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3952         Guard against multiple emissions of the no_more_pads signal, which
3953         happens when we are dealing with chained oggs.
3954
3955         * gst/playback/gsturidecodebin.c: (remove_decoders),
3956         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3957         (setup_source):
3958         For streams, use our own typefind element and plug our queue after it.
3959         We will need this to determine the type of buffering to use for the
3960         queue soon.
3961
3962 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3963
3964         * gst-libs/gst/audio/gstbaseaudiosink.c:
3965         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3966         Guard against over and underflows because of clock slaving.
3967         When we are using our own clock, still compensate for any calibrations
3968         that we might have done to our clock.
3969
3970 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3971
3972         * ext/theora/theoradec.c: (theora_handle_type_packet),
3973         (theora_dec_chain):
3974         Don't try to do anything fancy with the return code from pushing an
3975         event, it does not have enough information to turn it into a
3976         GST_FLOW_ERROR.
3977
3978 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3979
3980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3981         (gst_ogg_demux_chain_elem_pad):
3982         Add small debug line.
3983         Pass return code from the internal decoder instead of the too generic
3984         GST_FLOW_ERROR.
3985
3986 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3987
3988         * gst-libs/gst/cdda/Makefile.am:
3989         * gst-libs/gst/cdda/base64.c:
3990         * gst-libs/gst/cdda/base64.h:
3991         * gst-libs/gst/cdda/gstcddabasesrc.c:
3992         (gst_cddabasesrc_calculate_musicbrainz_discid):
3993         Use GLib's base64 implementation instead of our own.
3994
3995 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3998         (gst_ogg_demux_read_chain):
3999         Refix oggdemux, we only have a problem if we failed to find a chain and
4000         we are not EOF.
4001
4002 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
4005
4006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4007         (gst_ogg_demux_read_chain):
4008         When we fail to find a BOS page and we and up with no chain, error out
4009         properly instead of segfaulting. Fixes #525665.
4010
4011 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4012
4013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4014         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
4015         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
4016         no-more-pads...
4017
4018 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         * gst/playback/gstqueue2.c: (update_out_rates),
4021         (gst_queue_open_temp_location_file),
4022         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
4023         (gst_queue_handle_src_query), (gst_queue_set_property):
4024         Update the estimated input data when we push out a buffer.
4025         Add some debug info about the temp file.
4026         Only forward src events when we are not using a temp file.
4027         Don't block the duration query, we need to find something better.
4028         Don't leak the temp filename.
4029
4030 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
4031
4032         * configure.ac:
4033         Require GLib 2.12 and liboil 0.3.14.
4034
4035         * gst/volume/gstvolume.c: (volume_process_double):
4036         Unconditionally use liboil 0.3.14 function.
4037
4038 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4039
4040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4041         ms-gsm can have arbitrarty sample rates. See #481354.
4042
4043 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4044
4045         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4046         MP4S is generic MPEG-4, not a microsoft variant.
4047
4048 2008-03-27  Michael Smith <msmith@fluendo.com>
4049
4050         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
4051           Check the body CRC (if set) when depayloading.
4052           Fixes #522401.
4053
4054 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
4055
4056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4057           Fix Since: version for new property.
4058
4059 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4060
4061         * gst-libs/gst/rtsp/gstrtspconnection.c:
4062         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4063         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
4064         Don't error when poll_wait returns EAGAIN.
4065
4066 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4067
4068         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
4069         The queue is never filled when there are no buffers in the queue at all.
4070         Fixes #523993.
4071
4072 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4073
4074         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4075         (init_group), (free_group), (gst_play_bin_init),
4076         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4077         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
4078         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
4079         (gst_play_bin_set_current_video_stream),
4080         (gst_play_bin_set_current_audio_stream),
4081         (gst_play_bin_set_current_text_stream),
4082         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
4083         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
4084         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
4085         (activate_group), (deactivate_group), (setup_next_source),
4086         (save_current_group), (gst_play_bin_change_state):
4087         Update some docs.
4088         Add new locks and conds to protect pipeline creation and group
4089         switching.
4090         Implement the sub-uri property.
4091         Keep track of pending uridecodebin creation and configure the output
4092         pipeline after all streams are configured.
4093         Propagate subtitle encoding to the uridecodebins.
4094         Implement getting the video/audio/visualisation elements.
4095         Use input-selector for stream switching.
4096         If we are asked to do visualisation, prefer to autoplug raw sinks
4097         instead of sinks that accept encoded data.
4098
4099 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4100
4101         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4102         (gst_play_sink_init), (gst_play_sink_dispose),
4103         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
4104         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
4105         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
4106         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
4107         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
4108         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
4109         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
4110         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
4111         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
4112         * gst/playback/gstplaysink.h:
4113         Add methods to get audio/video/vis elements.
4114         Add methods to set the font description for the overlay.
4115         Remove properties, we're using this element with its methods only.
4116         Add support for subtitles.
4117         Rearrange the locking a bit to not use the object lock for protecting
4118         the pipeline construction.
4119         Try to use the volume and mute property on the sink when its available.
4120         Implement the mute option with volume when the sink does not have a mute
4121         property.
4122         Only add volume element when the sink has no volume property.
4123         Only do visualisations with raw audio pads.
4124
4125 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4126
4127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
4128         (gst_text_overlay_init), (gst_text_overlay_set_property),
4129         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
4130         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
4131         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
4132         (gst_text_overlay_change_state):
4133         * ext/pango/gsttextoverlay.h:
4134         Add property to configure waiting for text on the textpad or not, with
4135         the default behaviour being the old one (always wait for text before
4136         rendering the video). This default behaviour is usually not the best one
4137         because the text stream can very sparse and could require queueing a lot
4138         of video.
4139         Fix the flushing and EOS handing so that we don't mix up their meaning.
4140
4141 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * gst/playback/gsturidecodebin.c:
4144         (gst_uri_decode_bin_autoplug_factories),
4145         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
4146         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
4147         (gst_uri_decode_bin_set_property),
4148         (gst_uri_decode_bin_get_property), (no_more_pads_full),
4149         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
4150         (proxy_autoplug_factories_signal), (make_decoder),
4151         (source_new_pad), (setup_source):
4152         Add a readonly source property and notify.
4153         Add new lock for protecting the construction of the pipeline.
4154         Keep track of the decodebins we plugged.
4155         Correctly proxy the autoplug signal so that it actually continues.
4156         Proxy subtitle-encoding to the decodebins.
4157
4158 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4159
4160         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
4161         (text_toggle_cb), (update_streams), (main):
4162         Rearrange some buttons in playbin2 and make some other boxes insensitive
4163         when needed.
4164         Add language codes to subtitle selection boxes when we gind the right
4165         tags for the streams.
4166
4167 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4168
4169         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
4170         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
4171         (gst_decode_bin_set_subs_encoding),
4172         (gst_decode_bin_get_subs_encoding),
4173         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
4174         (deactivate_free_recursive):
4175         Protect caps property with the object lock.
4176         Protect encoding property with the object lock.
4177         Keep list of elements we added that have the subtitle-encoding property.
4178         Distribute the subtitle-encoding to all of the elements when it
4179         changes.
4180
4181 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
4182
4183         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
4184         Small debug improvement.
4185
4186         * gst-libs/gst/audio/gstbaseaudiosink.c:
4187         (gst_base_audio_sink_render):
4188         Fix bug in determining the sample start/stop position, we want to base
4189         this decision on the fact that we are going forwards or backwards, not
4190         slower or faster. This fixes some ugly resync warnings when playing at
4191         very slow speeds.
4192
4193 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
4194
4195         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4196         Correctly set the supported URI schemes and don't leave
4197         some schemes in the middle or at the start at NULL.
4198
4199 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * tests/check/elements/gdpdepay.c:
4202           Make test compile without unused function/variable warnings on PPC.
4203  
4204 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4205
4206         * configure.ac:
4207         * ext/alsa/gstalsamixerelement.c:
4208         (gst_alsa_mixer_element_class_init):
4209         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
4210         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
4211         * ext/cdparanoia/gstcdparanoiasrc.c:
4212         (gst_cd_paranoia_src_class_init):
4213         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
4214         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
4215         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
4216         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
4217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
4218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
4219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
4220         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4221         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
4222         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
4223         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
4224         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
4225         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
4226         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4227         (gst_audio_filter_template_class_init):
4228         * gst-libs/gst/audio/gstbaseaudiosink.c:
4229         (gst_base_audio_sink_class_init):
4230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4231         (gst_base_audio_src_class_init):
4232         * gst-libs/gst/cdda/gstcddabasesrc.c:
4233         (gst_cdda_base_src_class_init):
4234         * gst-libs/gst/interfaces/mixertrack.c:
4235         (gst_mixer_track_class_init):
4236         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4237         (gst_base_rtp_depayload_class_init):
4238         * gst-libs/gst/rtp/gstbasertppayload.c:
4239         (gst_basertppayload_class_init):
4240         * gst/audioconvert/gstaudioconvert.c:
4241         (gst_audio_convert_class_init):
4242         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
4243         * gst/audioresample/gstaudioresample.c:
4244         (gst_audioresample_class_init):
4245         * gst/audiotestsrc/gstaudiotestsrc.c:
4246         (gst_audio_test_src_class_init):
4247         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
4248         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
4249         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4250         (preroll_unlinked):
4251         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4252         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
4253         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
4254         * gst/playback/gstqueue2.c: (gst_queue_class_init):
4255         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
4256         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4257         (gst_stream_selector_class_init):
4258         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
4259         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4260         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4261         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4262         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4263         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4264         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4265         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
4266         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4267         * gst/videotestsrc/gstvideotestsrc.c:
4268         (gst_video_test_src_class_init):
4269         * gst/volume/gstvolume.c: (gst_volume_class_init):
4270         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
4271         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4272         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
4274         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
4275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
4276         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
4277         static strings (i.e. all). This gives us less memory usage,
4278         fewer allocations and thus less memory defragmentation. Depend
4279         on core CVS for this. Fixes bug #523806.
4280
4281 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
4282
4283         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
4284         Filter http and https protocols. GIO/GVfs handles them but it's
4285         impossible to implement iradio/icecast with it. Better use
4286         souphttpsrc or something else for this.
4287
4288         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
4289         If getting the file informations by a query fails try it with the
4290         seek-to-end trick too.
4291
4292 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4293
4294         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
4295         (gst_volume_base_init), (gst_volume_class_init),
4296         (volume_process_double), (volume_process_float),
4297         (volume_transform_ip), (plugin_init):
4298         memset buffers to zero if we get a GAP buffer. We usually see a
4299         buffer as one unit so let's handle it as one and don't care about
4300         volume changes while processing one buffer.
4301         Also clean up some stuff a bit.
4302
4303 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4306         (gst_audio_convert_create_silence_buffer),
4307         (gst_audio_convert_transform):
4308         Make audioconvert GAP-aware by outputting silence buffers when the
4309         input has the GAP flag set. This is up to 8x faster.
4310         Based on a patch by Stefan Kost. Fixes bug #517813.
4311
4312 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4313
4314         * gst/volume/gstvolume.c: (volume_process_double):
4315         Use oil_scalarmultiply_f64_ns() for double processing when it's
4316         available at compile time.
4317
4318 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         * configure.ac:
4321         Fix lrint/lrintf checks to actually work. These functions are
4322         in libm on Linux at least so try to link to it.
4323
4324 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
4325
4326         * configure.ac:
4327         Back to development - 0.10.18.1
4328
4329 === release 0.10.18 ===
4330
4331 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
4332
4333         * configure.ac:
4334           releasing 0.10.18, "I will follow"
4335
4336 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
4337
4338         * configure.ac:
4339         * win32/common/config.h:
4340         0.10.17.4 pre-release
4341
4342 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4343
4344         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
4345         Use GST_STR_NULL when trying to print strings that could be NULL because
4346         this might crash on some platforms. See #520808.
4347
4348 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4349
4350         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
4351
4352         * gst-libs/gst/rtsp/gstrtspconnection.c:
4353         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
4354         (read_line), (gst_rtsp_connection_read_internal):
4355         Generic Windows fixes that makes libgstrtsp work on Windows when
4356         coupled with the new GstPoll API. See #520808.
4357
4358 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         Patch by: Milosz Derezynski <internalerror at gmail dot com>
4361
4362         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
4363           If seeking to a new position succeeds don't simply return from
4364           create() without creating a buffer. Do this only in the case
4365           seeking to the new position fails. Fixes bug #523054.
4366
4367 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
4368
4369         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
4370           (gst_video_format_from_rgba32_masks):
4371           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
4372           (#522635).
4373
4374         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
4375           Add unit test for the RGB caps parsing and creation, checking for
4376           internal consistency of the new API and consistency of the API with
4377           the old GST_VIDEO_CAPS_* defines.
4378
4379 2008-03-14  David Schleef  <ds@schleef.org>
4380
4381         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
4382           because -base is in freeze.
4383
4384 2008-03-14  David Schleef  <ds@schleef.org>
4385
4386         Patch by: William M. Brack
4387
4388         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
4389
4390 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4391
4392         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4393         (gst_selector_pad_chain):
4394         * gst/playback/gststreamselector.h:
4395         Revert change that caused regression until a real fix is found.
4396         Fixes #522203.
4397
4398 2008-03-12  Michael Smith <msmith@fluendo.com>
4399
4400         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4401         * gst-libs/gst/audio/gstringbuffer.h:
4402           Rename recently added buffer types to make more sense.
4403         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
4404         (gst_alsasink_write):
4405           Adapt for above API changes.
4406           Fixes bug #520523.
4407
4408 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
4409
4410         * win32/common/libgstnetbuffer.def:
4411         Add new symbol gst_netaddress_equal. Fixes bug #521743.
4412
4413 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
4414
4415         * configure.ac:
4416         * win32/common/config.h:
4417         0.10.17.3 pre-release
4418
4419 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4422         (gst_base_audio_src_create):
4423         Fix duration when no clock was provided. Fixes #520300.
4424
4425 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4426
4427         Patch by: Olivier Crete  <tester at tester ca>
4428
4429         * docs/libs/gst-plugins-base-libs-sections.txt:
4430         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
4431         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4432         Add trivial function to compare GstNetAddress. See #520626.
4433         API: GstNetBuffer::gst_netaddress_equal
4434
4435 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4436
4437         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4438         Update mode property docs, it's deprecated now.
4439
4440 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4441
4442         * gst-libs/gst/rtsp/gstrtspconnection.c:
4443         (gst_rtsp_connection_create):
4444         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
4445         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
4446         * gst/tcp/gstmultifdsink.h:
4447         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
4448         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
4449         Remove GstPollMode from gstpoll constructor.
4450
4451 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
4452
4453         * configure.ac:
4454         * win32/common/config.h:
4455         0.10.17.2 pre-release
4456
4457 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
4458
4459         * gst/Makefile.am:
4460         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
4461         them twice
4462
4463         * win32/common/libgstinterfaces.def:
4464         * win32/common/libgstrtp.def:
4465         Add new API to the defs
4466
4467 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4468
4469         Patch by: Mersad Jelacic  <mersad at axis dot com>
4470
4471         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4472         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4473         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
4474         possible to specify the sample size in bits. (#509637)
4475
4476 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4477
4478         * tests/check/libs/mixer.c:
4479           Add a few simple checks for the new message types.
4480
4481 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * docs/libs/gst-plugins-base-libs-sections.txt:
4484         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
4485           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
4486           (gst_mixer_message_get_type),
4487           (gst_mixer_message_parse_option_changed),
4488           (gst_mixer_message_parse_options_list_changed):
4489         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
4490           (GST_MIXER_MESSAGE_OPTION_CHANGED),
4491           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
4492           (GST_MIXER_MESSAGE_MIXER_CHANGED):
4493           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
4494           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
4495
4496 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
4499           (gst_mixer_options_get_values):
4500         * gst-libs/gst/interfaces/mixeroptions.h:
4501           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
4502           (_GstMixerOptions), (_GstMixerOptionsClass):
4503           API: add GstMixerOptions::get_values vfunc (#519906)
4504
4505 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
4506
4507         * configure.ac:
4508         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
4509         plug-ins are included/excluded. (#498222)
4510
4511 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4512
4513         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4514         Add typefinder for IMelody files, using audio/x-imelody.
4515         See bug #519516.
4516
4517 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
4518
4519         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
4520         * ext/alsa/gstalsasink.c: (set_hwparams):
4521         * ext/alsa/gstalsasrc.c: (set_hwparams):
4522         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
4523         * ext/ogg/gstoggmux.h:
4524         * ext/ogg/gstogmparse.c:
4525         * gst-libs/gst/audio/audio.c:
4526         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
4527         * gst-libs/gst/pbutils/missing-plugins.c:
4528         (gst_missing_uri_sink_message_new),
4529         (gst_missing_element_message_new),
4530         (gst_missing_decoder_message_new),
4531         (gst_missing_encoder_message_new):
4532         * gst-libs/gst/rtp/gstbasertppayload.c:
4533         * gst-libs/gst/rtp/gstrtcpbuffer.c:
4534         (gst_rtcp_packet_bye_get_reason):
4535         * gst/audioconvert/gstaudioconvert.c:
4536         * gst/audioresample/gstaudioresample.c:
4537         * gst/ffmpegcolorspace/imgconvert.c:
4538         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4539         * gst/typefind/gsttypefindfunctions.c:
4540         * gst/videoscale/vs_4tap.c:
4541         * gst/videoscale/vs_4tap.h:
4542         * sys/v4l/gstv4lelement.c:
4543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
4544         * sys/v4l/v4l_calls.c:
4545         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
4546         (gst_v4lsrc_try_capture):
4547         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
4548         (gst_ximagesink_ximage_new):
4549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
4550         (gst_xvimagesink_xvimage_new):
4551         * tests/check/elements/audioconvert.c:
4552         * tests/check/elements/audioresample.c:
4553         (fail_unless_perfect_stream):
4554         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
4555         * tests/check/elements/decodebin.c:
4556         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
4557         (setup_gdpdepay_streamheader):
4558         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
4559         (setup_gdppay_streamheader):
4560         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
4561         * tests/check/elements/multifdsink.c: (setup_multifdsink):
4562         * tests/check/elements/textoverlay.c:
4563         * tests/check/elements/videorate.c: (setup_videorate):
4564         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
4565         * tests/check/elements/volume.c: (setup_volume):
4566         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
4567         * tests/check/elements/vorbistag.c:
4568         * tests/check/generic/clock-selection.c:
4569         * tests/check/generic/states.c: (setup), (teardown):
4570         * tests/check/libs/cddabasesrc.c:
4571         * tests/check/libs/video.c:
4572         * tests/check/pipelines/gio.c:
4573         * tests/check/pipelines/oggmux.c:
4574         * tests/check/pipelines/simple-launch-lines.c:
4575         (simple_launch_lines_suite):
4576         * tests/check/pipelines/streamheader.c:
4577         * tests/check/pipelines/theoraenc.c:
4578         * tests/check/pipelines/vorbisdec.c:
4579         * tests/check/pipelines/vorbisenc.c:
4580         * tests/examples/seek/scrubby.c:
4581         * tests/examples/seek/seek.c: (query_positions_elems),
4582         (query_positions_pads):
4583         * tests/icles/stress-xoverlay.c: (myclock):
4584         Correct all relevant warnings found by the sparse semantic code
4585         analyzer. This include marking several symbols static, using
4586         NULL instead of 0 for pointers and using "foo (void)" instead
4587         of "foo ()" for declarations.
4588
4589         * win32/common/libgstrtp.def:
4590         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
4591
4592 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         Patch by: José Alburquerque <jaalburqu svn gnome org>
4595
4596         * gst/playback/gstplaybin2.c:
4597           Make the function signature of the _get_*_tags() functions match
4598           the signature of the vfuncs they implement, ie. return a
4599           GstTagList rather than a GstStructure, which is more correct,
4600           even if one is typedef'ed to the other (#518940).
4601
4602 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4603
4604         * gst-libs/gst/rtsp/gstrtspconnection.c:
4605           Don't include unix headers unconditionally (fixes #518037).
4606
4607 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4608
4609         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
4610           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
4611           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
4612           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
4613           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
4614           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
4615           (gst_video_format_is_packed), (video_format_is_packed):
4616           Add unit test that makes sure that the strides, offsets and
4617           sizes returned for the various YUV formats by the new video API
4618           match the old reference implementation in videotestsrc.
4619
4620 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
4623           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
4624           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
4625           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
4626           (gst_video_format_get_pixel_stride),
4627           (gst_video_format_get_component_width),
4628           (gst_video_format_get_component_height),
4629           (gst_video_format_get_component_offset), (gst_video_format_get_size):
4630         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
4631           (GST_VIDEO_FORMAT_Y42B):
4632           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
4633
4634 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
4635
4636         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
4637           YV12 is I420 with swapped components 1 and 2, so the offset of
4638           component 1 for I420 should be the offset for component 2 for YV12
4639           and vice versa.
4640
4641 2008-02-29  Rene Stadler  <mail@renestadler.de>
4642
4643         * sys/v4l/gstv4lelement.c:
4644         Add missing semicolon to fix indentation.
4645
4646 2008-02-29  Julien Moutte  <julien@fluendo.com>
4647
4648         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
4649         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
4650         if we can do SPDIF output.
4651         * ext/alsa/gstalsa.h:
4652         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
4653         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
4654         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
4655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
4656         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
4657         to support AC3, EC3 and IEC958 buffers.
4658
4659 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
4660
4661         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
4662           (gst_mixer_message_parse_mute_toggled),
4663           (gst_mixer_message_parse_record_toggled),
4664           (gst_mixer_message_parse_volume_changed),
4665           (gst_mixer_message_parse_option_changed):
4666           De-cruft and fix message type assertions (NULL is not a really
4667           valid mixer message type string).
4668
4669 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4670
4671         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
4672         When negotiating, actually start from a format that we can support
4673         instead of from the too generic template.
4674
4675 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4676
4677         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
4678         Enable vis setting.
4679
4680         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4681         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4682         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
4683         (gen_vis_chain):
4684         Implement vis switching while playing.
4685
4686 2008-02-28  David Schleef  <ds@schleef.org>
4687
4688         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
4689
4690 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4691
4692         Patch by: Peter Kjellerstedt  <pkj at axis com>
4693
4694         * gst/tcp/Makefile.am:
4695         * gst/tcp/fdsetstress.c:
4696         * gst/tcp/gstfdset.c:
4697         * gst/tcp/gstfdset.h:
4698         Removed fdset and stress test, they are now known as GstPoll in
4699         core. 
4700
4701         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
4702         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
4703         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
4704         (gst_multi_fd_sink_handle_client_write),
4705         (gst_multi_fd_sink_queue_buffer),
4706         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
4707         (gst_multi_fd_sink_stop):
4708         * gst/tcp/gstmultifdsink.h:
4709         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
4710         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
4711         (gst_tcp_gdp_read_caps):
4712         * gst/tcp/gsttcp.h:
4713         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
4714         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
4715         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
4716         * gst/tcp/gsttcpclientsink.h:
4717         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
4718         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
4719         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
4720         * gst/tcp/gsttcpclientsrc.h:
4721         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
4722         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
4723         * gst/tcp/gsttcpserversink.h:
4724         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
4725         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
4726         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
4727         * gst/tcp/gsttcpserversrc.h:
4728         Port to GstPoll. See #505417.
4729
4730 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         Patch by: Peter Kjellerstedt  <pkj at axis com>
4733
4734         * gst-libs/gst/rtsp/gstrtspconnection.c:
4735         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
4736         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
4737         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
4738         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
4739         (gst_rtsp_connection_flush):
4740         * gst-libs/gst/rtsp/gstrtspconnection.h:
4741         Use GstPoll for the rtsp connection. See #505417.
4742
4743 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4744
4745         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
4746         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
4747         Add combo box for visualisations, populate it with a factory list
4748         of all visualisation plugins, configure vis plugin instance in
4749         playbin2. 
4750
4751 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
4752
4753         * tests/check/libs/rtp.c: (GST_START_TEST):
4754         Add check for RTP buffer defaults, padding and marker bit API.
4755
4756 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
4757
4758         * gst-libs/gst/cdda/sha1.c: (sha_transform):
4759         Use memcpy() instead of upcasting a byte array to long *. This
4760         fixes an unaligned memory access, resulting in SIGBUS on IA64.
4761         This should be ported to GCheckSum once we can use GLib 2.16.
4762         Partially fixes bug #500833.
4763
4764 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
4765
4766         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
4767           Push tag event after the newsegment event. Log the pointer of
4768           the buffer we're actually going to push rather than the buffer
4769           we're feeding to _make_metadata_writable().
4770
4771 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4774         Comment smoke typefinder for now. The smokedec plugin needs one
4775         frame per buffer but we have no parser yet, thus it simply crashes
4776         in most situations.
4777
4778 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4779
4780         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4781         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
4782
4783 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
4784
4785         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
4786         (plugin_init):
4787         Add midi typefinder, copied from the timidity plugin.
4788
4789 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
4790
4791         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
4792
4793         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4794         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
4795           (subparse_suite):
4796           Forward slashes at the beginning and end of a line also signify
4797           italics (Fixes: #518162).
4798
4799 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4800
4801         * tests/check/gst-plugins-base.supp:
4802         Add a suppression for a cached value in GIO that wasn't moved
4803         while moving gio from -bad to -base.
4804
4805 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
4806
4807         Patch by: Brian Cameron <brian dot cameron at sun dot com>
4808
4809         * configure.ac:
4810         Don't hardcode -Wall and -Werror for configure checks, this fails
4811         with non-GCC compilers. Fixes bug #517991.
4812
4813 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4814
4815         * gst/audioconvert/gstaudioconvert.c:
4816         * gst/audioconvert/gstaudioquantize.c:
4817         * gst/audioconvert/gstaudioquantize.h:
4818           Make audioconvert gap aware. If noiseshaping is used, wait for
4819           noiseshaping to converge before marking as GAP. Fixes #517813.
4820
4821 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
4822
4823         * gst/audiotestsrc/gstaudiotestsrc.c:
4824           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
4825
4826 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
4827
4828         * ext/gnomevfs/gstgnomevfssink.c:
4829         (gst_gnome_vfs_sink_handle_event):
4830         Return FALSE when seeking for a new segment fails instead
4831         of silently ignoring the failure and appending every buffer
4832         that comes for the new segment.
4833
4834 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4835
4836         * gst/playback/gstplaysink.c: (find_property),
4837         (gst_play_sink_find_property), (gen_video_chain),
4838         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
4839         Recursively search the sink element for a last-frame property so that we
4840         can also find the property in autovideosink and friends that don't
4841         always proxy the internal sink properties.
4842
4843 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * gst-libs/gst/audio/multichannel.c:
4846           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
4847           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
4848           (gst_audio_set_structure_channel_positions_list),
4849           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
4850           (gst_audio_fixate_channel_positions):
4851           Fix confusing terminology in docs and code: structure fields are
4852           'fields' and not 'properties'.
4853
4854 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * gst-libs/gst/audio/multichannel.c:
4857           (gst_audio_check_channel_positions), (add_list_to_struct):
4858           Give more useful warning messages if one of the channel
4859           layout enums passed to us is invalid and if the "channels"
4860           field in the caps has a GType we don't expect.
4861
4862 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         * gst-libs/gst/audio/multichannel.c:
4865           Fix typo in docs blurb.
4866
4867 2008-02-19  Julien Moutte  <julien@fluendo.com>
4868
4869         Patch by: Josep Torra Valles <josep@fluendo.com>
4870
4871         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
4872         typefind lookup to fix typefinding on HD clips.
4873
4874 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst/playback/gstscreenshot.c:
4877         * gst/playback/gstscreenshot.h:
4878           Fix up copyright (I rewrote the GStreamer-0.10 code for
4879           this from scratch back in the days).
4880
4881 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
4882
4883         * gst/playback/Makefile.am:
4884         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
4885         (create_element), (gst_play_frame_conv_convert):
4886         * gst/playback/gstscreenshot.h:
4887         Add screenshot conversion code from totem.
4888
4889         * gst/playback/gstplay-marshal.list:
4890         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
4891         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
4892         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
4893         Implement frame property to get a color-unconverted snapshot.
4894         Implement convert-frame action signal to get a converted snapshot image.
4895         Configure connection speed in uridecodebin.
4896         Document some more properties.
4897
4898         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4899         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4900         (gst_play_sink_get_last_frame):
4901         * gst/playback/gstplaysink.h:
4902         Use last-buffer property of the video sink to get a video snapshot.
4903
4904         * tests/examples/seek/seek.c: (shot_cb), (main):
4905         Add snapshot button for playbin2 and use the frame property to save the
4906         frame as a png in the current directory.
4907
4908 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4909
4910         Patch by: Josep Torra Valles <josep at fluendo dot com>
4911
4912         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4913         (plugin_init):
4914         Add typefinding support for h264 elementary streams.
4915         Fixes bug #517420.
4916
4917 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * configure.ac:
4920           Require CVS of core for new API in collectpads.
4921
4922         * gst/adder/gstadder.c:
4923           Use new API to make adder sparse stream aware.
4924
4925 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4926
4927         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4928         (no_more_pads_cb):
4929         Get the object data correct so that we can remove our channels
4930         correctly.
4931
4932         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4933         (gen_vis_chain), (gst_play_sink_reconfigure),
4934         (gst_play_sink_request_pad):
4935         Add option to disable async behaviour in the sinks when possible. This
4936         makes it possible to avoid an audio queue when dealing with
4937         visualisations.
4938         Add option to add a queue for the audio path.
4939
4940         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4941         (main):
4942         Disable the vis checkbox to match the defaults of playbin2.
4943         Only get the stream info when we need to.
4944
4945 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4948         (gst_gio_base_sink_set_stream):
4949         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4950         (gst_gio_base_src_set_stream):
4951         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4952         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4953         Don't use async operations as they require a running main loop.
4954         This makes us block again when closing streams and unable
4955         to mount the enclosing volume of an URI if it isn't yet.
4956
4957 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4958
4959         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4960         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4961         (gen_vis_chain), (gst_play_sink_reconfigure),
4962         (gst_play_sink_request_pad):
4963         Move tee in front of the audio and vis pipelines.
4964         Add queue for audio for now.
4965         Add visualisation support.
4966
4967         * tests/examples/seek/seek.c: (main):
4968         Visualisation is by default disabled.
4969
4970 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4971
4972         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4973         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4974         Improve debugging a bit.
4975
4976         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4977         * ext/gio/gstgiosink.h:
4978         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4979         * ext/gio/gstgiosrc.h:
4980         Try to mount the enclosing volume of a GFile if it isn't mounted
4981         yet. This requires us to wait for an async operation to finish, done
4982         with an nested GMainLoop. Authentication is not supported yet, will
4983         come later.
4984
4985 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4986
4987         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4988         (gst_play_bin_set_property), (gst_play_bin_get_property),
4989         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4990         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4991         (gst_play_sink_get_mute), (gen_audio_chain):
4992         * gst/playback/gstplaysink.h:
4993         Add mute property.
4994
4995         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4996         (gst_selector_pad_chain):
4997         * gst/playback/gststreamselector.h:
4998         Make sure we forward the event only once.
4999
5000         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
5001         Add and implement the mute button for playbin2.
5002
5003 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5004
5005         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5006
5007         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
5008         Add some more debug info.
5009         Make sure we never return a negative delay. Fixes #516246.
5010
5011 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
5012
5013         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
5014           Revert patch that makes the sink hold the object lock when
5015           calling snd_pcm_delay(), since it breaks playback for me.
5016
5017 2008-02-12  Julien Moutte  <julien@fluendo.com>
5018
5019         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
5020         some seek flags when changing rate.
5021
5022 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
5023
5024         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5025         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
5026         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
5027         Fix potential leaks.
5028
5029         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
5030         Fix leak when there is no function configured.
5031
5032 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5033
5034         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
5035         (gst_v4lsrc_buffer_finalize):
5036         Correctly chain up the finalize method.
5037
5038 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5039
5040         * ext/gio/gstgiostreamsink.c:
5041         * ext/gio/gstgiostreamsrc.c:
5042         Add documentation and example code for giostreamsink/giostreamsrc.
5043
5044         * tests/check/pipelines/gio.c: (GST_START_TEST):
5045         Ask the GMemoryOutputStream for the data instead of assuming that
5046         the pointer to the data stayed the same. It could've been realloc'ed.
5047
5048 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5049
5050         * ext/gio/gstgiosink.c:
5051         * ext/gio/gstgiosrc.c:
5052         Make the documentation of giosink/giosrc complete, large parts
5053         are based on the gnomevfssink/gnomevfssrc docs.
5054
5055 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5056
5057         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5058         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5059         * docs/plugins/gst-plugins-base-plugins.args:
5060         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5061         * docs/plugins/gst-plugins-base-plugins.interfaces:
5062         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5063         * docs/plugins/gst-plugins-base-plugins.signals:
5064         * docs/plugins/inspect/plugin-adder.xml:
5065         * docs/plugins/inspect/plugin-audioconvert.xml:
5066         * docs/plugins/inspect/plugin-audiorate.xml:
5067         * docs/plugins/inspect/plugin-audioresample.xml:
5068         * docs/plugins/inspect/plugin-decodebin.xml:
5069         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5070         * docs/plugins/inspect/plugin-gdp.xml:
5071         * docs/plugins/inspect/plugin-gio.xml:
5072         * docs/plugins/inspect/plugin-gnomevfs.xml:
5073         * docs/plugins/inspect/plugin-libvisual.xml:
5074         * docs/plugins/inspect/plugin-ogg.xml:
5075         * docs/plugins/inspect/plugin-pango.xml:
5076         * docs/plugins/inspect/plugin-playback.xml:
5077         * docs/plugins/inspect/plugin-queue2.xml:
5078         * docs/plugins/inspect/plugin-subparse.xml:
5079         * docs/plugins/inspect/plugin-theora.xml:
5080         * docs/plugins/inspect/plugin-uridecodebin.xml:
5081         * docs/plugins/inspect/plugin-videorate.xml:
5082         * docs/plugins/inspect/plugin-videoscale.xml:
5083         * docs/plugins/inspect/plugin-volume.xml:
5084         * docs/plugins/inspect/plugin-vorbis.xml:
5085         Add the GIO documentation again and while at that run make update.
5086
5087 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
5090         * ext/alsa/gstalsasink.c: (set_swparams):
5091         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
5092           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
5093           against libasound >= 1.0.16, since it's been deprecated in
5094           0.10.16, and alignment is always 1 then, apparently. (#512899)
5095
5096 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5097
5098         * gst/playback/gstplaybin.c: (gen_audio_element):
5099         * gst/playback/gstplaysink.c: (gen_audio_chain):
5100           Handle case where we can't create the volume element a bit
5101           better (#514307).
5102
5103 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5104
5105         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
5106         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5107           Add support for https protocol. Fixes #510229.
5108
5109 2008-02-11  Julien Moutte  <julien@fluendo.com>
5110         
5111         Patch by: Alan Peevers <peeves@pacbell.net>
5112
5113         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
5114         lock when calling alsa methods.
5115
5116 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
5117
5118         * gst/typefind/gsttypefindfunctions.c:
5119           Bump rank of jpeg and png typefinders, which will return maximum
5120           probability in the most common cases (thus short-circuiting more
5121           expensive typefinders like the mp3 one for these two quite common
5122           image types).
5123
5124 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5125
5126         * ext/theora/theoraparse.c:
5127         Fix long description of the theora parser to be more verbose than just
5128         the type name.
5129
5130 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5131
5132         Patch by: Branko Čibej <brane at xbc dot nu>
5133
5134         * sys/xvimage/xvimagesink.c:
5135         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
5136         Fixes bug #515654.
5137
5138 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5139
5140         * gst/playback/gstplaybasebin.c:
5141         Set is_dynamic as True if there are elements with both request
5142         and sometimes src pad templates instead of breaking out when it
5143         finds the first pad template that is a src.
5144
5145 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5146
5147         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
5148         (update_streams), (video_combo_cb), (audio_combo_cb),
5149         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
5150         Add some stream switching and volume gui for playbin2.
5151
5152 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5153
5154         * gst/playback/gstplay-marshal.list:
5155         Added marshal for streamselector Tags.
5156
5157         * gst/playback/gstplaybasebin.c: (set_active_source):
5158         Streamselector now selects pads based on the pad object instead of its
5159         name.
5160
5161         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5162         (init_group), (gst_play_bin_init), (get_group), (get_tags),
5163         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
5164         (gst_play_bin_get_text_tags),
5165         (gst_play_bin_set_current_video_stream),
5166         (gst_play_bin_set_current_audio_stream),
5167         (gst_play_bin_set_current_text_stream),
5168         (gst_play_bin_set_property), (gst_play_bin_get_property),
5169         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
5170         Remove option to mute streams with the current-a/v/t property, we have
5171         this functionality in the flags.
5172         Add signals to notify when the number of A/V/T channels changed.
5173         Add action signals to get tags for the A/V/T streams.
5174         Implement setting the current A/V/T stream.
5175         Rearrange some things to simplify stream selection.
5176         Implement volume.
5177
5178         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
5179         (gst_play_sink_get_volume), (gst_play_sink_set_property),
5180         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
5181         (activate_vis), (gst_play_sink_reconfigure):
5182         * gst/playback/gstplaysink.h:
5183         Add and implement volume setting methods.
5184
5185         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
5186         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
5187         (gst_selector_pad_event), (gst_stream_selector_class_init),
5188         (gst_stream_selector_init), (gst_stream_selector_finalize),
5189         (gst_stream_selector_set_property),
5190         (gst_stream_selector_get_property),
5191         (gst_stream_selector_get_linked_pad),
5192         (gst_stream_selector_request_new_pad):
5193         * gst/playback/gststreamselector.h:
5194         Add pad properties for tags and status of pads.
5195         Keep tags on pads.
5196         Make active pad selection based on pad object instead of name.
5197
5198 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
5199
5200         * configure.ac:
5201           Revert last change as we now check in gtk-doc.m4 for sed.
5202
5203 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5204
5205         * configure.ac:
5206         Find and subst SED when building the docs.
5207
5208 2008-02-08  Julien Moutte  <julien@fluendo.com>
5209
5210         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
5211         (main): Make sure bus signals are reconnected when pressing STOP
5212         and then PLAY again for a parse launch pipeline. Fix a ref leak
5213         on the bus.
5214         * win32/common/config.h: Updated.
5215
5216 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5217
5218         * configure.ac:
5219         Make DISABLE_DEPRECATED defined *only* during CVS, not during
5220         pre-releases or releases.
5221
5222 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5223
5224         * configure.ac:
5225         * ext/gio/Makefile.am:
5226         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
5227         reporting
5228
5229 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5230
5231         * docs/plugins/Makefile.am:
5232         Add the headers which need scanning for the GIO plugin. The rest of
5233         the docs still need migrating.
5234
5235 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5236
5237         * ext/Makefile.am:
5238         * tests/check/Makefile.am:
5239         * tests/check/pipelines/.cvsignore:
5240         Add gio in a few more places.
5241
5242 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5243
5244         * configure.ac:
5245         * ext/Makefile.am:
5246         * tests/check/Makefile.am:
5247         Move gio plugin from -bad and mark as experimental.
5248
5249 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * gst-libs/gst/interfaces/mixeroptions.c:
5252         * gst-libs/gst/interfaces/mixertrack.c:
5253         Comment out a couple of other things which break the build when
5254         GST_DISABLE_DEPRECATED isn't on but -Werror is.
5255
5256 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
5257
5258         * docs/libs/gst-plugins-base-libs-sections.txt:
5259           Fix pbutils header.
5260
5261 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5262
5263         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5264         Fix compiler warning.
5265
5266 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5267
5268         Patch by: Peter Kjellerstedt  <pkj at axis com>
5269
5270         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5271         Clear the addrinfo struct using memset. Fixes #514937.
5272
5273 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         * gst/tcp/gstfdset.h:
5276         Remove unused field to same some memory.
5277
5278         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5279         Mark action signals as such.
5280
5281 2008-02-06  Michael Smith <msmith@fluendo.com>
5282
5283         * ext/theora/theoradec.c: (_theora_granule_frame),
5284         (_inc_granulepos):
5285           Increment granulepos for new-bitstream versions appropriately.
5286           Fixes #514623.
5287
5288 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5289
5290         * tests/examples/seek/seek.c: (do_seek),
5291         (rate_spinbutton_changed_cb), (update_streams), (main):
5292         Remove obsolete stream_time reset after flushing seek, core does that
5293         automatically now.
5294         Improve accuracy of speed spinbutton.
5295         Only do playbin2 stuff when we actually use it.
5296
5297 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         * tests/check/Makefile.am:
5300           Revert previous change of the test environment's GST_PLUGIN_PATH.
5301           The problem is not with the plugins, but with element factories
5302           and only occurs if elements are split out from existing plugins
5303           or if plugins change name (see #512740).
5304
5305 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * tests/check/Makefile.am:
5308           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
5309           with the core's plugins first and our local build directories last,
5310           since we might be building against an installed core, and that
5311           core's plugin directory may contain older or other versions of
5312           our own -base plugins, but we really do want to test our local
5313           ones (if there are multiple plugins or element factories with the
5314           same name, those inspected last will trump those read in earlier).
5315           Fixes #512740 for the most part.
5316
5317 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5318
5319         * configure.ac:
5320         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5321         Use gmtime_r if available as gmtime is not MT-safe.
5322         Fixes bug #511810.
5323
5324 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
5325
5326         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5327         Cast glong to time_t as time_t might have a different type on
5328         other platforms, like FreeBSD, and we get a compiler warning
5329         otherwise. Fixes bug #511825.
5330
5331 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5332
5333         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5334         (get_group), (get_n_pads), (gst_play_bin_get_property),
5335         (pad_added_cb), (no_more_pads_cb), (perform_eos),
5336         (autoplug_select_cb), (deactivate_group):
5337         Remove stream-info, we going for something easier.
5338         Refactor getting the current group.
5339         Implement getting the number of audio/video/text streams.
5340
5341         * gst/playback/gststreamselector.c:
5342         (gst_stream_selector_class_init), (gst_stream_selector_init),
5343         (gst_stream_selector_get_property),
5344         (gst_stream_selector_request_new_pad),
5345         (gst_stream_selector_release_pad):
5346         * gst/playback/gststreamselector.h:
5347         Add property for number of pads.
5348
5349         * tests/examples/seek/seek.c: (set_scale), (update_flag),
5350         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
5351         (text_toggle_cb), (update_streams), (msg_async_done),
5352         (msg_state_changed), (main):
5353         Block slider callback when updating the slider position.
5354         Add gui elements for controlling playbin2.
5355         Add callback for async_done that updates position/duration.
5356
5357 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
5358
5359         * docs/plugins/Makefile.am:
5360         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5361         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5362         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5363         * docs/plugins/gst-plugins-base-plugins.interfaces:
5364         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5365           First round of plugin docs cleansups.
5366
5367         * docs/plugins/inspect/plugin-adder.xml:
5368         * docs/plugins/inspect/plugin-alsa.xml:
5369         * docs/plugins/inspect/plugin-audioconvert.xml:
5370         * docs/plugins/inspect/plugin-audiorate.xml:
5371         * docs/plugins/inspect/plugin-audioresample.xml:
5372         * docs/plugins/inspect/plugin-audiotestsrc.xml:
5373         * docs/plugins/inspect/plugin-cdparanoia.xml:
5374         * docs/plugins/inspect/plugin-decodebin.xml:
5375         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5376         * docs/plugins/inspect/plugin-gdp.xml:
5377         * docs/plugins/inspect/plugin-gnomevfs.xml:
5378         * docs/plugins/inspect/plugin-libvisual.xml:
5379         * docs/plugins/inspect/plugin-ogg.xml:
5380         * docs/plugins/inspect/plugin-pango.xml:
5381         * docs/plugins/inspect/plugin-subparse.xml:
5382         * docs/plugins/inspect/plugin-tcp.xml:
5383         * docs/plugins/inspect/plugin-theora.xml:
5384         * docs/plugins/inspect/plugin-typefindfunctions.xml:
5385         * docs/plugins/inspect/plugin-video4linux.xml:
5386         * docs/plugins/inspect/plugin-videorate.xml:
5387         * docs/plugins/inspect/plugin-videoscale.xml:
5388         * docs/plugins/inspect/plugin-videotestsrc.xml:
5389         * docs/plugins/inspect/plugin-volume.xml:
5390         * docs/plugins/inspect/plugin-vorbis.xml:
5391         * docs/plugins/inspect/plugin-ximagesink.xml:
5392         * docs/plugins/inspect/plugin-xvimagesink.xml:
5393           Regenerate.
5394
5395         * ext/ogg/Makefile.am:
5396         * ext/ogg/gstoggmux.c:
5397         * ext/ogg/gstoggmux.h:
5398           Add header for oggmux. the c-file needs a doc blob still.
5399
5400 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5401
5402         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5403
5404         * gst-libs/gst/rtp/gstrtpbuffer.c:
5405         (gst_rtp_buffer_set_extension_data):
5406         * gst-libs/gst/rtp/gstrtpbuffer.h:
5407         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
5408         Add gst_rtp_buffer_set_extension_data() 
5409         Add a unit test for this addition. Fixes #511478.
5410         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
5411
5412 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5413
5414         * configure.ac:
5415         Back to CVS
5416
5417 === release 0.10.17 ===
5418
5419 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
5420
5421         * configure.ac:
5422           releasing 0.10.17, "Peanut Butter and Jelly"
5423
5424 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5425
5426         * gst-libs/gst/interfaces/mixeroptions.c:
5427         * gst-libs/gst/interfaces/mixertrack.c:
5428         Also remove the conditional registration of the signals
5429         that disappeared with the ABI change in 0.10.14
5430
5431 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5432
5433         * gst-libs/gst/rtsp/gstrtspconnection.c:
5434         Revert patch to gstrtspconnection.c for brown paper bag
5435         release of -base. Re-opens: #511825
5436
5437 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
5438
5439         * gst-libs/gst/interfaces/mixeroptions.h:
5440         * gst-libs/gst/interfaces/mixertrack.h:
5441         Change the way these deprecated function pointers are removed
5442         so that the compiled ABI is unconditionally smaller. This 
5443         sets in stone an ABI break that actually occurred when the
5444         things were deprecated in 0.10.14, which seems to be the best
5445         fix as the only known users are oss-mixer and sunaudio-mixer in 
5446         gst-plugins-good.
5447         Fixes: #513018
5448
5449 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
5450
5451         * win32/common/libgstpbutils.def:
5452           Export the two new _get_type() functions which are needed
5453           by the python bindings.
5454
5455 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5456
5457         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
5458         Cast glong to time_t as time_t might have a different type on
5459         other platforms, like FreeBSD, and we get a compiler warning
5460         otherwise. Fixes bug #511825.
5461
5462 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
5463
5464         * gst-libs/gst/audio/gstaudiofilter.c:
5465         (gst_audio_filter_class_init):
5466         Initialize the GstRingerBuffer class to get it's debug category
5467         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
5468         category and otherwise we get some g_critical(). Fixes bug #512334.
5469
5470 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
5471
5472         * configure.ac:
5473         Back to CVS
5474
5475 === release 0.10.16 ===
5476
5477 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
5478
5479         * configure.ac:
5480           releasing 0.10.16, "Scheduled Interruption"
5481
5482 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5483
5484         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5485
5486         * gst-libs/gst/rtp/gstrtpbuffer.c:
5487         (gst_rtp_buffer_get_extension_data):
5488         Fix typos and wrong extension check. Fixes #511274.
5489
5490 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
5491
5492         * po/sk.po:
5493         Oops - add new sk.po mentioned in the LINGUAS I just committed
5494
5495 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
5496
5497         * po/LINGUAS:
5498         Add ca translation to the disted list.
5499
5500         * win32/vs6/libgstsdp.dsp:
5501         Convert line endings to CRLF
5502
5503 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
5504
5505         * win32/MANIFEST:
5506         Add win32/vs6/libgstrtsp.dsp to MANIFEST
5507
5508 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5509
5510         * win32/common/libgstsdp.def:
5511         * win32/common/libgstvideo.def:
5512         Add new API declarations
5513
5514 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
5515
5516         * ext/theora/gsttheoradec.h:
5517         * ext/theora/gsttheoraparse.h:
5518         * ext/theora/theoradec.c:
5519         * ext/theora/theoraparse.c:
5520         Take a 2nd stab at handling libtheora granulepos changes in the decoder
5521         and parser by inspecting the bitstream version of the incoming data.
5522
5523 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
5524
5525         * configure.ac:
5526         * pkgconfig/Makefile.am:
5527         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
5528         * pkgconfig/gstreamer-audio.pc.in:
5529         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
5530         * pkgconfig/gstreamer-cdda.pc.in:
5531         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
5532         * pkgconfig/gstreamer-fft.pc.in:
5533         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
5534         * pkgconfig/gstreamer-floatcast.pc.in:
5535         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
5536         * pkgconfig/gstreamer-interfaces.pc.in:
5537         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
5538         * pkgconfig/gstreamer-netbuffer.pc.in:
5539         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
5540         * pkgconfig/gstreamer-pbutils.pc.in:
5541         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
5542         * pkgconfig/gstreamer-riff.pc.in:
5543         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
5544         * pkgconfig/gstreamer-rtp.pc.in:
5545         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
5546         * pkgconfig/gstreamer-rtsp.pc.in:
5547         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
5548         * pkgconfig/gstreamer-sdp.pc.in:
5549         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
5550         * pkgconfig/gstreamer-tag.pc.in:
5551         * pkgconfig/gstreamer-video-uninstalled.pc.in:
5552         * pkgconfig/gstreamer-video.pc.in:
5553         Provide one pkg-config file for every gst-plugins-base library.
5554         This makes linking to those libraries much more intuitive and
5555         provides standard pkg-config behaviour for them. Fixes bug #499697.
5556
5557 2008-01-13  David Schleef  <ds@schleef.org>
5558
5559         * gst/videoscale/vs_4tap.c:
5560           Fix valgrind error on 4tap scaling method.
5561
5562 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
5563
5564         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
5565         Include Winsock2.h for VS6 and use a different way initialize
5566         hints structure so it can build with VS6.
5567         * win32/MANIFEST:
5568         * win32/vs6/libgstsdp.dsp:
5569         * win32/common/libgstsdp.def:
5570         Add new files for libgstsdp.
5571         * win32/vs6/grammar.dsp:
5572         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
5573         * win32/vs6/gst_plugins_base.dsw:
5574         * win32/vs6/libgstdecodebin.dsp:
5575         * win32/vs6/libgstdecodebin2.dsp:
5576         * win32/vs6/libgstplaybin.dsp:
5577         * win32/vs6/libgstvolume.dsp:
5578         Add new dependencies to the link list.
5579
5580 2008-01-13  Julien Moutte  <julien@fluendo.com>
5581
5582         * win32/common/config.h:
5583         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
5584         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
5585         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
5586         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
5587         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
5588         * win32/common/interfaces-enumtypes.c:
5589         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
5590         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
5591         (gst_mixer_track_flags_get_type),
5592         (gst_tuner_channel_flags_get_type):
5593         * win32/common/multichannel-enumtypes.c:
5594         (gst_audio_channel_position_get_type):
5595         * win32/common/pbutils-enumtypes.c:
5596         (gst_install_plugins_return_get_type):
5597         * win32/common/pbutils-enumtypes.h: Update/Add generated files
5598         in the win32 build directory.
5599
5600 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5601
5602         * tests/check/Makefile.am:
5603         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
5604
5605         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
5606         * tests/check/elements/playbin.c:
5607         * tests/check/libs/mixer.c: (test_element_interface_supported),
5608         (gst_implements_interface_init):
5609         * tests/check/libs/rtp.c: (GST_START_TEST):
5610         Fix various assignment type mismatches.
5611
5612 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5613
5614         * configure.ac:
5615         * gst-libs/gst/rtsp/Makefile.am:
5616         Add test to see if hstrerror is available or if we need libresolv
5617         (Solaris) for it, then use it in libgstrtsp.
5618
5619 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5620
5621         * gst-libs/gst/tag/Makefile.am:
5622         Fix include path order
5623
5624 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
5625
5626         * gst-libs/gst/pbutils/install-plugins.c:
5627         (gst_install_plugins_context_copy),
5628         (gst_install_plugins_context_get_type):
5629         * gst-libs/gst/pbutils/install-plugins.h:
5630         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
5631         for bindings.
5632
5633 2008-01-11  Michael Smith <msmith@fluendo.com>
5634
5635         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
5636         (_theora_granule_frame), (_theora_granule_start_time),
5637         (theora_dec_sink_convert), (theora_dec_decode_buffer):
5638           Adapt for post-alpha meaning of granulepos, when we
5639           have a newer version of libtheora.
5640         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5641         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
5642         (theora_enc_is_discontinuous), (theora_enc_chain):
5643           Likewise.
5644         * tests/check/Makefile.am:
5645           Link libtheora into theoraenc test so we can check which version of
5646           libtheora we're testing against.
5647         * tests/check/pipelines/theoraenc.c: (check_libtheora),
5648         (check_buffer_granulepos),
5649         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
5650         (theoraenc_suite):
5651           Adapt tests to check the values that are now defined for theora; make
5652           the tests backwards-adapt the passed values if we're running against an
5653           old libtheora.
5654           Fixes #497964
5655
5656 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
5657
5658         * gst-libs/gst/audio/gstbaseaudiosink.c:
5659           (gst_base_audio_sink_class_init):
5660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5661           (gst_base_audio_src_class_init):
5662           Ref audio clock class from a thread-safe context to make sure
5663           we're not bit by GObjects lack of thread-safety here (#349410),
5664            however unlikely that may be in practice.
5665
5666 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
5667
5668         * autogen.sh:
5669           Add -Wno-portability to the automake parameters to stop warnings
5670           about GNU make extensions being used. We require GNU make in almost
5671           every Makefile anyway.
5672           
5673         * configure.ac:
5674           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
5675           at the same time is required for per target flags.
5676
5677 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
5680           Post an error message if we can't pull as many bytes as we need
5681           for the tag. This makes sure the user gets to see a proper error
5682           message if a file with a partial ID3 tag is fed to decodebin, and
5683           not a 'no ID3 tag demuxer' error, which would be confusing
5684           (see #508138).
5685
5686 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5687
5688         * gst-libs/gst/pbutils/descriptions.c: (formats):
5689           Add description strings for ID3, APE, and ICY tags.
5690
5691 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst/playback/gstdecodebin.c: (try_to_link_1):
5694           Make sure we error out correctly if we can't activate one of
5695           the elements we've added.  Fixes #508138.
5696           
5697 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         Patch by: Bastien Nocera <hadess at hadess net>
5700
5701         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
5702           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
5703           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
5704           the volume is the same for all channels. This works around
5705           some problem in alsa that leaves us with inconsistent state
5706           for some reason (#486840).
5707
5708 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         Patch by: Jerone Young <jerone at gmail com>
5711
5712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
5713           If there's no mixer track by the name of 'Master' or 'Front',
5714           check if there's one called 'PCM' before trying the generic
5715           fallback logic (fixes #506928, where we pick 'Mic' as master
5716           track for the AD1984 card in a Thinkpad T61/X61 laptop).
5717
5718 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5719
5720         * gst/playback/gstplay-enum.c:
5721         (register_gst_autoplug_select_result),
5722         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
5723         (gst_play_flags_get_type):
5724         * gst/playback/gstplay-enum.h:
5725         Add enums for configuration flags.
5726
5727         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5728         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
5729         (gst_play_bin_get_property), (no_more_pads_cb),
5730         (autoplug_select_cb), (gst_play_bin_change_state):
5731         Merge mode with flags.
5732         Add more property getters/setters, defaults and docs.
5733         Add properties to get number of audio/video/text streams.
5734         Create sink object in _init so that we can always rely on it being
5735         there.
5736
5737         * gst/playback/gstplaysink.c: (gst_play_sink_init),
5738         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
5739         (activate_vis), (gst_play_sink_reconfigure),
5740         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
5741         (gst_play_sink_change_state):
5742         * gst/playback/gstplaysink.h:
5743         Use flags to configure the sink pipelines.
5744         Add tee before audio pipeline so that we can use it for visualisations.
5745         Start working on integrating visualisations.
5746         Remove mode, we can do everything with the flags now.
5747         Add method to configue the sink pipeline.
5748
5749 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
5750
5751         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
5752           (check_buffer_timestamp), (check_buffer_duration):
5753           Turn these functions into macros so we can see right away
5754           where the failure occured.
5755
5756 2008-01-05  Julien Moutte  <julien@fluendo.com>
5757
5758         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
5759         debugging information to understand how X calculates the stride
5760         for XvImages.
5761
5762 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5763
5764         * gst/volume/Makefile.am:
5765         * gst/volume/gstvolume.c: (volume_choose_func),
5766         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
5767         (volume_setup):
5768         * gst/volume/gstvolume.h:
5769         Use GstAudioFilter as base class for the volume element instead of
5770         plain GstBaseTransform.
5771
5772 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
5773
5774         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
5775         Don't set element details for the abstract GstAudioFilter class.
5776
5777 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
5778
5779         * gst-libs/gst/audio/gstaudiofilter.c:
5780         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
5781         Implement get_unit_size() vmethod of GstBaseTransform.
5782
5783 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
5784
5785         * gst-libs/gst/pbutils/Makefile.am:
5786         * gst-libs/gst/pbutils/pbutils.h:
5787         Use glib-enum generator to have a proper enum GType for
5788         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
5789
5790 2007-12-31  David Schleef  <ds@schleef.org>
5791
5792         * tests/check/Makefile.am:
5793         * tests/check/pipelines/theoraenc.c:
5794           Reenable theoraenc test, which fails on the buildbot but
5795           not locally.
5796
5797 2007-12-31  David Schleef  <ds@schleef.org>
5798
5799         * docs/libs/.cvsignore:
5800         * docs/plugins/.cvsignore:
5801           Add *-undeclared.txt to fix buildbot.
5802
5803 2007-12-31  David Schleef  <ds@schleef.org>
5804
5805         * tests/check/Makefile.am:
5806           Second attempt at disabling theoraenc test long enough to
5807           get buildbot to compile -base.
5808
5809 2007-12-31  David Schleef  <ds@schleef.org>
5810
5811         * tests/check/pipelines/theoraenc.c:
5812           Disable theoraenc test long enough to get the buildbot to
5813           compile a recent -base.
5814
5815 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
5816
5817         * tests/examples/seek/seek.c: (stop_cb):
5818         Make sure we reset the slider value to 0.0 without racing against a
5819         possible g_idle that sets it to something else.
5820
5821 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
5822
5823         * sys/ximage/ximagesink.c:
5824         fix typo
5825
5826 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5827
5828         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
5829         * gst-libs/gst/rtsp/gstrtspdefs.h:
5830         Add Location header so that we can start implementing redirects.
5831         See #506025.
5832
5833 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5834
5835         * gst/subparse/gstssaparse.c:
5836         combine if's
5837
5838 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
5839
5840         * gst/subparse/gstssaparse.c:
5841         remove duplicate log message
5842
5843 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
5844
5845         * ext/libvisual/visual.c: (gst_visual_chain):
5846         Fix 'xyz may be used uninitialized' compiler warnings caused
5847         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
5848         abort() in any case but properly report the error.
5849
5850 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5851
5852         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5853         (gst_play_bin_finalize), (gst_play_bin_set_uri),
5854         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5855         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
5856         (autoplug_select_cb), (activate_group), (deactivate_group),
5857         (setup_next_source), (save_current_group),
5858         (gst_play_bin_change_state):
5859         Code cleanups.
5860         Remove next-uri, we can use the uri property just fine.
5861         Fix some crasher.
5862         Unref uridecodebin when switching.
5863         Fix going to READY.
5864
5865         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
5866         (gst_play_sink_init), (gst_play_sink_dispose),
5867         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
5868         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5869         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5870         (gst_play_sink_set_property), (gst_play_sink_get_property),
5871         (gen_video_chain), (gen_text_element), (gen_audio_chain),
5872         (gen_vis_element), (gst_play_sink_get_mode),
5873         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
5874         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
5875         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5876         (gst_play_sink_change_state):
5877         * gst/playback/gstplaysink.h:
5878         Add some locking to make things threadsafe.
5879
5880         * gst/playback/test7.c: (about_to_finish_cb):
5881         Fix test.
5882
5883 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
5884
5885         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
5886           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
5887           (gst_video_scale_transform):
5888           Don't claim to be able to handle/transform caps that can't really
5889           be handled by the currently selected scaling method (here: RGB or
5890           packed YUV with 4-tap method). Also add locking to method property.
5891
5892         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
5893           (test_basetransform_based):
5894           Some test pipelines for the above (not entirely valgrind clean yet
5895           apparently).
5896
5897 2007-12-21  David Schleef  <ds@schleef.org>
5898
5899         * gst-libs/gst/video/video.c:
5900         * gst-libs/gst/video/video.h:
5901           Add additional RGBA and RGB-24 video formats.
5902
5903 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5906           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5907           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5908         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5909           (cddabasesrc_suite):
5910           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5911           deprecated in the future (see #498924).
5912
5913 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5914
5915         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5916           Don't leak event.
5917
5918 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5919
5920         * gst-libs/gst/riff/riff-read.c:
5921         Use GST_ROUND_UP_2 macro
5922
5923 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * gst/playback/.cvsignore:
5926           Ignore more.
5927
5928 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5929
5930         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5931         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5932           (set_active_source):
5933         * gst/playback/gstplaybasebin.h:
5934         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5935           (setup_sinks), (playbin_set_subtitles_visible):
5936           Make switching off of subtitles work. To avoid all kind of
5937           problems with unlinking of the subtitle input, we just keep
5938           the subtitle inputs linked as they are and tell textoverlay
5939           not to render them. Fixes #373011.
5940           Other subtitle switching issues (esp. when there are both
5941           external and in-stream subtitles) remain. They'll be solved
5942           in playbin2.
5943
5944 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5945
5946         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5947         Init the pad segment too.
5948
5949 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5950
5951         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5952         (gst_audioringbuffer_open_device),
5953         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5954         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5955         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5956         (gst_audio_sink_create_ringbuffer):
5957         Improve debug output.
5958
5959         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5960         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5961         Prevent some functions from doing things and failing when the
5962         ringbuffer is not yet acquired.
5963
5964 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5965
5966         * gst-libs/gst/interfaces/interfaces.h:
5967           Also remove interfaces.h from CVS as it is not needed anymore.
5968
5969 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5970
5971         * gst-libs/gst/interfaces/Makefile.am:
5972           interfaces.h is not used anymore so remove it from the build
5973           process.
5974
5975 2007-12-17  David Schleef  <ds@schleef.org>
5976
5977         * gst/videotestsrc/gstvideotestsrc.c:
5978         * gst/videotestsrc/gstvideotestsrc.h:
5979           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5980           for testing vertical refresh synchronization.
5981
5982 2007-12-17  David Schleef  <ds@schleef.org>
5983
5984         * docs/libs/gst-plugins-base-libs-sections.txt:
5985         * gst-libs/gst/video/video.c:
5986         * gst-libs/gst/video/video.h:
5987           Add new GstVideFormat enum and write a bunch of helper functions
5988           based around it.
5989
5990 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * Makefile.am:
5993           Use new common/win32.mak.
5994
5995 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5996
5997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5998         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5999         Add debug info.
6000         When going from PLAYING to PAUSED, pause the ringbuffer before calling
6001         the parent state change function, just like the audiosink, because the
6002         parent waits for the element to finish its processing before completing
6003         the state change. This makes going to PAUSED a lot snappier.
6004         When going from READY to PAUSED, don't allow the ringbuffer to start
6005         yet.
6006
6007 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6008
6009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6010         Yet another fix for broken software that produce files with an empty
6011         blockalign field. Instead of completely failing, make a second attempt
6012         at guessing the width/depth by looking at strf->size.
6013
6014 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
6015
6016         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
6017           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
6018         * gst-libs/gst/pbutils/install-plugins.c:
6019           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
6020         * gst-libs/gst/pbutils/missing-plugins.c:
6021           (gst_missing_plugin_message_get_installer_detail),
6022           (gst_missing_encoder_installer_detail_new):
6023         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
6024         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6025           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
6026           avoid compiler warnings (#503930).
6027
6028 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6029
6030         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6031         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
6032         for jpeg video streams.
6033         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
6034         for the above modification.
6035
6036 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
6037
6038         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
6039           (gst_x_overlay_handle_events):
6040           More guards (we don't want klass to end up being NULL).
6041
6042 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
6043
6044         * configure.ac:
6045         * gst/volume/gstvolume.c: (gst_volume_init):
6046           Use new gst_base_transform_set_gap_aware() function as volume
6047           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
6048           for this.
6049
6050 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6051
6052         * tests/examples/seek/seek.c: (msg_segment_done), (main):
6053         Don't go to READY on EOS as this avoids testing of seeking and
6054         restarting after EOS, use the stop button when you want to READY.
6055         Don't try to do a flushing seek in segment-done, it does not make
6056         sense to use this for gapless playback and is not needed.
6057
6058 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6059
6060         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
6061         (reset_rate_timer), (update_in_rates), (update_out_rates),
6062         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
6063         (gst_queue_chain), (gst_queue_loop):
6064         Use separate timers for input and output rates.
6065         Pause measuring the output rate when we block for more data.
6066         See #503262.
6067
6068 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6069
6070         * gst/playback/gstqueue2.c: (gst_queue_chain):
6071         Pause the timer to measure the input rate when we block because the
6072         queue is filled. See #503262.
6073
6074 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6075
6076         Patch by: Peter Kjellerstedt  <pkj at axis com>
6077
6078         * gst-libs/gst/rtsp/gstrtspconnection.c:
6079         (gst_rtsp_connection_free):
6080         Close control sockets. Fixes #503440.
6081
6082 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
6083
6084         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
6085         Expose the right pad in the right place with the right element.
6086
6087 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * gst-libs/gst/pbutils/descriptions.c: (formats):
6090           Add description for 'private' dts caps (who come up with that name?).
6091
6092 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * Makefile.am:
6095           Add check-exports target and run it with 'make check'.
6096
6097         * configure.ac:
6098           Be stricter about what we export in our libraries: change regexp so that
6099           we only export _gst_foo(), but not __gst_foo().
6100
6101         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
6102         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
6103           Change internal functions to __gst_foo so they dont' get exported.
6104
6105         * win32/common/libgstaudio.def:
6106           Add missing symbols.
6107
6108 2007-12-11  David Schleef  <ds@schleef.org>
6109
6110         * ChangeLog: remove conflict markers
6111
6112 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6113
6114         * ext/gnomevfs/Makefile.am:
6115         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
6116           Use gst_tag_freeform_string_to_utf8() here, which also takes
6117           into account any character sets specified by the user via
6118           environment variables.
6119
6120 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6121
6122         * gst/audioconvert/Makefile.am:
6123         Also link to libm.
6124
6125 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
6126
6127         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6128         No need for floating point operations here. avoids having to link
6129         against the math library too.
6130
6131 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         * gst-libs/gst/pbutils/descriptions.c: (formats),
6134           (format_info_get_desc):
6135         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
6136           (GST_START_TEST):
6137           Add one or two missing formats.  Generate ADPCM description
6138           dynamically depending on layout/format.
6139
6140 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6141
6142         * configure.ac:
6143           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6144
6145 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
6146
6147         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
6148
6149         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
6150           Some .srt files start with chunk number 0 and not chunk number 1,
6151           recognise and accept those as well (fixes #502497).
6152
6153         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
6154           (test_src):
6155           Add unit test for the above.
6156
6157 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
6158
6159         * gst/playback/gstplay-enum.c:
6160         (register_gst_autoplug_select_result),
6161         (gst_autoplug_select_result_get_type):
6162         * gst/playback/gstplay-enum.h:
6163         Add missing files.
6164
6165 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6166
6167         * gst/playback/Makefile.am:
6168         Group decodebin2 and uridecodebin into the same plugin so that they
6169         can share the GEnumType.
6170
6171         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
6172         (_gst_select_accumulator), (gst_decode_bin_class_init),
6173         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
6174         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
6175         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
6176         Add signal to sort factories instead of the more awkward autoplug-select
6177         signal.
6178         Modify autoplug_select so that we can try, skip or expose the
6179         autopluggin of an element on a pad.
6180
6181         * gst/playback/gstfactorylists.c: (compare_ranks),
6182         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
6183         (element_filter), (gst_factory_list_get_elements),
6184         (gst_factory_list_debug), (gst_factory_list_filter):
6185         * gst/playback/gstfactorylists.h:
6186         Simplify the API, allow getting elements based on mask.
6187
6188         * gst/playback/gstplay-marshal.list:
6189         Add some more marshallers.
6190
6191         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
6192         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
6193         (autoplug_select_cb), (activate_group):
6194         Add support for managing non-raw sinks by providing a custom element and
6195         sink list to decodebin2.
6196         Try to plug non-raw sinks when decodebin2 using autoplug-select of
6197         decodebin2.
6198
6199         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
6200         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
6201         * gst/playback/gstplaysink.h:
6202         Add support for raw and non-raw sinks. 
6203         Add support to force sinks selected by playbin2.
6204         Don't plug raw converters for non-raw sinks.
6205
6206         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
6207         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
6208         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
6209         (plugin_init):
6210         Use right accumulators.
6211         Proxy new signal.
6212
6213 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6214
6215         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6216         Use runnning time as the base time instead of the timestamp.
6217         Spotted by Saur on IRC.
6218
6219 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
6220
6221         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6222         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
6223
6224 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
6225
6226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
6227         (gst_ogg_demux_read_chain):
6228         If we find a new serial number but it does not contain a BOS page, make
6229         sure we initialize the chain to NULL because else we will try to scan it
6230         and crash. Fixes #500763
6231
6232 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
6233
6234         * gst/playback/Makefile.am:
6235         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
6236         (get_feature_array), (decoders_filter), (sinks_filter),
6237         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
6238         (gst_factory_list_filter):
6239         * gst/playback/gstfactorylists.h:
6240         Refactor some common code to filter factories and check caps compat.
6241
6242         * gst/playback/gstdecodebin.c:
6243         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6244         (gst_decode_bin_init), (gst_decode_bin_dispose),
6245         (gst_decode_bin_autoplug_continue),
6246         (gst_decode_bin_autoplug_factories),
6247         (gst_decode_bin_autoplug_select), (analyze_new_pad),
6248         (find_compatibles):
6249         * gst/playback/gstplaybin.c:
6250         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
6251         (gst_play_bin_init), (gst_play_bin_finalize),
6252         (autoplug_factories_cb), (activate_group):
6253         * gst/playback/gstqueue2.c:
6254         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
6255         (proxy_autoplug_continue_signal),
6256         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6257         (proxy_drained_signal):
6258         Add some more debug info and use factor filtering code.
6259
6260 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * gst/audiotestsrc/gstaudiotestsrc.c:
6263         * gst/volume/gstvolume.c:
6264         * gst/volume/gstvolume.h:
6265           Add GAP-flag support.
6266
6267 2007-11-24  Julien MOUTTE  <julien@moutte.net>
6268
6269         * tests/examples/seek/seek.c: (main): Increase the range of the
6270         rate selector as I would like to test QOS behavior at higher
6271         forward and reverse playback speed like say 64x.
6272
6273 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
6274
6275         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6276         (audioresample_query), (audioresample_query_type),
6277         (gst_audioresample_set_property):
6278         Implement latency query.
6279
6280 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6281
6282         * gst-libs/gst/audio/gstbaseaudiosink.c:
6283         (gst_base_audio_sink_drain):
6284         Our EOS time contains the base_time, _wait_eos() expects a running_time
6285         so we have to subtract the base_time again before calling the function.
6286         This fixes an EOS regression where the base_time was added twice and EOS
6287         took longer and longer in certain situations.
6288         Fixes #498767.
6289
6290 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
6291
6292         * docs/libs/gst-plugins-base-libs-sections.txt:
6293         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
6294         (gst_base_audio_sink_set_provide_clock),
6295         (gst_base_audio_sink_get_provide_clock),
6296         (gst_base_audio_sink_set_slave_method),
6297         (gst_base_audio_sink_get_slave_method),
6298         (gst_base_audio_sink_set_property),
6299         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
6300         (gst_base_audio_sink_none_slaving),
6301         (gst_base_audio_sink_handle_slaving):
6302         * gst-libs/gst/audio/gstbaseaudiosink.h:
6303         Expose methods for some object properties so that subclasses can more
6304         easily configure them.
6305         Added slave method none, that completely disables slaving to the
6306         internal clock.
6307         API: gst_base_audio_sink_set_provide_clock()
6308         API: gst_base_audio_sink_get_provide_clock()
6309         API: gst_base_audio_sink_set_slave_method()
6310         API: gst_base_audio_sink_get_slave_method()
6311
6312         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6313         (gst_base_audio_src_set_provide_clock),
6314         (gst_base_audio_src_get_provide_clock),
6315         (gst_base_audio_src_set_property),
6316         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6317         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6318         Expose methods for some object properties so that subclasses can more
6319         easily configure them.
6320         API: gst_base_audio_src_set_provide_clock()
6321         API: gst_base_audio_src_get_provide_clock()
6322
6323 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
6324
6325         Patch by: Joe Peterson <lavajoe at gentoo dot org>
6326
6327         * gst-libs/gst/sdp/gstsdpmessage.c:
6328         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
6329
6330 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * tests/check/libs/fft.c: (GST_START_TEST):
6333         Fix scaling to really have dB instead of something else.
6334
6335 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6336
6337         * tests/examples/seek/seek.c: (main): There's a nice macro to check
6338         GTK version, use it.
6339
6340 2007-11-19  Julien MOUTTE  <julien@moutte.net>
6341
6342         * tests/examples/seek/seek.c: (main): Try to support stable version
6343         of GTK.
6344
6345 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
6346
6347         * gst/playback/README:
6348         * gst/playback/test7.c:
6349           Fix the build + little README update.
6350
6351 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6352
6353         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
6354         Add playbin2 seek pipeline.
6355
6356 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6357
6358         * gst/playback/Makefile.am:
6359         * gst/playback/gstplayback.c: (plugin_init):
6360         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
6361         (eos_cb), (about_to_finish_cb), (main):
6362         Add playbin2.
6363         Added gapless playback example.
6364
6365         * gst/playback/gstplaybasebin.c:
6366         * gst/playback/gstplaybasebin.h:
6367         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
6368         * gst/playback/gstqueue2.c:
6369         * gst/playback/test.c:
6370         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6371         (pad_removed_cb):
6372         * gst/playback/gststreaminfo.h:
6373         Change email.
6374
6375         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
6376         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
6377         (gst_play_bin_dispose), (gst_play_bin_set_uri),
6378         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
6379         (gst_play_bin_get_property), (gst_play_bin_handle_message),
6380         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
6381         (drained_cb), (unlink_group), (activate_group),
6382         (setup_next_source), (gst_play_bin_change_state),
6383         (gst_play_bin2_plugin_init):
6384         Added raw first version of playbin2. Does chained oggs and gapless
6385         playback fine. No support for raw sinks yet. No visualisations or
6386         subtitles yet.
6387
6388         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
6389         (gst_play_sink_class_init), (gst_play_sink_init),
6390         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
6391         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
6392         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
6393         (gst_play_sink_set_property), (gst_play_sink_get_property),
6394         (post_missing_element_message), (free_chain), (add_chain),
6395         (activate_chain), (gen_video_chain), (gen_text_element),
6396         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
6397         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
6398         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
6399         (gst_play_sink_send_event), (gst_play_sink_change_state):
6400         * gst/playback/gstplaysink.h:
6401         Added Element that abstracts the sinks and their pipelines for playbin2.
6402
6403 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6404
6405         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
6406         (gst_selector_pad_class_init), (gst_selector_pad_init),
6407         (gst_selector_pad_finalize), (gst_selector_pad_reset),
6408         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
6409         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
6410         (gst_selector_pad_chain), (gst_stream_selector_get_type),
6411         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
6412         (gst_stream_selector_init), (gst_stream_selector_set_property),
6413         (gst_stream_selector_get_linked_pad),
6414         (gst_stream_selector_getcaps),
6415         (gst_stream_selector_is_active_sinkpad),
6416         (gst_stream_selector_activate_sinkpad),
6417         (gst_stream_selector_get_linked_pads),
6418         (gst_stream_selector_request_new_pad),
6419         (gst_stream_selector_release_pad):
6420         * gst/playback/gststreamselector.h:
6421         Improve streamselector, make it select and unselect the current pad more
6422         intelligently. 
6423         Subclass GstPad for the sinkpads of the selector.
6424         Handle segments more correctly.
6425         Fix caps negotiation.
6426         Implement release_pad.
6427
6428 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6429
6430         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6431         (gst_decode_group_check_if_drained), (source_pad_event_probe),
6432         (remove_fakesink):
6433         Add drained signal fired when decodebin finishes decoding the data.
6434         Remove deprecated STATE_DIRTY message.
6435
6436         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6437         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
6438         (analyse_source), (proxy_drained_signal), (make_decoder),
6439         (source_new_pad), (value_list_append_structure_list),
6440         (handle_redirect_message), (handle_message):
6441         Proxy the new drained signal.
6442         Handle pad removed from decodebin.
6443         Handle redirect messages by sorting multiple redirections based on the
6444         connection speed.
6445
6446 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6447
6448         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6449
6450         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
6451         Fix leaking headers. Fixes #496761.
6452
6453 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
6454
6455         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6456
6457         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
6458         (gst_ximagesink_change_state):
6459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
6460         Don't leak the PAR on errors. Fixes #496731.
6461
6462 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
6463
6464         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
6465           (gst_tag_from_id3_user_tag):
6466           Add mapping for audio cd discid tags, so we can extract
6467           them from tags as well (see #347848). Also compare identifiers
6468           in ID3v2 TXXX frames in a case-insensitive way to increase
6469           compatibility when reading tags (discid vs. DiscID vs. DiscId).
6470
6471 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6472
6473         * gst-plugins-base.doap:
6474         Oops, fix the release name.
6475
6476 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6477
6478         * gst-plugins-base.doap:
6479         Add 0.10.15 release
6480
6481 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
6482
6483         * configure.ac:
6484         Back to CVS
6485
6486 === release 0.10.15 ===
6487
6488 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
6489
6490         * configure.ac:
6491           releasing 0.10.15, "No need to argue"
6492
6493 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
6494
6495         * win32/vs6/libgstfft.dsp:
6496         Convert line endings to DOS.
6497
6498 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
6499
6500         * win32/vs6/gst_plugins_base.dsw:
6501         * win32/vs6/libgstfft.dsp:
6502         * win32/MANIFEST:
6503         Add a project file for fft plugin and remove socket
6504         based plugin which don't build from the workspace.
6505         * win32/vs6/libgstaudio.dsp:
6506         * win32/vs6/libgstrtp.dsp:
6507         * win32/vs6/libgsttag.dsp:
6508         Convert line endings back to DOS.
6509         Fixes #496724
6510
6511 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6512
6513         * win32/vs6/libgstinterfaces.dsp:
6514         * win32/vs6/libgstrtsp.dsp:
6515         Convert line endings back to DOS
6516
6517 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
6518
6519         * gst-libs/gst/fft/kiss_fft_f32.h:
6520         * gst-libs/gst/fft/kiss_fft_f64.h:
6521         * gst-libs/gst/fft/kiss_fft_s16.h:
6522         * gst-libs/gst/fft/kiss_fft_s32.h:
6523         Don't include malloc.h which doesn't exist on Mac OSX.
6524         Instead, pull in glib.h and use g_malloc/g_free for 
6525         consistency. Fixes: #496548
6526
6527 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
6528
6529         * gst/playback/gstdecodebin2.c:
6530           Dont leak ghostpad. Fixes #475451.
6531
6532 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
6533
6534         * docs/design/design-decodebin.txt:
6535         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6536         Update some more docs and comments.
6537
6538 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         Patch by: Sebastien Moutte  <sebastien moutte net>
6541
6542         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6543           (gst_rtcp_unix_to_ntp):
6544         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
6545           Fix some C99-isms and and a missing function that some versions of
6546           MSVC don't like too much (#494346).
6547
6548         * win32/vs6/gst_plugins_base.dsw:
6549         * win32/vs6/libgstaudio.dsp:
6550         * win32/vs6/libgstrtp.dsp:
6551         * win32/vs6/libgsttag.dsp:
6552           Update vs6 projects files (#494346).
6553
6554 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6557
6558         * win32/common/libgstaudio.def:
6559         * win32/common/libgstcdda.def:
6560         * win32/common/libgstinterfaces.def:
6561         * win32/common/libgstnetbuffer.def:
6562         * win32/common/libgstpbutils.def:
6563         * win32/common/libgstrtp.def:
6564         * win32/common/libgstrtsp.def:
6565         * win32/common/libgsttag.def:
6566         * win32/common/libgstvideo.def:
6567           More missing symbols to export (fixes #493986).
6568
6569 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
6570
6571         * docs/libs/gst-plugins-base-libs-sections.txt:
6572         * gst-libs/gst/fft/gstfftf32.c:
6573         * gst-libs/gst/fft/gstfftf32.h:
6574         * gst-libs/gst/fft/gstfftf64.c:
6575         * gst-libs/gst/fft/gstfftf64.h:
6576         * gst-libs/gst/fft/gstffts16.c:
6577         * gst-libs/gst/fft/gstffts16.h:
6578         * gst-libs/gst/fft/gstffts32.c:
6579         * gst-libs/gst/fft/gstffts32.h:
6580         * tests/check/libs/fft.c: (GST_START_TEST):
6581         Remove the magnitude and phase calculation functions as these have
6582         very special use cases and can't even be used for the spectrum
6583         element. Also adjust the docs to mention some properties of the used
6584         FFT implemention, i.e. how the values are scaled. Fixes #492098.
6585
6586 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6589           (finish_source):
6590           Avoid crash when there are external subtitles (fixes #491722).
6591
6592 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
6595         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
6596           'Could not open resource for writing' is not an acceptable
6597           error message when we can't open the audio device (see #492334),
6598           even less so when we're trying to open it to record something.
6599
6600 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6601
6602         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6603
6604         * win32/common/libgstrtp.def:
6605           Add some more missing symbols (#492813).
6606
6607 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
6610
6611         * tests/check/elements/audioconvert.c: (verify_convert):
6612           Add check to make sure that the out caps have a channel layout
6613           set on them where they should have one.
6614
6615 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6616
6617         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
6618
6619         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
6620         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
6621           Include our own _stdint.h instead of sys/types.h, makes MingW happy
6622           (#492306).
6623
6624         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
6625           Use _pipe directly, GLib doesn't have a pipe() macro any longer
6626           (it disappeared in GLib 2.14.0) (#492306).
6627
6628         * gst-libs/gst/sdp/Makefile.am:
6629         * gst-libs/gst/sdp/gstsdpmessage.c:
6630           Fix includes and LIBS for win32/Mingw (#492306).
6631
6632         * tests/examples/dynamic/addstream.c (pause_play_stream):
6633           Use more portable g_usleep() instead of sleep() (#492306).
6634
6635 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
6636
6637         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
6638
6639         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
6640           (gst_ring_buffer_parse_caps):
6641           Return NULL instead of an enum that happens to be 0, fixes warning
6642           on MSVC (#492114).
6643
6644         * gst-libs/gst/audio/gstringbuffer.h:
6645           No trailing commas in enum list (for gcc-2.9x).
6646
6647         * gst/videotestsrc/videotestsrc.c: (random_char):
6648           Make information loss explicit instead of implicitly truncating to
6649           eight bits via the return value.  Fixes runtime error on MSVC when
6650           using the debug CRT (#492114).
6651
6652         * win32/common/config.h.in:
6653           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
6654
6655         * win32/common/libgstinterfaces.def:
6656         * win32/common/libgstrtp.def:
6657           Export a few more symbols (#492114).
6658
6659 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
6660
6661         * gst-libs/gst/audio/audio.c:
6662         * gst-libs/gst/audio/audio.h:
6663           Readd the deprecation guards, but preserve compilability.
6664
6665 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6666
6667         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
6668           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
6669           Preserve channel layout when fixating the number of channels in the
6670           output caps, or make sure there's a suitable channel position layout
6671           set on the caps if required. Fixes #430677.
6672
6673 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6674
6675         * tests/check/elements/decodebin.c: (test_text_plain_streams):
6676           Make sure the pipeline really operates in push mode as it should
6677           in this case.
6678
6679 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6680
6681         * gst-libs/gst/audio/audio.h:
6682           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
6683           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
6684           (ie. normal cvs builds) will fail.
6685
6686 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * docs/libs/Makefile.am:
6689         * gst-libs/gst/audio/audio.c:
6690         * gst-libs/gst/audio/audio.h:
6691         * gst-libs/gst/interfaces/mixer.c:
6692           tell gtk-doc about the deprecation guard. Apply more doc fixes.
6693
6694 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * tests/check/libs/audio.c: (init_value_to_channel_layout),
6697           (test_channel_layout_value_intersect), (audio_suite):
6698           Add simple unit test to make sure GstValue intersection
6699           of channel layouts works the way I think it does.
6700
6701 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6702
6703         * docs/libs/gst-plugins-base-libs-sections.txt:
6704         * gst-libs/gst/audio/gstaudiofilter.h:
6705         * gst-libs/gst/interfaces/mixer.h:
6706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6707         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6708         * gst-libs/gst/sdp/gstsdpmessage.c:
6709           Fix the docs according to what gtk-doc complained about.
6710
6711 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
6712
6713         * tests/icles/stress-playbin.c:
6714           Fix the build.
6715
6716 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
6719         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
6720           Post nice/more useful error message if we don't have a decoder for
6721           the primary type.
6722
6723 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6724
6725         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
6726         Be a bit more useful, unblock the pads after we fired the no-more-pads
6727         signal so that we can use the signal to inspect and connect all pads
6728         without having to keep extra state outside of decodebin.
6729
6730 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
6731
6732         * gst/playback/gsturidecodebin.c:
6733         (gst_uri_decode_bin_autoplug_continue),
6734         (gst_uri_decode_bin_class_init), (no_more_pads_full):
6735         Implement default signal handler so that we return TRUE when nothing is
6736         connected.
6737
6738 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
6739
6740         * gst-libs/gst/riff/riff-media.c:
6741         (gst_riff_wavext_add_channel_layout),
6742         (gst_riff_wave_add_default_channel_layout),
6743         (gst_riff_wavext_get_default_channel_mask),
6744         (gst_riff_create_audio_caps):
6745         Use the ALSA channel layout as default for wav files without channel
6746         layout information. This fixes playback of chan-id.wav on 5.1 systems
6747         for example. Also refactor the channel layout setting a bit and add
6748         more default channel orders. Fixes #489010.
6749
6750 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
6753           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
6754           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
6755           instead.
6756
6757 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
6758
6759         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6760         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
6761         (gst_decode_bin_set_subs_encoding),
6762         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
6763         (gst_decode_bin_get_property), (analyze_new_pad):
6764         Move subtitle encoding property to decodebin2 so that it can set the
6765         property value on all elements that it autoplugs and that require it.
6766         Make caps refcounting more consistent in get/set.
6767
6768         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
6769         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
6770         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
6771         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
6772         (proxy_autoplug_continue_signal),
6773         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
6774         (make_decoder):
6775         Proxy properties and relevant signals from the internal decodebin.
6776         Make properties MT safe.
6777
6778 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
6781         * gst-libs/gst/tag/tags.c:
6782           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
6783           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
6784
6785         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
6786           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
6787
6788         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
6789           (gst_tag_to_vorbis_comments):
6790           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
6791           just mapping everything I found in the wild) (#414539).
6792
6793 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
6794
6795         Inspired by patch of: René Stadler <mail at renestadler dot de>
6796
6797         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
6798         (gst_decode_bin_autoplug_continue),
6799         (gst_decode_bin_autoplug_factories),
6800         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
6801         (find_compatibles):
6802         * gst/playback/gstplay-marshal.list:
6803         Remove the autoplug-sort signal and replace it with a binding friendly
6804         autoplug-select signal.
6805         Add an autoplug-factories signal that can be used to generate a list of
6806         factories to try to autoplug.
6807         Add the GstPad to the autoplugging signal args as it might be needed to
6808         make a good factory selection.
6809         Fix up the marshallers for this. Fixes #407282.
6810
6811 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * gst-libs/gst/tag/gsttagdemux.c:
6814           Don't abort with an assertion if we receive a seek event with
6815           a start type of NONE (see launchpad bug #155878).
6816
6817 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
6818
6819         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
6820         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
6821         (gst_ximagesink_change_state), (gst_ximagesink_reset):
6822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
6823         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
6824         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
6825         Make sure that before we clean up the X resources, we shutdown and join
6826         the event thread.
6827         Also make sure the event thread does not shut down immediatly after
6828         startup because the running variable is not yet correctly set.
6829         Fixes #378770. 
6830
6831 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6832
6833         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
6834         Make the window for a race in typefind and shutting down smaller until
6835         we figure out the right locking here. Avoids #485753 usually.
6836
6837         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
6838         Remove unneeded lock causing a race in typefind and shutting down.
6839         Fixes #485753.
6840
6841         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
6842         Also remove sinks when going to NULL because we might not complete the
6843         state change to PAUSED, causing the PAUSED->READY state change not to
6844         happen.
6845
6846 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
6847
6848         * gst-libs/gst/audio/gstbaseaudiosink.c:
6849         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
6850         Also explicitly release the ringbuffer when going to NULL because it
6851         is required in the setcaps function, before the state change to PAUSED
6852         completes.
6853
6854 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * tests/icles/.cvsignore:
6857         * tests/icles/Makefile.am:
6858         * tests/icles/stress-playbin.c:
6859           Does what it says on the tin.
6860
6861 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
6862
6863         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
6864         Fix queue negotiation. See #486758.
6865
6866 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
6867
6868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
6869         (gst_xvimagesink_xwindow_new),
6870         (gst_xvimagesink_update_colorbalance),
6871         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
6872
6873         Fix handling of some of the X atoms. If the last parameter is True,
6874         XInternAtom won't create the atom if it doesn't exist, and therefore
6875         might return None. This causes X errors on Xv implementations that
6876         don't provide the colour balance attributes.
6877
6878 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6879
6880         * gst-libs/gst/tag/gstvorbistag.c:
6881         * tests/check/libs/tag.c:
6882           Extract vorbis comment LICENSE tags correctly.
6883
6884 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
6885
6886         Patch by: Jason Kivlighn  <jkivlighn gmail com>
6887
6888         * gst-libs/gst/tag/gstid3tag.c:
6889         * tests/check/libs/tag.c:
6890           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
6891
6892 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * gst-libs/gst/tag/gsttagdemux.c:
6895           Don't error out when a buggy downstream element doesn't
6896           handle the newsegment event we send properly (especially
6897           not without posting a meaningful error message on the
6898           bus). See bug #471370 and launchpad bug #136264.
6899
6900 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6901
6902         * gst-libs/gst/audio/gstbaseaudiosink.c:
6903         (gst_base_audio_sink_drain):
6904         Use new basesink method to make our EOS drain interruptable.
6905
6906 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6907
6908         * gst-libs/gst/rtp/gstrtppayloads.c:
6909         Fix silly search-replace oversight.
6910
6911 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6912
6913         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6914
6915         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6916         (gst_basertppayload_set_outcaps):
6917         Fix caps memleak. Fixes #484989.
6918
6919
6920 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6921
6922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6923         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6924         Fix debug output.
6925
6926 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6927
6928         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6929         (gst_base_audio_src_create):
6930         Also handle the case where there is no clock set on the audio source,
6931         like in the unit tests.
6932
6933 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6934
6935         * gst-libs/gst/rtp/gstrtppayloads.c:
6936         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6937         to avoid compiler warnings
6938
6939 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6940
6941         * gst/playback/gstdecodebin.c: (type_found),
6942         (gst_decode_bin_change_state):
6943         * gst/playback/gstdecodebin2.c: (type_found),
6944         (gst_decode_bin_change_state):
6945         Don't disconnect the have_type signal because we never reconnect it
6946         later on. Instead keep a variable to see if we already detected a type.
6947
6948 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6949
6950         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6951         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6952         (type_found):
6953         Unlink the signal handler when we found the type, we're not going to do
6954         anything sensible with more type_found signals anyway.
6955
6956 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6957
6958         * gst-libs/gst/tag/gsttagdemux.c:
6959           Don't leak caps.
6960
6961 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * gst-libs/gst/tag/Makefile.am:
6964         * gst-libs/gst/tag/gsttagdemux.c:
6965         * gst-libs/gst/tag/gsttagdemux.h:
6966           API: add GstTagDemux base class for simple tag demuxers.
6967
6968         * docs/libs/gst-plugins-base-libs-docs.sgml:
6969         * docs/libs/gst-plugins-base-libs-sections.txt:
6970           Add GstTagDemux to docs.
6971
6972 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6973
6974         * gst-libs/gst/rtp/gstrtpbuffer.c:
6975         (gst_rtp_buffer_get_payload_subbuffer):
6976         Fix bug introduced with last commit which inverted the logic and
6977         caused all buffers to be dropped. Fixes #483620.
6978         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6979
6980 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6981
6982         * gst-libs/gst/rtp/gstrtpbuffer.c:
6983           Replace g_return_if_val (as it could be disabled), with regular return
6984           and warning.
6985
6986 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6987
6988         * tests/check/pipelines/simple-launch-lines.c:
6989           Print message name and not just number.
6990
6991 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6992
6993         * gst-libs/gst/audio/gstbaseaudiosink.c:
6994         (gst_base_audio_sink_async_play):
6995         When slaved to the clock, don't try to align a sample with the previous
6996         one when going to PLAYING again.
6997
6998 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * tests/examples/snapshot/snapshot.c:
7001           Fix the build.
7002
7003 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         * gst-libs/gst/sdp/gstsdpmessage.h:
7006         Add RFC 3556 bandwidth modifiers.
7007
7008 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7009
7010         * docs/libs/gst-plugins-base-libs-docs.sgml:
7011         * docs/libs/gst-plugins-base-libs-sections.txt:
7012         * gst-libs/gst/rtp/gstrtppayloads.c:
7013         Update documentation.
7014
7015 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7016
7017         * gst-libs/gst/rtp/Makefile.am:
7018         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
7019         (gst_rtp_payload_info_for_name):
7020         * gst-libs/gst/rtp/gstrtppayloads.h:
7021         Added new file and header to deal with payload info.
7022
7023         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7024         (gst_rtp_buffer_default_clock_rate):
7025         * gst-libs/gst/rtp/gstrtpbuffer.h:
7026         Payload specific stuff is move to new headers.
7027         Implement _default_clock rate using the new payload function.
7028
7029         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
7030         (gst_sdp_parse_line):
7031         * gst-libs/gst/sdp/gstsdpmessage.h:
7032         Add some more comments.
7033
7034 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7035
7036         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
7037         (sdp_check_header), (sdp_type_find), (plugin_init):
7038         Add typefind function for application/sdp.
7039         Remove some old dirac typefind code that was ifdeffed out.
7040
7041 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
7042
7043         * win32/common/libgstaudio.def:
7044         Add new exported functions.
7045         * win32/vs6/grammar.dsp:
7046         Add autogeneration and copy of some autegenerated files from win32/common
7047         for rtsp library.
7048         * win32/vs6/libgstaudioconvert.dsp:
7049         Add gstaudioquantize.c to the build.
7050         * win32/vs6/libgstinterfaces.dsp:
7051         Add videoorientation.c to the build.
7052         * win32/vs6/libgstriff.dsp:
7053         Add libgsttag to the link libraries list.
7054         * win32/vs6/libgstvolume.dsp:
7055         Add liboil to the link.
7056         * win32/vs6/gst_plugins_base.dsw:
7057         * win32/vs6/libgstrtsp.dsp:
7058         * win32/common/libgstrtsp.def:
7059         Add files to build libgstrtsp library.
7060         
7061 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7062
7063         * tests/examples/snapshot/snapshot.c: (main):
7064         Print error when pipeline failed to construct.
7065
7066 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7067
7068         * configure.ac:
7069         * gst-libs/gst/tag/gstid3tag.c:
7070         * gst-libs/gst/tag/gstvorbistag.c:
7071           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
7072           and ID3v2 tags.
7073
7074 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7075
7076         * gst-libs/gst/floatcast/floatcast.h:
7077           Don't include config.h in an installed public header, this
7078           might break compilation of applications that don't have such
7079           a header and doesn't necessarily do what it's supposed to do
7080           anyway (ie. check for the lrint/lrintf defines) (#442065).
7081           Add docs for the various macros and document how this header
7082           has to be used (link against libm, etc.); add a few FIXMEs;
7083           include math.h for non-c99 code path.  Based on patch by
7084           Jan Schmidt.
7085           
7086 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7087
7088         * configure.ac:
7089         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
7090         of duplicating these macros in configure.ac.
7091
7092 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7093
7094         * po/hu.po:
7095         * po/sv.po:
7096         * po/uk.po:
7097           Updated translations to 0.10.14
7098
7099 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7100
7101         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7102
7103         * po/pl.po:
7104           Added Polish translation.
7105
7106 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7107
7108         translated by: Ilkka Tuohela <hile@iki.fi>
7109
7110         * po/fi.po:
7111           Added Finnish translation.
7112
7113 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7114
7115         translated by: Jorge González González <aloriel@gmail.com>
7116
7117         * po/es.po:
7118           Added Spanish translation.
7119
7120 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7121
7122         translated by: Mogens Jaeger <mogens@jaeger.tf>
7123
7124         * po/da.po:
7125           Added Danish translation.
7126
7127 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7128
7129         translated by: Funda Wang <fundawang@linux.net.cn>
7130
7131         * po/zh_CN.po:
7132           Added Chinese (simplified) translation.
7133
7134 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7135
7136         translated by: Alexander Shopov <ash@contact.bg>
7137
7138         * po/bg.po:
7139           Added Bulgarian translation.
7140
7141 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7142
7143         * gst/playback/gstqueue2.c: (gst_queue_push_one):
7144         Fix compilation wrt printf arguments.
7145
7146 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
7147
7148         * configure.ac:
7149         * tests/examples/Makefile.am:
7150         * tests/examples/snapshot/.cvsignore:
7151         * tests/examples/snapshot/Makefile.am:
7152         * tests/examples/snapshot/snapshot.c: (main):
7153         Add simple snapshot example program using appsink.
7154
7155 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7156
7157         * tests/check/generic/states.c:
7158           Improved state change unit test.
7159
7160 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7161
7162         * docs/plugins/.cvsignore:
7163         * tests/check/.cvsignore:
7164           Ignore registries in any format.
7165
7166 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7169         (gst_base_rtp_depayload_chain),
7170         (gst_base_rtp_depayload_set_gst_timestamp):
7171         Only copy timestamp on outgoing packets if the depayloader did not set
7172         one.
7173         Also copy duration on outgoing packets.
7174
7175 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
7178         (gst_basertppayload_set_outcaps):
7179         Fix compilation because of missing %d in printf.
7180         When fixating caps, fixate what we can and throw away all remaining
7181         unfixed caps, subclasses should do something smart if they need to.
7182
7183 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7184
7185         * ext/gnomevfs/gstgnomevfssrc.c:
7186           Improve debug logs a bit and be more verbose if things go wrong.
7187
7188 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7189
7190         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7191         (gst_text_overlay_set_property):
7192         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7193         * gst-libs/gst/audio/gstbaseaudiosink.c:
7194         (gst_base_audio_sink_render):
7195         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
7196         (gst_rtcp_unix_to_ntp):
7197         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
7198         * gst/playback/gstqueue2.c:
7199         * tests/examples/seek/seek.c: (set_scale):
7200         Fix a bunch of compile warnings shown with Forte.
7201
7202         * gst/audiorate/gstaudiorate.c:
7203         Always pull in config.h before including any system headers.
7204
7205 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
7206
7207         * gst/playback/gstqueue2.c: (update_buffering),
7208         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
7209         (gst_queue_handle_sink_event), (gst_queue_chain),
7210         (gst_queue_push_one), (gst_queue_sink_activate_push),
7211         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
7212         Also fix #476514 for queue2.
7213
7214 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7217         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
7218         (gst_base_rtp_depayload_chain),
7219         (gst_base_rtp_depayload_handle_sink_event),
7220         (gst_base_rtp_depayload_push_full),
7221         (gst_base_rtp_depayload_set_gst_timestamp),
7222         (gst_base_rtp_depayload_change_state):
7223         Remove code to deal with RTP to GST time conversion, we now just copy
7224         the GST timestamp we receive to the outgoing buffers.
7225         Handle segment and flushes correctly.
7226
7227         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7228         When we have no valid input timestamp, use the previous rtp timestamp on
7229         the outgoing RTP packet instead of the RTP base time.
7230
7231 2007-09-15  David Schleef  <ds@schleef.org>
7232
7233         * ext/alsa/gstalsa.c:
7234         * ext/alsa/gstalsadeviceprobe.c:
7235         * ext/alsa/gstalsamixer.c:
7236         * ext/alsa/gstalsasink.c:
7237         * ext/alsa/gstalsasrc.c:
7238           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
7239
7240 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
7241
7242         * gst-libs/gst/rtp/gstbasertppayload.c:
7243         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
7244         Add some debug info when negotiating caps.
7245
7246 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7247
7248         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
7249         A buffer with an empty payload is also a valid buffer.
7250
7251 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7252
7253         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
7254         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
7255         (gst_basertppayload_change_state):
7256         Make sure we start our RTP timestamp from the random base RTP
7257         timestamp even if the buffer timestamp starts from some random value.
7258
7259 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
7260
7261         * configure.ac:
7262         * tests/examples/Makefile.am:
7263         * tests/examples/dynamic/.cvsignore:
7264         * tests/examples/dynamic/Makefile.am:
7265         * tests/examples/dynamic/addstream.c: (create_stream),
7266         (pause_play_stream), (message_received), (eos_message_received),
7267         (perform_step), (main):
7268         Add simple exmple app to demonstrate starting and pausing live and
7269         non-live bins in a PLAYING pipeline.
7270
7271 2007-09-14  Julien MOUTTE  <julien@moutte.net>
7272
7273         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
7274         typefind for QCP files (RFC #3625)
7275
7276 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7277
7278         * gst-libs/gst/audio/gstbaseaudiosink.c:
7279         (gst_base_audio_sink_init):
7280         Disable pull mode scheduling, we're not ready for it yet and it subtly
7281         breaks a lot of things.
7282
7283 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7284
7285         * tests/check/elements/libvisual.c:
7286           Test all libvisual plugins, not just the first one; this reproduces
7287           bug #450336 quite easily.  Looks like a problem with the 'jess'
7288           visualisation.
7289
7290 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
7291
7292         * tests/check/Makefile.am:
7293         * tests/check/elements/.cvsignore:
7294         * tests/check/elements/libvisual.c:
7295           Add basic libvisual test case in an attempt to reproduce bug #450336.
7296           Doesn't reproduce that bug, but some other crasher instead (invalid
7297           free), at least with make elements/libvisual.forever and the bumscope
7298           plugin on x86-64/gutsy. Leaving test disabled for now.
7299
7300 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7301
7302         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
7303
7304         * gst-libs/gst/rtsp/gstrtspconnection.c:
7305         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
7306         (read_body), (gst_rtsp_connection_receive):
7307         Make sure we can not cancel in the middle of receiving a message.
7308         Fixes #475731.
7309
7310 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         Patch by: Josep Torra Valles <josep@fluendo.com>
7313
7314         * gst/playback/gstplaybasebin.c:
7315           Increase upper limit for audio queue a bit; fixes preroll problem
7316           with playbin and decodebin2 when playing a quicktime trailer with
7317           multichannel audio via http (#464666).
7318
7319 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7320
7321         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7322         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
7323         (gst_base_audio_src_provide_clock),
7324         (gst_base_audio_src_set_property),
7325         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
7326         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7327         Allow othe clocks than the internal clock to be used for the pipeline.
7328         Add property to disable clock provide.
7329         API: GstBaseAudioSrc::provide-clock
7330
7331 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7332
7333         * gst/playback/gstdecodebin2.c:
7334           Don't leak request pads. Fixes #475395.
7335
7336 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7337
7338         Patch by: René Stadler <mail at renestadler dot de>
7339
7340         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7341         (gst_ximage_buffer_class_init):
7342         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7343         (gst_xvimage_buffer_class_init):
7344         Correctly chain up finalize with the parent class to prevent
7345         memory leaks. Fixes #474880.
7346
7347 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
7348
7349         * gst/volume/gstvolume.c: (volume_choose_func):
7350         * tests/check/elements/volume.c: (GST_START_TEST):
7351         Revert the latest change: floating point samples are allowed to
7352         have any value, not only values in the range [-1,1]. Thanks to Andy
7353         Wingo for noticing.
7354         Also fix processing of int32 samples with volumes > 4 by making the
7355         unity value smaller which prevents overflows.
7356
7357 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7358
7359         * gst-libs/gst/rtp/gstrtpbuffer.c:
7360         * tests/check/libs/rtp.c:
7361           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
7362
7363 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7366
7367         * gst-libs/gst/rtp/gstrtpbuffer.c:
7368           Fix up GstRTPHeader helper struct so that compilers will not under
7369           any circumstances add padding in between our fields, as currently
7370           happens with MSVC on win32, because that would lead to us sending
7371           out RTP payloads with broken RTP headers (#471194).
7372           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
7373           
7374         * tests/check/Makefile.am:
7375         * tests/check/libs/.cvsignore:
7376         * tests/check/libs/rtp.c:
7377           Add some simple unit tests for GstRTPBuffer. Some are disabled
7378           because the code tested still needs fixing (set_csrc() does not work).
7379
7380 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * win32/MANIFEST:
7383         * win32/common/gstrtsp-enumtypes.c:
7384         * win32/common/gstrtsp-enumtypes.h:
7385         * win32/common/interfaces-enumtypes.c:
7386         * win32/common/interfaces-enumtypes.h:
7387         * win32/common/multichannel-enumtypes.c:
7388           Add rtsp enumtypes (#474384) and update others.
7389
7390 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
7391
7392         * configure.ac:
7393           Fix configure check for HAVE_LIBXML_HTML.
7394
7395 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7396
7397         * tests/check/libs/.cvsignore:
7398           Ignore more, in case the build bots work again one day.
7399
7400 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
7401
7402         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * configure.ac:
7405         * gst-libs/gst/Makefile.am:
7406         * gst-libs/gst/fft/Makefile.am:
7407         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
7408         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
7409         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
7410         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
7411         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
7412         * gst-libs/gst/fft/gstfft.h:
7413         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
7414         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
7415         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
7416         * gst-libs/gst/fft/gstfftf32.h:
7417         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
7418         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
7419         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
7420         * gst-libs/gst/fft/gstfftf64.h:
7421         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
7422         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
7423         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
7424         * gst-libs/gst/fft/gstffts16.h:
7425         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
7426         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
7427         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
7428         * gst-libs/gst/fft/gstffts32.h:
7429         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
7430         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7431         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
7432         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
7433         * gst-libs/gst/fft/kiss_fft_f32.h:
7434         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
7435         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7436         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
7437         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
7438         * gst-libs/gst/fft/kiss_fft_f64.h:
7439         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
7440         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7441         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
7442         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
7443         * gst-libs/gst/fft/kiss_fft_s16.h:
7444         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
7445         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
7446         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
7447         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
7448         * gst-libs/gst/fft/kiss_fft_s32.h:
7449         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
7450         (kiss_fftr_f32), (kiss_fftri_f32):
7451         * gst-libs/gst/fft/kiss_fftr_f32.h:
7452         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
7453         (kiss_fftr_f64), (kiss_fftri_f64):
7454         * gst-libs/gst/fft/kiss_fftr_f64.h:
7455         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
7456         (kiss_fftr_s16), (kiss_fftri_s16):
7457         * gst-libs/gst/fft/kiss_fftr_s16.h:
7458         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
7459         (kiss_fftr_s32), (kiss_fftri_s32):
7460         * gst-libs/gst/fft/kiss_fftr_s32.h:
7461         * gst-libs/gst/fft/kiss_version:
7462         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7463         * pkgconfig/gstreamer-plugins-base.pc.in:
7464         Add libgstfft, a FFT library based on Kiss FFT which is
7465         BSD licensed. Supported sample formats are int16, int32,
7466         float and double. For those formats a real FFT and IFFT
7467         can be done, different windowing functions can be applied
7468         and functions for extracting the magnitude and phase exist.
7469         Fixes #468619.
7470
7471         * docs/libs/Makefile.am:
7472         * docs/libs/gst-plugins-base-libs-docs.sgml:
7473         * docs/libs/gst-plugins-base-libs-sections.txt:
7474         Integrate libgstfft into the docs.
7475
7476         * tests/check/Makefile.am:
7477         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
7478         Add unit tests for libgstfft, currently only testing the FFT.
7479         Unit tests for IFFT will follow soon.
7480
7481 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
7482
7483         Patch by: Peter Kjellerstedt  <pkj at axis com>
7484
7485         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
7486         (gst_sdp_message_init), (gst_sdp_message_uninit),
7487         (is_multicast_address), (gst_sdp_message_as_text),
7488         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
7489         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
7490         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7491         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7492         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
7493         (gst_sdp_media_init), (gst_sdp_media_uninit),
7494         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
7495         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
7496         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
7497         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
7498         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
7499         * gst-libs/gst/sdp/gstsdpmessage.h:
7500         Separate INIT_ARRAY() and related macros into two versions, one for
7501         structures and one for pointers (e.g., INIT_ARRAY() and
7502         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
7503         lists of emails and phone numbers.
7504         Add missing const as appropriate.
7505         Change all gint to guint since they all actually represent unsigned
7506         values.
7507         Do not use time as a variable name as it shadows the global time().
7508         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
7509         Actually implement gst_sdp_message_add_time().
7510         Make gst_sdp_message_add_time() take repeat times as an argument.
7511         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
7512         Corrected the definition of gst_sdp_media_get_bandwidth() (was
7513         misspelled as badwidth).
7514         gst-indented and a little clean up. Fixes #471067.
7515
7516 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
7517
7518         * gst/volume/gstvolume.c: (volume_choose_func),
7519         (volume_process_double), (volume_process_double_clamp),
7520         (volume_process_float_clamp):
7521         Correctly clamp float/double samples in the [-1.0,1.0] range to
7522         prevent weird effects.
7523         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7524         Add unit tests for all samples types that had none before.
7525
7526 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         * gst-libs/gst/rtp/gstrtpbuffer.c:
7529           Need to include stdlib.h for abs() here too.
7530
7531 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         * gst/playback/gststreaminfo.c:
7534           Fix build.
7535
7536 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * gst/playback/gststreaminfo.c:
7539           Clean up some half-disabled code and comment.
7540
7541 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7542
7543         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
7544
7545         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7546         (gst_base_rtp_payload_audio_handle_event):
7547         Return FALSE from the event handler to let the parent class handle the
7548         event. Fixes #446766.
7549
7550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7551         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
7552         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
7553
7554         * gst-libs/gst/rtp/gstbasertppayload.c:
7555         Bump the MTU to 1400.
7556
7557 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
7558
7559         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
7560         Add an audio/x-nsf typefind function for the nsfdec element.
7561
7562 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
7563         * gst/playback/gstplaybasebin.c:
7564         Included "myth://" on stream_uris list for enable buffering to mythtv files
7565
7566 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7567
7568         * docs/libs/gst-plugins-base-libs-sections.txt:
7569         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7570         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
7571         (gst_rtcp_unix_to_ntp):
7572         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7573         Fix parsing of RB blocks.
7574         Fix docs.
7575         Added helper functions to convert to/from UNIX and NTP time.
7576         API: gst_rtcp_ntp_to_unix()
7577         API: gst_rtcp_unix_to_ntp()
7578
7579         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
7580         (gst_rtp_buffer_get_header_len),
7581         (gst_rtp_buffer_get_extension_data),
7582         (gst_rtp_buffer_get_payload_subbuffer),
7583         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
7584         (gst_rtp_buffer_ext_timestamp):
7585         * gst-libs/gst/rtp/gstrtpbuffer.h:
7586         Fix some more docs.
7587         Implement handling of packets with extensions.
7588         Fix padding check in _validate().
7589         Added function to get extension data.
7590         API: gst_rtp_buffer_get_header_len()
7591         API: gst_rtp_buffer_get_extension_data()
7592
7593 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7594
7595         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7596         (gst_base_rtp_depayload_class_init),
7597         (gst_base_rtp_depayload_set_gst_timestamp):
7598         Add some more docs for the queue-delay property and fix a typo in a
7599         comment.
7600
7601         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
7602         Fix typo.
7603
7604 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst-libs/gst/audio/gstbaseaudiosink.c:
7607         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
7608         (gst_base_audio_sink_change_state):
7609         When skew slaving, try to hover around the middle of a segment so that
7610         we at most drift by half a segment.
7611         If we are aligning in the oposite direction of the clock skew, we don't
7612         have to resync.
7613
7614 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7615
7616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7617         (gst_base_rtp_depayload_setcaps),
7618         (gst_base_rtp_depayload_set_gst_timestamp):
7619         Be less silly with the segment start, just apply the clock-base to the
7620         timestamp.
7621
7622 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7625         (gst_base_rtp_depayload_class_init),
7626         (gst_base_rtp_depayload_finalize),
7627         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
7628         (gst_base_rtp_depayload_handle_sink_event),
7629         (gst_base_rtp_depayload_set_gst_timestamp),
7630         (gst_base_rtp_depayload_change_state):
7631         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7632         Deprecate the queue handling thread thing and remove the code.
7633         Use new method to calculate the extended timestamp.
7634
7635 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
7636
7637         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7638         (gst_rtcp_packet_sdes_copy_entry):
7639         Use g_strndup which does exactly what we want.
7640
7641         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
7642         (gst_rtp_buffer_ext_timestamp):
7643         * gst-libs/gst/rtp/gstrtpbuffer.h:
7644         Add helper function to compare seqnums.
7645         Add helper function to calculate extended timestamps.
7646         API: gst_rtp_buffer_compare_seqnum()
7647         API: gst_rtp_buffer_ext_timestamp()
7648
7649 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
7650
7651         * gst-libs/gst/rtp/gstrtcpbuffer.c:
7652         (gst_rtcp_packet_sdes_get_entry),
7653         (gst_rtcp_packet_sdes_copy_entry):
7654         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7655         Fix and document SDES item data function.
7656         Add new function that makes a proper copy of SDES item data.
7657         API: gst_rtcp_packet_sdes_copy_entry()
7658
7659 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7660
7661         * configure.ac:
7662         * gst/Makefile.am:
7663           The tcp and subparse plugins are under gst, but not totaly free of
7664           dependencies. Handle selection inconfigure.ac, so that they show up
7665           on the final list of what is build and what is not. Maybe they should
7666           better be moved to ext.
7667
7668 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
7669
7670         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
7671
7672         * configure.ac:
7673         * gst/Makefile.am:
7674           Check if libxml provides HTML parser which subparse needs.
7675           Fixes #451970.
7676
7677 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7678
7679         * ext/alsa/gstalsa.c:
7680           Fix typo and compilation on big endian systems.
7681
7682 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
7683
7684         * gst/subparse/gstssaparse.c:
7685           Convert SSA newline codes into actual newline characters (#470766).
7686
7687 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         * docs/libs/gst-plugins-base-libs-sections.txt:
7690         * gst-libs/gst/pbutils/install-plugins.c:
7691         * gst-libs/gst/pbutils/install-plugins.h:
7692         * tests/check/libs/pbutils.c:
7693           API: also add gst_install_plugins_supported() while we're at it
7694           (see #470456).
7695
7696 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
7697
7698         * docs/libs/gst-plugins-base-libs-sections.txt:
7699         * gst-libs/gst/pbutils/missing-plugins.c:
7700         * gst-libs/gst/pbutils/missing-plugins.h:
7701         * tests/check/libs/pbutils.c:
7702           API: add gst_missing_*_installer_detail_new() convenience API so
7703           that applications that know exactly what they're missing can request
7704           installer detail strings for those items directly instead of having
7705           to first create a dummy missing-plugin message and then get the
7706           installer detail string from that.  Fixes #470456.
7707
7708 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
7709
7710         * gst/playback/gstdecodebin.c: (close_pad_link):
7711         We need to set up delayed-linking whenever the caps are non-fixed,
7712         not just when there are multiple types - use gst_pad_is_fixed()
7713         to test.
7714
7715 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * gst-libs/gst/pbutils/missing-plugins.c:
7718           (gst_missing_plugin_message_get_installer_detail):
7719           Add missing separator in PID fallback case.
7720
7721 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
7722
7723         * ext/alsa/Makefile.am:
7724         There is no GST_PLUGINS_BASE_LIBS defined.
7725         
7726         * ext/alsa/gstalsa.c:
7727         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
7728         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
7729         Add support for ALSA 24-bit formats.
7730         snd_pcm_delay can return an error code, especially
7731         during XRUNS. In that case, the best we can do is assume
7732         delay = 0.
7733
7734         * gst/audioconvert/Makefile.am:
7735         Add flags from -base before any more-remote dependencies.
7736
7737 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
7738
7739         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
7740
7741         * gst/volume/gstvolume.c: (volume_choose_func),
7742         (volume_update_real_volume), (gst_volume_set_volume),
7743         (gst_volume_init), (volume_process_int32),
7744         (volume_process_int32_clamp), (volume_process_int24),
7745         (volume_process_int24_clamp), (volume_process_int16),
7746         (volume_process_int16_clamp), (volume_process_int8),
7747         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
7748         * gst/volume/gstvolume.h:
7749         Add support for int32, int24 and int8 to the volume element.
7750         Fixes #445529.
7751
7752 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * tests/examples/Makefile.am:
7755           Fix even more.
7756
7757 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * configure.ac:
7760         * docs/libs/Makefile.am:
7761         * docs/libs/gst-plugins-base-libs-docs.sgml:
7762         * docs/libs/gst-plugins-base-libs-sections.txt:
7763         * ext/gnomevfs/gstgnomevfssrc.c:
7764         * ext/gnomevfs/gstgnomevfssrc.h:
7765         * gst-libs/gst/Makefile.am:
7766         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7767         * pkgconfig/gstreamer-plugins-base.pc.in:
7768         * sys/v4l/v4lsrc_calls.c:
7769         * tests/examples/Makefile.am:
7770         * win32/common/config.h:
7771           Revert unwanted commit. many thanks to moap. I want a fix for 
7772           https://thomas.apestaart.org/moap/trac/ticket/239
7773
7774 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
7775
7776         * gst/volume/gstvolume.c:
7777           Move passthrough below gst_object_sync_values(). Fixes #442654.
7778
7779 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
7780
7781         * gst-libs/gst/audio/audio.c:
7782         Clarify the docs a little.
7783
7784 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
7785
7786         * gst/volume/gstvolume.c:
7787           Enable liboil for float and add more details about problems with
7788           int16.
7789
7790 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7791
7792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
7793         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
7794
7795 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7798         When calculating the first timestamp of the buffers, don't go below 0
7799         and clip the samples because the offset was on the eos page.
7800         Fixes #466717.
7801
7802 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
7803
7804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
7805         (gst_ogg_demux_collect_chain_info):
7806         Also submit the eos page when trying to find the first timestamp.
7807         See #466717.
7808
7809 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
7810
7811         * gst-libs/gst/audio/audio.h:
7812         Use gst_util_uint64_scale() instead of doing the math
7813         with double for GST_FRAMES_TO_CLOCK_TIME() and
7814         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
7815         prevents rounding errors. Fixes #467667.
7816
7817 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
7818
7819         * gst-libs/gst/rtsp/gstrtspconnection.c:
7820         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
7821         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
7822         * gst-libs/gst/rtsp/gstrtspconnection.h:
7823         Small cleanups.
7824         On shutdown, don't read the control socket yet.
7825         Set timeout value correctly in all cases.
7826         Add function to check if the server accepts reads or writes.
7827         API: gst_rtsp_connection_poll()
7828
7829         * gst-libs/gst/rtsp/gstrtspdefs.h:
7830         Fix compilation with -pedantic.
7831         Add enum for _poll.
7832
7833 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         Patch by: Olivier Crete  <tester at tester ca>
7836
7837         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
7838         (gst_basertppayload_getcaps):
7839         * gst-libs/gst/rtp/gstbasertppayload.h:
7840         Add getcaps vfunc to basertppayload. See #465146.
7841
7842 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
7843
7844         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
7845         Only post buffering messages when we are a stream.
7846
7847 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
7848
7849         * gst-libs/gst/pbutils/install-plugins.c:
7850         * gst-libs/gst/pbutils/missing-plugins.c:
7851           Small docs fix and addition.
7852
7853 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7854
7855         * tests/icles/.cvsignore:
7856         * tests/icles/Makefile.am:
7857         * tests/icles/test-textoverlay.c:
7858           Add a dumb little test for textoverlay alignments.
7859
7860 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
7861
7862         Patch by: Dan Williams  <dcbw redhat com>
7863
7864         * ext/pango/gsttextoverlay.c:
7865         * ext/pango/gsttextoverlay.h:
7866           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
7867           "silent" property so there's a Since tag in the API reference.
7868
7869 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
7870
7871         * gst-libs/gst/rtp/gstbasertppayload.c:
7872         (gst_basertppayload_set_outcaps):
7873         * gst-libs/gst/rtp/gstbasertppayload.h:
7874         Improve caps negotiation so that downstream elements can confiure
7875         certain RTP properties by fixing them on the caps. See #465146.
7876         Add docs.
7877
7878 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
7879
7880         * docs/libs/gst-plugins-base-libs-sections.txt:
7881         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7882         * gst-libs/gst/rtp/gstbasertpdepayload.h:
7883           Mark as deprecated some macros which were presumably meant to be
7884           private API and accidentally exposed in the public header file.
7885           Also actually _init() lock (only works at the moment because the
7886           struct is zeroed out when created and the initial values in the
7887           mutex struct are zeroes too). (#459585)
7888
7889 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
7890
7891         * docs/libs/Makefile.am:
7892           Remove cruft and do some cleanups.
7893
7894         * docs/libs/gst-plugins-base-libs-docs.sgml:
7895           Prepare for comming gtkdoc features (rebase against online docs).
7896
7897 2007-08-10  Michael Smith <msmith@fluendo.com>
7898
7899         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7900           Debug output fixes.
7901         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7902         (GST_START_TEST):
7903           Change the number of buffers used; 500 is too many and leads to
7904           timeouts.
7905
7906 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * gst/playback/gstqueue2.c:
7909         * gst/videorate/gstvideorate.c:
7910           Printf format fixes (#465028).
7911
7912 2007-08-09  Michael Smith <msmith@fluendo.com>
7913
7914         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7915           If we have a large (> 1 second) discontinuity, push a series of
7916           smaller buffers rather than a single very large buffer. Avoids
7917           unreasonably large single buffer allocations when encountering a
7918           large gap.
7919         * tests/check/elements/audiorate.c: (GST_START_TEST),
7920         (audiorate_suite):
7921           Add a test for this.
7922
7923 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7924
7925         * gst/playback/gstplaybasebin.c: (group_commit),
7926         (queue_remove_probe), (queue_threshold_reached):
7927
7928         Patch by: Josep Torra Valles <josep@fluendo.com>
7929         Fixes: #465015
7930         Make sure we remove the check_queues buffer probe from the 
7931         correct queue to avoid racily going back to "buffering 99%" when
7932         buffering is actually complete.
7933
7934         Also, fix the spelling of Josep's surname in the ChangeLog.
7935
7936 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7937
7938         * ext/ogg/gstoggmux.c:
7939           Do not leak oggmux instance.
7940         
7941         * ext/vorbis/vorbisenc.c:
7942           Also log values.
7943
7944 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7945
7946         * po/hu.po:
7947         * po/it.po:
7948         * po/nl.po:
7949         * po/uk.po:
7950         * po/vi.po:
7951           Updated translations.
7952
7953 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7954
7955         patch by: Yang Hong <hongyang@redflag-linux.com>
7956
7957         * ext/pango/gsttextoverlay.c:
7958         * ext/pango/gsttextoverlay.h:
7959           Add 'silent' property to GstTimeOverlay. Fixes #462979
7960
7961 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7962
7963         Patch by: Josep Torra Valles <josep@fluendo.com>
7964
7965         * docs/plugins/gst-plugins-base-plugins.args:
7966         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7967         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7968         (gst_uri_decode_bin_get_property), (gen_source_element):
7969         Add connection-speed property. Fixes #464690.
7970
7971 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7972
7973         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7974
7975         * configure.ac:
7976         * gst-libs/gst/rtsp/Makefile.am:
7977         * gst-libs/gst/rtsp/gstrtspconnection.c:
7978         (gst_rtsp_connection_connect):
7979         Fix compilation on windows. Fixes #464320.
7980
7981 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         Patch by: Josep Torra Valles <josep@fluendo.com>
7984
7985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7986         (gst_play_base_bin_init), (queue_threshold_reached),
7987         (gen_source_element), (setup_substreams),
7988         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7989         (gst_play_base_bin_get_streaminfo_value_array):
7990         * gst/playback/gstplaybasebin.h:
7991         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7992         (gst_play_bin_set_property), (gst_play_bin_get_property),
7993         (gst_play_bin_handle_redirect_message):
7994         Move connection-speed property from playbin to playbasebin so that we
7995         can also configure it in source elements that have the connection-speed
7996         property. Fixes #464028.
7997         Add some debug info here and there.
7998
7999 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
8000
8001         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8002         Properly respond to conversion queries. Fixes #464079.
8003
8004 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8005
8006         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
8007         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
8008         (gst_audio_test_src_init_sine_table),
8009         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
8010         * gst/audiotestsrc/gstaudiotestsrc.h:
8011         Add float/double and int32 support to audiotestsrc. Fixes #460422.
8012         Also set the default volume to the default value specified in the
8013         GParamSpec.
8014
8015 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
8016
8017         Patch by: Jens Granseuer <jensgr at gmx dot net>
8018
8019         * gst/audioconvert/gstaudioquantize.c:
8020         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
8021
8022 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8023
8024         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
8025         Add rdt manager for rdt transport.
8026         Fix parsing of RDT transport.
8027
8028 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * configure.ac:
8031         Back to CVS
8032
8033 === release 0.10.14 ===
8034
8035 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
8036
8037         * configure.ac:
8038           releasing 0.10.14, "Light Years Ahead"
8039
8040 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * tests/check/libs/audio.c: (GST_START_TEST):
8043         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
8044
8045 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8046
8047         * gst-libs/gst/audio/audio.c:
8048         When clipping a buffer with no timestamp, assume it is
8049         within the segment without warnings.
8050
8051         Fixes: #460978
8052
8053 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8054
8055         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
8056         Fire the signal on the object, not the interface.
8057
8058 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * gst-libs/gst/rtsp/.cvsignore:
8061         Ber. Don't include the full path, idiot.
8062
8063 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8064
8065         * gst-libs/gst/rtsp/.cvsignore:
8066         Ignore generated files.
8067
8068 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8069
8070         * gst-libs/gst/interfaces/Makefile.am:
8071         * gst-libs/gst/interfaces/interfaces-marshal.list:
8072         * gst-libs/gst/interfaces/rtspextension.c:
8073         * gst-libs/gst/interfaces/rtspextension.h:
8074         * gst-libs/gst/rtsp/Makefile.am:
8075         * gst-libs/gst/rtsp/gstrtsp.h:
8076         * gst-libs/gst/rtsp/gstrtspextension.c:
8077         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8078         (gst_rtsp_extension_detect_server),
8079         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8080         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8081         (gst_rtsp_extension_configure_stream),
8082         (gst_rtsp_extension_get_transports),
8083         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8084         * gst-libs/gst/rtsp/gstrtspextension.h:
8085         * gst-libs/gst/rtsp/rtsp-marshal.list:
8086         Move the rtspextension.h interface into gstrtspextension.h
8087         as part of libgstrtsp instead of libgstinterfaces, because it's
8088         only for use within plugins, not applications. 
8089         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
8090         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
8091         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
8092         is abstract.
8093
8094 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8095
8096         * gst-libs/gst/interfaces/Makefile.am:
8097         * gst-libs/gst/interfaces/interfaces-marshal.list:
8098         * gst-libs/gst/interfaces/rtspextension.c:
8099         (gst_rtsp_extension_iface_init),
8100         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8101         * gst-libs/gst/interfaces/rtspextension.h:
8102         Fix marshaller for the send signal.
8103         Add URL to stream selection interface method.
8104
8105 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8106
8107         * gst-libs/gst/riff/Makefile.am:
8108         Pull in our dependencies from -base before those from outside.
8109
8110 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8111
8112         * docs/libs/gst-plugins-base-libs-sections.txt:
8113         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
8114         * gst-libs/gst/rtsp/gstrtspbase64.h:
8115         API: gst_rtsp_base64_decode_ip()
8116         Added function to decode Base64 in-place.
8117
8118 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8119
8120         * tests/check/libs/.cvsignore:
8121         Ignore the mixer test binary.
8122
8123 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
8124
8125         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
8126         Gratuitous comment change to trigger a rebuild on the buildbots.
8127
8128 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8129
8130         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
8131         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8132         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
8133         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
8134         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8135         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
8136         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
8137         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
8138         (gst_sdp_media_get_attribute_val):
8139         * gst-libs/gst/sdp/gstsdpmessage.h:
8140         Constify args where we can.
8141
8142 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8143
8144         * gst-libs/gst/interfaces/Makefile.am:
8145         * gst-libs/gst/interfaces/rtspextension.c:
8146         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
8147         (gst_rtsp_extension_detect_server),
8148         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
8149         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
8150         (gst_rtsp_extension_configure_stream),
8151         (gst_rtsp_extension_get_transports),
8152         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
8153         * gst-libs/gst/interfaces/rtspextension.h:
8154         Move interface for RTSP extensions from -good to here.
8155         Added helper methods to invoke interface methods.
8156
8157 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         * docs/libs/gst-plugins-base-libs-sections.txt:
8160         * gst-libs/gst/rtsp/gstrtspdefs.h:
8161         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8162         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
8163         (gst_rtsp_message_init_response),
8164         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
8165         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
8166         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8167         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8168         (gst_rtsp_message_get_body), (dump_key_value):
8169         * gst-libs/gst/rtsp/gstrtspmessage.h:
8170         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8171         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8172         (gst_rtsp_range_parse):
8173         * gst-libs/gst/rtsp/gstrtsprange.h:
8174         * gst-libs/gst/rtsp/gstrtsptransport.c:
8175         * gst-libs/gst/rtsp/gstrtspurl.c:
8176         Fix some more RTSP docs.
8177         Add some missing methods for dealing with messages.
8178
8179 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8180
8181         * docs/libs/gst-plugins-base-libs-docs.sgml:
8182         * docs/libs/gst-plugins-base-libs-sections.txt:
8183         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8184         * gst-libs/gst/rtsp/gstrtspbase64.h:
8185         * gst-libs/gst/rtsp/gstrtspconnection.c:
8186         (gst_rtsp_connection_connect), (add_auth_header),
8187         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
8188         (read_body), (gst_rtsp_connection_receive),
8189         (gst_rtsp_connection_next_timeout),
8190         (gst_rtsp_connection_reset_timeout),
8191         (gst_rtsp_connection_set_auth):
8192         * gst-libs/gst/rtsp/gstrtspconnection.h:
8193         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
8194         * gst-libs/gst/rtsp/gstrtspdefs.h:
8195         * gst-libs/gst/rtsp/gstrtspmessage.h:
8196         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8197         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8198         (gst_rtsp_range_parse):
8199         * gst-libs/gst/rtsp/gstrtspurl.h:
8200         Added beginnings of RTSP documentation.
8201
8202 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8203
8204         * docs/libs/Makefile.am:
8205         * docs/libs/gst-plugins-base-libs-docs.sgml:
8206         * docs/libs/gst-plugins-base-libs-sections.txt:
8207         * gst-libs/gst/sdp/gstsdp.h:
8208         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
8209         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
8210         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
8211         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
8212         (gst_sdp_message_get_attribute_val),
8213         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
8214         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
8215         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
8216         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
8217         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
8218         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
8219         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
8220         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
8221         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
8222         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
8223         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
8224         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
8225         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
8226         (gst_sdp_media_get_attribute_val_n),
8227         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
8228         (print_media), (gst_sdp_message_dump):
8229         * gst-libs/gst/sdp/gstsdpmessage.h:
8230         Document the SDP library.
8231         Add some of the missing SDPMedia methods.
8232
8233 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
8234
8235         * configure.ac:
8236         * gst-libs/gst/Makefile.am:
8237         * gst-libs/gst/rtsp/Makefile.am:
8238         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
8239         * gst-libs/gst/rtsp/gstrtspbase64.h:
8240         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
8241         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
8242         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
8243         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
8244         (parse_response_status), (parse_request_line), (parse_line),
8245         (gst_rtsp_connection_read), (read_body),
8246         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
8247         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
8248         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
8249         (gst_rtsp_connection_set_auth):
8250         * gst-libs/gst/rtsp/gstrtspconnection.h:
8251         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
8252         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
8253         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
8254         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
8255         (gst_rtsp_find_method):
8256         * gst-libs/gst/rtsp/gstrtspdefs.h:
8257         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
8258         (gst_rtsp_message_new), (gst_rtsp_message_init),
8259         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
8260         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
8261         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
8262         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
8263         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
8264         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
8265         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
8266         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
8267         (gst_rtsp_message_dump):
8268         * gst-libs/gst/rtsp/gstrtspmessage.h:
8269         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
8270         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
8271         (gst_rtsp_range_parse), (gst_rtsp_range_free):
8272         * gst-libs/gst/rtsp/gstrtsprange.h:
8273         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
8274         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
8275         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
8276         (range_as_text), (rtsp_transport_mode_as_text),
8277         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
8278         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
8279         (gst_rtsp_transport_free):
8280         * gst-libs/gst/rtsp/gstrtsptransport.h:
8281         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
8282         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
8283         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
8284         * gst-libs/gst/rtsp/gstrtspurl.h:
8285         * gst-libs/gst/sdp/Makefile.am:
8286         * gst-libs/gst/sdp/gstsdp.h:
8287         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
8288         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
8289         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
8290         (gst_sdp_attribute_init), (gst_sdp_message_new),
8291         (gst_sdp_message_init), (gst_sdp_message_uninit),
8292         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
8293         (gst_sdp_media_uninit), (gst_sdp_media_free),
8294         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
8295         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
8296         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
8297         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
8298         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
8299         (gst_sdp_message_get_attribute_val),
8300         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
8301         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
8302         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
8303         (gst_sdp_media_get_attribute_val_n),
8304         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
8305         (read_string), (read_string_del), (gst_sdp_parse_line),
8306         (gst_sdp_message_parse_buffer), (print_media),
8307         (gst_sdp_message_dump):
8308         * gst-libs/gst/sdp/gstsdpmessage.h:
8309         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8310         Move SDP and RTSP from helper objects in -good to a reusable library.
8311         Use a proper gst_ namespace.
8312
8313 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8314
8315         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
8316         (vorbis_dec_flush_decode):
8317         Use the new buffer clipping function from gstaudio here.
8318
8319 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
8320
8321         * docs/libs/gst-plugins-base-libs-sections.txt:
8322         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
8323         * gst-libs/gst/audio/audio.h:
8324         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
8325         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
8326         Also add deprecation guards for gst_audio_structure_set_int() to the
8327         header.
8328
8329 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8330
8331         * docs/libs/gst-plugins-base-libs-sections.txt:
8332           Cleanup the docs.
8333
8334 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8335
8336         Patch by: Dan Williams <dcbw at redhat dot com>
8337
8338         * gst/playback/gstplaybasebin.c:
8339         (gst_play_base_bin_get_streaminfo_value_array):
8340         Don't return NULL when querying the stream info value array but instead
8341         return an empty array. Fixes #459204.
8342
8343 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
8344
8345         * gst/playback/gsturidecodebin.c:
8346           Init debug category before using it.
8347
8348 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
8349
8350         * gst-libs/gst/interfaces/mixer.h:
8351         Add padding vars in place of the signal pointers
8352         when building with DISABLE_DEPRECATED so that the
8353         interface structure doesn't change size.
8354
8355 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
8356
8357         * docs/libs/gst-plugins-base-libs-sections.txt:
8358         * ext/alsa/gstalsamixer.c:
8359         * ext/alsa/gstalsamixer.h:
8360         * ext/alsa/gstalsamixerelement.c:
8361         * ext/alsa/gstalsamixertrack.c:
8362         * gst-libs/gst/interfaces/mixer.c:
8363         * gst-libs/gst/interfaces/mixer.h:
8364         * gst-libs/gst/interfaces/mixeroptions.c:
8365         * gst-libs/gst/interfaces/mixeroptions.h:
8366         * gst-libs/gst/interfaces/mixertrack.c:
8367         * gst-libs/gst/interfaces/mixertrack.h:
8368         * tests/check/Makefile.am:
8369         * tests/check/libs/mixer.c:
8370
8371         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8372         Fixes: #152864 
8373
8374         Add support for notifying mixer changes on the message bus, and
8375         implement it in alsamixer.
8376
8377         API: gst_mixer_get_mixer_flags
8378         API: gst_mixer_message_parse_mute_toggled
8379         API: gst_mixer_message_parse_record_toggled
8380         API: gst_mixer_message_parse_volume_changed
8381         API: gst_mixer_message_parse_option_changed
8382         API: GstMixerMessageType
8383         API: GstMixerFlags
8384
8385 2007-07-20  Michael Smith <msmith@fluendo.com>
8386
8387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8388         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
8389           xcontext->im_format is only for testing XShm support (as the header
8390           file comments document). Use xvimage->im_format for everything else.
8391           Avoids spurious warnings on buffer allocation before setcaps.
8392
8393 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8394
8395         * tests/examples/volume/Makefile.am:
8396         * tests/icles/Makefile.am:
8397           We should use $(LIBM).
8398
8399 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8400
8401         * tests/icles/Makefile.am:
8402           This needs -lm.
8403
8404 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8405
8406         * gst-libs/gst/rtp/gstbasertppayload.c:
8407         (gst_basertppayload_class_init), (gst_basertppayload_init),
8408         (gst_basertppayload_set_property),
8409         (gst_basertppayload_get_property):
8410         Don't break ABI, restore previous ranges. Keep the default random
8411         selection of timestamp and seqnum offset but as soon as the app sets a
8412         specific value, use that one.
8413
8414 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8415
8416         Patch by: Bastien Nocera <hadess at hadess dot net>
8417
8418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8419         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8420         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8421         * sys/xvimage/xvimagesink.h:
8422         Add option to turn off double-buffering for debugging purposes.
8423         Fixes #437169.
8424
8425 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8426
8427         Patch by: Jorn Baayen <jorn at openedhand dot com>
8428
8429         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
8430         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
8431         (gst_ximagesink_init), (gst_ximagesink_class_init):
8432         * sys/ximage/ximagesink.h:
8433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
8434         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
8435         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8436         * sys/xvimage/xvimagesink.h:
8437         add 'handle-expose' property. Useful for video widgets which may want to
8438         be in control of Expose behaviour. Fixes #380625
8439
8440 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
8441
8442         * gst-libs/gst/rtp/gstbasertppayload.c:
8443         (gst_basertppayload_class_init), (gst_basertppayload_init),
8444         (gst_basertppayload_event), (gst_basertppayload_push),
8445         (gst_basertppayload_set_property),
8446         (gst_basertppayload_get_property),
8447         (gst_basertppayload_change_state):
8448         * gst-libs/gst/rtp/gstbasertppayload.h:
8449         Fix ranges of rtp payloader properties so that the full range can be
8450         used in addition to -1 (random).
8451         Fix wrong seqnum reporting in caps.
8452         Fixes #420326.
8453
8454 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
8455
8456         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
8457         (gst_video_rate_query):
8458         Use boilerplate.
8459         Add latency query, might not be perfect yet but already works a lot
8460         better. Fixes #442557.
8461
8462 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8463
8464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8465         (gst_xvimagesink_setcaps):
8466         * sys/xvimage/xvimagesink.h:
8467         After a caps change, redraw our borders to avoid garbage left there
8468         when the image format changes to a smaller size, like 16:9 -> 4:3
8469         Also, hold the flow_lock a bit longer in the set_caps while we're
8470         fiddling with the xcontext.
8471
8472 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * Makefile.am:
8475         * configure.ac:
8476         * tests/Makefile.am:
8477         Remove bogus check for libcheck, since we check for
8478         gstreamer-check and it pulls in the required info from there, and we
8479         weren't actually _using_ the information for libcheck ourselves
8480         anyway.
8481
8482 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8483
8484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8485         (gst_ffmpeg_caps_to_pixfmt):
8486         Fix the r_mask test for RGBA32 on little-endian.
8487         Fix a stupid typo that would have obviously broken 
8488         compilation on big-endian, if anyone was testing.
8489
8490 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8491
8492         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
8493         (paint_hline_str4):
8494         * gst/videotestsrc/videotestsrc.h:
8495         Add alpha to the color struct.
8496         Use a default alpha value of 255 instead of 128.
8497
8498 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
8499
8500         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
8501         (setup_source):
8502         Clear the dynamic pads counter when starting a new uri. This makes
8503         reusing playbin work again.
8504         Fixes #454264.
8505
8506 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8507
8508         * configure.ac:
8509           Use pkg-config to locate check.
8510
8511 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * configure.ac:
8514         * tests/check/elements/volume.c: (GST_START_TEST):
8515           Fix 'make check' build against core CVS.
8516
8517 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
8518
8519         * gst-libs/gst/interfaces/propertyprobe.c:
8520         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8521         * gst-libs/gst/tag/gstvorbistag.c:
8522           Make gtk-doc happy.
8523
8524 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
8525
8526         * gst-libs/gst/audio/gstbaseaudiosink.c:
8527         (gst_base_audio_sink_callback):
8528           Quick hack to make audiosinks stop at EOS when operating in
8529           pull-mode; needs to be fixed properly some day.
8530
8531 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
8532
8533         * docs/libs/gst-plugins-base-libs-sections.txt:
8534           Fix location of includes in the docs.
8535
8536 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8537
8538         * gst/ffmpegcolorspace/avcodec.h:
8539         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8540         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
8541         (gst_ffmpegcsp_avpicture_fill):
8542         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
8543         (img_get_alpha_info):
8544         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
8545         of the existing BGRA32 and RGBA32 formats with the alpha at the other
8546         end of the word. Partially fixes #451908
8547
8548 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8549
8550         * docs/libs/Makefile.am:
8551         * docs/plugins/Makefile.am:
8552           Simplify --extra-dir as gtkdoc scans recursively.
8553
8554 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
8555
8556         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
8557         (gst_adder_request_new_pad):
8558         Make getcaps more robust by not using the proxycaps function. This makes
8559         sure that we don't end up recursively calling getcaps upstream.
8560         See #316248.
8561
8562 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
8563
8564         * gst/audioconvert/audioconvert.c:
8565         Include math.h to fix compilation.
8566
8567 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
8568
8569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8570         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8571         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
8572         format, as produced by some dc1394 cameras like the iSight.
8573         See http://www.fourcc.org/yuv.php#IYU1
8574
8575 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8576
8577         * gst/audioconvert/Makefile.am:
8578         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8579         (check_default), (audio_convert_prepare_context),
8580         (audio_convert_clean_context), (audio_convert_convert):
8581         * gst/audioconvert/audioconvert.h:
8582         * gst/audioconvert/gstaudioconvert.c:
8583         (gst_audio_convert_dithering_get_type),
8584         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
8585         (gst_audio_convert_init), (gst_audio_convert_set_caps),
8586         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
8587         * gst/audioconvert/gstaudioconvert.h:
8588         * gst/audioconvert/gstaudioquantize.c:
8589         (gst_audio_quantize_setup_noise_shaping),
8590         (gst_audio_quantize_free_noise_shaping),
8591         (gst_audio_quantize_setup_dither),
8592         (gst_audio_quantize_free_dither),
8593         (gst_audio_quantize_setup_quantize_func),
8594         (gst_audio_quantize_setup), (gst_audio_quantize_free):
8595         * gst/audioconvert/gstaudioquantize.h:
8596         Implement dithering and noise shaping in audioconvert. By default now
8597         TPDF dithering (and no noise shaping) will be used when converting
8598         from a higher bit depth to 20 bit depth or smaller, otherwise
8599         everything will be as it is now.
8600         For the last audioconvert in a pipeline it would make sense to
8601         use some kind of noise shaping, enabling it by default for all
8602         conversions would give undesired results though. Fixes #360246.
8603         * tests/check/elements/audioconvert.c: (setup_audioconvert),
8604         (GST_START_TEST):
8605         Adjust unit test for the new audioconvert.
8606
8607 2007-06-28  Wim Taymans  <wim@fluendo.com>
8608
8609         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
8610         Use other metrics as well when estimating the buffer level.
8611
8612 2007-06-28  Wim Taymans  <wim@fluendo.com>
8613
8614         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
8615         Small debug improvement.
8616
8617         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
8618         (plugin_init):
8619         Tweak the rate estimation period.
8620         When calculating the buffer filledness in rate estimation mode, don't
8621         mix it with other metrics.
8622
8623 2007-06-28  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
8626         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
8627         When creating the groups, allow for a 5 second, unlimited buffers
8628         preroll phase after which we expose the group.
8629         When the group is exposed, use a small number of buffers up to a 2
8630         second limit. Also disconnect the overrun signal from multiqueue when we
8631         exposed the group because it is not needed anymore.
8632
8633 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8636           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
8637           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
8638           (#451707); also, output some debugging info when dealing with
8639           freeform strings.
8640
8641         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
8642           Add unit test for the above.
8643
8644 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
8647           Add description for Windows Media RTP caps.
8648
8649         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
8650           Remove RTP fields that don't define the format from caps.
8651
8652 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8655           Skip empty buffers, but not empty header buffers. That way the original
8656           vorbisdec unit test still passes (#451145); also, take into account
8657           that those empty packets might carry a granulepos.
8658
8659         * tests/check/Makefile.am:
8660         * tests/check/elements/vorbisdec.c:
8661         (_create_codebook_header_buffer), (_create_audio_buffer),
8662         (GST_START_TEST), (vorbisdec_suite):
8663           Add unit test that sends an empty packet.
8664
8665 2007-06-27  Wim Taymans  <wim@fluendo.com>
8666
8667         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
8668         Don't error out on 0-sized packets, just emit a warning because this is
8669         not a fatal error. Fixes #451145.
8670
8671 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * docs/plugins/gst-plugins-base-plugins.args:
8674         * docs/plugins/gst-plugins-base-plugins.signals:
8675         * docs/plugins/inspect/plugin-adder.xml:
8676         * docs/plugins/inspect/plugin-alsa.xml:
8677         * docs/plugins/inspect/plugin-audioconvert.xml:
8678         * docs/plugins/inspect/plugin-audiorate.xml:
8679         * docs/plugins/inspect/plugin-audioresample.xml:
8680         * docs/plugins/inspect/plugin-audiotestsrc.xml:
8681         * docs/plugins/inspect/plugin-cdparanoia.xml:
8682         * docs/plugins/inspect/plugin-decodebin.xml:
8683         * docs/plugins/inspect/plugin-decodebin2.xml:
8684         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
8685         * docs/plugins/inspect/plugin-gdp.xml:
8686         * docs/plugins/inspect/plugin-gnomevfs.xml:
8687         * docs/plugins/inspect/plugin-libvisual.xml:
8688         * docs/plugins/inspect/plugin-ogg.xml:
8689         * docs/plugins/inspect/plugin-pango.xml:
8690         * docs/plugins/inspect/plugin-playbin.xml:
8691         * docs/plugins/inspect/plugin-subparse.xml:
8692         * docs/plugins/inspect/plugin-tcp.xml:
8693         * docs/plugins/inspect/plugin-theora.xml:
8694         * docs/plugins/inspect/plugin-typefindfunctions.xml:
8695         * docs/plugins/inspect/plugin-video4linux.xml:
8696         * docs/plugins/inspect/plugin-videorate.xml:
8697         * docs/plugins/inspect/plugin-videoscale.xml:
8698         * docs/plugins/inspect/plugin-videotestsrc.xml:
8699         * docs/plugins/inspect/plugin-volume.xml:
8700         * docs/plugins/inspect/plugin-vorbis.xml:
8701         * docs/plugins/inspect/plugin-ximagesink.xml:
8702         * docs/plugins/inspect/plugin-xvimagesink.xml:
8703           Update docs with caps info.
8704
8705 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8706
8707         * po/POTFILES.in:
8708           Add more files with translatable strings (#450875).
8709
8710 2007-06-23  Edward Hervey  <edward@fluendo.com>
8711
8712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
8713         The chain should be freed if we error out here, else it will leak.
8714         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
8715         (cleanup_decodebin):
8716         Don't forget to *properly* remove the signals, else it will leak.
8717
8718 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8719
8720         * MAINTAINERS:
8721         Updating all the maintainers files
8722
8723 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
8724
8725         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
8726         (main):
8727           Destroy and recreate parse-launch based pipeline after stop to be able
8728           to play again. Reorder some code and add more comments.
8729
8730 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
8731
8732         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
8733         When handling a delayed-caps notification case, mark
8734         the group as dynamic so that the nbdynamic count is
8735         incremented and decremented correctly. Fixes: #449156
8736         Patch by: Wim Taymans <wim@fluendo.com>
8737
8738 2007-06-19  Andy Wingo  <wingo@pobox.com>
8739
8740         * gst-libs/gst/audio/gstbaseaudiosink.c
8741         (gst_base_audio_sink_init): Enable pull-mode operation.
8742
8743 2007-06-19  Michael Smith <msmith@fluendo.com>
8744
8745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8746           Change minimum rate back to 1000 to allow low-sample-rate wav files
8747           to play back.
8748
8749 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8750
8751         * po/vi.po:
8752           Update translations.
8753
8754 2007-06-15  David Schleef  <ds@schleef.org>
8755
8756         * gst/playback/gstqueue2.c:
8757           Fix compile error from ignored return value.
8758
8759 2007-06-15  Michael Smith <msmith@fluendo.com>
8760
8761         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
8762           Update tmpbuf for all neccesary rows, not just one, as is required
8763           when downscaling.
8764           Fixes #402076.
8765
8766 2007-06-15  Michael Smith <msmith@fluendo.com>
8767
8768         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
8769         (eos_buffer_probe):
8770           Add a test that ensures we set DELTA_UNIT on all non-header,
8771           non-video buffers, if we have a video stream.
8772         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8773         (gst_ogg_mux_process_best_pad):
8774           Move setting delta_pad to earlier, where we inspect all pads, so
8775           that leading audio pages don't get DELTA_UNIT unset if they come
8776           before the first DELTA_UNIT from video pages. Fixes the newly-added
8777           test. Fixes #385527.
8778
8779 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
8780
8781         * tests/check/pipelines/streamheader.c: (streamheader_suite):
8782           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
8783           fails on the p5-ppc64 build bot and the failure looks like it is due
8784           to the same issue as #348114, ie. a compiler bug.
8785
8786 2007-06-13  Edward Hervey  <edward@fluendo.com>
8787
8788         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8789         Fix build on MacOSX.
8790
8791 2007-06-13  Wim Taymans  <wim@fluendo.com>
8792
8793         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8794         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
8795         Fix compilation on mingw. Fixes #446972.
8796
8797 2007-06-12  Wim Taymans  <wim@fluendo.com>
8798
8799         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8800
8801         * gst/playback/gstqueue2.c: (update_buffering),
8802         (gst_queue_locked_enqueue):
8803         Fix a division by zero when the max percent is <= 0. Fixes #446572.
8804         also update the buffering status when receiving events. Fixes #446551.
8805
8806 2007-06-11  Wim Taymans  <wim@fluendo.com>
8807
8808         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8809
8810         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
8811         (gst_queue_handle_src_query):
8812         Wait for preroll before attempting to forward a duration query upstream.
8813         Fixes #445505.
8814
8815 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
8816
8817         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
8818         (gst_base_rtp_depayload_set_gst_timestamp):
8819         Use G_GINT64_CONSTANT macro for int64 constant.
8820         * win32/common/libgstinterfaces.def:
8821         * win32/common/libgsttag.def:
8822         Add new exported functions.
8823
8824 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
8825
8826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
8827           The BOS page of the first Dirac video stream needs to come before
8828           the BOS page of any Vorbis streams or other audio streams, just like
8829           it is with Theora.
8830
8831 2007-06-07  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/playback/gstqueue2.c: (gst_queue_get_range):
8834         Fix compilation.
8835
8836 2007-06-06  Wim Taymans  <wim@fluendo.com>
8837
8838         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8839
8840         * gst/playback/gstqueue2.c: (gst_queue_init),
8841         (gst_queue_handle_sink_event), (gst_queue_chain),
8842         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
8843         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
8844         (gst_queue_src_activate_pull):
8845         Add pull based scheduling and fix some deadlocks. Fixes #444523.
8846         Does not yet completely work because duration queries upstream won't
8847         block yet.
8848
8849 2007-06-06  Wim Taymans  <wim@fluendo.com>
8850
8851         * configure.ac:
8852         * gst/playback/gstqueue2.c: (gst_queue_create_read):
8853         Some more fseeko checks.
8854
8855 2007-06-06  Wim Taymans  <wim@fluendo.com>
8856
8857         * configure.ac:
8858         check for large file support.
8859
8860 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
8861
8862         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
8863
8864         * gst/subparse/gstsubparse.c: (parse_subrip),
8865         (subviewer_unescape_newlines), (parse_subviewer),
8866         (gst_sub_parse_data_format_autodetect),
8867         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
8868         * gst/subparse/gstsubparse.h:
8869         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
8870         * tests/check/elements/subparse.c: (GST_START_TEST),
8871         (subparse_suite):
8872         Add a unit test for both SubViewer formats.
8873
8874 2007-06-01  Michael Smith <msmith@fluendo.com>
8875
8876         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8877           Don't overflow intermediate values when seeking to large time values
8878           in audiotestsrc.
8879
8880 2007-06-05  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/playback/gstqueue2.c: (gst_queue_have_data),
8883         (gst_queue_create_read), (gst_queue_read_item_from_file),
8884         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
8885         Include stdio to define fseeko.
8886
8887 2007-06-05  Wim Taymans  <wim@fluendo.com>
8888
8889         Patch by: Edward Hervey  <edward@fluendo.com>
8890
8891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
8892         (gst_v4lsrc_query):
8893         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
8894
8895 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
8896
8897         * gst-libs/gst/riff/Makefile.am:
8898         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8899           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8900           our own implementation.
8901
8902 2007-06-05  Wim Taymans  <wim@fluendo.com>
8903
8904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8905         (gst_base_rtp_depayload_setcaps),
8906         (gst_base_rtp_depayload_set_gst_timestamp),
8907         (gst_base_rtp_depayload_change_state):
8908         Handle timestamp wraparound.
8909
8910 2007-06-05  Wim Taymans  <wim@fluendo.com>
8911
8912         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8913         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8914         (gst_uri_decode_bin_change_state):
8915         Make sure we name srcpads uniquely even when using different internal
8916         decodebins.
8917         Signal no-more-pads when no more dynamic elements exist.
8918         Remove pads on cleanup.
8919
8920 2007-06-05  Wim Taymans  <wim@fluendo.com>
8921
8922         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8923
8924         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8925         (gst_queue_init), (gst_queue_finalize),
8926         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8927         (gst_queue_create_read), (gst_queue_read_item_from_file),
8928         (gst_queue_open_temp_location_file),
8929         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8930         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8931         (gst_queue_is_empty), (gst_queue_is_filled),
8932         (gst_queue_change_state), (gst_queue_set_temp_location),
8933         (gst_queue_set_property):
8934         Add support for filebased buffering. Fixes #441264.
8935
8936 2007-06-05  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8939         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8940         (caps_notify_group_cb), (gst_decode_group_new),
8941         (gst_decode_group_free):
8942         Add support for delayed caps fixation when autoplugging.
8943         Optimize cases where a multiqueue is not needed/wanted, like right after
8944         anything that is not a demuxer.
8945
8946 2007-06-05  Wim Taymans  <wim@fluendo.com>
8947
8948         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8949         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8950         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8951         consideratly speedup ogg chain detection by not trying to find a base
8952         timestamp for skeleton streams. 
8953
8954 2007-06-05  Wim Taymans  <wim@fluendo.com>
8955
8956         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8957         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8958         (gst_multi_fd_sink_remove_flush),
8959         (gst_multi_fd_sink_remove_client_link),
8960         (gst_multi_fd_sink_handle_client_write),
8961         (gst_multi_fd_sink_handle_clients):
8962         * gst/tcp/gstmultifdsink.h:
8963         Add support for remove_flush.
8964
8965 2007-06-05  Wim Taymans  <wim@fluendo.com>
8966
8967         * docs/design/draft-keyframe-force.txt:
8968         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8969         (theora_enc_chain):
8970         Add draft design for forcing keyframes in encoders and implement in
8971         theoraenc.
8972
8973 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8974
8975         * configure.ac:
8976           Back to CVS
8977
8978 === release 0.10.13 ===
8979
8980 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8981
8982         * configure.ac:
8983           releasing 0.10.13, "What's Going on?"
8984
8985 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8986
8987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8988         In riff, the depth is stored in the size field but it just means that
8989         the least significant bits are cleared. We can therefore just play
8990         the sample as if it had a depth == width. Fixes: #440997
8991
8992         Patch by: Wim Taymans <wim@fluendo.com> 
8993         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8994
8995 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8996
8997         * gst-libs/gst/floatcast/floatcast.h:
8998         Define inline when needed on win32 builds. Fixes: #441295
8999         Patch by: Sebastien Moutte  <sebastien@moutte.net>
9000
9001 2007-05-29  Wim Taymans  <wim@fluendo.com>
9002
9003         * gst/playback/gstplaybasebin.c: (queue_overrun),
9004         (no_more_pads_full):
9005         Stop buffering when the group is commited because the queues filled up.
9006         Fixes #442024.
9007
9008 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9009
9010         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
9011         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
9012         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
9013         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
9014         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
9015         * ext/alsa/gstalsamixer.h:
9016         * ext/alsa/gstalsamixerelement.c:
9017         (gst_alsa_mixer_element_interface_supported),
9018         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9019         (gst_alsa_mixer_element_set_property),
9020         (gst_alsa_mixer_element_get_property),
9021         (gst_alsa_mixer_element_change_state):
9022         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
9023         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
9024         (gst_mixer_option_changed):
9025         * gst-libs/gst/interfaces/mixer.h:
9026         Revert commits towards #152864 made so far. We'll pick it up again
9027         after the 0.10.13 release.
9028
9029 2007-05-24  Wim Taymans  <wim@fluendo.com>
9030
9031         * gst-libs/gst/audio/gstbaseaudiosink.c:
9032         (gst_base_audio_sink_render):
9033         After an interrupt (PAUSED/flush) assume that the next sample should not
9034         be aligned to the previous sample. Fixes #417992.
9035
9036 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9039           Don't add channels and rate fields to the template caps for
9040           audio/x-dts, as wavparse might not always be able to set them,
9041           which would then lead to 'caps are not a real subset of the
9042           template caps' warnings.
9043
9044 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9045
9046         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
9047         Handle unknown or invalid pads without crashing, as might occur if
9048         a media file like an mp3 is specified as a subtitle file.
9049         Fixes: #410039
9050
9051 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
9052
9053         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
9054         (setup_sinks):
9055         Block the subtitle bin output queue before ghosting it and linking,
9056         then unblock after. This avoids spurious not-linked errors caused 
9057         by the queue starting up (because it gets linked when it is ghosted). 
9058         Fixes: #350299
9059
9060 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
9061
9062         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
9063         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
9064         file. Avoids flukes where the input gets typefound to some valid but
9065         useless type.
9066
9067 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         * tests/check/Makefile.am:
9070         * tests/check/elements/.cvsignore:
9071         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
9072         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
9073           Add unit test for gnomevfssink seeking and position reporting for
9074           file:// URIs.
9075
9076 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         Patch by: Mark Nauwelaerts <manauw at skynet be>
9079
9080         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
9081         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
9082         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
9083         * ext/gnomevfs/gstgnomevfssink.h:
9084           Fix position reporting, especially after a seek (from upstream),
9085           see #412648.
9086
9087 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * ext/cdparanoia/gstcdparanoiasrc.c:
9090           Repair umlaut.
9091
9092 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
9093
9094         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9095         Specify the full valid range for MP3 samplerates. Fixes a regression
9096         caused by extra header checks since the last release.
9097
9098 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
9099
9100         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9102         Fix a locking-order bug I introduced with my changes the other day.
9103         Patch by Mike Smith.
9104
9105 2007-05-21  Michael Smith <msmith@fluendo.com>
9106
9107         * ext/theora/theoradec.c: (theora_handle_data_packet):
9108           Don't look inside 0-length packets (which indicate duplicated
9109           frames)
9110
9111 2007-05-21  Wim Taymans  <wim@fluendo.com>
9112
9113         * ext/cdparanoia/gstcdparanoiasrc.c:
9114         (gst_cd_paranoia_src_read_sector):
9115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9116         (gst_base_audio_src_create):
9117         Small cleanups.
9118
9119         * ext/theora/theoradec.c: (theora_dec_sink_event):
9120         Fix typo.
9121
9122         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9123         (gst_base_rtp_depayload_set_gst_timestamp):
9124         Add some FIXME
9125
9126         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
9127         And some debug info when a FIXME path is hit.
9128
9129 2007-05-21  Wim Taymans  <wim@fluendo.com>
9130
9131         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9132         (gst_base_rtp_audio_payload_class_init),
9133         (gst_base_rtp_audio_payload_init),
9134         (gst_base_rtp_audio_payload_finalize),
9135         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9136         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9137         (gst_base_rtp_payload_audio_handle_event):
9138         Some cleanups, remove minptime property as it is now in the parent
9139         class.
9140         Override parent class event function.
9141
9142         * gst-libs/gst/rtp/gstbasertppayload.c:
9143         (gst_basertppayload_class_init), (gst_basertppayload_init),
9144         (gst_basertppayload_event), (gst_basertppayload_set_property),
9145         (gst_basertppayload_get_property):
9146         * gst-libs/gst/rtp/gstbasertppayload.h:
9147         Add min-ptime property.
9148         Add handle-event vmethod. Fixes #415001.
9149
9150 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9151
9152         * gst-libs/gst/audio/gstbaseaudiosink.c
9153           (gst_base_audio_sink_change_state):
9154           Fix typo in comment.
9155
9156         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
9157           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
9158           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
9159           close_link):
9160         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
9161           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
9162           Remove trailing whitespaces in comments.
9163
9164         * gst/volume/Makefile.am:
9165           Fix tabs.
9166
9167 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
9168
9169         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9170
9171         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
9172           set_option, get_option, _gst_reserved):
9173           Revert reordering functions (keep ABI).
9174
9175 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
9176
9177         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9178         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
9179         (gst_ximagesink_show_frame):
9180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9181         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
9182         (gst_xvimagesink_show_frame):
9183         When we create our own window, indicate that we handle the 
9184         WM_DELETE client message from the window manager, so that it won't 
9185         kill our window (and our app) along with it. Handle ClientMessage,
9186         post an error on the bus, and close the window. Further buffers
9187         arriving will result in a FlowError because the window has been
9188         destroyed.
9189
9190         Fixes: #393975
9191
9192         Clean up the X event handling loop and make them the same for
9193         both xvimagesink and ximagesink while I'm at it.
9194
9195 2007-05-17  Wim Taymans  <wim@fluendo.com>
9196
9197         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
9198         Make decodebin2 autoplug depayloaders too.
9199
9200         * gst/playback/gsturidecodebin.c: (source_new_pad):
9201         Set the newly created decoder in a usable state when autoplugging a
9202         dynamic source such as RTSP.
9203
9204 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * gst/playback/gststreaminfo.c: (cb_probe):
9207           Ignore video-codec tag for audio streams and ignore audio-codec tags
9208           for video streams. Should make codec name collection a bit more
9209           robust against sloppy demuxers that send tag events containing both
9210           tags down each pad.
9211
9212 2007-05-17  Wim Taymans  <wim@fluendo.com>
9213
9214         * gst/playback/gstqueue2.c: (update_rates):
9215         Tweak the buffering thresholds a little.
9216         Update the buffer size with the previously calculate rate instead of
9217         only when we calculate a new rate so that we get smoother buffering
9218         updates.
9219
9220         * gst/playback/Makefile.am:
9221         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
9222         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
9223         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
9224         (gst_uri_decode_bin_get_property), (unknown_type),
9225         (add_element_stream), (no_more_pads_full), (no_more_pads),
9226         (source_no_more_pads), (new_decoded_pad), (array_has_value),
9227         (gen_source_element), (has_all_raw_caps), (analyse_source),
9228         (remove_decoders), (make_decoder), (remove_source),
9229         (source_new_pad), (setup_source), (decoder_query_init),
9230         (decoder_query_duration_fold), (decoder_query_duration_done),
9231         (decoder_query_position_fold), (decoder_query_position_done),
9232         (decoder_query_latency_fold), (decoder_query_latency_done),
9233         (decoder_query_seeking_fold), (decoder_query_seeking_done),
9234         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
9235         (gst_uri_decode_bin_change_state), (plugin_init):
9236         New element that intergrates a source, optional buffering element and
9237         decodebin.
9238
9239 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
9240
9241         * configure.ac:
9242           Bump libtheora requirement to 1.0alpha5 for the pixformat check
9243           (also has a .pc file, so we don't need the fallback check any
9244           longer). Fixes #438840.
9245
9246 2007-05-17  Wim Taymans  <wim@fluendo.com>
9247
9248         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9249         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
9250         (apply_segment), (apply_buffer), (update_buffering),
9251         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
9252         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9253         (gst_queue_handle_sink_event), (gst_queue_is_filled),
9254         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
9255         (plugin_init):
9256         fix build.
9257
9258 2007-05-17  Wim Taymans  <wim@fluendo.com>
9259
9260         * gst/playback/Makefile.am:
9261         * gst/playback/gstqueue2.c: (gst_queue_get_type),
9262         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
9263         (gst_queue_getcaps), (gst_queue_bufferalloc),
9264         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
9265         (apply_buffer), (update_buffering), (reset_rate_timer),
9266         (update_rates), (gst_queue_locked_flush),
9267         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
9268         (gst_queue_handle_sink_event), (gst_queue_is_empty),
9269         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
9270         (gst_queue_loop), (gst_queue_handle_src_event),
9271         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
9272         (gst_queue_src_activate_push), (gst_queue_change_state),
9273         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
9274         On our way to playbin2 this is the new network queue that does buffering
9275         all by itself using high and low watermarks. It can also measure up and
9276         downstream bandwidth to optimally size the queue.
9277
9278 2007-05-17  Michael Smith <msmith@fluendo.com>
9279
9280         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
9281         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
9282           Use the segment->last_stop value to calculate the next timestamp to
9283           generate after a seek; not the segment->start value.
9284
9285 2007-05-15  David Schleef  <ds@schleef.org>
9286
9287         * docs/Makefile.am: Install docs even when --disable-gtk-doc
9288           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
9289
9290 2007-05-15  Wim Taymans  <wim@fluendo.com>
9291
9292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9293         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
9294         Some more chained streaming ogg timestamp fixes.
9295
9296 2007-05-15  Wim Taymans  <wim@fluendo.com>
9297
9298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9299         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9300         (gst_ogg_demux_handle_page):
9301         Add some FIXMEs.
9302         Fix chain start/stop segment handling based on patch by
9303         <ahalda at cs dot mcgill dot ca> see #320984.
9304
9305 2007-05-15  Michael Smith <msmith@fluendo.com>
9306
9307         * configure.ac:
9308           We don't require a C++ compiler. So don't require one.
9309
9310 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9311
9312         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
9313           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9314           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
9315           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9316           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
9317           gst_alsa_mixer_update_track):
9318           Apply some of the cleanup Tim suggested in #152864 afterwards.
9319
9320 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9321
9322         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
9323
9324         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
9325           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
9326           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
9327           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
9328           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
9329           gst_alsa_mixer_handle_source_callback,
9330           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
9331           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
9332           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
9333           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
9334           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
9335           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
9336         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
9337         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
9338           gst_alsa_mixer_element_interface_supported,
9339           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
9340           gst_alsa_mixer_element_set_property,
9341           gst_alsa_mixer_element_get_property,
9342           gst_alsa_mixer_element_change_state):
9343         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
9344         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
9345           gst_mixer_option_changed):
9346         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
9347           volume_changed, option_changed, _gst_reserved):
9348           Implement notification for alsamixer. Fixes #152864
9349
9350 2007-05-14  David Schleef  <ds@schleef.org>
9351
9352         * gst/videotestsrc/videotestsrc.c:
9353         * gst/videotestsrc/videotestsrc.h:
9354           Add support for video/x-raw-bayer.
9355
9356 2007-05-12  David Schleef  <ds@schleef.org>
9357
9358         * sys/xvimage/xvimagesink.c:
9359           Add some sanity checking for the XVImage size returned by X.
9360           Related to #377400.
9361
9362 2007-05-12  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9365         (gst_base_rtp_depayload_setcaps),
9366         (gst_base_rtp_depayload_set_gst_timestamp):
9367         Parse and use additional caps fields as described in updated
9368         application/x-rtp caps spec.
9369
9370 2007-05-12  Wim Taymans  <wim@fluendo.com>
9371
9372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
9373         (gst_ogg_demux_collect_chain_info):
9374         If there is a stream in a chain without any data packets, ignore the
9375         stream in the total length calculations. Might be related to #436820.
9376
9377 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
9378
9379         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
9380         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
9381         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
9382         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9383         (plugin_init):
9384
9385         Consolidate and re-work our mpeg system stream detection to probe
9386         more packets and produce a higher confidence result. Fixes a
9387         regression caused by lowering the typefind probability last year
9388         - related to bug #397810. Remove the redundant MPEG-1 specific 
9389         typefind function, as the new one detects both MPEG-1 & MPEG-2
9390         happily.
9391
9392         Also cleanup the MPEG elementary and MPEG-TS detection functions a
9393         little. 
9394
9395         Tested against my media test directory, with some improvements and
9396         no regressions.
9397
9398 2007-05-10  Wim Taymans  <wim@fluendo.com>
9399
9400         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
9401         (queue_out_of_data):
9402         Connect to the new queue "pushing" signal instead of the broken
9403         "running" one.
9404
9405 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9406
9407         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9408         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
9409         Move variable declaration before the first instruction.
9410         * gst/videotestsrc/videotestsrc.c:
9411         Define M_PI if it's not defined yet.
9412         * win32/common/libgstrtp.def:
9413         Add new exported functions.
9414
9415 2007-05-09  Michael Smith <msmith@fluendo.com>
9416
9417         * ext/theora/theoradec.c: (theora_handle_type_packet):
9418           gst_pad_push_event() does not return a GstFlowReturn!
9419
9420 2007-05-09  Wim Taymans  <wim@fluendo.com>
9421
9422         * tests/examples/seek/scrubby.c: (stop_cb), (main):
9423         * tests/examples/seek/seek.c: (do_seek):
9424         Some small cosmetic changes.
9425
9426 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
9427
9428         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
9429           gst_adder_change_state):
9430         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
9431           segment_pending, segment_position, segment_rate):
9432           Handle playback-rate on adder.
9433
9434 2007-05-07  Michael Smith <msmith@fluendo.com>
9435
9436         * ext/theora/gsttheoradec.h:
9437         * ext/theora/theoradec.c: (gst_theora_dec_reset),
9438         (theora_dec_sink_event), (theora_handle_comment_packet),
9439         (theora_handle_type_packet), (theora_dec_change_state):
9440           Don't push events (newsegment, tags) before initialising the
9441           decoder.
9442           This is neccesary for seeking to work correctly in gnonlin.
9443
9444 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9445
9446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9447         * gst/adder/gstadder.c:
9448         * gst/audiotestsrc/gstaudiotestsrc.c
9449           (gst_audio_test_src_create_white_noise):
9450         * gst/videotestsrc/gstvideotestsrc.c:
9451         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
9452           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
9453           volume_sink_template, volume_src_template, gst_volume_init,
9454           volume_process_double, volume_process_int16,
9455           volume_process_int16_clamp):
9456           Doc fixes and formatting.
9457
9458 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9459
9460         * tests/check/Makefile.am:
9461         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
9462           Minimal check for volume's GstController usability; also another
9463           test for #422295.
9464
9465 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
9466
9467         * gst-libs/gst/cdda/gstcddabasesrc.c:
9468         (gst_cdda_base_src_add_track):
9469           Fix it so that it (a) makes sense and (b) doesn't break
9470           everything cdda-related including the unit test.
9471
9472 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
9473
9474         * gst-libs/gst/cdda/gstcddabasesrc.c:
9475         (gst_cdda_base_src_add_track):
9476           Fix build when disabling asserts.
9477
9478 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
9479
9480         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
9481           When XShm is not available, we might get row strides that are not
9482           rounded up to multiples of four; this is bad, because virtually
9483           every RGB-processing element in GStreamer assumes rowstrides are
9484           rounded up to multiples of four, so let's allocate at least enough
9485           memory to avoid crashes in this case. The image will still be
9486           displayed distorted though if this happens, so that still needs
9487           fixing (maybe by allocating a bigger image with an 'even' width
9488           and then clipping it appropriately when rendering - something for
9489           Xlib aficionados in any case).
9490
9491 2007-05-03  Michael Smith <msmith@fluendo.com>
9492
9493         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
9494           If a buffer doesn't have a timestamp, assume it's contiguous with
9495           the previous buffer, and synthesise timestamps appropriately.
9496
9497 2007-05-03  Edward Hervey  <edward@fluendo.com>
9498
9499         * tests/check/elements/videorate.c: (GST_START_TEST):
9500         Set buffer timestamp to a valid value in order to test the buffer
9501         really does stay in videorate.
9502
9503 2007-05-03  Edward Hervey  <edward@fluendo.com>
9504
9505         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9506         There is no sensible way to handle incoming buffers which don't have a
9507         valid timestamp. We therefore discard them and wait for the next one.
9508
9509 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
9510
9511         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
9512         * gst/playback/gstdecodebin2.c: (plugin_init):
9513           Better error message for text files.
9514
9515 2007-04-29  Wim Taymans  <wim@fluendo.com>
9516
9517         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
9518         Fix offset bug in generation RR packets.
9519
9520 2007-04-27  Julien MOUTTE  <julien@moutte.net>
9521
9522         * ext/theora/theoradec.c: (_theora_granule_time),
9523         (theora_dec_push_forward), (theora_handle_data_packet),
9524         (theora_dec_decode_buffer): Calculate buffer duration correctly
9525         to generate a perfect stream (#433888).
9526         * gst/audioresample/gstaudioresample.c:
9527         (audioresample_check_discont): Glib provides ABS.
9528
9529 2007-04-27  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
9532         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
9533         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
9534         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9535         (gst_rtcp_packet_bye_set_reason):
9536         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9537         Fix RB block parsing and writing.
9538         Add support for constructing BYE packets.
9539
9540 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
9541
9542         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
9543         (gst_base_audio_src_create):
9544         * po/POTFILES.in:
9545           When posting a warning message because samples were dropped, post
9546           something more intelligible than he default error message for clock
9547           errors which is just confusing in this context (#432984).
9548
9549 2007-04-25  Wim Taymans  <wim@fluendo.com>
9550
9551         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
9552         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
9553         (read_packet_header), (gst_rtcp_packet_move_to_next),
9554         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
9555         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
9556         (gst_rtcp_packet_sdes_get_item_count),
9557         (gst_rtcp_packet_sdes_first_item),
9558         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
9559         (gst_rtcp_packet_sdes_first_entry),
9560         (gst_rtcp_packet_sdes_next_entry),
9561         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
9562         (gst_rtcp_packet_sdes_add_entry):
9563         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9564         Implement code to write SR, RR and SDES packets.
9565
9566 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9567
9568         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
9569
9570         * sys/ximage/ximagesink.c:
9571           Fix build if XShm is not available (#432362).
9572
9573 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
9574
9575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
9576         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
9577         pointers to random memory which are passed to g_free() when
9578         audio_convert_prepare_context() is called the first time.
9579
9580 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         Patch by: Dan Williams <dcbw redhat com>
9583
9584         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
9585           Don't leak incoming buffer if gst_pad_push() returns a
9586           non-OK flow. Fixes #432755.
9587          
9588         * tests/check/elements/videorate.c: (GST_START_TEST),
9589         (videorate_suite):
9590           Unit test for the above by Yours Truly.
9591
9592 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
9593
9594         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
9595         (gst_adder_sink_event), (gst_adder_collected):
9596           Fix non-flushing segmented seeks, Fixes #340060 for me
9597
9598 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9599
9600         Patch by: Olivier Crete  <tester at tester ca>
9601
9602         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9603         (gst_base_rtp_audio_payload_class_init),
9604         (gst_base_rtp_audio_payload_init),
9605         (gst_base_rtp_audio_payload_dispose):
9606           Chain up to parent class in dispose function; get rid of
9607           unnecessary 'diposed' flag in private structure (#415001).
9608
9609 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9610
9611         * docs/libs/gst-plugins-base-libs.types:
9612         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9613         (gst_base_rtp_audio_payload_class_init):
9614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9615         * gst-libs/gst/rtp/gstbasertppayload.c:
9616           Some minor docs fixes and additions; also add missing 'Since' bits.
9617
9618 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         Patch by: Zeeshan Ali  <zeenix gmail com>
9621
9622         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9623         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
9624         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
9625         (gst_base_rtp_audio_payload_push):
9626         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9627           The recently-added gst_base_rtp_audio_payload_push() should take an
9628           object of type GstBaseRTPAudioPayload as first argument (#431672).
9629
9630 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9631
9632         * gst/audioresample/gstaudioresample.c:
9633           Make more functions static, just because we can.
9634
9635 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
9636
9637         * tests/check/elements/audioresample.c:
9638           Add unit test for audioresample shutdown crasher (#420106).
9639
9640 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
9641
9642         * gst/subparse/gstsubparse.c:
9643         * gst/subparse/samiparse.c:
9644           Use GST_DISABLE_XML here
9645
9646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9647         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
9648         (gst_xvimagesink_buffer_alloc),
9649         (gst_xvimagesink_navigation_send_event):
9650         * sys/xvimage/xvimagesink.h:
9651           Include stdlib.h when using atoi.
9652           
9653         * tests/check/elements/playbin.c: (playbin_suite):
9654           Use GST_DISABLE_REGISTRY here
9655
9656 2007-04-19  Michael Smith  <msmith@fluendo.com>
9657
9658         * ext/theora/gsttheoraenc.h:
9659         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9660         (theora_enc_sink_event), (theora_enc_change_state):
9661           Track initialisation state; don't try to use encoder state if we're
9662           not initialised (it'll segfault).
9663
9664 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
9665
9666         * tests/check/pipelines/.cvsignore:
9667         Fix build.
9668
9669 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9670
9671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9672         Allow random depths between 1 and 32 instead of only multiplies of 8.
9673
9674 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9675
9676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9677         Set the maximum number of channels for PCM and float in the correct
9678         place to have it also used when creating the template caps.
9679
9680 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9681
9682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9683         Correctly support 4, 6 and 8 channels with normal PCM and float
9684         wav files.
9685
9686         Fix the depth and signedness calculation in extensible wav files and
9687         also handle 1, 2, 4, 6, 8 channels here when a file without channel
9688         mask is found.
9689
9690         Add support for float, alaw and mulaw in extensible wav files.
9691
9692         This allows correct playback of all but 5 files from
9693         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
9694         
9695         (gst_riff_create_audio_template_caps):
9696         Add voxware and float formats to the template caps.     
9697
9698 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
9699
9700         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
9701
9702         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9703         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
9704
9705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9706         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
9707         Use the correct format strings for integer formats.
9708
9709 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9710
9711         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
9712           Don't use pad_alloc_buffer_and_set_caps to create a small header
9713           packet, or, worse, to create a big temporary video buffer using the
9714           src pad.
9715
9716 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9717
9718         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
9719         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9720           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
9721           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
9722
9723 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9724
9725         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
9726           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
9727           streamheader_suite):
9728           Add another test set up for failure
9729
9730 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9731
9732         * tests/check/Makefile.am:
9733         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
9734           GST_START_TEST, streamheader_suite, main):
9735           Add a test for the streamheader bug Wim fixed.
9736
9737 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
9738
9739         * ext/theora/theoradec.c: (theora_dec_sink_event):
9740         Fix misleading comment.
9741
9742 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
9743
9744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9745           More sanity checks for the header fields.
9746
9747 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9748
9749         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9750           Try encodings from all environment variables, not just those in the
9751           first environment variable that is set.
9752
9753 2007-04-12  Wim Taymans  <wim@fluendo.com>
9754
9755         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9756         (gst_video_rate_chain):
9757         Add some debug.
9758
9759         * tests/check/elements/videorate.c: (GST_START_TEST),
9760         (videorate_suite):
9761         Added check for videorate changing caps handling. Closes #421834.
9762
9763 2007-04-12  Michael Smith  <msmith@fluendo.com>
9764
9765         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9766           Use scale functions to avoid overflow when calculating duration of 
9767           vorbis buffers.
9768
9769 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771         * docs/libs/gst-plugins-base-libs-sections.txt:
9772         * gst-libs/gst/tag/tag.h:
9773         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
9774           API: add gst_tag_freeform_string_to_utf8() (#405072).
9775
9776         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
9777           Use gst_tag_freeform_string_to_utf8() here.
9778
9779 2007-04-12  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
9782         (gst_gdp_pay_sink_event):
9783         Make sure we set the IN_CAPS flag correctly.
9784
9785         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
9786         Get the IN_CAPS flag before we call functions that mess with the flags.
9787
9788 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
9789
9790         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
9791           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
9792           Only stamp buffers with offset/offset_end right before they get
9793           pushed.  This ensures offset continuity, which was not the case
9794           before as shown by
9795           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
9796
9797 2007-04-06  Wim Taymans  <wim@fluendo.com>
9798
9799         * gst/playback/gstplaybin.c: (add_sink),
9800         (gst_play_bin_change_state):
9801         Activate sync in playbin, we are ready to handle it for live streams.
9802
9803 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
9804
9805         * tests/check/elements/playbin.c:
9806         (test_sink_usage_video_only_stream), (playbin_suite):
9807           Add small test for stream-info-value-array code paths.
9808
9809 2007-04-05  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst-libs/gst/audio/gstbaseaudiosink.c:
9812         (gst_base_audio_sink_skew_slaving):
9813         Don't try to create invalid calibration parameters by making the
9814         internal time go backwards, instead make external time go forward.
9815
9816 2007-04-05  Wim Taymans  <wim@fluendo.com>
9817
9818         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9819
9820         * gst/playback/gstplaybasebin.c: (add_stream):
9821         Fix leak in add_stream(), when g_value_set_object() increases the
9822         refcount of streaminfo object. Fixes #426250.
9823
9824 2007-04-03  David Schleef  <ds@schleef.org>
9825
9826         * gst/videotestsrc/gstvideotestsrc.c:
9827         * gst/videotestsrc/gstvideotestsrc.h:
9828         * gst/videotestsrc/videotestsrc.c:
9829         * gst/videotestsrc/videotestsrc.h:
9830           Add a test pattern called "circular", which has concentric
9831           rings with varying radial frequency.  The main purpose of this
9832           pattern is to test fidelity loss in a filter or scaler element.
9833           Notably, this pattern is scale invariant, and is optimally viewed
9834           with a width (and height) of 400.
9835
9836 2007-04-03  Wim Taymans  <wim@fluendo.com>
9837
9838         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
9839
9840         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
9841         (deactivate_free_recursive):
9842         Decodebin2 doesn't unref pads it obtains in some occasions:
9843         - multiqueue src pads, when either connecting further or exposing
9844         - sink pads of new autoplugged elements
9845         - peer pads when recursively freeing elements
9846         Fixes #425455.
9847
9848 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
9849
9850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9851         Add audio/x-raw-float support, now that audioconvert support
9852         non-native endianness floats.
9853
9854 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * docs/libs/gst-plugins-base-libs-docs.sgml:
9857           gstreamer-plugins-base.pc doesn't exist, it's
9858           gstreamer-plugins-base-0.10.pc.
9859
9860 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9861
9862         Patch by: René Stadler <mail at renestadler dot de>
9863         with some minor changes
9864
9865         * gst-libs/gst/floatcast/floatcast.h:
9866         Use more efficient float endianness conversion functions that don't
9867         involve 2 function calls per value.
9868         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
9869         (check_default), (audio_convert_prepare_context):
9870         * gst/audioconvert/gstaudioconvert.c:
9871         (gst_audio_convert_parse_caps), (make_lossless_changes):
9872         Support non-native endianness floats as input and output.
9873         Fixes #339838.
9874         * tests/check/elements/audioconvert.c: (verify_convert),
9875         (GST_START_TEST):
9876         Add unit tests for the non-native endianness float conversions.
9877
9878 2007-03-29  Wim Taymans  <wim@fluendo.com>
9879
9880         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9881         (gst_base_rtp_depayload_base_init),
9882         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
9883         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
9884         (gst_base_rtp_depayload_set_gst_timestamp),
9885         (gst_base_rtp_depayload_change_state),
9886         (gst_base_rtp_depayload_set_property),
9887         (gst_base_rtp_depayload_get_property):
9888         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9889         Add Private structure.
9890         Bring element code to 2007.
9891         Parse clock-base caps param and use it when generating the
9892         newsegment.
9893         Reset variables before going to PAUSED.
9894         Fix some docs.
9895
9896 2007-03-29  Wim Taymans  <wim@fluendo.com>
9897
9898         * docs/libs/gst-plugins-base-libs-docs.sgml:
9899         * docs/libs/gst-plugins-base-libs-sections.txt:
9900         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9901         (gst_base_rtp_audio_payload_get_adapter):
9902         Add RTCP docs.
9903         Fix some more docs.
9904
9905         * gst-libs/gst/rtp/Makefile.am:
9906         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9907         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9908         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9909         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9910         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9911         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9912         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9913         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9914         (gst_rtcp_packet_sr_get_sender_info),
9915         (gst_rtcp_packet_sr_set_sender_info),
9916         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9917         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9918         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9919         (gst_rtcp_packet_sdes_get_chunk_count),
9920         (gst_rtcp_packet_sdes_first_chunk),
9921         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9922         (gst_rtcp_packet_sdes_first_item),
9923         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9924         (gst_rtcp_packet_bye_get_ssrc_count),
9925         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9926         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9927         (gst_rtcp_packet_bye_get_reason_len),
9928         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9929         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9930         Add new helper object for parsing and creating RTCP messages.
9931
9932 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9933
9934         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9935         PCM samples with width=8 must be always unsigned, no matter what
9936         depth they have.
9937
9938 2007-03-29  Andy Wingo  <wingo@pobox.com>
9939
9940         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9941         perfect offsets also, not just timestamps.
9942
9943         * tests/check/elements/videorate.c (test_more): Test that given
9944         any incoming offsets, that videorate produces perfect offsets.
9945
9946 2007-03-29  Wim Taymans  <wim@fluendo.com>
9947
9948         * gst-libs/gst/riff/riff-ids.h:
9949         Add some more RIFF formats.
9950
9951 2007-03-29  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst-libs/gst/rtp/gstrtpbuffer.c:
9954         (gst_rtp_buffer_default_clock_rate):
9955         * gst-libs/gst/rtp/gstrtpbuffer.h:
9956         Fix fixed payload names and docs.
9957         Added method to get the default clock rates of fixed payload types.
9958         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9959
9960 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9961
9962         * tests/check/pipelines/.cvsignore:
9963         Add new vorbisdec test to cvsignore.
9964
9965 2007-03-28  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9969         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9970         (gst_base_audio_sink_set_property),
9971         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9972         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9973         (gst_base_audio_sink_skew_slaving),
9974         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9975         (gst_base_audio_sink_async_play):
9976         * gst-libs/gst/audio/gstbaseaudiosink.h:
9977         Store private stuff in GstBaseAudioSinkPrivate.
9978         Add configurable clock slaving modes property.
9979         API:: GstBaseAudioSink::slave-method property
9980         Some more latency reporting tweaks.
9981         Added skew based clock slaving correction and make it the default until
9982         the resampling method is more robust.
9983
9984 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9985
9986         * gst/audioconvert/audioconvert.c:
9987         Add docs to the integer pack functions and implement proper
9988         rounding. Before we had rounding towards negative infinity, i.e.
9989         always the smaller number was taken. Now we use natural rounding,
9990         i.e. rounding to the nearest integer and to the one with the largest
9991         absolute value for X.5. The old rounding introduced some minor
9992         distortions. Fixes #420079
9993         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9994         Fix one unit test that assumed the old rounding and added unit tests
9995         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9996         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9997         rounding from signed int32 to signed/unsigned int16.
9998
9999 2007-03-27  Michael Smith  <msmith@fluendo.com>
10000
10001         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
10002         (gst_audio_convert_transform_caps):
10003           Fix typo in debug line introduced recently, as pointed out on irc.
10004
10005 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10008         * tests/check/libs/tag.c: (GST_START_TEST):
10009           Make sure we parse floating-point numbers in vorbis comments
10010           correctly with either '.' or ',' as separator, no matter what
10011           the current locale is. Add unit test for this too.
10012
10013 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
10014
10015         Patch by: René Stadler  <mail at renestadler de>
10016
10017         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
10018           When writing out floating-point numbers to vorbis comment tags, always
10019           use the same character as separator no matter what the current locale is
10020           (fixes #423051).
10021
10022         * tests/check/libs/tag.c: (GST_START_TEST):
10023           Add unit tests for replaygain tags in vorbis comments (closes #423055).
10024
10025 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10026
10027         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
10028           vorbis_handle_data_packet):
10029           Correctly set DURATION to generate a timestamp-continuous stream.
10030           One bug left at the end; see
10031           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
10032         * tests/check/Makefile.am:
10033         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
10034           Add a test to check this.  Without the above patch this test fails.
10035
10036 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
10037
10038         * gst-libs/gst/rtp/Makefile.am:
10039         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
10040
10041 2007-03-23  Michael Smith  <msmith@fluendo.com>
10042
10043         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
10044         (gst_video_rate_reset), (gst_video_rate_chain):
10045           If videorate changes caps, we can no longer use the old buffer
10046           (which may have a different size, incompatible with our caps).
10047           So don't do that; just duplicate the new frame more times.
10048
10049 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
10050
10051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
10052         Remove playbin's override of the set_clock vmethod. It's irrelevant
10053         after Wim's commit on the 19th.
10054
10055 2007-03-22  Wim Taymans  <wim@fluendo.com>
10056
10057         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
10058         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
10059         * ext/gnomevfs/gstgnomevfssrc.h:
10060         Don't cache file sizes. Fixes #341078.
10061
10062 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * gst/playback/gstplaybin.c: (add_sink):
10065           Use GST_PTR_FORMAT to log caps. 
10066
10067 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         Patch by: Young-Ho Cha <ganadist at chollian net>
10070
10071         * gst/subparse/samiparse.c: (handle_start_font):
10072           Special-case some more colour names that pango doesn't handle by
10073           default. Fixes #420578.
10074
10075 2007-03-20  Michael Smith  <msmith@fluendo.com>
10076
10077         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
10078           If we get a zero-sized input buffer, don't pass it to libvorbis, as
10079           that marks EOS internally. After that, libvorbis will buffer all
10080           input data, and encode none of it, eventually leading to memory
10081           exhaustion.
10082
10083 2007-03-19  Wim Taymans  <wim@fluendo.com>
10084
10085         * gst/playback/gstdecodebin.c: (remove_fakesink):
10086         Don't post STATE_DIRTY anymore.
10087
10088         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
10089         (gst_play_bin_change_state):
10090         Remove stream_time reset in seek handling, core does that now.
10091         Disable clocking for live pipelines by forcing a NULL clock to the
10092         complete pipeline, core is too smart now for our previous hack.
10093         We can always autoplug in PAUSED now.
10094
10095 2007-03-17  David Schleef  <ds@schleef.org>
10096
10097         * REQUIREMENTS:  Update this file, change the formatting to make
10098         it more consistent, plus more machine readable.
10099
10100 2007-03-16  Michael Smith  <msmith@fluendo.com>
10101
10102         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10103         (strip_width_64), (append_with_other_format):
10104           Previous fix was too simplistic, and broke the tests. Use a better
10105           approach; only strip 64 from widths for integer audio.
10106
10107 2007-03-16  Michael Smith  <msmith@fluendo.com>
10108
10109         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
10110         (gst_audio_convert_transform_caps):
10111           We don't support 64 bit integer audio, so don't try to claim we can.
10112           Stops us producing caps don't match our template caps.
10113           Update comments.
10114
10115 2007-03-15  Michael Smith  <msmith@fluendo.com>
10116
10117         * gst/audioresample/gstaudioresample.c:
10118         (audioresample_check_discont), (audioresample_transform):
10119           Don't trigger discontinuities for very small imperfections; a filter
10120           flush will sound bad, and many plugins have rounding errors leading
10121           to these.
10122
10123 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10124
10125         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
10126
10127         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10128         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10129         API: add "min-ptime" property to RTP base audio payloader.
10130         API: add gst_base_rtp_audio_payload_push().
10131         API: add gst_base_rtp_audio_payload_get_adapter().
10132         Fixes #415001
10133         Indentation/whitespace/documentation fixes.
10134
10135 2007-03-14  Julien MOUTTE  <julien@moutte.net>
10136
10137         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
10138         (audioresample_transform_size), (audioresample_do_output),
10139         (audioresample_transform), (audioresample_pushthrough): Handle
10140         discontinuous streams.
10141         * gst/audioresample/gstaudioresample.h:
10142         * tests/check/elements/audioresample.c:
10143         (test_discont_stream_instance), (GST_START_TEST),
10144         (audioresample_suite): Add a test for discontinuous streams.
10145         * win32/common/config.h: Updated.
10146
10147 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10148
10149         * po/af.po:
10150         * po/az.po:
10151         * po/cs.po:
10152         * po/en_GB.po:
10153         * po/it.po:
10154         * po/nb.po:
10155         * po/nl.po:
10156         * po/or.po:
10157         * po/sq.po:
10158         * po/sr.po:
10159         * po/sv.po:
10160         * po/uk.po:
10161         * po/vi.po:
10162           Update translations from translation project.
10163
10164 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10165
10166         * gst/audioresample/debug.h:
10167         * gst/audioresample/resample.c: (resample_init):
10168           Since I really am not interested in a debug line for each sample
10169           being processed, move the library's debugging to its own category,
10170           libaudioresample
10171
10172 2007-03-13  Michael Smith  <msmith@fluendo.com>
10173
10174         * ext/theora/theoradec.c: (theora_handle_type_packet):
10175           Since the plugin doesn't support anything other than 4:2:0 right
10176           now, post an error and fail if we get something else. Won't matter
10177           until libtheora supports the other pixel formats, but hopefully
10178           that'll be soon...
10179
10180 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10181
10182         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
10183         Use gst_guint64_to_gdouble for conversion.
10184         * win32/MANIFEST:
10185         Add new files to the win32 MANIFEST.
10186         * win32/common/libgstaudio.def:
10187         * win32/common/libgstpbutils.def:
10188         Add new exported functions.
10189         * win32/vs6/gst_plugins_base.dsw:
10190         * win32/vs6/libgstdecodebin.dsp:
10191         * win32/vs6/libgstplaybin.dsp:
10192         Change the link to libgstpbutils.lib.
10193         * win32/vs6/libgstdecodebin2.dsp:
10194         Add a new project for decodebin2.
10195         * win32/vs6/libgstpbutils.dsp:
10196         Add a new project for pbutils.
10197
10198 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10199
10200         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10201           Also accept partial dates with only year and month,
10202           like 1999-12-00 (fixes #410396 even more).
10203
10204         * tests/check/libs/tag.c: (GST_START_TEST):
10205           Add unit test for the above.
10206
10207 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * tests/check/elements/subparse.c: (GST_START_TEST),
10210         (subparse_suite):
10211           Add unit test for MPL2 subtitle format (#413799).
10212
10213 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10214
10215         Patch by: Kamil Pawlowski  <kamilpe gmail com>
10216
10217         * gst/subparse/Makefile.am:
10218         * gst/subparse/gstsubparse.c:
10219         (gst_sub_parse_data_format_autodetect),
10220         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
10221         (gst_subparse_type_find):
10222         * gst/subparse/gstsubparse.h:
10223         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
10224         * gst/subparse/mpl2parse.h:
10225           Add support for MPL2 subtitle format (#413799).
10226
10227 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         * configure.ac:
10230           We require core CVS for the new buffer metadata copy functions.
10231
10232 2007-03-09  Wim Taymans  <wim@fluendo.com>
10233
10234         * gst-libs/gst/tag/gstid3tag.c:
10235         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10236         Fixes #414496.
10237
10238         Patch by: Alex Lancaster <alexl at users sourceforge net>
10239
10240 2007-03-09  Wim Taymans  <wim@fluendo.com>
10241
10242         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
10243         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
10244         Improve adapter usage and comments.
10245
10246 2007-03-09  Wim Taymans  <wim@fluendo.com>
10247
10248         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10249         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
10250         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
10251         Use new metadata copy function.
10252
10253         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10254         (gst_ffmpegcsp_transform):
10255         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
10256         Basetransform copied the metadata for us.
10257
10258 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
10261         (gst_text_overlay_video_event):
10262           Some more logging. Only accept newsegment events in TIME format and
10263           send a WARNING message if they are not in TIME format.
10264
10265         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10266         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
10267         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
10268         * gst/subparse/gstsubparse.h:
10269           No need to allocate GstSegment structure dynamically, just put it
10270           into the instance structure; ignore newsegment events in BYTE
10271           format and in particular don't let it overwrite our saved TIME
10272           segment from the last seek.
10273
10274 2007-03-09  Michael Smith  <msmith@fluendo.com>
10275
10276         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
10277           Replace AC3 typefinder with one that isn't terrible, and actually
10278           works usefully.
10279
10280 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
10281
10282         * gst/audioconvert/gstaudioconvert.c:
10283         (gst_audio_convert_transform):
10284           fix error category and translatable string
10285           
10286
10287 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10288
10289         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10290         * pkgconfig/gstreamer-plugins-base.pc.in:
10291           Fix up utils => pbutils here too.
10292
10293 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10294
10295         * gst/subparse/gstsubparse.c: (handle_buffer):
10296           Break out of loop in chain function as soon as possible if we get
10297           a non-OK flow return.
10298
10299 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10300
10301         * tests/check/elements/alsa.c: (GST_START_TEST):
10302         Unref the mixer if the state change fails too (if the
10303         alsa devices are inaccessible, for example)
10304
10305 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10306
10307         * tests/check/Makefile.am:
10308         Don't test libvisual elements in the states check, because libvisual
10309         seems to leak internally.
10310
10311         Re-enable the alsa and states tests now that there's new suppressions
10312         in gst.supp.
10313
10314         * tests/check/elements/alsa.c: (GST_START_TEST):
10315         Don't leak the alsamixer we instantiated.
10316
10317 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10318
10319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
10320         (gst_ximagesink_change_state), (gst_ximagesink_reset),
10321         (gst_ximagesink_finalize):
10322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10323         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
10324         Move some cleanup stuff from the state change handler into a _reset()
10325         function that can be called from _finalize(). This ensures that things
10326         get freed even if (for some reason) the NULL->READY state transition
10327         fails in the parent class.
10328         Even if a parent state change fails, process our downward state change
10329         logic instead of bailing out early.
10330         Free the correct xcontext pointer in ximagesink's xcontext_clear.
10331
10332 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10333
10334         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10335         Extra log line.
10336
10337         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
10338         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
10339         Use pango_font_description_set_family_static instead of 
10340         pango_font_description_set_family to save a string copy (it was
10341         leaking due to the strdup anyway)
10342
10343         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
10344         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
10345         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
10346         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
10347         Chain up in finalize.
10348
10349 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
10350
10351         * gst-libs/gst/interfaces/mixertrack.c:
10352         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
10353         (gst_mixer_track_set_property):
10354           API: add "untranslated-label" property which should be set by
10355           implementations at construct time (#414645).
10356
10357         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
10358         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
10359           Set "untranslated-label" when constructing mixer track objects.
10360
10361         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
10362           Unit test to check the above.
10363
10364 2007-03-07  Wim Taymans  <wim@fluendo.com>
10365
10366         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10367         Fix confusing debug message.
10368
10369 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10370
10371         * gst-plugins-base.doap:
10372         update doap file with new version
10373
10374 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10375
10376         * configure.ac:
10377         Back to CVS
10378
10379 === release 0.10.12 ===
10380
10381 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
10382
10383         * configure.ac:
10384           releasing 0.10.12, "Zombie Horde"
10385
10386 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10387
10388         * configure.ac:
10389         Bump version to 0.10.11.4 pre-release
10390
10391 2007-03-06  Wim Taymans  <wim@fluendo.com>
10392
10393         * gst-libs/gst/audio/gstbaseaudiosink.c:
10394         (gst_base_audio_sink_async_play):
10395         Fix regression that made GStreamer skip the first samples of audio.
10396         Fixes #414684.
10397
10398 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * configure.ac:
10401         Bump version to 0.10.11.3 pre-release
10402
10403 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
10404
10405         * po/POTFILES.in:
10406           Update paths for the rename from utils to pbutils to fix the build.
10407
10408 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst-libs/gst/pbutils/Makefile.am:
10411           Change directory to install headers in from gst/utils to gst/pbutils
10412           as well.
10413
10414 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10415
10416         * configure.ac:
10417         * docs/libs/gst-plugins-base-libs-docs.sgml:
10418         * docs/libs/gst-plugins-base-libs-sections.txt:
10419         * gst-libs/gst/Makefile.am:
10420         * gst-libs/gst/interfaces/mixer.c:
10421         * gst-libs/gst/pbutils/Makefile.am:
10422         * gst-libs/gst/pbutils/descriptions.c:
10423         (gst_pb_utils_get_source_description),
10424         (gst_pb_utils_get_sink_description),
10425         (gst_pb_utils_get_decoder_description),
10426         (gst_pb_utils_get_encoder_description),
10427         (gst_pb_utils_get_element_description),
10428         (gst_pb_utils_add_codec_description_to_tag_list),
10429         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
10430         * gst-libs/gst/pbutils/descriptions.h:
10431         * gst-libs/gst/pbutils/install-plugins.c:
10432         * gst-libs/gst/pbutils/install-plugins.h:
10433         * gst-libs/gst/pbutils/missing-plugins.c:
10434         (gst_missing_uri_source_message_new),
10435         (gst_missing_uri_sink_message_new),
10436         (gst_missing_element_message_new),
10437         (gst_missing_decoder_message_new),
10438         (gst_missing_encoder_message_new),
10439         (gst_missing_plugin_message_get_description):
10440         * gst-libs/gst/pbutils/missing-plugins.h:
10441         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
10442         * gst-libs/gst/pbutils/pbutils.h:
10443         * gst-libs/gst/utils/Makefile.am:
10444         * gst-libs/gst/utils/base-utils.c:
10445         * gst-libs/gst/utils/base-utils.h:
10446         * gst-libs/gst/utils/descriptions.c:
10447         * gst-libs/gst/utils/descriptions.h:
10448         * gst-libs/gst/utils/install-plugins.c:
10449         * gst-libs/gst/utils/install-plugins.h:
10450         * gst-libs/gst/utils/missing-plugins.c:
10451         * gst-libs/gst/utils/missing-plugins.h:
10452         * gst-plugins-base.spec.in:
10453         * gst/playback/Makefile.am:
10454         * gst/playback/gstdecodebin.c:
10455         * gst/playback/gstdecodebin2.c:
10456         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10457         (gen_source_element):
10458         * gst/playback/gstplaybin.c: (plugin_init):
10459         * tests/check/Makefile.am:
10460         * tests/check/libs/pbutils.c: (GST_START_TEST),
10461         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
10462         * tests/check/libs/utils.c:
10463           rename utils to pbutils
10464
10465 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
10466
10467         * docs/plugins/Makefile.am:
10468         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10469         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10470         * docs/plugins/inspect/plugin-decodebin2.xml:
10471         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
10472         Add documentation for decodebin2 that indicates that the API
10473         is still unstable.
10474
10475 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
10476
10477         * configure.ac:
10478         Update to 0.10.11.2 (0.10.12 pre-release)
10479
10480 2007-03-01  Wim Taymans  <wim@fluendo.com>
10481
10482         * gst-libs/gst/audio/gstbaseaudiosink.c:
10483         (gst_base_audio_sink_async_play):
10484         base time is irrelevant here.
10485
10486 2007-03-01  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10489         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10490         Improve debugging.
10491
10492         * gst-libs/gst/audio/gstbaseaudiosink.c:
10493         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
10494         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
10495         Improve latency and clock slaving calculations.
10496         Improve slave clock calibration.
10497
10498         * gst-libs/gst/audio/gstringbuffer.c:
10499         (gst_ring_buffer_commit_full):
10500         When we are asked to render N sample to 0 bytes, return N.
10501
10502 2007-03-01  Wim Taymans  <wim@fluendo.com>
10503
10504         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
10505         (gst_alsasink_write), (gst_alsasink_reset):
10506         * ext/alsa/gstalsasink.h:
10507         Remove unused dispose function.
10508         Rename lock to not interfere with alsasrc lock.
10509
10510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
10511         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
10512         (gst_alsasrc_read), (gst_alsasrc_reset):
10513         * ext/alsa/gstalsasrc.h:
10514         Implement finalize function.
10515         Use lock to protect alsa access.
10516         Implement _reset.
10517         Fine tune sw params.
10518
10519 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10520
10521         * configure.ac:
10522           Convert to new AG_GST style.
10523
10524 2007-02-28  Wim Taymans  <wim@fluendo.com>
10525
10526         Patch by: Ed Catmur <ed at catmur dot co dot uk>
10527
10528         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
10529         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
10530         Fix race condition when rapidly switching visualisations in playbin.
10531         Fixes #401029.
10532
10533 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
10534
10535         * tests/check/Makefile.am:
10536         Include local stuff before system installed things in LDFLAGS and
10537         CFLAGS.
10538
10539 2007-02-28  Wim Taymans  <wim@fluendo.com>
10540
10541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
10542         Improve debugging.
10543
10544 2007-02-28  Wim Taymans  <wim@fluendo.com>
10545
10546         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
10547         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
10548         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
10549         Fix duration and timestamping, taking latency into account.
10550         Implement latency query.
10551
10552 2007-02-28  Wim Taymans  <wim@fluendo.com>
10553
10554         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
10555         (gst_audio_clock_new):
10556         Fix clock name.
10557
10558         * gst-libs/gst/audio/gstbaseaudiosink.c:
10559         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
10560         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
10561         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
10562         (gst_base_audio_src_create):
10563         Improve latency query code.
10564         Use proper clock names.
10565
10566 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10567
10568         * tests/check/generic/states.c: (GST_START_TEST):
10569           Copy the states.c test from core again
10570         * tests/check/Makefile.am:
10571           ignore cdio and cdparanoiasrc
10572
10573 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10574
10575         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10576         (double_hq), (audio_convert_get_func_index), (check_default),
10577         (audio_convert_prepare_context), (audio_convert_convert):
10578           Also make valgrind happy and avoid copying data in some cases.
10579
10580 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
10581
10582         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10583         (double_hq), (audio_convert_get_func_index),
10584         (audio_convert_prepare_context), (audio_convert_convert):
10585         * gst/audioconvert/gstaudioconvert.c:
10586         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
10587         (gst_audio_convert_transform_caps):
10588         * tests/check/elements/audioconvert.c: (GST_START_TEST),
10589         (audioconvert_suite):
10590           Don't run inplace if that overwrites source data as we go. Add more
10591           tests. Fixes #339837 even more.
10592
10593 2007-02-27  Julien MOUTTE  <julien@moutte.net>
10594
10595         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
10596         (msg_segment_done): Fix various seeking bugs (Slider was not
10597         updating when doing a non flushing seek, Reverse playback 
10598         on segment seek was wrong).
10599
10600 2007-02-26  Wim Taymans  <wim@fluendo.com>
10601
10602         * tests/examples/seek/seek.c: (stop_seek):
10603         When we stop scrubbing, don't leave the pipeline PLAYING when we
10604         requested a PAUSED state.
10605
10606 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         Patch by: René Stadler <mail at renestadler de>
10609
10610         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
10611           Parse date strings in vorbis comments that have an invalid (zero)
10612           month or day (#410396).
10613
10614         * tests/check/libs/tag.c: (GST_START_TEST):
10615           Test case for the above.
10616
10617 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
10618
10619         Patch by: Loïc Minier <lool+gnome at via ecp fr>
10620
10621         * configure.ac:
10622         * ext/alsa/Makefile.am:
10623         * gst/audiotestsrc/Makefile.am:
10624           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
10625
10626 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10627
10628         * gst/playback/gstplaybin.c:
10629           Improve docs: point out that the application needs to assist playbin
10630           with buffering.
10631
10632 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * gst-libs/gst/utils/install-plugins.c:
10635         * gst-libs/gst/utils/missing-plugins.c:
10636         * tests/check/libs/utils.c: (missing_msg_check_getters):
10637           Change GStreamer marker prefix in detail string from 'gstreamer.net'
10638           to just 'gstreamer'. Document the caps string component of the
10639           decoder/encoder detail a bit better, since not everyone will be
10640           familiar with the GStreamer media type/caps system (but they better
10641           enjoy nested itemized lists).
10642
10643 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst-libs/gst/netbuffer/gstnetbuffer.c:
10646         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
10647           Fix copying of GstNetBuffer (would crash before, or at least lead to
10648           invalid memory access, #410772), for now by copying the GstBuffer copy
10649           code from the core over here so we can copy the GstBuffer fields on a
10650           provided buffer instance (of type GstNetBuffer in this case). Would be
10651           better to fix this with some support by the core though (and in the long
10652           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
10653
10654         * tests/check/Makefile.am:
10655           Enable unit test for GstNetBuffer.
10656
10657 2007-02-22  Andy Wingo  <wingo@pobox.com>
10658
10659         * gst-libs/gst/audio/gstbaseaudiosink.c
10660         (gst_base_audio_sink_init): Disable pull-mode activation until we
10661         figure out how to make audio sinks go to PLAYING.
10662
10663 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
10664
10665         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
10666         (double_hq), (audio_convert_get_func_index),
10667         (audio_convert_prepare_context), (audio_convert_convert):
10668         * gst/audioconvert/audioconvert.h:
10669         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
10670         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
10671         * gst/audioconvert/gstchannelmix.h:
10672         * tests/check/elements/audioconvert.c: (GST_START_TEST):
10673           Add float as an intermediate format, as well as float mixing. Enable
10674           test that was failing before. Fixes #339837
10675
10676 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10677
10678         * tests/examples/seek/seek.c: (do_seek):
10679         Undo the previous commit: -1 as a stop time implies that the stop
10680         time is the end of file, clearing any previously configured segment.
10681
10682 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
10683
10684         * tests/examples/seek/seek.c: (do_seek):
10685         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
10686
10687 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10688
10689         * gst/volume/gstvolume.c: (volume_process_int16),
10690         (volume_process_int16_clamp), (volume_set_caps):
10691           Unbreak volume, value remains gint.
10692
10693 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
10694
10695         * gst/volume/gstvolume.c: (volume_choose_func),
10696         (volume_update_real_volume), (gst_volume_set_volume),
10697         (gst_volume_init), (volume_process_double), (volume_process_float),
10698         (volume_process_int16), (volume_process_int16_clamp),
10699         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
10700         * gst/volume/gstvolume.h:
10701           Extend float audio support (double) and some int->uint cleanups.
10702
10703 2007-02-20  Edward Hervey  <edward@fluendo.com>
10704
10705         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
10706         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
10707         (sort_end_pads), (gst_decode_group_expose),
10708         (gst_decode_group_hide):
10709         Don't free groups from the streaming threads. Just put them aside and
10710         free them in dispose.
10711
10712 2007-02-20  Edward Hervey  <edward@fluendo.com>
10713
10714         * gst/playback/gstdecodebin2.c: (connect_element),
10715         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
10716         (sort_end_pads), (gst_decode_group_expose):
10717         Handle dynamic pads within groups.
10718         Sort pads before exposing them in order to make playbin happy.
10719         There still is a race with the multiqueue filling up. This should be
10720         solved separately.
10721         Fixes #398721
10722
10723 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * gst-libs/gst/utils/base-utils.c:
10726         * gst-libs/gst/utils/descriptions.c:
10727         * gst-libs/gst/utils/install-plugins.c:
10728         * gst-libs/gst/utils/missing-plugins.c:
10729           Some more docs (and descriptions for two subtitle formats).
10730
10731 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10732
10733         * gst-libs/gst/audio/audio.c:
10734           Fix documentation.
10735
10736 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
10737
10738         Patch by: Yves Lefebvre  <ivanohe abacom com>
10739
10740         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
10741           Don't leak caps. Fixes #408278.
10742
10743 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
10744
10745         * ext/cdparanoia/gstcdparanoiasrc.h:
10746         * ext/ogg/gstoggdemux.h:
10747         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
10748         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
10749         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
10750         * gst-libs/gst/audio/audio.h:
10751         * gst-libs/gst/audio/gstaudiofilter.h:
10752         * gst-libs/gst/interfaces/videoorientation.h:
10753         * gst/adder/gstadder.h:
10754           More docs coverage and some ChangeLog surgery (add missing names)
10755
10756 2007-02-15  Wim Taymans  <wim@fluendo.com>
10757
10758         * sys/ximage/ximagesink.c:
10759         (gst_ximagesink_calculate_pixel_aspect_ratio):
10760         * sys/xvimage/xvimagesink.c:
10761         (gst_xvimagesink_calculate_pixel_aspect_ratio):
10762         Small constifications.
10763
10764 2007-02-15  Wim Taymans  <wim@fluendo.com>
10765
10766         * gst-libs/gst/audio/gstbaseaudiosink.c:
10767         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
10768         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
10769         (gst_base_audio_sink_async_play),
10770         (gst_base_audio_sink_change_state):
10771         Answer latency query.
10772         Use configured latency when syncing.
10773         Fix clock slaving.
10774
10775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10776         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
10777         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
10778         Fix possible memleak.
10779         Implement latency query.
10780         Small cleanups.
10781
10782 2007-02-15  Wim Taymans  <wim@fluendo.com>
10783
10784         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
10785         Ignore errors in reset, these are not fatal. They also grab the element
10786         lock which is already taking when this function is called. Fixes
10787         #405451.
10788
10789 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10790
10791         * configure.ac:
10792           Remove 'tests/examples/xerror/Makefile' from output files again.
10793
10794 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
10795
10796         * configure.ac:
10797         * docs/plugins/Makefile.am:
10798           Also crossref against gst-plugins-base-libs.
10799
10800 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
10801
10802         * configure.ac:
10803         * docs/libs/Makefile.am:
10804         * docs/plugins/Makefile.am:
10805           Add crossreferences to glib/gobject/gstream docs.
10806
10807         * gst-libs/gst/audio/audio.h:
10808           Source formatting.
10809
10810         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
10811           Add own debug category.
10812
10813 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         Patch by: René Stadler <mail at renestadler de>
10816
10817         * gst-libs/gst/tag/gstvorbistag.c:
10818           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
10819           (#403597).
10820
10821 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst/playback/gstplaybasebin.c: (setup_source):
10824           When we have external subtitles and wait for the subtitle decodebin
10825           to get up and running, we set up a (sync) bus handler for the
10826           subtitle decodebin, so we can stop waiting when it posts an error
10827           message. However, we should do that before we set the subtitle
10828           decodebin's state to playing, otherwise things are racy and we might
10829           miss error messages posted before we had a chance to set up the bus.
10830           This should finally fix totem hanging on .txt pseudo-subtitle files.
10831           
10832 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
10833
10834         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
10835           Use gst_gdouble_to_guint64 for conversions.
10836         * win32/common/config.h.in:
10837           Add a define for GST_INSTALL_PLUGINS_HELPER
10838         * win32/common/libgstaudio.def:
10839         * win32/common/libgstcdda.def:
10840         * win32/common/libgstnetbuffer.def:
10841         * win32/common/libgstrtp.def:
10842         * win32/common/libgutils.def:
10843           Add new exported functions.
10844         * win32/vs6/gst_plugins_base.dsw:
10845         * win32/vs6/libgstdecodebin.dsp:
10846         * win32/vs6/libgstnetbuffer.dsp:
10847         * win32/vs6/libgstplaybin.dsp:
10848         * win32/vs6/libgstrtp.dsp:
10849         * win32/vs6/libgstvorbis.dsp:
10850         * win32/vs6/libgstcdda.dsp:
10851         * win32/vs6/libgstgdp.dsp:
10852         * win32/vs6/libgstutils.dsp:
10853           Update and add new project files.
10854
10855 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
10856
10857         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
10858         (subrip_remove_unhandled_tags), (parse_subrip):
10859           For SubRip (.srt) subtitles, ignore all markup tags we don't
10860           handle (like font tags, for example).
10861
10862         * tests/check/elements/subparse.c:
10863           Add test for this.
10864
10865 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10866
10867         * gst/playback/gstdecodebin.c: (add_fakesink),
10868         (gst_decode_bin_change_state):
10869         * gst/playback/gstdecodebin2.c: (add_fakesink),
10870         (gst_decode_bin_change_state):
10871           Don't error out if there is no fakesink in the NULL to READY state
10872           change, since when decodebin is re-used, we're only adding the
10873           fakesink element in READY to PAUSED.
10874
10875         * tests/check/elements/decodebin.c:
10876         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
10877         (decodebin_suite):
10878           Minimal unit test to make sure we can use the same decodebin
10879           instance twice (at least with audiotestsrc input).
10880
10881 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
10882
10883         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
10884           Try to get devic-name from device string first, and from handle only
10885           as fallback (seems to yield better results and is more robust
10886           against buggy probing code on the application side).
10887
10888 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         Based on patch by: Julien Puydt <julien.puydt at laposte net>
10891
10892         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
10893         (gst_alsa_find_device_name):
10894         * ext/alsa/gstalsa.h:
10895         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
10896         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
10897           Improve device-name detection a bit, especially in the case where
10898           the device is not actually open (#405020, #405024). Move common code
10899           into gstalsa.c instead of duplicating it.
10900
10901 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10902
10903         * gst/audioconvert/gstaudioconvert.c:
10904           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10905
10906 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10907
10908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10909         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10910         (gst_xvimagesink_interface_supported),
10911         (gst_xvimagesink_probe_get_properties),
10912         (gst_xvimagesink_probe_probe_property),
10913         (gst_xvimagesink_probe_needs_probe),
10914         (gst_xvimagesink_probe_get_values),
10915         (gst_xvimagesink_property_probe_interface_init),
10916         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10917         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10918         (gst_xvimagesink_get_type):
10919         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10920         for XVAdaptors so that one can choose the adaptor to use with 
10921         gstreamer-properties.
10922
10923 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10924
10925         * gst/audioconvert/gstaudioconvert.c:
10926           Also mention that a conversion from double to float is suboptimal still.
10927
10928 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst-libs/gst/audio/gstaudiofilter.c:
10931         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10932           Clear our formats structure and free the caps contained in it when
10933           shutting down.
10934
10935 2007-02-05  Andy Wingo  <wingo@pobox.com>
10936
10937         * gst-libs/gst/audio/gstbaseaudiosink.c
10938         (gst_base_audio_sink_callback): Update basesink->offset so that we
10939         pull monotonically increasing offsets instead of, um, seeking back
10940         to 0 each time. Fixes alsasrc ! alsasink!
10941
10942 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/videoscale/gstvideoscale.c:
10945           A width and height of 1 makes us crash, so increase minimum size to
10946           2x2 pixels until someone feels like fixing this (#404512).
10947
10948 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10951           Add small test to make sure request pads are cleaned up properly
10952           even if oggmux never changes state out of NULL.
10953
10954 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10955
10956         * tests/check/libs/utils.c: (GST_START_TEST):
10957           Fix unit test. Turns out things work much better when you
10958           NULL-terminate string arrays. Should make p5 build bot happy again.
10959
10960 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         * gst-libs/gst/audio/Makefile.am:
10963         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10964         (gst_audio_filter_template_base_init),
10965         (gst_audio_filter_template_class_init),
10966         (gst_audio_filter_template_init),
10967         (gst_audio_filter_template_set_property),
10968         (gst_audio_filter_template_get_property),
10969         (gst_audio_filter_template_setup),
10970         (gst_audio_filter_template_filter),
10971         (gst_audio_filter_template_filter_inplace), (plugin_init):
10972           Oops, forgot to commit fixed-up example.
10973
10974 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * docs/libs/gst-plugins-base-libs-sections.txt:
10977         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10978         (gst_audio_filter_class_init), (gst_audio_filter_init),
10979         (gst_audio_filter_set_caps),
10980         (gst_audio_filter_class_add_pad_templates):
10981         * gst-libs/gst/audio/gstaudiofilter.h:
10982           Port GstAudioFilter to 0.10. This change technically breaks
10983           API and ABI (and thus also every library developer's heart),
10984           but seems justifiable on the grounds that the base class was
10985           completely unusable before (ie. would crash immediately when
10986           actually used). Fixes #403963 (and eventually also #403572).
10987           Also document all of this a bit.
10988
10989 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst-libs/gst/utils/install-plugins.c:
10992         (gst_install_plugins_spawn_child):
10993         * tests/check/libs/utils.c:
10994         (test_base_utils_install_plugins_do_callout):
10995           Lowering log level to see why things fail on the p5 build bot;
10996           fix some typos in unit test messages.
10997
10998 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         * tests/check/libs/utils.c:
11001         (test_base_utils_install_plugins_do_callout):
11002           Don't hard-code temp directory for test helper; use GLib functions
11003           to write out file and do error checking etc.
11004
11005 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * gst-libs/gst/utils/Makefile.am:
11008         * gst-libs/gst/utils/base-utils.h:
11009         * gst-libs/gst/utils/install-plugins.c:
11010         (gst_install_plugins_context_set_xid),
11011         (gst_install_plugins_context_new),
11012         (gst_install_plugins_context_free),
11013         (gst_install_plugins_get_helper),
11014         (gst_install_plugins_spawn_child),
11015         (gst_install_plugins_return_from_status),
11016         (gst_install_plugins_installer_exited),
11017         (gst_install_plugins_async), (gst_install_plugins_sync),
11018         (gst_install_plugins_return_get_name),
11019         (gst_install_plugins_installation_in_progress):
11020         * gst-libs/gst/utils/install-plugins.h:
11021           API: add API for applications to initiate installation of missing
11022           plugins, ie. gst_install_plugins_async() primarily.
11023           Based on libgimme-codec by Ryan Lortie.
11024
11025         * configure.ac:
11026           Add --with-install-plugins-helper configure option so distros can specify
11027           the path of the helper script or program to call when plugin installation
11028           is requested (distros: please do any argument munging in this helper
11029           script instead of patching GStreamer to pass arguments differently
11030           to another program directly).
11031
11032         * docs/libs/gst-plugins-base-libs-docs.sgml:
11033         * docs/libs/gst-plugins-base-libs-sections.txt:
11034           Build and document new API.
11035
11036         * tests/check/libs/utils.c: (result_cb),
11037         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
11038         (libgstbaseutils_suite):
11039           Some simple checks for the new API.
11040
11041 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11042
11043         * tests/check/elements/audioconvert.c: (test_float_conversion):
11044           Add small test for 32bit float <=> 64bit float conversion (works
11045           only one way so far, 32=>64 produces structured noise).
11046
11047 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
11048
11049         * gst/audioconvert/gstaudioconvert.c:
11050         (set_structure_widths_32_and_64), (make_lossless_changes):
11051           We don't support floats with a width of 40, 48 or 56 bits.
11052
11053 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
11054
11055         * gst/audioconvert/audioconvert.c: (float), (double),
11056         (audio_convert_get_func_index):
11057         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11058         (make_lossless_changes):
11059           Support for 64-bit float audio in audioconvert (#339837)
11060
11061 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         Patch by: Holger Wansing  <linux wansing-online de>
11064
11065         * po/LINGUAS:
11066         * po/de.po:
11067           Add German translation (#352069).
11068
11069 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
11070
11071         reviewed by: Wim Taymans <wim@fluendo.com>
11072
11073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
11074         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
11075         Use newly added GstCollectPads API to free the allocated resources in
11076         the GstOggPad structures (#402393).
11077
11078 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
11079
11080         * gst/playback/gstplaybin.c: (gen_vis_element):
11081           Add audioresample+audioconvert in front of the visualisation
11082           element, so that elements like libvisual 0.4 that don't support all
11083           samplerates can work.
11084
11085           Fixes: #402505
11086
11087 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11088
11089         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
11090         (gst_play_base_bin_get_streaminfo_value_array):
11091           Take some locks and make a copy of the streaminfo value array we
11092           maintain while holding the lock, so that the application can
11093           retrieve the stream-info as a value array in a thread-safe way.
11094
11095 2007-01-30  Wim Taymans  <wim@fluendo.com>
11096
11097         * gst/audioconvert/gstaudioconvert.c:
11098         Don't fail on 0 sized buffers. Fixes #396835.
11099
11100 2007-01-29  David Schleef  <ds@schleef.org>
11101
11102         * gst/typefind/gsttypefindfunctions.c:
11103           Detect BBCD as video/x-dirac, so we can play raw dirac
11104           streams.
11105
11106 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
11107
11108         * ext/theora/theoraenc.c: (theora_enc_chain):
11109           Check return value of theora_encode_header(), or we might try to
11110           allocate a random number of bytes. theora_encode_header() can fail
11111           if libtheora has been compiled with encoding support disabled.
11112           Fixes #398110.
11113
11114 2007-01-29  Wim Taymans  <wim@fluendo.com>
11115
11116         * tests/check/gst/.cvsignore:
11117         Do as buildbot says.
11118
11119 2007-01-29  Wim Taymans  <wim@fluendo.com>
11120
11121         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
11122         Fix strides in libvisual. Gst uses X strides.
11123         Inspired by: <ed at catmur dot co dot uk> and 
11124         <tim at centricular dot net>
11125         Fixes #401118.
11126
11127 2007-01-27  Wim Taymans  <wim@fluendo.com>
11128
11129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
11130         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
11131         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
11132         (gst_ogg_demux_perform_seek),
11133         (gst_ogg_demux_bisect_forward_serialno),
11134         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11135         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
11136         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
11137         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
11138         * ext/ogg/gstoggdemux.h:
11139         Properly propagate streaming errors when we are scanning the file for
11140         chains so that we don't crash when shut down. Might fix some crashers
11141         when quickly switching oggs in RB such as #332503 and #378436.
11142
11143 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
11144
11145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
11146           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
11147           error code as well.
11148
11149 2007-01-25  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst/playback/gstplaybasebin.c: (remove_source):
11152         Don't try to disconnect a signal from a finalized object.
11153
11154 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11155
11156         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
11157           Cast lock macro parameters to make sure we're actually accessing the
11158           lock member at the right class level. Free list itself in _dispose()
11159           as well and NULL it in case dispose gets called multiple times.
11160
11161 2007-01-25  Edward Hervey  <edward@fluendo.com>
11162
11163         * gst/playback/gstdecodebin2.c:
11164         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
11165         Free GstDecodeGroups no longer used.
11166         (gst_decode_group_expose):
11167         Don't unlock too many times !
11168         (deactivate_free_recursive):
11169         Free iterator once we're done with it.
11170         Fix for recursively deactivating elements (stop at ghostpads).
11171
11172 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * gst/playback/gstplaybin.c: (handoff):
11175           Fix up caps on the frame buffer before we save it and potentially
11176           make it accessible to other threads via g_object_get; also use
11177           gst_buffer_replace() instead of gst_mini_object_replace().
11178
11179 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
11180
11181         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11182           Make getting the current frame thread-safe.
11183
11184 2007-01-25  Edward Hervey  <edward@fluendo.com>
11185
11186         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
11187         (gst_decode_group_new), (gst_decode_group_free):
11188         Set queues to bigger sizes to cope with HD contents.
11189         Fix some mutex freeing and add comment about MT safe methods.
11190
11191 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
11192
11193         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
11194         (gst_text_overlay_text_event):
11195           Don't unnecessarily ref (and then leak) upstream events if the text
11196           pad is not linked. Fixes #399948.
11197
11198         * tests/check/gst-plugins-base.supp:
11199           Add suppression for pango on edgy/x86 for textoverlay test.
11200
11201 2007-01-24  Wim Taymans  <wim@fluendo.com>
11202
11203         * gst-libs/gst/rtp/gstrtpbuffer.h:
11204         Add some more fixed payloads.
11205
11206 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
11209           Error out properly if we get an error from libogg while reading the
11210           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
11211
11212 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
11213
11214         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
11215           Don't leak mutex.
11216
11217         * tests/check/elements/playbin.c:
11218         (test_sink_usage_video_only_stream),
11219         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
11220         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
11221         (test_missing_suburisource_handler),
11222         (test_missing_primary_decoder), (playbin_suite):
11223           Run all tests once with decodebin and once with decodebin2.
11224           One test does not pass yet with decodebin2.
11225
11226 2007-01-23  Edward Hervey  <edward@fluendo.com>
11227
11228         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
11229         Fix the cases where oggmux doesn't properly figure out that all
11230         sinkpads have gone EOS, and therefore doesn't push out the remaining
11231         buffers and the final EOS event.
11232         Fixes #363379
11233
11234 2007-01-23  Julien MOUTTE  <julien@moutte.net>
11235
11236         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11238         Don't lock on navigation event push, just on keysym to string.
11239         Fixes #397673 again.
11240
11241 2007-01-22  Edward Hervey  <edward@fluendo.com>
11242
11243         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
11244         (get_current_group), (group_demuxer_event_probe),
11245         (gst_decode_group_expose), (deactivate_free_recursive),
11246         (gst_decode_group_free):
11247         Cleanups.
11248         Don't forget to emit 'no-more-pads' once a group is exposed.
11249         Cleanup elements from a DecodeGroup once we remove it.
11250         Protect call to gst_decode_group_expose() with the decodebin lock.
11251
11252 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11253
11254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11256         Looking at Xorg code i can't figure out if that XKeysymToString
11257         function is thread sensible or not. Lock it just in case as
11258         recommended by Radek Doulik <rodo at ximian dot com>.
11259
11260 2007-01-22  Julien MOUTTE  <julien@moutte.net>
11261
11262         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11264         Lock that X Call as well. Fixes #397673.
11265
11266 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11269           Don't go into an endless loop if the file starts with 00 00 01 2X,
11270           like quicktime redirect files might. Fixes #396042.
11271
11272         * tests/check/Makefile.am:
11273         * tests/check/gst/.cvsignore:
11274         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
11275         (typefindfunctions_suite):
11276           Add unit test for the above.
11277
11278 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11281           On second thought, use "depth" field rather than "bpp" field.
11282
11283 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11286           Camtasia caps apparently need a bpp field (#398875).
11287
11288 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11289
11290         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11291         (gen_source_element), (gst_play_base_bin_change_state):
11292           Attempt at a better error message in case we don't have the required
11293           URI handler installed; post missing-plugin message also when we're
11294           missing an URI handler for the subtitle URI; clean up properly also
11295           when an error occurs and we never made it to PAUSED state.
11296
11297         * tests/check/elements/playbin.c: (GST_START_TEST),
11298         (playbin_suite):
11299           Check that we're also getting a missing-plugin messsage for a
11300           missing subtitle URI handler (and clean up properly).
11301
11302 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11303
11304         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
11305           Plug a few reference leaks.
11306
11307 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11310           Lower probability a bit if the marker isn't right at the start,
11311           to decrease the chance of false positives.
11312
11313 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11316           Small mpeg2 system stream typefinding improvement: make typefinder
11317           probe a bit into the stream instead of just looking for a marker
11318           at the beginning. Fixes #397810.
11319
11320 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11321
11322         * gst/audioconvert/gstchannelmix.c:
11323           Remove compatibility cruft for prehistoric GLib versions.
11324
11325 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
11326
11327         * gst/playback/Makefile.am:
11328         * gst/playback/gstdecodebin.c: (close_pad_link):
11329         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
11330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11331         (gst_play_base_bin_handle_message_func), (unknown_type):
11332           Let decodebin be the element to post missing-plugin messages for
11333           missing decoders (rather than playbin); make playbin implement
11334           GstBin::handle_message so we can suppress missing-plugin messages
11335           for types we're not handling on purpose (don't want to bring up an
11336           installer in those cases).
11337
11338 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
11339
11340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
11341         * gst-libs/gst/tag/gstvorbistag.c:
11342         (gst_tag_list_to_vorbiscomment_buffer):
11343         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
11344           Fix potentially unaligned access (#397207).
11345
11346 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11347
11348         * tests/examples/seek/seek.c: (set_scale), (update_scale),
11349         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
11350         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
11351         (main):
11352           Allow to toggle looping while it plays. Fix callback prototype. Clean
11353           up code a bit more. Add copyright header.
11354
11355 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
11356
11357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11358           Red and blue mask was swapped (spotted by Dan Williams).
11359
11360 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
11361
11362         * gst-libs/gst/tag/gstid3tag.c:
11363         * gst-libs/gst/tag/gstvorbistag.c:
11364           Use new beats-per-minute tag from core.
11365
11366 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * po/POTFILES.in:
11369           Add new files with translatable strings, so they actually make it
11370           into the template file one day.
11371
11372 2007-01-12  Andy Wingo  <wingo@pobox.com>
11373
11374         * gst-libs/gst/audio/gstbaseaudiosink.c
11375         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
11376         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
11377         stuff, as the base class handles this now. Actually tell the ring
11378         buffer to start.
11379         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
11380         How did this work before? Maybe I'm not as awesome a programmer as
11381         I think.
11382
11383         * gst-libs/gst/audio/gstbaseaudiosrc.c
11384         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
11385         of a pad function.
11386
11387 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11388
11389         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
11390           Remove more fields so that the application can better blacklist
11391           formats that have been tried before.
11392
11393 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11394
11395         * gst-libs/gst/audio/mixerutils.h:
11396           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
11397           used when compiling with c++ compilers as well.
11398
11399 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
11400
11401         * gst/typefind/gsttypefindfunctions.c:
11402           Fix comment.
11403
11404 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
11405
11406         * gst/playback/gstplaybin.c: (post_missing_element_message),
11407         (gen_video_element), (gen_text_element), (gen_audio_element),
11408         (gen_vis_element):
11409           Post missing-plugin messages also when we error out because
11410           converters, textoverlay or auto*sinks are missing (#161922).
11411
11412 2007-01-10  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
11415         (is_demuxer_element), (new_caps):
11416         * gst/playback/gstplaybasebin.c: (source_new_pad):
11417         Fix the case where we try to ref a NULL element when we delay a link
11418         because of unfixed caps.
11419         Set the state of autoplugged decodebins to PAUSED.
11420         RTSP now works in playbin, we can remove it from the blacklist.
11421
11422 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11423
11424         * gst/playback/Makefile.am:
11425         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
11426         (unknown_type), (setup_subtitle), (gen_source_element):
11427         * gst/playback/gstplaybin.c: (plugin_init):
11428           Post missing-plugin messages on the bus for missing sources and
11429           missing decoders/demuxers/depayloaders; fix error code used when
11430           we're missing an URI handler source; for media types that we are not
11431           handling on purpose at the moment, don't print "don't know how to
11432           handle xyz" messages to the terminal or post missing-plugin
11433           messages on the bus.
11434
11435         * tests/check/elements/playbin.c: (create_playbin),
11436         (GST_START_TEST), (gst_codec_src_uri_get_type),
11437         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
11438         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
11439         (gst_codec_src_init_type), (gst_codec_src_base_init),
11440         (gst_codec_src_create), (gst_codec_src_class_init),
11441         (gst_codec_src_init), (plugin_init), (playbin_suite):
11442           Add some tests for the missing-plugin stuff.
11443
11444 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11445
11446         * configure.ac:
11447         * gst-libs/gst/Makefile.am:
11448         * gst-libs/gst/utils/Makefile.am:
11449         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
11450         * gst-libs/gst/utils/base-utils.h:
11451         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
11452         (find_format_info), (caps_are_rtp_caps),
11453         (gst_base_utils_get_source_description),
11454         (gst_base_utils_get_sink_description),
11455         (gst_base_utils_get_decoder_description),
11456         (gst_base_utils_get_encoder_description),
11457         (gst_base_utils_get_element_description),
11458         (gst_base_utils_add_codec_description_to_tag_list),
11459         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
11460         * gst-libs/gst/utils/descriptions.h:
11461         * gst-libs/gst/utils/missing-plugins.c:
11462         (missing_structure_get_type), (copy_and_clean_caps),
11463         (gst_missing_uri_source_message_new),
11464         (gst_missing_uri_sink_message_new),
11465         (gst_missing_element_message_new),
11466         (gst_missing_decoder_message_new),
11467         (gst_missing_encoder_message_new),
11468         (missing_structure_get_string_detail),
11469         (missing_structure_get_caps_detail),
11470         (gst_missing_plugin_message_get_installer_detail),
11471         (gst_missing_plugin_message_get_description),
11472         (gst_is_missing_plugin_message):
11473         * gst-libs/gst/utils/missing-plugins.h:
11474           API: add new libgstbaseutils library with functions
11475           - to create and parse missing-plugins messages
11476           - that provide (translated) descriptions for caps/decoders/sources/etc.
11477           Closes #392393.
11478
11479         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
11480         * pkgconfig/gstreamer-plugins-base.pc.in:
11481           Add new lib.
11482
11483         * docs/libs/gst-plugins-base-libs-docs.sgml:
11484         * docs/libs/gst-plugins-base-libs-sections.txt:
11485           Generate docs for new lib and API.
11486
11487         * tests/check/Makefile.am:
11488         * tests/check/libs/.cvsignore:
11489         * tests/check/libs/utils.c: (missing_msg_check_getters),
11490         (GST_START_TEST), (libgstbaseutils_suite):
11491           Add some basic unit tests.
11492
11493 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11494
11495         * ext/ogg/Makefile.am:
11496           Dist gstoggdemux.h to fix 'make distcheck'.
11497
11498         * sys/v4l/Makefile.am:
11499           Fix 'make distcheck' even more.
11500
11501 2007-01-09  Wim Taymans  <wim@fluendo.com>
11502
11503         * docs/plugins/Makefile.am:
11504         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11505         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11506         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11507         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
11508         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
11509         (gst_ogg_demux_perform_seek):
11510         * ext/ogg/gstoggdemux.h:
11511         Added docs.
11512         Add some more comments.
11513         Small cleanups.
11514
11515 2007-01-09  Wim Taymans  <wim@fluendo.com>
11516
11517         * ext/theora/theoradec.c:
11518         * ext/vorbis/vorbisdec.c:
11519         * gst-libs/gst/audio/gstringbuffer.c:
11520         (gst_ring_buffer_commit_full):
11521         * gst-libs/gst/audio/gstringbuffer.h:
11522         * gst-libs/gst/rtp/gstrtpbuffer.c:
11523         * gst-libs/gst/tag/gstvorbistag.c:
11524         Small documentation updates/fixes
11525
11526 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * configure.ac:
11529           Require core CVS HEAD for Andy's basesrc/sink API additions.
11530
11531 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
11534
11535         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
11536         (plugin_init):
11537           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
11538           on flac.sf.net (there appear to be other versions of the first
11539           ogg page in the wild) (#391365).
11540
11541 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11542
11543         * configure.ac:
11544           Check if localtime_r() is available.
11545
11546         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
11547           If localtime_r() is not available, fall back to localtime(). Should
11548           fix build on MingW (#393310).
11549
11550 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
11551
11552         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
11553         * gst/subparse/gstsubparse.h:
11554           Remove spurious 1000 subtrahend when calculating the timestamp from
11555           the frame number and the frame rate . Also, use the frames/second
11556           value specified in the first line of the file, if one is specified
11557           there. Should fix #357503.
11558
11559         * tests/check/elements/subparse.c: (do_test),
11560         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
11561         (subparse_suite):
11562           Add some basic unit tests for the microdvd subtitle format.
11563
11564 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11565
11566         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11567
11568         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11569         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
11570         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
11571         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
11572         (gst_xvimagesink_set_xwindow_id),
11573         (gst_xvimagesink_set_event_handling),
11574         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11575         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11576         Fixes: #390076.
11577         Add an adaptor property to select a specific XV adaptor.
11578         * sys/xvimage/xvimagesink.h:
11579
11580 2007-01-07  Julien MOUTTE  <julien@moutte.net>
11581
11582         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11583         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
11584         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
11585         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
11586         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11587         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
11588         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11589         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
11590         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
11591         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
11592         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
11593         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
11594         Use flow_lock much more to protect every access to xwindow.
11595         Try to catch erros while creating images in case some drivers are
11596         just generating an XError when the requested image is too big.
11597         Should fix : #354698, #384008, #384060.
11598         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
11599         Implement some stress testing of setting window xid.
11600
11601 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
11602
11603         * win32/common/libgsaudio.def:
11604           Add new exported function.
11605         * win32/common/libgstogg.dsp:
11606           Add gstoggaviparse.c to the build.
11607         * win32/common/libgstvideoscale.dsp:
11608           Add vs_4tap.c to the build.
11609         * win32/common/libgstvorbis.dsp:
11610           Add vorbistag.c to the build.
11611         
11612 2007-01-06  Andy Wingo  <wingo@pobox.com>
11613
11614         * gst-libs/gst/audio/gstbaseaudiosink.c
11615         (gst_base_audio_sink_class_init)
11616         (gst_base_audio_sink_init): 
11617         (gst_base_audio_sink_activate_pull): Add an activate_pull function
11618         to baseaudiosink, and tell basesink that we can work in pull mode.
11619         This way the ring buffer thread drives the pipeline directly, if
11620         pull mode is possible. There is some lingering nastiness regarding
11621         capsnego, however.
11622         (gst_base_audio_sink_callback): Implement the callback to pull
11623         data. This interface is a bit light, though -- it should get a
11624         GstFlowReturn return value at least.
11625
11626 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11627
11628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
11629         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11630         * gst/playback/gstdecodebin2.c:
11631         (gst_decode_group_check_if_blocked):
11632           Printf format and missing argument fixes.
11633
11634 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
11635
11636         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
11637         (gst_ogm_parse_change_state):
11638         Activate pads before adding them to the element.
11639
11640 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * tests/examples/seek/scrubby.c: (main):
11643         * tests/examples/seek/seek.c: (main):
11644           Call g_thread_init() first thing in main() (see #391278).
11645
11646 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11647
11648         * tests/check/Makefile.am:
11649         * tests/check/libs/.cvsignore:
11650         * tests/check/libs/netbuffer.c: (GST_START_TEST),
11651         (netbuffer_suite):
11652           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
11653           for the time being, since it's broken, see #393099.
11654
11655 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * tests/check/Makefile.am:
11658           Update to use GST_PLUGINS_BASE_CFLAGS as well.
11659
11660 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * configure.ac:
11663           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
11664           so that GST_BASE_CFLAGS can go inbetween them, making sure
11665           we use uninstalled gst-libs headers
11666         * docs/libs/Makefile.am:
11667         * ext/alsa/Makefile.am:
11668         * ext/cdparanoia/Makefile.am:
11669         * ext/gnomevfs/Makefile.am:
11670         * ext/libvisual/Makefile.am:
11671         * ext/ogg/Makefile.am:
11672         * ext/theora/Makefile.am:
11673         * ext/vorbis/Makefile.am:
11674         * gst-libs/gst/audio/Makefile.am:
11675         * gst-libs/gst/cdda/Makefile.am:
11676         * gst-libs/gst/interfaces/Makefile.am:
11677         * gst-libs/gst/riff/Makefile.am:
11678         * gst-libs/gst/rtp/Makefile.am:
11679         * gst-libs/gst/tag/Makefile.am:
11680         * gst/adder/Makefile.am:
11681         * gst/audioconvert/Makefile.am:
11682         * gst/audiorate/Makefile.am:
11683         * gst/audioresample/Makefile.am:
11684         * gst/playback/Makefile.am:
11685         * gst/tcp/Makefile.am:
11686         * gst/videoscale/Makefile.am:
11687         * gst/volume/Makefile.am:
11688         * sys/ximage/Makefile.am:
11689         * sys/xvimage/Makefile.am:
11690         * tests/icles/Makefile.am:
11691           adapt
11692
11693 2007-01-04  Julien MOUTTE  <julien@moutte.net>
11694
11695         * gst-libs/gst/interfaces/xoverlay.c:
11696         (gst_x_overlay_handle_events):
11697         * gst-libs/gst/interfaces/xoverlay.h:
11698         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11699         (gst_ximagesink_set_xwindow_id),
11700         (gst_ximagesink_set_event_handling),
11701         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
11702         (gst_ximagesink_get_property), (gst_ximagesink_init),
11703         (gst_ximagesink_class_init):
11704         * sys/ximage/ximagesink.h:
11705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
11706         (gst_xvimagesink_set_xwindow_id),
11707         (gst_xvimagesink_set_event_handling),
11708         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
11709         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
11710         (gst_xvimagesink_class_init):
11711         * sys/xvimage/xvimagesink.h:
11712         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
11713         Add a method to the XOverlay interface to allow disabling of 
11714         event handling in x[v]imagesink elements. This will let X events
11715         propagate to parent windows which can be usefull in some cases.
11716         Be carefull that the application is then responsible of pushing
11717         navigation events and expose events to the video sink.
11718         Fixes: #387138.
11719
11720 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
11721
11722         * gst-libs/gst/tag/gstvorbistag.c:
11723         * tests/check/libs/tag.c: (GST_START_TEST):
11724           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
11725           (fixes #392070).
11726
11727 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
11728
11729         * configure.ac:
11730         * docs/Makefile.am:
11731         * docs/design/Makefile.am:
11732           Dist design docs.
11733
11734 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11735
11736         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
11737         typo. Fixes: #390063.
11738
11739 2006-12-27  Julien MOUTTE  <julien@moutte.net>
11740
11741         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
11743         caps leak.
11744         * win32/common/config.h: Updated.
11745
11746 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
11747
11748         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
11749         (setup_gdpdepay_streamheader):
11750         * tests/check/elements/gdppay.c: (cleanup_gdppay),
11751         (setup_gdppay_streamheader):
11752           Fix the dp tests, but activating the pads for the streamheader tests
11753           too and cleaning up conditionaly
11754
11755 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
11756
11757         * gst/ffmpegcolorspace/avcodec.h:
11758         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11759         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
11760         (gst_ffmpegcsp_avpicture_fill):
11761         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
11762         (img_get_alpha_info):
11763         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
11764         other end of the word. Fixes: #387073.
11765
11766         Add some inconsequential branch hints in a couple of places.
11767
11768 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11771         (gst_ffmpeg_caps_to_smpfmt):
11772           The "signed" field in raw audio caps is of boolean type, trying to
11773           extract the value with _get_int() will fail (fix to keep in sync with
11774           the copy in gst-ffmpeg)
11775
11776 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
11777
11778         * tests/check/elements/audioresample.c: (cleanup_audioresample):
11779         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
11780         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
11781         (cleanup_gdpdepay):
11782         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
11783         * tests/check/elements/subparse.c: (teardown_subparse):
11784         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
11785         * tests/check/elements/videorate.c: (cleanup_videorate):
11786         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
11787         * tests/check/elements/volume.c: (cleanup_volume):
11788         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
11789         (cleanup_vorbisdec):
11790         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11791         (cleanup_vorbistag):
11792           consistent pad (de)activation
11793
11794 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11795
11796         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
11797           Forgot to register the extensions.
11798
11799 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
11800
11801         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
11802         (plugin_init):
11803           Add typefinder for VIVO files (my christmas present to the 90s).
11804
11805 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11806
11807         * gst/playback/gstdecodebin.c: (type_found):
11808           Special-case the text/plain media type: we only want to recognise it
11809           as a 'raw' decoded media type if it comes from a demuxer or subtitle
11810           parser, but not if the entire stream is of text/plain type. If the
11811           entire stream is text/plain, we should just error out.
11812
11813           This fixes playback of audio files with lyrics in totem. Totem can't
11814           distinguish between text files and subtitle files and passes any
11815           .txt file with the same basename as the main file to playbin as
11816           suburi, and playbin will then throw a 'subtitle found, but no video
11817           stream' error, which isn't entirely helpful. See #380342.
11818
11819           Also, with this change we'll show a slightly more correct error
11820           message in case totem passes a playlist file to us (although a
11821           custom error message wording instead of the default text would
11822           probably not be a bad idea either).
11823
11824           Same problem also needs to be fixed for playbin+decodebin2.
11825
11826         * tests/check/Makefile.am:
11827         * tests/check/elements/decodebin.c: (src_handoff_cb),
11828         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
11829         (decodebin_suite):
11830           Add simple unit test for decodebin for the above.
11831
11832 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
11833
11834         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11835         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
11836           Refuse to change state to READY when we failed to create any of the
11837           required elements in our instance init function.
11838
11839 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
11840
11841         * docs/libs/gst-plugins-base-libs-sections.txt:
11842           Small docs fixes/updates.
11843
11844         * gst-libs/gst/video/gstvideosink.h:
11845           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
11846           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
11847           removed from the base sink API between 0.9.6 and 0.9.7).
11848           API: add GST_VIDEO_SINK_CAST and use it for the height/width
11849           accessor macros, so we don't do a runtime GObject type check every
11850           time we use them.
11851
11852 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11853
11854         * Makefile.am:
11855         * gst-plugins-base.doap:
11856         * gst-plugins-base.spec.in:
11857           add doap file
11858
11859 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
11860
11861         Patch by: Jens Granseuer <jensgr at gmx net>
11862
11863         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11864         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11865         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
11866         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
11867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11868           Declare variables at the beginning of a block. Fixes #383195.
11869
11870 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
11871
11872         * configure.ac:
11873         Bump version nano - back to CVS.
11874
11875
11876 === release 0.10.11 ===
11877
11878 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
11879
11880         * configure.ac:
11881           releasing 0.10.11, "Dumb things"
11882
11883 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
11884
11885         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
11886         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
11887         Handle the case where an element has multiple pads with 
11888         unfixed caps as well as still possibly producing more dynamic 
11889         pads by storing each case as a distinct entry in the dynamic list.
11890         Fixes #38223 again.
11891
11892 2006-12-04  Wim Taymans  <wim@fluendo.com>
11893
11894         * gst/playback/gstdecodebin.c: (close_pad_link):
11895         Fix #382223, add more dynamic caps handling.
11896
11897 2006-12-04  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/audio/gstringbuffer.h:
11900         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11901         (gst_netaddress_set_ip4_interface),
11902         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11903         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11904         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11905         (gst_netaddress_get_ttl):
11906         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11907         * gst/playback/gstdecodebin.c: (close_pad_link):
11908         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11909         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11910         * win32/common/config.h:
11911
11912 2006-12-01  Michael Smith  <msmith@fluendo.com>
11913
11914         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11915           Delete bad debug code.
11916           Fixes #381219
11917
11918 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11919
11920         * gst/videoscale/vs_4tap.c:
11921         * win32/MANIFEST:
11922         * win32/common/config.h:
11923         * win32/vs8/libgstvideoscale.vcproj:
11924         Fix compilation on win32 under VS8
11925         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11926         Partially fixes #381175
11927
11928 2006-11-30  Michael Smith  <msmith@fluendo.com>
11929
11930         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11931         (GST_START_TEST):
11932           It would be very bad if, after a discont buffer, we thought every
11933           single following buffer was also discont. So, add to the test to
11934           ensure that this isn't the case.
11935           
11936         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11937           ... it was the case. So fix it.
11938
11939 2006-11-28  Wim Taymans  <wim@fluendo.com>
11940
11941         * gst/playback/gstplaybasebin.c: (check_queue_event):
11942         Improve debug.
11943
11944         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11945         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11946         padtemplate caps. Refixes #357577.
11947
11948 2006-11-28  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/playback/gstplaybasebin.c: (check_queue_event),
11951         (queue_threshold_reached), (queue_out_of_data),
11952         (gen_preroll_element):
11953         Add event probe to see when EOS is in a queue and we can disable the
11954         underrun signals. Fixes #357577.
11955
11956 2006-11-28  Edward Hervey  <edward@fluendo.com>
11957
11958         * gst/playback/Makefile.am:
11959         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11960         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11961         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11962         (gst_decode_bin_init), (gst_decode_bin_dispose),
11963         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11964         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11965         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11966         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11967         (connect_element), (expose_pad), (type_found),
11968         (pad_added_group_cb), (pad_removed_group_cb),
11969         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11970         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11971         (are_raw_caps), (multi_queue_overrun_cb),
11972         (multi_queue_underrun_cb), (gst_decode_group_new),
11973         (get_current_group), (group_demuxer_event_probe),
11974         (gst_decode_group_control_demuxer_pad),
11975         (gst_decode_group_control_source_pad),
11976         (gst_decode_group_check_if_blocked),
11977         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11978         (gst_decode_group_hide), (gst_decode_group_free),
11979         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11980         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11981         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11982         (plugin_init):
11983         New decodebin2 element.
11984         Closes #370092
11985         * gst/playback/gstplay-marshal.list:
11986         Added marshallers for new signals in decodebin2
11987         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11988         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11989         is set.
11990
11991 2006-11-28  Wim Taymans  <wim@fluendo.com>
11992
11993         * gst/playback/gstplaybasebin.c: (setup_source),
11994         (gst_play_base_bin_change_state):
11995         Disable rtsp:// uris for the release, it's not good enough yet.
11996         Remove unused var.
11997
11998 2006-11-26  Wim Taymans  <wim@fluendo.com>
11999
12000         * ext/theora/theoradec.c: (gst_theora_dec_reset),
12001         (theora_dec_push_forward), (theora_dec_push_reverse),
12002         (theora_handle_data_packet), (theora_dec_decode_buffer),
12003         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12004         (theora_dec_chain_forward), (theora_dec_chain):
12005         Implement reverse playback.
12006
12007         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12008         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
12009         (vorbis_dec_chain_forward):
12010         Clear buffers used for reverse playback in _reset.
12011         No need to set the eos flag, we clip samples using the segment.
12012
12013 2006-11-24  Wim Taymans  <wim@fluendo.com>
12014
12015         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
12016         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
12017         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
12018         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
12019         Some cleanups.
12020         Handle continued pages in reverse mode.
12021
12022 2006-11-24  Wim Taymans  <wim@fluendo.com>
12023
12024         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
12025         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12026         (vorbis_dec_flush_decode):
12027         Small cleanups.
12028         Don't try to add invalid timestamps.
12029         Clipping will unref the buffer.
12030
12031 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12032
12033         * gst/adder/gstadder.h:
12034         * gst/audiotestsrc/gstaudiotestsrc.h:
12035           remove obsolete _factory_init protos
12036
12037 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12038
12039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
12040           Fix spacing in debug message.
12041
12042 2006-11-23  Wim Taymans  <wim@fluendo.com>
12043
12044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12045         (gst_ogg_demux_chain):
12046         Don't just ignore return values from _pad_push().
12047         Small debug improvements.
12048
12049 2006-11-23  Michael Smith  <msmith@fluendo.com>
12050
12051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
12052           If our incoming buffer is marked as DISCONT, then increment the page
12053           number (so that the discontinuity is marked in the final ogg
12054           bitstream) and flush the previous page.
12055
12056 2006-11-22  Michael Smith  <msmith@fluendo.com>
12057
12058         * ext/theora/gsttheoraenc.h:
12059         * ext/theora/theoraenc.c: (gst_theora_enc_init),
12060         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
12061         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
12062         (theora_enc_chain), (theora_enc_change_state):
12063           Mark discontinuities of > 3/4 of a frame, reinit encoder.
12064
12065         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
12066         (GST_START_TEST), (theoraenc_suite):
12067           Enable discontinuity test, fix it.
12068
12069 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
12072         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
12073         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
12074         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
12075         (gst_text_overlay_change_state):
12076         * ext/pango/gsttextoverlay.h:
12077           Some textoverlay fixes: for one, in the video chain function,
12078           actually wait for a text buffer to come in if there is none at the
12079           moment and there should be one; also, deal more gracefully with
12080           incoming buffers that do not have a timestamp or duration; discard
12081           text buffer when not needed any longer. Fixes #341681.
12082
12083         * tests/check/Makefile.am:
12084         * tests/check/elements/.cvsignore:
12085         * tests/check/elements/textoverlay.c:
12086         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
12087         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
12088         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
12089         (test_video_waits_for_text_send_text_newsegment_thread),
12090         (test_video_waits_for_text_shutdown_element),
12091         (test_render_continuity_push_video_buffers_thread),
12092         (textoverlay_suite):
12093           Add some unit tests for textoverlay.
12094
12095 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
12096
12097         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12098           Avoid integer underflow when the found probability for mp3 is
12099           smaller than the 'penalty' we subtract if there's not a clean
12100           mp3 header sync at offset 0.
12101
12102 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
12103
12104         * docs/libs/gst-plugins-base-libs-sections.txt:
12105           Add some new symbols to the docs
12106
12107 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * tests/check/Makefile.am:
12110         * tests/check/elements/ffmpegcolorspace.c:
12111         (ffmpegcolorspace_suite):
12112           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
12113           (for now not for valgrinding though, since it takes too long).
12114
12115 2006-11-20  Wim Taymans  <wim@fluendo.com>
12116
12117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12118         (gst_ffmpeg_pixfmt_to_caps):
12119         Fix RGBA32 caps. Fixes #357038.
12120
12121 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * gst-libs/gst/interfaces/mixertrack.h:
12124           Add FIXME so we can add some padding here in 0.11
12125
12126 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12129           Fix GstBaseRTPAudioPayload structure so the whole GObject
12130           inheritance business actually works (parent class instance structure
12131           must always come first in the derived class instance structure).
12132
12133 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * gst/videotestsrc/Makefile.am:
12136         * tests/check/Makefile.am:
12137           Make sure our checks and the videotestsrc plugin link against the
12138           local uninstalled gst libs and not any installed gst libs that
12139           might happen to exist as well.
12140
12141         * tests/check/elements/adder.c: (message_received),
12142         (test_event_message_received), (test_play_twice_message_received):
12143         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
12144           Fix compiler warnings when compiling against core with disabled
12145           debugging system.
12146
12147 2006-11-16  Michael Smith  <msmith@fluendo.com>
12148
12149         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12150         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
12151           Fix audiorate, so that it accurately sets offsets and timestamps.
12152           Doesn't change the fundamental algorithmic decisions; so should be
12153           safe.
12154
12155         * tests/check/Makefile.am:
12156           Enable audiorate test now that it passes.
12157
12158 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
12159
12160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
12161           clear xv when going to NULL, remove // commented non-existant proto
12162
12163         * tests/examples/seek/seek.c: (main):
12164           add missing tooltip description for scrub and play_scrub
12165
12166 2006-11-14  David Schleef  <ds@schleef.org>
12167
12168         * configure.ac:
12169           Bump liboil requirement to 0.3.8.
12170         * gst-libs/gst/riff/riff-media.c:
12171           Add Dirac fourcc.
12172         * gst/videoscale/vs_image.h:
12173         * gst/videoscale/vs_scanline.h:
12174           Use liboil's stdint.h.
12175         * gst/videotestsrc/videotestsrc.c:
12176           Remove liboil related ifdef's, since they aren't needed now, and
12177           won't work with future versions.
12178
12179 2006-11-14  David Schleef  <ds@schleef.org>
12180
12181         * gst/videoscale/Makefile.am:
12182         * gst/videoscale/gstvideoscale.c:
12183         * gst/videoscale/gstvideoscale.h:
12184         * gst/videoscale/vs_4tap.c:
12185         * gst/videoscale/vs_4tap.h:
12186         * gst/videoscale/vs_image.c:
12187         * gst/videoscale/vs_image.h:
12188         * gst/videoscale/vs_scanline.c:
12189         * gst/videoscale/vs_scanline.h:
12190           Add a 4-tap image scaler.  Theoretically looks much prettier.
12191           The tap calculation could use some improvement.
12192
12193 2006-11-14  Wim Taymans  <wim@fluendo.com>
12194
12195         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
12196
12197         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
12198         (gst_riff_parse_strf_iavs):
12199         * gst/subparse/gstsubparse.c: (convert_encoding):
12200         * gst/tcp/gstmultifdsink.c:
12201         (gst_multi_fd_sink_handle_client_write):
12202         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12203         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
12204         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
12205         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
12206         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12207         (gst_ximagesink_ximage_new):
12208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12209         Various gsize and gssize printf fixes. Fixes #372507.
12210
12211 2006-11-13  Wim Taymans  <wim@fluendo.com>
12212
12213         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12214         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
12215         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
12216         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
12217         (vorbis_dec_chain_forward), (vorbis_dec_chain):
12218         * ext/vorbis/vorbisdec.h:
12219         First stab at vorbis reverse playback.
12220
12221 2006-11-13  Wim Taymans  <wim@fluendo.com>
12222
12223         * gst-libs/gst/audio/gstbaseaudiosink.c:
12224         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12225         * gst-libs/gst/audio/gstbaseaudiosink.h:
12226         Make the clock sync code more accurate wrt resampling and playback
12227         at different rates.
12228         
12229         * gst-libs/gst/audio/gstringbuffer.c:
12230         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
12231         * gst-libs/gst/audio/gstringbuffer.h:
12232         Use better algorithm to interpolate sample rates. 
12233
12234 2006-11-13  Michael Smith  <msmith@fluendo.com>
12235
12236         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
12237           Improve a debug line slightly.
12238
12239         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
12240           Call gst_riff_init() in plugin_init, to avoid getting errors from
12241           the debug system (unrelated changes to another plugin made this turn
12242           up; not sure why).
12243
12244 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12245
12246         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
12247
12248         * win32/common/libgsttag.def:
12249           Add missing symbol (#366492).
12250
12251 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
12252
12253         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
12254           Don't unref a NULL pad.
12255
12256 2006-11-09  Wim Taymans  <wim@fluendo.com>
12257
12258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
12259         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
12260         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
12261         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
12262         (gst_ogg_demux_loop):
12263         Implement first stab at reverse playback.
12264
12265 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
12266
12267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12268         (gst_riff_create_video_template_caps):
12269           add h263/h264 variants to the caps, Fixes #363118
12270
12271 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
12272
12273         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
12274         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
12275           Use g_strerror instead of strerror so we get UTF-8.
12276
12277 2006-11-03  David Schleef  <ds@schleef.org>
12278
12279         * ext/ogg/gstoggdemux.c:
12280         * ext/ogg/gstoggmux.c:
12281           Add/remove KW-DIRAC header here, since it is ogg-specific.
12282
12283 2006-11-03  Michael Smith  <msmith@fluendo.com>
12284
12285         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
12286           Recognise more mpeg4 elementary video streams.
12287
12288 2006-11-02  Edward Hervey  <edward@fluendo.com>
12289
12290         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
12291         Lower the probability of mp3 typefinding functions if we don't find a
12292         valid mp3 header at the start of the file.
12293         Closes #369482
12294
12295 2006-11-02  Wim Taymans  <wim@fluendo.com>
12296
12297         * ext/theora/gsttheoradec.h:
12298         * ext/theora/theoradec.c: (gst_theora_dec_init),
12299         (theora_dec_sink_event), (theora_dec_chain_forward),
12300         (theora_dec_flush_decode), (theora_dec_chain_reverse),
12301         (theora_dec_chain):
12302         Document and partially implement an algorithm for doing reverse playback
12303         of theora video.
12304
12305 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12306
12307         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12308
12309         * win32/common/config.h:
12310         * win32/common/interfaces-enumtypes.c:
12311         * win32/common/libgsttag.def:
12312         * win32/vs8/gst-plugins-base.sln:
12313         * win32/vs8/libgstaudioresample.vcproj:
12314         * win32/vs8/libgstinterfaces.vcproj:
12315         * win32/vs8/libgstogg.vcproj:
12316         * win32/vs8/libgstriff.vcproj:
12317         * win32/vs8/libgsttag.vcproj:
12318         * win32/vs8/libgsttheora.vcproj:
12319         * win32/vs8/libgstvideoscale.vcproj:
12320         * win32/vs8/libgstvorbis.vcproj:
12321           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
12322           to libgsttag.def; add missing dependencies for some vs8 projects;
12323           re-arrange placement of .def files in vs8 projects (#366334).
12324
12325 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12326
12327         * ext/ogg/gstogg.c:
12328           Remove unused variable.
12329
12330         * ext/ogg/gstoggdemux.c:
12331           Fix Wim's surname in plugin description.
12332
12333 2006-10-31  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst-plugins-base.spec.in:
12336         spec new .h file. Fixes #368310.
12337
12338 2006-10-31  Michael Smith  <msmith@fluendo.com>
12339
12340         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12341         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
12342         (gst_multi_fd_sink_get_stats),
12343         (gst_multi_fd_sink_remove_client_link),
12344         (gst_multi_fd_sink_queue_buffer),
12345         (gst_multi_fd_sink_handle_clients):
12346         * gst/tcp/gstmultifdsink.h:
12347           Make using the remove or clear signals threadsafe.
12348           Make calling get-stats with an invalid fd not segfault.
12349           Fixes 368273.
12350
12351 2006-10-31  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst-libs/gst/rtp/Makefile.am:
12354         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12355         (gst_base_rtp_audio_payload_init):
12356         Fix and activate base audio payloader.
12357
12358 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12359
12360         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
12361         (plugin_init):
12362           Add typefinder for QuickTime Image Files (see #366156).
12363
12364 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
12367           Another typo fix (#366212).
12368
12369 2006-10-27  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/volume/gstvolume.c: (volume_transform_ip):
12372         Use stream time to synchronize volume property instead of rather random
12373         timestamps. This is needed when gnonlin does its time shifting.
12374
12375 2006-10-27  Wim Taymans  <wim@fluendo.com>
12376
12377         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
12378
12379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
12380         Remove the pad from the element in release_pad. Fixes #364812.
12381
12382 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
12383
12384         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
12385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
12386           Explicitly create our custom buffer classes at a thread-safe
12387           location as well, since g_type_class_ref() doesn't seem to be
12388           entirely thread-safe either (#365501; also see #349410).
12389
12390 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
12391
12392         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
12393         (gst_riff_parse_info):
12394           If strings in INFO chunk are not UTF-8, do something similar to
12395           what we do for ID3v1 tags: check a number of environment variables
12396           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
12397           character sets to try, otherwise try the current locale and/or fall
12398           back on ISO-8859-1. Fixes #360552.
12399
12400 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12401
12402         * gst/videotestsrc/gstvideotestsrc.c:
12403         (gst_video_test_src_pattern_get_type),
12404         (gst_video_test_src_set_pattern):
12405         * gst/videotestsrc/gstvideotestsrc.h:
12406         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
12407         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
12408         (gst_video_test_src_checkers8):
12409         * gst/videotestsrc/videotestsrc.h:
12410           Add a bunch of exciting new checkers patterns.
12411
12412 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12413
12414         * gst/subparse/Makefile.am:
12415         * gst/subparse/gstsubparse.c:
12416         (gst_sub_parse_data_format_autodetect),
12417         (gst_sub_parse_format_autodetect), (handle_buffer),
12418         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
12419         * gst/subparse/gstsubparse.h:
12420         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
12421         (parse_tmplayer):
12422         * gst/subparse/tmplayerparse.h:
12423           Add support for TMPlayer-type subtitles (#362845).
12424
12425         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
12426         (GST_START_TEST), (subparse_suite):
12427           Add some basic unit tests for the above.
12428
12429 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * tests/check/elements/audiorate.c: (test_injector_base_init),
12432         (test_injector_class_init), (test_injector_chain),
12433         (test_injector_init), (probe_cb), (do_perfect_stream_test),
12434         (GST_START_TEST), (audiorate_suite):
12435           More tests for audiorate: inject buffers to check behaviour when
12436           buffers overlap.
12437
12438 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
12439
12440         * tests/check/Makefile.am:
12441         * tests/check/elements/.cvsignore:
12442         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
12443         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
12444           Add some basic unit tests for audiorate. Disabled at the moment
12445           since it doesn't pass yet (see bug #363119).
12446
12447 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
12450         (parse_subrip), (handle_buffer):
12451           Add missing closing tags for markup and fix broken markup,
12452           otherwise pango won't render anything (fixes #357531). Also,
12453           make sure the text we send out is always NUL-terminated
12454           (better safe than sorry etc.).
12455
12456         * tests/check/elements/subparse.c: (test_srt_do_test),
12457         (test_srt):
12458           Some more tests for .srt incl. tests for the above stuff.
12459
12460 2006-10-20  Julien MOUTTE  <julien@moutte.net>
12461
12462         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
12463         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
12464         Patch by: Stefan Kost  <ensonic@users.sf.net>
12465         Try to redraw borders only when needed. Apparently this consumes
12466         resources on small devices... :-O (#363607)
12467
12468 2006-10-20  Michael Smith  <msmith@fluendo.com>
12469
12470         * gst/tcp/gstmultifdsink.c:
12471         (gst_multi_fd_sink_client_queue_buffer):
12472           If caps change, then update the client's idea of the caps so that we
12473           don't end up re-sending streamheaders for every single buffer after
12474           the caps change.
12475
12476 2006-10-20  Michael Smith  <msmith@fluendo.com>
12477
12478         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
12479         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
12480           Set caps on pushed buffers; fix up refcounting of caps objects.
12481
12482 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
12485         (plugin_init):
12486           Typefind mmsh header data packet to application/x-mmsh (#362625).
12487
12488 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12489
12490         * tests/check/Makefile.am:
12491         * tests/check/elements/.cvsignore:
12492         * tests/check/elements/subparse.c: (buffer_from_static_string),
12493         (setup_subparse), (teardown_subparse), (test_srt_do_test),
12494         (GST_START_TEST), (subparse_suite):
12495           Add very simple unit test for subparse.
12496
12497 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12498
12499         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
12500         (parse_subrip):
12501           Strip trailing newlines from subtitle text output.
12502
12503 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12504
12505         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
12506         (gst_sub_parse_change_state):
12507           Fix memleak; clear subparse->textbuf n state change function.
12508
12509 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12510
12511         * gst/subparse/gstsubparse.c:
12512         (gst_sub_parse_data_format_autodetect):
12513           Don't require subrip (.srt) files to start with a chunk number of 1.
12514
12515 2006-10-18  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst-libs/gst/audio/gstbaseaudiosink.c:
12518         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12519         * gst-libs/gst/audio/gstbaseaudiosink.h:
12520         Extract rate from the NEWSEGMENT event.
12521         Use commit_full to also take rate adjustment into account when writing
12522         samples to the ringbuffer.
12523         
12524         * gst-libs/gst/audio/gstringbuffer.c:
12525         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
12526         (gst_ring_buffer_read):
12527         * gst-libs/gst/audio/gstringbuffer.h:
12528         Added _commit_full() to also take rate into account.
12529         Use simple interpolation algorithm to resample audio.
12530         API: gst_ring_buffer_commit_full()
12531
12532         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
12533         * tests/examples/seek/seek.c: (segment_done):
12534         Don't try to seek with 0.0 rate, just pause instead.
12535         Remove bogus debug line.
12536
12537 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12538
12539         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
12540         (setup_source):
12541           Catch async errors when starting up the subtitle bin, so we can
12542           stop waiting and continue with the main film instead of hanging
12543           forever. Fixes #339366.
12544
12545         * tests/check/elements/playbin.c: (playbin_suite):
12546           Enable unit test for the above.
12547
12548 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12549
12550         * tests/check/Makefile.am:
12551         * tests/check/elements/.cvsignore:
12552         * tests/check/elements/playbin.c: (GST_START_TEST),
12553         (gst_red_video_src_uri_get_type),
12554         (gst_red_video_src_uri_get_protocols),
12555         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
12556         (gst_red_video_src_uri_handler_init),
12557         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
12558         (gst_red_video_src_create), (gst_red_video_src_class_init),
12559         (gst_red_video_src_init), (plugin_init), (playbin_suite):
12560           Some small and basic unit tests for playbin; not very useful yet,
12561           but at least a start.
12562
12563 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12564
12565         * gst/playback/gstplaybin.c: (setup_sinks):
12566           The old pad activation spiel.
12567
12568 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
12569
12570         * gst/playback/gstplaybasebin.c: (setup_source):
12571           Don't hang forever if the subbin already fails to start up in 
12572           the state change to PAUSED (#339366).
12573
12574 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
12575
12576         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
12577         (gst_tuner_set_channel), (gst_tuner_get_channel),
12578         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
12579         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
12580         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
12581         (gst_tuner_find_channel_by_name):
12582           Fix some function guards, add some more function guards.
12583
12584 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
12587         (remove_element_chain):
12588         Don't return a pad from get_our_ghost_pad unless it is actually the
12589         one we want.
12590         Change a cast in remove_element_chain slightly.
12591
12592 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12593
12594         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12595         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
12596         Segment seeking needs to use the rate and set stop to -1.
12597
12598 2006-10-13  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst-libs/gst/audio/gstbaseaudiosink.c:
12601         (gst_base_audio_sink_setcaps):
12602         Don't crash when ringbuffer is not yet created.
12603         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
12604         Fixes #361634.
12605
12606         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12607         * gst/playback/gststreamselector.c:
12608         (gst_stream_selector_request_new_pad):
12609         Activate pads befre adding them to running elements.
12610
12611 2006-10-13  Julien MOUTTE  <julien@moutte.net>
12612
12613         * tests/examples/seek/seek.c: (do_seek), (start_seek),
12614         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
12615         updater when we start grabing the slider. Don't wait for the
12616         pipeline to be PAUSED.
12617
12618 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12619
12620         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
12621         (gst_mixer_set_volume), (gst_mixer_get_volume),
12622         (gst_mixer_set_mute), (gst_mixer_set_option),
12623         (gst_mixer_get_option), (gst_mixer_mute_toggled),
12624         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
12625         (gst_mixer_option_changed):
12626           Guard mixer interface functions against bogus arguments.
12627
12628 2006-10-12  Julien MOUTTE  <julien@moutte.net>
12629
12630         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
12631         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
12632         (msg_state_changed), (main): Use state-changed messages to trigger
12633         start/stop of scale update timer. Indeed the scale slider was
12634         jumping here and there because the update timer was activated 
12635         before seek completed. This fixes instant applying of rate changes
12636         by pressing the spinbutton like a crazy man !
12637
12638 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
12639
12640         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
12641
12642         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
12643         (gst_basertppayload_finalize):
12644           Fix two small memory leaks (#361456).
12645
12646 2006-10-10  Julien MOUTTE  <julien@moutte.net>
12647
12648         * tests/examples/seek/seek.c: (do_seek),
12649         (rate_spinbutton_changed_cb): When changing spinbutton we try
12650         to change the rate on the fly.
12651
12652 2006-10-10  Wim Taymans  <wim@fluendo.com>
12653
12654         * gst-libs/gst/riff/riff-ids.h:
12655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12656         (gst_riff_create_audio_template_caps):
12657         Add WMS caps.
12658
12659 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12660
12661         Patch by: Josep Torra Valles <josep@fluendo.com>
12662
12663         * ext/gnomevfs/gstgnomevfssink.c:
12664         * ext/gnomevfs/gstgnomevfssrc.c:
12665         Fix URI interface implementation return type.
12666         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
12667         Fix what looks like a copy/paste issue when assigning values.
12668         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12669         (gst_audio_filter_template_get_type):
12670         Cast to prevent Forte warnings.
12671         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12672         Fix URI interface implementation return type.
12673         gst_pad_query_position requires a signed integer pointer as
12674         3rd parameter, GstClockTime is unsigned.
12675         * gst/audioconvert/audioconvert.c:
12676         Fix integer overflow when treated as signed.
12677         * gst/audioresample/resample.c: (resample_add_input_data):
12678         Cast to prevent warnings on Forte.
12679         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
12680         Fix integer overflow when treated as signed.
12681         * gst/ffmpegcolorspace/imgconvert_template.h:
12682         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
12683         * gst/playback/gstdecodebin.c: (queue_filled_cb),
12684         (cleanup_decodebin):
12685         Who initialises a guint to -1!
12686         Cast function pointers to prevent warnings on Forte.
12687         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
12688         (queue_threshold_reached):
12689         Cast function pointers correctly to prevent warnings on Forte.
12690         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
12691         Cast function pointers correctly to prevent warnings on Forte.
12692         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
12693         Obvious change to unsigned, 0xEF > max signed char.
12694         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
12695         GstClockTime is unsigned, initialise correctly.
12696         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12697         Cast so pointer arithemetic doesn't cause warnings on Forte.
12698         * gst/videorate/gstvideorate.c:
12699         Use correct return value.
12700         * tests/examples/seek/scrubby.c:
12701         GstClockTime is unsigned, initialise correctly.
12702
12703 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
12704
12705         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
12706
12707         * gst/typefind/gsttypefindfunctions.c:
12708           Recognise XML files and XML-like files shorter than 256 bytes as
12709           well (fixes #359237).
12710
12711 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
12712
12713         Patch by: Renato Filho <renato.filho@indt.org.br>
12714         
12715         * gst/typefind/gsttypefindfunctions.c:
12716         Added typefind functions to video/x-nuv media.
12717         
12718 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         * gst-libs/gst/interfaces/xoverlay.c:
12721         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
12722           Some more guards against invalid input.
12723
12724 2006-10-07  Julien MOUTTE  <julien@moutte.net>
12725
12726         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
12727         Useless goto.
12728         * tests/examples/seek/seek.c: (do_seek),
12729         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
12730         seek example to experiment with rates != 1.0 (reverse playback !)
12731
12732 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
12733
12734         * gst-libs/gst/interfaces/xoverlay.c:
12735           Unref message in doc-example (spotted by Robert McQueen)
12736
12737 2006-10-06  Wim Taymans  <wim@fluendo.com>
12738
12739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12740         (mpeg1_parse_header), (mpeg1_sys_type_find):
12741         printf fix.
12742
12743 2006-10-06  Wim Taymans  <wim@fluendo.com>
12744
12745         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12746         (close_pad_link):
12747         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
12748         Activate dynamic pads before adding them to the element.
12749
12750 2006-10-06  Michael Smith  <msmith@fluendo.com>
12751
12752         * gst-libs/gst/floatcast/floatcast.h:
12753           Fix obviously-bogus macros; use the correct types.
12754
12755 2006-10-06  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12758         (gst_base_rtp_depayload_change_state):
12759         Also call parent state change function to activate pads.
12760
12761         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12762         (mpeg1_parse_header), (mpeg1_sys_type_find):
12763         Add some more debug info in mpeg typefinding.
12764
12765 2006-10-06  Michael Smith  <msmith@fluendo.com>
12766
12767         * ext/theora/theoradec.c: (theora_dec_chain):
12768           Zero byte theora packets are valid and well-defined; don't warn on
12769           them.
12770
12771 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
12774         (gst_multi_fd_sink_get_stats), (find_limits),
12775         (gst_multi_fd_sink_queue_buffer):
12776           API: add dropped_buffers to the get-stats GValueArray
12777
12778 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
12779
12780         * ext/alsa/gstalsadeviceprobe.c:
12781         (gst_alsa_device_property_probe_get_values):
12782         * ext/alsa/gstalsasink.c: (set_hwparams):
12783         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
12784         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
12785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
12786         (gst_ogg_mux_process_best_pad):
12787         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
12788         (gst_ogg_parse_chain):
12789         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
12790         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12791         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
12792         (gst_vorbis_enc_buffer_check_discontinuous):
12793         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
12794         * gst-libs/gst/audio/gstbaseaudiosink.c:
12795         (gst_base_audio_sink_render):
12796         * gst-libs/gst/cdda/gstcddabasesrc.c:
12797         (gst_cdda_base_src_handle_track_seek):
12798         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12799         (gst_base_rtp_depayload_push_full):
12800         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12801         * gst/audioresample/resample.c: (resample_input_pushthrough):
12802         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
12803         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12804         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
12805         (wavpack_type_find):
12806         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
12807         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12808         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
12809         * tests/check/elements/volume.c: (GST_START_TEST):
12810           Printf format fixes.
12811
12812 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
12815           Fix a simple mistake (see the docs)
12816           Fixes #359580
12817
12818 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12819
12820         * docs/plugins/Makefile.am:
12821         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12822         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12823         * docs/plugins/gst-plugins-base-plugins.args:
12824         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12825         * docs/plugins/inspect/plugin-adder.xml:
12826         * docs/plugins/inspect/plugin-alsa.xml:
12827         * docs/plugins/inspect/plugin-audioconvert.xml:
12828         * docs/plugins/inspect/plugin-audiorate.xml:
12829         * docs/plugins/inspect/plugin-audioresample.xml:
12830         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12831         * docs/plugins/inspect/plugin-cdparanoia.xml:
12832         * docs/plugins/inspect/plugin-decodebin.xml:
12833         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12834         * docs/plugins/inspect/plugin-gdp.xml:
12835         * docs/plugins/inspect/plugin-gnomevfs.xml:
12836         * docs/plugins/inspect/plugin-libvisual.xml:
12837         * docs/plugins/inspect/plugin-ogg.xml:
12838         * docs/plugins/inspect/plugin-pango.xml:
12839         * docs/plugins/inspect/plugin-playbin.xml:
12840         * docs/plugins/inspect/plugin-subparse.xml:
12841         * docs/plugins/inspect/plugin-tcp.xml:
12842         * docs/plugins/inspect/plugin-theora.xml:
12843         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12844         * docs/plugins/inspect/plugin-video4linux.xml:
12845         * docs/plugins/inspect/plugin-videorate.xml:
12846         * docs/plugins/inspect/plugin-videoscale.xml:
12847         * docs/plugins/inspect/plugin-videotestsrc.xml:
12848         * docs/plugins/inspect/plugin-volume.xml:
12849         * docs/plugins/inspect/plugin-vorbis.xml:
12850         * docs/plugins/inspect/plugin-ximagesink.xml:
12851         * docs/plugins/inspect/plugin-xvimagesink.xml:
12852           Add vorbistag element to docs; update version numbers to 0.10.10.1.
12853
12854 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12855
12856         Patch by: James "Doc" Livingston <doclivingston at gmail com>
12857
12858         * ext/vorbis/Makefile.am:
12859         * ext/vorbis/vorbis.c: (plugin_init):
12860         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
12861         (vorbis_parse_parse_packet), (vorbis_parse_chain):
12862         * ext/vorbis/vorbisparse.h:
12863         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
12864         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
12865         (gst_vorbis_tag_parse_packet):
12866         * ext/vorbis/vorbistag.h:
12867           Add new vorbistag element which derives from vorbisparse
12868           and is essentially the same as well, only that it implements
12869           the GstTagSetter interface and can modify the stream's
12870           vorbiscomment on the fly (#335635).
12871
12872         * tests/check/Makefile.am:
12873         * tests/check/elements/.cvsignore:
12874         * tests/check/elements/vorbistag.c: (setup_vorbistag),
12875         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
12876         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
12877         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
12878           Add unit test for new vorbistag element.
12879
12880 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
12883         (vorbis_parse_push_headers), (vorbis_parse_chain):
12884           Set BOS flag in packet structure to fix 'jump depends
12885           on unitialized value' errors in valgrind; various minor
12886           clean-ups.
12887
12888 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
12889
12890         * gst/playback/gstdecodebin.c: (close_pad_link):
12891         Fix typo in a debug statement.
12892
12893         * gst/playback/gstplaybasebin.c: (probe_triggered),
12894         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
12895         (gen_source_element), (source_new_pad), (analyse_source),
12896         (setup_source):
12897         When handling no_more_pads in new_decoded_pad, make sure to treat
12898         subtitle pads correctly. Fixes playback with subtitle files.
12899
12900         Move a recurring message to LOG level.
12901
12902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12903         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12904         which ends up as -1 when cast to an int. Make the logic handle the
12905         max value as an unsigned mask and only change the colorkey when it's
12906         a value we recognise.
12907
12908 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12909
12910         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12911         Removed empty * between paragraphs
12912
12913 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12914
12915         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12916         * gst-libs/gst/rtp/README:
12917         Moved some documentation into .c file
12918
12919 2006-09-29  Wim Taymans  <wim@fluendo.com>
12920
12921         * gst/playback/gstdecodebin.c: (no_more_pads):
12922         Fix compilation.
12923
12924 2006-09-29  Wim Taymans  <wim@fluendo.com>
12925
12926         * gst/playback/gstdecodebin.c: (new_caps):
12927         Remove g_print
12928
12929         * gst/playback/gstplaybin.c:
12930         Add some docs.
12931
12932 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12933
12934         * tests/check/Makefile.am:
12935           Re-enable cddabasesrc test to see if it works again
12936           now.
12937
12938 2006-09-29  Wim Taymans  <wim@fluendo.com>
12939
12940         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12941         (gen_source_element):
12942         Handle invalid URIs a bit more gracefully.
12943
12944 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12945
12946         * tests/check/pipelines/oggmux.c:
12947           Remove obsolete comment.
12948
12949 2006-09-29  Michael Smith  <msmith@fluendo.com>
12950
12951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12952         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12953         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12954         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12955         (gst_ogg_mux_collected):
12956           Commit patch from James "Doc" Livingston, adds proper EOS handling
12957           in oggmux. GStreamer can, for the first time ever, create a valid
12958           Ogg file! Yay!
12959
12960         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12961         (oggmux_suite):
12962           Reenable tests now that they pass.
12963
12964 2006-09-29  Wim Taymans  <wim@fluendo.com>
12965
12966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12967         Stop reading commands when EOF (we read 0) as well.
12968
12969 2006-09-28  Wim Taymans  <wim@fluendo.com>
12970
12971         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12972         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12973         (find_dynamic), (unlinked), (close_link):
12974         Implement delayed caps linking needed for element with a lot of
12975         different caps on the src pads that get fixed at runtime.
12976         Improve management of dynamic elements.
12977
12978         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12979         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12980         (gen_preroll_element), (remove_groups), (unknown_type),
12981         (add_element_stream), (no_more_pads_full), (no_more_pads),
12982         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12983         (new_decoded_pad), (setup_subtitle), (array_has_value),
12984         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12985         (analyse_source), (remove_decoders), (make_decoder),
12986         (remove_source), (setup_source), (finish_source), (prepare_output),
12987         (gst_play_base_bin_change_state):
12988         * gst/playback/gstplaybasebin.h:
12989         Use more _CAST instead of full type checking casts.
12990         Small cleanups, plug some leaks.
12991         Handle dynamic sources.
12992         Add some helper functions to create lists of strings used for
12993         blacklisting and other stuff.
12994         Refactor some code dealing with analysing the source.
12995         Re-enable sources without pads (like cd:// or other selfcontained
12996         elements).
12997
12998 2006-09-28  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst-libs/gst/audio/gstbaseaudiosink.c:
13001         (gst_base_audio_sink_render):
13002         When we have a timestamp, we can still perform clipping.
13003         When we have no clock, we must play the sample ASAP.
13004
13005 2006-09-28  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13008         Set caps on outgoing buffers.
13009
13010         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
13011         (gst_video_rate_event), (gst_video_rate_chain):
13012         * gst/videorate/gstvideorate.h:
13013         Fix videorate some more. Fixes #357977
13014
13015 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13016
13017         * tests/check/elements/adder.c: (adder_suite):
13018           Don't set timeout to 6 seconds when we're running
13019           in valgrind ... (and how is 6 seconds longer than
13020           the default anyway?)
13021
13022 2006-09-28  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13025         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
13026         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
13027         Keep sink and src segment to keep track of time and support more
13028         input formats.
13029         Fix bogus next_offset and run_time calculation, don't understand how
13030         this could have worked before. Fixes #357976.
13031         Remove some unneeded vars.
13032
13033 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * gst/playback/gstplaybin.c: (remove_sinks):
13036           Only remove visualisation from visbin if there is a visbin (or:
13037           don't throw warnings when closing totem without playing a file).
13038
13039 2006-09-27  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst-libs/gst/audio/gstbaseaudiosink.c:
13042         (gst_base_audio_sink_render):
13043         Add some more info in a WARNING.
13044
13045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13046         (gst_base_audio_src_create):
13047         Handle PAUSE in create function, use new -core addition to
13048         wait for playing. Fixes pausing and resuming capture from an
13049         audiosrc.
13050
13051         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
13052         (gst_ring_buffer_read):
13053         Constify some more.
13054         Caller supports interrupted reads now.
13055
13056 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13057
13058         * tests/check/Makefile.am:
13059           Another attempt to make the gen64 buildbot happy.
13060
13061 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
13062
13063         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
13064
13065         * ext/libvisual/visual.c: (gst_visual_clear_actors),
13066         (gst_visual_chain), (gst_visual_change_state):
13067           Libvisual plugin was not passing audio data to libvisual 0.4.0 
13068           correctly. Fixes #357800
13069
13070 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
13073           Add timeout to _get_state() so we see which pipeline it is
13074           that causes trouble on the gen64 build bot.
13075
13076 2006-09-27  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13079         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
13080         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
13081         (gst_base_rtp_depayload_set_gst_timestamp):
13082         the source pad always uses fixed caps.
13083
13084 2006-09-27  Wim Taymans  <wim@fluendo.com>
13085
13086         * docs/libs/gst-plugins-base-libs-docs.sgml:
13087         * docs/libs/gst-plugins-base-libs-sections.txt:
13088         * gst-libs/gst/audio/gstaudioclock.c:
13089         * gst-libs/gst/audio/gstaudioclock.h:
13090         * gst-libs/gst/audio/gstaudiosink.c:
13091         * gst-libs/gst/audio/gstaudiosink.h:
13092         * gst-libs/gst/audio/gstaudiosrc.c:
13093         * gst-libs/gst/audio/gstbaseaudiosink.c:
13094         (gst_base_audio_sink_render):
13095         * gst-libs/gst/audio/gstbaseaudiosink.h:
13096         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
13097         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13098         * gst-libs/gst/audio/gstringbuffer.h:
13099         Added docs for the audio libs.
13100
13101 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
13102
13103         * tests/check/Makefile.am:
13104           Temporarily disable test that fails on the bots for unknown reasons.
13105
13106 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13107
13108         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13109         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13110         Moved AudioCodecType into priv
13111         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
13112
13113 2006-09-25  Wim Taymans  <wim@fluendo.com>
13114
13115         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13116         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
13117         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
13118         (new_pad):
13119         Cleanups and small leak fixes.
13120         Added Depayloaders to valid list of autopluggable elements.
13121
13122 2006-09-25  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13125         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
13126         (gen_video_element), (gen_text_element), (gen_audio_element),
13127         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
13128         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
13129         Detect NO_PREROLL state change returns and disable clock distribution to
13130         the sinks so that sync is disabled.
13131         Avoid some type checking and do simple casts instead.
13132         Small cleanups, fix some FIXMEs.
13133         Be more robust when linking user specified elements, catch an report
13134         errors. Fixes #357404.
13135         Fix some leaks in the error paths.
13136
13137 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
13138
13139         * ChangeLog:
13140           ChangeLog surgery for missing bug-number
13141
13142 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         Patch by: Peter Kjellerstedt  <pkj at axis com>
13145
13146         * gst/playback/test.c:
13147           Fix compilation with uClibc and -Werror (#357591).
13148
13149 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13150
13151         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
13152           Parse dates that are followed by a time as well (#357532).
13153
13154         * tests/check/libs/tag.c: (test_vorbis_tags):
13155           Add unit test for this.
13156
13157 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13158
13159         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13160         (gst_audio_convert_transform_caps):
13161         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
13162         * gst/videotestsrc/videotestsrc.h:
13163           A few array const-ifications.
13164
13165 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13166
13167         * tests/check/Makefile.am:
13168           See if this makes the build bots happy.
13169
13170         * tests/check/libs/cddabasesrc.c:
13171           UTF8-ise my name.
13172
13173 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13176
13177         * gst/subparse/samiparse.c: (handle_start_font),
13178         (fix_invalid_entities):
13179           More case-insensitivity for certain tags; recognise entities with
13180           decimal codes as special entities as well (#357330).
13181
13182 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13183
13184         * gst-libs/gst/Makefile.am:
13185           Need to build tag directory before cdda.
13186
13187 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         * docs/libs/gst-plugins-base-libs-sections.txt:
13190         * gst-libs/gst/cdda/Makefile.am:
13191         * gst-libs/gst/cdda/gstcddabasesrc.c:
13192         (gst_cdda_base_src_base_init):
13193         * gst-libs/gst/cdda/gstcddabasesrc.h:
13194         * gst-libs/gst/tag/tag.h:
13195         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
13196         (gst_tag_register_musicbrainz_tags):
13197           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
13198           depend on libgsttag. This is required so we can extract/read tags like
13199           DISCID without depending on libgstcddabasesrc (which used to register
13200           them).
13201
13202         * gst-libs/gst/tag/gstvorbistag.c:
13203           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
13204           tags (also see #347848).
13205
13206         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
13207           Log vorbis comments we are actually writing. Const-ify array.
13208
13209 2006-09-23  Wim Taymans  <wim@fluendo.com>
13210
13211         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13212         Improve buffering a bit by avoiding a deadlock because we cannot assume
13213         the underrun is always called.
13214
13215 2006-09-23  Wim Taymans  <wim@fluendo.com>
13216
13217         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13218
13219         * gst-libs/gst/riff/riff-ids.h:
13220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13221         (gst_riff_create_audio_template_caps):
13222         Added MPEG-4 AAC and id and caps. Fixes #357289
13223         Added WMA9 Lossless id.
13224
13225 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13226
13227         * ext/gnomevfs/gstgnomevfssrc.c:
13228           Fix misleading docs addition.
13229
13230         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13231           Get rid of compiler warning the right way.
13232
13233 2006-09-22  Wim Taymans  <wim@fluendo.com>
13234
13235         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13236         (gst_base_rtp_depayload_finalize),
13237         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
13238         (gst_base_rtp_depayload_push_full),
13239         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
13240         (gst_base_rtp_depayload_process),
13241         (gst_base_rtp_depayload_set_gst_timestamp),
13242         (gst_base_rtp_depayload_queue_release):
13243         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13244         Small cleanups.
13245         Fix some leaks.
13246         Refactored the process method and added methods to push from the process
13247         vmethod.
13248         Use _scale functions.
13249         API: gst_base_rtp_depayload_push_ts
13250         API: gst_base_rtp_depayload_push
13251
13252         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
13253         timestamps are uint.
13254
13255 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
13256
13257         * gst-libs/gst/interfaces/xoverlay.c:
13258           Remove unused statement from doc example.
13259
13260 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
13261
13262         * gst-libs/gst/interfaces/videoorientation.c:
13263         (gst_video_orientation_iface_init),
13264         (gst_video_orientation_get_hflip),
13265         (gst_video_orientation_get_vflip),
13266         (gst_video_orientation_get_hcenter),
13267         (gst_video_orientation_get_vcenter),
13268         (gst_video_orientation_set_hflip),
13269         (gst_video_orientation_set_vflip),
13270         (gst_video_orientation_set_hcenter),
13271         (gst_video_orientation_set_vcenter):
13272           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
13273           in ChangeLog)
13274
13275 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
13276
13277         * tests/check/Makefile.am:
13278         * tests/check/elements/.cvsignore:
13279         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
13280         (create_rgb_conversions), (rgb_conversion_free),
13281         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
13282         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
13283           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
13284           but disable for now since it doesn't pass (something wrong with
13285           RGBA somewhere).
13286
13287 2006-09-21  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst/playback/gstplaybasebin.c: (group_commit),
13290         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
13291         (queue_out_of_data), (gen_preroll_element),
13292         (preroll_remove_overrun), (probe_triggered):
13293         Refactor handling of overrun detection.
13294         Separate handling of group completion and deadlock detection when doing
13295         network buffering. This should fix some deadlocks that were not detected
13296         because the group was completed.
13297         Add more comments, improve debugging.
13298
13299 2006-09-21  Wim Taymans  <wim@fluendo.com>
13300
13301         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13302         * tests/check/libs/audio.c:
13303         Some more compilation fixes.
13304
13305 2006-09-21  Wim Taymans  <wim@fluendo.com>
13306
13307         * gst-libs/gst/audio/gstringbuffer.c:
13308         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13309         (gst_ring_buffer_read):
13310         Early morning compilation fix.
13311
13312 2006-09-20  Wim Taymans  <wim@fluendo.com>
13313
13314         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
13315         * tests/check/elements/multifdsink.c: (GST_START_TEST):
13316         * tests/check/elements/videorate.c: (GST_START_TEST):
13317         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13318         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
13319         Fix some warnings.
13320
13321 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13322
13323         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13324         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13325         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13326           Handcrafted merge to help CVS understanding what I changed and what
13327           not.
13328
13329 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
13330
13331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13332         (gst_xvimagesink_get_times):
13333           change colorkey behaviour back according to #354773 comment 6/7
13334
13335 2006-09-19  Michael Smith  <msmith@fluendo.com>
13336
13337         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13338         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
13339         (gst_multi_fd_sink_recover_client),
13340         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
13341         (gst_multi_fd_sink_get_property):
13342         * gst/tcp/gstmultifdsink.h:
13343           Implement stubbed out properties unit-type, units-soft-max,
13344           units-max, to allow specifying maximum sizes in units other than
13345           buffers.
13346           Fixes #355935
13347
13348 2006-09-19  Wim Taymans  <wim@fluendo.com>
13349
13350         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13351         (gst_riff_create_audio_template_caps):
13352         Reorder the audio formats a bit for clarity.
13353         Detect and create caps for MSGSM and MSN (WAV49).
13354         Fixes #356596.
13355
13356         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13357         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
13358         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
13359         Small cleanups, move error handling out of normal flow for clarity.
13360
13361 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13362
13363         * docs/libs/gst-plugins-base-libs-docs.sgml:
13364         * docs/libs/gst-plugins-base-libs.types:
13365         * gst-libs/gst/interfaces/Makefile.am:
13366         * gst-libs/gst/interfaces/videoorientation.c:
13367         (gst_video_orientation_get_type),
13368         (gst_video_orientation_iface_init),
13369         (gst_video_orientation_get_hflip),
13370         (gst_video_orientation_get_vflip),
13371         (gst_video_orientation_get_hcenter),
13372         (gst_video_orientation_get_vcenter),
13373         (gst_video_orientation_set_hflip),
13374         (gst_video_orientation_set_vflip),
13375         (gst_video_orientation_set_hcenter),
13376         (gst_video_orientation_set_vcenter):
13377         * gst-libs/gst/interfaces/videoorientation.h:
13378           API: Add new interface to control video orientation (fixes #354908)
13379
13380 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13381
13382         * gst/videotestsrc/gstvideotestsrc.c:
13383           Use G_UNLIKELY in _create and log one more detail.
13384           
13385         (gst_video_test_src_get_times), (gst_video_test_src_create):
13386         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13387           Use gst_util_uint64_scale_int in _get_times().
13388
13389 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13390
13391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
13392           Give better warning message (add object and detail).
13393
13394 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13395
13396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13397         (gst_xvimagesink_get_times):
13398           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
13399           #354773), use gst_util_uint64_scale_int in _get_times()
13400
13401 2006-09-18  Michael Smith  <msmith@fluendo.com>
13402
13403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
13404           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
13405           always true, leading to dropping all timestamps.
13406
13407 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
13408
13409         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
13410         (gst_visual_chain), (gst_visual_change_state):
13411           update to work also with libvisual 0.4 API, fix double unref (#355914)
13412           
13413         * tools/gst-launch-ext.1.in:
13414         * tools/gst-visualise.1.in:
13415           remove references to old man-pages
13416
13417         * tests/examples/seek/seek.c: (main):
13418           add real meadi-buttons, add tool-tips for the seek-options, arrange
13419           seek options in a table
13420
13421 2006-09-18  Michael Smith  <msmith@fluendo.com>
13422
13423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
13424         (gst_ogg_mux_push_buffer):
13425           Don't generate out-of-order timestamps from oggmux, instead clamp
13426           output timestamps to be >= the previously output ts.
13427           Fixes #355595
13428
13429 2006-09-18  Michael Smith  <msmith@fluendo.com>
13430
13431         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13432         (gst_multi_fd_sink_class_init):
13433           Updates, fixes, and typo corrections for multifdsink. No functional
13434           changes.
13435
13436 2006-09-17  Michael Smith  <msmith@fluendo.com>
13437
13438         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
13439           Don't crash on truncated files - check that we got an 8 byte buffer
13440           before trying to memcmp it.
13441
13442 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13443
13444         * gst/playback/gstplaybasebin.c: (get_active_source):
13445           Make stream-switching appear instant to the application
13446           (ie. make sure that a g_object_get on 'current-foo' returns
13447           the stream previously set with g_object_set(). Totem needs
13448           this to update stream-related meta-info (like audio-codec)
13449           correctly when switching streams.
13450
13451 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
13454         (gst_alsa_mixer_ensure_track_list):
13455           Try harder to guess which mixer track is the master mixer
13456           track (instead of just taking the first one that has a pvolume).
13457           Fixes #342228.
13458
13459 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13460
13461         reviewed by: <delete if not using a buddy>
13462
13463         * gst-libs/gst/audio/audio.h:
13464         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
13465
13466 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13467
13468         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
13469         (gst_audio_convert_transform_caps):
13470           Get structure-name just once.
13471
13472 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13473
13474         * tests/check/elements/audioresample.c: (GST_START_TEST):
13475         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13476         * tests/check/elements/volume.c: (GST_START_TEST):
13477         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
13478         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
13479         (test_pipeline), (GST_START_TEST):
13480         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
13481         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13482           Fix big batch of compiler warnings.
13483
13484 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13485
13486         * ext/gnomevfs/gstgnomevfssrc.c:
13487           Add docs about icydemux usage in connection with gnomevfssrc
13488
13489         * ext/libvisual/visual.c:
13490         * ext/ogg/gstoggaviparse.c:
13491         * ext/ogg/gstoggdemux.c:
13492         * ext/ogg/gstoggmux.c:
13493         * ext/ogg/gstoggparse.c:
13494         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13495         * gst-libs/gst/audio/gstaudiosink.c:
13496         * gst-libs/gst/audio/gstaudiosrc.c:
13497         * gst/audiorate/gstaudiorate.c:
13498           More G_OBJECT macro fixing.
13499
13500         * gst/audiotestsrc/gstaudiotestsrc.h:
13501           Fix wrong info in header due to copy & paste
13502
13503 2006-09-15  Wim Taymans  <wim@fluendo.com>
13504
13505         * gst-libs/gst/audio/gstbaseaudiosink.c:
13506         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
13507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13508         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
13509         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
13510         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
13511         Do the delay calculation in the source/sink base classes as this is
13512         specific for the capture/playback mode.
13513         Try to fixate a bit better, like round depth up to a multiple of 8
13514         bigger than width.
13515         Handle underruns correctly by marking DISCONT on buffers and adjusting
13516         timestamps to handle the gap.
13517         Set offset/offset_end correctly on buffers.
13518
13519         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
13520         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
13521         (gst_ring_buffer_read):
13522         Remove resync and underrun recovery from the ringbuffer.
13523         Fix ringbuffer read code on under/overrun.
13524
13525 2006-09-15  Wim Taymans  <wim@fluendo.com>
13526
13527         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13528         (gst_play_base_bin_init), (fill_buffer), (check_queue),
13529         (queue_threshold_reached), (gst_play_base_bin_set_property),
13530         (gst_play_base_bin_get_property):
13531         * gst/playback/gstplaybasebin.h:
13532         Don't use a 0 low watermark when buffering, it is catching starvation
13533         way too late. Instead, use a 3 second queue with 30 and 95
13534         percent low/high watermarks. 
13535         Added queue-min-threshold property to configure low watermark.
13536         Use new _buffering message API.
13537         Make queue_threshold variable big enough to store a uint64 time value.
13538         API: playbin::queue-min-threshold property.
13539
13540 2006-09-15  Wim Taymans  <wim@fluendo.com>
13541
13542         * configure.ac:
13543         We require 0.10.10.1 now because of _wait_preroll().
13544
13545         * gst-libs/gst/audio/gstbaseaudiosink.c:
13546         (gst_base_audio_sink_render):
13547         Use gst_base_sink_wait_preroll().
13548
13549 2006-09-15  Wim Taymans  <wim@fluendo.com>
13550
13551         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
13552         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
13553         Use DEBUG_OBJECT more.
13554
13555 === release 0.10.10 ===
13556
13557 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13558
13559         patch by: Michael Smith <msmith at fluendo dot com>
13560
13561         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
13562         (gst_multi_fd_sink_client_queue_buffer),
13563         (gst_multi_fd_sink_new_client):
13564         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13565         (multifdsink_suite):
13566           Fix implementation of sync-method 'next-keyframe'
13567           Closes #354594
13568
13569 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13570
13571         patch by: Wim Taymans <wim at fluendo dot com>
13572
13573         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
13574         This patch removes the RANDOM flag that was incorrectly introduced with
13575         revision 1.91.  Fixes #354590
13576
13577 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
13578
13579         * tests/check/Makefile.am:
13580           Random variation in Makefile line to see if it makes the
13581           gen64-base-full bot any happier.
13582
13583 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13584
13585         * tests/check/pipelines/oggmux.c: (oggmux_suite):
13586           Disable test that fails at the moment (killed after timeout).
13587
13588 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13589
13590         Patch by: James Livingston  <doclivingston at gmail.com>
13591
13592         * tests/check/Makefile.am:
13593         * tests/check/pipelines/.cvsignore:
13594         * tests/check/pipelines/oggmux.c: (get_page_codec),
13595         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
13596         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
13597         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
13598         (test_theora_vorbis), (oggmux_suite):
13599           Add simple unit test for oggmux from #337026 with checking for the
13600           EOS flags disabled for the time being.
13601
13602 2006-09-04  Wim Taymans  <wim@fluendo.com>
13603
13604         patch by: Alessandro Dessina <alessandro nnva org>
13605
13606         * ext/ogg/gstoggmux.c:
13607         Add cmml caps to oggmux. Fixes #353912
13608
13609 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13610
13611         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
13612           Returning a return value often helps. In this case, we
13613           don't need the return value anyway, so just get rid of it.
13614           Should make build bots much happier.
13615
13616 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
13617
13618         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
13619         (paint_get_structure), (gst_video_test_src_get_size),
13620         (gst_video_test_src_smpte), (gst_video_test_src_snow),
13621         (gst_video_test_src_unicolor), (paint_setup_AYUV),
13622         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
13623         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
13624         * gst/videotestsrc/videotestsrc.h:
13625           Add support for AYUV and the various RGBA formats. Initialise
13626           fields of paintinfo structs allocated on the stack.
13627
13628         * tests/check/elements/videotestsrc.c: (right_shift_colour),
13629         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
13630         (check_rgb_buf), (videotestsrc_suite):
13631           Add unit tests for videotestsrc's RGB output.
13632
13633 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * gst/videotestsrc/gstvideotestsrc.c:
13636         (gst_video_test_src_pattern_get_type),
13637         (gst_video_test_src_set_pattern):
13638         * gst/videotestsrc/gstvideotestsrc.h:
13639         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
13640         (gst_video_test_src_black), (gst_video_test_src_white),
13641         (gst_video_test_src_red), (gst_video_test_src_green),
13642         (gst_video_test_src_blue):
13643         * gst/videotestsrc/videotestsrc.h:
13644           Add more uni-colour patterns ("white", "red", "green", and "blue").
13645
13646 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
13647
13648         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
13649           Fix stride for YVYU, should be word-aligned (#353658).
13650
13651 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13652
13653         * gst/adder/gstadder.c: (gst_adder_src_event):
13654           Fix build.
13655
13656 2006-08-31  Edward Hervey  <edward@fluendo.com>
13657
13658         * gst/adder/gstadder.c: (forward_event_func),
13659         (gst_adder_src_event), (gst_adder_collected),
13660         (gst_adder_change_state):
13661         * gst/adder/gstadder.h:
13662         Remember the start position asked in the incoming seeks, so we can
13663         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
13664         of assuming it will always be 0).
13665
13666 2006-08-31  Edward Hervey  <edward@fluendo.com>
13667
13668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13669         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
13670         (gst_ogg_demux_loop):
13671         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
13672
13673 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
13674
13675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13676         (gst_ffmpegcsp_get_unit_size):
13677           Return FALSE instead of returning a random false unit
13678           size when the format isn't known/supported (even if
13679           this shouldn't happen under normal circumstances).
13680
13681 2006-08-29  Wim Taymans  <wim@fluendo.com>
13682
13683         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
13684
13685         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
13686         (gst_gnome_vfs_src_start):
13687         Try harder to get the size from a uri by using _info_uri() when
13688         _info_from_handle() does not give us enough info. 
13689         Also follow symlinks when getting the size.
13690         Partially Fixes #332864.
13691
13692 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13693
13694         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
13695
13696         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
13697         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
13698         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
13699         (gst_alsa_mixer_set_record):
13700         * ext/alsa/gstalsamixertrack.c:
13701         (gst_alsa_mixer_track_update_alsa_capabilities),
13702         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
13703         (gst_alsa_mixer_track_update):
13704         * ext/alsa/gstalsamixertrack.h:
13705           Improve and fix mixer track handling, in particular better handling
13706           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
13707           separate track objects for tracks that have both capture and playback
13708           volume (and label them differently as well so they're not mistakenly
13709           assumed to be duplicates); classify mixer tracks that only affect
13710           the audible volume of something (rather than the capture volume)
13711           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
13712           for capture tracks to correspond to alsa-pswitch alsa-cswitch
13713           (following the meaning documented in the mixer interface header
13714           file); add support for alsa's exclusive cswitch groups; update/sync
13715           state/flags better if mixer settings are changed by another
13716           application. Fixes #336075.
13717
13718 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
13719
13720         * gst/playback/gstplaybin.c:
13721           Improve docs: add section about BUFFERING messages sent by playbin.
13722
13723 2006-08-29  Michael Smith  <msmith@fluendo.com>
13724
13725         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
13726         (gst_vorbis_enc_buffer_check_discontinuous),
13727         (gst_vorbis_enc_chain):
13728           Ignore explicit DISCONT marked on buffers (which is often spurious,
13729           particularly when using multiple segments), in favour of solely
13730           using the timestamps/durations.
13731
13732 2006-08-29  Edward Hervey  <edward@fluendo.com>
13733
13734         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
13735         Don't rely on incoming buffers offset anymore, since it is completely
13736         broken when using multiple segments.
13737         Instead convert the incoming buffers timestamp to running time, and
13738         then convert that value to the offsets.
13739         Also inform GstSegment of the last outputted stop position, which is
13740         needed if we received several segments with an unknown stop value.
13741
13742 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13743
13744         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
13745           fix buffer unreffing on a header push failure
13746
13747 2006-08-28  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
13750         (gst_audio_rate_chain):
13751         Make the metadata of the buffer writable before changing its
13752         flags.
13753
13754 2006-08-28  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
13757         (gst_audio_rate_setcaps), (gst_audio_rate_init),
13758         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
13759         (gst_audio_rate_chain), (gst_audio_rate_change_state):
13760         Fix audiorate some more.
13761         Reset and resync counters on flush and READY.
13762         Handle the DISCONT flag correctly.
13763         Use GstSegment to track position.
13764         Fail when not negotiated.
13765         Fixes #353234.
13766
13767 2006-08-25  Michael Smith  <msmith@fluendo.com>
13768
13769         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13770           Fix spelling.
13771           Remove accidently included debug line.
13772
13773 2006-08-25  Wim Taymans  <wim@fluendo.com>
13774
13775         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
13776         Small cleanups.
13777         If a buffer is received with no caps, make the buffer metadata
13778         writable and set the caps, making sure that we don't screw up the
13779         refcounts.
13780
13781 2006-08-25  Michael Smith  <msmith@fluendo.com>
13782
13783         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
13784         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
13785           Fix memory leaks and misleading debug messages, add a couple of
13786           comments.
13787
13788         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
13789         (gst_multi_fd_sink_render):
13790           Do not use gst_buffer_make_writable() in a basesink render method,
13791           as it may incorrectly unref the buffer. Instead, use convoluted
13792           dance to avoid copying the buffer except when we need to.
13793
13794 2006-08-25  Michael Smith  <msmith@fluendo.com>
13795
13796         * ext/vorbis/vorbisenc.c:
13797         (gst_vorbis_enc_buffer_check_discontinuous):
13798           Allow very small discontinuities in the timestamps. These we can't
13799           do anything useful with anyway (because vorbis's timestamps have
13800           only sample granularity), and are commonly produced by elements with
13801           minor bugs. Allow up to 1/2 a sample out.
13802           Fixes #351742.
13803
13804 2006-08-24  Wim Taymans  <wim@fluendo.com>
13805
13806         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
13807         (play_scrub_toggle_cb), (main):
13808         Add a checkbox to enable play scrubbing. Makes it possible to disable
13809         normal scrubbing.
13810
13811 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
13812
13813         * tests/check/elements/.cvsignore:
13814           make buildbot happy
13815
13816 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13817
13818         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
13819         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
13820         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
13821         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
13822         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
13823         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
13824         (gst_ogm_text_parse_strip_trailing_zeroes),
13825         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
13826         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
13827           Refactor ogm parse, do better input checking, misc. clean-ups.
13828           Cache incoming events and push them once the source pad has
13829           been created. Don't pass unterminated strings to sscanf().
13830           Strip trailing zeroes from subtitle text output, since they
13831           are not valid UTF-8. Don't push vorbiscomment packets on
13832           the subtitle text pad. Output perfect streams if possible.
13833
13834 2006-08-23  Wim Taymans  <wim@fluendo.com>
13835
13836         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
13837         Waits for tasks to settle down so that we clean up correctly for 
13838         valgrind.
13839
13840 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13841
13842         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
13843           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
13844           actually return return value in taglists_are_equal.
13845
13846 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13849           Fix crash due to broken bitstream parsing on x86-64: can't make
13850           any assumptions about sizeof(struct) due to alignment/packing
13851           differences on different architectures. Fixes #351790.
13852
13853 2006-08-22  Wim Taymans  <wim@fluendo.com>
13854
13855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13856         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
13857         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
13858         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
13859         (gst_riff_parse_info):
13860         Protect public functions against bad input.
13861         Do some cleanups.
13862         Fix documentation.
13863
13864 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13865
13866         * gst-libs/gst/riff/riff-ids.h:
13867         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13868           Add voxware audio IDs (even if we can't play it) (#351795).
13869
13870 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         * gst-libs/gst/riff/riff-media.c:
13873         (gst_riff_create_video_template_caps),
13874         (gst_riff_create_audio_template_caps),
13875         (gst_riff_create_iavs_template_caps):
13876           Const-ify some arrays and use G_N_ELEMENTS instead
13877           of wasting oodles of RAM on terminator bits.
13878
13879 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst-libs/gst/tag/gstvorbistag.c:
13882         (gst_tag_list_to_vorbiscomment_buffer):
13883         * tests/check/libs/tag.c: (GST_START_TEST):
13884           And the same for _to_vorbiscomment_buffer(): allow
13885           id_data_len == 0 for speex.
13886
13887 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * configure.ac:
13890         * docs/plugins/Makefile.am:
13891         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13893         * docs/plugins/inspect/plugin-gdp.xml:
13894         * gst/gdp/Makefile.am:
13895         * tests/check/Makefile.am:
13896           Move GDP plugin to -base from -bad.  Closes #347783.
13897
13898 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13899
13900         * gst-libs/gst/tag/gstvorbistag.c:
13901         (gst_tag_list_from_vorbiscomment_buffer):
13902           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13903           Also add some checks to make sure we don't memcmp() beyond the end of
13904           vorbiscomment buffer if the ID to check for is larger than the buffer.
13905
13906         * tests/check/libs/tag.c: (GST_START_TEST):
13907           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13908
13909 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13910
13911         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13912         (gst_vorbis_enc_set_metadata):
13913           Use vorbis comment utility functions from libgsttag
13914           instead of re-inventing the wheel (partially fixes #347091).
13915
13916 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13917
13918         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13919         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13920         as some that won't.
13921
13922 2006-08-21  Wim Taymans  <wim@fluendo.com>
13923
13924         * docs/libs/Makefile.am:
13925         * docs/libs/gst-plugins-base-libs-sections.txt:
13926         * docs/libs/gst-plugins-base-libs.types:
13927         Don't try to GObject scan the netbuffer as it's not a GObject.
13928         Fixes #351308.
13929
13930         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13931         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13932         Document GstNetBuffer.
13933
13934 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13935
13936         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13937         (audioconvert_suite):
13938           Add testcase for caps-size-explosion
13939
13940 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13941
13942         * gst/audioconvert/gstaudioconvert.c:
13943         (gst_audio_convert_get_unit_size), (set_structure_widths):
13944           Lower debug, use g_assert in _get_unit_size
13945
13946         * gst/audioresample/gstaudioresample.c:
13947         (audioresample_get_unit_size):
13948         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13949         (gst_ffmpegcsp_get_unit_size):
13950         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13951           use g_assert in _get_unit_size
13952
13953 2006-08-18  Wim Taymans  <wim@fluendo.com>
13954
13955         * docs/libs/gst-plugins-base-libs-sections.txt:
13956         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13957         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13958         (gst_rtp_buffer_get_payload_buffer):
13959         * gst-libs/gst/rtp/gstrtpbuffer.h:
13960         Document GstRTPBuffer.
13961         Added function to efficiently strip payload headers.
13962         API: gst_rtp_buffer_get_payload_subbuffer()
13963
13964 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13965
13966         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13967         (gst_tag_to_vorbis_comments):
13968           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13969           tags and deserialise them properly as well (#347091).
13970           Add some more gtk-doc blurbs and also some g_return_if_fail().
13971
13972         * tests/check/libs/tag.c: (GST_START_TEST),
13973         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13974           More tests.
13975
13976 2006-08-17  Wim Taymans  <wim@fluendo.com>
13977
13978         * ext/ogg/Makefile.am:
13979         * ext/ogg/gstogg.c: (plugin_init):
13980         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13981         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13982         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13983         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13984         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13985         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13986         Added ogg-in-avi parser element. Fixes #140139.
13987
13988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13989         Fixed a bug in oggdemux debug code.
13990
13991         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13992         (gst_riff_create_audio_template_caps):
13993         Recognise Ogg in the AVI extensible wave format.
13994
13995 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13996
13997         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13998           Make buffer durations add up (duration should be next_ts-ts for
13999           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
14000           from CVS.
14001
14002         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
14003         (test_buffer_timestamps), (cddabasesrc_suite):
14004           Add unit test for the above.
14005
14006         * tests/check/Makefile.am:
14007           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
14008           to see what happens.
14009
14010 2006-08-16  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
14013         (gst_alsasink_open):
14014         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
14015         (gst_alsasrc_open):
14016         Avoid setting and using a NULL device name.
14017         Print more info when we fail to open a device.
14018
14019 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14020
14021         * docs/libs/gst-plugins-base-libs-sections.txt:
14022         * gst-libs/gst/tag/tag.h:
14023         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
14024           API: add gst_tag_parse_extended_comment() (#351426).
14025
14026         * tests/check/Makefile.am:
14027         * tests/check/libs/.cvsignore:
14028         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
14029           Add unit test for gst_tag_parse_extended_comment().
14030
14031 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14032
14033         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
14034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
14035           Fix leak (#351502).
14036
14037 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14038
14039         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
14040         * docs/plugins/gst-plugins-base-plugins-sections.txt:
14041         * docs/plugins/gst-plugins-base-plugins.args:
14042         * gst/playback/gstplaybin.c:
14043           Document playbin.
14044           
14045         * docs/plugins/inspect/plugin-adder.xml:
14046         * docs/plugins/inspect/plugin-alsa.xml:
14047         * docs/plugins/inspect/plugin-audioconvert.xml:
14048         * docs/plugins/inspect/plugin-audiorate.xml:
14049         * docs/plugins/inspect/plugin-audioresample.xml:
14050         * docs/plugins/inspect/plugin-audiotestsrc.xml:
14051         * docs/plugins/inspect/plugin-cdparanoia.xml:
14052         * docs/plugins/inspect/plugin-decodebin.xml:
14053         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
14054         * docs/plugins/inspect/plugin-gnomevfs.xml:
14055         * docs/plugins/inspect/plugin-ogg.xml:
14056         * docs/plugins/inspect/plugin-pango.xml:
14057         * docs/plugins/inspect/plugin-playbin.xml:
14058         * docs/plugins/inspect/plugin-subparse.xml:
14059         * docs/plugins/inspect/plugin-tcp.xml:
14060         * docs/plugins/inspect/plugin-theora.xml:
14061         * docs/plugins/inspect/plugin-typefindfunctions.xml:
14062         * docs/plugins/inspect/plugin-video4linux.xml:
14063         * docs/plugins/inspect/plugin-videorate.xml:
14064         * docs/plugins/inspect/plugin-videoscale.xml:
14065         * docs/plugins/inspect/plugin-videotestsrc.xml:
14066         * docs/plugins/inspect/plugin-volume.xml:
14067         * docs/plugins/inspect/plugin-vorbis.xml:
14068         * docs/plugins/inspect/plugin-ximagesink.xml:
14069         * docs/plugins/inspect/plugin-xvimagesink.xml:
14070           Update to CVS version.
14071
14072 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14073
14074         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14075         (gst_play_bin_set_property), (gst_play_bin_get_property),
14076         (value_list_append_structure_list),
14077         (gst_play_bin_handle_redirect_message),
14078         (gst_play_bin_handle_message):
14079           API: GstPlayBin::connection-speed
14080           Add "connection-speed" property; re-order redirect messages with
14081           multiple redirect locations depending on the minimum bitrate if
14082           that information is available and a connection speed is set
14083           (#350399).
14084
14085 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
14086
14087         * gst/playback/gstplaybin.c:
14088           Update max volume to the same value that the volume element uses.
14089
14090 2006-08-14  Wim Taymans  <wim@fluendo.com>
14091
14092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
14093         Less uglyness..
14094
14095 2006-08-14  Wim Taymans  <wim@fluendo.com>
14096
14097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
14098         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
14099         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
14100         Add some more debug info.
14101         Don't crash when a seek failed.
14102         Actually return the result of the seek instead of TRUE.
14103         Ignore multiple BOS pages with the same serial so that we don't create
14104         the same stream multiple times.
14105         Post an error when we fail to do the initial seek.
14106
14107 2006-08-13  Wim Taymans  <wim@fluendo.com>
14108
14109         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14110         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
14111         Small code cleanup.
14112
14113         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
14114         (gst_alsa_mixer_new):
14115         Remove hack that always set the device to hw:0*.
14116         Properly find the card name for whatever device was configured.
14117         Do some better debugging.
14118         Fixes #350784.
14119
14120         * ext/alsa/gstalsamixerelement.c:
14121         (gst_alsa_mixer_element_set_property),
14122         (gst_alsa_mixer_element_change_state):
14123         Cleanups.
14124         Handle setting of a NULL device name better.
14125
14126 2006-08-11  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/adder/gstadder.c:
14129         Don't clip float values. Fixes #350900.
14130
14131 2006-08-11  Andy Wingo  <wingo@pobox.com>
14132
14133         * gst/tcp/gsttcp.c: Really fix the build?
14134
14135         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
14136         fixes the build.
14137
14138 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14139
14140         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
14141           Float caps shouldn't have a "signed" field.
14142
14143 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
14144
14145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
14146           Implement SEEKING query in its most basic form, so that we can
14147           at least check if we're seekable or not (#350655).
14148
14149 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
14150
14151         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
14152           The checks here are not even close to anything that would
14153           justify MAXIMUM probability, lowering to POSSIBLE until someone
14154           fixes the checks (case at hand: quicktime redirection files
14155           might start with 00 00 01 XX and pass the checks here just
14156           fine, see #350399).
14157
14158 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         Patch by: Sjoerd Simons  <sjoerd at luon net>
14161
14162         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
14163           Better detection for multipart/x-mixed-replace: accept leading
14164           whitespaces before the boundary marker as well (as our very own
14165           multipartmux used to produce) (#349068).
14166
14167 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
14168
14169         Patch by: Young-Ho Cha  <ganadist at chollian net>
14170
14171         * gst-libs/gst/riff/riff-ids.h:
14172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
14173         (gst_riff_create_audio_template_caps):
14174           Detect DTS audio streams (#350157).
14175
14176 2006-08-05  Andy Wingo  <wingo@pobox.com>
14177
14178         * ext/theora/gsttheoraparse.h:
14179         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
14180         (theora_parse_dispose, theora_parse_set_property)
14181         (theora_parse_get_property, theora_parse_munge_granulepos)
14182         (theora_parse_push_buffer, theora_parse_change_state):
14183         API: GstTheoraParse::synchronization-points
14184         Add a property 'synchronization-points' to fix badly synchronized oggs.
14185
14186 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14187
14188         * tests/check/Makefile.am:
14189         * tests/check/libs/.cvsignore:
14190         * tests/check/libs/audio.c: (structure_contains_channel_positions),
14191         (fixed_caps_have_channel_positions), (GST_START_TEST),
14192         (audio_suite), (main):
14193           Add a few tests for the channel position stuff in libgstaudio.
14194
14195 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14196
14197         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
14198         (gst_alsa_detect_channels):
14199         * ext/alsa/gstalsasink.c:
14200           Add support for cards that (only) do more than 8 channels,
14201           like the Delta 44 (#345188).
14202
14203         * gst-libs/gst/audio/multichannel.c:
14204         (gst_audio_check_channel_positions):
14205         * gst-libs/gst/audio/multichannel.h:
14206           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
14207           unspecified channel position and cannot be combined with any
14208           of the other audio channel positions; adjust position layout
14209           checks accordingly (#345188).
14210
14211 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14212
14213         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14214           Recognise ancient RealAudio files (see #349779).
14215
14216 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
14217
14218         Patch by: Jens Granseuer  <jensgr at gmx net>
14219
14220         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14221           Add typefinder for Interplay's MVE format (#348973).
14222
14223 2006-08-02  Wim Taymans  <wim@fluendo.com>
14224
14225         Patch by: Marcel Moreaux <marcelm at luon dot net>
14226
14227         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14228         (gst_base_rtp_depayload_add_to_queue):
14229         * gst-libs/gst/rtp/gstbasertpdepayload.h:
14230         Handle RTP sequence number rollover.
14231         Disable jitterbuffer by default.
14232
14233 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
14234
14235         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
14236         (audioresample_set_caps):
14237         Don't leak references to the incoming caps. Clean them up when
14238         stopping.
14239
14240         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
14241         (gst_video_scale_finalize):
14242         Don't leak our temporary pixel buffer.
14243
14244         * tests/check/Makefile.am:
14245         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
14246         (GST_START_TEST), (simple_launch_lines_suite):
14247
14248         Fix leaks and re-enable the test for valgrind checking.
14249
14250 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         Patch by: Sjoerd Simons  <sjoerd at luon net>
14253
14254         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
14255         (plugin_init):
14256           Add typefind function for multipart/x-mixed-replace (#348916).
14257
14258 2006-07-28  Wim Taymans  <wim@fluendo.com>
14259
14260         * gst/adder/gstadder.c: (gst_adder_setcaps),
14261         (gst_adder_query_duration):
14262         Fix leak in duration query.
14263         Reflow some docs and notes.
14264
14265 2006-07-28  Michael Smith  <msmith@fluendo.com>
14266
14267         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
14268         (vorbisenc_suite):
14269           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
14270           aspect of it.
14271
14272 2006-07-28  Michael Smith  <msmith@fluendo.com>
14273
14274         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
14275         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
14276         (gst_vorbis_enc_push_buffer),
14277         (gst_vorbis_enc_buffer_check_discontinuous),
14278         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14279         * ext/vorbis/vorbisenc.h:
14280           Handle discontinuities in the input vorbis stream correctly,
14281           so that the output is properly timestamped (and has good granulepos
14282           values). Needs some oggmux fixes too.
14283
14284 2006-07-27  Wim Taymans  <wim@fluendo.com>
14285
14286         patch by: Kai Vehmanen <kv2004 eca cx>
14287
14288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14289         (gst_base_rtp_depayload_chain),
14290         (gst_base_rtp_depayload_handle_sink_event),
14291         (gst_base_rtp_depayload_change_state):
14292         Don't send multiple newsegments with different formats.
14293         Fixes #348677.
14294
14295 2006-07-26  Wim Taymans  <wim@fluendo.com>
14296
14297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14298         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
14299         Make seeking in ogg more accurate again by doing the more correct
14300         granuletime to stream time conversion.
14301
14302 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14303
14304         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
14305         (gst_multi_fd_sink_new_client):
14306           debug a little more understandably
14307           do not use goto as a substitute for break, especially if
14308           break is also being used
14309
14310 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
14313         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14314           Remove GLib-2.6 compatibility cruft.
14315
14316 2006-07-24  Wim Taymans  <wim@fluendo.com>
14317
14318         * gst-libs/gst/audio/gstbaseaudiosink.c:
14319         (gst_base_audio_sink_render):
14320         Don't try to align a sample to an unknown value.
14321
14322 2006-07-24  Wim Taymans  <wim@fluendo.com>
14323
14324         * gst-libs/gst/audio/gstbaseaudiosink.c:
14325         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
14326         When the audio clock is slaved to another clock, never try to align
14327         samples but trust the rate interpolation algorithm.
14328
14329 2006-07-24  Wim Taymans  <wim@fluendo.com>
14330
14331         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14332         Don't try to calculate silence samples, base class does this much
14333         better now.
14334
14335         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14336         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
14337         (gst_ring_buffer_acquire):
14338         Calculate silence samples correctly.
14339
14340         * gst-libs/gst/audio/gstringbuffer.h:
14341         Add _CAST macro.
14342
14343 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
14344
14345         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
14346           Limit search for the first markup tag to the first few kB of
14347           the file. If we don't find one there, it's highly unlikely that
14348           this is an XML(-ish) file.
14349
14350 2006-07-21  Andy Wingo  <wingo@pobox.com>
14351
14352         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
14353         test to the one in vorbisenc. Also commented out.
14354
14355         * tests/check/pipelines/vorbisenc.c: 
14356         (test_discontinuity): New test, commented out until Mike lands
14357         some elite vorbisenc patches.
14358
14359         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
14360         Bufferstraw was actually factored out of these tests. Now we share
14361         code yay.
14362
14363         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
14364         for bufferstraw addition to gstcheck.
14365
14366 2006-07-21  Wim Taymans  <wim@fluendo.com>
14367
14368         * ext/theora/theoradec.c: (clip_buffer):
14369         Better clipping.
14370
14371 2006-07-21  Wim Taymans  <wim@fluendo.com>
14372
14373         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
14374         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14375         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
14376         Fix leak.
14377         Avoid type casting when we can.
14378
14379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
14380         Fix mem leak.
14381
14382 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
14383
14384         * ext/alsa/gstalsamixerelement.c:
14385         (gst_alsa_mixer_element_change_state):
14386           Make state change fail if the specified device can't be opened
14387           for some reason.
14388
14389 2006-07-20  Wim Taymans  <wim@fluendo.com>
14390
14391         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
14392         (cb_newpad), (main):
14393         Example of a small audio/video player using decodebin.
14394
14395 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14396
14397         * gst-libs/gst/riff/riff-ids.h:
14398           Add 'fact' chunk id
14399
14400 2006-07-19  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14403         (gst_base_rtp_depayload_chain),
14404         (gst_base_rtp_depayload_change_state):
14405         Don't assert when not negotiated but post a meaningfull 
14406         error message. Fixes #347918.
14407
14408         * gst-libs/gst/rtp/gstbasertppayload.c:
14409         Add comment about better default MTU size.
14410
14411         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
14412         Small cleanups, start docs.
14413
14414 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14415
14416         Patch by: Martin Szulecki
14417
14418         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
14419           If "device-name" is requested and the device is not
14420           open, try to temporarily open it to obtain this
14421           information (#342494).
14422
14423 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * gst-libs/gst/tag/gstid3tag.c:
14426           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
14427
14428         * gst-libs/gst/tag/gsttageditingprivate.h:
14429         * gst-libs/gst/tag/gstvorbistag.c:
14430           Some more random const-ifications.
14431
14432 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14433
14434         * gst-libs/gst/riff/riff-ids.h:
14435         * gst-libs/gst/riff/riff-media.c:
14436         (gst_riff_create_video_template_caps):
14437           Add more FOURCCs (sort list to make stuff easier to find),
14438           add comment what those 16 bytes in struct _gst_riff_strh according to
14439           one avi-dumper are
14440
14441 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * gst-libs/gst/audio/multichannel.c:
14444         (gst_audio_check_channel_positions),
14445         (gst_audio_fixate_channel_positions):
14446           Const-ify two arrays.
14447
14448 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
14451           Fix typo, so that alsasink also advertises 8 channels
14452           if that's supported (tags: can, worms, open, alsa, ph34r).
14453
14454 2006-07-17  Wim Taymans  <wim@fluendo.com>
14455
14456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14457         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
14458         *sigh*, when is the compiler going to warn when the comments
14459         are out-of-sync with the code.. Refix case of busted theora
14460         headers with 0 granule pos.
14461
14462 2006-07-14  Wim Taymans  <wim@fluendo.com>
14463
14464         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14465         (gst_base_rtp_depayload_wait),
14466         (gst_base_rtp_depayload_change_state),
14467         (gst_base_rtp_depayload_set_property),
14468         (gst_base_rtp_depayload_get_property):
14469         Fix 99% cpu load by waiting for absolute times on the
14470         clock. Fixes #347300.
14471
14472 2006-07-14  Andy Wingo  <wingo@pobox.com>
14473
14474         * ext/theora/gsttheoraparse.h: 
14475         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
14476         (theora_parse_push_headers, theora_parse_clear_queue)
14477         (theora_parse_drain_queue_prematurely, )
14478         (theora_parse_sink_event, theora_parse_change_state): Queue events
14479         until we initialized our state, like in vorbisparse.
14480
14481         * ext/vorbis/vorbisparse.h: 
14482         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
14483         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
14484         (vorbis_parse_drain_queue_prematurely, )
14485         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
14486         until we have initialized our state. Fixes seeking after an
14487         initial pad block.
14488
14489 2006-07-14  Andy Wingo  <wingo@pobox.com>
14490
14491         Patch by: Iain Holmes <iaingnome@gmail.com>
14492         
14493         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
14494
14495 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
14496
14497         * configure.ac:
14498         Bump nano back to CVS
14499
14500 === release 0.10.9 ===
14501
14502 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
14503
14504         * configure.ac:
14505           releasing 0.10.9, "I walk the line"
14506
14507 2006-07-14  Michael Smith  <msmith@fluendo.com>
14508
14509         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
14510           Move a g_cond_signal to earlier to avoid sometimes deadlocking
14511           (commonly happens when running this test under valgrind) when trying
14512           to remove the buffer probe.
14513
14514 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14515
14516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
14517         Fix missing g_unlock from the previous commit
14518
14519 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14520
14521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14522         (gst_ximagesink_change_state):
14523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14524         (gst_xvimagesink_change_state):
14525         Implement a locking order to ensure we always take the object lock
14526         before the x_lock and never vice-versa.
14527
14528 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
14529
14530         * gst/playback/gstdecodebin.c: (find_compatibles):
14531         Fix a caps leak when linking (#347304)
14532
14533         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14534         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
14535         (gst_ximagesink_change_state):
14536         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14537         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
14538         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14539         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
14540         Don't leak shared memory resources. Use the object lock to protect
14541         against the xcontext disappearing while returning a buffer from the
14542         pipeline. (#347304)
14543
14544 2006-07-12  Edward Hervey  <edward@fluendo.com>
14545
14546         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
14547         (vorbis_handle_comment_packet):
14548         gst_tag_list_merge() returns a new object. Take that into account when
14549         using it. This avoids memleak.
14550         Revert previous commit which is not needed.
14551
14552 2006-07-12  Edward Hervey  <edward@fluendo.com>
14553
14554         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
14555         Reset the decoder in finalize so that all fields get cleared.
14556
14557 2006-07-12  Wim Taymans  <wim@fluendo.com>
14558
14559         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14560         (gst_base_audio_src_set_clock),
14561         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
14562         Don't try to post an error message when setting the clock fails
14563         as this can happen when adding an element to a bin which will then
14564         deadlock. Fixes #347296.
14565
14566 2006-07-12  Edward Hervey  <edward@fluendo.com>
14567
14568         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14569         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14570         (vorbis_handle_type_packet):
14571         Post tag messages on the bus even if we're not initialized.
14572         If we're not initialized, we still postpone the event pushing of tags.
14573
14574 2006-07-12  Wim Taymans  <wim@fluendo.com>
14575
14576         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14577         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14578         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14579         Revert last two changes that broke the freeze.
14580
14581 2006-07-12  Wim Taymans  <wim@fluendo.com>
14582
14583         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
14584         basesink calculates silence sample correctly for us.
14585
14586 2006-07-12  Wim Taymans  <wim@fluendo.com>
14587
14588         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14589         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
14590         Calculate correct silence samples so we don't fill our ringbuffer
14591         with noise.
14592
14593 2006-07-12  Edward Hervey  <edward@fluendo.com>
14594
14595         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14596         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
14597         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
14598         * ext/vorbis/vorbisdec.h:
14599         Delay sending events (newsegment, tags) until the decoder is properly
14600         initialized.
14601         Fixes #347295
14602
14603 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
14604
14605         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
14606         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
14607           Patch from #347221 adding a test for audioconvert
14608           channel remappings.
14609
14610 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
14611
14612         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
14613         (gst_ssa_parse_parse_line):
14614           Don't include the terminating NUL in the buffer size,
14615           it's only there for extra paranoia (would add random
14616           '*' characters at the end of each subtitle since the
14617           terminator itself is not valid UTF-8 technically).
14618           Also fix indenting after boilerplate macro.
14619
14620 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
14621
14622         * gst/playback/gstdecodebin.c: (close_pad_link):
14623           Also emit 'unknown-type' signal (which should really be
14624           called unhandled-type) if we found potential decoders/demuxers
14625           in the registry but none of them worked in the end (as in the
14626           case where the plugins don't exist any longer but are still
14627           listed in the registry). Fixes #329798.
14628
14629 2006-07-08  Andy Wingo  <wingo@pobox.com>
14630
14631         * theoraparse.c (theora_parse_push_buffer)
14632         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
14633         Add some more debugging. Fix granulepos reconstruction in the face
14634         of discontinuities.
14635
14636 2006-07-06  Wim Taymans  <wim@fluendo.com>
14637
14638         * gst-libs/gst/audio/gstbaseaudiosink.c:
14639         (gst_base_audio_sink_class_init),
14640         (gst_base_audio_sink_provide_clock):
14641         Use gobject_class instead of G_OBJECT_CLASS (klass)
14642
14643         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14644         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
14645         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
14646         (gst_base_audio_src_get_time),
14647         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
14648         (gst_base_audio_src_create_ringbuffer):
14649         Fix latency and buffer-time constants and properties ala basesink.
14650         Implement pull based scheduling. Fixes #346527.
14651         Set default blocksize in GstBaseSrc to 0, we default to pushing out
14652         one segment.
14653         Refuse slaving to another clock instead of silently not working.
14654         Only provide a clock when we are actually able to do so.
14655         Various small cleanups and compiler hints.
14656
14657 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14658
14659         Patch by: Lutz Mueller <lutz at topfrose de>
14660
14661         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
14662         (plugin_init):
14663           Add typefinding for text/html (#346581).
14664
14665 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
14668         (xml_check_first_element), (xml_type_find), (smil_type_find):
14669           Fix SMIL typefinding, make xml_check_first_element() more
14670           useful.
14671
14672 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14675         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
14676         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
14677         * gst/playback/gstplaybasebin.h:
14678           Protect list of elements with a subtitle-encoding property and
14679           the subtitle encoding member itself with a lock of their own
14680           instead of using the object lock. This prevents a dead-lock in
14681           the element-remove callback in some circumstances when shutting
14682           down playbin.
14683
14684 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
14685
14686         * win32/common/libgsttag.def:
14687         Export some new functions.
14688         * win32/vs6/libgstogg.dsp:
14689         Add a link to libgsttag-0.10.lib.
14690
14691 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14694           Some const-ification.
14695
14696 2006-07-04  Wim Taymans  <wim@fluendo.com>
14697
14698         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
14699         Improve checking if we are dealing with a stream. Added some
14700         more uris that need buffering.
14701
14702 2006-07-03  Edward Hervey  <edward@fluendo.com>
14703
14704         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
14705         Remove unused variable.
14706
14707 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * Makefile.am:
14710           include lcov.mak
14711         * configure.ac:
14712           add GCOV_LIBS to GST_LIBS
14713
14714 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
14715
14716         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
14717
14718         * ext/alsa/gstalsasrc.c:
14719           Add 32 bps to template caps and increase channels range
14720           from [1,2] to [1,MAX]. See #346326.
14721
14722 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
14723
14724         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14725           Recognise 'WMVA' video codec fourcc (#345879).
14726           
14727 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14728          
14729         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14730           Fixed nasty memory leak
14731
14732 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14733
14734         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
14735         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
14736           fix logging
14737
14738 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
14739
14740         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14741         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
14742         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
14743         Protect remove_fakesink using a mutex, so that we don't try and
14744         remove the fakesink simultaneously from multiple threads.
14745
14746         When going from READY to PAUSED, restore the fakesink, so that
14747         it is there when decodebin gets reused.
14748
14749 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
14752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14753         * gst-libs/gst/rtp/gstbasertppayload.c:
14754         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14755         * gst/tcp/gstmultifdsink.c:
14756         * gst/tcp/gsttcpclientsink.c:
14757         * gst/tcp/gsttcpclientsrc.c:
14758         * gst/tcp/gsttcpserversink.c:
14759         * gst/tcp/gsttcpserversrc.c:
14760         * gst/videorate/gstvideorate.c:
14761         * gst/videotestsrc/gstvideotestsrc.c:
14762         * sys/v4l/gstv4ljpegsrc.c:
14763         * sys/v4l/gstv4lmjpegsink.c:
14764         * sys/v4l/gstv4lsrc.c:
14765         * tests/examples/seek/scrubby.c:
14766         * tests/examples/seek/seek.c:
14767           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
14768
14769 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14770
14771         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
14772           Second field in GEnumValue shouldn't be a description,
14773           but a stringified version of the enum value.
14774
14775 2006-06-22  Wim Taymans  <wim@fluendo.com>
14776
14777         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14778         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
14779         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14780         Avoid type checking in buffer casts.
14781         Avoid caps copy in buffer_alloc when we can.
14782         Use pad_peer_accept.
14783
14784 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * gst-libs/gst/tag/tag.h:
14787           Oops, make that 'Since: 0.10.9'.
14788
14789 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * docs/libs/gst-plugins-base-libs-sections.txt:
14792         * gst-libs/gst/tag/tag.h:
14793         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
14794         (gst_tag_image_type_get_type):
14795           API: add GstTagImageType enum to describe images contained
14796           in image tags (#345641).
14797
14798 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14799
14800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14801           Fix warnings with gst-inspect: "buffers-min" property
14802           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
14803           typo in property description.
14804
14805 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         Patch by: Cody Russell <bratsche at gnome org>
14808
14809         * gst/audioresample/gstaudioresample.c:
14810         (gst_audioresample_class_init):
14811         * gst/playback/gststreamselector.c:
14812         (gst_stream_selector_class_init):
14813         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
14814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
14815         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
14816         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
14817         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
14818         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
14819         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
14820         * gst/videotestsrc/gstvideotestsrc.c:
14821         (gst_video_test_src_class_init):
14822         * gst/volume/gstvolume.c: (gst_volume_class_init):
14823           Avoid unnecessary class cast check in class_init
14824           functions (#337747).
14825
14826 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
14827
14828         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
14829         (gst_text_overlay_video_chain):
14830           g_markup_escape_text() REALLY doesn't like non-UTF8 input
14831           and doesn't validate its input either (and neither did
14832           textoverlay it seems). Let's do that then and fix #345206.
14833
14834 2006-06-19  Wim Taymans  <wim@fluendo.com>
14835
14836         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
14837         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
14838         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
14839         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
14840         (find_syncframe), (find_limits), (assign_value),
14841         (count_burst_unit), (gst_multi_fd_sink_new_client),
14842         (gst_multi_fd_sink_handle_client_write),
14843         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
14844         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
14845         (gst_multi_fd_sink_change_state):
14846         * gst/tcp/gstmultifdsink.h:
14847         Added shiny new burst-on-connect methods.
14848         Add properties to control the minimal amount of data queued.
14849         Small cleanups.
14850         API: bytes-min property
14851         API: time-min property
14852         API: buffers-min property
14853         API: burst-unit property
14854         API: burst-value property
14855         API: add-full signal
14856
14857         * gst/tcp/gsttcp-marshal.list:
14858         Added new marshaller code for the new signal.
14859
14860         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14861         (multifdsink_suite):
14862         Added testcases for new burst methods.
14863
14864 2006-06-19  Edward Hervey  <edward@fluendo.com>
14865
14866         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
14867         Implement clipping for accurate seeking.
14868         Closes #345225
14869
14870 2006-06-19  Wim Taymans  <wim@fluendo.com>
14871
14872         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
14873
14874         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
14875         (gst_video_scale_transform):
14876         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
14877
14878 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * configure.ac:
14881           Fix --disable-external (can't set conditionals conditionally,
14882           #343602).
14883
14884 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * tests/check/elements/audioresample.c: (test_reuse),
14887         (audioresample_suite):
14888           Add test case for bug #342789 fixed below.
14889
14890 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14891
14892         * gst/audioresample/gstaudioresample.c:
14893         (gst_audioresample_class_init), (gst_audioresample_init),
14894         (audioresample_start), (audioresample_stop),
14895         (gst_audioresample_set_property), (gst_audioresample_get_property):
14896           Implement GstBaseTransform::start and ::stop so that audioresample
14897           can clear its internal state properly and be reused instead of
14898           causing non-negotiated errors with playbin under some circumstances
14899           (#342789).
14900
14901         * tests/check/elements/audioresample.c: (setup_audioresample),
14902         (cleanup_audioresample):
14903           Need to set element state here so that ::start and ::stop are
14904           called.
14905
14906 2006-06-16  Wim Taymans  <wim@fluendo.com>
14907
14908         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14909
14910         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14911         Parse extra data better, apparently it's right behind
14912         the normal strf header size. Fixes #343500.
14913
14914 2006-06-16  Wim Taymans  <wim@fluendo.com>
14915
14916         * ext/alsa/gstalsasink.c: (set_hwparams):
14917         If we fail to set the buffer_time and period_time alsa
14918         parameters, post a warning and leave alsa select a 
14919         default instead of failing. Fixes #342085
14920
14921 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * docs/libs/gst-plugins-base-libs-sections.txt:
14924         * gst-libs/gst/cdda/gstcddabasesrc.h:
14925           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14926           out in the header file and shouldn't be listed in the docs.
14927
14928         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14929           Must dereference pointer to fourcc in the debug statement.
14930
14931 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14932
14933         * docs/libs/Makefile.am:
14934         * docs/libs/gst-plugins-base-libs-docs.sgml:
14935         * docs/libs/gst-plugins-base-libs-sections.txt:
14936         * docs/libs/gst-plugins-base-libs.types:
14937         add remaining symbols into correct setions
14938         
14939         * gst-libs/gst/audio/gstringbuffer.c:
14940         fix incomplete docs
14941         
14942         * gst-libs/gst/audio/gstringbuffer.h:
14943         comment out not yet implemented function
14944         
14945         
14946         * gst-libs/gst/floatcast/floatcast.h:
14947         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14948         add short descriptions
14949         
14950         
14951         * gst-libs/gst/interfaces/propertyprobe.c:
14952         fix return value docs   
14953         
14954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14955         simplify debug logging
14956         
14957         * gst-libs/gst/riff/riff-read.h:
14958         sync function prototype and docs
14959         
14960         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14961         remove left over symbol
14962
14963 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14964
14965         * autogen.sh:
14966         * configure.ac:
14967         * docs/Makefile.am:
14968           Use GST_PLUGIN_DOCS macro in configure.ac, add
14969           --enable-plugin-docs default to autogen.sh and use
14970           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14971
14972 2006-06-15  Wim Taymans  <wim@fluendo.com>
14973
14974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14975         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14976         (gst_ogg_demux_loop):
14977         Combine GstFlowReturn from the source pads to give a
14978         meaningfull result to the upstream peer or to stop the
14979         processing task in case of errors.
14980
14981 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14982
14983         * gst/playback/gststreaminfo.c: (cb_probe):
14984           Try GST_TAG_CODEC as fallback when extracting the
14985           codec name; more debug info.
14986
14987 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14988
14989         * ext/ogg/Makefile.am:
14990         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14991           Extract language tags from ogm subtitle streams, so that
14992           the subtitle menu choices are labelled correctly in
14993           Totem (fixes #344708).
14994
14995 2006-06-14  Wim Taymans  <wim@fluendo.com>
14996
14997         Patch by: Alessandro Decina <alessandro at nnva dot org>
14998
14999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
15000         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
15001         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
15002         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
15003         Fix various leaks. Fixes #343699.
15004         Add x-smoke mime type.
15005
15006 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15007
15008         * gst-libs/gst/riff/riff-ids.h:
15009           Add IDs for 'bext' chunks (see #343837).
15010
15011 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15012
15013         Patch by: Young-Ho Cha  <ganadist at chollian net>
15014
15015         * gst/subparse/samiparse.c: (sami_context_pop_state),
15016         (handle_start_font), (end_sami_element):
15017           Honour font face tags in SAMI subtitles (#344503).
15018
15019 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15020
15021         * po/POTFILES.in:
15022           add missing files containing translatable strings
15023
15024 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15025
15026         * docs/libs/tmpl/.cvsignore:
15027           we don't want those *.sgml files in CVS either
15028
15029 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15030
15031         * docs/libs/.cvsignore:
15032         * tests/check/elements/.cvsignore:
15033         * tests/check/libs/.cvsignore:
15034           ignore more
15035
15036 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15037
15038         * docs/libs/Makefile.am:
15039           also commiting the changed Makefile.am (added more libs to the
15040           doc-build)
15041
15042 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
15043
15044         * docs/libs/gst-plugins-base-libs-docs.sgml:
15045         * docs/libs/gst-plugins-base-libs-sections.txt:
15046         * docs/libs/gst-plugins-base-libs.types:
15047           first batch of reordering things, add index & hierarchy
15048
15049 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15050
15051         * configure.ac:
15052           use GST_PKG_CHECK_MODULES, cleans up output
15053
15054 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
15057           Add support for burn:// URIs (#343385); const-ify things a bit,
15058           use G_N_ELEMENTS instead of hard-coded array size.
15059
15060 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         Patch by: Young-Ho Cha  <ganadist at chollian net>
15063
15064         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
15065           Fix up broken entities before passing them to libxml *sigh*.
15066           (#343303).
15067           
15068 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15069
15070         * configure.ac:
15071           back to TRUNK
15072
15073 === release 0.10.8 ===
15074
15075 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
15076
15077         * configure.ac:
15078           releasing 0.10.8, "Moar gij ziet mij nie"
15079
15080 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15081
15082         * configure.ac:
15083         * po/af.po:
15084         * po/az.po:
15085         * po/cs.po:
15086         * po/en_GB.po:
15087         * po/hu.po:
15088         * po/it.po:
15089         * po/nb.po:
15090         * po/nl.po:
15091         * po/or.po:
15092         * po/sq.po:
15093         * po/sr.po:
15094         * po/sv.po:
15095         * po/uk.po:
15096         * po/vi.po:
15097         * win32/common/config.h:
15098           0.10.7.2 prerelease
15099
15100 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15101
15102         * docs/libs/tmpl/gstaudio.sgml:
15103         * docs/libs/tmpl/gstcolorbalance.sgml:
15104         * docs/libs/tmpl/gstmixer.sgml:
15105         * docs/libs/tmpl/gstringbuffer.sgml:
15106         * docs/libs/tmpl/gsttuner.sgml:
15107         * docs/libs/tmpl/gstxoverlay.sgml:
15108         * gst-libs/gst/audio/audio.c:
15109         * gst-libs/gst/audio/gstringbuffer.c:
15110         * gst-libs/gst/interfaces/colorbalance.c:
15111         * gst-libs/gst/interfaces/mixer.c:
15112         * gst-libs/gst/interfaces/tuner.c:
15113         * gst-libs/gst/interfaces/xoverlay.c:
15114           move last template doc snippets to source code and delete them
15115
15116 2006-06-06  Michael Smith  <msmith@fluendo.com>
15117
15118         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
15119         (theora_parse_drain_queue):
15120           Mark DELTA_UNIT on non-keyframes.
15121
15122 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
15123
15124         * gst-libs/gst/audio/gstbaseaudiosink.c:
15125         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
15126         * gst-libs/gst/audio/gstbaseaudiosink.h:
15127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
15128         (gst_ring_buffer_samples_done):
15129         * gst-libs/gst/audio/gstringbuffer.h:
15130         Document better the fact that latency_time and buffer_time are values
15131         stored in microseconds, and not the usual GStreamer nanoseconds.
15132         Change the variables (compatibly) that store them from GstClockTime 
15133         to guint64 to make it more clear that they're not storing clock times.
15134         Also, remove the bogus property description that says the user can
15135         specify -1 to get the default value, since that's never been the case.
15136
15137         When computing the default segment size for the ring buffer, make it
15138         an integer number of samples.
15139
15140         When the sub-class indicates a delay greater than the number of
15141         samples we've written return 0 from the audio sink get_time method.
15142
15143 2006-06-02  Michael Smith  <msmith@fluendo.com>
15144
15145         * tests/check/elements/audioconvert.c: (set_channel_positions),
15146         (get_float_mc_caps), (get_int_mc_caps):
15147         * tests/check/elements/audioresample.c:
15148         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
15149         * tests/check/elements/videorate.c:
15150         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
15151         * tests/check/elements/volume.c:
15152         * tests/check/elements/vorbisdec.c:
15153         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
15154           Don't busy-wait in tests; this was causing test timeouts very
15155           frequently when running under valgrind.
15156
15157 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15158
15159         * gst/tcp/README:
15160         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
15161         (gst_multi_fd_sink_remove_client_link),
15162         (gst_multi_fd_sink_client_queue_caps),
15163         (gst_multi_fd_sink_client_queue_buffer),
15164         (gst_multi_fd_sink_handle_client_write),
15165         (gst_multi_fd_sink_render):
15166         * gst/tcp/gstmultifdsink.h:
15167           make multifdsink properly deal with streamheader:
15168           - streamheader is taken from caps
15169           - buffers marked with IN_CAPS are not sent
15170           - streamheaders are sent, on connection, from the caps of the
15171             buffer where the client gets positioned to
15172           - further streamheader changes are done every time the client
15173             will receive a buffer with different caps
15174         * tests/check/elements/multifdsink.c: (GST_START_TEST),
15175         (gst_multifdsink_create_streamheader):
15176           add tests for this
15177
15178 2006-06-02  Michael Smith  <msmith@fluendo.com>
15179
15180         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15181           Reinstate limit on channel count. Vorbis does not define the meaning
15182           of > 6 channels, so they're just independent channels. Gstreamer
15183           currently has no mechanism to represent N independent channels.
15184
15185 2006-06-02  Michael Smith  <msmith@fluendo.com>
15186
15187         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
15188           Don't arbitrarily restrict channel counts and rate in vorbis.
15189           In terms of effects likely on real-world files, this fixes 96kHz
15190           playback of vorbis.
15191
15192 2006-06-02  Michael Smith  <msmith@fluendo.com>
15193
15194         * gst/audioconvert/audioconvert.c: (float):
15195           More correct float->int conversion.
15196
15197 2006-06-02  Michael Smith  <msmith@fluendo.com>
15198
15199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
15200           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
15201           value. Fixes g-critical on trying to play back ogg containing
15202           unknown codec.
15203
15204 2006-06-02  Wim Taymans  <wim@fluendo.com>
15205
15206         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
15207         (setup_source):
15208         * gst/playback/gstplaybasebin.h:
15209         Make the subtitle detection work from any thread so we don't
15210         deadlock. Fixes #343397.
15211
15212 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15213
15214         * gst/volume/Makefile.am:
15215           Seriously, it's not *that* hard to get compilation right.  Even
15216           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
15217
15218 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15219
15220         * gst/volume/gstvolume.c: (volume_choose_func),
15221         (volume_update_real_volume), (gst_volume_class_init),
15222         (gst_volume_init), (volume_process_float), (volume_process_int16),
15223         (volume_process_int16_clamp), (volume_set_caps),
15224         (volume_transform_ip), (plugin_init):
15225         * gst/volume/gstvolume.h:
15226         rewrite the passthrough check, split _int16 and _int16_clamp, fix
15227         another property desc., remove unused param from process function
15228         
15229         * tests/check/elements/volume.c: (volume_suite):
15230         reactivate the passthrough test
15231
15232 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15233
15234         * ext/alsa/gstalsamixerelement.h:
15235         * ext/alsa/gstalsamixeroptions.h:
15236         * ext/alsa/gstalsamixertrack.h:
15237         * ext/gnomevfs/gstgnomevfssink.h:
15238         * ext/gnomevfs/gstgnomevfssrc.h:
15239         * ext/theora/gsttheoradec.h:
15240         * ext/theora/gsttheoraenc.h:
15241         * ext/theora/gsttheoraparse.h:
15242         * ext/vorbis/vorbisparse.h:
15243         * gst-libs/gst/audio/gstaudioclock.h:
15244         * gst-libs/gst/audio/gstaudiofilter.h:
15245         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
15246         * gst/audioconvert/gstaudioconvert.h:
15247         * gst/audioresample/gstaudioresample.h:
15248         * gst/audiotestsrc/gstaudiotestsrc.h:
15249         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
15250         * gst/playback/gststreamselector.h:
15251         * gst/tcp/gstmultifdsink.h:
15252         * gst/tcp/gsttcpclientsink.h:
15253         * gst/tcp/gsttcpclientsrc.h:
15254         * gst/tcp/gsttcpserversink.h:
15255         * gst/tcp/gsttcpserversrc.h:
15256         * gst/videorate/gstvideorate.h:
15257         * gst/videoscale/gstvideoscale.h:
15258         * gst/videotestsrc/gstvideotestsrc.h:
15259         * gst/volume/gstvolume.h:
15260         * sys/v4l/gstv4ljpegsrc.h:
15261         * sys/v4l/gstv4lmjpegsink.h:
15262         * sys/v4l/gstv4lmjpegsrc.h:
15263         * sys/v4l/gstv4lsrc.h:
15264         * sys/ximage/ximagesink.h:
15265         * sys/xvimage/xvimagesink.h:
15266         * tests/old/testsuite/alsa/sinesrc.h:
15267         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15268
15269 2006-05-31  Wim Taymans  <wim@fluendo.com>
15270
15271         * ext/libvisual/visual.c: (gst_visual_reset),
15272         (gst_visual_sink_setcaps), (gst_visual_sink_event),
15273         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
15274         Handle DISCONT.
15275         Use running time before doing QoS.
15276         Handle mono too.
15277
15278 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
15279
15280         * docs/libs/Makefile.am:
15281           set a magic variable to indicate we know the docs are incomplete
15282
15283 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15284
15285         * win32/common/libgstvideo.def:
15286           export gst_video_calculate_display_ratio
15287         * win32/vs6/libgstvideoscale.dsp:
15288           add link to libgstvideo-0.10.lib
15289
15290 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15291
15292         * gst/playback/gstplaybasebin.c: (gen_source_element):
15293           Throw a more comprehensible error for rtsp:// URIs (rather
15294           than erroring out with a negotiation error later on) until
15295           we fix playbin to handle rtspsrc etc.
15296
15297 2006-05-30  Wim Taymans  <wim@fluendo.com>
15298
15299         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
15300         (gst_text_overlay_text_event):
15301         Added some FIXMEs.
15302
15303 2006-05-30  Wim Taymans  <wim@fluendo.com>
15304
15305         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
15306         (gst_adder_request_new_pad), (gst_adder_release_pad):
15307         * gst/adder/gstadder.h:
15308         Implement release_request_pad.
15309         Make padcounter atomic.
15310
15311         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
15312         Added check for release_pad in adder.
15313
15314 2006-05-30  Wim Taymans  <wim@fluendo.com>
15315
15316         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
15317         Fix build again.
15318
15319 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15320
15321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15322         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
15323         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15324         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
15325         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
15326         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
15327         (gst_ogg_demux_bisect_forward_serialno),
15328         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
15329         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
15330           add more debugging
15331           clean up printf formats for granulepos and serialno
15332
15333 2006-05-30  Michael Smith  <msmith@fluendo.com>
15334
15335         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
15336         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
15337         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
15338         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
15339         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
15340         * ext/vorbis/vorbisenc.h:
15341           Multi-channel caps negotiation, so we can do proper multichannel
15342           vorbis encoding, negotiated through audioconvert.
15343
15344 2006-05-30  Wim Taymans  <wim@fluendo.com>
15345
15346         * tests/check/elements/adder.c: (test_event_message_received),
15347         (test_play_twice_message_received), (GST_START_TEST),
15348         (adder_suite):
15349         Added check to show that #339935 is fixed with ongoing
15350         adder and collectpads fixes.
15351
15352 2006-05-29  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
15355         Don't leak pad name.
15356
15357 2006-05-29  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/adder/gstadder.c: (gst_adder_query_duration),
15360         (forward_event_func), (forward_event), (gst_adder_src_event):
15361         Fix adder seeking.
15362         Make query/seeking code threadsafe.
15363
15364         * tests/check/Makefile.am:
15365         * tests/check/elements/adder.c: (test_event_message_received),
15366         (GST_START_TEST), (test_play_twice_message_received):
15367         Fix adder test case.
15368
15369 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
15370
15371         Patch by: Young-Ho Cha  <ganadist at chollian net>
15372
15373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15374         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
15375         (set_encoding_element), (decodebin_element_added_cb),
15376         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
15377         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
15378         * gst/playback/gstplaybasebin.h:
15379           Add 'subtitle-encoding' property to playbin, so applications can
15380           force a subtitle encoding for non-UTF8 subtitles (#342268).
15381
15382         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
15383         (gst_sub_parse_set_property):
15384           Rename recently-added 'encoding' property to 'subtitle-encoding'
15385           (so it can be proxied by playbin/decodebin in a generic way
15386           with less danger of false positives).
15387
15388 2006-05-29  Michael Smith  <msmith@fluendo.com>
15389
15390         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
15391         (append_with_other_format), (set_structure_widths),
15392         (gst_audio_convert_transform_caps):
15393           Patch from #341562: give more specific audio caps in get_caps, so
15394           that basetransform  can make better decisions on what caps to
15395           negotiate.
15396
15397 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15398
15399         * tests/check/elements/volume.c:
15400         make it compile again
15401
15402 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15403
15404         * tests/check/elements/volume.c: (volume_suite):
15405         disable test until #343196 gets resolved
15406
15407 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
15408
15409         * gst/adder/gstadder.c: (gst_adder_get_type):
15410         Make it easier to copy&paste
15411         
15412         * gst/volume/Makefile.am:
15413         * gst/volume/gstvolume.c: (volume_update_real_volume),
15414         (gst_volume_set_volume), (gst_volume_set_mute),
15415         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
15416         (volume_transform_ip), (volume_update_mute),
15417         (volume_update_volume):
15418         * gst/volume/gstvolume.h:
15419         Add own debug category, move duplicate code to helper function, fix
15420         property texts, add more comments and prepare ffor liboil-goodness
15421         
15422         * tests/check/Makefile.am:
15423         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
15424         add test for mute and passtrough case, be a bit more verbose to track
15425         failure
15426         
15427         * tests/check/generic/states.c: (GST_START_TEST):
15428         catch elements that fail to instantiate
15429
15430 2006-05-28  Edward Hervey  <edward@fluendo.com>
15431
15432         * tests/check/pipelines/simple-launch-lines.c:
15433         * tests/check/pipelines/theoraenc.c:
15434         * tests/check/pipelines/vorbisenc.c:
15435         Comment out tests using parse_launch() if core was built without
15436         parsing capabilities.
15437
15438 2006-05-27  Edward Hervey  <edward@fluendo.com>
15439
15440         * tests/check/Makefile.am:
15441         Extra bonus points for whoever explains to ensonic that you are meant
15442         to test unit tests thoroughly before commiting them, especially if
15443         you know it's going to break.
15444         De-activated element/adder tests.
15445
15446 2006-05-27  Edward Hervey  <edward@fluendo.com>
15447
15448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15449         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
15450         Marking caps conversion issues as GST_WARNING is way too verbose,
15451         Moving them to GST_LOG.
15452
15453 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15454
15455         * README:
15456           Replace current README (containing the release notes from
15457           some 0.9.x version) with a proper README taken from the core.
15458
15459 2006-05-26  Wim Taymans  <wim@fluendo.com>
15460
15461         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15462         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
15463         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
15464         (vorbis_dec_change_state):
15465         Small cleanups.
15466         Add some FIXMEs
15467         Clip output samples to segment boundaries.
15468
15469 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15470
15471         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15472         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
15473         Improve the errors produced on bad output, including some human
15474         readable description strings.
15475         Handle the (theoretical for ximagesink) case where the XServer 
15476         has a different idea about the size required for a particular 
15477         frame and gives us too small a memory allocation.
15478
15479 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
15480
15481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15482         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
15483         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
15484         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15485         Improve the errors produced on bad output, including some human 
15486         readable description strings.
15487         Handle RGB Xv formats properly by transforming them into our 
15488         big-endian caps description.
15489         Use gst_caps_truncate to ensure that we never try and choose a
15490         non-fixed caps in buffer_alloc.
15491         Handle the case where the XServer has a different idea about the size
15492         required for a particular frame and gives us too small a memory
15493         allocation.
15494         Use -1 to indicate 'no image format', because 0 is a valid XServer
15495         image format number.
15496         Put RGB Xv formats at the end of the caps, so that we always prefer
15497         YUV format frames.
15498         Iterate the available Xv Encodings to determine the maximum width and
15499         height, and then return that in our caps.
15500         (Closes #315312, #337544)
15501
15502 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
15503
15504         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
15505         When there is only one unfinished pad and it receives an event that
15506         doesn't match our requirements, we need to set alldone=FALSE so that
15507         the fakesink is not removed yet.
15508
15509 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
15510
15511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
15512           Use gst_type_find_helper_for_buffer() to find the type
15513           of stream from the first packet.
15514
15515         * configure.ac:
15516           Bump requirements to core CVS (needed for vorbis
15517           typefinding to work).
15518
15519 2006-05-24  Edward Hervey  <edward@fluendo.com>
15520
15521         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
15522         Added the 'prfl' atom type which MQV (no, it's not a typo) files
15523         contain.  Else they play perfectly fine with qtdemux.
15524
15525 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
15526
15527         * ext/theora/theoradec.c:
15528         * ext/theora/theoraenc.c:
15529         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
15530         * gst/audiorate/gstaudiorate.c:
15531           make more debug catagories static
15532         
15533         * tests/check/Makefile.am:
15534         * tests/check/elements/adder.c: (message_received),
15535         (test_event_message_received), (GST_START_TEST),
15536         (test_play_twice_message_received), (adder_suite):
15537           added test case for using element twice, extra bonus points for anyone
15538           who can make these test run reliably
15539
15540 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * ext/theora/theoradec.c: (theora_dec_chain):
15543           Make work with time-stamped input buffers that do not
15544           have a granulepos in BUFFER_OFFSET_END (like theora
15545           buffers coming from matroskademux). Fixes #342448.
15546
15547 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         Patch by: Peter Kjellerstedt  <pkj at axis com>
15550
15551         * gst/tcp/Makefile.am:
15552           fdstresstest doesn't need Gtk+, fix compilation if 
15553           gtk is not available (#342566).
15554
15555 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15556          
15557         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15558           80 line columns
15559           Removed redundant floor()
15560
15561 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15564           On second thought, just skip JUNK chunks automatically, so
15565           the caller doesn't have to handle this. Fixes #342345.
15566           Also, return GST_FLOW_UNEXPECTED if we get a short read,
15567           not GST_FLOW_ERROR.
15568
15569 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
15572           Don't bail out on JUNK chunks with a size of 0 (would try to
15573           pull_range 0 bytes before, which sources don't like too much).
15574           See #342345.
15575
15576 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15577
15578         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15580         Use the gstutil scaling function to preserve 64 bits while calculating
15581         output width and height from the display-aspect-ratio. (A continuation
15582         of #341542)
15583
15584 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15585
15586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
15587         (gst_xvimagesink_buffer_alloc):
15588         * sys/xvimage/xvimagesink.h:
15589         When performing buffer allocations, remember the caps and image format
15590         we return so that if the same caps are asked for next time we can
15591         return them immediately without doing any caps intersections.
15592
15593 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
15594          
15595         * gst-libs/gst/rtp/README:
15596           Some new documentation
15597         * gst-libs/gst/rtp/gstrtpbuffer.h:       
15598           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
15599         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
15600         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
15601           New RTP audio base payloader class. Supports frame or sample based
15602           codecs.  Not enabled in Makefile.am until approved.
15603
15604 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * tests/check/elements/alsa.c: (test_device_property_probe):
15607           Fix test case: don't try to free NULL GValueArray when there
15608           are no devices.
15609
15610 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * tests/check/Makefile.am:
15613         * tests/check/elements/alsa.c: (test_device_property_probe),
15614         (alsa_suite), (main):
15615           Add simple test that runs a device property probe on alsasrc,
15616           alsasink and alsamixer. Disable valgrind check for now (too
15617           many leaks in libasound, and valgrind ignored my suppressions
15618           additions).
15619
15620 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15621
15622         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
15623         (gst_alsa_device_property_probe_probe_property),
15624         (gst_alsa_device_property_probe_needs_probe),
15625         (gst_alsa_device_property_probe_get_values),
15626         (gst_alsa_type_add_device_property_probe_interface):
15627         * ext/alsa/gstalsadeviceprobe.h:
15628         * ext/alsa/gstalsamixerelement.c:
15629         (gst_alsa_mixer_element_init_interfaces):
15630         * ext/alsa/gstalsamixerelement.h:
15631           Clean up and simplify alsa device probing. Make it actually work
15632           for multiple classes. Don't cache results any longer.
15633
15634         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
15635         (gst_alsasink_init):
15636         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
15637         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
15638         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
15639           Make alsasink and alsasrc implement the GstPropertyProbe interface
15640           for device probing (#342181).
15641           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
15642
15643 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         * gst/subparse/samiparse.c: (handle_start_font):
15646           Don't ignore return value of strtol (++compiler_happiness).
15647
15648 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15649
15650         Patch by: Young-Ho Cha  <ganadist chollian net>
15651
15652         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15653         (gst_sub_parse_class_init), (gst_sub_parse_init),
15654         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
15655         (convert_encoding):
15656         * gst/subparse/gstsubparse.h:
15657           Add 'encoding' property (#341681).
15658
15659         * gst/subparse/samiparse.c: (characters_sami):
15660           Output is pango markup, so we need to escape text
15661           between tags (#342143).
15662
15663 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         * gst-libs/gst/audio/multichannel.c:
15666         (gst_audio_check_channel_positions):
15667           It's okay to have caps with channels=1 and a channel position
15668           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
15669           (deinterleavers might want to keep the position in the caps,
15670           so that they can be re-interleaved again properly later).
15671           Leave check for unexpected 2-channel layouts intact for now.
15672
15673 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15674
15675         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
15676         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
15677         basesrc can do its job correctly.
15678
15679 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15680
15681         * ext/alsa/Makefile.am:
15682         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
15683         (gst_alsa_detect_formats), (get_channel_free_structure),
15684         (caps_add_channel_configuration), (gst_alsa_detect_channels),
15685         (gst_alsa_probe_supported_formats):
15686         * ext/alsa/gstalsa.h:
15687         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15688           Refactor and improve caps probing code: probe signedness
15689           when we probe the supported formats/widths; set endianness
15690           to the one we actually probed for (ie. cpu endianness).
15691           
15692         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
15693         (gst_alsasrc_close):
15694         * ext/alsa/gstalsasrc.h:
15695           Implement caps probing for alsasrc.
15696
15697 2006-05-15  Wim Taymans  <wim@fluendo.com>
15698
15699         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15700         (theora_dec_src_query), (theora_dec_src_event),
15701         (theora_dec_sink_event), (theora_handle_comment_packet),
15702         (theora_handle_data_packet), (theora_dec_change_state):
15703         Cleanups, add some G_LIKELY.
15704         Use segment helpers instead of our own wrong code.
15705         Clear queued buffers on seek and READY.
15706
15707         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
15708         (vorbis_dec_convert), (vorbis_dec_src_query),
15709         (vorbis_dec_src_event), (vorbis_dec_sink_event),
15710         (vorbis_handle_comment_packet), (vorbis_dec_push),
15711         (vorbis_handle_data_packet), (vorbis_dec_chain),
15712         (vorbis_dec_change_state):
15713         * ext/vorbis/vorbisdec.h:
15714         Remove old useless packetno variable.
15715         Do position query properly.
15716         Add some G_LIKELY.
15717         Do cleanup of queued buffers in new helper function
15718         and use it.
15719
15720 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15721
15722         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15723           Query supported sample rates. Fixes #341732.
15724
15725 2006-05-15  Julien MOUTTE  <julien@moutte.net>
15726
15727         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
15728         (gst_decode_bin_change_state): Make decodebin reusable
15729         when going from PAUSE_TO_READY and then back to PAUSED.
15730         Fixes #331678.
15731
15732 2006-05-15  Wim Taymans  <wim@fluendo.com>
15733
15734         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
15735         (vorbis_dec_convert), (vorbis_dec_src_query),
15736         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15737         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
15738         (vorbis_dec_clean_queued), (vorbis_dec_push),
15739         (vorbis_handle_data_packet), (vorbis_dec_change_state):
15740         Cleanups. Use refcounting and DEBUG_OBJECT.
15741         Reset segment on flush, use code methods instead of our
15742         own wrong version.
15743         Fix potential memleak.
15744
15745 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15746
15747         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
15748         (gst_alsasink_init):
15749         * ext/alsa/gstalsasink.h:
15750           Don't leak allocated snd_output_t structure if there's
15751           more than one alsasink instance at a time (#341873).
15752           Also fix GObject macros in header file.
15753           
15754 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15755
15756         * gst/subparse/gstsubparse.c:
15757         (gst_sub_parse_data_format_autodetect):
15758           Don't use libxml functions in the typefinding code.
15759
15760 2006-05-15  Wim Taymans  <wim@fluendo.com>
15761
15762         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15763         Fix seeking performance in the case where a non-header 
15764         packet has a 0 granulepos (busted theora case). 
15765         Fixes #341719
15766         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
15767          the first place, you limelight stealer you)
15768
15769 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * gst/subparse/gstsubparse.c:
15772         (gst_sub_parse_data_format_autodetect):
15773           Improve SAMI typefinding: handle case where there are
15774           whitespaces or newlines in front of the first <SAMI>
15775           tag (#169936).
15776
15777 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15778
15779         * configure.ac:
15780           Build video4linux plugin even if there's no XVIDEO, just
15781           without implementing the GstXOverlay interface (#334002).
15782          
15783 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15784
15785         * configure.ac:
15786         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
15787         (plugin_init):
15788           Add tentative support for libvisual-0.4 (#336881).
15789
15790 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15791
15792         Patch by: Young-Ho Cha <ganadist at chollian net>
15793
15794         * gst/subparse/samiparse.c: (handle_start_font):
15795           Need to map "silver" colour explicitly (#169936).
15796
15797 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
15798
15799         Patch by: Young-Ho Cha  <ganadist at chollian net>
15800
15801         * gst/subparse/Makefile.am:
15802         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
15803         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
15804         (gst_sub_parse_format_autodetect), (feed_textbuf),
15805         (gst_subparse_type_find), (plugin_init):
15806         * gst/subparse/gstsubparse.h:
15807         * gst/subparse/samiparse.c:
15808         * gst/subparse/samiparse.h:
15809           Add support for SAMI subtitles (#169936).
15810
15811 2006-05-14  Michael Smith  <msmith@fluendo.com>
15812
15813         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
15814           Fix #341696: crash when mixing L+R+C to mono or stereo.
15815         * tests/check/Makefile.am:
15816         * tests/check/elements/audioconvert.c: (set_channel_positions),
15817         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
15818         (audioconvert_suite):
15819           Add test for the above, including some generic framework bits for
15820           testing multichannel things.
15821
15822 === release 0.10.7 ===
15823
15824 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
15825
15826         * configure.ac:
15827           releasing 0.10.7, "Leave the gun"
15828
15829 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15830
15831         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15832         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15833         Fix the build.
15834
15835 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
15836
15837         * docs/libs/gst-plugins-base-libs-docs.sgml:
15838         * docs/libs/gst-plugins-base-libs-sections.txt:
15839         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
15840         * gst-libs/gst/video/video.h:
15841         * gst/videoscale/Makefile.am:
15842         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
15843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
15844         * tests/check/Makefile.am:
15845         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
15846         (main):
15847           Fix integer overflow problem with pixel-aspect-ratio calculations
15848           in videoscale and xvimagesink (#341542)
15849
15850 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
15851
15852         * gst-libs/gst/tag/gstid3tag.c:
15853           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
15854
15855 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
15856
15857         * win32/MANIFEST:
15858           update win32 files listing
15859
15860 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15861
15862         patch by: Sjoerd Simons (sjoerd@luon.net)
15863
15864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15865         (group_create), (group_destroy), (add_stream),
15866         (gst_play_base_bin_get_property),
15867         (gst_play_base_bin_get_streaminfo_value_array):
15868         * gst/playback/gstplaybasebin.h:
15869           API: GstPlayBaseBin::stream-info-value-array property
15870           use a more bindings-friendly way of exposing streaminfo
15871           using a GValueArray.  Tested in ipython.
15872           Closes #341114
15873
15874 2006-05-11  Wim Taymans  <wim@fluendo.com>
15875
15876         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
15877         (queue_underrun_cb), (queue_filled_cb):
15878         Also catch queue underruns but don't do anything yet.
15879         Refactor and comment queue enlarging code a bit.
15880
15881         * gst/playback/gstplaybasebin.c: (queue_overrun),
15882         (queue_threshold_reached), (queue_out_of_data),
15883         (gen_preroll_element):
15884         If a queue over/underruns check that we don't create nasty
15885         deadlocks when the min-threshold is not reached but the
15886         max-bytes is. In those cases disable max-bytes when we
15887         know that the queue is fed timed data.
15888         Add more comments.
15889
15890 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15891
15892         * gst/playback/gstplaybin.c: (gen_audio_element):
15893           Make playbin automatically plug an 'audioresample'
15894           element before the audio sink as well. This solves
15895           problems with sinks that only accept a very specific
15896           sample rate, like esdsink (e.g. #340379).
15897
15898 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/playback/gstplaybasebin.c: (gen_source_element):
15901           Make http sources send special headers so that we receive
15902           icecast metadata if the http stream is an icecast stream
15903           (otherwise the server will just ignore them). This also
15904           means that from now on users will need the 'icydemux'
15905           element from gst-plugins-good installed if they want to
15906           listen to icecast radio streams. (#341432, #333657).
15907
15908 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15909
15910         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15911         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15912           remove stupid example from docs - it should come with a simple
15913           C program instead.
15914           Clean up/fix docs
15915         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15916         (fail_if_can_read), (GST_START_TEST),
15917         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15918           add a test for changing streamheader which exposes a bug in
15919           multifdsink
15920
15921 2006-05-11  Michael Smith  <msmith@fluendo.com>
15922
15923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15924         (gst_gnome_vfs_src_received_headers_callback):
15925         * ext/gnomevfs/gstgnomevfssrc.h:
15926           Don't set icy-caps unless we have a sane interval value. Move
15927           interval to a local variable; we never use it outside this function.
15928
15929 2006-05-11  Wim Taymans  <wim@fluendo.com>
15930
15931         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15933         Register special buffer types along with the objects so
15934         that they are not registered at runtime from N different
15935         streaming threads since they are not threadsafe.
15936
15937 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15938
15939         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15940         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15941           add two more tests, one doing streamheader
15942
15943 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15944
15945         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15946           clean up the bufqueue when shutting down
15947         * tests/check/Makefile.am:
15948         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15949         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15950         (main):
15951           add a test for the leak that was just fixed
15952
15953 2006-05-10  Wim Taymans  <wim@fluendo.com>
15954
15955         * gst/adder/gstadder.c: (gst_adder_setcaps),
15956         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15957         (gst_adder_src_event), (gst_adder_sink_event),
15958         (gst_adder_class_init), (gst_adder_finalize),
15959         (gst_adder_request_new_pad), (gst_adder_collected):
15960         * gst/adder/gstadder.h:
15961         Updated some docs. Added comments and FIXMEs all over the place.
15962         Improve debugging info.
15963         Fix leak on finalize by not calling the parent.
15964         Implement duration query.
15965         Make event forwarding threadsafe.
15966         Correctly send NEWSEGMENT at start and after flush.
15967         Handle EOS correctly.
15968         Post error when not negotiated.
15969
15970         * tests/check/elements/adder.c: (GST_START_TEST):
15971         Added FIXME in the test.
15972
15973 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15974
15975         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15976         (gst_text_overlay_halign_get_type),
15977         (gst_text_overlay_wrap_mode_get_type):
15978         * ext/theora/theoradec.c: (theora_handle_type_packet),
15979         (theora_handle_data_packet):
15980         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15981         (theora_enc_sink_setcaps), (theora_enc_chain):
15982         * gst-libs/gst/cdda/gstcddabasesrc.c:
15983         (gst_cdda_base_src_mode_get_type):
15984         * gst/audiotestsrc/gstaudiotestsrc.c:
15985         (gst_audiostestsrc_wave_get_type):
15986         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15987         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15988         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15989         (gst_sync_method_get_type), (gst_unit_type_get_type),
15990         (gst_client_status_get_type):
15991         * gst/videoscale/gstvideoscale.c:
15992         (gst_video_scale_method_get_type):
15993         * gst/videotestsrc/gstvideotestsrc.c:
15994         (gst_video_test_src_pattern_get_type):
15995         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15996         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15997         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15998         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15999         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
16000         (paint_setup_RGB565), (paint_setup_xRGB1555):
16001           Const-ify GEnumValue and GFlagsValue arrays. Use
16002           GST_ROUND_UP_* macros instead of home-made ones.
16003
16004 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * configure.ac:
16007           Require core CVS for the new newsegment stuff.
16008
16009 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16010
16011         Patch by: Sjoerd Simons  <sjoerd at luon net>
16012
16013         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
16014           Register nick for enum value (#341160).
16015
16016 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
16017
16018         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
16019         (plugin_init):
16020          backout typefind patch #340375
16021          
16022         * tests/check/elements/adder.c: (message_received),
16023         (GST_START_TEST), (adder_suite):
16024           redo, signal-handling of test
16025
16026 2006-05-09  Wim Taymans  <wim@fluendo.com>
16027
16028         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
16029         (gst_adder_collected):
16030         * gst/adder/gstadder.h:
16031         Remove bogus segment merging and forwarding, we don't
16032         care about timestamps anyway and we just produce a
16033         continuous stream. 
16034         Also create a nice NEWSEGMENT event when we start.
16035         Use _scale_int some more.
16036
16037 2006-05-09  Edward Hervey  <edward@fluendo.com>
16038
16039         * tests/icles/stress-xoverlay.c:
16040         Fix if core was built without parsing support.
16041
16042 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16043
16044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16045           Add SEDG (Samsung MPEG-4) fourcc.
16046
16047 2006-05-09  Edward Hervey  <edward@fluendo.com>
16048
16049         * tests/icles/stress-xoverlay.c:
16050         * tests/examples/volume/volume.c:
16051         Fix if core was built without parsing support.
16052
16053         * tests/examples/seek/seek.c:
16054         Disable the parse_launch example if core was built without parsing
16055         support.
16056
16057 2006-05-08  Edward Hervey  <edward@fluendo.com>
16058
16059         * autogen.sh: (CONFIGURE_DEF_OPT): 
16060         libtoolize on Darwin/MacOSX is called glibtoolize
16061
16062 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16063
16064         * tests/check/Makefile.am:
16065         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
16066           Disable the adder test, until the build-slaves posses the kindness to 
16067           either like it or to give valid reason for not doing so 
16068
16069 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16070
16071         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16072         (adder_suite):
16073           Shuffle NULL state change around and raise timeout more
16074
16075 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16076
16077         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
16078         (mp4_type_find), (plugin_init):
16079           Add typefind to distinguish between "audio/x-m4a" and new type
16080           "video/mp4". Fixes #340375
16081
16082         * tests/check/elements/adder.c: (adder_suite):
16083           Raise timeout to make buildbot happy
16084
16085 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
16086
16087         * gst/adder/gstadder.c: (gst_adder_sink_event),
16088         (gst_adder_request_new_pad), (gst_adder_change_state):
16089         * gst/adder/gstadder.h:
16090         * tests/check/Makefile.am:
16091         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
16092         (adder_suite), (main):
16093           Add sink-event handling to adder. It tries to merge incomming
16094           newsegment-events. Added test to check if segment_done is comming
16095           through. Fixes #340060
16096
16097 2006-05-05  Andy Wingo  <wingo@pobox.com>
16098
16099         * ext/theora/theoraparse.c (gst_theora_parse_init)
16100         (theora_parse_src_convert, theora_parse_src_query):
16101         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
16102         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
16103         query functions on the source pads of the theora and vorbis parse
16104         elements. Fixes position querying when doing a remux.
16105
16106 2006-05-05  Michael Smith  <msmith@fluendo.com>
16107
16108         * ext/theora/theoraparse.c: (parse_granulepos),
16109         (theora_parse_drain_queue_prematurely),
16110         (theora_parse_queue_buffer), (theora_parse_sink_event):
16111           Fix flushing.
16112           Fix invalid granulepos outputs when starting with a non-keyframe.
16113
16114 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
16115
16116         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
16117         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
16118         Rearrange MPEG system stream detection, fixing some memleaks in the
16119         process.
16120         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
16121         they clean up their data correctly.
16122         Remove unused ogganx caps and move the 'is_annodex' check to inside
16123         the 'is_ogg' if statement.
16124
16125 2006-05-05  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
16128         Properly remove ghostpads. Fixes #340392
16129
16130 2006-05-04  David Schleef  <ds@schleef.org>
16131
16132         * gst/typefind/gsttypefindfunctions.c:
16133
16134 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
16135
16136         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16137         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
16138
16139         When typefinding an MP3 in push-based mode, don't penalise the
16140         probability down to 74% when we found 5 valid frames just because we
16141         can't peek the end of the file.
16142
16143         Make the probability for detecting MPEG Transport Streams based on the
16144         number of sequential headers we successfully detected.
16145
16146 2006-05-03  Wim Taymans  <wim@fluendo.com>
16147
16148         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
16149         (vorbis_dec_push), (vorbis_dec_chain):
16150         Still produce an error when we receive an empty packet.
16151
16152 2006-05-03  Wim Taymans  <wim@fluendo.com>
16153
16154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
16155         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
16156         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
16157         Mark buffers with DISCONT after seek and after activating new
16158         chains.
16159
16160         * ext/theora/gsttheoradec.h:
16161         * ext/theora/theoradec.c: (gst_theora_dec_reset),
16162         (theora_get_query_types), (theora_dec_sink_event),
16163         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
16164         (theora_dec_change_state):
16165         Fix frame counter.
16166         Detect and mark DISCONT buffers.
16167
16168         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16169         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
16170         (vorbis_dec_change_state):
16171         * ext/vorbis/vorbisdec.h:
16172         Use GstSegment.
16173         Detect and mark DISCONT buffers.
16174         Don't crash on 0 sized buffers.
16175
16176 2006-05-03  Wim Taymans  <wim@fluendo.com>
16177
16178         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
16179         (volume_transform_ip):
16180         Increase "volume" property to 10.0. Fixes #340369.
16181         Set the process function to NULL when capsnego fails so that
16182         we properly error out.
16183
16184 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16185
16186         * gst/playback/gstplaybin.c: (add_sink):
16187         * gst/playback/test.c: (main):
16188         * gst/playback/test5.c: (dump_element_stats):
16189         * gst/playback/test6.c: (main):
16190           free caps using gst_caps_unref, don't leak caps-strings
16191
16192 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
16193
16194         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
16195         (plugin_init):
16196           Refine musepack typefinding a bit. Return MAXIMUM
16197           probability when we detect stream version 7 to make
16198           sure the mpeg audio typefinder doesn't trump us.
16199
16200 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16203           Protect against unexpected NULL strf_data buffer.
16204
16205 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * tests/check/elements/audioconvert.c: (verify_convert),
16208         (GST_START_TEST):
16209           interpret the out[] buffer in the order the bytes are actually
16210           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
16211           Other tests should use BYTE_ORDER since the array is filled in
16212           with actual values
16213
16214 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16215
16216         * tests/check/elements/audioconvert.c: (verify_convert),
16217         (GST_START_TEST):
16218           when a test fails, give an indication of which it is
16219
16220 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * gst-libs/gst/cdda/gstcddabasesrc.c:
16223           compile fix; strtol() needs <stdlib.h>
16224
16225 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16226
16227         * ext/alsa/gstalsamixerelement.c:
16228         * ext/alsa/gstalsasrc.c:
16229         * ext/cdparanoia/gstcdparanoiasrc.c:
16230         * ext/gnomevfs/gstgnomevfssink.c:
16231         * ext/gnomevfs/gstgnomevfssrc.c:
16232         * ext/ogg/gstoggdemux.c:
16233         * ext/ogg/gstoggmux.c:
16234         * ext/ogg/gstoggparse.c:
16235         * ext/ogg/gstogmparse.c:
16236         * ext/pango/gstclockoverlay.c:
16237         * ext/pango/gsttextoverlay.c:
16238         * ext/pango/gsttextrender.c:
16239         * ext/pango/gsttimeoverlay.c:
16240         * ext/theora/theoradec.c:
16241         * ext/theora/theoraenc.c:
16242         * ext/vorbis/vorbisdec.c:
16243         * ext/vorbis/vorbisenc.c:
16244         * gst-libs/gst/audio/gstaudiofilter.c:
16245         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16246         * gst/audioconvert/gstaudioconvert.c:
16247         * gst/audiorate/gstaudiorate.c:
16248         * gst/audioresample/gstaudioresample.c:
16249         * gst/audiotestsrc/gstaudiotestsrc.c:
16250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16251         * gst/playback/gstdecodebin.c:
16252         * gst/playback/gstplaybin.c:
16253         * gst/playback/gststreamselector.c:
16254         * gst/subparse/gstsubparse.c:
16255         * gst/tcp/gstmultifdsink.c:
16256         * gst/tcp/gsttcpclientsink.c:
16257         * gst/tcp/gsttcpclientsrc.c:
16258         * gst/tcp/gsttcpserversink.c:
16259         * gst/tcp/gsttcpserversrc.c:
16260         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16261         * gst/videorate/gstvideorate.c:
16262         * gst/videoscale/gstvideoscale.c:
16263         * gst/videotestsrc/gstvideotestsrc.c:
16264         * gst/volume/gstvolume.c:
16265         * sys/v4l/gstv4ljpegsrc.c:
16266         * sys/v4l/gstv4lmjpegsink.c:
16267         * sys/v4l/gstv4lmjpegsrc.c:
16268         * sys/v4l/gstv4lsrc.c:
16269         * sys/ximage/ximagesink.c:
16270         * sys/xvimage/xvimagesink.c:
16271         * tests/check/libs/cddabasesrc.c:
16272           make GstElementDetails const
16273
16274 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16275
16276         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
16277         (gst_adder_init):
16278           send events from src-pad to all sink-pads fixes #338657
16279
16280 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
16281
16282         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
16283         (alsasink_parse_spec):
16284           query width capabilities from alsa, fixes #338919
16285
16286 2006-04-28  Wim Taymans  <wim@fluendo.com>
16287
16288         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
16289         (gst_multi_fd_sink_remove_client_link):
16290         * gst/tcp/gstmultifdsink.h:
16291         Fix race condition in multifdsink that can lead to spurious 
16292         duplicate clients. this patch adds a new signal that is fired when
16293         multifdsink has removed all references to the fd.
16294         Fixes #339574.
16295         Updated documentation.
16296         API: client-fd-removed signal added
16297
16298 2006-04-28  Michael Smith  <msmith@fluendo.com>
16299
16300         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
16301           When asking g_value_array_new to prealloc elements, we may as well
16302           ask for the right number of elements.
16303
16304 2006-04-28  Wim Taymans  <wim@fluendo.com>
16305
16306         * gst-libs/gst/audio/gstbaseaudiosink.c:
16307         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
16308         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16309         patch to make timestamp checking more tollerant to rounding 
16310         errors given that real discontinuities are to be marked on
16311         buffers. Fixes some asf files and #338778.
16312         Also avoid some crashers when we receive an event in the 
16313         NULL state.
16314
16315 2006-04-28  Michael Smith  <msmith@fluendo.com>
16316
16317         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16318         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
16319         (gst_gnome_vfs_src_get_property),
16320         (gst_gnome_vfs_src_send_additional_headers_callback),
16321         (gst_gnome_vfs_src_received_headers_callback),
16322         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
16323         (gst_gnome_vfs_src_stop):
16324         * ext/gnomevfs/gstgnomevfssrc.h:
16325           Remove ICY handling (mostly) from gnomevfssrc, in favour of
16326           proper shared support within icydemux.
16327
16328 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
16331         (gst_video_rate_swap_prev), (gst_video_rate_chain):
16332           fix up docs
16333           fix a leak when no caps negotiated
16334           fix counting of input frames
16335         * tests/check/elements/.cvsignore:
16336         * tests/check/elements/videorate.c: (assert_videorate_stats),
16337         (GST_START_TEST), (videorate_suite):
16338           add tests for these
16339
16340 2006-04-28  Wim Taymans  <wim@fluendo.com>
16341
16342         * gst-libs/gst/audio/gstringbuffer.c:
16343         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
16344         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
16345         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
16346         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16347         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16348         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16349         (gst_ring_buffer_commit), (gst_ring_buffer_read),
16350         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
16351         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
16352         Check arguments passed to public functions instead of
16353         crashing.
16354
16355 2006-04-28  Wim Taymans  <wim@fluendo.com>
16356
16357         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
16358         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
16359         GstBaseAudioSrc must be live or it does not work.
16360
16361         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
16362         Don't set live to TRUE as this is the default in the parentclass.
16363
16364 2006-04-28  Wim Taymans  <wim@fluendo.com>
16365
16366         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
16367         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
16368         Videoscale doesn't pass on pixel-aspect ratio. Handle all
16369         fixation cases better. Fixes #338991
16370
16371 2006-04-28  Wim Taymans  <wim@fluendo.com>
16372
16373         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
16374         Handle 0/1 framerate correctly Fixes #331901.
16375
16376 2006-04-28  Wim Taymans  <wim@fluendo.com>
16377
16378         * tests/check/elements/audioconvert.c: (get_float_caps),
16379         (GST_START_TEST), (audioconvert_suite):
16380         Added check for correct clipping when doing float samples
16381         in audioconvert.
16382
16383 2006-04-28  Wim Taymans  <wim@fluendo.com>
16384
16385         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
16386         (gst_video_rate_chain):
16387         Print more debugging info.
16388
16389 2006-04-28  Wim Taymans  <wim@fluendo.com>
16390
16391         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
16392         (resample_set_state_from_caps):
16393         Add support for other formats audioresample can handle such as
16394         32 bits in and float and 64 bits float. Fixes #301759
16395
16396 2006-04-28  Wim Taymans  <wim@fluendo.com>
16397
16398         * gst/audioconvert/audioconvert.c: (float):
16399         correctly clip float samples > 1.0. Fixes #338718
16400
16401 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         Patch by: Young-Ho Cha  <ganadist at chollian net>
16404
16405         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16406         (gst_text_overlay_render_text):
16407           Don't strip newlines from the text. Also, center lines
16408           within multi-line paragraphs (#339405).
16409
16410 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
16413           Fix wavpack typefinding to work in more cases (don't peek
16414           for chunks of multiple hundred kBs at once, but process
16415           things step-by-step in smaller units). Fixes #339786.
16416
16417 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16418
16419         * configure.ac:
16420           back to HEAD
16421
16422 === release 0.10.6 ===
16423
16424 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
16425
16426         * configure.ac:
16427           releasing 0.10.6, "Chao"
16428
16429 2006-04-26  David Schleef  <ds@schleef.org>
16430
16431         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
16432           Fixes #338897.
16433
16434 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16435
16436         * configure.ac:
16437         * win32/common/config.h:
16438           new prerelease
16439
16440 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16441
16442         patch by: Wim Taymans
16443
16444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
16445         (gst_ogg_demux_perform_seek):
16446           make sure correct newsegments are sent, so that the decoder
16447           and the demuxer agree on timestamps.  Fixes playback of a lot
16448           of Ogg files that do not start from 0.  Fixes #339833.
16449
16450 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16451
16452         Patch by: Edward Hervey  <edward@fluendo.com>
16453
16454         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
16455         * tests/check/Makefile.am:
16456         * tests/check/elements/videorate.c: (assert_videorate_stats),
16457         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
16458         (videorate_suite), (main):
16459           Fix an infinite loop if frames are passed in with wrongly ordered
16460           timestamps.  Fixes #339013.
16461
16462 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16463
16464         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16465
16466         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16467           fix typefinding on some ISO files.  Fixes #339212.
16468
16469 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16470
16471         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16474           add another H264 fourcc.  Fixes #339047.
16475
16476 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16477
16478         Patch by: Jan Schmidt
16479
16480         * gst/playback/gststreamselector.c:
16481         (gst_stream_selector_bufferalloc):
16482           Restore old StreamSelector behaviour.
16483           Fixes #338419.
16484
16485 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * configure.ac:
16488         * win32/common/config.h:
16489           prerelease
16490
16491 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
16494
16495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16496         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
16497           Fix some memory leaks: on finalize, free buffers left in the queue
16498           before destroying the queue; in _push(), unref rtp_buf even if
16499           the process vfunc returned a NULL buffer as output buffer (#337548);
16500           demote some recuring debug messages to LOG level.
16501
16502 2006-04-11  Wim Taymans  <wim@fluendo.com>
16503
16504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16505         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16506         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
16507         (gst_ogg_demux_loop):
16508         More cleanups.
16509         Respect segment stop when emiting EOS or SEGMENT_DONE.
16510         Fixes (#337945).
16511
16512 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16513
16514         * gst/playback/gststreamselector.c:
16515         (gst_stream_selector_get_property):
16516           Don't leak pad name.
16517
16518 2006-04-10  Michael Smith  <msmith@fluendo.com>
16519
16520         * tests/check/Makefile.am:
16521         * tests/check/gst-plugins-base.supp:
16522           Suppress an old libtheora bug (fixed in more recent versions), so 
16523           that FC4 buildslaves can pass.
16524
16525 2006-04-10  Wim Taymans  <wim@fluendo.com>
16526
16527         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16528         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16529         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
16530         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
16531         (gst_ogg_demux_loop):
16532         Don't leak events.
16533         Remember what error we got when finding chains, if we
16534         were shutdown, that would not be an error.
16535
16536 2006-04-10  Wim Taymans  <wim@fluendo.com>
16537
16538         * gst-libs/gst/audio/gstbaseaudiosink.c:
16539         (gst_base_audio_sink_event):
16540         Starting the ringbuffer when we did not acquire it can cause
16541         a deadlock, is pointless and causes nasty things for
16542         subclasses. 
16543         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
16544
16545 2006-04-10  Wim Taymans  <wim@fluendo.com>
16546
16547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
16548         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
16549         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16550         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
16551         (gst_ogg_demux_deactivate_current_chain),
16552         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16553         (gst_ogg_demux_bisect_forward_serialno),
16554         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
16555         Add some more debugging.
16556
16557 2006-04-10  Wim Taymans  <wim@fluendo.com>
16558
16559         * ext/theora/theoradec.c: (theora_dec_src_event),
16560         (theora_handle_data_packet):
16561         Some more debug info.
16562
16563         * tests/examples/seek/seek.c: (start_seek), (main):
16564         Print element messages too.
16565
16566 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
16567
16568         * gst/audioresample/debug.h:
16569           replace debug macros with variable number of parameters
16570           by a simple alias to gstreamer standard debug macros 
16571          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
16572           supported by MSVC 6.0 and 7.1)
16573         * gst/audioresample/resample.h:
16574           define M_PI and rint for WIN32
16575         * win32/common/libgstaudio.def:
16576         * win32/common/libgstriff.def:
16577         * win32/common/libgsttag.def:
16578         * win32/common/libgstvideo.def:
16579           add new exported functions
16580         * win32/vs6:
16581           update project files
16582
16583 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16584
16585         * ext/alsa/gstalsamixeroptions.c:
16586         (gst_alsa_mixer_options_class_init):
16587         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
16588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
16589         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
16590         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
16591         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
16592         * gst-libs/gst/audio/gstaudiofilter.c:
16593         (gst_audio_filter_class_init):
16594         * gst-libs/gst/audio/gstaudiosink.c:
16595         (gst_audioringbuffer_class_init):
16596         * gst-libs/gst/audio/gstaudiosrc.c:
16597         (gst_audioringbuffer_class_init):
16598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
16599         * gst-libs/gst/interfaces/colorbalancechannel.c:
16600         (gst_color_balance_channel_class_init):
16601         * gst-libs/gst/interfaces/mixeroptions.c:
16602         (gst_mixer_options_class_init):
16603         * gst-libs/gst/interfaces/mixertrack.c:
16604         (gst_mixer_track_class_init):
16605         * gst-libs/gst/interfaces/tunerchannel.c:
16606         (gst_tuner_channel_class_init):
16607         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
16608         * gst-libs/gst/netbuffer/gstnetbuffer.c:
16609         (gst_netbuffer_class_init):
16610         * gst-libs/gst/rtp/gstbasertppayload.c:
16611         (gst_basertppayload_class_init):
16612         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
16613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
16614         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
16615         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
16616         * gst/playback/gststreamselector.c:
16617         (gst_stream_selector_class_init):
16618         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
16619         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
16620         * sys/v4l/gstv4lcolorbalance.c:
16621         (gst_v4l_color_balance_channel_class_init):
16622         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
16623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
16624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16625         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
16626         (gst_v4l_tuner_norm_class_init):
16627         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
16628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
16629         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
16630         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
16631
16632 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16633
16634         * ext/pango/gsttextrender.h:
16635         * gst-libs/gst/audio/gstaudiosink.h:
16636         * gst-libs/gst/audio/gstaudiosrc.h:
16637         * gst-libs/gst/audio/gstbaseaudiosink.h:
16638         * gst-libs/gst/audio/gstbaseaudiosrc.h:
16639         * gst-libs/gst/audio/gstringbuffer.h:
16640         * gst-libs/gst/rtp/gstbasertpdepayload.h:
16641         * gst-libs/gst/rtp/gstbasertppayload.h:
16642         * gst-libs/gst/video/gstvideofilter.h:
16643         * gst-libs/gst/video/gstvideosink.h:
16644         * gst/playback/gstplaybasebin.h:
16645         * gst/tcp/gstmultifdsink.h:
16646         * sys/v4l/gstv4lelement.h:
16647         Fix broken GObject macros
16648
16649 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
16650
16651         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
16652         More debug to trace why my USB headset is not working with gst
16653
16654 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16655
16656         * gst/playback/gstplaybasebin.c: (group_destroy):
16657         Clean up our group elements properly in the case where it never 
16658         got committed - it still got added unconditionally to the bin.
16659
16660 2006-04-07  Wim Taymans  <wim@fluendo.com>
16661
16662         * ext/theora/theoradec.c: (theora_dec_sink_event),
16663         (theora_handle_data_packet), (theora_dec_chain):
16664         Unref unhandled events.
16665         Protect against empty buffers.
16666         Perform QoS on running time.
16667
16668 2006-04-07  Michael Smith  <msmith@fluendo.com>
16669
16670         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
16671         (gst_vorbis_enc_chain):
16672           Remove leaks from vorbisenc.
16673           Mostly minor changes, the only significant one is that now the
16674           buffers we set as 'streamheader' on the caps are copies of the
16675           original buffers, to avoid circular refcounting problems.
16676
16677 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
16678
16679         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
16680           Don't remove our mute-probe if someone else already did so.
16681           Don't set a 2nd one if there is already one pending on the pad.
16682
16683         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
16684         (do_playbin_seek):
16685           When a seek fails, ensure that playbin is still set back to playing.
16686           
16687         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
16688         (mpeg_ts_type_find), (plugin_init):
16689           Add a typefind function for mpeg-ts streams. (Closes: #336617)
16690
16691 2006-04-06  Andy Wingo  <wingo@pobox.com>
16692
16693         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
16694         (gst_video_rate_init): Caps-related parameters should not be reset
16695         by a flush -- move their inits to the instance init function.
16696         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
16697         is not OK, just return the result.
16698
16699         * gst/audiotestsrc/gstaudiotestsrc.c
16700         (gst_audio_test_src_class_init)
16701         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
16702         broken by Stefan's commit on 24 March.
16703
16704         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
16705         buffers being pushed out. Fixes oggmux ! multifdsink.
16706
16707 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
16708
16709         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
16710         (gst_vorbis_dec_init), (vorbis_dec_finalize):
16711         * ext/vorbis/vorbisdec.h:
16712         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
16713         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
16714         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
16715         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
16716         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
16717         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
16718         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
16719         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
16720         (gst_vorbis_enc_buffer_from_packet),
16721         (gst_vorbis_enc_buffer_from_header_packet),
16722         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
16723         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
16724         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
16725         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
16726         (gst_vorbis_enc_change_state):
16727         * ext/vorbis/vorbisenc.h:
16728           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
16729           vorbisenc adhere to the official nomenclature; use boilerplate
16730           macro.
16731
16732 2006-04-04  Andy Wingo  <wingo@pobox.com>
16733
16734         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16735         Whoops, fix bug introduced. Bad hacker!
16736         
16737         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
16738         Properly handle the case where you get EOS before any buffers are
16739         received. Use gst_buffer_make_metadata_writable where appropriate.
16740
16741         * ext/theora/theoradec.c (theora_handle_data_packet): This value
16742         is often negative -- make it signed so as not to wrap around.
16743         Fixes segfaults introduced on 9 March.
16744
16745 2006-04-03  Wim Taymans  <wim@fluendo.com>
16746
16747         * ext/theora/gsttheoradec.h:
16748         * ext/theora/theoradec.c: (theora_dec_src_event):
16749         Don't try to store a gdouble in a gboolean.
16750         Small cleanups.
16751
16752 2006-04-03  Michael Smith  <msmith@fluendo.com>
16753
16754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
16755           Oggmux sucks.
16756           Make it suck slightly less by writing out the final page.
16757           Still can't encode a vorbis-in-ogg file correctly, though.
16758
16759 2006-04-03  Andy Wingo  <wingo@pobox.com>
16760
16761         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
16762         a g_print.
16763
16764         * ext/theora/theora.c (plugin_init): Register theoraparse.
16765
16766         * ext/theora/gsttheoraparse.h: 
16767         * ext/theora/theoraparse.c: New files implementing a theora
16768         parser. Now we can properly remux ogg/theora+vorbis, yay.
16769
16770         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
16771
16772 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * gst/audiotestsrc/gstaudiotestsrc.c:
16775           Fixed the sample pipeline (see #323798)
16776
16777 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16778
16779         * configure.ac:
16780         * win32/common/config.h:
16781         * win32/common/config.h.in:
16782           use AS_VERSION and AS_NANO
16783           more cleanups
16784
16785 2006-03-31  Andy Wingo  <wingo@pobox.com>
16786
16787         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
16788         uninitialized variable return that would happen.
16789         
16790         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
16791         uninitialized variable return that would never happen.
16792
16793         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
16794         (vorbis_parse_sink_event): Add an event function to flush our
16795         state on a seek, and to drain buffers on a premature EOS.
16796         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
16797         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
16798         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
16799         (vorbis_parse_drain_queue): Queue up buffers until we can set
16800         their timestamps and granulepos values.
16801
16802         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
16803         and keep track of data needed for deriving granulepos and
16804         timestamps for buffers.
16805
16806 2006-03-29  Wim Taymans  <wim@fluendo.com>
16807
16808         Patch by: j^ <j at bootlab dot org>
16809
16810         * ext/alsa/gstalsamixerelement.c:
16811         (gst_alsa_mixer_element_class_init):
16812         * ext/alsa/gstalsasink.c:
16813         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
16814         * ext/ogg/gstoggdemux.c:
16815         * ext/ogg/gstoggmux.c:
16816         * ext/ogg/gstoggparse.c:
16817         * ext/pango/gstclockoverlay.c:
16818         * ext/pango/gsttextoverlay.c:
16819         * ext/pango/gsttextrender.c:
16820         * ext/pango/gsttimeoverlay.c:
16821         * ext/theora/theoradec.c:
16822         * ext/theora/theoraenc.c:
16823         * ext/vorbis/vorbisdec.c:
16824         * ext/vorbis/vorbisenc.c:
16825         * gst/audioconvert/gstaudioconvert.c:
16826         * gst/subparse/gstsubparse.c:
16827         * gst/tcp/gstmultifdsink.c:
16828         * gst/tcp/gsttcpclientsink.c:
16829         * gst/tcp/gsttcpclientsrc.c:
16830         * gst/tcp/gsttcpserversink.c:
16831         * gst/tcp/gsttcpserversrc.c:
16832           better/unified long descriptions
16833           Fixes #336477
16834
16835 2006-03-29  Wim Taymans  <wim@fluendo.com>
16836
16837         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
16838         (stop_seek):
16839         Don't let double and triple clicks mess up our state.
16840
16841 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16842
16843         * gst/playback/gstplaybin.c: (gen_video_element),
16844         (gen_text_element), (gen_audio_element), (gen_vis_element):
16845           Error out gracefully when we can't create any of the usual
16846           conversion elements for some reason. Also, don't try to
16847           create an audioscale (sic) element that's not used anyway.
16848
16849 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * gst/playback/gstplaybasebin.c: (setup_source):
16852           Don't post RESOURCE_NOT_FOUND error when we can't find a source
16853           element for a particular protocol, that's confusing for users.
16854           Instead, post a RESOURCE_FAILED error, so that our own error
16855           message is actually shown in totem etc. (#336303).
16856
16857 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16858
16859         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16860
16861         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
16862         (gst_gnome_vfs_src_get_icy_metadata):
16863           Fix some minor memory leaks (#336194).
16864
16865 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * ext/gnomevfs/gstgnomevfs.c:
16868         (gst_gnome_vfs_location_to_uri_string):
16869         * ext/gnomevfs/gstgnomevfs.h:
16870         * ext/gnomevfs/gstgnomevfssink.c:
16871         (gst_gnome_vfs_sink_set_property):
16872         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
16873           Make gnomevfssink accept filenames as well as URIs for the
16874           "location" property, just like gnomevfssrc does (and
16875           filesrc/filesink do) (#336190).
16876
16877 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16878
16879         * tests/check/generic/clock-selection.c: (GST_START_TEST):
16880           set to NULL before unreffing, fixes a valgrind leak.
16881           Why was this not triggering the error that an object needs to
16882           be NULL before unreffing ?
16883         * win32/common/config.h:
16884           update
16885
16886 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
16887
16888         * gst/subparse/gstsubparse.c: (convert_encoding),
16889         (gst_sub_parse_change_state):
16890         * gst/subparse/gstsubparse.h:
16891           Text subtitle files may or may not be UTF-8. If it's not, we
16892           don't really want to see '?' characters in place of non-ASCII
16893           characters like accented characters. So let's assume the input
16894           is UTF-8 until we come across text that is clearly not. If it's
16895           not UTF-8, we don't really know what it is, so try the following:
16896           (a) see whether the GST_SUBTITLE_ENCODING environment variable
16897           is set; if not, check (b) if the current locale encoding is
16898           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16899           the current locale encoding is UTF-8 and the environment variable
16900           was not set to any particular encoding. Not perfect, but better
16901           than nothing (and better than before, I think) (fixes #172848).
16902
16903 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16904
16905         * configure.ac:
16906           update core requirement to 0.10.4.1 because of async_playback
16907           vmethod on GstBaseSink
16908
16909 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16910
16911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16912         * gst/adder/gstadder.c: (gst_adder_init):
16913         use DEBUG_FUNCPTR for collectpads
16914
16915 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16916
16917         * docs/plugins/Makefile.am:
16918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16920         * ext/cdparanoia/gstcdparanoiasrc.c:
16921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16922         (gst_gnome_vfs_sink_class_init):
16923         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16925         * ext/ogg/gstoggmux.c:
16926         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16927         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16928         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16929         * ext/pango/gsttextoverlay.c:
16930         * ext/pango/gsttextrender.c:
16931         * ext/theora/theoradec.c:
16932         * ext/theora/theoraenc.c:
16933         * ext/vorbis/vorbisdec.c:
16934         * ext/vorbis/vorbisenc.c:
16935         * gst-libs/gst/audio/gstaudiofilter.c:
16936         (gst_audio_filter_base_init):
16937         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16938         (gst_audio_filter_template_base_init):
16939         * gst/adder/gstadder.c: (gst_adder_get_type):
16940         * gst/adder/gstadder.h:
16941         * gst/audioconvert/gstaudioconvert.c:
16942         * gst/audiotestsrc/gstaudiotestsrc.c:
16943         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16944         (gst_audio_test_src_create):
16945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16946         * gst/playback/gstdecodebin.c:
16947         * gst/playback/gstplaybin.c:
16948         * gst/playback/gststreamselector.c:
16949         (gst_stream_selector_base_init):
16950         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16951         * gst/volume/gstvolume.c:
16952         * sys/v4l/gstv4lmjpegsink.c:
16953         * sys/v4l/gstv4lmjpegsrc.c:
16954         * tests/check/libs/cddabasesrc.c:
16955         * tests/old/examples/gob/gst-identity2.gob:
16956           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16957           define GstElementDetails at the top
16958
16959 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16960
16961         * win32/common/libgstinterfaces.def:
16962         Add a lot of export functions for gst-python
16963         * win32/vs6/libgstinterfaces.dsp:
16964         Add a missing include folder in the project configuration
16965         
16966 2006-03-23  Wim Taymans  <wim@fluendo.com>
16967
16968         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16969         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16970         (gst_base_audio_src_change_state):
16971         Fix audio sources, forgot to make the ringbuffer
16972         startable...
16973
16974 2006-03-23  Wim Taymans  <wim@fluendo.com>
16975
16976         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16977         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16978         (gst_base_audio_src_change_state):
16979         unparent instead of unref the ringbuffer.
16980
16981 2006-03-23  Wim Taymans  <wim@fluendo.com>
16982
16983         * gst-libs/gst/audio/gstbaseaudiosink.c:
16984         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16985         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16986         Implement new async_play vmethod to start slaving and allow
16987         playback start in case of async PLAY state changes. 
16988
16989         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16990         Enable QoS with new method in base class.
16991
16992 2006-03-23  Wim Taymans  <wim@fluendo.com>
16993
16994         Patch by: Julien MOUTTE <julien at moutte dot net>
16995
16996         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16997         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16998         Partially handle 0 framerate, only EOS after the first frame
16999         is missing.
17000
17001 2006-03-23  Wim Taymans  <wim@fluendo.com>
17002
17003         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17004
17005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17006         (gst_riff_create_video_template_caps):
17007         * gst/ffmpegcolorspace/avcodec.h:
17008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17009         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17010         (gst_ffmpegcsp_avpicture_fill):
17011         * gst/ffmpegcolorspace/imgconvert.c:
17012         Patch for support of YVU9 AVI files (#334822)
17013
17014 2006-03-22  Edward Hervey  <edward@fluendo.com>
17015
17016         * docs/design/design-decodebin.txt:
17017         Added design document for new decodebin
17018         (Target Caps): text/x-pango-markup is also a default target caps.
17019
17020 2006-03-22  Wim Taymans  <wim@fluendo.com>
17021
17022         * gst-libs/gst/audio/gstbaseaudiosink.c:
17023         (gst_base_audio_sink_dispose):
17024         Since we _parent the ringbuffer, we also need to
17025         _unparent instead of a plain _unref.
17026
17027 2006-03-22  Wim Taymans  <wim@fluendo.com>
17028
17029         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
17030         (stop_seek), (scrub_toggle_cb), (main):
17031         Add scrub checkbox.
17032
17033 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17034
17035         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
17036         (gst_ogg_parse_chain):
17037           Fix very inefficient usage of linked lists (#335365).
17038
17039 2006-03-21  Edward Hervey  <edward@fluendo.com>
17040
17041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
17042         * gst/playback/gstplaybin.c: (handoff):
17043         * gst/playback/gststreamselector.c:
17044         (gst_stream_selector_set_property):
17045         gcc 4.1 unreferenced pointer fixes.
17046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
17047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
17048         gst_buffer_ref() now takes a GstBuffer*.
17049
17050 2006-03-20  Julien MOUTTE  <julien@moutte.net>
17051
17052         * sys/xvimage/xvimagesink.c:
17053         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
17054         by Jan Schmidt.
17055
17056 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
17059         (id3v1_type_find), (apetag_type_find), (plugin_init):
17060           Can't do tag preferences via probability, as tags would then
17061           lose against types that are recognised with MAXIMUM probability
17062           (like .wav); so let all tag typefinders return MAXIMUM themselves
17063           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
17064           that we can prefer APE to ID3v1 (fixes #335028).
17065           
17066 2006-03-17  Wim Taymans  <wim@fluendo.com>
17067
17068         * gst-libs/gst/audio/gstbaseaudiosink.c:
17069         (gst_base_audio_sink_change_state):
17070         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
17071         (gst_ring_buffer_may_start):
17072         * gst-libs/gst/audio/gstringbuffer.h:
17073         Only start playback if we are playing.
17074         should fix #330748.
17075
17076 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
17077
17078         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
17079         * win32/common/config.h:
17080           Revert accidental commits to these files.
17081
17082 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17083
17084         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
17085
17086         * tests/Makefile.am:
17087           Don't try to build tests in tests/icles if we
17088           don't have X (#323852)
17089
17090 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17091
17092         * gst-libs/gst/tag/gstid3tag.c:
17093           Add TXXX frame identifiers for replaygain stuff as used
17094           by some taggers (see #323721).
17095
17096 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
17097
17098         * gst/playback/gststreamselector.c:
17099         (gst_stream_selector_set_property),
17100         (gst_stream_selector_bufferalloc):
17101           Preserve the existing buggy streamselector behaviour by performing
17102           a fallback buffer allocation when downstream isn't linked yet.
17103           This should really be fixed in playbin by blocking pads until it's
17104           linked them.
17105           Also, use gst_pad_alloc_buffer instead of
17106           gst_pad_alloc_buffer_and_set.
17107
17108 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17109
17110         * gst-libs/gst/tag/gstid3tag.c:
17111           Don't crash on unknown ID3v2 TXXX frames.
17112           
17113 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17114
17115         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
17116           Chain up to the parent finalize method.
17117           Add 32-bit sample size to the template caps.
17118
17119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17120         (gst_riff_create_video_template_caps):
17121           Add the fourcc that the VMWare codec uses.
17122           
17123         * gst/playback/gststreamselector.c:
17124         (gst_stream_selector_set_property),
17125         (gst_stream_selector_bufferalloc),
17126         (gst_stream_selector_request_new_pad):
17127           For the active pad, forward buffer-alloc requests, otherwise
17128           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
17129           having to memcpy every frame when used by playbin.
17130
17131         * gst/tcp/gstmultifdsink.c:
17132         (gst_multi_fd_sink_handle_client_write):
17133           Get negotiated caps from the sink pad, rather than the sink
17134           pad's peer.
17135
17136 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17139         
17140         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
17141           Don't forget to set src->callbacks_pushed to FALSE again when
17142           popping them, otherwise re-activation in a different mode won't
17143           work (#334620).
17144
17145 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17146
17147         Patch by: Sebastien Moutte  <sebastien moutte net>
17148
17149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
17150         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
17151         (gst_ffmpeg_smpfmt_to_caps):
17152           Replace __VA_ARGS__ caps creation macros with varargs functions.
17153           Makes things compile on MSVC (#320765), looks nicer, and we can
17154           tell the compiler to check for the NULL terminator.
17155
17156 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17157
17158         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17159
17160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17161           Make sure the buffer we copy into is really always big
17162           enough, this time for real (#333488).
17163           
17164 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17167           Add support for 24bpp DIB (#305279).
17168
17169 2006-03-14  Wim Taymans  <wim@fluendo.com>
17170
17171         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
17172         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
17174         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17175         (gst_video_scale_init), (gst_video_scale_src_event):
17176         Re-enable QoS after the release.
17177         Rework videoscale to use the base class src_event handler.
17178
17179 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         * configure.ac:
17182           back to CVS.
17183
17184 === release 0.10.5 ===
17185
17186 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
17187
17188         * configure.ac:
17189           releasing 0.10.5, "Net"
17190
17191 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
17192
17193         * docs/plugins/Makefile.am:
17194           Part of previous cdparanoiasrc docs fixes, forgot to commit.
17195           
17196 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17197
17198         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17199         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17200         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17201           Add cdparanoiasrc to docs.
17202
17203         * gst-libs/gst/cdda/gstcddabasesrc.c:
17204           More GstCddaBaseSrc docs.
17205
17206 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         * docs/libs/gst-plugins-base-libs-sections.txt:
17209         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
17210         * gst-libs/gst/tag/tag.h:
17211           API: libgsttag: new method gst_tag_from_id3_user_tag().
17212
17213 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17216           NULL-terminate array of mpeg4 video file extensions.
17217           Fixes crash on PPC (#334226).
17218
17219 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * ext/gnomevfs/gstgnomevfssrc.c:
17222         (gst_gnome_vfs_src_check_get_range):
17223           gnome_vfs_uri_is_local() alone is not a good indicator
17224           whether we can operate in pull-mode with a specific URI,
17225           as it returns FALSE for file:// URIs that point to an
17226           NFS-mounted path. Be more conservative here: whitelist
17227           local files, blacklist http URIs and use the old
17228           mechanism for anything else (fixes #334216).
17229
17230 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17231
17232         * configure.ac:
17233           back to trunk
17234
17235 === release 0.10.4 ===
17236
17237 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
17238
17239         * configure.ac:
17240           releasing 0.10.4, "Power"
17241
17242 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
17243
17244         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17245         Disable max-lateness by setting it to -1 for now, so that 
17246         we can bed QoS stuff in thoroughly between now and the next
17247         release.
17248
17249 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
17250
17251         Patch by: Fabrizio Gennari
17252
17253         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17254           Make sure we don't read beyond the palette buffer in case of
17255           broken or manipulated files (#333488)
17256
17257 2006-03-10  Edward Hervey  <edward@fluendo.com>
17258
17259         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17260         Fix for variable not initialized.
17261
17262 2006-03-09  Wim Taymans  <wim@fluendo.com>
17263
17264         * ext/libvisual/visual.c: (gst_visual_get_type),
17265         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
17266         (gst_visual_chain):
17267         Small cleanups.
17268
17269         * ext/theora/gsttheoradec.h:
17270         * ext/theora/theoradec.c: (gst_theora_dec_init),
17271         (gst_theora_dec_reset), (_theora_granule_time),
17272         (theora_dec_src_convert), (theora_dec_sink_convert),
17273         (theora_dec_src_query), (theora_dec_src_event),
17274         (theora_dec_sink_event), (theora_handle_comment_packet),
17275         (theora_handle_header_packet), (theora_dec_push),
17276         (theora_handle_data_packet), (theora_dec_chain),
17277         (theora_dec_change_state):
17278         Add simple QoS.
17279
17280 2006-03-09  Wim Taymans  <wim@fluendo.com>
17281
17282         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17283         (audiocast_register_listener), (gst_gnome_vfs_src_start):
17284         Some cleanups.
17285
17286 2006-03-09  Wim Taymans  <wim@fluendo.com>
17287
17288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
17289         Don't try to activate NULL chains.
17290
17291 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17292
17293         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
17294           Fix invalid memory access to region before peek'd data (#332964).
17295
17296 2006-03-09  Wim Taymans  <wim@fluendo.com>
17297
17298         Patch by: Christophe Fergeau
17299
17300         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
17301         * ext/pango/gsttextrender.c: (gst_text_render_init):
17302         * gst/adder/gstadder.c: (gst_adder_init):
17303         Don't leak padtemplates, closes #333510.
17304
17305 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17308           Fix invalid memory access: make sure string passed to
17309           regexec() is NUL-termianted.
17310
17311 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
17314         (mp3_type_find):
17315           Refactor mpeg/audio typefinding to make it more maintainable
17316           and easier to fine-tune. Make probing into middle of the file
17317           work properly (fixes #333900, also see #152688).
17318
17319 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
17320
17321         * gst/typefind/gsttypefindfunctions.c:
17322         (utf8_type_find_have_valid_utf8_at_offset):
17323           Remove part from previous commit that was bogus:
17324           g_utf8_validate() does in fact not accept embedded
17325           zeroes, so we don't need to check for those (thanks
17326           to Mike for the hint).
17327
17328 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17329
17330         * gst/typefind/gsttypefindfunctions.c:
17331         (utf8_type_find_count_embedded_zeroes),
17332         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
17333           Make plain/text typefinder more conservative: firstly, check
17334           for embedded zeroes, which are perfectly valid UTF-8 characters,
17335           but also a fairly good sign that something is not a plain text
17336           file; secondly, probe into the middle of the file if possible.
17337           If we can't probe into the middle, limit the probability value
17338           to be returned to TYPE_FIND_POSSIBLE (see #333900).
17339
17340 2006-03-08  Michael Smith  <msmith@fluendo.com>
17341
17342         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17343           Make typefind function name for mpeg4 video unique.
17344
17345 2006-03-08  Wim Taymans  <wim@fluendo.com>
17346
17347         * ext/libvisual/visual.c: (gst_visual_init),
17348         (gst_visual_clear_actors), (gst_visual_dispose),
17349         (gst_visual_reset), (gst_visual_src_setcaps),
17350         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
17351         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
17352         (gst_visual_chain), (gst_visual_change_state):
17353         Cleanups, post nice errors.
17354         Handle sink and src events.
17355         Implement simple QoS.
17356
17357         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
17358         Use new basesink methods to configure max-lateness.
17359         Small doc update.
17360
17361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17362         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
17363         Debug statement cleanups.
17364
17365         * gst/volume/gstvolume.c: (gst_volume_class_init):
17366         Simple cleanup.
17367
17368 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
17371         (gst_text_overlay_init), (gst_text_overlay_set_property),
17372         (gst_text_overlay_get_property):
17373           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
17374           as string type properties, but mark them deprecated. Add
17375           'halignment' and 'valignment' properties that use enums
17376           instead of strings.
17377
17378 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
17379
17380         Patch by: Fabrizio Gennari
17381
17382         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17383           Allow palettes with less than 256 colours in AVI files
17384           (#333488)
17385
17386 2006-03-07  Julien MOUTTE  <julien@moutte.net>
17387
17388         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
17389         (gst_text_overlay_video_event): Fix wrong EOS handling on text
17390         pad. We were releasing the queued text buffer when we should keep
17391         it until video pad gets EOS or discard the text buffer because it's
17392         too old. That was eating the last subtitle buffer. Add some more
17393         debug.
17394
17395 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17396
17397         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
17398         (gst_text_overlay_video_chain):
17399           Fix invalid memory access (we can't access a buffer after it's been
17400           pushed downstream without taking a reference); fix memory leak (if
17401           there's no text to render, bail out before allocating stuff).
17402
17403 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17406         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
17407         * ext/pango/gsttextoverlay.h:
17408           If input is plain text, escape it before passing it to
17409           pango_layout_set_markup().
17410
17411 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17412
17413         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
17414           Don't ignore flow return from gst_pad_push().
17415
17416 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
17417
17418         Patch by: Fabrizio Gennari
17419
17420         * ext/libvisual/visual.c: (gst_visual_getcaps),
17421         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
17422         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
17423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17424         (gst_vorbisenc_convert_sink):
17425         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
17426         (gst_audio_duration_from_pad_buffer):
17427         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
17428         (gst_audio_filter_chain):
17429         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17430         (gst_base_rtp_depayload_setcaps):
17431         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
17432         (gst_video_get_size):
17433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17434           Don't leak references returned by gst_pad_get_parent()
17435           (#333663)
17436
17437 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
17438
17439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17440           change location param details
17441         * gst/volume/gstvolume.c: (plugin_init):
17442           correct plugin description
17443
17444 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
17447         (gst_gnome_vfs_src_check_get_range):
17448           Override GstBaseSrc::check_get_range() in order to avoid opening
17449           the resource just to check whether we can operate in pull-mode or
17450           not - we can predict that pretty well from the URI alone. Should
17451           fix problems with last.fm (#331690). (Requires latest core CVS).
17452
17453 2006-03-06  Wim Taymans  <wim@fluendo.com>
17454
17455         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
17456         (gst_video_sink_class_init):
17457         Throw away frames that are later than 20 ms.
17458
17459 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
17460
17461         Patch by: Fabrizio Gennari
17462
17463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17464           Set depth on WMA caps (#333545)
17465
17466 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17469         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
17470           put Theora BOS pages before others.  This hardcodes
17471           the Ogg/Theora I profile, but hey.
17472
17473 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17474
17475         * ext/ogg/README:
17476           updated with some examples
17477         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
17478         (granulepos_add), (theora_buffer_from_packet):
17479         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
17480         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
17481         (gst_vorbisenc_chain):
17482           implement strategy from ext/ogg/README
17483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
17484         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
17485         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
17486         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
17487           Fix muxer so that oggz-validate is happy with all streams;
17488           except for no eos mark, and the BOS page ordering
17489         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17490         (check_buffer_granulepos):
17491         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
17492           update tests to check for OFFSET being set as requested
17493           fixed type of granulepos, it's not a ClockTime
17494
17495 2006-03-05  Julien MOUTTE  <julien@moutte.net>
17496
17497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17498         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
17499         Check that the xvimage we are creating has a correct size
17500         before returning it. (#314897)
17501
17502 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17505           Give id3 and ape tag typefinders a rank slightly higher
17506           than PRIMARY to ensure they're always run before any of
17507           the other typefinders (in particular wav and mp3) (#324186).
17508
17509 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
17510
17511         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17512           Add support for '3IVD' fourcc (#333403).
17513
17514 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17515
17516         * configure.ac:
17517           Bump requirements to GStreamer CVS for the new error enum.
17518
17519         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
17520           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
17521           space left on the device (fixes #333352).
17522
17523 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
17524
17525         * win32/vs6:
17526           add a project file for libgstvolume
17527           update the workspace
17528
17529 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
17532         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
17533         (GST_START_TEST):
17534           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
17535           Set IN_CAPS on header buffers
17536
17537 2006-03-02  Wim Taymans  <wim@fluendo.com>
17538
17539         * docs/plugins/Makefile.am:
17540         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17541         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17542         Add audioresample to docs.
17543
17544         * gst/audioconvert/gstaudioconvert.c:
17545         Add revision date.
17546
17547         * gst/audioresample/gstaudioresample.c:
17548         (gst_audioresample_base_init), (gst_audioresample_class_init),
17549         (gst_audioresample_init), (gst_audioresample_dispose),
17550         (audioresample_get_unit_size), (audioresample_transform_caps),
17551         (resample_set_state_from_caps), (audioresample_transform_size),
17552         (audioresample_set_caps), (audioresample_event),
17553         (audioresample_do_output), (audioresample_transform),
17554         (audioresample_pushthrough), (gst_audioresample_set_property),
17555         (gst_audioresample_get_property), (plugin_init):
17556         * gst/audioresample/gstaudioresample.h:
17557         Added docs.
17558         Small code cleanups.
17559
17560 2006-03-02  Wim Taymans  <wim@fluendo.com>
17561
17562         * docs/plugins/Makefile.am:
17563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17565         Added videoscale to docs.
17566
17567         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
17568         (gst_video_rate_swap_prev), (gst_video_rate_event),
17569         (gst_video_rate_chain):
17570         Fix typo in docs.
17571
17572         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
17573         (gst_video_scale_init), (gst_video_scale_prepare_size),
17574         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
17575         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
17576         * gst/videoscale/gstvideoscale.h:
17577         Added docs, examples.
17578         Some code cleanups.
17579         Post errors instead of g_warning.
17580
17581 2006-03-02  Wim Taymans  <wim@fluendo.com>
17582
17583         * docs/libs/gst-plugins-base-libs-docs.sgml:
17584         * docs/libs/gst-plugins-base-libs-sections.txt:
17585         * docs/libs/gst-plugins-base-libs.types:
17586         * docs/plugins/Makefile.am:
17587         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17588         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17589         Added some more docs to libs and plugins.
17590
17591         * gst-libs/gst/audio/gstringbuffer.c:
17592         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
17593         * gst-libs/gst/audio/gstringbuffer.h:
17594         Document ringbuffer some more.
17595
17596         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
17597         (gst_video_rate_setcaps), (gst_video_rate_reset),
17598         (gst_video_rate_init), (gst_video_rate_flush_prev),
17599         (gst_video_rate_swap_prev), (gst_video_rate_event),
17600         (gst_video_rate_chain), (gst_video_rate_change_state):
17601         * gst/videorate/gstvideorate.h:
17602         Fix videorate to use segments.
17603         Make it work with 0/1 framerates (closes #331903)
17604         Handle EOS correctly.
17605         Added docs.
17606
17607 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17608
17609         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
17610         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
17611         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
17612           In state change function, first chain up to parent class,
17613           then handle downwards state change stuff. Remove some
17614           commented out cruft from 0.8 code.
17615
17616 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
17619         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17620         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
17621         (gst_ogm_parse_chain):
17622           Don't remove/re-add source pad if the new caps are the same as
17623           the old caps anyway (#333042). When removing source pad, don't
17624           unref it afterwards - we didn't ref it when adding. Sprinkle some
17625           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
17626           after using gst_pad_get_parent(). Return downstream flow return
17627           value in chain function.
17628
17629 2006-03-02  Wim Taymans  <wim@fluendo.com>
17630
17631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17632         * docs/plugins/gst-plugins-base-plugins.args:
17633         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17634         * docs/plugins/gst-plugins-base-plugins.interfaces:
17635         * docs/plugins/gst-plugins-base-plugins.signals:
17636         Fix hierarchy, added some more elements to the docs.
17637
17638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17639         (gst_ffmpegcsp_get_type):
17640         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17641         Fix docs for ffmpegcolorspace.
17642
17643 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
17644
17645         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
17646         (apetag_type_find), (ape_type_find), (plugin_init):
17647           Some typefinding fine-tuning:
17648           - rank ID3/APE tags in order of preference via probabilities, so that
17649             ID3v2 > APEv2 > APEv1 > ID3v1.
17650           - three or four bytes don't really justify MAXIMUM probability,
17651             change those to 'very likely' (musepack and monkeysaudio).
17652
17653 2006-03-01  Wim Taymans  <wim@fluendo.com>
17654
17655         * docs/plugins/Makefile.am:
17656         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17657         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17658         * ext/alsa/gstalsamixer.c:
17659         * ext/alsa/gstalsamixer.h:
17660         * ext/alsa/gstalsamixerelement.c:
17661         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
17662         * ext/alsa/gstalsamixerelement.h:
17663         * ext/alsa/gstalsasink.c:
17664         * ext/alsa/gstalsasink.h:
17665         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
17666         (gst_alsasrc_init):
17667         * ext/alsa/gstalsasrc.h:
17668         Added alsa docs.
17669         Small code cleanups.
17670
17671 2006-03-01  Wim Taymans  <wim@fluendo.com>
17672
17673         * ext/theora/Makefile.am:
17674         Dist new header too,
17675
17676 2006-03-01  Wim Taymans  <wim@fluendo.com>
17677
17678         * docs/plugins/Makefile.am:
17679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17681         * ext/gnomevfs/gstgnomevfssink.h:
17682         * ext/gnomevfs/gstgnomevfssrc.h:
17683         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
17684         * ext/vorbis/vorbisdec.h:
17685         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
17686         * ext/vorbis/vorbisenc.h:
17687         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
17688         (vorbis_parse_chain), (vorbis_parse_change_state):
17689         * ext/vorbis/vorbisparse.h:
17690         * gst/audioconvert/gstaudioconvert.h:
17691         * gst/tcp/gsttcpserversink.h:
17692         * gst/videotestsrc/gstvideotestsrc.c:
17693         * gst/videotestsrc/gstvideotestsrc.h:
17694         * gst/volume/gstvolume.c:
17695         * gst/volume/gstvolume.h:
17696         Fix some more docs.
17697         Added docs for vorbisdec and vorbisparse.
17698         Fix vorbisparse.
17699
17700 2006-03-01  Wim Taymans  <wim@fluendo.com>
17701
17702         * docs/plugins/Makefile.am:
17703         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17704         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17705         * ext/pango/gstclockoverlay.h:
17706         * ext/pango/gsttextoverlay.h:
17707         * ext/pango/gsttextrender.h:
17708         * ext/pango/gsttimeoverlay.h:
17709         * ext/theora/gsttheoradec.h:
17710         * ext/theora/gsttheoraenc.h:
17711         * ext/theora/theoradec.c:
17712         * ext/theora/theoraenc.c:
17713         * gst/audioconvert/gstaudioconvert.h:
17714         * gst/audiotestsrc/gstaudiotestsrc.h:
17715         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
17716         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
17717         * gst/tcp/gstmultifdsink.h:
17718         Updated/added documentation.
17719
17720         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
17721         (gst_text_overlay_halign_get_type),
17722         (gst_text_overlay_wrap_mode_get_type),
17723         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
17724         (gst_text_overlay_init), (gst_text_overlay_set_property),
17725         (gst_text_overlay_get_property):
17726         Fix up properties to be enums instead of string to make bindings,
17727         introspection and automatic GUI creation possible.
17728         Add getters for the properties.
17729
17730 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
17731
17732         * gst/audiotestsrc/gstaudiotestsrc.c:
17733           added defines of M_PI and M_PI_2
17734         * gst/ffmpegcolorspace/avcodec.h:
17735           removed #include "stdint.h" for win32 as _stdint.h is 
17736           autogenerated to win32/common
17737         * win32/common/libgstaudio.def:
17738         * win32/common/libgsttag.def:
17739           added some exports
17740         * win32/vs6:
17741           some project files bugs corrected
17742         * win32/vs7:
17743           project files are reset to the default vs7 configuration 
17744           (they link to msvcr71.dll using default optimizations)
17745           
17746 2006-02-28  Wim Taymans  <wim@fluendo.com>
17747
17748         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
17749         Fix some docs.
17750
17751 2006-02-28  Edward Hervey  <edward@fluendo.com>
17752
17753         * ext/alsa/gstalsasrc.c:
17754         Set proper class on the ElementDetails:
17755         Source/Audio instead of Src/Audio/
17756
17757 2006-02-28  Edward Hervey  <edward@fluendo.com>
17758
17759         * gst/videoscale/vs_scanline.c:
17760         (vs_scanline_resample_nearest_RGBA):
17761         Revert optimization in videoscale. It should go in liboil and have
17762         an appropriate liboil function.
17763
17764 2006-02-28  Wim Taymans  <wim@fluendo.com>
17765
17766         * gst-libs/gst/audio/gstbaseaudiosink.c:
17767         (gst_base_audio_sink_provide_clock):
17768         Don't try to provide a clock in the NULL state.
17769
17770 2006-02-28  Wim Taymans  <wim@fluendo.com>
17771
17772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
17773         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
17774         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17775         (gst_ogg_demux_deactivate_current_chain),
17776         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
17777         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
17778         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
17779         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
17780         Use GstSegment infrastructure to remove duplicated code
17781         and handle more seek cases correctly.
17782
17783 2006-02-28  Wim Taymans  <wim@fluendo.com>
17784
17785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17786         (gst_ffmpegcsp_transform):
17787         Don't ignore return code from ffmpeg convert function.
17788
17789         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17790         Split out some long statements to ease debugging.
17791
17792 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
17793
17794         * ext/libvisual/visual.c: (gst_visual_init),
17795         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
17796         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
17797         being able to renegotiate the size. Instead, use the negotiation
17798         algorithm from the goom plugin to pick an initial output caps. 
17799
17800         Also, allow theoretical libvisual plugins that might support non-GL 
17801         output even if they also do GL.
17802
17803 2006-02-26  Julien MOUTTE  <julien@moutte.net>
17804
17805         * ext/libvisual/visual.c: (gst_visual_init),
17806         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
17807         (plugin_init): Load only non GL plugins. Fix some memleaks and 
17808         possible negotiation issues.
17809
17810 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17811
17812         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
17813
17814 2006-02-24  Michael Smith  <msmith@fluendo.com>
17815
17816         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
17817         (cmml_type_find), (plugin_init):
17818           Fix CMML type find function to not require a specific minor version
17819           of the CMML header.
17820
17821           Add an MPEG4 video elementary stream typefind function.
17822
17823 2006-02-04  Michael Smith  <msmith@fluendo.com>
17824
17825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
17826         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
17827         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
17828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
17829         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
17830         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
17831           Annodex support in ogg demuxer. Doesn't do very much without the
17832           other annodex patches (to come).
17833
17834 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17835
17836         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
17837
17838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17839           Pick up palette for MS video v1 (#327028)
17840
17841 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17844         (gst_ffmpegcsp_caps_remove_format_info),
17845         (gst_ffmpegcsp_get_unit_size):
17846           The 'palette_data' field from incoming RGB caps shouldn't be
17847           proxied on outgoing YUV caps; also, restrict unit size
17848           adjustment in case of paletted data only to the unit that
17849           actually has a palette. Fixes #330711.
17850
17851 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17852
17853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17854         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
17855         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
17856         (gst_ffmpegcsp_get_unit_size):
17857           Plug some memory leaks.
17858
17859 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
17860
17861         * sys/ximage/Makefile.am:
17862         * sys/xvimage/Makefile.am:
17863           Add some _CFLAGS and _LIBS that seem to be missing
17864           and/or required for Cygwin (see #317048).
17865
17866 2006-02-22  Wim Taymans  <wim@fluendo.com>
17867
17868         * ext/alsa/gstalsasrc.c:
17869         Fix description as pointed out by caugier.
17870
17871 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
17872
17873         Reviewed by : Edward Hervey  <edward@fluendo.com>
17874
17875         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17876         (qt_type_find):
17877         Better 3gp typefinding (#331526).
17878
17879 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17880
17881         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17882           Don't send EOS event here, the base class will send one for us.
17883
17884         * gst/playback/gstplaybasebin.c: (prepare_output):
17885           Subpictures without video stream aren't allowed either.
17886         
17887         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
17888           Fix debug statement copy'n'paste-o.
17889
17890 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
17891
17892         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
17893           Fix issues with mixer keeping state when muting/unmuting
17894           and when changing the volume whilst muted (see #331763
17895           and #331765).
17896
17897 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17900         (parse_subrip), (gst_sub_parse_format_autodetect):
17901           Set right caps given that we send escaped text. Also,
17902           honour <i></i>, <b></b> and <u></u> markers that can be found
17903           in .srt files (fixes #310202).
17904
17905 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17906
17907         * gst-libs/gst/audio/mixerutils.c:
17908         (element_factory_rank_compare_func):
17909           Make order in which elements are tried more determinable.
17910
17911 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17912
17913         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17914         (remove_element_chain), (cleanup_decodebin),
17915         (gst_decode_bin_change_state): Make decodebin reusable by
17916         fixing remove_element_chain first and then introduce a
17917         cleaner in state change to ->NULL. (Closes #331678)
17918
17919 2006-02-19  Wim Taymans  <wim@fluendo.com>
17920
17921         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17922         use 0666 mask when creating files so umask gets applied
17923         correctly. Fixes #331295.
17924
17925 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17926
17927         * gst/subparse/Makefile.am:
17928         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17929         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17930         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17931         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17932         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17933         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17934         * gst/subparse/gstssaparse.h:
17935         * gst/subparse/gstsubparse.c: (plugin_init):
17936           Add very basic parser for SSA subtitle streams (as often
17937           found in matroska files).
17938
17939 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17940
17941         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17942           That should be text/x-pango-markup, not text/x-pango-layout.
17943
17944 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17945
17946         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17947         Polishing.
17948
17949 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17950
17951         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17952         (gst_text_overlay_finalize), (gst_text_overlay_init),
17953         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17954         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17955         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17956         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17957         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17958         Fix state change deadlock.
17959
17960 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17961
17962         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17963         (gst_text_overlay_finalize), (gst_text_overlay_init),
17964         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17965         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17966         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17967         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17968         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17969         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17970         and subtitles files.
17971
17972 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17973
17974         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17975         should be considered as raw.
17976
17977 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17978
17979         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17980         (cb_probe):
17981         * gst/playback/gststreaminfo.h: Introduce language informations.
17982
17983 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17986         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17987         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17988         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17989         Set shared memory segments to be deleted as soon as we have attached,
17990         that way they get cleaned up automatically if we crash.
17991
17992 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17993
17994         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17995         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17996         functions are called with lock held.
17997
17998 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17999
18000         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
18001         (gst_text_overlay_finalize), (gst_text_overlay_init),
18002         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
18003         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
18004         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
18005         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
18006         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
18007         (gst_text_overlay_change_state): Refactoring of textoverlay
18008         without collectpads. This now supports sparse subtitles coming
18009         from a demuxer instead of a sub file. Seeking is still broken 
18010         though. Need to discuss with wtay some more on how to handle
18011         seeking correctly.
18012         * ext/pango/gsttextoverlay.h:
18013         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
18014         subtitles coming from the demuxer.
18015
18016 2006-02-17  Wim Taymans  <wim@fluendo.com>
18017
18018         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
18019         (gst_vorbisenc_convert_sink):
18020         Use some more scaling functions.
18021
18022 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18023
18024         * ext/cdparanoia/gstcdparanoiasrc.c:
18025         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
18026         (gst_cd_paranoia_paranoia_callback),
18027         (gst_cd_paranoia_src_signal_is_being_watched),
18028         (gst_cd_paranoia_src_read_sector):
18029         * ext/cdparanoia/gstcdparanoiasrc.h:
18030           Add back 'transport-error' and 'uncorrected-error' signals and
18031           make them actually be fired when bad stuff happens (#319340).
18032
18033 2006-02-17  Wim Taymans  <wim@fluendo.com>
18034
18035         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
18036         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18037         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
18038         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
18039         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
18040         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
18041         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
18042         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
18043         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
18044         (gst_ring_buffer_clear):
18045         Small cleanups.
18046         Added some G_LIKELY.
18047
18048 2006-02-17  Wim Taymans  <wim@fluendo.com>
18049
18050         * gst-libs/gst/audio/TODO:
18051         Update TODO
18052
18053         * gst-libs/gst/audio/gstbaseaudiosink.c:
18054         (gst_base_audio_sink_get_offset):
18055         When trying to play samples ASAP and we don't have a
18056         previous sample, try to play at position 0 instead of
18057         an invalid position.
18058
18059 2006-02-17  Wim Taymans  <wim@fluendo.com>
18060
18061         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
18062         (gst_alsasink_reset):
18063         Also release lock when we get an error in _reset();
18064         fix an error message.
18065
18066 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18067
18068         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
18069         (gst_alsasink_init), (get_channel_free_structure),
18070         (caps_add_channel_configuration), (gst_alsasink_getcaps),
18071         (gst_alsasink_close):
18072         * ext/alsa/gstalsasink.h:
18073           Add support for more than 2 channels (#326720).
18074
18075 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18076
18077         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
18078           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
18079           with 4 or 6 channels, assume a default channel layout to make things
18080           work (not sure there's anything else we can do in those cases).
18081
18082 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18083
18084         * gst-libs/gst/audio/multichannel.c:
18085           Minor docs fix.
18086
18087         * gst-libs/gst/riff/Makefile.am:
18088         * gst-libs/gst/riff/riff-ids.h:
18089         * gst-libs/gst/riff/riff-media.c:
18090         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
18091           Add support for WAVEFORMATEX, eg. PCM audio with more than two
18092           channels and a channel layout map.
18093           
18094 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
18095
18096         Reviewed by Edward Hervey  <edward@fluendo.com>
18097
18098         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
18099         C-level optimization of the RGBA nearest neighbour function.
18100         Eventually this might end up in liboil with vectorized versions.
18101
18102 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18103
18104         * gst-libs/gst/audio/multichannel.c:
18105         (gst_audio_get_channel_positions):
18106           When we have more than 2 channels, but no channel layout is
18107           specified in the caps, return some default channel layout
18108           to the caller and warn about about a possibly buggy element
18109           (could be buggy filtercaps as well of course) (#317038).
18110
18111 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18112
18113         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18114           Add gst-libs/gst/cdda to list of lib search paths.
18115
18116 2006-02-15  Andy Wingo  <wingo@pobox.com>
18117
18118         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
18119         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
18120         to the Lord Jesus that I do not have to touch the ogg muxer ever
18121         again.
18122
18123 2006-02-15  Edward Hervey  <edward@fluendo.com>
18124
18125         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
18126         quicktime movie files can also contain 'uuid' atoms.
18127
18128 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18129
18130         * gst/audioconvert/plugin.c: (plugin_init):
18131           Register the GstAudioChannelPosition enum type with the type
18132           system in the plugin_init function, so that it is known before
18133           any element actually makes use of multi-channel stuff. This is
18134           required for example if one wants to be able to deserialise/use
18135           a caps string with channel positions before any pipeline has
18136           been setup and started, like with gst-launch.
18137
18138 2006-02-14  Wim Taymans  <wim@fluendo.com>
18139
18140         * gst-libs/gst/audio/gstringbuffer.c:
18141         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
18142         (gst_ring_buffer_samples_done), (wait_segment),
18143         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
18144         Add some compiler G_(UN_)LIKELY help.
18145         SIGNAL the ringbuffer waiters when going to PAUSED as well to
18146         make sure they can exit their functions. Should fix #330748
18147
18148 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18149
18150         * Makefile.am:
18151         * configure.ac:
18152         * win32/MANIFEST:
18153         * win32/common/_stdint.h:
18154           Windows does not have long long; copy the generated _stdint.h
18155         * win32/common/interfaces-enumtypes.c:
18156         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18157         (gst_mixer_track_flags_get_type),
18158         (gst_tuner_channel_flags_get_type):
18159         * win32/common/multichannel-enumtypes.c:
18160         (gst_audio_channel_position_get_type):
18161           update
18162
18163 2006-02-13  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst-libs/gst/audio/gstbaseaudiosink.c:
18166         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
18167         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18168         Always sync on first sample we receive when starting.
18169
18170 2006-02-13  Wim Taymans  <wim@fluendo.com>
18171
18172         * gst/playback/gstplaybin.c: (gen_vis_element):
18173         Update vis bin docs.
18174         Move queue after tee so we don't queue video buffers but
18175         audio samples instead. Fixes problems where the video queue
18176         is filled and the audio queue empty.
18177
18178 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
18179
18180         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
18181           No need to push an EOS event here, GstBaseSrc will do that for us
18182           when we return FLOW_UNEXPECTED.
18183           
18184 2006-02-12  Wim Taymans  <wim@fluendo.com>
18185
18186         * gst-libs/gst/audio/gstbaseaudiosink.c:
18187         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
18188         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
18189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18190         Use scale functions when possible.
18191         Fix error messages.
18192         Free clockid when after waiting for EOS.
18193         Use G_(UN_)LIKLY when it makes sense.
18194         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
18195
18196 2006-02-12  Edward Hervey  <edward@fluendo.com>
18197
18198         * gst/playback/gstplaybasebin.c: (prepare_output): 
18199         Remove stray semi-colon (fixes #330888).
18200
18201 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
18202
18203         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
18204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
18205         Fix up the XShm call testing so that we catch errors, and don't
18206         cause new ones by attempting to detach from a segment we failed
18207         to attach to. Fixes #312439.
18208
18209 2006-02-10  Edward Hervey  <edward@fluendo.com>
18210
18211         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18212         Added flv file typefind (video/x-flv).
18213
18214 2006-02-10  Edward Hervey  <edward@fluendo.com>
18215
18216         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18217         (gst_riff_create_video_template_caps):
18218         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
18219         Also added the caps to the default set of riff video caps.
18220
18221 2006-02-09  Andy Wingo  <wingo@pobox.com>
18222
18223         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
18224         time and the end time of the last packet in the page.
18225         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
18226         on the pages in our queue, set the duration as well. Reflow a
18227         debug statement.
18228         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
18229         Fixes bad muxing order.
18230
18231 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18232
18233         * gst-libs/gst/rtp/gstbasertppayload.c:
18234         (gst_basertppayload_setcaps), (gst_basertppayload_push):
18235           update seqnum before setting it on the packet; this makes sure
18236           that the timestamp and seqnum properties match after pushing
18237           a buffer
18238
18239 2006-02-09  Andy Wingo  <wingo@pobox.com>
18240
18241         * gst-libs/gst/audio/gstringbuffer.c
18242         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
18243         overflow after 13.5 hours of recording. Kapow!
18244
18245         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
18246         the buffer size -- we don't care about underrun/overrun reporting
18247         right now, just need to return a useful value.
18248
18249 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18250
18251         * configure.ac:
18252           Back to CVS
18253
18254 === release 0.10.3 ===
18255
18256 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18257
18258         * configure.ac:
18259           releasing 0.10.3, "Under Pressure"
18260
18261 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18262
18263         * configure.ac:
18264         Drat. Bump libtool version number for new API.
18265         Prelease 0.10.2.3 (of 0.10.3)
18266
18267 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18268
18269         * configure.ac:
18270         * win32/common/config.h:
18271         0.10.2.2 prerelease (of 0.10.3).
18272
18273 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18274
18275         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
18276           Revert Andy's newsegment change pending a more correct
18277           fix.
18278
18279 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
18280
18281         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18282         (qt_type_find), (plugin_init):
18283           detect more files as 3gp
18284           group and reorder the iso file formats
18285
18286 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18287
18288         * ext/vorbis/vorbis.c: (plugin_init):
18289           Register musicbrainz tags, so apps don't have to.
18290
18291 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18292
18293         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
18294         (gst_tag_to_vorbis_tag):
18295           Make sure we called gst_tag_register_musicbrainz_tags()
18296           before possibly mapping a vorbiscomment string from/to a
18297           musicbrainz tag.
18298
18299 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18302           In case we can't find the required number of consecutive
18303           mpeg audio frames to positively identify an MPEG audio
18304           stream, check if there's at least a valid mpeg audio
18305           frame right at offset 0 and if so suggest mpeg/audio
18306           caps with a very low probability (#153004).
18307
18308 2006-02-07  Andy Wingo  <wingo@pobox.com>
18309
18310         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
18311         a TIME segment if we get timestamped buffers. Requires recent
18312         fixes in core to work properly.
18313
18314 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18315
18316         * gst/playback/gstplaybasebin.c: (prepare_output):
18317           Don't print the URI as part of the error message, it
18318           makes error dialogs look rather ugly, especially if
18319           the URI is very long or has characters in it that
18320           need escaping.
18321
18322 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18323
18324         * gst/playback/gstplaybasebin.c: (prepare_output):
18325           Error out if we have only text or subtitles, but nothing
18326           else. Also error out if we have subtitles but no video
18327           stream.
18328
18329 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18330
18331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
18332           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
18333           Post an error message on the bus when we encounter an
18334           error, which will hopefully be more meaningful than the
18335           'Internal Flow Error' message users get to see if we
18336           just return GST_FLOW_ERROR.
18337
18338 2006-02-07  Andy Wingo  <wingo@pobox.com>
18339
18340         * configure.ac (GST_MAJORMINOR): Update core version req to
18341         0.10.2.2, for the collectpads API addition (#330244).
18342
18343 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18344
18345         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18346           Return FALSE from plugin_init() when GnomeVFS can't
18347           be initialised for some reason (#328423).
18348
18349 2006-02-06  Julien MOUTTE  <julien@moutte.net>
18350
18351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
18352         Stick to seeking theory until i find the bug.
18353         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
18354
18355 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18356
18357         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18358         (theora_enc_finalize), (theora_enc_sink_setcaps),
18359         (theora_set_header_on_caps), (theora_enc_chain),
18360         (theora_enc_change_state):
18361         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
18362           Make theoraenc and the tests leak free. Like, really.
18363
18364 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18365
18366         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18367         (theora_enc_finalize), (theora_enc_sink_setcaps):
18368           Add a finalize method to ensure we clean up state even if
18369           someone omitted the state change back to NULL.
18370
18371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
18372         (gst_vorbisenc_chain):
18373           Free some more leaked bits.
18374
18375         * tests/check/pipelines/theoraenc.c: (start_pipeline),
18376         (stop_pipeline):
18377           Wait for state changes to happen if they're ASYNC.
18378
18379           This ought to teach those fancy pants buildbots a lesson.
18380
18381 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18382
18383         * gst-libs/gst/tag/gstid3tag.c:
18384           Add mapping for ID3 International Standard Recording Code
18385           tag "TSRC"
18386
18387 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18388
18389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
18390           Don't leak tag names.
18391
18392 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18393
18394         * docs/libs/gst-plugins-base-libs-docs.sgml:
18395         * docs/libs/gst-plugins-base-libs-sections.txt:
18396         * gst-libs/gst/tag/gstid3tag.c:
18397         * gst-libs/gst/tag/gstvorbistag.c:
18398         * gst-libs/gst/tag/tags.c:
18399           Split libgsttag docs into multiple sections.
18400
18401 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18402
18403         * docs/libs/Makefile.am:
18404         * docs/libs/gst-plugins-base-libs-docs.sgml:
18405         * docs/libs/gst-plugins-base-libs-sections.txt:
18406         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
18407         * gst-libs/gst/tag/gstvorbistag.c:
18408         * gst-libs/gst/tag/tag.h:
18409         * gst-libs/gst/tag/tags.c:
18410           Add libgsttag to the docs.
18411
18412 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18413
18414         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
18415         (gst_text_overlay_init), (gst_text_overlay_src_event),
18416         (gst_text_overlay_collected): Fix clockoverlay.
18417
18418 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18419
18420         * docs/libs/compiling.sgml:
18421           Fix typo: it's pkg-config, not pkg-gconfig
18422
18423         * docs/libs/gst-plugins-base-libs-docs.sgml:
18424         * docs/libs/gst-plugins-base-libs-sections.txt:
18425         * docs/libs/tmpl/gstgconf.sgml:
18426           There is no libgstgconf in 0.10, remove it
18427           from the docs.
18428
18429 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18430
18431         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
18432         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
18433         (gst_text_overlay_src_event), (gst_text_overlay_collected):
18434         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
18435         (gst_sub_parse_class_init), (gst_sub_parse_init),
18436         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
18437         (parse_mpsub), (parser_state_init), (handle_buffer),
18438         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
18439         * gst/subparse/gstsubparse.h: Introduce seeking code.
18440
18441 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18442
18443         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18444           Add comment about LANGUAGE tag inconsistency (we want
18445           ISO-639-1, but extract three-letter identifiers?)
18446
18447         * po/POTFILES.in:
18448           Add two translatable files.
18449
18450 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
18451
18452         * gst-libs/gst/tag/Makefile.am:
18453         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
18454         * gst-libs/gst/tag/tag.h:
18455         * gst-libs/gst/tag/tags.c:
18456         (gst_tag_register_musicbrainz_tags_internal),
18457         (gst_tag_register_musicbrainz_tags):
18458           Forward-port some tags stuff from the 0.8 branch. This is
18459           mostly the addition of musicbrainz tags and their mapping
18460           to vorbistags, and a vorbistag mapping of the language tag.
18461
18462 2006-02-05  Julien MOUTTE  <julien@moutte.net>
18463
18464         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
18465         refactoring.
18466
18467 2006-02-04  David Schleef  <ds@schleef.org>
18468
18469         * ext/ogg/gstoggmux.c:
18470         * gst/typefind/gsttypefindfunctions.c:
18471           Add Dirac typefinding and add dirac format to oggmux.
18472
18473 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
18474
18475         * gst/playback/gstdecodebin.c: (try_to_link_1):
18476           Don't put essential function call into
18477           g_return_*() macro, otherwise it'll all be
18478           replaced by NOOPs when compiling with
18479           G_DISABLE_CHECKS defined.
18480
18481 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18482
18483         * ext/ogg/gstoggdemux.c:
18484         * ext/ogg/gstoggparse.c:
18485         * gst/tcp/gsttcpserversink.c:
18486         * sys/v4l/v4lsrc_calls.c:
18487         * sys/v4l/v4lsrc_calls.h:
18488         Just make it compile with --disable-gst-debug.
18489
18490 2006-02-03  Wim Taymans  <wim@fluendo.com>
18491
18492         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18493         (gst_alsasink_class_init), (gst_alsasink_init),
18494         (gst_alsasink_write), (gst_alsasink_reset):
18495         * ext/alsa/gstalsasink.h:
18496         Add lock to protect alsa calls.
18497         Implement reset to flush samples ASAP, does not work
18498         with dmix though.
18499
18500 2006-02-02  Wim Taymans  <wim@fluendo.com>
18501
18502         * gst-libs/gst/audio/gstbaseaudiosink.c:
18503         (gst_base_audio_sink_provide_clock):
18504         Ugh.. getting late I guess...
18505
18506 2006-02-02  Wim Taymans  <wim@fluendo.com>
18507
18508         * gst-libs/gst/audio/gstbaseaudiosink.c:
18509         (gst_base_audio_sink_provide_clock),
18510         (gst_base_audio_sink_set_property),
18511         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
18512         Don't try to provide a clock when we are not negotiated since
18513         we might not be able to make it run.
18514
18515 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * gst/playback/gstdecodebin.c: (try_to_link_1):
18518           Unlinking two source pads is ... hard.
18519
18520 2006-02-02  Wim Taymans  <wim@fluendo.com>
18521
18522         * gst-libs/gst/audio/TODO:
18523         Updated.
18524
18525         * gst-libs/gst/audio/gstbaseaudiosink.c:
18526         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
18527         On EOS, wait till the last sample is played before posting EOS.
18528
18529 2006-02-01  Philippe Kalaf <burger at speedy dot org>
18530
18531         Patch by: Kai Vehmanen
18532         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18533           Adds ability to enable newsegment bypass by setting queue_delay to
18534           zero. Also avoid thread being started if queue_delay is zero.
18535
18536 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18537
18538         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
18539           Make test work again by connecting fakesinks to each decoded pad,
18540           which makes the pipeline wait until each fakesink has a buffer
18541           queued before going to PAUSED state. At that point we know the
18542           decodebin pads are negotiated.
18543
18544 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18545
18546         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
18547         (gst_cdda_base_src_handle_event):
18548         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
18549           Pass unhandled queries to the parent class's query function.
18550
18551 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
18554         (gst_ogg_pad_src_query):
18555         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18556         * ext/theora/theoradec.c: (theora_dec_src_query),
18557         (theora_dec_sink_query):
18558         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
18559         (vorbis_dec_sink_query):
18560         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
18561         (gst_vorbisenc_sink_query):
18562         * gst/adder/gstadder.c: (gst_adder_query):
18563           Pass unhandled queries upstream instead of just
18564           dropping them (#326447). Also, fix supported
18565           query types list for some elements.
18566
18567 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18568
18569         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
18570         (paris_type_find), (ilbc_type_find), (plugin_init):
18571           Fix typefinding for audio/x-au, audio/x-paris and
18572           audio/iLBC-sh. We cannot use the START_WITH macros
18573           here, because there can only be one typefind factory
18574           with the same name (caps), so the second one would
18575           replace the first one and the first one would never
18576           be called when doing typefinding (see #161712).
18577           
18578
18579 2006-01-31  Wim Taymans  <wim@fluendo.com>
18580
18581         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
18582         (vorbis_handle_header_packet), (vorbis_dec_push),
18583         (vorbis_handle_data_packet):
18584         Use scale_int when we can, add some more scaling.
18585         Check packettype before parsing it.
18586
18587 2006-01-31  Wim Taymans  <wim@fluendo.com>
18588
18589         * ext/theora/theoradec.c: (_theora_granule_time),
18590         (theora_dec_src_convert), (theora_dec_sink_convert):
18591         Call right _scale functions.
18592         Use parameter instead of some other random value.
18593
18594 2006-01-31  Wim Taymans  <wim@fluendo.com>
18595
18596         * ext/theora/theoradec.c: (_theora_granule_frame),
18597         (_theora_granule_time), (_inc_granulepos),
18598         (theora_dec_src_convert), (theora_dec_sink_convert),
18599         (theora_handle_type_packet), (theora_handle_data_packet),
18600         (theora_dec_chain):
18601         Use higher precision timestamps calculation.
18602         Convert some other conversions to _scale.
18603
18604 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
18605
18606         * gst/audiotestsrc/gstaudiotestsrc.c:
18607         (gst_audio_test_src_create_sine_table), (plugin_init):
18608         * gst/volume/gstvolume.c: (plugin_init):
18609           initialize gst_controller before using
18610
18611 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18612
18613         * tests/check/pipelines/theoraenc.c:
18614         * tests/check/pipelines/vorbisenc.c:
18615         Define constant using G_GINT64_CONSTANT to avoid errors when
18616         passing it around - otherwise it gets truncated to 32 bits.
18617
18618         Fixes failing tests.
18619
18620 2006-01-31  Andy Wingo  <wingo@pobox.com>
18621
18622         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
18623         caps being set doesn't have a framerate value. Basically a stopgap
18624         measure.
18625
18626         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
18627         technically correct enough to put into core though.
18628         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
18629         DURATION. Fixes theoraenc ! oggmux.
18630
18631         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
18632         fraction, not double.
18633
18634 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
18635
18636         * win32/vs7:
18637         add vs7 project files created by Sergey Scobich
18638
18639 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
18640
18641         * win32/vs8:
18642         add vs8 project files created by Sergey Scobich
18643         
18644 2006-01-30  Andy Wingo  <wingo@pobox.com>
18645
18646         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
18647         timestamp + duration, not just timestamp -- ogg pages should be
18648         ordered by stop time. Necessary fix given the change in vorbis
18649         timestamps.
18650
18651         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
18652         (gst_theora_enc_init): Pull the granule shift out of the encoder.
18653         (granulepos_add): New function, handles the messiness of adjusting
18654         granulepos values.
18655         (theora_buffer_from_packet):
18656         (theora_enc_chain):
18657         (theora_enc_sink_event): Use granulepos_add, not +.
18658
18659         * tests/check/pipelines/theoraenc.c
18660         (check_buffer_granulepos_from_starttime): Just check the frame
18661         count, not the actual granulepos -- we can't dictate to the
18662         encoder when it should be placing keyframes.
18663
18664 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18665
18666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
18667           SERVICE_NOT_AVAILABLE happens for example when you're trying to
18668           play an http:// stream from a server that's not serving
18669
18670 2006-01-30  Andy Wingo  <wingo@pobox.com>
18671
18672         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
18673         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
18674         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
18675         available.
18676
18677         * ext/theora/gsttheoraenc.h:
18678         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
18679         although theoraenc was timestamping correctly. Added handling of
18680         streams that start with nonzero timestamps.
18681
18682         * tests/check/Makefile.am:
18683         * tests/check/pipelines/theoraenc.c: New file, basically does same
18684         tests as vorbisenc.
18685
18686         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
18687
18688 2006-01-30  Wim Taymans  <wim@fluendo.com>
18689
18690         * gst-libs/gst/audio/gstaudiosink.c:
18691         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
18692         (gst_audioringbuffer_pause):
18693         Implement pause that does not wait for completion.
18694
18695         * gst-libs/gst/audio/gstbaseaudiosink.c:
18696         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18697         Don't drop buffers when going to PAUSED but perform preroll on
18698         remaining samples now that core base class supports this.
18699
18700         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
18701         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
18702         (gst_ring_buffer_commit):
18703         Pause should not signal waiters.
18704         Implement return value of _commit correctly.
18705
18706 2006-01-30  Andy Wingo  <wingo@pobox.com>
18707
18708         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
18709
18710         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
18711         updated to timestamp from the first sample, not the last.
18712         (gst_vorbisenc_buffer_from_header_packet): New function, takes
18713         special care of granulepos and timestamp for header packets.
18714         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
18715         when the first buffer has a nonzero timestamp.
18716
18717         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
18718         (GstVorbisEnc.subgranule_offset): New members. Take care of the
18719         case when the first audio buffer we get has a nonzero timestamp.
18720         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
18721         properly timestamp vorbis buffers with the time of the first
18722         sample, not the last.
18723         
18724         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
18725         vorbis_granule_time_copy -- now it takes the granule/subgranule
18726         offset into account.
18727
18728         * tests/check/pipelines/vorbisenc.c: New test for correctness of
18729         timestamps, durations, and granulepos on buffers produced by
18730         vorbisenc.
18731
18732 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
18733
18734         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18735         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
18736           Patch from Eric Jonas to support conversions to/from UYVY 
18737           (Fixes: #324626)
18738
18739 2006-01-30  Julien MOUTTE  <julien@moutte.net>
18740
18741         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
18742         (setup_subtitle), (setup_source), (set_active_source):
18743         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18744         (gen_text_element), (gen_audio_element), (gen_vis_element),
18745         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
18746
18747 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
18748
18749         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
18750         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
18751                 use gst_guint64_to_gdouble to be compliant with vs6
18752         * gst/playback/gstdecodebin.c: (try_to_link_1)
18753         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
18754                 use G_GINT64_CONSTANT for int64 constants
18755         * win32/common/libgstinterfaces.def:
18756                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
18757         * win32/vs6:
18758                 update and add new project files
18759                 
18760 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18761
18762         * Makefile.am:
18763         * win32/MANIFEST:
18764         * win32/common/interfaces-enumtypes.c:
18765         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
18766         (gst_mixer_track_flags_get_type),
18767         (gst_tuner_channel_flags_get_type):
18768         * win32/common/interfaces-enumtypes.h:
18769         * win32/common/multichannel-enumtypes.c:
18770         (gst_audio_channel_position_get_type):
18771         * win32/common/multichannel-enumtypes.h:
18772           add a win32-update rule like in core, and copy over enumtypes files
18773
18774 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18775
18776         * win32/MANIFEST:
18777         * win32/common/config.h:
18778         * win32/common/config.h.in:
18779           add config files just like in core
18780
18781 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
18784           Make gcc-4.1 happy (part of #327357).
18785
18786 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18787
18788         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
18789         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
18790         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
18791         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
18792         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
18793         (gst_alsasrc_unprepare), (gst_alsasrc_read):
18794           Update all error messages.  All of them should either use
18795           the default translated message, or actually provide a
18796           translatable string.
18797           Make the string for channel count problems meaningful.
18798
18799 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18802           check for and throw RESOURCE_BUSY
18803
18804 2006-01-27  David Schleef  <ds@schleef.org>
18805
18806         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
18807           checked in this change -- it requires liboil features not
18808           in 0.3.6.  Revert parts.
18809
18810 2006-01-27  David Schleef  <ds@schleef.org>
18811
18812         * REQUIREMENTS:
18813         * configure.ac: update liboil requirement to 0.3.6
18814         * gst/videoscale/Makefile.am:
18815         * gst/videoscale/vs_scanline.c: liboilify
18816
18817 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18818
18819         * ext/libvisual/visual.c: (get_buffer):
18820           When pad_alloc returns a GstFlowReturn other
18821           than GST_FLOW_OK, make sure it is passed upstream.
18822
18823 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18824
18825         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
18826         (gst_alsasink_class_init):
18827           Free the device name string.
18828
18829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
18830         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
18831         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
18832           Don't remove a pad from the collectpads structure until it
18833           is released - it's a request pad, and may receive data again
18834           if the element gets moved back to PLAYING state.
18835
18836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18837           Ensure we turn on double buffering on the Xv port, and
18838           set the colour key to something dark and mysterious that
18839           isn't black.
18840
18841 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         * ext/alsa/gstalsaplugin.c: (plugin_init):
18844         * ext/cdparanoia/gstcdparanoiasrc.c:
18845         (gst_cd_paranoia_src_base_init), (plugin_init):
18846         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
18848           - a library should not call setlocale. see "Libraries" node in
18849             gettext manual
18850           - make sure all plugins that use translation do bindtextdomain
18851             to point to the localedir
18852         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
18853         (setup_sinks), (plugin_init):
18854           all this, and check for NULL when creating sinks
18855
18856 2006-01-27  Julien MOUTTE  <julien@moutte.net>
18857
18858         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
18859         (plugin_init): Make typefinding of subtitles work again.
18860
18861 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
18862
18863         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
18864         (mp3_type_frame_length_from_header), (mp3_type_find),
18865         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
18866         (plugin_init):
18867           Backport a bunch of typefinding fixes from the 0.8 branch.
18868           Also, improve wavpack typefinding: if we can't peek the
18869           entire wavpack block, try to parse the bits we can get and
18870           see if we find what we're looking for in those.
18871
18872 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18873
18874         * sys/ximage/ximagesink.c:
18875         (gst_ximagesink_calculate_pixel_aspect_ratio):
18876         * sys/xvimage/xvimagesink.c:
18877         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
18878         more cases of pixel aspect ratio.
18879
18880 2006-01-26  Edward Hervey  <edward@fluendo.com>
18881
18882         * gst/playback/gstdecodebin.c: (pad_probe):
18883         Also consider the flush-start and tag events as unblockers
18884         for the pad probes.
18885
18886 2006-01-26  Julien MOUTTE  <julien@moutte.net>
18887
18888         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18889         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
18890         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
18891         On the fly visualisation switch, works disabling, enabling as
18892         well but it won't be able to enable vis in a playbin that was
18893         created with no visualisation.
18894
18895 2006-01-25  Wim Taymans  <wim@fluendo.com>
18896
18897         * gst-libs/gst/audio/gstbaseaudiosink.c:
18898         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18899         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18900         resume after pause.
18901
18902 2006-01-25  Wim Taymans  <wim@fluendo.com>
18903
18904         * gst-libs/gst/audio/gstbaseaudiosink.c:
18905         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18906         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18907         Improve debugging.
18908         Post error when caps cannot be parsed.
18909         Resync on discontinuity in the stream.
18910         Clip samples to segment boundaries.
18911         return WRONG_STATE sooner when we are flushing.
18912
18913         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18914         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18915         Make audiosrc operate in TIME.
18916         Set TIMESTAMP and DURATION on buffers.
18917
18918 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18919
18920         * tests/examples/seek/seek.c: (main):
18921           Output tag messages as well.
18922
18923 2006-01-23  Edward Hervey  <edward@fluendo.com>
18924
18925         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18926         (free_pad_probes), (remove_fakesink), (pad_probe),
18927         (close_pad_link), (gst_decode_bin_change_state):
18928         Replace GstPadBlockCallback with pad probes that detect
18929         first buffer AND eos before removing fakesink.
18930         Fixes hang with demuxers doing EOS while pre-rolling.
18931         Solves #328279
18932
18933 2006-01-23  Andy Wingo  <wingo@pobox.com>
18934
18935         * ext/alsa/gstalsasink.c:
18936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18937         (gst_base_rtp_depayload_setcaps),
18938         (gst_base_rtp_depayload_add_to_queue),
18939         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18940         
18941         Patch by: Jens Granseuer <jensgr at gmx dot net>
18942
18943 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18944
18945         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18946         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18947         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18948         frames. We might get a frame destroyed after changing state to
18949         NULL, adding a safety check on xcontext.
18950
18951 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18952
18953         * gst-libs/gst/interfaces/xoverlay.c:
18954           Fix prepare-xwindow-id code example in the docs - we need to
18955           ignore all messages that aren't element messages as well.
18956           
18957 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18958
18959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18960           I think one day i'll completely undestand how caps negotiation
18961           is supposed to work. This refactoring handles buffer_alloc
18962           called with caps we can't handle. We definitely don't want a
18963           set_caps with those caps, so we define and allocate a buffer
18964           we would like to receive.
18965
18966 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18967
18968         * gst/playback/gstplaybasebin.c: (setup_source):
18969           Free iterator when done.
18970
18971 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18972
18973         * gst-libs/gst/audio/gstbaseaudiosink.c:
18974         (gst_base_audio_sink_render):
18975           Fix playback of non-synchronised streams by assuming a rate
18976           of 1.0 instead of a random one.
18977
18978           Makes this work again:
18979
18980           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18981           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18982           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18983           audioresample ! alsasink
18984
18985 === release 0.10.2 ===
18986
18987 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18988
18989         * configure.ac:
18990           releasing 0.10.2, "Then the devil is six"
18991
18992 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18993
18994         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18995         * gst/playback/gststreamselector.c:
18996         (gst_stream_selector_set_property):
18997           Comment out broken code that connects to the state-changed signal.
18998           At this point, changing current stream selection is broken, but 
18999           stuff like gst-launch playbin current-audio=1 works and filters
19000           to the chosen stream.
19001
19002 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19003
19004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19005           Fix #327216 (null dereference in vorbisdec)
19006
19007 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * ext/theora/theoradec.c: (theora_handle_comment_packet):
19010           Post taglist actually on bus instead of just freeing it
19011           (fixes #327114 and totem bug #327080).
19012
19013         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
19014           Use gst_element_found_tags_for_pad(), so that the tags
19015           are sent downstream as an event as well.
19016
19017 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19018
19019         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19020         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19021         (gst_ximagesink_buffer_alloc):
19022         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
19023         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
19024         (gst_xvimagesink_buffer_alloc):
19025           move all regularly occurring messages to GST_LOG level
19026           add some more object logs
19027
19028 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19029
19030         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
19031           fix a silly segfault
19032
19033 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
19034
19035         * docs/libs/gst-plugins-base-libs-docs.sgml:
19036         * docs/libs/gst-plugins-base-libs-sections.txt:
19037         * gst-libs/gst/audio/mixerutils.c:
19038         * gst-libs/gst/audio/mixerutils.h:
19039           Add docs for mixerutils stuff.
19040
19041 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
19042
19043         * gst/playback/gstplaybasebin.c: (setup_source):
19044           Fix playback for sources that emit raw audio or
19045           raw video streams (e.g.: cd audio sources) (#325984).
19046
19047 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19048
19049         * gst-libs/gst/audio/mixerutils.c:
19050         (gst_audio_mixer_filter_do_filter):
19051           actually save the element we create
19052
19053 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * gst-libs/gst/cdda/gstcddabasesrc.c:
19056         (gst_cdda_base_src_handle_track_seek):
19057           No need to post a tag message on the bus when seeking
19058           within the same track, only post it when the current
19059           track changes.
19060
19061 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19062
19063         * gst/playback/gstplaybasebin.c: (group_destroy),
19064         (probe_triggered), (new_decoded_pad), (mute_group_type),
19065         (set_active_source):
19066         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
19067         * gst/playback/gststreamselector.c:
19068         (gst_stream_selector_base_init),
19069         (gst_stream_selector_set_property),
19070         (gst_stream_selector_request_new_pad):
19071           Reenable stream selection. These mechanisms need a complete overhaul
19072           in the face of 0.8->0.10 changes though.
19073
19074 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
19075
19076         * ext/ogg/gstoggdemux.c:
19077           Change the pad template to src_%d to match the pads that 
19078           are created from it. decodebin needs this information in order
19079           to decide that oggdemux is capable of producing multiple pads
19080           (and hence needs queues inserted).
19081
19082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19083         (gst_ogg_mux_collected):
19084           Make debug output more useful by using GST_PTR_FORMAT.
19085
19086 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
19087
19088         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19089
19090         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
19091           Set depth and width for alaw/mulaw (fixes #326601).
19092
19093 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19094
19095         * tests/icles/Makefile.am:
19096           don't build the tests if we don't have the libs
19097
19098 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19099
19100         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
19101         (gst_cd_paranoia_paranoia_callback):
19102           Don't try to free NULL pointers.
19103
19104 2006-01-10  Edward Hervey  <edward@fluendo.com>
19105
19106         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
19107         (gst_audio_rate_change_state), (plugin_init):
19108         Add debugging category.
19109         Fix type issues.
19110         Add case for incoming buffers without valid offset/offset_end.
19111
19112 2006-01-10  Michael Smith  <msmith@fluendo.com>
19113
19114         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
19115           Don't leak GCond in audio sources.
19116
19117 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
19118
19119         * gst/playback/gstplaybin.c: (gen_audio_element):
19120           Don't leak an autoaudiosink/alsasink when we generate
19121           a new audio element. (old code, I guess)
19122
19123 2006-01-10  Michael Smith  <msmith@fluendo.com>
19124
19125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
19126           Support float audio in audiorate.
19127           Use width rather than depth for selecting sample width.
19128
19129 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19130
19131         * gst/videotestsrc/videotestsrc.h:
19132           Use GLib types here (that way we don't have to include the
19133           generated _stdint.h header, which makes life easier for win32
19134           folks that don't use autotools for the build) (#325990, patch
19135           by: Sergey Scobich).
19136
19137 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19140         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19141         (gst_ring_buffer_pause), (wait_segment):
19142         * gst-libs/gst/audio/gstringbuffer.h:
19143           Name (private) union, makes Forte compiler happy (this time
19144           for real) (#324900).
19145
19146 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19147
19148         * gst-libs/gst/audio/Makefile.am:
19149           Link against libgstinterfaces, needed for mixer
19150           and property probe stuff.
19151
19152 2006-01-09  Edward Hervey  <edward@fluendo.com>
19153
19154         * gst-libs/gst/Makefile.am:
19155
19156 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
19157
19158         * gst-libs/gst/audio/Makefile.am:
19159         * gst-libs/gst/audio/mixerutils.c:
19160         (gst_audio_mixer_filter_do_filter),
19161         (gst_audio_mixer_filter_check_element),
19162         (gst_audio_mixer_filter_probe_feature),
19163         (element_factory_rank_compare_func),
19164         (gst_audio_default_registry_mixer_filter):
19165         * gst-libs/gst/audio/mixerutils.h:
19166           Add gst_audio_default_registry_mixer_filter() utility
19167           function.
19168
19169 2006-01-03  Michael Smith  <msmith@fluendo.com>
19170
19171         * gst/audioresample/resample.h:
19172           As before, but for o_buf
19173
19174 2006-01-03  Michael Smith  <msmith@fluendo.com>
19175
19176         * gst/audioresample/resample.h:
19177           Declare struct _ResampleState.buffer as unsigned char *, not void *,
19178           since we do arithmetic on it.
19179
19180 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
19181
19182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19183         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19184         (gst_ring_buffer_pause), (wait_segment):
19185         * gst-libs/gst/audio/gstringbuffer.h:
19186           Sun's Forte compiler doesn't seem to like anonymous structs,
19187           so use same setup as in GstBaseSrc (fixes #324900).
19188
19189 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19190
19191         * configure.ac:
19192         * gst/volume/Makefile.am:
19193         * gst/volume/demo.c:
19194           move old example to tests/examples/volume/volune.c
19195         * tests/examples/Makefile.am:
19196         * tests/examples/seek/seek.c: (main):
19197           change window-close event from "delete-event" to "destroy"
19198         * tests/examples/volume/Makefile.am:
19199         * tests/examples/volume/volume.c: (value_changed_callback),
19200         (setup_gui), (message_received), (eos_message_received), (main):
19201           fix event handling and bus usage
19202
19203 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
19204
19205         * gst/audiotestsrc/gstaudiotestsrc.c:
19206         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
19207         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
19208         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
19209         (gst_audio_test_src_create_square),
19210         (gst_audio_test_src_create_saw),
19211         (gst_audio_test_src_create_triangle),
19212         (gst_audio_test_src_create_silence),
19213         (gst_audio_test_src_create_white_noise),
19214         (gst_audio_test_src_create_pink_noise),
19215         (gst_audio_test_src_init_sine_table),
19216         (gst_audio_test_src_create_sine_table),
19217         (gst_audio_test_src_change_wave),
19218         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
19219         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
19220         * gst/audiotestsrc/gstaudiotestsrc.h:
19221           update to basesrc changes, implement segmented seeking and eos
19222           handling, add a 'sine-tab' waveform for performance critical playback
19223
19224 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19225
19226         * po/POTFILES.in:
19227           ... and this time the other modified file that I missed last time.
19228
19229 2005-12-29  Michael Smith  <msmith@fluendo.com>
19230
19231         * gst/playback/gstdecodebin.c: (new_pad):
19232           Fix non-C89 variable declaration not at the start of a block. Should
19233           help some compilers.
19234
19235 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19236
19237         * tests/check/Makefile.am:
19238           And now fix 'make distcheck' (builddir != srcdir)
19239
19240 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * configure.ac:
19243         * ext/cdparanoia/Makefile.am:
19244         * ext/cdparanoia/gstcdparanoia.c:
19245         * ext/cdparanoia/gstcdparanoia.h:
19246         * ext/cdparanoia/gstcdparanoiasrc.c:
19247         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
19248         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
19249         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
19250         (gst_cd_paranoia_paranoia_callback),
19251         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
19252         (gst_cd_paranoia_src_set_property),
19253         (gst_cd_paranoia_src_get_property), (plugin_init):
19254         * ext/cdparanoia/gstcdparanoiasrc.h:
19255           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
19256           plugin again (there are still fixes required to playbin to make
19257           cdda:// uris work there).
19258
19259 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19260
19261         * tests/check/Makefile.am:
19262           Fix test case compilation.
19263
19264 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19265
19266         * gst-libs/gst/cdda/gstcddabasesrc.c:
19267         (gst_cdda_base_src_update_duration),
19268         (gst_cdda_base_src_calculate_cddb_id):
19269           An integer is not a string. Fix access to uninitialised variable.
19270
19271         * tests/check/Makefile.am:
19272           Add cddabasesrc unit test; also actually enable the vorbis test.
19273
19274         * tests/check/generic/states.c:
19275           Blacklist new cd audio elements as well.
19276
19277         * tests/check/libs/cddabasesrc.c:
19278           Unit test for GstCddaBaseSrc (discid calculation mostly).
19279
19280 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19281
19282         * docs/libs/Makefile.am:
19283         * docs/libs/gst-plugins-base-libs-docs.sgml:
19284         * docs/libs/gst-plugins-base-libs-sections.txt:
19285         * docs/libs/gst-plugins-base-libs.types:
19286           Add docs for libgstcdda/GstCddaBaseSrc.
19287
19288         * gst-libs/gst/interfaces/mixertrack.h:
19289           Do one struct member per line with a semicolon at the end, that way
19290           even gtk-doc might parse it without complaining.
19291
19292 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19293
19294         * configure.ac:
19295         * gst-libs/gst/Makefile.am:
19296         * gst-libs/gst/cdda/Makefile.am:
19297         * gst-libs/gst/cdda/base64.c:
19298         * gst-libs/gst/cdda/base64.h:
19299         * gst-libs/gst/cdda/gstcddabasesrc.c:
19300         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
19301         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
19302         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
19303         (gst_cdda_base_src_get_property),
19304         (gst_cdda_base_src_get_track_from_sector),
19305         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
19306         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
19307         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
19308         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
19309         (gst_cdda_base_src_uri_get_protocols),
19310         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
19311         (gst_cdda_base_src_uri_handler_init),
19312         (gst_cdda_base_src_setup_interfaces),
19313         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
19314         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
19315         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
19316         (gst_cdda_base_src_add_tags),
19317         (gst_cdda_base_src_add_index_associations),
19318         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
19319         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
19320         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
19321         (gst_cdda_base_src_create):
19322         * gst-libs/gst/cdda/gstcddabasesrc.h:
19323         * gst-libs/gst/cdda/sha1.c:
19324         * gst-libs/gst/cdda/sha1.h:
19325           Add new libgstcdda with GstCddaBaseSrc class.
19326
19327 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
19328
19329         * ext/gnomevfs/gstgnomevfssink.h:
19330           Use GstBaseSinkClass as parent_class member for class struct, not
19331           GstBaseSink.
19332
19333 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19334
19335         Patch by: Michael Benes
19336
19337         * gst/videotestsrc/gstvideotestsrc.c:
19338         (gst_video_test_src_class_init), (gst_video_test_src_start):
19339           Add start method to reset running time and number of frames sent
19340           when starting up (fixes #324696)
19341
19342 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19343
19344         * docs/plugins/Makefile.am:
19345         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19346         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19347         * docs/plugins/gst-plugins-base-plugins.args:
19348         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19349         * docs/plugins/gst-plugins-base-plugins.signals:
19350           Add docs stuff for gnomevfssrc and gnomevfssink.
19351
19352         * ext/gnomevfs/gstgnomevfssrc.c:
19353           Fix example pipeline in gtk-doc blurb.
19354
19355 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
19356
19357         * ext/gnomevfs/Makefile.am:
19358         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
19359         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
19360         (gst_gnome_vfs_handle_get_type), (plugin_init):
19361         * ext/gnomevfs/gstgnomevfs.h:
19362         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
19363         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
19364         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
19365         (gst_gnome_vfs_sink_set_property),
19366         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
19367         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
19368         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
19369         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
19370         (gst_gnome_vfs_sink_uri_get_type),
19371         (gst_gnome_vfs_sink_uri_get_protocols),
19372         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
19373         (gst_gnome_vfs_sink_uri_handler_init):
19374         * ext/gnomevfs/gstgnomevfssink.h:
19375           Port gnomevfssink; add gtk-doc blurb.
19376
19377         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
19378         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
19379         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
19380         (gst_gnome_vfs_src_uri_get_type),
19381         (gst_gnome_vfs_src_uri_get_protocols),
19382         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
19383         (gst_gnome_vfs_src_uri_handler_init),
19384         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
19385         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
19386         (gst_gnome_vfs_src_send_additional_headers_callback),
19387         (gst_gnome_vfs_src_received_headers_callback),
19388         (gst_gnome_vfs_src_push_callbacks),
19389         (gst_gnome_vfs_src_pop_callbacks),
19390         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
19391         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
19392         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
19393         * ext/gnomevfs/gstgnomevfssrc.h:
19394           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
19395           file; add gtk-doc blurb with example pipelines.
19396
19397 === release 0.10.1 ===
19398
19399 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
19400
19401         * configure.ac:
19402           releasing 0.10.1, "Dobro Dedek"
19403
19404 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
19405
19406         * gst/typefind/gsttypefindfunctions.c:
19407         iLBC30 and iLBC20 added to typefind.
19408
19409 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19410
19411         * gst-libs/gst/audio/gstbaseaudiosink.c:
19412         (gst_base_audio_sink_class_init):
19413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19414         (gst_base_audio_src_class_init):
19415           update strings, values are in microseconds
19416           change the default sink buffer time to something that is smaller
19417           (to help software volume mixing have a slightly lower delay) but
19418           still be acceptable on Wim's laptop
19419
19420 2005-12-20  Edward Hervey  <edward@fluendo.com>
19421
19422         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
19423         Made a quack, forgot to add DUCK to the riff video template.
19424
19425 2005-12-19  Edward Hervey  <edward@fluendo.com>
19426
19427         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
19428         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
19429         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
19430         (gst_ogm_parse_chain):
19431         Make sure pads are initialized correctly.
19432         * gst-libs/gst/riff/riff-ids.h:
19433         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19434         (gst_riff_create_video_template_caps):
19435         Add a whole bunch of FOURCC <=> MimeType.
19436         Extend the riff video pad template to support the newly added fourcc.
19437
19438 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19439
19440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
19441         (gst_ogg_demux_activate_chain):
19442           Extra debug output when activating/deactivating chains.
19443
19444         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
19445         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
19446         (unlinked):
19447           Remove a queue from our list when it becomes unlinked.
19448           Don't add queues to elements in class 'Demux' if they
19449           can only produce one pad 
19450
19451 2005-12-18  Julien MOUTTE  <julien@moutte.net>
19452
19453         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
19454         (gst_video_sink_get_type): Add a debug category.
19455
19456 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19457
19458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19459         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
19460           Handle downstream newsegment by sending our own newsegment before the
19461           next buffer to be released. (#323900)
19462
19463 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
19464
19465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19466         (gst_base_rtp_depayload_set_gst_timestamp):
19467           add queue delay to new segment as well (as opposed to just the first
19468           buffer). (bug #322347)
19469
19470 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19471
19472         * ext/libvisual/visual.c: (make_valid_name):
19473           change some char* into char[]
19474         * gst/audiotestsrc/gstaudiotestsrc.c:
19475         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
19476         (gst_audio_test_src_create):
19477         * gst/audiotestsrc/gstaudiotestsrc.h:
19478           prepare to handle EOS and SEGMENT_DONE
19479
19480 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19481
19482         * tests/check/generic/states.c: (GST_START_TEST):
19483           Blacklist cdparanoia element in state test.
19484
19485 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19486
19487           Patch by: Benjamin Pineau
19488
19489         * gst/tcp/gsttcp.c:
19490         * gst/tcp/gsttcpclientsink.c:
19491         * gst/tcp/gsttcpserversink.c:
19492         * gst/tcp/gsttcpserversrc.c:
19493           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
19494
19495 2005-12-15  Michael Smith  <msmith@fluendo.com>
19496
19497         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
19498         (gst_video_rate_chain):
19499           Fix timestamping for videorate when the first buffer it sees has a
19500           non-zero timestamp. Fix some misleading debug output.
19501
19502 2005-12-15  Michael Smith  <msmith@fluendo.com>
19503
19504         * gst/audioresample/gstaudioresample.c:
19505           Don't leak all input buffers to audioresample.
19506
19507 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19508
19509         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
19510           Don't operate on empty text buffers. Strip newlines and
19511           tabs only from the end of the text, but leave them intact
19512           in the middle. Fix typo in gtk-doc description.
19513
19514 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
19515
19516         * gst/playback/gstplaybasebin.c:
19517         * gst/playback/gstplaybin.c: (handoff):
19518           Make sure the video frame buffer we return to apps via the
19519           "frame" property always has caps set on it. Modify
19520           _gst_gvalue_set_object() macro to handle NULL objects
19521           gracefully too.
19522
19523 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
19524
19525         * gst/audiotestsrc/gstaudiotestsrc.c:
19526         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19527         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
19528         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
19529         (gst_audio_test_src_create):
19530         * gst/audiotestsrc/gstaudiotestsrc.h:
19531         Adjust to some recent api changes and add wtays new cool seeking
19532         capabillities
19533
19534 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
19535
19536         * ext/alsa/Makefile.am:
19537         * ext/alsa/gstalsadeviceprobe.c:
19538         * ext/alsa/gstalsadeviceprobe.h:
19539           Helper functions to add device probing via the GstPropertyProbe
19540           interface to a class.
19541
19542         * ext/alsa/gstalsamixer.h:
19543           Comment out GST_ALSA_MIXER, it returns a struct that's not
19544           used.
19545
19546         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19547           Add some debug info. 
19548
19549         * ext/alsa/gstalsamixerelement.c:
19550         (gst_alsa_mixer_element_interface_supported),
19551         (gst_implements_interface_init),
19552         (gst_alsa_mixer_element_init_interfaces),
19553         (gst_alsa_mixer_element_class_init),
19554         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
19555         (gst_alsa_mixer_element_set_property),
19556         (gst_alsa_mixer_element_get_property),
19557         (gst_alsa_mixer_element_change_state):
19558         * ext/alsa/gstalsamixerelement.h:
19559           Add 'device' and 'device-name' properties. Add GstPropertyProbe
19560           for device handling (gnome-volume-control will need that).
19561
19562 2005-12-12  Christian Schaller  <uraeus@gnome.org>
19563
19564         * ext/Makefile.am: fix cdparanoia entry
19565         * gst-plugins-base.spec.in: add cdparanoia
19566
19567 2005-12-12  Michael Smith  <msmith@fluendo.com>
19568
19569         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
19570           Use the correct function to free list of typefind factories.
19571
19572 2005-12-12  Wim Taymans  <wim@fluendo.com>
19573
19574         * gst/videotestsrc/gstvideotestsrc.c:
19575         (gst_video_test_src_class_init), (gst_video_test_src_init),
19576         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
19577         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
19578         (gst_video_test_src_create):
19579         * gst/videotestsrc/gstvideotestsrc.h:
19580         Implement seeking in videotestsrc.
19581         Small cleanups.
19582
19583 2005-12-12  Wim Taymans  <wim@fluendo.com>
19584
19585         * ext/cdparanoia/Makefile.am:
19586         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19587         (gst_paranoia_endian_get_type), (_do_init),
19588         (cdparanoia_class_init), (cdparanoia_init),
19589         (cdparanoia_set_property), (cdparanoia_get_property),
19590         (cdparanoia_do_seek), (cdparanoia_is_seekable),
19591         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
19592         (cdparanoia_convert), (cdparanoia_get_query_types),
19593         (cdparanoia_query), (cdparanoia_set_index),
19594         (cdparanoia_uri_set_uri):
19595         * ext/cdparanoia/gstcdparanoia.h:
19596         Partially ported cdparanoia now that basesrc can support a
19597         plugin like this..
19598
19599 2005-12-12  Wim Taymans  <wim@fluendo.com>
19600
19601         * tests/examples/seek/scrubby.c: (main):
19602         Set higher priority for bus events so they don't get reordered with
19603         gtk gui events.
19604
19605         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
19606         (flush_toggle_cb), (main):
19607         Added checkbox to disable flushing seeks. 
19608         Disable scrubbing when doing non flushing seeks.
19609
19610 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19611
19612         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
19613         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
19614         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
19615         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
19616           Implement some sort of event handling that doesn't rely on
19617           g_return_if_fail; make sure we always push the last chunk of an 
19618           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
19619           state change function; remove some old cruft. Seeking is still
19620           rather unlikely to work though.
19621
19622         * tools/.cvsignore:
19623           Ignore more.
19624
19625 2005-12-11  Julien MOUTTE  <julien@moutte.net>
19626
19627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
19628         Fixed a leak of the current image reference when cleaning up.
19629         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
19630
19631 2005-12-09  Michael Smith  <msmith@fluendo.com>
19632
19633         * tools/Makefile.am:
19634         * tools/gst-launch-ext-m.m:
19635           Remove gst-launch-ext. It doesn't work, and is no longer
19636           particularly useful.
19637
19638 2005-12-08  Luca Ognibene  <luogni@tin.it>
19639
19640         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
19641           don't pass random values to ogmparse convert function.
19642           Make seeking possible in the exile1.ogm file.
19643
19644 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
19645
19646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
19647         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
19648           Work around refcount problem with g_value_set_object() that occur
19649           if the core has been compiled against GLib-2.6 (g_value_set_object()
19650           will only g_object_ref() the element, but the caller will
19651           gst_object_unref() it and bad things will happen due to the way
19652           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
19653           totem for people on FC4 using Thomas's 0.10 RPMs.
19654           
19655 2005-12-07  Edward Hervey  <edward@fluendo.com>
19656
19657         Time to welcome ogm to 0.10 :)
19658         
19659         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
19660         (gst_ogg_pad_typefind):
19661         Oggdemux can now properly typefind elements with dynamic pads.
19662         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19663         Properly set caps on src pad, and set caps on outgoing buffers.
19664
19665 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19666
19667         * ext/alsa/gstalsamixer.h:
19668         * ext/alsa/gstalsamixerelement.h:
19669         * ext/alsa/gstalsamixeroptions.h:
19670         * ext/alsa/gstalsamixertrack.h:
19671         * ext/alsa/gstalsasink.c:
19672         * ext/alsa/gstalsasink.h:
19673         * ext/alsa/gstalsasrc.c:
19674         * ext/alsa/gstalsasrc.h:
19675         * ext/cdparanoia/gstcdparanoia.h:
19676         * ext/gnomevfs/gstgnomevfsuri.h:
19677         * ext/ogg/gstoggdemux.c:
19678         * ext/ogg/gstoggmux.c:
19679         * ext/pango/gsttextoverlay.h:
19680         * ext/theora/theoradec.c:
19681         * ext/theora/theoraenc.c:
19682         * ext/vorbis/vorbisdec.h:
19683         * ext/vorbis/vorbisenc.c:
19684         * ext/vorbis/vorbisenc.h:
19685         * ext/vorbis/vorbisparse.h:
19686         * gst-libs/gst/audio/gstaudioclock.h:
19687         * gst-libs/gst/audio/gstaudiosink.c:
19688         * gst-libs/gst/audio/gstaudiosink.h:
19689         * gst-libs/gst/audio/gstaudiosrc.c:
19690         * gst-libs/gst/audio/gstaudiosrc.h:
19691         * gst-libs/gst/audio/gstbaseaudiosink.c:
19692         * gst-libs/gst/audio/gstbaseaudiosink.h:
19693         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19694         * gst-libs/gst/audio/gstbaseaudiosrc.h:
19695         * gst-libs/gst/audio/gstringbuffer.h:
19696         * gst-libs/gst/audio/multichannel.h:
19697         * gst-libs/gst/floatcast/floatcast.h:
19698         * gst-libs/gst/interfaces/colorbalance.c:
19699         * gst-libs/gst/interfaces/colorbalance.h:
19700         * gst-libs/gst/interfaces/colorbalancechannel.h:
19701         * gst-libs/gst/interfaces/mixer.h:
19702         * gst-libs/gst/interfaces/mixeroptions.h:
19703         * gst-libs/gst/interfaces/mixertrack.h:
19704         * gst-libs/gst/interfaces/navigation.h:
19705         * gst-libs/gst/interfaces/propertyprobe.h:
19706         * gst-libs/gst/interfaces/tuner.h:
19707         * gst-libs/gst/interfaces/tunerchannel.h:
19708         * gst-libs/gst/interfaces/tunernorm.h:
19709         * gst-libs/gst/interfaces/xoverlay.h:
19710         * gst-libs/gst/netbuffer/gstnetbuffer.h:
19711         * gst-libs/gst/riff/riff-ids.h:
19712         * gst-libs/gst/riff/riff-media.h:
19713         * gst-libs/gst/riff/riff-read.h:
19714         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19715         * gst-libs/gst/rtp/gstbasertppayload.c:
19716         * gst-libs/gst/rtp/gstbasertppayload.h:
19717         * gst-libs/gst/rtp/gstrtpbuffer.c:
19718         * gst-libs/gst/rtp/gstrtpbuffer.h:
19719         * gst-libs/gst/tag/gsttageditingprivate.h:
19720         * gst-libs/gst/tag/gstvorbistag.c:
19721         (gst_tag_list_from_vorbiscomment_buffer):
19722         * gst-libs/gst/tag/tag.h:
19723         * gst-libs/gst/video/video.h:
19724         * gst/adder/gstadder.c:
19725         * gst/adder/gstadder.h:
19726         * gst/audioconvert/audioconvert.c:
19727         * gst/audioconvert/audioconvert.h:
19728         * gst/audioconvert/gstaudioconvert.c:
19729         * gst/audioconvert/gstchannelmix.c:
19730         * gst/audioconvert/gstchannelmix.h:
19731         * gst/audiorate/gstaudiorate.c:
19732         * gst/audioresample/buffer.h:
19733         * gst/audioresample/functable.h:
19734         * gst/audioresample/gstaudioresample.c:
19735         * gst/audioresample/resample.h:
19736         * gst/ffmpegcolorspace/avcodec.h:
19737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19738         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19739         * gst/ffmpegcolorspace/imgconvert.c:
19740         * gst/ffmpegcolorspace/imgconvert_template.h:
19741         * gst/playback/gstdecodebin.c:
19742         * gst/playback/gstplaybasebin.h:
19743         * gst/playback/gstplaybin.c:
19744         * gst/playback/gststreaminfo.h:
19745         * gst/tcp/gstfdset.c:
19746         * gst/tcp/gstfdset.h:
19747         * gst/tcp/gstmultifdsink.c:
19748         * gst/tcp/gstmultifdsink.h:
19749         * gst/tcp/gsttcp.h:
19750         * gst/tcp/gsttcpclientsrc.c:
19751         * gst/tcp/gsttcpclientsrc.h:
19752         * gst/tcp/gsttcpplugin.h:
19753         * gst/tcp/gsttcpserversink.c:
19754         * gst/tcp/gsttcpserversrc.c:
19755         * gst/typefind/gsttypefindfunctions.c:
19756         * gst/videorate/gstvideorate.c:
19757         * gst/videotestsrc/gstvideotestsrc.h:
19758         * gst/videotestsrc/videotestsrc.h:
19759         * sys/v4l/gstv4lcolorbalance.h:
19760         * sys/v4l/gstv4ltuner.h:
19761         * sys/v4l/gstv4lxoverlay.h:
19762         * sys/v4l/v4l_calls.h:
19763         * sys/v4l/videodev_mjpeg.h:
19764         * tests/check/elements/audioconvert.c:
19765         * tests/check/elements/audioresample.c:
19766         * tests/check/elements/audiotestsrc.c:
19767         * tests/check/elements/videotestsrc.c:
19768         * tests/check/elements/volume.c:
19769         * tests/examples/seek/scrubby.c:
19770         * tests/examples/seek/seek.c:
19771           expand tabs
19772
19773 === release 0.10.0 ===
19774
19775 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19776
19777         * configure.ac:
19778           releasing 0.10.0, "Mont-d'or"
19779
19780 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
19781
19782         * tests/examples/seek/Makefile.am:
19783         Build fix for when gtk is not available.
19784
19785 2005-12-05  Andy Wingo  <wingo@pobox.com>
19786
19787         * ext/libvisual/visual.c: (get_buffer):
19788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
19789         * ext/pango/gsttextrender.c: (gst_text_render_chain):
19790         * ext/theora/theoradec.c: (theora_handle_data_packet):
19791         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
19792         (theora_enc_chain):
19793         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19794         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
19795         Update for alloc_buffer changes.
19796
19797 2005-12-05  Andy Wingo  <wingo@pobox.com>
19798
19799         patch by: Kai Vehmanen <kv2004 eca cx>
19800         
19801         * gst-libs/gst/rtp/gstbasertpdepayload.c
19802         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
19803
19804 2005-12-04  Andy Wingo  <wingo@pobox.com>
19805
19806         patch by: Sebastien Cote <sebas642 yahoo ca>
19807         
19808         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
19809         Fixes #319172.
19810
19811 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
19812
19813         * docs/plugins/Makefile.am:
19814         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19815         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19816         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19817         * ext/pango/gstclockoverlay.c:
19818         * ext/pango/gsttextoverlay.c: 
19819         * ext/pango/gsttextrender.c:
19820         * ext/pango/gsttimeoverlay.c:
19821           Add gtk-doc blurbs to pango elements.
19822
19823 2005-12-02  Wim Taymans  <wim@fluendo.com>
19824
19825         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
19826         * gst/audioresample/buffer.h:
19827         * gst/audioresample/gstaudioresample.c:
19828         * gst/audioresample/gstaudioresample.h:
19829         * gst/audioresample/resample.c: (resample_input_flush),
19830         (resample_input_pushthrough), (resample_input_eos),
19831         (resample_get_output_size_for_input),
19832         (resample_get_input_size_for_output), (resample_get_output_size),
19833         (resample_get_output_data):
19834         * gst/audioresample/resample.h:
19835         * gst/audioresample/resample_ref.c: (resample_scale_ref):
19836         Fix audioresample, seek torture, new segments, reverse negotiation
19837         etc.. work fine.
19838
19839 2005-12-02  Wim Taymans  <wim@fluendo.com>
19840
19841         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
19842         Small cleanups.
19843
19844 2005-12-02  Wim Taymans  <wim@fluendo.com>
19845
19846         * gst/audioconvert/gstaudioconvert.c:
19847         (gst_audio_convert_transform):
19848         Post errors.
19849
19850 === release 0.9.7 ===
19851
19852 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19853
19854         * configure.ac:
19855           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
19856
19857 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19858
19859         * Makefile.am:
19860         * po/hu.po:
19861         * win32/MANIFEST:
19862         * win32/gst.sln:
19863           add win32 MANIFEST file
19864           do something to the hungarian translation
19865
19866 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
19867
19868         * ext/Makefile.am:
19869           Add $(PANGO_DIR) to SUBDIRS
19870
19871         * ext/pango/gstclockoverlay.c:
19872         * ext/pango/gsttimeoverlay.c:
19873           Fix and improve element descriptions.
19874
19875 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19876
19877         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19878         * docs/plugins/inspect/plugin-libvisual.xml:
19879         * docs/plugins/inspect/plugin-pango.xml:
19880           add pango plugin to docs
19881
19882 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19883
19884         * configure.ac:
19885         * ext/Makefile.am:
19886           moved pango to base
19887
19888 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19889
19890         * configure.ac:
19891         * tests/Makefile.am:
19892         * tests/icles/.cvsignore:
19893         * tests/icles/Makefile.am:
19894         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
19895         (close_display), (resize_window), (move_window), (create_window),
19896         (terminate_playback), (pause_playback), (start_playback), (main):
19897           add stress test for xoverlay from Julien
19898
19899 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19900
19901         * docs/libs/tmpl/gstcolorbalance.sgml:
19902         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19903         * gst-libs/gst/rtp/gstbasertppayload.c:
19904         * gst-libs/gst/rtp/gstrtpbuffer.c:
19905         * gst-libs/gst/rtp/gstrtpbuffer.h:
19906           Do burger's rename for rtp payloaders and depayloaders
19907
19908 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * win32/:
19911           add Visual Studio 6 build files
19912
19913 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19914
19915         * docs/libs/gst-plugins-base-libs-docs.sgml:
19916         * docs/libs/gst-plugins-base-libs-sections.txt:
19917         * docs/libs/tmpl/gstaudio.sgml:
19918         * docs/libs/tmpl/gstringbuffer.sgml:
19919         * gst-libs/gst/interfaces/xoverlay.c:
19920         * gst-libs/gst/video/gstvideofilter.c:
19921         * gst-libs/gst/video/gstvideosink.c:
19922           update documentation
19923
19924 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19925
19926         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19927         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19928         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19929         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19930         (gst_multi_fd_sink_get_stats),
19931         (gst_multi_fd_sink_remove_client_link),
19932         (gst_multi_fd_sink_handle_client_read),
19933         (gst_multi_fd_sink_client_queue_data),
19934         (gst_multi_fd_sink_client_queue_caps),
19935         (gst_multi_fd_sink_client_queue_buffer),
19936         (gst_multi_fd_sink_new_client),
19937         (gst_multi_fd_sink_handle_client_write),
19938         (gst_multi_fd_sink_recover_client),
19939         (gst_multi_fd_sink_queue_buffer),
19940         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19941         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19942         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19943         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19944         * gst/tcp/gstmultifdsink.h:
19945         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19946         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19947         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19948         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19949         (gst_tcp_client_sink_set_property),
19950         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19951         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19952         * gst/tcp/gsttcpclientsink.h:
19953         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19954         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19955         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19956         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19957         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19958         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19959         * gst/tcp/gsttcpclientsrc.h:
19960         * gst/tcp/gsttcpplugin.c: (plugin_init):
19961         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19962         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19963         (gst_tcp_server_sink_finalize),
19964         (gst_tcp_server_sink_handle_server_read),
19965         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19966         (gst_tcp_server_sink_set_property),
19967         (gst_tcp_server_sink_get_property),
19968         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19969         * gst/tcp/gsttcpserversink.h:
19970         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19971         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19972         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19973         (gst_tcp_server_src_set_property),
19974         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19975         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19976         * gst/tcp/gsttcpserversrc.h:
19977           more borgifying
19978
19979 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19980
19981         * docs/plugins/Makefile.am:
19982         * docs/plugins/gst-plugins-base-plugins.args:
19983         * docs/plugins/inspect/plugin-libvisual.xml:
19984         * gst/audioconvert/plugin.h:
19985         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19986         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19987         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19988         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19989         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19990         (plugin_init):
19991         * gst/audiotestsrc/gstaudiotestsrc.c:
19992         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19993         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19994         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19995         (gst_audio_test_src_get_query_types),
19996         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19997         (gst_audio_test_src_create_square),
19998         (gst_audio_test_src_create_saw),
19999         (gst_audio_test_src_create_triangle),
20000         (gst_audio_test_src_create_silence),
20001         (gst_audio_test_src_create_white_noise),
20002         (gst_audio_test_src_init_pink_noise),
20003         (gst_audio_test_src_generate_pink_noise_value),
20004         (gst_audio_test_src_create_pink_noise),
20005         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
20006         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
20007         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
20008         (plugin_init):
20009         * gst/audiotestsrc/gstaudiotestsrc.h:
20010         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
20011         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
20012         (gst_sub_parse_init), (gst_sub_parse_formats),
20013         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
20014         (convert_encoding), (get_next_line),
20015         (gst_sub_parse_data_format_autodetect),
20016         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
20017         (gst_sub_parse_loop), (gst_sub_parse_chain),
20018         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
20019         (plugin_init):
20020         * gst/subparse/gstsubparse.h:
20021         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
20022         (gst_video_rate_base_init), (gst_video_rate_class_init),
20023         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
20024         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
20025         (gst_video_rate_init), (gst_video_rate_event),
20026         (gst_video_rate_chain), (gst_video_rate_set_property),
20027         (gst_video_rate_get_property), (gst_video_rate_change_state),
20028         (plugin_init):
20029         * gst/videoscale/gstvideoscale.c:
20030         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
20031         (gst_video_scale_src_template_factory),
20032         (gst_video_scale_sink_template_factory),
20033         (gst_video_scale_get_type), (gst_video_scale_base_init),
20034         (gst_video_scale_class_init), (gst_video_scale_init),
20035         (gst_video_scale_set_property), (gst_video_scale_get_property),
20036         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
20037         (gst_video_scale_prepare_size), (parse_caps),
20038         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
20039         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
20040         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
20041         (plugin_init):
20042         * gst/videoscale/gstvideoscale.h:
20043         * gst/videotestsrc/gstvideotestsrc.c:
20044         (gst_video_test_src_pattern_get_type),
20045         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
20046         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
20047         (gst_video_test_src_set_pattern),
20048         (gst_video_test_src_set_property),
20049         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
20050         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
20051         (gst_video_test_src_event), (gst_video_test_src_get_times),
20052         (gst_video_test_src_create), (plugin_init):
20053         * gst/videotestsrc/gstvideotestsrc.h:
20054         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
20055         (gst_video_test_src_smpte), (gst_video_test_src_snow),
20056         (gst_video_test_src_black):
20057         * gst/videotestsrc/videotestsrc.h:
20058           borgify further
20059           clean up docs a little
20060
20061 2005-11-30  Wim Taymans  <wim@fluendo.com>
20062
20063         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20064         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
20065         (gst_basertppayload_event), (gst_basertppayload_push),
20066         (gst_basertppayload_change_state):
20067         * gst-libs/gst/rtp/gstbasertppayload.h:
20068         closed #320644.
20069
20070 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20071
20072         * docs/libs/gst-plugins-base-libs-docs.sgml:
20073         * docs/libs/gst-plugins-base-libs-sections.txt:
20074         * gst-libs/gst/video/gstvideofilter.c:
20075         * gst-libs/gst/video/gstvideosink.c:
20076         * gst-libs/gst/video/gstvideosink.h: Adding docs.
20077
20078 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20079
20080         * LICENSE:
20081           move
20082         * po/af.po:
20083         * po/az.po:
20084         * po/cs.po:
20085         * po/en_GB.po:
20086         * po/hu.po:
20087         * po/it.po:
20088         * po/nb.po:
20089         * po/nl.po:
20090         * po/or.po:
20091         * po/sq.po:
20092         * po/sr.po:
20093         * po/sv.po:
20094         * po/uk.po:
20095         * po/vi.po:
20096         * Makefile.am:
20097           update
20098         * scripts/autoplugins.sh:
20099           remove
20100
20101 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20102
20103         * Makefile.am:
20104         * configure.ac:
20105         * examples/Makefile.am:
20106         * examples/capsfilter/Makefile.am:
20107         * examples/capsfilter/capsfilter1.c:
20108         * examples/gob/Makefile.am:
20109         * examples/gob/gst-identity2.gob:
20110         * examples/indexing/.cvsignore:
20111         * examples/indexing/Makefile.am:
20112         * examples/indexing/indexmpeg.c:
20113         * examples/seeking/.cvsignore:
20114         * examples/seeking/Makefile.am:
20115         * examples/seeking/cdparanoia.c:
20116         * examples/seeking/cdplayer.c:
20117         * examples/seeking/chained.c:
20118         * examples/seeking/scrubby.c:
20119         * examples/seeking/seek.c:
20120         * examples/stats/Makefile.am:
20121         * examples/stats/mp2ogg.c:
20122         * examples/switch/.cvsignore:
20123         * examples/switch/Makefile.am:
20124         * examples/switch/switcher.c:
20125         * tests/Makefile.am:
20126         * tests/check/generic/.cvsignore:
20127         * tests/check/pipelines/.cvsignore:
20128         * tests/examples/Makefile.am:
20129         * tests/examples/seek/Makefile.am:
20130           reorganize stuff under tests/
20131
20132 2005-11-30  Edward Hervey  <edward@fluendo.com>
20133
20134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
20135         Go away you stupid GstStaticPadTemplate memleak.
20136
20137 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * gst-libs/gst/net/Makefile.am:
20140         * gst-libs/gst/net/README:
20141         * gst-libs/gst/net/gstnetbuffer.c:
20142         * gst-libs/gst/net/gstnetbuffer.h:
20143           this was moved to "netbuffer"
20144
20145 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
20148         (gst_video_filter_class_init), (gst_video_filter_init):
20149         * gst-libs/gst/video/gstvideofilter.h:
20150           borgify name to bring in line with other classes
20151
20152 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20153
20154         * gst/audioscale/.cvsignore:
20155         * gst/audioscale/Makefile.am:
20156         * gst/audioscale/README:
20157         * gst/audioscale/audioscale.vcproj:
20158         * gst/audioscale/dtof.c:
20159         * gst/audioscale/dtos.c:
20160         * gst/audioscale/functable.c:
20161         * gst/audioscale/gstaudioscale.c:
20162         * gst/audioscale/gstaudioscale.h:
20163         * gst/audioscale/private.h:
20164         * gst/audioscale/resample.c:
20165         * gst/audioscale/resample.h:
20166         * gst/audioscale/test.c:
20167           remove
20168
20169 2005-11-30  Edward Hervey  <edward@fluendo.com>
20170
20171         * gst-libs/gst/netbuffer/Makefile.am:
20172         really, really tired
20173
20174 2005-11-30  Edward Hervey  <edward@fluendo.com>
20175
20176         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20177         Update for new GstTypeFindFactory _register()
20178
20179 2005-11-30  Edward Hervey  <edward@fluendo.com>
20180
20181         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
20182         Let's not override libgstnet from core for no reason...
20183         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
20184         Ok, maybe not so quick next time.
20185
20186 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20187
20188         * configure.ac:
20189         * gst-libs/gst/Makefile.am:
20190           moved gst-libs/gst/net to netbuffer through CVS surgery
20191           remove old directory
20192           updating build to accomodate
20193           (#322257)
20194
20195 2005-11-29  Andy Wingo  <wingo@pobox.com>
20196
20197         * pkgconfig/gstreamer-plugins-base.pc.in:
20198         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
20199         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
20200         (#322257).
20201
20202 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20203
20204         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
20205         3rd time's the charm. Correct ref-counting for discarded buffers.
20206
20207 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20208
20209         * gst/playback/gststreamselector.c:
20210         (gst_stream_selector_class_init),
20211         (gst_stream_selector_set_property),
20212         (gst_stream_selector_get_property),
20213         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20214         Fix ref-counting
20215
20216 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20217
20218         * gst/subparse/gstsubparse.c: (feed_textbuf):
20219           Don't access already unref'ed buffer.
20220
20221 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
20222
20223         * gst/playback/gststreamselector.c:
20224         (gst_stream_selector_class_init), (gst_stream_selector_init),
20225         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
20226         (gst_stream_selector_get_property),
20227         (gst_stream_selector_get_linked_pad),
20228         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
20229         * gst/playback/gststreamselector.h:
20230         Add the active-pad property for playbin to use shortly. Ignore buffers
20231         from any other pad, returning GST_FLOW_NOT_LINKED
20232
20233 2005-11-29  Julien MOUTTE  <julien@moutte.net>
20234
20235         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
20236         patch from bug #322704 (Alessandro Decina).
20237
20238 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * gst-libs/gst/audio/Makefile.am:
20241           folded audiofilter into the audio library
20242
20243 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20244
20245         * gst/videoscale/gstvideoscale.h:
20246         * gst/videoscale/gstvideoscale.c:
20247           remove unimplemented scale methods
20248
20249 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20250
20251         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
20252           Don't leak caps.
20253
20254 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20255
20256         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20257         (gst_ximagesink_setcaps):
20258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20259         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
20260         happens (only visible on ximagesink but bug is in xv too) set_caps was
20261         destroying the internal x[v]image used to memcpy non locally alloced
20262         buffers so that it got renewed on next _chain. The issue is that 
20263         _expose will try to put that image as it reffed it in _put.
20264         Using gst_buffer_unref instead of destroy fixes it !
20265
20266 2005-11-28  Edward Hervey  <edward@fluendo.com>
20267
20268         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20269         (try_to_link_1), (queue_filled_cb):
20270         Better use of the queues. Start with a small size queue and only increase
20271         the size of the queues when the other queues are empty.
20272
20273 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20274
20275         * gst-libs/gst/video/Makefile.am:
20276           compile in copied-over videofilter into the video library
20277         * gst-libs/gst/video/videosink.h:
20278           rename the header to gstvideosink.h since it's a base GstObject class
20279         * sys/ximage/ximagesink.h:
20280         * sys/xvimage/xvimagesink.h:
20281           use the new header
20282
20283 2005-11-28  Wim Taymans  <wim@fluendo.com>
20284
20285         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
20286         * gst/playback/gstplaybasebin.h:
20287         Prepare to handle errors betters.
20288
20289         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
20290         Set sinks to PAUSED first before adding and linking them so that
20291         we don't interrupt dataflow.
20292
20293 2005-11-28  Wim Taymans  <wim@fluendo.com>
20294
20295         * gst-libs/gst/audio/TODO:
20296         Updated TODO
20297
20298         * gst-libs/gst/audio/gstaudiosink.c:
20299         (gst_audioringbuffer_open_device),
20300         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
20301         (gst_audioringbuffer_release):
20302         Small cleanups.
20303
20304         * gst-libs/gst/audio/gstbaseaudiosink.c:
20305         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
20306         (gst_base_audio_sink_change_state):
20307         Slave to the master clock when going to PLAYING and unslave when
20308         going to PAUSED.
20309
20310         * gst-libs/gst/audio/gstringbuffer.c:
20311         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20312         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20313         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
20314         (gst_ring_buffer_clear_all), (wait_segment),
20315         (gst_ring_buffer_commit), (gst_ring_buffer_read),
20316         (gst_ring_buffer_advance):
20317         * gst-libs/gst/audio/gstringbuffer.h:
20318         Add some docs and cleanups.
20319
20320 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20321
20322         * sys/xvimage/xvimagesink.c:
20323         (gst_xvimagesink_navigation_send_event): Fix navigation events
20324         coordinates translation with pixel aspect ratios.
20325
20326 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20327
20328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
20329         Use calculated video geometry from _setcaps instead of buffer
20330         caps to respect pixel aspect ratio. (fixes #322388)
20331
20332 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20333
20334         * docs/libs/tmpl/gstcolorbalance.sgml:
20335         * docs/libs/tmpl/gstmixer.sgml:
20336         * docs/libs/tmpl/gstxoverlay.sgml:
20337         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
20338         interface.
20339
20340 2005-11-28  Julien MOUTTE  <julien@moutte.net>
20341
20342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
20343         Refuse to create an XvImage if we can't find the format.
20344
20345 2005-11-28  Edward Hervey  <edward@fluendo.com>
20346
20347         * gst-libs/gst/riff/riff-media.c:
20348         (gst_riff_create_audio_template_caps):
20349         Add ATRAC3 to the list of riff-possible audio caps.
20350         I know we still don't have a plugin for atrac3, but it's saner to output
20351         that than a cryptic mimetype.
20352
20353 2005-11-27  Edward Hervey  <edward@fluendo.com>
20354
20355         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
20356         Don't try to create a zero-sized subbuffer.
20357
20358 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20359
20360         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
20361         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
20362         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
20363         (gst_ximagesink_expose): Fixed a tricky race.
20364         * sys/ximage/ximagesink.h:
20365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
20366         (gst_xvimagesink_expose): Fixed a tricky race.
20367         * sys/xvimage/xvimagesink.h:
20368
20369 2005-11-27  Edward Hervey  <edward@fluendo.com>
20370
20371         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20372         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
20373         Remove unused properties, and add queues between demuxers and decoders
20374         so that a lot more files can preroll properly.
20375
20376 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * gst-libs/gst/net/Makefile.am:
20379         * gst-libs/gst/rtp/Makefile.am:
20380         * gst-libs/gst/tag/Makefile.am:
20381           remove silly include
20382         * gst/tags/Makefile.am:
20383         * gst/tags/gsttagediting.c:
20384         * gst/tags/gsttageditingprivate.h:
20385         * gst/tags/tagedit.vcproj:
20386           remove directory, is as good as empty
20387
20388 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20389
20390         * configure.ac:
20391           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
20392         * gst-libs/Makefile.am:
20393         * gst-libs/gst/audio/Makefile.am:
20394         * gst-libs/gst/interfaces/Makefile.am:
20395         * gst-libs/gst/net/Makefile.am:
20396         * gst-libs/gst/riff/Makefile.am:
20397         * gst-libs/gst/rtp/Makefile.am:
20398         * gst-libs/gst/tag/Makefile.am:
20399         * gst-libs/gst/video/Makefile.am:
20400           and use them
20401
20402 2005-11-27  Julien MOUTTE  <julien@moutte.net>
20403
20404         * docs/libs/tmpl/gstcolorbalance.sgml:
20405         * docs/libs/tmpl/gstmixer.sgml:
20406         * docs/libs/tmpl/gstxoverlay.sgml:
20407         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
20408         * sys/ximage/ximagesink.h:
20409         * sys/xvimage/xvimagesink.h: More and more documentation.
20410
20411 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20412
20413         * docs/libs/gst-plugins-base-libs-docs.sgml:
20414         * docs/libs/gst-plugins-base-libs-sections.txt:
20415         * docs/libs/tmpl/gstcolorbalance.sgml:
20416         * docs/libs/tmpl/gstmixer.sgml:
20417         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
20418         to documentation.
20419
20420 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20421
20422         * docs/plugins/Makefile.am:
20423         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20424         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20425         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
20426
20427 2005-11-26  Julien MOUTTE  <julien@moutte.net>
20428
20429         * docs/plugins/Makefile.am:
20430         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20431         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20432         * docs/plugins/inspect/plugin-adder.xml:
20433         * docs/plugins/inspect/plugin-alsa.xml:
20434         * docs/plugins/inspect/plugin-audioconvert.xml:
20435         * docs/plugins/inspect/plugin-audiorate.xml:
20436         * docs/plugins/inspect/plugin-audioresample.xml:
20437         * docs/plugins/inspect/plugin-audiotestsrc.xml:
20438         * docs/plugins/inspect/plugin-decodebin.xml:
20439         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
20440         * docs/plugins/inspect/plugin-gnomevfs.xml:
20441         * docs/plugins/inspect/plugin-ogg.xml:
20442         * docs/plugins/inspect/plugin-playbin.xml:
20443         * docs/plugins/inspect/plugin-subparse.xml:
20444         * docs/plugins/inspect/plugin-tcp.xml:
20445         * docs/plugins/inspect/plugin-theora.xml:
20446         * docs/plugins/inspect/plugin-typefindfunctions.xml:
20447         * docs/plugins/inspect/plugin-video4linux.xml:
20448         * docs/plugins/inspect/plugin-videorate.xml:
20449         * docs/plugins/inspect/plugin-videoscale.xml:
20450         * docs/plugins/inspect/plugin-videotestsrc.xml:
20451         * docs/plugins/inspect/plugin-volume.xml:
20452         * docs/plugins/inspect/plugin-vorbis.xml:
20453         * docs/plugins/inspect/plugin-ximagesink.xml:
20454         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
20455         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
20456
20457 2005-11-26  Edward Hervey  <edward@fluendo.com>
20458
20459         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
20460         Properly return GstFlowReturn from gst_pad_push in chain functions.
20461
20462 2005-11-25  Michael Smith  <msmith@fluendo.com>
20463
20464         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20465         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20466         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20467         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
20468           Handle various conditions better when we don't understand a stream.
20469           Removes a heap of CRITICALs on ogg streams containing unknown data.
20470
20471 2005-11-24  Andy Wingo  <wingo@pobox.com>
20472
20473         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
20474         Be threadsafe.
20475
20476 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20477
20478         * configure.ac: back to HEAD
20479
20480 === release 0.9.6 ===
20481
20482 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20483
20484         * configure.ac:
20485           releasing 0.9.6, "White Eight"
20486
20487 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20488
20489         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
20490         * docs/plugins/inspect/plugin-sine.xml:
20491           remove sinesrc some more
20492
20493 2005-11-23  Wim Taymans  <wim@fluendo.com>
20494
20495         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20496         If we are reading too slowly, jump forward in the ringbuffer
20497         instead of blocking.
20498
20499 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20500
20501         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20502         (gst_visual_chain):
20503         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
20504         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
20505         (gst_videorate_chain):
20506         * gst/videotestsrc/gstvideotestsrc.c:
20507         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
20508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
20509         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
20510         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
20511         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20512         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20513           Updates for API changes
20514
20515 2005-11-23  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst-libs/gst/audio/gstbaseaudiosink.c:
20518         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20519         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20520         Fix for calibration API change.
20521
20522 2005-11-23  Michael Smith <msmith@fluendo.com>
20523
20524         * gst-libs/gst/audio/multichannel.c:
20525         (gst_audio_get_channel_positions),
20526         (gst_audio_set_channel_positions),
20527         (gst_audio_set_structure_channel_positions_list),
20528         (gst_audio_fixate_channel_positions):
20529           Use gst_value_array_*() functions on value arrays, not
20530           gst_value_list_*().
20531
20532 2005-11-23  Edward Hervey  <edward@fluendo.com>
20533
20534         * autogen.sh:
20535         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
20536         Fixes autogen
20537
20538 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20539
20540         * check/Makefile.am:
20541         * check/elements/videotestsrc.c: (setup_videotestsrc),
20542         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
20543         (main):
20544           add a test for videotestsrc
20545
20546 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20547
20548         * gst/sine/.cvsignore:
20549         * gst/sine/Makefile.am:
20550         * gst/sine/gstsinesrc.c:
20551         * gst/sine/gstsinesrc.h:
20552         * gst/sine/sinesrc.vcproj:
20553           and remove sinesrc from the repository.  Closes #321446
20554
20555 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * configure.ac:
20558         * gst-plugins-base.spec.in:
20559           remove sinesrc from the build
20560
20561 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * check/Makefile.am:
20564         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
20565         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
20566         (main):
20567           add a test for audiotestsrc, testing all waves.  Even seems
20568           leak-free at first glance, nice job Stefan
20569
20570 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20571
20572         * po/af.po:
20573         * po/az.po:
20574         * po/cs.po:
20575         * po/en_GB.po:
20576         * po/hu.po:
20577         * po/it.po:
20578         * po/nb.po:
20579         * po/nl.po:
20580         * po/or.po:
20581         * po/sq.po:
20582         * po/sr.po:
20583         * po/sv.po:
20584         * po/uk.po:
20585         * po/vi.po:
20586           Translation string updates
20587
20588         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20589         (gst_v4lsrc_set_caps):
20590         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20591         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20592         * sys/v4l/v4lsrc_calls.h:
20593           Improve v4lsrc, by making it work again.
20594
20595 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20596
20597         * ext/libvisual/visual.c: (gst_visual_chain):
20598           Fix the fps calculations.
20599
20600         * gst/ffmpegcolorspace/avcodec.h:
20601           Move structure element for clarity
20602
20603         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
20604         * gst-libs/gst/interfaces/tunernorm.h:
20605         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
20606         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20607         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20608         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
20609         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
20610         (gst_v4lmjpegsrc_getcaps):
20611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
20612         (gst_v4lsrc_set_caps):
20613         * sys/v4l/gstv4lsrc.h:
20614         * sys/v4l/v4l_calls.c: (gst_v4l_open):
20615         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
20616         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
20617         * sys/v4l/v4lsrc_calls.h:
20618           Fractional framerates...
20619
20620 2005-11-22  Wim Taymans  <wim@fluendo.com>
20621
20622         * gst-libs/gst/audio/gstbaseaudiosink.c:
20623         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
20624         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20625         And we provide a clock by default, of course...
20626
20627 2005-11-22  Wim Taymans  <wim@fluendo.com>
20628
20629         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
20630         This clock can be slaved to a master clock now.
20631
20632         * gst-libs/gst/audio/gstbaseaudiosink.c:
20633         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20634         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
20635         (gst_base_audio_sink_set_clock),
20636         (gst_base_audio_sink_set_property),
20637         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
20638         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
20639         * gst-libs/gst/audio/gstbaseaudiosink.h:
20640         Handle slaving the internal clock to the clock selected in the
20641         pipeline.
20642         Add property to make the basesink not provide a clock.
20643
20644         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20645         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20646         (gst_base_rtp_depayload_wait):
20647         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20648         We can use the clock in GstElement, no need to store it ourselves.
20649
20650 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20651
20652         * docs/libs/tmpl/gstaudio.sgml:
20653           update
20654         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
20655         (gst_paranoia_endian_get_type):
20656         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
20657         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20658         * gst/audiotestsrc/gstaudiotestsrc.c:
20659         (gst_audiostestsrc_wave_get_type):
20660         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
20661         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
20662         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
20663         (gst_sync_method_get_type), (gst_unit_type_get_type),
20664         (gst_client_status_get_type), (gst_multifdsink_class_init),
20665         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
20666         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
20667         (gst_multifdsink_get_property):
20668         * gst/tcp/gstmultifdsink.h:
20669         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
20670         * gst/videotestsrc/gstvideotestsrc.c:
20671         (gst_videotestsrc_pattern_get_type):
20672           remove deprecated properties
20673           fix up enums to correctly have short lowercase dashed nicks
20674
20675 2005-11-22  Michael Smith <msmith@fluendo.com>
20676
20677         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20678         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20679           Add underscore.
20680
20681 2005-11-22  Michael Smith <msmith@fluendo.com>
20682
20683         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
20684         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
20685           Use utility method for scaling clocktime for fractional framerates.
20686
20687 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20688
20689         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
20690         (gst_visual_chain):
20691         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
20692         * ext/theora/theoradec.c: (theora_handle_type_packet):
20693         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
20694         (theora_enc_chain):
20695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20696         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
20697         * gst-libs/gst/video/video.h:
20698         * gst/ffmpegcolorspace/avcodec.h:
20699         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20700         (gst_ffmpeg_caps_to_pixfmt):
20701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20702         (gst_ffmpegcsp_set_caps):
20703         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
20704         (gst_videorate_setcaps), (gst_videorate_blank_data),
20705         (gst_videorate_chain):
20706         * gst/videotestsrc/gstvideotestsrc.c:
20707         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
20708         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
20709         (gst_videotestsrc_event), (gst_videotestsrc_create):
20710         * gst/videotestsrc/gstvideotestsrc.h:
20711         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20712         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20713         (gst_ximagesink_get_times), (gst_ximagesink_init):
20714         * sys/ximage/ximagesink.h:
20715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
20716         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
20717         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
20718         * sys/xvimage/xvimagesink.h:
20719           Convert elements to use fractions for their framerate.
20720           V4L elements to come later tonight.
20721
20722 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20723
20724         * gst-libs/gst/audio/audio.c:
20725         * gst-libs/gst/audio/audio.h:
20726           remove some deprecated functions
20727
20728 2005-11-22  Andy Wingo  <wingo@pobox.com>
20729
20730         * Update for gst_tag_setter API changes.
20731
20732 2005-11-22  Andy Wingo  <wingo@pobox.com>
20733
20734         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
20735         (gst_ogg_demux_perform_seek):
20736         * ext/theora/theoradec.c (theora_dec_sink_event):
20737         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
20738         update-funcnames.
20739
20740 2005-11-22  Wim Taymans  <wim@fluendo.com>
20741
20742         * examples/seeking/seek.c: (main):
20743         Give higher priority to bus signals than the gtk events
20744         to fix a race condition in the segment looping.
20745
20746 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20747
20748         * ext/theora/Makefile.am:
20749         * ext/vorbis/Makefile.am:
20750         * gst-libs/gst/tag/Makefile.am:
20751         * gst-plugins-base.spec.in:
20752           Rename libgsttagedit to libgsttag (#322117).
20753
20754 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20755
20756         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20758           Call gst_x_overlay_prepare_xwindow_id() to give applications
20759           a final chance to set their own xwindow id before the video
20760           sink creates its own window.
20761
20762 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20763
20764         * sys/xvimage/xvimagesink.c:
20765         (gst_xvimagesink_navigation_send_event): Handle navigation
20766         events correcly with borders if applicable.
20767
20768 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20769
20770         Patch by: Luca Ognibene
20771
20772         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20773         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
20774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20775         (gst_ffmpegcsp_caps_remove_format_info):
20776         * gst/ffmpegcolorspace/imgconvert.c:
20777         * gst/ffmpegcolorspace/imgconvert_template.h:
20778           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
20779           #318353); use gst_structure_has_name().
20780
20781 2005-11-22  Julien MOUTTE  <julien@moutte.net>
20782
20783         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
20784         (gst_ximagesink_class_init): Add debug macros on functions.
20785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20786         (gst_xvimagesink_xwindow_draw_borders),
20787         (gst_xvimagesink_xvimage_put),
20788         (gst_xvimagesink_xwindow_update_geometry),
20789         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
20790         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
20791         (gst_xvimagesink_xcontext_clear),
20792         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
20793         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
20794         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
20795         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
20796         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
20797         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
20798         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
20799         expose while being PAUSED, out of data flow navigation events, etc..
20800
20801 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20802
20803         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20804         * gst-libs/gst/audio/audio.h:
20805           fix prototype - wondering why the test worked regardless
20806
20807 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20808
20809         * check/Makefile.am:
20810         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
20811         * gst-libs/gst/audio/audio.h:
20812           add a method that returns a proper GstClockTime
20813
20814 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20815
20816         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
20817         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
20818         * gst-libs/gst/interfaces/xoverlay.h:
20819           Remove everything having to do with the desired size; add 
20820           gst_x_overlay_prepare_xwindow_id() function; remove the
20821           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
20822           post a message on the bus instead (#321816).
20823
20824         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
20825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
20826         (gst_xvimagesink_xoverlay_init):
20827           Remove desired size stuff (#321816).
20828
20829 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20830
20831         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
20832         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
20833         (mpeg_video_type_find), (mpeg_video_stream_type_find):
20834           Terminate vararg functions with NULL instead of 0 to 
20835           make gcc4 happy.
20836
20837 2005-11-21  Andy Wingo  <wingo@pobox.com>
20838
20839         patch by: Sebastien Cote <sebas642@yahoo.ca>
20840         
20841         * gst-libs/gst/rtp/gstrtpbuffer.h: 
20842         * gst-libs/gst/rtp/gstrtpbuffer.c
20843         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
20844
20845 2005-11-21  Andy Wingo  <wingo@pobox.com>
20846
20847         * gst/playback/gstplaybin.c (gen_audio_element) 
20848         (gen_video_element): Use the new MISSING_PLUGIN core error
20849         category. Closes #320060.
20850
20851         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
20852         * gst/videorate/gstvideorate.c (gst_videorate_event):
20853         * ext/theora/theoradec.c (theora_dec_sink_event): 
20854         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
20855         stream lock.
20856
20857         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
20858         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
20859         stream lock changes.
20860
20861 2005-11-21  Wim Taymans  <wim@fluendo.com>
20862
20863         * gst-libs/gst/audio/gstbaseaudiosink.c:
20864         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
20865         (gst_base_audio_sink_provide_clock),
20866         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
20867         (gst_base_audio_sink_change_state):
20868         * gst/audioresample/gstaudioresample.c:
20869         Segment update fix.
20870
20871 2005-11-21  Andy Wingo  <wingo@pobox.com>
20872
20873         * *.h:
20874         * *.c: Ran scripts/update-macros. Oh yes.
20875
20876 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * sys/ximage/Makefile.am:
20879         * sys/ximage/ximage.c:
20880           Rename ximage plugin to ximagesink (#321426) (Don't forget to
20881           remove your old libgstximage.* manually if necessary).
20882
20883 2005-11-21  Michael Smith <msmith@fluendo.com>
20884
20885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
20886           Minimal fix for bug #320200: set the min/max bitrate in the correct
20887           units. A better fix would be to upgrade to the RATEMANAGE2
20888           interface, rather than using the deprecated interface used here, but
20889           that would require an update in our libvorbis dependency (to 1.1),
20890           which is probably undesirable.
20891
20892 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20893
20894         * ext/libvisual/visual.c: (get_buffer):
20895         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20896         (gst_base_audio_src_fixate):
20897         * gst/audioconvert/gstaudioconvert.c:
20898         (gst_audio_convert_fixate_caps):
20899         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20900         * gst/audiotestsrc/gstaudiotestsrc.c:
20901         (gst_audiotestsrc_src_fixate):
20902         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20903         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20905         * gst/videotestsrc/gstvideotestsrc.c:
20906         (gst_videotestsrc_src_fixate):
20907         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20909           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20910           (#322027)
20911
20912
20913 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20914
20915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20916         (gst_riff_create_iavs_caps):
20917         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20918         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20919         (gst_riff_parse_info):
20920         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20923           Fixes for GST_FOURCC_FORMAT API change.
20924
20925 2005-11-21  Andy Wingo  <wingo@pobox.com>
20926
20927         patch by: Alessandro Dessina <alessandro nnva org>
20928
20929         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20930         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20931         (gst_ogg_parse_chain):
20932         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20933         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20934         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20935         gst_value_list calls on arrays. Fixes #321962.
20936
20937 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20938
20939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20940         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20941         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20942         * gst/adder/gstadder.c: (gst_adder_init),
20943         (gst_adder_request_new_pad), (gst_adder_collected),
20944         (gst_adder_change_state):
20945           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20946           API change.
20947
20948 2005-11-21  Michael Smith <msmith@fluendo.com>
20949
20950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20951         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20952           Properly handle pad_push return values.
20953
20954 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20955
20956         * gst-libs/gst/tag/Makefile.am:
20957         * gst-libs/gst/tag/gstvorbistag.c:
20958         (gst_tag_list_to_vorbiscomment_buffer):
20959           Remove obsolete vorbistag element and debug category.
20960
20961         * gst/playback/gstplaybasebin.c: (check_queue):
20962           Don't divide by 0 when queue-threshold is 0.
20963
20964         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20965           Don't modify an existing pixel-aspect-ratio if we fail to read
20966           a new one.
20967
20968 2005-11-20  Wim Taymans  <wim@fluendo.com>
20969
20970         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20971         (gst_vorbisenc_push_packet):
20972         GST_PAD_IS_USABLE is gone, use the return value of
20973         the push or pad_alloc_buffer instead.
20974
20975 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20976
20977         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20978         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20979         (gst_ximagesink_ximage_destroy),
20980         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20981         (gst_ximagesink_xwindow_new),
20982         (gst_ximagesink_xwindow_update_geometry),
20983         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20984         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20985         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20986         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20987         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20988         (gst_ximagesink_navigation_send_event),
20989         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20990         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20991         (gst_ximagesink_finalize), (gst_ximagesink_init),
20992         (gst_ximagesink_class_init):
20993         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20994         This new version brings correct software scaling, non flickering
20995         window while resizing, pixel aspect ratio handling, usage of
20996         hardware buffer pools, out of data flow event thread for 
20997         navigation and handling of expose events even when being PAUSED,
20998         a new property to keep video aspect ratio when resizing, etc...
20999
21000 2005-11-18  Julien MOUTTE  <julien@moutte.net>
21001
21002         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21003         (gst_videoscale_fixate_caps): Introduce back caps fixate with
21004         handling of PAR.
21005
21006 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
21007
21008         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
21009         Unsetting IS_SINK flag from the fakesink, so decodebin
21010         never behaves as a sink.
21011
21012 2005-11-17  Wim Taymans  <wim@fluendo.com>
21013
21014         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21015         (gst_base_audio_src_change_state):
21016         Fix the audiosrc base class again, we did not unflush.
21017
21018 2005-11-17  Julien MOUTTE  <julien@moutte.net>
21019
21020         * examples/seeking/seek.c: (make_dv_pipeline),
21021         (make_vorbis_theora_pipeline), (make_avi_pipeline),
21022         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
21023         to ogg/vorbis/theora pipeline.
21024
21025 2005-11-17  Wim Taymans  <wim@fluendo.com>
21026
21027         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21028         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
21029         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
21030         Fix EOS on multiple streams.
21031         More debugging.
21032
21033 2005-11-16  Wim Taymans  <wim@fluendo.com>
21034
21035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
21036         (gst_ogg_demux_perform_seek):
21037         Segment done must include stream time.
21038
21039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
21040         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
21041         (gst_ogg_mux_change_state):
21042         Fix ogg muxer again.
21043
21044 2005-11-16  Wim Taymans  <wim@fluendo.com>
21045
21046         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
21047         Fix compile again.
21048
21049 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21050
21051         * ext/libvisual/visual.c: (gst_visual_init):
21052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
21053         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
21054         (gst_ogg_parse_chain):
21055         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
21056         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
21057         * ext/theora/theoradec.c: (gst_theora_dec_init):
21058         * ext/theora/theoraenc.c: (gst_theora_enc_init):
21059         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21060         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
21061         * gst/adder/gstadder.c: (gst_adder_class_init),
21062         (gst_adder_dispose):
21063         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
21064         * gst/subparse/gstsubparse.c: (gst_subparse_init):
21065         * gst/videorate/gstvideorate.c: (gst_videorate_init):
21066           Fix a whole set of pad template leaks
21067
21068 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         * check/generic/states.c: (GST_START_TEST):
21071           fix the test so that it only checks for elements that are part of
21072           this source module
21073
21074 2005-11-16  Michael Smith <msmith@fluendo.com>
21075
21076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
21077         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
21078         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21079         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21080         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
21081         (gst_ogg_mux_change_state):
21082           Fix leaking collectpads.
21083
21084 2005-11-16  Edward Hervey  <edward@fluendo.com>
21085
21086         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
21087         (gst_videorate_event), (gst_videorate_chain):
21088         Handle segment seeks
21089
21090 2005-11-16  Wim Taymans  <wim@fluendo.com>
21091
21092         * gst-libs/gst/audio/gstbaseaudiosink.c:
21093         (gst_base_audio_sink_provide_clock),
21094         (gst_base_audio_sink_change_state):
21095         Set ringbuffer to non-flushing when going to PAUSED, set to
21096         flushing again when going to READY.
21097
21098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
21099         (gst_ring_buffer_stop):
21100         Start in flushing mode by default.
21101         Don't set flushing in the _stop method, let the app call
21102         this explicitly.
21103
21104 2005-11-16  Julien MOUTTE  <julien@moutte.net>
21105
21106         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
21107         * gst-libs/gst/video/videosink.h: Add helper function needed
21108         for video sinks.
21109
21110 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
21111
21112         * gst/videoscale/gstvideoscale.c:
21113         (gst_videoscale_handle_src_event):
21114           Don't leak reference to pad parent.
21115
21116 2005-11-16  Wim Taymans  <wim@fluendo.com>
21117
21118         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
21119         Set ringbuffer to flushing when stopping so that we don't
21120         block on wait_segment anymore and livelock.
21121
21122 2005-11-16  Wim Taymans  <wim@fluendo.com>
21123
21124         * examples/seeking/seek.c: (send_event), (do_seek),
21125         (loop_toggle_cb), (segment_done), (main):
21126         Added looping checkbox.
21127
21128 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21129
21130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21131         (gst_ogg_demux_init):
21132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21133         (gst_vorbis_dec_init):
21134           revert unrefs, they don't pass make check
21135
21136 2005-11-15  Johan Dahlin  <johan@gnome.org>
21137
21138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
21139         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
21140         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
21141         (gst_vorbis_dec_init):
21142         Fix pad template leaks. 
21143
21144 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
21145
21146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
21147           Make state change function thread safe.
21148
21149 2005-11-15  Edward Hervey  <edward@fluendo.com>
21150
21151         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
21152         (gst_ogg_demux_class_init):
21153         Implement GstElement::send_event, so we can send seek events
21154         in GST_STATE_READY
21155
21156 2005-11-14  Julien MOUTTE  <julien@moutte.net>
21157
21158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
21159         Discovered how to take away flickering while resizing the
21160         window. Please don't put that in ximagesink, refactoring in
21161         progress.
21162
21163 2005-11-14  Michael Smith <msmith@fluendo.com>
21164
21165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
21166         (gst_multifdsink_render):
21167           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
21168
21169 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
21170
21171         * gst/playback/gstplaybin.c: (gen_audio_element):
21172           Use autoaudiosink, it tends to be more widely available than
21173           autoaudiiosink.
21174           
21175 2005-11-14  Andy Wingo  <wingo@pobox.com>
21176
21177         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
21178         as well if it is available. Fixes #316442.
21179
21180 2005-11-14  Michael Smith <msmith@fluendo.com>
21181
21182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
21183         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
21184         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21185         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21186         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
21187         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
21188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
21189         (gst_vorbisenc_change_state):
21190           Fix a small memory leak in vorbisenc.
21191           Fix large memory leaks in oggmux, also fix lots of state change
21192           bugs in oggmux.
21193
21194 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21195
21196         * gst/videotestsrc/gstvideotestsrc.c:
21197         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
21198         (gst_videotestsrc_src_fixate):
21199           move fixation to a fixate function
21200           remove negotiate function, basesrc's is good enough
21201           fixes a bug for check when using the element alone
21202
21203 2005-11-13  Edward Hervey  <edward@fluendo.com>
21204
21205         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
21206         (key_toggle_cb), (main):
21207         Added checkboxes for adding/removing the accurate and key_unit seek
21208         flags.
21209
21210 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21211
21212         * configure.ac: back to HEAD
21213
21214 === release 0.9.5 ===
21215
21216 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
21217
21218         * configure.ac:
21219           releasing 0.9.5, "No No Kia"
21220
21221 2005-11-11  Edward Hervey  <edward@fluendo.com>
21222
21223         * examples/seeking/seek.c: (make_parselaunch_pipeline):
21224         Added parse-launch syntax seeking mode for the seeking example.
21225         This should help stress-test even more cases.
21226         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
21227
21228 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21229
21230         * sys/xvimage/xvimagesink.c:
21231         (gst_xvimagesink_navigation_send_event):
21232           Check whether peer pad exists before sending navigation events
21233           to it.
21234
21235 2005-11-11  Michael Smith <msmith@fluendo.com>
21236
21237         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
21238         (gst_vorbisenc_buffer_from_packet):
21239         * ext/vorbis/vorbisenc.h:
21240           Set duration on encoded buffers. This allows oggmux's
21241           max_page_delay parameter to actually work.
21242
21243 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
21244
21245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21246         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
21247         (gst_ffmpegcsp_avpicture_fill):
21248         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21249         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
21250           Make palettes work again (see #132341). Use our own macros
21251           for rounding up.
21252
21253 2005-11-10  Andy Wingo  <wingo@pobox.com>
21254
21255         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
21256         string doober.
21257
21258 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21259
21260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21261         (gst_ffmpegcsp_transform_caps):
21262           Prefer passthrough in transform_caps
21263
21264 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21265
21266         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
21267           check for ALSA errors properly, instead of relying on ALSA's
21268           error strings to serve to the user.
21269
21270 2005-11-10  Wim Taymans  <wim@fluendo.com>
21271
21272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
21273         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
21274         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
21275         Modernise the seek code.
21276
21277 2005-11-10  Michael Smith <msmith@fluendo.com>
21278         
21279         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
21280         (setup_substreams), (set_active_source):
21281           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
21282           trying to go to NULL if we failed to read a file.
21283
21284 2005-11-10  Wim Taymans  <wim@fluendo.com>
21285
21286         * gst/audiotestsrc/gstaudiotestsrc.c:
21287         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
21288         (gst_audiotestsrc_create):
21289         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21290         (gst_sinesrc_get_times), (gst_sinesrc_create):
21291         * gst/videotestsrc/gstvideotestsrc.c:
21292         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
21293         (gst_videotestsrc_create):
21294         The base class can now sync for us.
21295
21296 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
21297
21298         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
21299           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
21300           name=source autoprobe=false autoprobe-fps=false copy-mode=1
21301           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
21302           format=(fourcc)I420" ! xvimagesink
21303
21304 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
21305
21306         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21307         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
21308         (gst_sinesrc_newsegment):
21309           Send newsegment event in TIME format, set duration if
21310           num-buffers is set, fix duration querying.
21311
21312 2005-11-10  Michael Smith <msmith@fluendo.com>
21313
21314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21315         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
21316         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
21317         (gst_ogg_mux_collected):
21318          Fix EOS handling, partially. Now forwarding an EOS event once we have
21319          EOS on all pads works correctly. However, we still don't properly set
21320          EOS on the actual ogg stream pages.
21321
21322 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
21323
21324         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
21325           Set elements to NULL state before disposing of them.
21326
21327 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
21328
21329         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21332         (gst_base_rtp_depayload_init),
21333         (gst_base_rtp_depayload_set_gst_timestamp):
21334         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21335           We need to send a newsegment event for each instance, not
21336           just for the first instance of this class (get rid of
21337           static variable in function). (#321011).
21338           
21339 2005-11-08  Michael Smith <msmith@fluendo.com>
21340
21341         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
21342         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
21343         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
21344         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
21345           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
21346           This makes us mux things correctly according to the ogg muxing
21347           rules. Still not handling EOS correctly right now, though.
21348
21349 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21350
21351         * gst/audioconvert/gstaudioconvert.c:
21352           Fix typo in docs. 
21353
21354 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
21355
21356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
21357         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
21358           Initialise segment_stop to GST_CLOCK_TIME_NONE when
21359           creating a new chain; should fix live streaming. Also
21360           add more debug output and fix a typo.
21361
21362 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
21363
21364         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21365
21366         * gst/volume/gstvolume.c: (volume_set_caps):
21367           Fix compilation on Solaris with Forte. (#320923)
21368
21369 2005-11-08  Wim Taymans  <wim@fluendo.com>
21370
21371         * gst-libs/gst/audio/gstbaseaudiosink.c:
21372         (gst_base_audio_sink_render):
21373         No need to do a typecheck.
21374
21375 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21376
21377         * ext/alsa/gstalsa.h:
21378           We register a debug category, so let's use it.
21379
21380 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21381
21382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21383         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
21384         Fixed a small problem.
21385
21386 2005-11-04  Wim Taymans  <wim@fluendo.com>
21387
21388         * examples/seeking/Makefile.am:
21389         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
21390         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
21391         (make_playerbin_pipeline), (format_value), (update_scale),
21392         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
21393         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
21394         (print_usage), (main):
21395         Added app for playback speed testing.
21396
21397         * examples/seeking/seek.c: (dynamic_link),
21398         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
21399         (make_mpeg_pipeline), (do_seek), (set_update_scale),
21400         (message_received), (main):
21401         Updated seek example.
21402
21403 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
21404
21405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21406         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21407         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
21408         (gst_base_rtp_depayload_set_clock):
21409         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21410         Don't sleep on the bench (system clock) when you have a nice 
21411         comfortable bed (Gstreamer clock) to sleep on.
21412
21413 2005-11-03  Wim Taymans  <wim@fluendo.com>
21414
21415         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21416         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
21417         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
21418         Handle the case where a pad_block failed.
21419
21420 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
21421
21422         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
21423
21424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21425         (gst_base_rtp_depayload_add_to_queue),
21426         (gst_base_rtp_depayload_push),
21427         (gst_base_rtp_depayload_set_gst_timestamp),
21428         (gst_base_rtp_depayload_queue_release):
21429           Fixes some bugs in the depayloader's queuing/de-queueing code.
21430
21431 2005-10-31  Michael Smith <msmith@fluendo.com>
21432
21433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
21434         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
21435         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
21436           Patch from Alessandro Decina <alessandro@nnva.org>.
21437           Make oggdemux only find the final time in a chain, not per-pad,
21438           since the per-pad information can be very expensive to locate, and
21439           it isn't used anywhere. This makes reading a file containing
21440           OggSkeleton reasonably fast.
21441           Also, make chain finding work when there are logical bitstreams that
21442           can't be decoded. Fixes #319110.
21443
21444 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21445
21446         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21447         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
21448         (gst_base_rtp_depayload_chain),
21449         (gst_base_rtp_depayload_add_to_queue),
21450         (gst_base_rtp_depayload_push),
21451         (gst_base_rtp_depayload_set_gst_timestamp),
21452         (gst_base_rtp_depayload_queue_release),
21453         (gst_base_rtp_depayload_start_thread),
21454         (gst_base_rtp_depayload_set_property),
21455         (gst_base_rtp_depayload_get_property):
21456         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21457         Some random fixes, to fullfill the desires of thomas.
21458
21459 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21460
21461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21462         (gst_base_rtp_depayload_add_to_queue),
21463         (gst_base_rtp_depayload_push):
21464         Fixed the queueing algorithm.
21465
21466 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21467
21468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21469         (gst_base_rtp_depayload_push):
21470         A small fix
21471
21472 2005-10-31  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst-libs/gst/audio/gstringbuffer.h:
21475         Don't break ABI.
21476
21477         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21478         (gst_ffmpeg_caps_to_pixfmt):
21479         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21480         (gst_ffmpegcsp_set_caps):
21481         Some more comments.
21482         Handle missing required caps fields better.
21483
21484 2005-10-31  Wim Taymans  <wim@fluendo.com>
21485
21486         * gst-libs/gst/audio/gstbaseaudiosink.c:
21487         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
21488         (gst_base_audio_sink_render):
21489         * gst-libs/gst/audio/gstringbuffer.c:
21490         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21491         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
21492         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
21493         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
21494         (gst_ring_buffer_read):
21495         * gst-libs/gst/audio/gstringbuffer.h:
21496         Add flushing mode to the ringbuffer so that it in all cases does
21497         not try to handle more audio. This makes sure it does not try to
21498         block anymore when flushing and fixes a livelock.
21499
21500 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
21501
21502         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
21503         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
21504         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
21505           Explicitly check for -1 values before doing a conversion
21506           and always map them to -1. (#315545)
21507
21508 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
21509
21510         * gst/playback/gstplaybin.c: (gen_video_element):
21511           first try autovideosink, then xvimagesink, then error out
21512         * po/POTFILES.in:
21513           add translatable file
21514         * po/af.po:
21515         * po/az.po:
21516         * po/cs.po:
21517         * po/en_GB.po:
21518         * po/hu.po:
21519         * po/it.po:
21520         * po/nb.po:
21521         * po/nl.po:
21522         * po/or.po:
21523         * po/sq.po:
21524         * po/sr.po:
21525         * po/sv.po:
21526         * po/uk.po:
21527         * po/vi.po:
21528           update translations
21529
21530 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
21531
21532         * gst-libs/gst/rtp/gstbasedepayload.c:
21533         * gst-libs/gst/rtp/gstbasedepayload.h:
21534           Minor cleanups
21535
21536 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
21537
21538         * gst/playback/.cvsignore:
21539         * gst/playback/decodetest.c:
21540         * gst/playback/test3.c:
21541           Port these two tests as well.
21542
21543 2005-10-27  Wim Taymans  <wim@fluendo.com>
21544
21545         * ext/theora/theoradec.c: (theora_dec_src_query),
21546         (theora_dec_sink_event):
21547         * ext/theora/theoraenc.c: (theora_enc_sink_event),
21548         (theora_enc_change_state):
21549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21550         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21551         Take proper locks when handling events.
21552
21553 2005-10-27  Wim Taymans  <wim@fluendo.com>
21554
21555         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
21556         (gst_adder_change_state):
21557         Fix timestamps and fix deadlock when stopping the collectpads.
21558
21559 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21560
21561         * gst-libs/gst/rtp/gstrtpbuffer.h:
21562         Declaring the payload types as strings too so that they can be used
21563         in the padtemplate inialization.
21564
21565 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
21566
21567         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
21568
21569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21570         (gst_base_rtp_depayload_class_init):
21571         Fixes a small but nasty bug. The derived elements no longer segfaults
21572         on finalization.
21573
21574 2005-10-26  Michael Smith <msmith@fluendo.com>
21575
21576         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
21577           When clearing an audioconvert context, set tmpbufsize to zero, so
21578           we'll allocate it again later if required.
21579           This fixes audioconvert re-negotiating formats, which previously
21580           segfaulted with a NULL destination buffer.
21581
21582 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
21583
21584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21585         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
21586         (gst_base_rtp_depayload_set_gst_timestamp),
21587         (gst_base_rtp_depayload_queue_release):
21588         Fixed a smalll memleak.
21589
21590 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21591         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21592         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
21593         (gst_base_rtp_depayload_finalize),
21594         (gst_base_rtp_depayload_setcaps),
21595         (gst_base_rtp_depayload_add_to_queue),
21596         (gst_base_rtp_depayload_push),
21597         (gst_base_rtp_depayload_set_gst_timestamp),
21598         (gst_base_rtp_depayload_queue_release),
21599         (gst_base_rtp_depayload_thread),
21600         (gst_base_rtp_depayload_change_state):
21601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21602         Changed the C++ comments to C comments
21603
21604 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21605
21606         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
21607         * gst/tcp/gsttcpclientsrc.h:
21608         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
21609         * gst/tcp/gsttcpserversrc.h:
21610           Remove unused 'curoffset' structure member.
21611
21612 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21613
21614         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21615         (gst_base_rtp_depayload_base_init),
21616         (gst_base_rtp_depayload_finalize):
21617         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21618         * gst-libs/gst/rtp/gstbasertppayload.h:
21619           The pad-template on the sinkpad should be set by the derived classes.
21620           Also added some useful macros.
21621
21622 2005-10-24  Wim Taymans  <wim@fluendo.com>
21623
21624         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21625         Correctly flush decoder samples even if we could not
21626         copy them to an output buffer. Fixes #319618.
21627
21628 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21629
21630         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
21631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
21632         the caps against our xcontext caps.
21633
21634 2005-10-24  Wim Taymans  <wim@fluendo.com>
21635
21636         * gst-libs/gst/audio/gstbaseaudiosink.c:
21637         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21638         Remove g_print
21639         Use sync property from baseclass to disable sync.
21640
21641 2005-10-24  Wim Taymans  <wim@fluendo.com>
21642
21643         * gst-libs/gst/audio/gstbaseaudiosink.c:
21644         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
21645         Buffers with no timestamps get aligned with previous buffers or
21646         on underrun, played ASAP.
21647
21648 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21649
21650         * gst-libs/gst/video/video.h:
21651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21652         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
21654         here comes my change on caps for framerate and geometry range.
21655         We are now accepting 1 to MAXINT for width and height, and from
21656         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
21657         to be blended correctly in videomixer.
21658
21659 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21660
21661         * configure.ac:
21662           back to HEAD
21663
21664 === release 0.9.4 ===
21665
21666 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * NEWS:
21669         * RELEASE:
21670         * configure.ac:
21671           releasing 0.9.4, "Velociraptor"
21672
21673 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21674
21675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21676         * po/POTFILES.in:
21677           STOPPED -> FAILED
21678
21679 2005-10-21  Wim Taymans  <wim@fluendo.com>
21680
21681         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21682         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
21683         (pad_blocked), (close_pad_link), (new_pad):
21684         Don't try to remove elements twice.
21685
21686 2005-10-21  Wim Taymans  <wim@fluendo.com>
21687
21688         * ext/theora/theoradec.c: (theora_dec_src_query),
21689         (theora_dec_sink_event):
21690         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21691         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
21692         (vorbis_handle_data_packet):
21693         * ext/vorbis/vorbisdec.h:
21694         Fix old naming.
21695
21696         * gst-libs/gst/audio/gstbaseaudiosink.c:
21697         (gst_base_audio_sink_render):
21698         Don't try to sync on buffers without a timestamp.
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 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21711
21712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
21713         (gst_vorbisenc_src_query):
21714           Implement position and duration queries.
21715
21716         * gst/playback/test3.c: (update_scale), (main):
21717           Fix for async state changes and print nicer output.
21718
21719 2005-10-20  Wim Taymans  <wim@fluendo.com>
21720
21721         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21722         (dump_element_stats), (main):
21723         * gst/playback/test6.c: (main):
21724         Fix tests again
21725
21726 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21727
21728         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21729         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21730           Don't use functions for position queries when handling
21731           duration queries.
21732
21733 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21734
21735         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21736         (vorbis_handle_data_packet), (vorbis_dec_chain),
21737         (vorbis_dec_change_state):
21738         * ext/vorbis/vorbisdec.h:
21739           Vorbis streams can be embedded in other container formats
21740           than ogg, container formats where the demuxer might set 
21741           timestamps on encoded vorbis buffers instead of those silly 
21742           granulepos thingies. In short: make vorbisdec handle 
21743           timestamps on incoming buffers as well.
21744
21745 2005-10-20  Wim Taymans  <wim@fluendo.com>
21746
21747         * gst/playback/gstplaybasebin.c: (group_destroy),
21748         (gst_play_base_bin_change_state):
21749         Fix leak.
21750         Handle case where playbasebin is now ASYNC because
21751         decodebin is.
21752
21753 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21754
21755         * gst/audioconvert/Makefile.am:
21756         * gst/audioconvert/bufferframesconvert.c:
21757         * gst/audioconvert/plugin.c: (plugin_init):
21758         * gst/audioconvert/plugin.h:
21759           And bye bye buffer-frames-convert
21760
21761 2005-10-19  Wim Taymans  <wim@fluendo.com>
21762
21763         * check/elements/audioconvert.c:
21764         * docs/libs/tmpl/gstaudio.sgml:
21765         * docs/libs/tmpl/gstcolorbalance.sgml:
21766         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21767         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
21768         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
21769         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
21770         * gst-libs/gst/audio/audio.h:
21771         * gst/audioconvert/audioconvert.h:
21772         * gst/audioconvert/gstaudioconvert.c:
21773         (gst_audio_convert_parse_caps):
21774         * gst/volume/gstvolume.c:
21775         Bye bye buffer-frames.
21776
21777 2005-10-19  Wim Taymans  <wim@fluendo.com>
21778
21779         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21780         (query_positions_elems), (query_positions_pads), (update_scale),
21781         (do_seek), (set_update_scale), (message_received), (main):
21782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21783         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
21784         (gst_ogg_demux_loop):
21785         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
21786         * ext/theora/theoradec.c: (theora_dec_src_query),
21787         (theora_dec_sink_event):
21788         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21789         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
21790         * gst/adder/gstadder.c: (gst_adder_query):
21791         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
21792         * gst/playback/test3.c: (update_scale):
21793         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21794         (dump_element_stats), (main):
21795         * gst/playback/test6.c: (main):
21796         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21797         Query API update.
21798
21799 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21800
21801         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
21802         (xml_check_first_element), (xml_type_find), (smil_type_find),
21803         (plugin_init):
21804           Add typefinding for SMIL and for generic XML. Based on patch by
21805           Akos Maroy (#308663).
21806
21807 2005-10-18  Wim Taymans  <wim@fluendo.com>
21808
21809         * gst/playback/Makefile.am:
21810         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
21811         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
21812         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
21813         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
21814         (gst_decode_bin_change_state):
21815         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21816         (gst_play_bin_send_event_to_sink):
21817         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21818         (dump_element_stats), (main):
21819         * gst/playback/test6.c: (main):
21820         Make playbin async, it'll commit state to paused when all streams
21821         are detected.
21822         Remove ugly hack.
21823         Added test6.c to show async behaviour.
21824
21825 2005-10-18  Wim Taymans  <wim@fluendo.com>
21826
21827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
21828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
21829         Fix for segment-start/stop API change.
21830
21831 2005-10-18  Wim Taymans  <wim@fluendo.com>
21832
21833         * check/Makefile.am:
21834         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
21835         (main):
21836         Add future test for clock selection.
21837
21838 2005-10-18  Wim Taymans  <wim@fluendo.com>
21839
21840         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
21841         (gst_alsasink_close):
21842         Set handle to NULL.
21843
21844         * gst-libs/gst/audio/gstringbuffer.c:
21845         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
21846         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
21847         (gst_ring_buffer_start), (gst_ring_buffer_pause),
21848         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
21849         (gst_ring_buffer_read):
21850         More debug info.
21851
21852 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
21853
21854         * gst/audiotestsrc/Makefile.am:
21855         * gst/sine/Makefile.am:
21856         * gst/volume/Makefile.am:
21857           fix broken build of controllerized plugins
21858
21859 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
21860
21861         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21862
21863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21864         (gst_riff_create_video_template_caps):
21865           Add support for Indeo-3 (IV32).
21866
21867 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21868
21869         * configure.ac:
21870           rewrite
21871
21872 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * gst-libs/gst/video/video.c: (gst_video_get_size):
21875         * gst/audiotestsrc/gstaudiotestsrc.c:
21876           doc updates
21877
21878 2005-10-17  Andy Wingo  <wingo@pobox.com>
21879
21880         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
21881         with the collectpads change.
21882         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
21883
21884         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
21885
21886         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
21887
21888         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
21889         alloc_buffer flow return to callers.
21890         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
21891         change. Fix some memleaks in theoraenc.
21892
21893         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
21894         in strange circumstance.
21895
21896 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21897
21898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21899         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21900         from caps, let's use the caps...
21901
21902 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21903
21904         * configure.ac:
21905           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21906
21907 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21908
21909         * gst-libs/gst/interfaces/Makefile.am:
21910           fix silly typo
21911
21912 2005-10-16  Andy Wingo  <wingo@pobox.com>
21913
21914         * gst/playback/gstdecodebin.c
21915         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21916         function!
21917         (try_to_link_1): Increase kraziness level.
21918
21919 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * configure.ac:
21922           restructure like the core one
21923         * gst-libs/gst/audio/Makefile.am:
21924         * gst-libs/gst/interfaces/Makefile.am:
21925         * gst-libs/gst/net/Makefile.am:
21926         * gst-libs/gst/riff/Makefile.am:
21927         * gst-libs/gst/rtp/Makefile.am:
21928         * gst-libs/gst/tag/Makefile.am:
21929         * gst-libs/gst/video/Makefile.am:
21930           use correct linker flags, now the libs are properly versioned
21931         * check/elements/audioconvert.c: (verify_convert):
21932         * ext/alsa/gstalsaplugin.c:
21933         * ext/cdparanoia/gstcdparanoia.c:
21934         * ext/gnomevfs/gstgnomevfs.c:
21935         * ext/libvisual/visual.c:
21936         * ext/ogg/gstogg.c:
21937         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21938         * ext/theora/theora.c:
21939         * ext/vorbis/vorbis.c:
21940         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21941         * gst-libs/gst/tag/gsttagediting.c:
21942         * gst-libs/gst/video/video.c:
21943         * gst/adder/gstadder.c:
21944         * gst/audioconvert/plugin.c:
21945         * gst/audiorate/gstaudiorate.c:
21946         * gst/audioresample/gstaudioresample.c:
21947         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21948         * gst/audioscale/gstaudioscale.c:
21949         * gst/audioscale/resample.c:
21950         * gst/audiotestsrc/gstaudiotestsrc.c:
21951         * gst/ffmpegcolorspace/gstffmpeg.c:
21952         * gst/playback/gstdecodebin.c: (close_pad_link):
21953         * gst/playback/gstplaybin.c: (gen_video_element),
21954         (gen_audio_element):
21955         * gst/sine/gstsinesrc.c:
21956         * gst/subparse/gstsubparse.c:
21957         * gst/tags/gsttagediting.c:
21958         * gst/tcp/gsttcpplugin.c:
21959         * gst/typefind/gsttypefindfunctions.c:
21960         * gst/videorate/gstvideorate.c:
21961         * gst/videoscale/gstvideoscale.c:
21962         * gst/videotestsrc/gstvideotestsrc.c:
21963         * gst/volume/gstvolume.c:
21964         * sys/v4l/gstv4l.c:
21965         * sys/ximage/ximage.c:
21966         * sys/xvimage/xvimagesink.c:
21967           fix up defines
21968
21969 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21970
21971         * ext/vorbis/vorbisenc.c:
21972         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21973         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21974         (gst_tag_to_vorbis_comments):
21975           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21976
21977 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21978
21979         * examples/stats/mp2ogg.c:
21980         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21981           typo fixes
21982
21983 2005-10-13  Michael Smith <msmith@fluendo.com>
21984
21985         * ext/ogg/gstoggmux.c:
21986           Use magic glib macros to define constants as 64 bit, to ensure
21987           appropriate vararg passing.
21988
21989 2005-10-13  Michael Smith <msmith@fluendo.com>
21990
21991         * ext/ogg/gstoggmux.c:
21992         * gst/audioconvert/audioconvert.c: (float):
21993           Don't use LL suffix, as it's not portable, and neither of these
21994           uses required it anyway.
21995
21996 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21997
21998         * examples/indexing/indexmpeg.c: (main):
21999         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
22000         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
22001         (cdparanoia_convert), (cdparanoia_query):
22002         * ext/cdparanoia/gstcdparanoia.h:
22003         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
22004         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
22005         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
22006         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
22007         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
22008         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
22009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22010         (gst_multifdsink_render), (gst_multifdsink_start),
22011         (gst_multifdsink_stop):
22012         * gst/tcp/gstmultifdsink.h:
22013         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
22014         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22015         (gst_tcpclientsink_stop):
22016         * gst/tcp/gsttcpclientsink.h:
22017         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
22018         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
22019         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
22020         * gst/tcp/gsttcpclientsrc.h:
22021         * gst/tcp/gsttcpserversink.h:
22022         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
22023         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22024         (gst_tcpserversrc_stop):
22025         * gst/tcp/gsttcpserversrc.h:
22026         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
22027         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
22028         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
22029           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
22030           moved bitshift from macro to enum definition
22031
22032 2005-10-12  Wim Taymans  <wim@fluendo.com>
22033
22034         * examples/seeking/Makefile.am:
22035         Oops.
22036
22037 2005-10-12  Wim Taymans  <wim@fluendo.com>
22038
22039         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22040         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22041         Don't assert on normal stuff.
22042
22043         * gst/playback/gstplaybin.c: (do_playbin_seek):
22044         API fix.
22045
22046 2005-10-12  Wim Taymans  <wim@fluendo.com>
22047
22048         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22049         * examples/seeking/Makefile.am:
22050         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
22051         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22052         (do_seek), (set_update_scale), (message_received), (main):
22053         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22054         (gst_ring_buffer_read), (gst_ring_buffer_clear):
22055         Update for _get_state() API change.
22056
22057 2005-10-11  Wim Taymans  <wim@fluendo.com>
22058
22059         * gst-libs/gst/audio/gstbaseaudiosink.c:
22060         (gst_base_audio_sink_render):
22061         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22062         (gst_base_audio_src_create):
22063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
22064         (gst_ring_buffer_read):
22065         Cleanups.
22066         Commit and read from ringbuffer in samples rather than bytes.
22067
22068 2005-10-11  Wim Taymans  <wim@fluendo.com>
22069
22070         * gst-libs/gst/audio/gstbaseaudiosink.c:
22071         (gst_base_audio_sink_render):
22072         Respect segment rate and accum when scheduling samples.
22073
22074 2005-10-11  Julien MOUTTE  <julien@moutte.net>
22075
22076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
22077         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
22078         EOS correctly, that needs more work.
22079
22080 2005-10-11  Wim Taymans  <wim@fluendo.com>
22081
22082         * check/generic/states.c: (GST_START_TEST):
22083         remove old property.
22084
22085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22086         (gst_ogg_demux_perform_seek):
22087         * ext/theora/theoradec.c: (theora_dec_sink_event):
22088         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22089         (vorbis_handle_data_packet):
22090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22091         (gst_base_rtp_depayload_set_gst_timestamp):
22092         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22093         Update for newsegment API change.
22094
22095 2005-10-11  Michael Smith <msmith@fluendo.com>
22096
22097         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
22098         (do_playbin_seek), (gst_play_bin_send_event):
22099           Override send_event differently, so that we can takes bits of
22100           functionality from GstPipeline (special handling for seeks,
22101           including pausing/resuming, and resetting stream time) and still get
22102           the appropriate behaviour of only forwarding event to a single sink,
22103           rather than all of them.
22104           Unfortunately requires a lot of code duplication, but the
22105           alternatives are equally ugly in the end.
22106
22107 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22108
22109         * check/elements/audioconvert.c: (setup_audioconvert),
22110         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22111         (GST_START_TEST), (audioconvert_suite):
22112           clean up tests a little, fix some leaks.
22113
22114 2005-10-10  Wim Taymans  <wim@fluendo.com>
22115
22116         * ext/alsa/gstalsasink.c:
22117         Also allow unsigned int.
22118
22119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22120         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22121         Small cleanup
22122
22123 2005-10-10  Wim Taymans  <wim@fluendo.com>
22124
22125         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22126         Small update, use API as stated in design docs.
22127
22128         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
22129         (update_scale), (do_seek), (seek_cb), (set_update_scale),
22130         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
22131         (message_received), (main):
22132         Updated seek example for GOption. Some usability improvements.
22133
22134 2005-10-10  Wim Taymans  <wim@fluendo.com>
22135
22136         * gst/audioconvert/audioconvert.h:
22137         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22138         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
22139         Alloc temp storage somewhere else where we can do it more
22140         portable.
22141
22142 2005-10-10  Wim Taymans  <wim@fluendo.com>
22143
22144         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
22145         (gst_tcpserversrc_start):
22146         Don't block in accept while doing the state change, move
22147         to poll and make cancellable.
22148
22149 2005-10-09  Philippe Khalaf <burger@speedy.org>
22150
22151         * gst-libs/gst/rtp/rtpbasedepayload.c:
22152         Set timestamp and add queue delay to timestamp
22153         * gst-libs/gst/rtp/rtpbuffer.h:
22154         Set correct payload type for h263
22155
22156 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22157
22158         * gst/audiotestsrc/gstaudiotestsrc.c:
22159         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
22160         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
22161         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
22162         (gst_audiotestsrc_create_triangle),
22163         (gst_audiotestsrc_create_silence),
22164         (gst_audiotestsrc_create_white_noise),
22165         (gst_audiotestsrc_init_pink_noise),
22166         (gst_audiotestsrc_generate_pink_noise_value),
22167         (gst_audiotestsrc_create_pink_noise),
22168         (gst_audiotestsrc_change_wave):
22169         * gst/audiotestsrc/gstaudiotestsrc.h:
22170           fixed typo, added pink noise
22171
22172 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22173
22174         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
22175         (plugin_init):
22176           Add wavpack and spc typefind functions from 0.8 branch.
22177
22178 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22179
22180         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
22181         (ar_type_find), (msdos_type_find), (plugin_init):
22182           Add typefind functions for tar archives, ar archives,
22183           RAR archives, and msdos-executables (dlls, exe, etc.).
22184           Some of those would be wrongly identified as mpeg
22185           streams of some sort before (#315550).
22186
22187 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
22188
22189         * configure.ac:
22190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22192         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
22193         * gst/audiotestsrc/Makefile.am:
22194         * gst/audiotestsrc/gstaudiotestsrc.c:
22195         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
22196         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
22197         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
22198         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
22199         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
22200         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
22201         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
22202         (gst_audiotestsrc_create_silence),
22203         (gst_audiotestsrc_create_white_noise),
22204         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
22205         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
22206         (gst_audiotestsrc_start), (plugin_init):
22207         * gst/audiotestsrc/gstaudiotestsrc.h:
22208           add new plugin and element
22209         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
22210           use gobject_class
22211
22212 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
22213
22214         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
22215         (gst_adder_init), (gst_adder_request_new_pad),
22216         (gst_adder_change_state):
22217           Add query function to source pad, so adder reports the correct
22218           time/sample position when queried (#315457); fix state change
22219           function; use GST_DEBUG_FUNCPTR() for pad functions.
22220
22221 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22222
22223         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
22224           Fix leaks in typefind registration
22225           Clean up the gratuitous commenting and whitespacing a little
22226
22227 2005-10-08  Wim Taymans  <wim@fluendo.com>
22228
22229         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
22230         Only actually wait for the thread to be stopped if it's 
22231         running.
22232
22233 2005-10-08  Wim Taymans  <wim@fluendo.com>
22234
22235         * gst-libs/gst/audio/gstbaseaudiosink.c:
22236         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22237         If we receive EOS we can start playback of what we had.
22238
22239 2005-10-08  Wim Taymans  <wim@fluendo.com>
22240
22241         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22242         (gst_multifdsink_finalize), (multifdsink_hash_remove),
22243         (gst_multifdsink_stop):
22244         Fix crasher when going to NULL multiple times.
22245
22246 2005-10-06  Wim Taymans  <wim@fluendo.com>
22247
22248         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
22249         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
22250         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
22252         patch from Edgard Lima <edgard.lima@indt.org.br>
22253         Fixed gstbaseaudiosrc adding ring buffer sync to it.
22254
22255 2005-10-06  Wim Taymans  <wim@fluendo.com>
22256
22257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
22258         Report the FLOW_RETURN as string in the error message.
22259
22260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
22261         Don't assert when clearing an unnegotiated buffer.
22262
22263 2005-10-04  Michael Smith <msmith@fluendo.com>
22264
22265         * gst/playback/gstplaybasebin.c: (group_destroy),
22266         (gen_preroll_element), (remove_groups), (setup_source):
22267         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
22268         (setup_sinks), (gst_play_bin_send_event),
22269         (gst_play_bin_change_state):
22270           Set state to NULL before removing from bin. Fix refcounting.
22271
22272 2005-10-04  Michael Smith <msmith@fluendo.com>
22273
22274         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
22275           Correct refcounting in send_event() function. Previously was wrong
22276           if the first sink was unable to handle the event.
22277
22278 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22279
22280         * configure.ac:
22281           back to development
22282
22283 === release 0.9.3 ===
22284
22285 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22286
22287         * configure.ac:
22288           Releasing 0.9.3, "De Facto"
22289
22290 2005-10-03  Andy Wingo  <wingo@pobox.com>
22291
22292         * gst/playback/gstdecodebin.c (try_to_link_1)
22293         (remove_element_chain): set element to NULL before removing it.
22294
22295 2005-10-02  Johan Dahlin  <johan@gnome.org>
22296
22297         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
22298         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
22299         MT safe.
22300
22301 2005-10-02  Andy Wingo  <wingo@pobox.com>
22302
22303         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
22304         (gst_ring_buffer_prepare_read): 
22305         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
22306         Demote to LOG.
22307
22308 2005-09-29  Wim Taymans  <wim@fluendo.com>
22309
22310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
22311         * ext/theora/theoradec.c: (theora_handle_data_packet):
22312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
22313         Propagate error codes from alloc_buffer too.
22314
22315 2005-09-29  Wim Taymans  <wim@fluendo.com>
22316
22317         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
22318         We use fixed caps.
22319
22320         * gst/playback/Makefile.am:
22321         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
22322         (dump_element_stats), (main):
22323         Added example stream introspection code.
22324
22325 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
22326
22327         * gst/adder/gstadder.c: (gst_adder_collected):
22328           fix adder for float elements
22329
22330 2005-09-28  Wim Taymans  <wim@fluendo.com>
22331
22332         * gst-libs/gst/audio/gstbaseaudiosink.c:
22333         (gst_base_audio_sink_class_init),
22334         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
22335         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22336         (gst_base_audio_src_class_init),
22337         (gst_base_audio_src_provide_clock):
22338         get_clock -> provide_clock
22339
22340 2005-09-28  Andy Wingo  <wingo@pobox.com>
22341
22342         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
22343         and unlocking.
22344
22345         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
22346         unlocking.
22347
22348         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
22349         Actually add the pad template.
22350         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
22351
22352         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
22353         I'm at it...
22354
22355         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
22356         from fdsrc. Get caps in create() instead of start() so it can be
22357         interrupted. Interruption somewhat untested.
22358
22359         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
22360         Proper EOS handling.
22361
22362 2005-09-27  Andy Wingo  <wingo@pobox.com>
22363
22364         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
22365
22366         * gst/tcp/gsttcpserversrc.c: Cleaned up.
22367
22368         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
22369
22370         * gst/tcp/gsttcp.h: 
22371         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
22372         out of tcpclientsrc.c. Cancellable.
22373         (gst_tcp_socket_read): Made private, cancellable, with better
22374         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
22375         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
22376         whole buffer, and better diagnostics.
22377         (gst_tcp_gdp_read_caps): Same.
22378
22379         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
22380
22381 2005-09-26  Andy Wingo  <wingo@pobox.com>
22382
22383         * gst/sine/gstsinesrc.h:
22384         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
22385         change the 'sync' property to 'is-live' and implement it halfway,
22386         update for controller api change.
22387
22388         * gst/volume/gstvolume.c (volume_transform_ip): Update for
22389         controller api change.
22390
22391 2005-09-24  Wim Taymans  <wim@fluendo.com>
22392
22393         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
22394         * gst-libs/gst/audio/gstaudiosink.c:
22395         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22396         (gst_audioringbuffer_stop):
22397         * gst-libs/gst/audio/gstbaseaudiosink.c:
22398         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22399         (gst_base_audio_sink_change_state):
22400         * gst-libs/gst/audio/gstbaseaudiosink.h:
22401         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
22402         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
22403         (gst_ring_buffer_commit), (gst_ring_buffer_read):
22404         * gst-libs/gst/audio/gstringbuffer.h:
22405         Fix sync again. Moved sample alignment to basesink.
22406
22407 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22408
22409         * docs/plugins/Makefile.am:
22410         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22411         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22412         * gst/volume/gstvolume.c:
22413           add/fix docs
22414         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
22415         * gst-libs/gst/audio/audio.h:
22416           add conversion macros for frames <-> clocktime
22417
22418 2005-09-23  David Schleef  <ds@schleef.org>
22419
22420         * gst/audioresample/Makefile.am:
22421         * gst/audioresample/debug.h:
22422         * gst/audioresample/gstaudioresample.c:
22423         * gst/audioresample/resample.c: Convert to using gst debugging
22424
22425 2005-09-22  Wim Taymans  <wim@fluendo.com>
22426
22427         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
22428         (gst_play_bin_send_event):
22429         Only seek on one sink, the first one that succeeds.
22430
22431 2005-09-22  Michael Smith <msmith@fluendo.com>
22432
22433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
22434         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
22435         Don't flush encoder state unless we have an initialised encoder.
22436         Clear out encoder state on PAUSED_TO_READY.
22437
22438 2005-09-22  Wim Taymans  <wim@fluendo.com>
22439
22440         * gst-libs/gst/rtp/gstbasertppayload.c:
22441         (gst_basertppayload_class_init), (gst_basertppayload_init),
22442         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22443         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22444         (gst_basertppayload_is_filled), (gst_basertppayload_push),
22445         (gst_basertppayload_set_property),
22446         (gst_basertppayload_get_property),
22447         (gst_basertppayload_change_state):
22448         * gst-libs/gst/rtp/gstbasertppayload.h:
22449         Added max-ptime to control amount of data in the rtp packets.
22450
22451 2005-09-21  Andy Wingo  <wingo@pobox.com>
22452
22453         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
22454         thingies.
22455
22456         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
22457         can be called multiple times, dogs.
22458
22459 2005-09-21  Wim Taymans  <wim@fluendo.com>
22460
22461         * gst-libs/gst/rtp/gstbasertppayload.c:
22462         (gst_basertppayload_class_init), (gst_basertppayload_init),
22463         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22464         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22465         (gst_basertppayload_push), (gst_basertppayload_get_property),
22466         (gst_basertppayload_change_state):
22467         Allow 0 ssrc too.
22468
22469 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
22470
22471         * docs/libs/compiling.sgml:
22472           fixing typos
22473
22474 2005-09-20  Wim Taymans  <wim@fluendo.com>
22475
22476         * gst-libs/gst/rtp/gstbasertppayload.c:
22477         (gst_basertppayload_class_init), (gst_basertppayload_init),
22478         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22479         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22480         (gst_basertppayload_push), (gst_basertppayload_set_property),
22481         (gst_basertppayload_get_property),
22482         (gst_basertppayload_change_state):
22483         * gst-libs/gst/rtp/gstbasertppayload.h:
22484         Added property to configure sequence number offsets.
22485
22486 2005-09-20  Wim Taymans  <wim@fluendo.com>
22487
22488         * gst-libs/gst/rtp/gstbasertppayload.c:
22489         (gst_basertppayload_class_init), (gst_basertppayload_init),
22490         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22491         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22492         (gst_basertppayload_push), (gst_basertppayload_set_property),
22493         (gst_basertppayload_get_property),
22494         (gst_basertppayload_change_state):
22495         * gst-libs/gst/rtp/gstbasertppayload.h:
22496         Make timestamp offset configurable.
22497
22498 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22499
22500         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22501           fix wrong pop/unref
22502
22503 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
22504
22505         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
22506
22507         * gst-libs/gst/interfaces/propertyprobe.c:
22508         (gst_property_probe_probe_property_name),
22509         (gst_property_probe_needs_probe_name),
22510         (gst_property_probe_get_values_name),
22511         (gst_property_probe_probe_and_get_values_name):
22512           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
22513           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
22514
22515 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22516
22517         * check/Makefile.am:
22518           have some tests be disabled for valgrinding
22519         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
22520         (GST_START_TEST):
22521         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
22522           Fix A Leak.  Chain To Parent Finalize.
22523
22524 2005-09-19  Wim Taymans  <wim@fluendo.com>
22525
22526         * examples/seeking/seek.c: (make_wav_pipeline), (main):
22527         Fixed wav pipeline.
22528
22529 2005-09-19  Wim Taymans  <wim@fluendo.com>
22530
22531         * gst-libs/gst/rtp/gstbasertppayload.c:
22532         (gst_basertppayload_class_init), (gst_basertppayload_init),
22533         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
22534         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
22535         (gst_basertppayload_push), (gst_basertppayload_get_property),
22536         (gst_basertppayload_change_state):
22537         Posting ERROR and WARNING messages is good.
22538
22539 2005-09-19  Wim Taymans  <wim@fluendo.com>
22540
22541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22542         (gst_base_rtp_depayload_add_to_queue),
22543         (gst_base_rtp_depayload_push),
22544         (gst_base_rtp_depayload_set_gst_timestamp),
22545         (gst_base_rtp_depayload_queue_release):
22546         This one was not supposed to go in.
22547
22548 2005-09-19  Wim Taymans  <wim@fluendo.com>
22549
22550         * check/pipelines/simple_launch_lines.c: (run_pipeline):
22551         Fix for bus API.
22552
22553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22554         (gst_base_rtp_depayload_chain),
22555         (gst_base_rtp_depayload_add_to_queue),
22556         (gst_base_rtp_depayload_push),
22557         (gst_base_rtp_depayload_set_gst_timestamp),
22558         (gst_base_rtp_depayload_queue_release):
22559         Some cleanups.
22560
22561         * gst-libs/gst/rtp/gstbasertppayload.c:
22562         (gst_basertppayload_class_init), (gst_basertppayload_init),
22563         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
22564         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22565         (gst_basertppayload_get_property),
22566         (gst_basertppayload_change_state):
22567         Added debugging category.
22568
22569 2005-09-18  David Schleef  <ds@schleef.org>
22570
22571         * gst/playback/gstdecodebin.c: free plugin list correctly
22572         * gst/playback/gstplaybin.c: emit warning if autovideosink
22573           and autoaudiosink can't be found (instead of segfaulting)
22574
22575 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22576
22577         * check/elements/audioconvert.c: (GST_START_TEST):
22578           try out 24 bit conversion
22579
22580 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22583         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
22584         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
22585         * ext/vorbis/vorbisenc.h:
22586           Fix EOS handling.  Still needs a fix in the ogg muxer to
22587           mark the last page as eos.
22588
22589 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * common/gtk-doc-plugins.mak:
22592         * docs/plugins/Makefile.am:
22593         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22594         * gst/ffmpegcolorspace/Makefile.am:
22595         * gst/ffmpegcolorspace/avcodec.h:
22596         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22597         * gst/tcp/gstmultifdsink.c:
22598           fix up ffmpegcolorspace docs; extract header
22599
22600 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22601
22602         * common/gtk-doc-plugins.mak:
22603         * docs/plugins/Makefile.am:
22604         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22605         * ext/theora/Makefile.am:
22606         * ext/theora/gsttheoraenc.h:
22607         * ext/theora/theoraenc.c:
22608         * ext/vorbis/vorbisenc.c:
22609           pick up signals and args for vorbis; add some docs for vorbis
22610
22611 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22612
22613         * common/gstdoc-scangobj:
22614         * common/gtk-doc-plugins.mak:
22615         * docs/libs/Makefile.am:
22616         * docs/plugins/gst-plugins-base-plugins.args:
22617         * docs/plugins/gst-plugins-base-plugins.hierarchy:
22618         * docs/plugins/gst-plugins-base-plugins.interfaces:
22619         * docs/plugins/gst-plugins-base-plugins.prerequisites:
22620         * docs/plugins/gst-plugins-base-plugins.signals:
22621           only scanobj stuff from our source module.  Not sure yet
22622           if that's correct, given the hierarchy stuff :)
22623
22624 2005-09-15  Wim Taymans  <wim@fluendo.com>
22625
22626         * gst/audioconvert/gstaudioconvert.c:
22627         And enable 24 bits mode as well..
22628
22629 2005-09-15  Wim Taymans  <wim@fluendo.com>
22630
22631         * gst-libs/gst/rtp/Makefile.am:
22632         * gst-libs/gst/rtp/gstbasertppayload.c:
22633         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
22634         (gst_basertppayload_class_init), (gst_basertppayload_init),
22635         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
22636         (gst_basertppayload_chain), (gst_basertppayload_set_options),
22637         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
22638         (gst_basertppayload_set_property),
22639         (gst_basertppayload_get_property),
22640         (gst_basertppayload_change_state):
22641         * gst-libs/gst/rtp/gstbasertppayload.h:
22642         Added rtp payloader base class.
22643
22644 2005-09-15  Andy Wingo  <wingo@pobox.com>
22645
22646         * configure.ac (plugindir): Remove the EOL matcher from the
22647         regexp, as it causes me problems. Libtool? Make? Who knows?
22648
22649 2005-09-14  David Schleef  <ds@schleef.org>
22650
22651         * check/generic/states.c: 
22652         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
22653         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
22654           Fixes for changes in registry API.
22655
22656         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
22657           to GST_PLUGIN_LDFLAGS.
22658         * ext/libvisual/visual.c: Make the library shut up.
22659         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
22660         * gst-libs/gst/audio/gstaudiofilter.c: same
22661
22662 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22663
22664         * docs/plugins/Makefile.am:
22665         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22666         * docs/plugins/inspect/plugin-libvisual.xml:
22667         * docs/plugins/tmpl/element-tcpserversink.sgml:
22668         * ext/theora/theoraenc.c:
22669           add libvisual plugin and theoraenc element to docs
22670
22671 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22672
22673         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22674         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22675         * ext/theora/theoraenc.c:
22676           add theoraenc
22677
22678 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
22679
22680         * gst/audioconvert/Makefile.am:
22681           Audioconvert derives from GstBaseTransform and should
22682           link to the library with our base elements to avoid
22683           unresolved symbols. Makes things work with MinGW (#316160)
22684
22685         * gst/playback/test4.c: (main):
22686           Fix MinGW build problem and use g_usleep() instead of 
22687           sleep() (#316162)
22688
22689 2005-09-12  Wim Taymans  <wim@fluendo.com>
22690
22691         * gst/audioconvert/audioconvert.c: (float),
22692         (audio_convert_prepare_context), (audio_convert_convert):
22693         * gst/audioconvert/audioconvert.h:
22694         Cleanups, speedups, simplifications, added back support
22695         for 24 bits.
22696
22697 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22698
22699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22700         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22701         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22702         * docs/plugins/tmpl/element-tcpserversink.sgml:
22703         * gst/ffmpegcolorspace/gstffmpeg.c:
22704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22705         * gst/videotestsrc/gstvideotestsrc.c:
22706         * gst/volume/gstvolume.c:
22707           add more elements to the docs
22708
22709 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22710
22711         * check/Makefile.am:
22712         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
22713         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
22714           Add extra tests for basetransform based components. 
22715           Comment out the test_element_negotiation test until we decide
22716           if it's testing correct behaviour.
22717         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
22718         (gst_visual_chain), (gst_visual_change_state):
22719           Slightly more correct but still bogus timestamping.
22720           Fix state change function.
22721         * gst/audioconvert/gstaudioconvert.c:
22722         (gst_audio_convert_class_init):
22723         * gst/audioresample/gstaudioresample.c:
22724         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22725         (gst_ffmpegcsp_class_init):
22726         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22727         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
22728         (gst_videoscale_prepare_image):
22729         * gst/volume/gstvolume.c: (gst_volume_class_init),
22730         (volume_transform_ip):
22731           Basetransform updates. Enable passthrough modes.
22732         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22733         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
22734         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
22735           Negotiation fix that allows the window to return to the original
22736           size and renegotiate passthrough upstream. Extra debug output.
22737
22738 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22739
22740         * gst/sine/gstsinesrc.c:
22741         * gst/volume/gstvolume.c:
22742           fix up header include
22743
22744 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
22745
22746         * gst-libs/gst/audio/gstbaseaudiosink.c:
22747         (gst_base_audio_sink_render):
22748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
22749         * gst/volume/gstvolume.c: (gst_volume_class_init),
22750         (volume_transform):
22751           fixing lost sync, some more debugging
22752
22753 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
22754
22755         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22756         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
22757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22758         (gst_xvimagesink_check_xshm_calls):
22759           Fix compilation when XShm is not available.
22760
22761 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22762
22763         * ext/libvisual/visual.c: (gst_visual_dispose),
22764         (gst_visual_getcaps), (gst_visual_src_setcaps),
22765         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
22766         (gst_visual_change_state):
22767           Finish fixing up libvisual plugin so that it runs. 
22768
22769 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22770
22771         * ext/vorbis/vorbisenc.c:
22772         * gst-libs/gst/tag/gstvorbistag.c:
22773           gsttaginterface.h -> gsttagsetter.h
22774
22775 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22776
22777         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
22778           added another test that failes for me (test is not active by default)
22779
22780 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22781
22782         * configure.ac:
22783           v4l2 is no longer in gst-plugins-base
22784
22785 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22786
22787         * configure.ac:
22788           In the output at the end, don't show the first plugin on the same
22789           line as "Core plug-ins, always built:".
22790           Indent the output as for other plugin categories
22791         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
22792           #define that can be used to not use peer buffer_alloc functions for
22793           test purposes.
22794         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
22795         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
22796         (gst_ximagesink_show_frame):
22797         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
22798         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
22799         (gst_xvimagesink_show_frame):
22800           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
22801           fails gracefully instead of XError aborting or deadlocking.
22802
22803 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22804
22805         * ext/libvisual/Makefile.am:
22806           link against gst-base-libs
22807
22808 2005-09-06  David Schleef  <ds@schleef.org>
22809
22810         * configure.ac: Enable libvisual plugin.
22811         * ext/libvisual/Makefile.am:
22812         * ext/libvisual/visual.c: Fixes to make it compile.
22813
22814 === release 0.9.2 ===
22815
22816 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22817
22818         * NEWS:
22819         * RELEASE:
22820         * configure.ac:
22821         * docs/random/ChangeLog-0.8:
22822           releasing 0.9.2, "Spoon"
22823
22824 2005-09-05  Michael Smith <msmith@fluendo.com>
22825
22826         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
22827           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
22828           that in the vorbisenc element.
22829
22830 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * common/gtk-doc-plugins.mak:
22833         * docs/plugins/Makefile.am:
22834           fix distcheck
22835         * gst/audioresample/resample.c:
22836           fix wrong docstring
22837
22838 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22839
22840         * common/gst-xmlinspect.py:
22841         * common/gtk-doc-plugins.mak:
22842           only inspect plugins for this given package
22843           require gst-python 0.9
22844
22845 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22846
22847         * Makefile.am:
22848         * autogen.sh:
22849         * common/gst-xmlinspect.py:
22850         * configure.ac:
22851         * docs/Makefile.am:
22852         * docs/plugins/inspect/plugin-alsa.xml:
22853         * docs/plugins/inspect/plugin-audioresample.xml:
22854         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
22855         * docs/plugins/inspect/plugin-ogg.xml:
22856         * docs/plugins/tmpl/element-gnomevfssink.sgml:
22857         * docs/plugins/tmpl/element-multifdsink.sgml:
22858         * docs/plugins/tmpl/element-tcpserversink.sgml:
22859         * docs/plugins/tmpl/element-vorbisenc.sgml:
22860         * gst-plugins-base.spec.in:
22861           various doc-related updates
22862
22863 2005-08-31  Wim Taymans  <wim@fluendo.com>
22864
22865         * gst-libs/gst/audio/gstbaseaudiosink.c:
22866         (gst_base_audio_sink_render):
22867         Resync if the buffer timestamps drift more than a 10th 
22868         of a second.
22869
22870 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
22871
22872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
22873         (gst_v4lsrc_get_property):
22874           The 'timestamp-offset' property is registered as an int64, so
22875           let's use g_value_{set|get}_int64() in our setter and getter
22876           functions (makes it work and fixes warnings with gst-inspect).
22877
22878 2005-08-30  Wim Taymans  <wim@fluendo.com>
22879
22880         * check/elements/audioconvert.c: (setup_audioconvert):
22881         * check/elements/audioresample.c: (setup_audioresample):
22882         * check/elements/volume.c: (setup_volume):
22883         Fix checks.
22884
22885 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22886
22887         * common/gtk-doc-plugins.mak:
22888         * common/plugins.xsl:
22889         * docs/plugins/Makefile.am:
22890           make module a param
22891
22892 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22893
22894         * examples/seeking/seek.c: (make_mp3_pipeline),
22895         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
22896         (play_cb), (pause_cb), (stop_cb):
22897           update the example
22898
22899 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22900
22901         * gst/volume/gstvolume.c: (gst_volume_class_init),
22902         (volume_transform):
22903           do not update controlled params, if buffer has no timestamp
22904
22905 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22906
22907         * configure.ac:
22908         * gst/sine/Makefile.am:
22909         * gst/volume/Makefile.am:
22910           controllerized elements also need to link against controller-libs ;)
22911
22912 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22913
22914         * docs/libs/tmpl/gstcolorbalance.sgml:
22915         * docs/libs/tmpl/gstgconf.sgml:
22916         * docs/libs/tmpl/gstmixer.sgml:
22917         * docs/libs/tmpl/gstringbuffer.sgml:
22918         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22919         (gst_sinesrc_create):
22920         * gst/volume/gstvolume.c: (gst_volume_class_init),
22921         (volume_transform):
22922           controllerized two audio plugins
22923
22924 2005-08-29  Andy Wingo  <wingo@pobox.com>
22925
22926         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22927         (vorbis_handle_data_packet): Fix some int overflow errors.
22928
22929         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22930         -1.
22931         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22932         valid.
22933         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22934         if it's valid. Fixed streaming-mode playback.
22935
22936         * check/elements/volume.c (cleanup_volume): Fix for running
22937         CK_FORK=no.
22938
22939         * check/elements/audioconvert.c: Convert from native endian, not
22940         little endian.
22941
22942 2005-08-29  Michael Smith <msmith@fluendo.com>
22943
22944         * ext/ogg/Makefile.am:
22945         * ext/ogg/gstogg.c: (plugin_init):
22946         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22947         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22948         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22949         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22950         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22951         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22952         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22953         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22954         Add an ogg parser element.
22955
22956 2005-08-28  Andy Wingo  <wingo@pobox.com>
22957
22958         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22959
22960 2005-08-26  Wim Taymans  <wim@fluendo.com>
22961
22962         * gst/audioconvert/audioconvert.c: (if), (float),
22963         (audio_convert_get_func_index), (check_default),
22964         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22965         (audio_convert_clean_context), (audio_convert_get_sizes),
22966         (audio_convert_convert):
22967         Cleanups.
22968
22969 2005-08-26  Wim Taymans  <wim@fluendo.com>
22970
22971         * gst/audioconvert/audioconvert.c: (if), (float),
22972         (audio_convert_get_func_index), (check_default),
22973         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22974         (audio_convert_clean_context), (audio_convert_get_sizes),
22975         (audio_convert_convert):
22976         More elegant and working temp buffer selection algo.
22977
22978 2005-08-26  Wim Taymans  <wim@fluendo.com>
22979
22980         * gst/audioconvert/audioconvert.c: (if), (float),
22981         (audio_convert_get_func_index), (check_default),
22982         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22983         (audio_convert_clean_context), (audio_convert_get_sizes),
22984         (get_temp_buffer), (audio_convert_convert):
22985         Use realloc else we lose our original data.
22986
22987 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22988
22989         * gst/audioresample/gstaudioresample.c:
22990           use base class' newsegment to properly timestamp
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         * gst/audioconvert/gstaudioconvert.c:
23000         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
23001         (gst_audio_convert_transform_caps),
23002         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
23003         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
23004         Oops, allocate enough space to perform the channel mix.
23005
23006 2005-08-26  Wim Taymans  <wim@fluendo.com>
23007
23008         * gst/audioconvert/Makefile.am:
23009         * gst/audioconvert/audioconvert.c: (if), (float),
23010         (audio_convert_get_func_index), (check_default),
23011         (audio_convert_clean_fmt), (audio_convert_prepare_context),
23012         (audio_convert_clean_context), (audio_convert_get_sizes),
23013         (get_temp_buffer), (audio_convert_convert):
23014         * gst/audioconvert/audioconvert.h:
23015         * gst/audioconvert/gstaudioconvert.c:
23016         (gst_audio_convert_class_init), (gst_audio_convert_init),
23017         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
23018         (gst_audio_convert_get_unit_size),
23019         (gst_audio_convert_transform_caps),
23020         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
23021         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
23022         * gst/audioconvert/gstaudioconvert.h:
23023         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
23024         (gst_channel_mix_fill_identical),
23025         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
23026         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
23027         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
23028         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
23029         (gst_channel_mix_mix):
23030         * gst/audioconvert/gstchannelmix.h:
23031         Cleanups, librarify a bit, optimize, better negotiation and more.
23032
23033 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23034
23035         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
23036         Another from MikeS:
23037         During typefinding, don't support negative offsets
23038         (offsets from the end of the stream) in our typefind->peek() function
23039         - nothing embedded in ogg ever needs them. However, we need to recognise
23040         those requests and reject them, otherwise we return invalid pointers.
23041
23042 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
23043
23044         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
23046         (vorbisdec_finalize), (vorbis_handle_type_packet):
23047           Big shout-out to MikeS for fixing this giant memory leak.
23048           Huzzah!
23049
23050 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23051
23052         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
23053         (audio_convert_get_unit_size):
23054           plug some leaks
23055
23056 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * check/Makefile.am:
23059         * check/elements/audioconvert.c: (setup_audioconvert),
23060         (cleanup_audioconvert), (get_int_caps), (verify_convert),
23061         (GST_START_TEST), (audioconvert_suite), (main):
23062           add a test for audioconvert
23063         * gst/audioresample/gstaudioresample.c:
23064         * gst/audioresample/gstaudioresample.h:
23065           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
23066           note that for buffers of 1/3 sec this means DURATION(c) is 
23067           one nanosecond more than for a and b
23068
23069 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23070
23071         * check/Makefile.am:
23072         * check/elements/audioresample.c: (setup_audioresample),
23073         (cleanup_audioresample), (fail_unless_perfect_stream),
23074         (test_perfect_stream_instance), (GST_START_TEST),
23075           add a check for audioresample
23076         (audioresample_suite), (main):
23077         * check/elements/volume.c: (GST_START_TEST):
23078           remove unused method
23079         * gst/audioresample/gstaudioresample.c:
23080           set correct buffer parameters since we're changing them
23081         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23082           add some debug
23083
23084 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23085
23086         * gst/audioresample/debug.c:
23087         * gst/audioresample/gstaudioresample.c:
23088           add room for extra overlap samples when asked to transform size
23089           protect against possible mem corruption and check for discrepancies
23090           between written size and outbuffer's size so we can warn for
23091           potential problems
23092         * gst/audioresample/resample.c: (resample_init),
23093         (resample_get_output_size_for_input), (resample_get_output_size),
23094         (resample_set_n_channels), (resample_set_format):
23095           set debug level based on RESAMPLE_DEBUG env var
23096           make sure that get_output_size* returns a whole number of
23097           sample_size
23098           set sample_size each time either channel or format is set
23099         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
23100         * gst/audioresample/resample_functable.c:
23101         (resample_scale_functable):
23102         * gst/audioresample/resample_ref.c: (resample_scale_ref):
23103           remove r->sample_size, it's done in resample.c now
23104           add some debugging to the ref implementation
23105           make sure we only give back bytes that are wholes of the sample
23106           size
23107
23108 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
23109         * gst/playback/gstplaybasebin.c: (fill_buffer):
23110         Revert unpopular change for GST_MESSAGE_SRC to GObject.
23111
23112 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
23113
23114         * gst/volume/gstvolume.c:
23115           made set_caps function static
23116
23117 2005-08-24  Wim Taymans  <wim@fluendo.com>
23118
23119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
23120         (gst_vorbisenc_change_state):
23121         Stop leaking taglists.
23122
23123 2005-08-24  Wim Taymans  <wim@fluendo.com>
23124
23125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
23126         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
23127         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
23128         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
23129         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23130         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
23131         Parse seeking events better.
23132         Unref static caps.
23133         Generate correct newsegment events, fixes seeking in live oggs.
23134
23135         * ext/theora/theoradec.c: (theora_dec_src_query),
23136         (theora_dec_src_event), (theora_dec_src_getcaps),
23137         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
23138         Use newsegment values to report correct play time.
23139
23140         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23141         (vorbis_dec_src_event), (vorbis_dec_sink_event):
23142         * ext/vorbis/vorbisdec.h:
23143         Parse and use newsegment values to report correct play time.
23144
23145         * gst-libs/gst/audio/gstbaseaudiosink.c:
23146         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23147         Clear ringbuffer on flush.
23148         Use newsegment values to calculate playback time.
23149
23150         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
23151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23152         Basesink does newsegment calculations for us now.
23153
23154 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23155
23156         * check/Makefile.am:
23157         * configure.ac:
23158           add core's plugins to the mix so that playbin works
23159         * check/generic/states.c: (GST_START_TEST):
23160           set a 0 timeout on pipelines, so they don't force the next
23161           state change
23162         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
23163         (gst_play_base_bin_change_state):
23164           remove the crappy error handling and do GST error handling
23165
23166 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23167
23168         * check/Makefile.am:
23169         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
23170           add same test as to core, it bitches out on playbin atm.
23171
23172 2005-08-24  Wim Taymans  <wim@fluendo.com>
23173
23174         * configure.ac:
23175         Remove audioscale.
23176
23177 2005-08-24  Wim Taymans  <wim@fluendo.com>
23178
23179         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23180         (gst_videoscale_prepare_size), (parse_caps),
23181         (gst_videoscale_set_caps), (gst_videoscale_get_size),
23182         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
23183         (gst_videoscale_transform):
23184         * gst/videoscale/gstvideoscale.h:
23185         Refactor, make use of BaseTranform really well.
23186
23187 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23188
23189         * configure.ac:
23190           compile audioresample
23191         * gst/audioresample/Makefile.am:
23192         * gst/audioresample/buffer.c:
23193         * gst/audioresample/functable.c:
23194         * gst/audioresample/gstaudioresample.c:
23195         * gst/audioresample/gstaudioresample.h:
23196         * gst/audioresample/resample.c:
23197         (resample_get_output_size_for_input):
23198         * gst/audioresample/resample.h:
23199         * gst/audioresample/resample_chunk.c:
23200         * gst/audioresample/resample_functable.c:
23201         * gst/audioresample/resample_ref.c:
23202           port to use basetransform; doesn't work in all cases yet
23203
23204 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23205
23206         * gst/audioconvert/gstaudioconvert.c:
23207         (gst_audio_convert_class_init), (gst_audio_convert_init),
23208         (audio_convert_get_unit_size), (audio_convert_transform_caps),
23209         (audio_convert_fixate_caps), (audio_convert_set_caps),
23210         (audio_convert_transform),
23211         (gst_audio_convert_buffer_to_default_format),
23212         (gst_audio_convert_buffer_from_default_format),
23213         (gst_audio_convert_channels):
23214         * gst/audioconvert/gstchannelmix.c:
23215         * gst/audioconvert/gstchannelmix.h:
23216           port to basetransform
23217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23218         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
23219         (gst_ffmpegcsp_get_unit_size):
23220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
23221         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
23222           fix for basetransform changes
23223
23224 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
23225
23226         * check/Makefile.am:
23227           Add CHECK_CFLAGS and LDFLAGS
23228
23229         * gst/playback/gstplaybasebin.c: (fill_buffer):
23230           GST_MESSAGE_SRC became a GObject
23231
23232 2005-08-24  Wim Taymans  <wim@fluendo.com>
23233
23234         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
23235         (gst_ring_buffer_clear_all):
23236         * gst-libs/gst/audio/gstringbuffer.h:
23237         Added function to clear the ringbuffer.
23238
23239 2005-08-24  Andy Wingo  <wingo@pobox.com>
23240
23241         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
23242         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
23243         of _open and _close.
23244
23245         * sys/v4l/gstv4lxoverlay.h:
23246         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
23247         an Xv connection here, instead of all the time. Make Xv only be
23248         loaded if you axe for it. Kindof a workaround for buggy behaviour
23249         of Xv when using remote xservers (XvQueryExtension would block).
23250         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
23251         replace the _open and _close public API. Only start the xv
23252         connection if necessary.
23253         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
23254
23255 2005-08-23  David Schleef  <ds@schleef.org>
23256
23257         * gst/audioresample/Makefile.am: Leet audioresampling code
23258         * gst/audioresample/buffer.c:
23259         * gst/audioresample/buffer.h:
23260         * gst/audioresample/debug.c:
23261         * gst/audioresample/debug.h:
23262         * gst/audioresample/functable.c:
23263         * gst/audioresample/functable.h:
23264         * gst/audioresample/gstaudioresample.c:
23265         * gst/audioresample/gstaudioresample.h:
23266         * gst/audioresample/resample.c:
23267         * gst/audioresample/resample.h:
23268         * gst/audioresample/resample_chunk.c:
23269         * gst/audioresample/resample_functable.c:
23270         * gst/audioresample/resample_ref.c:
23271
23272 2005-08-23  Wim Taymans  <wim@fluendo.com>
23273
23274         * examples/seeking/seek.c: (make_vorbis_pipeline),
23275         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
23276         Small seek updates.
23277
23278 2005-08-23  Andy Wingo  <wingo@pobox.com>
23279
23280         * gst-libs/gst/audio/gstbaseaudiosrc.c
23281         (gst_base_audio_src_fixate): Only fixate endianness if it is
23282         present in the caps.
23283
23284 2005-08-22  Andy Wingo  <wingo@pobox.com>
23285
23286         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
23287         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
23288         device-name property.
23289
23290         * gst-libs/gst/audio/gstaudiosrc.h:
23291         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
23292         close_device in the ring buffer, like gstaudiosink.
23293
23294         * ext/alsa/gstalsamixer.h:
23295         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
23296         macro to implement the interface without much code. Cleanups. 
23297
23298         * ext/alsa/gstalsasrc.h:
23299         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
23300         READY.
23301
23302         * ext/alsa/Makefile.am: Add new files.
23303         * ext/alsa/gstalsamixerelement.c: 
23304         * ext/alsa/gstalsamixerelement.c: Split element code out from
23305         mixer code so that alsasrc can be a mixer too.
23306
23307 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23308
23309         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23310         (GST_START_TEST):
23311         * check/elements/vorbisdec.c: (setup_vorbisdec),
23312         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
23313         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
23314         (vorbis_handle_identification_packet),
23315         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
23316         (vorbis_handle_header_packet), (vorbis_dec_push),
23317         (vorbis_dec_chain):
23318           use the setup/teardown methods to save code.  save code is good.
23319
23320 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23321
23322         * check/Makefile.am:
23323           add ext dir for plugins
23324           add vorbisdec test conditionally
23325         * check/elements/volume.c: (setup_volume), (cleanup_volume),
23326         (GST_START_TEST), (volume_suite):
23327           add a test with wrong caps
23328         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
23329         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
23330           add a vorbisdec test
23331         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
23332         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
23333           clean up debug output
23334         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
23335           yay, fix a segfault/security issue in vorbisdec
23336           gst-launch fakesrc ! vorbisdec wasn't happy
23337         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
23338         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
23339         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
23340         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23341         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
23342         (gst_vorbisenc_set_metadata), (get_constraints_string),
23343         (update_start_message), (gst_vorbisenc_setup),
23344         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
23345         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
23346         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
23347         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
23348         * ext/vorbis/vorbisenc.h:
23349           march in line
23350         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23351         (gst_ffmpegcsp_transform):
23352           have the kow come home
23353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23354           debug my func ptr
23355         * gst/volume/gstvolume.c: (volume_set_caps):
23356           add a debug
23357
23358 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23359
23360         * Makefile.am:
23361         * check/.cvsignore:
23362         * check/Makefile.am:
23363         * check/elements/.cvsignore:
23364         * check/elements/volume.c: (chain_func), (event_func),
23365         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
23366         (main):
23367         * configure.ac:
23368           add unit test structure for gst-plugins-base
23369           add a test for volume
23370         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
23371         (gst_volume_set_volume), (gst_volume_get_volume),
23372         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
23373         (volume_funcfind), (volume_process_float), (volume_process_int16),
23374         (volume_set_caps), (volume_transform), (volume_update_mute),
23375         (volume_update_volume), (volume_set_property),
23376         (volume_get_property):
23377           document a little; use basetransform vmethod _set_caps
23378
23379 2005-08-19  Andy Wingo  <wingo@pobox.com>
23380
23381         * ext/alsa/gstalsamixertrack.h:
23382         * ext/alsa/gstalsamixertrack.c:
23383         * ext/alsa/gstalsamixeroptions.h:
23384         * ext/alsa/gstalsamixeroptions.c:
23385         * ext/alsa/gstalsamixer.h:
23386         * ext/alsa/gstalsamixer.c: Port to 0.9.
23387
23388         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
23389         Remove gstalsa.c and alsaclock. No more cruft here.
23390         
23391 2005-08-18  Wim Taymans  <wim@fluendo.com>
23392
23393         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23394         (gst_base_rtp_depayload_chain),
23395         (gst_base_rtp_depayload_add_to_queue),
23396         (gst_base_rtp_depayload_push),
23397         (gst_base_rtp_depayload_queue_release):
23398         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23399         Fix for RTPBuffer changes.
23400
23401         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
23402         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
23403         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
23404         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
23405         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
23406         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
23407         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
23408         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
23409         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
23410         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
23411         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
23412         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
23413         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
23414         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
23415         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
23416         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
23417         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
23418         (gst_rtpbuffer_get_payload):
23419         * gst-libs/gst/rtp/gstrtpbuffer.h:
23420         Don't subclass GstBuffer but add methods and helper functions
23421         to construct and manipulate RTP packets in regular GstBuffers.
23422
23423 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
23424
23425         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
23426           moved statement below switch
23427         * gst/volume/gstvolume.c: (gst_volume_class_init):
23428           added debug ptr
23429
23430 2005-08-16  Wim Taymans  <wim@fluendo.com>
23431
23432         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23433         (gst_base_audio_src_change_state):
23434         Open and close device in READY<->NULL state change.
23435
23436 2005-08-16  Andy Wingo  <wingo@pobox.com>
23437
23438         * examples/seeking/Makefile.am: Don't compile non-compiling
23439         compiled objects with the compiler.
23440
23441         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
23442         elements.
23443
23444 2005-08-12  Philippe Khalaf <burger@speedy.org>
23445         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23446         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23447           Made a thread to release the queue.
23448           Removed timestamp conversion for now.
23449
23450 2005-08-10  Philippe Khalaf <burger@speedy.org>
23451         * gst-libs/gst/rtp/gstbasertpdepayload.c:
23452         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23453           Added rtp timestamp -> gst timestamp conversion.
23454           Fixed several problems with queue.
23455
23456 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23457
23458         * gst-libs/gst/audio/gstaudioclock.h:
23459         * gst-libs/gst/audio/gstaudiofilter.h:
23460         * gst-libs/gst/audio/gstaudiosink.h:
23461         * gst-libs/gst/audio/gstaudiosrc.h:
23462         * gst-libs/gst/audio/gstbaseaudiosink.h:
23463         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23464         * gst-libs/gst/audio/gstringbuffer.h:
23465         * gst-libs/gst/net/gstnetbuffer.h:
23466         * gst-libs/gst/rtp/gstbasertpdepayload.h:
23467         * gst-libs/gst/rtp/gstrtpbuffer.h:
23468           Add padding (you will need to rebuild gst-plugins-base,
23469           gst-plugins and all applications afterwards!)
23470
23471 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
23472
23473         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
23474         (gst_riff_parse_chunk):
23475           Fix bug in debug message and add some more debug messages.
23476
23477 2005-08-08  Edward Hervey  <edward@fluendo.com>
23478
23479         * gst-libs/gst/riff/riff-media.c:
23480         backported updates since branch
23481
23482 2005-08-08  Andy Wingo  <wingo@pobox.com>
23483
23484         * gst-libs/gst/audio/gstbaseaudiosink.c
23485         (gst_base_audio_sink_change_state): Open the device in NULL->READY
23486         like good elements should. Close on READY->NULL too.
23487
23488         * gst-libs/gst/audio/gstaudiosink.c
23489         (gst_audioringbuffer_open_device,
23490         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
23491         (gst_audioringbuffer_release): Updates for new ring buffer API,
23492         hook into the new audio sink api.
23493
23494         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
23495         (GstAudioSinkClass.close): Just open and close the device -- no
23496         resource allocation or configuration.
23497         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
23498         vmethods, handle device setup and resource allocation.
23499
23500         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
23501         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
23502         base class API.
23503
23504         * gst-libs/gst/audio/gstringbuffer.h
23505         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
23506         New vmethods.
23507
23508         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
23509         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
23510         New API functions. The device should be opened before acquiring
23511         and closed after releasing.
23512
23513 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
23514
23515         * gst-libs/gst/interfaces/mixer.h:
23516           Reset padding to GST_PADDING.
23517
23518 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23519
23520         * gst/playback/gstplaybin.c: (remove_sinks):
23521           Remove visualization from parent explicitely; works around some
23522           apparent refcount issue that I haven't tracked down yet.
23523
23524 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23525
23526         * ext/alsa/gstalsasink.c: (set_hwparams):
23527           Assign debug category, add negotiation debug msgs.
23528
23529 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23530
23531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
23532           Fix error code for file-not-found to NOT_FOUND.
23533
23534 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23535
23536         * common/gtk-doc-plugins.mak:
23537         * docs/plugins/Makefile.am:
23538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23540           renamed to actual element names, so much nicer to look at
23541         * docs/plugins/tmpl/gstmultifdsink.sgml:
23542           remove
23543         * docs/plugins/tmpl/multifdsink.sgml:
23544         * docs/plugins/tmpl/tcpserversink.sgml:
23545           add
23546         * ext/alsa/gstalsa.c:
23547         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
23548         * ext/ogg/gstoggmux.c:
23549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
23550         * gst/playback/gstdecodebin.c:
23551         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
23552         * gst/tcp/gsttcpserversink.c:
23553           various fixes and documentation additions
23554
23555 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
23556
23557         * common/Makefile.am:
23558         * common/gstdoc-scangobj:
23559         * common/gtk-doc-plugins.mak:
23560         * common/gtk-doc.mak:
23561           add a custom scangobj that uses the registry
23562           add a custom gtk-doc-plugins.mak that uses it
23563           some doc build fixes
23564         * configure.ac:
23565         * docs/Makefile.am:
23566         * docs/plugins/Makefile.am:
23567         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
23568         * docs/plugins/gst-plugins-base-plugins-sections.txt:
23569         * docs/plugins/gst-plugins-base-plugins.types:
23570         * docs/plugins/tmpl/gstmultifdsink.sgml:
23571           add docs for one element, multifdsink
23572         * gst/adder/gstadder.h:
23573         * gst/volume/gstvolume.h:
23574           don't privatize enum
23575         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
23576         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23577         (gst_sync_method_get_type), (gst_client_status_get_type),
23578         (gst_multifdsink_class_init),
23579         (gst_multifdsink_client_queue_buffer),
23580         (gst_multifdsink_handle_client_write):
23581         * gst/tcp/gstmultifdsink.h:
23582         * gst/tcp/gsttcp.h:
23583         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23584         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23585         (gst_tcpclientsink_render):
23586         * gst/tcp/gsttcpclientsink.h:
23587         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
23588         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
23589         (gst_tcpclientsrc_start):
23590         * gst/tcp/gsttcpclientsrc.h:
23591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
23592         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
23593         * gst/tcp/gsttcpserversrc.h:
23594         * gst/typefind/gsttypefindfunctions.c:
23595           remove superfluous Type stuff
23596
23597 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23598
23599         * gst/playback/gstplaybin.c: (gen_video_element):
23600           Enable videoscale.
23601
23602 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23603
23604         * gst-libs/gst/gconf/gconf.c:
23605         * gst-libs/gst/gconf/gconf.h:
23606           Fix some Andy Problem [tm].
23607
23608 2005-08-04  Andy Wingo  <wingo@pobox.com>
23609
23610         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
23611         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
23612         (gst_ffmpegcsp_get_size): Adapt to API changes.
23613
23614         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
23615         Implement an in-place do-nothing transform.
23616
23617 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
23620         (gst_ximagesink_renegotiate_size):
23621           Do not set new window sizes yet if we prepare a new buffer size
23622           for upstream renegotiation (software scaling) at some point in the
23623           future, because this new size waqs not actually accepted yet. Once
23624           accepted, renegotiation later on will set the new sizes just fine.
23625           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
23626           embedding testcase.
23627
23628 2005-08-03  Andy Wingo  <wingo@pobox.com>
23629
23630         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
23631         (gst_ximagesink_buffer_alloc): 
23632         Protect the height, width, and desired_caps with the pool_lock.
23633         Fixes videotestsrc ! queue ! ximagesink.
23634
23635 2005-08-02  Edward Hervey  <edward@fluendo.com>
23636
23637         * gst/volume/gstvolume.c:
23638         include left from controller cleanup
23639
23640 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
23641         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
23642           Stop collectpads before calling the parent state
23643           change function on PAUSED->READY.
23644
23645 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
23646         * configure.ac:
23647           When testing for X libs, use the X CFlags 
23648         * gst/adder/gstadder.c: (gst_adder_change_state):
23649           Stop the collectpads before calling parent state change function
23650           on PAUSED->READY, otherwise we deadlock deactivating pads.
23651
23652 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
23653
23654         * configure.ac:
23655         * docs/libs/tmpl/gstcolorbalance.sgml:
23656         * docs/libs/tmpl/gstmixer.sgml:
23657         * examples/Makefile.am:
23658         * gst/sine/Makefile.am:
23659         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
23660         (gst_sinesrc_set_property), (plugin_init):
23661         * gst/sine/gstsinesrc.h:
23662         * gst/volume/Makefile.am:
23663         * gst/volume/gstvolume.c: (gst_volume_set_volume),
23664         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
23665         (volume_process_float), (volume_process_int16),
23666         (volume_set_property), (plugin_init):
23667         * gst/volume/gstvolume.h:
23668           deactivate and remove dparams (libgstcontrol)
23669
23670 2005-07-29  Wim Taymans  <wim@fluendo.com>
23671
23672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
23673         Convert me to BaseTransform!! help..
23674
23675 2005-07-29  Andy Wingo  <wingo@pobox.com>
23676
23677         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
23678         sinks.
23679
23680         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
23681         support of both endiannesses.
23682
23683 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23684
23685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
23686           Fix confusing debug message (s/event/query/)
23687
23688 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
23689
23690         * gst/videotestsrc/videotestsrc.h:
23691           Use "_stdint.h" instead of <stdint.h>
23692
23693 2005-07-27  Wim Taymans  <wim@fluendo.com>
23694
23695         * ext/vorbis/Makefile.am:
23696         Revert wrong commit.
23697
23698 2005-07-27  Wim Taymans  <wim@fluendo.com>
23699
23700         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
23701         More compilation fixen.
23702
23703 2005-07-27  Wim Taymans  <wim@fluendo.com>
23704
23705         * gst-libs/gst/audio/gstbaseaudiosink.c:
23706         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
23707         (gst_base_audio_sink_create_ringbuffer),
23708         (gst_base_audio_sink_change_state):
23709         Fix compilation.
23710
23711 2005-07-27  Wim Taymans  <wim@fluendo.com>
23712
23713         * examples/seeking/seek.c: (setup_dynamic_link),
23714         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
23715         (query_positions_elems), (query_positions_pads), (do_seek):
23716         Update seek example.
23717
23718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23719         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
23720         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
23721         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23722         (gst_ogg_demux_handle_event),
23723         (gst_ogg_demux_deactivate_current_chain),
23724         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23725         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23726         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
23727         (gst_ogg_demux_loop):
23728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
23729         * ext/theora/theoradec.c: (theora_dec_src_event),
23730         (theora_dec_src_getcaps), (theora_dec_sink_event),
23731         (theora_dec_push), (theora_dec_chain):
23732         * ext/vorbis/Makefile.am:
23733         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
23734         (vorbis_dec_sink_event), (vorbis_dec_push),
23735         (vorbis_handle_data_packet):
23736         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
23737         (gst_vorbisenc_chain):
23738         * gst/playback/gststreaminfo.c: (cb_probe):
23739         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
23740         * gst/videorate/gstvideorate.c: (gst_videorate_event):
23741         * gst/videoscale/gstvideoscale.c:
23742         (gst_videoscale_handle_src_event):
23743         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
23744         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
23745         (gst_ximagesink_navigation_send_event):
23746         * sys/xvimage/xvimagesink.c:
23747         (gst_xvimagesink_navigation_send_event):
23748         Various event updates and cleanups
23749
23750 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23751
23752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
23753           Fix segfault for I420/YV12.
23754
23755 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23756
23757         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
23758           Report bitrate.
23759
23760 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23761
23762         * gst/playback/gstplaybin.c: (gen_video_element),
23763         (gen_audio_element):
23764           Switch to auto*sink elements as default sinks; add volume element
23765           so that volume control in totem works.
23766
23767 2005-07-21  Wim Taymans  <wim@fluendo.com>
23768
23769         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23770         * gst/playback/gstplaybin.c: (setup_sinks),
23771         (gst_play_bin_change_state):
23772         Refcount fix and more comments.
23773
23774 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23775
23776         * sys/ximage/Makefile.am:
23777         * sys/ximage/ximage.c: (plugin_init):
23778         * sys/ximage/ximagesink.c:
23779         Prepare for adding ximagesrc, rename of plugin to ximage etc.
23780         
23781
23782 2005-07-21  Wim Taymans  <wim@fluendo.com>
23783
23784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
23785         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23786         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23787         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23788         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23789         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
23790         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
23791         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
23792         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
23793         Generate correct disconts for live chained oggs.
23794
23795         * gst-libs/gst/audio/gstbaseaudiosink.c:
23796         (gst_base_audio_sink_render),
23797         (gst_base_audio_sink_create_ringbuffer),
23798         (gst_base_audio_sink_change_state):
23799         Handle discont math correctly.
23800
23801         * gst/playback/gstplaybin.c: (add_sink):
23802         Some small debug cleanup.
23803
23804 2005-07-21  Wim Taymans  <wim@fluendo.com>
23805
23806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
23807         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
23808         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
23809         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
23810         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
23811         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
23812         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
23813         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
23814         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
23815         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
23816         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
23817         (gst_ogg_demux_change_state), (gst_ogg_print):
23818         Reorganize code to send the right disconts when in streaming
23819         mode.
23820
23821 2005-07-20  Andy Wingo  <wingo@pobox.com>
23822
23823         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
23824         fix (?), fixes a seggie mcfalterson (#310894).
23825
23826 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23827
23828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
23829         (gst_ogg_mux_set_header_on_caps):
23830         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23832         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23833         * gst-libs/gst/audio/multichannel.c:
23834         (gst_audio_set_channel_positions),
23835         (gst_audio_set_structure_channel_positions_list):
23836         * gst/playback/gstdecodebin.c: (dynamic_create):
23837         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
23838         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
23839           Fixes for API changes in core.
23840
23841 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23842
23843         * gst/playback/gstplaybasebin.c: (fill_buffer):
23844           Use _new_custom() so we can set custom message types for buffering
23845           messages.
23846
23847 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23848
23849         * configure.ac:
23850         * gst-libs/gst/Makefile.am:
23851         * gst-libs/gst/gconf/.cvsignore:
23852         * gst-libs/gst/gconf/Makefile.am:
23853         * gst-libs/gst/gconf/test-gconf.c:
23854         * pkgconfig/Makefile.am:
23855         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
23856         * pkgconfig/gstreamer-gconf.pc.in:
23857           Remove gconf stuff, use gconf elements instead from now on.
23858
23859 2005-07-20  Wim Taymans  <wim@fluendo.com>
23860
23861         * gst-libs/gst/audio/TODO:
23862         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
23863         (gst_audio_clock_get_internal_time):
23864         * gst-libs/gst/audio/gstaudioclock.h:
23865         * gst-libs/gst/audio/gstbaseaudiosink.c:
23866         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23867         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
23868         (gst_base_audio_sink_render),
23869         (gst_base_audio_sink_create_ringbuffer),
23870         (gst_base_audio_sink_change_state):
23871         Make sure the audio clock always returns an increasing value.
23872
23873 2005-07-19  Andy Wingo  <wingo@pobox.com>
23874
23875         * gst/videotestsrc/: Cleanups.
23876
23877 2005-07-19  Wim Taymans  <wim@fluendo.com>
23878
23879         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23880         Better debugging.
23881
23882 2005-07-19  Wim Taymans  <wim@fluendo.com>
23883
23884         * examples/seeking/seek.c: (make_dv_pipeline),
23885         (make_vorbis_theora_pipeline), (query_rates),
23886         (query_positions_elems), (query_positions_pads), (do_seek):
23887         Make correct DV pipeline.
23888
23889 2005-07-18  Andy Wingo  <wingo@pobox.com>
23890
23891         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
23892         default. Also because it's the only thing that really works. (This
23893         is used in the GConf elements).
23894         Use AS_LIBTOOL_TAGS.
23895
23896 2005-07-18  Wim Taymans  <wim@fluendo.com>
23897
23898         * gst/playback/gstdecodebin.c: (remove_element_chain):
23899         * gst/playback/gstplaybin.c: (add_sink):
23900         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23901         (gst_stream_info_set_mute):
23902         * gst/playback/gststreamselector.c:
23903         (gst_stream_selector_get_linked_pad),
23904         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23905         More leak and compile fixes.
23906
23907 2005-07-18  Wim Taymans  <wim@fluendo.com>
23908
23909         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23910         (query_rates), (query_positions_elems), (query_positions_pads),
23911         (do_seek), (seek_cb), (stop_seek):
23912         Updated seek example. 
23913
23914         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23915         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23916         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23917         * gst/playback/gstplaybin.c: (add_sink):
23918         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23919         (gst_stream_info_set_mute):
23920         Some refcount leak fixes.
23921
23922 2005-07-16  Wim Taymans  <wim@fluendo.com>
23923
23924         * gst-libs/gst/audio/gstbaseaudiosink.c:
23925         (gst_base_audio_sink_render):
23926         Align samples even if we have roundoff errors in the 
23927         timestamp conversion.
23928
23929 2005-07-16  Wim Taymans  <wim@fluendo.com>
23930
23931         * docs/libs/tmpl/gstringbuffer.sgml:
23932         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23933         (query_rates), (query_positions_elems), (query_positions_pads),
23934         (update_scale), (do_seek):
23935         Updated seek example.
23936
23937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23938         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23939         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23940         (gst_ogg_demux_loop):
23941         Push out correct discont values.
23942
23943         * ext/theora/theoradec.c: (theora_dec_src_convert),
23944         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23945         (theora_dec_sink_event), (theora_handle_type_packet),
23946         (theora_handle_header_packet), (theora_dec_push),
23947         (theora_handle_data_packet), (theora_dec_chain),
23948         (theora_dec_change_state):
23949         Better timestamping.
23950
23951         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23952         (vorbis_dec_sink_event), (vorbis_dec_push),
23953         (vorbis_handle_data_packet), (vorbis_dec_chain):
23954         * ext/vorbis/vorbisdec.h:
23955         Better timestamping.
23956
23957         * gst-libs/gst/audio/gstbaseaudiosink.c:
23958         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23959         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23960         Handle syncing on timestamps instead of sample offsets. Make
23961         use of DISCONT values as described in design docs.
23962
23963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23964         (gst_base_audio_src_get_time):
23965         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23966         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23967         (gst_ring_buffer_read):
23968         * gst-libs/gst/audio/gstringbuffer.h:
23969         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23970         (gst_ximagesink_show_frame):
23971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23972         Correcly convert buffer timestamp to stream time.
23973
23974 2005-07-16  Wim Taymans  <wim@fluendo.com>
23975
23976         * gst/audioconvert/gstaudioconvert.c:
23977         (gst_audio_convert_get_buffer):
23978         Timestamp buffers correctly.
23979
23980         * gst/playback/gstplaybin.c: (gen_video_element):
23981         Make internal fakesink silent.
23982
23983 2005-07-15  Wim Taymans  <wim@fluendo.com>
23984
23985         * gst/ffmpegcolorspace/Makefile.am:
23986         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23987         (gst_ffmpegcsp_caps_remove_format_info),
23988         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23989         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23990         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23991         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23992         Ported ffmpegcolorspace to basetransform.
23993
23994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23995         * gst/volume/gstvolume.c: (volume_transform):
23996         Ported to new API.
23997
23998 2005-07-14  Wim Taymans  <wim@fluendo.com>
23999
24000         * gst/videotestsrc/Makefile.am:
24001         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
24002         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
24003         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
24004         (gst_videotestsrc_init), (gst_videotestsrc_event),
24005         (gst_videotestsrc_create), (gst_videotestsrc_start),
24006         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
24007         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
24008         (gst_videotestsrc_get_property):
24009         * gst/videotestsrc/gstvideotestsrc.h:
24010         Make videotestsrc a pushsrc.
24011
24012 2005-07-14  Wim Taymans  <wim@fluendo.com>
24013
24014         * gst/tcp/gstfdset.c: (gst_fdset_free):
24015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
24016         (gst_multifdsink_add), (gst_multifdsink_remove),
24017         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
24018         (gst_multifdsink_remove_client_link),
24019         (gst_multifdsink_client_queue_data),
24020         (gst_multifdsink_client_queue_caps),
24021         (gst_multifdsink_client_queue_buffer),
24022         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
24023         (gst_multifdsink_stop):
24024         * gst/tcp/gstmultifdsink.h:
24025         0.8 backporting.
24026
24027         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24028         Also draw image when not from a pool.
24029
24030 2005-07-14  Wim Taymans  <wim@fluendo.com>
24031
24032         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24033         (mute_stream), (silence_stream):
24034         Small debug additions.
24035
24036 2005-07-14  Wim Taymans  <wim@fluendo.com>
24037
24038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24039         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24040         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
24041         Better error recovery, ignore unconnected pads and
24042         non-fatal errors.
24043
24044 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24045
24046         * docs/libs/tmpl/gstaudio.sgml:
24047         * docs/libs/tmpl/gstcolorbalance.sgml:
24048         * docs/libs/tmpl/gstgconf.sgml:
24049         * docs/libs/tmpl/gstmixer.sgml:
24050         * docs/libs/tmpl/gstringbuffer.sgml:
24051         * docs/libs/tmpl/gsttuner.sgml:
24052         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24053         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24054         (gst_tcpclientsrc_class_init):
24055         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24056         (gst_tcpserversrc_class_init):
24057         * sys/v4l/gstv4lelement.c:
24058           more autistic cleanliness in functions/names/defines
24059
24060 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
24061
24062         * configure.ac:
24063           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
24064           added manually to each Makefile.am so we are sure it goes
24065           *last* and doesn't add -L flags before linking in libs of our
24066           own, like, say, internal .la libs, that then accidentally pick
24067           up the installed copy.
24068         * docs/libs/Makefile.am:
24069         * ext/alsa/Makefile.am:
24070         * ext/cdparanoia/Makefile.am:
24071         * ext/gnomevfs/Makefile.am:
24072         * ext/libvisual/Makefile.am:
24073         * ext/ogg/Makefile.am:
24074         * ext/theora/Makefile.am:
24075         * ext/vorbis/Makefile.am:
24076         * gst-libs/gst/video/Makefile.am:
24077         * gst/adder/Makefile.am:
24078         * gst/audioconvert/Makefile.am:
24079         * gst/audiorate/Makefile.am:
24080         * gst/audioscale/Makefile.am:
24081         * gst/ffmpegcolorspace/Makefile.am:
24082         * gst/playback/Makefile.am:
24083         * gst/sine/Makefile.am:
24084         * gst/subparse/Makefile.am:
24085         * gst/tags/Makefile.am:
24086         * gst/tcp/Makefile.am:
24087         * gst/typefind/Makefile.am:
24088         * gst/videorate/Makefile.am:
24089         * gst/videoscale/Makefile.am:
24090         * gst/videotestsrc/Makefile.am:
24091         * gst/volume/Makefile.am:
24092         * sys/v4l/Makefile.am:
24093         * sys/ximage/Makefile.am:
24094         * sys/xvimage/Makefile.am:
24095           adapt properly to this change. This should make sure that
24096           plugins and libs properly link to the as-yet-uninstalled
24097           copies of stuff like libgstinterfaces and libgstvideo
24098
24099 2005-07-13  Andy Wingo  <wingo@pobox.com>
24100
24101         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
24102         (gst_v4lsrc_fixate): Fixate on format as well.
24103
24104         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
24105         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
24106         buffer points to it.
24107         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
24108         rather just doing X calls ourselves. Also fixes a memleak.
24109
24110 2005-07-12  Andy Wingo  <wingo@pobox.com>
24111
24112         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
24113         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
24114         (gst_v4lsrc_create): Re-add the copy-mode property, default to
24115         TRUE to avoid deadlocks if an element holds on to our buffers.
24116
24117 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
24118
24119         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24120         (gst_sinesrc_init), (gst_sinesrc_create),
24121         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24122         (gst_sinesrc_start):
24123         * gst/sine/gstsinesrc.h:
24124           removing num-buffers property before moving it
24125
24126 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
24127
24128         * configure.ac:
24129           use overridable ERROR_CFLAGS
24130         * docs/libs/gst-plugins-base-libs.types:
24131         * docs/libs/tmpl/gstringbuffer.sgml:
24132         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24133         (gst_alsasink_class_init):
24134         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24135         (gst_alsasrc_class_init):
24136         * gst-libs/gst/audio/audio.h:
24137         * gst-libs/gst/audio/gstaudioclock.h:
24138         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
24139         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
24140         (gst_audio_filter_link), (gst_audio_filter_init),
24141         (gst_audio_filter_chain), (gst_audio_filter_set_property),
24142         (gst_audio_filter_get_property),
24143         (gst_audio_filter_class_add_pad_templates):
24144         * gst-libs/gst/audio/gstaudiofilter.h:
24145         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
24146         (gst_audio_filter_template_get_type),
24147         (gst_audio_filter_template_base_init),
24148         (gst_audio_filter_template_class_init),
24149         (gst_audio_filter_template_init),
24150         (gst_audio_filter_template_set_property),
24151         (gst_audio_filter_template_get_property), (plugin_init),
24152         (gst_audio_filter_template_setup),
24153         (gst_audio_filter_template_filter),
24154         (gst_audio_filter_template_filter_inplace):
24155         * gst-libs/gst/audio/gstaudiosink.c:
24156         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24157         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
24158         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24159         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24160         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
24161         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
24162         * gst-libs/gst/audio/gstaudiosink.h:
24163         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24164         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24165         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24166         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
24167         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
24168         (gst_audio_src_class_init), (gst_audio_src_init),
24169         (gst_audio_src_create_ringbuffer):
24170         * gst-libs/gst/audio/gstaudiosrc.h:
24171         * gst-libs/gst/audio/gstbaseaudiosink.c:
24172         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
24173         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
24174         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
24175         (gst_base_audio_sink_set_property),
24176         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
24177         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
24178         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
24179         (gst_base_audio_sink_create_ringbuffer),
24180         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
24181         * gst-libs/gst/audio/gstbaseaudiosink.h:
24182         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24183         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
24184         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
24185         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
24186         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
24187         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
24188         (gst_base_audio_src_event), (gst_base_audio_src_create),
24189         (gst_base_audio_src_create_ringbuffer),
24190         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
24191         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
24193         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
24194         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
24195         (gst_ring_buffer_debug_spec_caps),
24196         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
24197         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
24198         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
24199         (gst_ring_buffer_start), (gst_ring_buffer_pause),
24200         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
24201         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
24202         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
24203         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
24204         (gst_ring_buffer_clear):
24205         * gst-libs/gst/audio/gstringbuffer.h:
24206         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
24207         (gst_video_sink_class_init), (gst_video_sink_get_type):
24208         * gst-libs/gst/video/videosink.h:
24209         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24210         (gst_multifdsink_class_init),
24211         (gst_multifdsink_handle_client_write),
24212         (gst_multifdsink_change_state):
24213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24214         (gst_tcpclientsink_setcaps):
24215         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24216         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
24217         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
24218         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24219         (gst_ximagesink_send_pending_navigation),
24220         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
24221         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
24222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24223         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24224         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
24225         (gst_xvimagesink_send_pending_navigation),
24226         (gst_xvimagesink_navigation_send_event),
24227         (gst_xvimagesink_set_xwindow_id),
24228         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
24229         (gst_xvimagesink_get_type):
24230         more macro splitting
24231
24232 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24233
24234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24235           plug a memleak, allows me to import 1479 albums in one go
24236           in jamboree
24237         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24238         (vorbis_handle_type_packet), (vorbis_dec_chain),
24239         (vorbis_dec_change_state):
24240           fix some format strings
24241
24242 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24243
24244         * docs/libs/tmpl/gstcolorbalance.sgml:
24245         * docs/libs/tmpl/gstmixer.sgml:
24246         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
24247         (gst_alsasink_set_property), (gst_alsasink_get_property):
24248         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
24249         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
24250           add device property
24251
24252 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24253
24254         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24255         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
24256         (audiocast_register_listener), (audiocast_thread_run),
24257         (gst_gnomevfssrc_send_additional_headers_callback),
24258         (gst_gnomevfssrc_received_headers_callback),
24259         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
24260         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
24261         (gst_gnomevfssrc_get_size):
24262           add/clean up debugging
24263         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
24264           cleanups
24265
24266 2005-07-07  Andy Wingo  <wingo@pobox.com>
24267
24268         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
24269         framerate. Need to get a handle on when exactly this function is
24270         called, tho.
24271
24272         * sys/v4l/v4lsrc_calls.h:
24273         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
24274         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
24275         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
24276
24277         * sys/v4l/v4l_calls.h: Cast to V4lElement.
24278         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
24279         v4lelements are sources.
24280
24281         * sys/v4l/gstv4lxoverlay.h:
24282         * sys/v4l/gstv4lxoverlay.c:
24283         * sys/v4l/gstv4ltuner.h:
24284         * sys/v4l/gstv4ltuner.c: Header loc fixen.
24285         
24286         * sys/v4l/gstv4lsrc.h:
24287         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
24288         PushSrc/BaseSrc. Removed most sync-related properties, videorate
24289         or something should handle that. Made a live source.
24290
24291         * sys/v4l/gstv4lelement.h:
24292         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
24293         signals. Some cleanups.
24294
24295         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
24296
24297         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
24298         stuff.
24299
24300         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
24301         stuff.
24302
24303         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
24304
24305 2005-07-07  Wim Taymans  <wim@fluendo.com>
24306
24307         * ext/theora/theoradec.c: (theora_get_query_types),
24308         (theora_dec_src_getcaps), (theora_dec_push):
24309         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
24310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
24311         Remove deprecated/unused query types.
24312
24313 2005-07-06  Wim Taymans  <wim@fluendo.com>
24314
24315         * ext/alsa/Makefile.am:
24316         * ext/alsa/gstalsaplugin.c: (plugin_init):
24317         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24318         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
24319         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
24320         (gst_alsasrc_class_init), (gst_alsasrc_init),
24321         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
24322         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
24323         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
24324         (gst_alsasrc_reset):
24325         * ext/alsa/gstalsasrc.h:
24326         * gst-libs/gst/audio/Makefile.am:
24327         * gst-libs/gst/audio/gstaudiosink.c:
24328         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24329         (gst_audioringbuffer_start):
24330         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
24331         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
24332         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
24333         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
24334         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
24335         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
24336         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
24337         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
24338         * gst-libs/gst/audio/gstaudiosrc.h:
24339         * gst-libs/gst/audio/gstbaseaudiosink.c:
24340         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24341         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
24342         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
24343         * gst-libs/gst/audio/gstbaseaudiosrc.c:
24344         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
24345         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
24346         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
24347         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
24348         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
24349         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
24350         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
24351         (gst_baseaudiosrc_change_state):
24352         * gst-libs/gst/audio/gstbaseaudiosrc.h:
24353         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
24354         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
24355         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
24356         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24357         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
24358         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
24359         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
24360         * gst-libs/gst/audio/gstringbuffer.h:
24361         Added audiosource base classes.
24362         Ported alsasrc, still very basic.
24363
24364 2005-07-06  Wim Taymans  <wim@fluendo.com>
24365
24366         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
24367         (theora_dec_push), (theora_handle_data_packet):
24368         Prepare for better timestamp fix later.
24369
24370         * gst/audioconvert/gstaudioconvert.c:
24371         List most accurate caps first
24372
24373         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
24374         Use proper pad task function.
24375
24376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24377         (gst_xvimagesink_show_frame):
24378         Fix deadlock when alloc failed.
24379
24380 2005-07-05  Andy Wingo  <wingo@pobox.com>
24381
24382         * ext/gnomevfs/gstgnomevfssrc.c:
24383         * gst/sine/gstsinesrc.c:
24384         * gst/tcp/gsttcpserversrc.c:
24385         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
24386
24387         * sys/v4l/: Port from 0.8.
24388
24389         * Many files: Null if we got it....
24390
24391 2005-07-05  Andy Wingo  <wingo@pobox.com>
24392
24393         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
24394         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
24395         Signedness fixes.
24396
24397 2005-07-05  Wim Taymans  <wim@fluendo.com>
24398
24399         * configure.ac:
24400         * gst/tcp/Makefile.am:
24401         * gst/tcp/README:
24402         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
24403         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
24404         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
24405         (is_sync_frame), (gst_multifdsink_handle_client_write),
24406         (gst_multifdsink_render), (gst_multifdsink_start),
24407         (gst_multifdsink_stop), (gst_multifdsink_change_state):
24408         * gst/tcp/gstmultifdsink.h:
24409         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
24410         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
24411         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
24412         * gst/tcp/gsttcp.h:
24413         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
24414         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
24415         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
24416         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
24417         * gst/tcp/gsttcpclientsink.h:
24418         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
24419         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
24420         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
24421         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
24422         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
24423         * gst/tcp/gsttcpclientsrc.h:
24424         * gst/tcp/gsttcpplugin.c: (plugin_init):
24425         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
24426         * gst/tcp/gsttcpserversink.h:
24427         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
24428         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
24429         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
24430         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
24431         (gst_tcpserversrc_stop):
24432         * gst/tcp/gsttcpserversrc.h:
24433         * gst/tcp/gsttcpsink.c:
24434         * gst/tcp/gsttcpsink.h:
24435         * gst/tcp/gsttcpsrc.c:
24436         * gst/tcp/gsttcpsrc.h:
24437         Ported tcp plugins to 0.9. 
24438         
24439
24440 2005-07-05  Andy Wingo  <wingo@pobox.com>
24441
24442         * gst/playback/gstplaybasebin.c (fill_buffer):
24443         message_new_application fixen.
24444
24445         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
24446         Style fix.
24447
24448 2005-07-04  Wim Taymans  <wim@fluendo.com>
24449
24450         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
24451         Set caps on output buffer.
24452
24453 2005-07-04  Andy Wingo  <wingo@pobox.com>
24454
24455         * ext/gnomevfs/gstgnomevfssrc.c
24456         (gst_gnomevfssrc_received_headers_callback) 
24457         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
24458         hopefully.
24459
24460         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
24461         No refcount leakage.
24462
24463         * configure.ac: Enable -Werror.
24464         
24465         * ext/theora/theoradec.c (theora_dec_src_getcaps):
24466         * gst/audioconvert/bufferframesconvert.c
24467         (buffer_frames_convert_fixate):
24468         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
24469         (gst_audio_convert_fixate):
24470         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
24471         (gst_sinesrc_create): Fixate func changes.
24472         
24473         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
24474         (gst_ximagesink_buffer_alloc): Unused var.
24475
24476 2005-07-01  Andy Wingo  <wingo@pobox.com>
24477
24478         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
24479         getcaps to do explicit caps. Needs to be done in all decoders,
24480         possibly via a base class.
24481
24482         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
24483
24484         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
24485         caps on the sink pad, just rely on the pad template. Also, setting
24486         ANY caps on a pad is not valid because the caps are not fixed.
24487
24488         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
24489         caps on the buffer, and get the width from the desired_caps if
24490         they're set.
24491         (gst_ximagesink_renegotiate_size): Implement via setting the
24492         desired_caps on the ximagesink.
24493         (gst_ximagesink_setcaps): Only reset the width of the player if it
24494         wasn't already set. Not sure if this is right.
24495         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
24496
24497         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
24498         that the user wants. NULL unless the window has been resized.
24499
24500         * gst/volume/gstvolume.c (volume_transform): Adapt to
24501         basetransform refcount changes.
24502         
24503 2005-07-01  Andy Wingo  <wingo@pobox.com>
24504
24505         * gst/videoscale/gstvideoscale.c:
24506         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
24507         from BaseTransform, implements a transform_caps. Removed dead code
24508         including some PAR stuff that was never reached -- should probably
24509         be added back somehow.
24510
24511 2005-07-01  Andy Wingo  <wingo@pobox.com>
24512
24513         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
24514         come later.
24515
24516 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
24517
24518         * configure.ac:
24519         * docs/libs/Makefile.am:
24520         * docs/libs/gst-plugins-libs.types:
24521         * ext/alsa/Makefile.am:
24522         * ext/alsa/gstalsamixer.h:
24523         * ext/alsa/gstalsamixeroptions.h:
24524         * ext/alsa/gstalsamixertrack.h:
24525         * gst-libs/gst/Makefile.am:
24526         * gst-libs/gst/colorbalance/.cvsignore:
24527         * gst-libs/gst/colorbalance/Makefile.am:
24528         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
24529         * gst-libs/gst/colorbalance/colorbalance.c:
24530         * gst-libs/gst/colorbalance/colorbalance.h:
24531         * gst-libs/gst/colorbalance/colorbalance.vcproj:
24532         * gst-libs/gst/colorbalance/colorbalancechannel.c:
24533         * gst-libs/gst/colorbalance/colorbalancechannel.h:
24534         * gst-libs/gst/interfaces/Makefile.am:
24535         * gst-libs/gst/interfaces/colorbalance.c:
24536         (gst_color_balance_class_init):
24537         * gst-libs/gst/interfaces/colorbalance.h:
24538         * gst-libs/gst/interfaces/interfaces-marshal.list:
24539         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
24540         * gst-libs/gst/interfaces/mixer.h:
24541         * gst-libs/gst/interfaces/mixeroptions.h:
24542         * gst-libs/gst/interfaces/navigation.c:
24543         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
24544         * gst-libs/gst/interfaces/tuner.h:
24545         * gst/volume/Makefile.am:
24546         * gst/volume/gstvolume.c:
24547         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
24548         * sys/ximage/Makefile.am:
24549         * sys/ximage/ximagesink.c:
24550         * sys/xvimage/Makefile.am:
24551         * sys/xvimage/xvimagesink.c:
24552           fold in all interfaces into an interfaces dir, preserving CVS
24553           history
24554
24555 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24558           Fix build after riff changes.
24559
24560 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24561
24562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
24563         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
24564         (gst_riff_create_video_template_caps),
24565         (gst_riff_create_audio_template_caps),
24566         (gst_riff_create_iavs_template_caps):
24567         * gst-libs/gst/riff/riff-media.h:
24568         * gst-libs/gst/riff/riff-read.h:
24569         * gst-libs/gst/riff/riff.c: (gst_riff_init):
24570           Add gst_riff_init() to initialize the debug category, instead
24571           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
24572
24573 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24574
24575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
24576           Oops, I shouldn't apply hacks.
24577
24578 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24579
24580         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
24581           Remove pad_loop function which doesn't work.
24582
24583 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24584
24585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
24586           Send EOS when deactivating.
24587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
24588         (check_queue), (queue_threshold_reached), (queue_out_of_data),
24589         (gen_preroll_element), (probe_triggered), (mute_stream),
24590         (silence_stream), (new_decoded_pad), (setup_substreams),
24591         (set_active_source):
24592         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
24593         (remove_sinks), (add_sink):
24594         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
24595           Change for new probe API.
24596
24597 2005-06-29  Wim Taymans  <wim@fluendo.com>
24598
24599         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
24600         * gst-libs/gst/audio/gstbaseaudiosink.c:
24601         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
24602         (gst_baseaudiosink_change_state):
24603         * gst-libs/gst/audio/gstbaseaudiosink.h:
24604         * gst-libs/gst/audio/gstringbuffer.c:
24605         (gst_ringbuffer_set_callback):
24606         Fix compilation error.
24607         Ringbuffer starts out as not running.
24608         Free our clock in dispose.
24609         When releasing the ringbuffer we need to renegotiate so
24610         clear the pad caps.
24611
24612 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24613
24614         * autogen.sh:
24615         * configure.ac:
24616         * docs/Makefile.am:
24617         * docs/libs/Makefile.am:
24618         * docs/libs/gst-plugins-libs-docs.sgml:
24619         * docs/libs/gst-plugins-libs-sections.txt:
24620         * docs/libs/gst-plugins-libs.types:
24621         * docs/libs/tmpl/gstaudio.sgml:
24622         * docs/libs/tmpl/gstcolorbalance.sgml:
24623         * docs/libs/tmpl/gstringbuffer.sgml:
24624         * gst-libs/gst/audio/gstringbuffer.c:
24625         (gst_ringbuffer_set_callback):
24626           reinstate gtk-doc docs for plugin libs
24627
24628 2005-06-28  Wim Taymans  <wim@fluendo.com>
24629
24630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24631         (gst_ogg_demux_init):
24632         Removed pad loop function.
24633
24634 2005-06-28  Wim Taymans  <wim@fluendo.com>
24635
24636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24637         If we're building a chain we are not in an error case
24638         when we queue a buffer.
24639
24640 2005-06-28  Andy Wingo  <wingo@pobox.com>
24641
24642         * *.c: Don't cast to GstObject before reffing/unreffing.
24643
24644 2005-06-27  Andy Wingo  <wingo@pobox.com>
24645
24646         * gst/videotestsrc/gstvideotestsrc.c
24647         (gst_videotestsrc_activate_push): Activation API changes.
24648
24649         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
24650         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
24651         they have refs on the decodebin.
24652
24653         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
24654         parent class.
24655         (gst_ogg_pad_typefind): Don't leak a pad ref.
24656         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
24657         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
24658         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
24659
24660 2005-06-27  Edward Hervey  <edward@fluendo.com>
24661
24662         * ext/theora/theoradec.c: (theora_dec_change_state): 
24663         re-arranged call to parent's state change in order to avoid locks (or
24664         worse).
24665
24666 2005-06-26  Edward Hervey  <edward@fluendo.com>
24667
24668         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24669         2nd argument of 'unknow-type' signal is a GstCaps and not a
24670         GstMiniObject
24671
24672 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
24673         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
24674           Set the worker thread's running flag to TRUE before starting the
24675           thread.
24676         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
24677           Catch a failure to add typefind to the bin.
24678
24679 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24680
24681         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24682         (gst_sinesrc_init), (gst_sinesrc_create),
24683         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
24684         (gst_sinesrc_start):
24685         * gst/sine/gstsinesrc.h:
24686           add num-buffers and timestamp-offset properties
24687         * gst/videotestsrc/gstvideotestsrc.c:
24688         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
24689         (gst_videotestsrc_get_property):
24690           add timestamp-offset property
24691
24692 2005-06-23  Christian Schaller  <uraeus@gnome.org>
24693
24694         * configure.ac: add videorate
24695         * gst-plugins-base.spec.in: add videorate
24696
24697 2005-06-23  Wim Taymans  <wim@fluendo.com>
24698
24699         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24700         (gst_videorate_getcaps), (gst_videorate_setcaps),
24701         (gst_videorate_event), (gst_videorate_chain):
24702         Fixed videorate, fixating an already fixated caps is not
24703         an error.
24704
24705 2005-06-23  Wim Taymans  <wim@fluendo.com>
24706
24707         * ext/ogg/README:
24708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
24709         Buffer on caps is not boxed anymore.
24710
24711 2005-06-22  Wim Taymans  <wim@fluendo.com>
24712
24713         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
24714         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24715         Set buffers on caps as miniobjects and not as boxed.
24716
24717 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24718
24719         * configure.ac:
24720           back to HEAD
24721
24722 === release 0.9.1 ===
24723
24724 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
24725
24726         * .cvsignore:
24727         * NEWS:
24728         * README:
24729         * RELEASE:
24730         * configure.ac:
24731         * po/af.po:
24732         * po/az.po:
24733         * po/cs.po:
24734         * po/en_GB.po:
24735         * po/hu.po:
24736         * po/it.po:
24737         * po/nb.po:
24738         * po/nl.po:
24739         * po/or.po:
24740         * po/sq.po:
24741         * po/sr.po:
24742         * po/sv.po:
24743         * po/uk.po:
24744         * po/vi.po:
24745           updates for release
24746
24747 2005-06-09  Andy Wingo  <wingo@pobox.com>
24748
24749         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
24750         
24751 2005-06-09  Andy Wingo  <wingo@pobox.com>
24752
24753         * configure.ac:
24754         * gst-libs/gst/Makefile.am:
24755         * gst-libs/gst/net/Makefile.am:
24756         Add gstnet to build.
24757
24758 2005-06-09  Andy Wingo  <wingo@pobox.com>
24759
24760         * gst-libs/gst/gconf/gconf.c:
24761         * gst/playback/test.c:
24762         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
24763         fixes.
24764
24765         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
24766
24767         * ext/theora/theoraenc.c (theora_enc_chain): 
24768         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
24769
24770         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
24771         RealPad.
24772
24773 2005-06-02  Wim Taymans  <wim@fluendo.com>
24774
24775         * gst-libs/gst/net/Makefile.am:
24776         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
24777         * pkgconfig/gstreamer-libs.pc.in:
24778         Added net stuff, version net lib.
24779
24780 2005-06-02  Wim Taymans  <wim@fluendo.com>
24781
24782         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
24783         (query_rates), (query_positions_elems), (query_positions_pads),
24784         (do_seek):
24785         Updated seek example.
24786
24787 2005-06-02  Andy Wingo  <wingo@pobox.com>
24788
24789         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
24790         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
24791         list.
24792
24793         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
24794         remove the typefind, the bin dispose will do it for us. When it's
24795         removed and unreffed, the signal handler will be disconnected,
24796         too.
24797         (unlinked): It's too difficult to disconnect from unlinked
24798         handlers, as they are on pads not elements. Just punt if the pads
24799         aren't grandkids of the bin.
24800
24801 2005-06-02  Wim Taymans  <wim@fluendo.com>
24802
24803         * ext/ogg/README:
24804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24805         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
24806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
24807         * ext/theora/theoradec.c: (theora_dec_src_query),
24808         (theora_handle_data_packet):
24809         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24810         (theora_enc_chain):
24811         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24812         (vorbis_handle_data_packet):
24813         * gst/audioconvert/bufferframesconvert.c:
24814         (buffer_frames_convert_chain):
24815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24816         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24817         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24818         (gst_ffmpegcsp_chain):
24819         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24820         (gst_videorate_getcaps), (gst_videorate_setcaps),
24821         (gst_videorate_event), (gst_videorate_chain):
24822         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
24823         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
24824         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24825         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
24826         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24827         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24828         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24829         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24830         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
24831         Cleanups and buffer alloc.
24832
24833 2005-05-31  Wim Taymans  <wim@fluendo.com>
24834
24835         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
24836         Don't try to call the delay method when the device is not
24837         opened.
24838
24839 2005-05-31  Wim Taymans  <wim@fluendo.com>
24840
24841         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
24842         Get actual segment size and buffer size after opening
24843         the device.
24844
24845 2005-05-30  Wim Taymans  <wim@fluendo.com>
24846
24847         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
24848         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
24849         Also FLUSH upstream, makes the loop function exit faster.
24850         
24851         * ext/theora/theoradec.c: (theora_dec_src_query):
24852         Some more debug info in the query.
24853         
24854         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24855         (gst_ximagesink_setcaps):
24856         Release lock on par error, better error reporting.
24857
24858 2005-05-26  Wim Taymans  <wim@fluendo.com>
24859
24860         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
24861         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
24862         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
24863         Clear chains in READY
24864         Queue packets until the chain is activated.
24865
24866 2005-05-25  Wim Taymans  <wim@fluendo.com>
24867
24868         * gst-libs/gst/audio/gstaudiosink.c:
24869         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24870         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24871         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24872         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24873         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24874         (gst_audiosink_create_ringbuffer):
24875         * gst-libs/gst/audio/gstbaseaudiosink.c:
24876         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24877         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24878         (gst_baseaudiosink_set_property), (build_linear_format),
24879         (debug_spec_caps), (debug_spec_buffer),
24880         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24881         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24882         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24883         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24884         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24885         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24886         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24887         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24888         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24889         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24890         (wait_segment), (gst_ringbuffer_commit),
24891         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24892         (gst_ringbuffer_clear):
24893         Various small cleanups.
24894
24895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24896         (gst_audio_convert_change_state):
24897         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
24898         No need to take the locks anymore.
24899
24900 2005-05-25  Wim Taymans  <wim@fluendo.com>
24901
24902         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24903         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24904         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24905         (type_found):
24906         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24907         (group_destroy), (group_commit), (queue_overrun),
24908         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24909         (mute_stream), (new_decoded_pad), (setup_substreams),
24910         (setup_source), (mute_group_type), (set_active_source),
24911         (gst_play_base_bin_change_state):
24912         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24913         (gen_video_element), (gen_text_element), (gen_audio_element),
24914         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24915         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24916         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24917         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24918         Some playbin cleanups mostly refcounting sloppyness.
24919
24920 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24921
24922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24923           Work with streaming input.
24924
24925 2005-05-25  Wim Taymans  <wim@fluendo.com>
24926
24927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24928         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24929         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24930         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24931         No need to take the STREAM lock anymore.
24932
24933 2005-05-25  Wim Taymans  <wim@fluendo.com>
24934
24935         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24936         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24937         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24938         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24939         (gst_ogg_demux_sink_activate):
24940         * ext/theora/theoradec.c: (theora_dec_src_event),
24941         (theora_handle_comment_packet), (theora_dec_chain),
24942         (theora_dec_change_state):
24943         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24944         (vorbis_handle_data_packet), (vorbis_dec_chain),
24945         (vorbis_dec_change_state):
24946         Remove STREAM locks as they are taken in core now.
24947         Never set bogus granulepos on vorbis/theora.
24948         Fix leaks in theoradec tag parsing.
24949
24950 2005-05-25  Wim Taymans  <wim@fluendo.com>
24951
24952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24953         Fix memleaks, GST_BUFFER_DATA() is not freed.
24954
24955 2005-05-25  Wim Taymans  <wim@fluendo.com>
24956
24957         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24958         Open non-blocking, set to blocking mode afterwards to avoid
24959         lockups when audio device is busy.
24960
24961 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24962
24963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24964           This can't be good.
24965
24966 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24967
24968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24969         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24970         (gst_audio_convert_setcaps):
24971           Implement instant setup switching.
24972
24973 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24974
24975         * gst/playback/gstplaybasebin.c: (probe_triggered):
24976           Fix missing unlock.
24977         * gst/playback/gstplaybin.c: (add_sink):
24978           First add, then link (otherwise pad link fails).
24979
24980 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24981
24982         * examples/Makefile.am:
24983         fix buildbot (make distcheck)
24984
24985 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24986
24987         * gst/playback/gstplaybin.c: (gen_vis_element):
24988           Remove some wrong code. Doesn't work yet.
24989
24990 2005-05-19  Wim Taymans  <wim@fluendo.com>
24991
24992         * gst-libs/gst/net/Makefile.am:
24993         * gst-libs/gst/net/README:
24994         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24995         (gst_netbuffer_class_init), (gst_netbuffer_init),
24996         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24997         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24998         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24999         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
25000         * gst-libs/gst/net/gstnetbuffer.h:
25001         Added buffer subclass to store extra to/from addresses for
25002         network sources/sinks.
25003
25004 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25005
25006         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25007           Don't lock an unassigned variable.
25008
25009 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25010
25011         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
25012           Increase buffer for video, decrease buffer for other media types.
25013         * gst/playback/gstplaybin.c: (gen_video_element),
25014         (gen_audio_element):
25015           Change names for debugging purposes.
25016
25017 2005-05-18  Wim Taymans  <wim@fluendo.com>
25018
25019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25020         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25021         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
25022         (gst_ffmpegcsp_chain):
25023         Enable buffer alloc passthrough if the source and dest
25024         formats are the same.
25025
25026 2005-05-17  Wim Taymans  <wim@fluendo.com>
25027
25028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
25029         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
25030         (gst_ogg_demux_chain_unlocked):
25031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25032         (gst_audio_convert_caps_remove_format_info),
25033         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25034         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
25035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25036         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25037         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
25038         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
25039         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
25040         (gst_ffmpegcsp_get_property):
25041         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
25042         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
25043         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
25044         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
25045         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
25046         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
25047         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
25048         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
25049         Leak fixes in oggdemux.
25050         Some cleanups in audioconvert.
25051         Make passthrough work along with buffer_alloc etc.
25052         Make buffer_alloc and buffer recycling actually work in
25053         xvimagesink.
25054
25055 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
25056
25057         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
25058           make the compiler happy
25059
25060 2005-05-17  Wim Taymans  <wim@fluendo.com>
25061
25062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
25063         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
25064         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
25065         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
25066         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
25067         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
25068         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
25069         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25070         (gst_xvimagesink_set_xwindow_id):
25071         * sys/xvimage/xvimagesink.h:
25072         Port xvimagesink to new MiniObject.
25073
25074 2005-05-17  Wim Taymans  <wim@fluendo.com>
25075
25076         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25077         (gst_audiofilter_chain):
25078         * gst-libs/gst/audio/gstaudiosink.c:
25079         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25080         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25081         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25082         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25083         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25084         (gst_audiosink_create_ringbuffer):
25085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25086         (gst_audio_convert_caps_remove_format_info),
25087         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25088         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25090         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25091         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25092         Fix passthrough in ffmpegcolorspace.
25093         Fix memset in audiosink on wrong memory.
25094
25095 2005-05-16  David Schleef  <ds@schleef.org>
25096
25097         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
25098         to GstMiniObject.
25099
25100 2005-05-16  David Schleef  <ds@schleef.org>
25101
25102         Port from GstData to GstMiniObject.
25103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
25104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
25105         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
25106         (gst_ogg_mux_collected):
25107         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25108         * ext/theora/theoradec.c: (theora_handle_comment_packet),
25109         (theora_handle_data_packet):
25110         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25111         (theora_set_header_on_caps), (theora_enc_chain):
25112         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
25113         (vorbis_handle_comment_packet):
25114         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
25115         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
25116         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
25117         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
25118         * gst/audioconvert/gstaudioconvert.c:
25119         (gst_audio_convert_get_buffer):
25120         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
25121         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
25122         (mute_stream), (silence_stream):
25123         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
25124         * gst/volume/gstvolume.c: (volume_transform):
25125         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
25126         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
25127         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
25128         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
25129         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
25130         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
25131         (gst_ximagesink_buffer_alloc):
25132         * sys/ximage/ximagesink.h:
25133
25134 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25135
25136         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25137         (fill_buffer), (check_queue), (queue_threshold_reached),
25138         (queue_out_of_data):
25139         * gst/playback/gstplaybasebin.h:
25140           Post buffer-fullness on the bus.
25141
25142 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25143
25144         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25145         (try_to_link_1):
25146         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25147         (group_commit), (probe_triggered), (setup_source),
25148         (gst_play_base_bin_change_state):
25149         * gst/playback/gstplaybasebin.h:
25150         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25151         (gst_play_bin_init), (remove_sinks), (setup_sinks),
25152         (gst_play_bin_change_state):
25153           Move setup_output_pads into a virtual function, remove
25154           group-switch (no longer needed) and redirect (handled by bus
25155           now) signals.
25156
25157 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25158
25159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
25160         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
25161         (get_active_group), (get_building_group), (group_destroy),
25162         (group_commit), (check_queue), (queue_overrun),
25163         (queue_threshold_reached), (queue_out_of_data),
25164         (gen_preroll_element), (remove_groups), (unknown_type),
25165         (add_element_stream), (no_more_pads), (probe_triggered),
25166         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
25167         (setup_substreams), (setup_source), (finish_source),
25168         (prepare_output), (muted_group_change_state),
25169         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
25170         (gst_play_base_bin_change_state):
25171         * gst/playback/gstplaybasebin.h:
25172         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25173         (gst_play_bin_init), (gst_play_bin_set_property),
25174         (gen_video_element), (gen_text_element), (gen_audio_element),
25175         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
25176         (gst_play_bin_change_state):
25177         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
25178         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
25179         (stream_info_change_state), (gst_stream_info_set_mute),
25180         (gst_stream_info_get_property):
25181         * gst/playback/gststreaminfo.h:
25182         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25183         (gst_stream_selector_get_linked_pad),
25184         (gst_stream_selector_getcaps),
25185         (gst_stream_selector_get_linked_pads),
25186         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
25187         * gst/playback/gststreamselector.h:
25188           Rough port of playbin. Needs some more work, but is mostly done,
25189           and uses a few locks in important places, which should make stuff
25190           like chain-switches clean. Still uses GST_STATE() in a few places,
25191           which isn't all that good an idea, subtitles/elements disabled
25192           because no elements to test with and thus probably broken, query
25193           and event handling moved to GstBin, internal thread removed
25194           alltogether because the pipeline does that for us now. Can play
25195           Ogg/Vorbis files. Haven't tested anything else yet.
25196
25197 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25198
25199         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
25200           Do no-more-pads (needed for autoplugging).
25201
25202 2005-05-10  Andy Wingo  <wingo@pobox.com>
25203
25204         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
25205         message to the bus with the tags. Still not sent downstream tho.
25206
25207         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
25208         get_parent.
25209         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
25210         avoid refcounting hassles.
25211
25212 2005-05-09  Andy Wingo  <wingo@pobox.com>
25213
25214         * gst/volume/Makefile.am:
25215         * gst/volume/demo.c
25216         * gst/volume/gstvolume.h
25217         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
25218         basetransform. Probably need an audio filter base class.
25219
25220 2005-05-09  Wim Taymans  <wim@fluendo.com>
25221
25222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
25223         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
25224         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
25225         (gst_vorbisenc_chain):
25226         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25227         (gst_audio_convert_caps_remove_format_info),
25228         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25229         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25230         Make caps writable before writing to it.
25231         Fix negotiation in audioconvert some more.
25232
25233 2005-05-09  Wim Taymans  <wim@fluendo.com>
25234
25235         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
25236         (gst_videorate_getcaps), (gst_videorate_setcaps),
25237         (gst_videorate_event), (gst_videorate_chain):
25238         Better negotiation.
25239
25240 2005-05-09  Wim Taymans  <wim@fluendo.com>
25241
25242         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
25243         (gst_videorate_getcaps), (gst_videorate_setcaps),
25244         (gst_videorate_blank_data), (gst_videorate_init),
25245         (gst_videorate_event), (gst_videorate_chain),
25246         (gst_videorate_change_state):
25247         Port videorate, do a better job at negotiation while we're at
25248         it.
25249
25250 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
25251
25252         * configure.ac:
25253           Disable libvisual
25254
25255         * examples/Makefile.am:
25256         * gst-libs/gst/audio/Makefile.am:
25257         * gst-libs/gst/riff/Makefile.am:
25258         * gst-libs/gst/tag/Makefile.am:
25259         * gst-libs/gst/video/Makefile.am:
25260           Fixups for missing variables.
25261
25262 2005-05-09  Wim Taymans  <wim@fluendo.com>
25263
25264         * examples/seeking/seek.c: (make_theora_pipeline),
25265         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
25266         (query_rates), (query_positions_elems), (query_positions_pads),
25267         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
25268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
25269         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
25270         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
25271         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
25272         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
25273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25274         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25275         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25276         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
25277         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
25278         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
25279         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
25280         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
25281         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25282         (theora_dec_src_convert), (theora_dec_sink_convert),
25283         (theora_dec_src_query), (theora_dec_sink_query),
25284         (theora_dec_src_event), (theora_dec_sink_event),
25285         (theora_handle_comment_packet), (theora_handle_type_packet),
25286         (theora_handle_header_packet), (theora_handle_data_packet),
25287         (theora_dec_chain):
25288         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25289         (vorbis_dec_convert), (vorbis_dec_src_query),
25290         (vorbis_dec_sink_query), (vorbis_dec_src_event),
25291         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25292         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25293         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
25295         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
25296         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
25297         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25298         (gst_play_bin_query):
25299         * gst/playback/test3.c: (update_scale):
25300         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
25301         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
25302         * gst/subparse/gstsubparse.c: (gst_subparse_init):
25303         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
25304         (gst_videotestsrc_src_query):
25305         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
25306         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
25307         (paint_hline_YUV9):
25308         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
25309         Port to new query API.
25310         Updated seek.
25311         Cleanups in x[v]imagesink
25312
25313 2005-05-09  Andy Wingo  <wingo@pobox.com>
25314
25315         * ext/alsa/gstalsasink.h:
25316         * ext/gnomevfs/gstgnomevfssrc.c:
25317         (gst_gnomevfssrc_get_icy_metadata):
25318         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
25319         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
25320         * ext/theora/theoradec.c (theora_dec_src_query)
25321         (theora_dec_src_event, theora_dec_sink_event)
25322         (theora_handle_comment_packet, theora_handle_data_packet):
25323         * ext/theora/theoraenc.c (theora_enc_chain):
25324         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
25325         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
25326         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
25327         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
25328         (qt_type_find):
25329         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
25330         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
25331         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
25332         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
25333         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
25334         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
25335         (paint_setup_xBGR8888, paint_setup_RGBx8888)
25336         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
25337         (paint_setup_RGB565, paint_setup_xRGB1555):
25338         * gst/videotestsrc/videotestsrc.h:
25339         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
25340         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
25341         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
25342         GCC4 fixes.
25343         
25344         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
25345         gst_pad_query_position. Fixes oggdemux.
25346
25347 2005-05-08  David Schleef  <ds@schleef.org>
25348
25349         * configure.ac: Require liboil.
25350         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
25351         a few more.
25352         * gst/videotestsrc/videotestsrc.c:
25353         * gst/videotestsrc/videotestsrc.h:
25354
25355 2005-05-06  Wim Taymans  <wim@fluendo.com>
25356
25357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25358         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25359         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25360         Well, unreffing a buffer right before pushing it is asking
25361         for trouble..
25362
25363 2005-05-06  Christian Schaller  <uraeus@gnome.org>
25364
25365         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
25366
25367 2005-05-06  Wim Taymans  <wim@fluendo.com>
25368
25369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25370         (gst_audio_convert_caps_remove_format_info),
25371         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
25372         (gst_audio_convert_fixate), (gst_audio_convert_channels):
25373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25374         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
25375         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
25376         * gst/sine/Makefile.am:
25377         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
25378         (gst_sinesrc_class_init), (gst_sinesrc_init),
25379         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
25380         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
25381         (gst_sinesrc_update_freq):
25382         * gst/sine/gstsinesrc.h:
25383         * gst/tcp/gstmultifdsink.c:
25384         * sys/xvimage/xvimagesink.c:
25385         Fixed negotiation wrt _peer_get_caps()
25386         Some cleanups.
25387
25388
25389 2005-05-06  Wim Taymans  <wim@fluendo.com>
25390
25391         * gst-libs/gst/audio/gstaudiosink.c:
25392         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25393         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25394         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25395         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25396         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25397         (gst_audiosink_create_ringbuffer):
25398         * gst-libs/gst/audio/gstbaseaudiosink.c:
25399         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25400         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25401         (gst_baseaudiosink_set_property), (build_linear_format),
25402         (debug_spec_caps), (debug_spec_buffer),
25403         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25404         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25405         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25406         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25407         * gst-libs/gst/audio/gstbaseaudiosink.h:
25408         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25409         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25410         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
25411         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25412         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
25413         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
25414         (wait_segment), (gst_ringbuffer_commit),
25415         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
25416         (gst_ringbuffer_clear):
25417         * gst-libs/gst/audio/gstringbuffer.h:
25418         Make the base audiosink return an error when there is no
25419         audiobuffer negotiated.
25420
25421 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25422
25423         * ext/Makefile.am:
25424         Disable cdparanoia until someone ports it!
25425
25426 2005-05-06  Wim Taymans  <wim@fluendo.com>
25427
25428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25429         (gst_ogg_demux_sink_activate):
25430         And revert after wingo's revert.. sigh..
25431
25432 2005-05-05  Andy Wingo  <wingo@pobox.com>
25433
25434         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
25435         GObject.
25436         * configure.ac: Return audiorate and subparse from the ghetto.
25437         Re-enable -Wall -Werror.
25438         * gst/subparse/gstsubparse.c:
25439         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
25440         or chain-based. Cleaned up a bit. Not tested.
25441         
25442 2005-05-05  Christian Schaller <christian@fluendo.com> 
25443
25444         * Makefile.am: remove stuff that is not building
25445         * configure.ac: remove stuff that is not building
25446         * examples/Makefile.am: remove stuff that is not building
25447         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
25448         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
25449         * sys/Makefile.am: remove stuff that is not building
25450         * testsuite/Makefile.am: remove stuff that is not building
25451
25452 2005-05-05  Andy Wingo  <wingo@pobox.com>
25453
25454         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
25455         * gst-libs/gst/tag/gstvorbistag.c:
25456         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
25457         * gst/adder/gstadder.h:
25458         * gst/audioconvert/gstchannelmix.c:
25459         (gst_audio_convert_fill_one_other):
25460         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
25461         (gst_audiorate_init), (gst_audiorate_chain):
25462         * gst/playback/gstplaybasebin.c: (setup_source):
25463         * gst/playback/test3.c: (update_scale):
25464         Some GCC4 fixes
25465         
25466         * po/af.po:
25467         * po/az.po:
25468         * po/cs.po:
25469         * po/en_GB.po:
25470         * po/hu.po:
25471         * po/it.po:
25472         * po/nb.po:
25473         * po/nl.po:
25474         * po/or.po:
25475         * po/sq.po:
25476         * po/sr.po:
25477         * po/sv.po:
25478         * po/uk.po:
25479         * po/vi.po: Foo
25480
25481 2005-05-05  Wim Taymans  <wim@fluendo.com>
25482
25483         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25484         (gst_audio_convert_caps_remove_format_info),
25485         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25486         (gst_audio_convert_change_state), (gst_audio_convert_channels):
25487         * gst/videotestsrc/gstvideotestsrc.c:
25488         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
25489         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
25490         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
25491         (gst_videotestsrc_init), (gst_videotestsrc_loop):
25492         Don't ignore _push() return values.
25493         Make sure no processing is done when shutting down.
25494         Videotestsrc pad activation fix.
25495
25496 2005-05-05  Wim Taymans  <wim@fluendo.com>
25497
25498         * gst/adder/Makefile.am:
25499         * gst/adder/gstadder.c: (gst_adder_setcaps),
25500         (gst_adder_class_init), (gst_adder_init),
25501         (gst_adder_request_new_pad), (gst_adder_collected),
25502         (gst_adder_change_state):
25503         * gst/adder/gstadder.h:
25504         Ported adder as an example of a mixer element using
25505         collect pads. Needs more negotiation work.
25506
25507 2005-05-05  Wim Taymans  <wim@fluendo.com>
25508
25509         * ext/theora/theoradec.c: (_inc_granulepos),
25510         (theora_dec_src_event), (theora_dec_sink_event),
25511         (theora_handle_comment_packet), (theora_handle_type_packet),
25512         (theora_handle_header_packet), (theora_handle_data_packet),
25513         (theora_dec_chain):
25514         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25515         (gst_theora_enc_init), (theora_enc_sink_setcaps),
25516         (theora_push_buffer), (theora_push_packet),
25517         (theora_enc_sink_event), (theora_enc_chain),
25518         (theora_enc_change_state), (theora_enc_set_property),
25519         (theora_enc_get_property):
25520         Added stream lock to decoder so that we can serialize
25521         the discont event.
25522         More theoraenc porting, recover from errors, do clean
25523         shutdown.
25524
25525 2005-05-05  Wim Taymans  <wim@fluendo.com>
25526
25527         * ext/ogg/Makefile.am:
25528         * ext/ogg/README:
25529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25530         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
25531         (gst_ogg_print):
25532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
25533         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
25534         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
25535         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
25536         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
25537         (gst_ogg_mux_change_state):
25538         Ported ogg muxer.
25539
25540 2005-05-05  Wim Taymans  <wim@fluendo.com>
25541
25542         * docs/design-audiosinks.txt:
25543         * gst-libs/gst/audio/TODO:
25544         * gst-libs/gst/audio/gstaudiosink.c:
25545         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25546         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25547         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25548         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25549         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25550         (gst_audiosink_create_ringbuffer):
25551         * gst-libs/gst/audio/gstbaseaudiosink.c:
25552         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25553         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25554         (gst_baseaudiosink_set_property), (build_linear_format),
25555         (debug_spec_caps), (debug_spec_buffer),
25556         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25557         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25558         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25559         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25561         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25562         (gst_ringbuffer_release), (gst_ringbuffer_play),
25563         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25564         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25565         (gst_ringbuffer_set_sample), (wait_segment),
25566         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25567         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25568         More work on the audiosink, mostly debugging and a race in
25569         shutdown.
25570
25571 2005-04-28  Wim Taymans  <wim@fluendo.com>
25572
25573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
25574         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
25575         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
25576         (vorbis_dec_src_query), (vorbis_dec_src_event),
25577         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25578         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25579         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
25580         Don't crap out when seeking back to position 0.
25581
25582 2005-04-28  Wim Taymans  <wim@fluendo.com>
25583
25584         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25585         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25586         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
25587         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25588         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
25589         Make audio sink configurable, use alsasink as default.
25590
25591 2005-04-28  Wim Taymans  <wim@fluendo.com>
25592
25593         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25594         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
25595         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
25596         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
25597         (vorbis_dec_change_state):
25598         * ext/vorbis/vorbisdec.h:
25599         Refactor, use STREAM_LOCK.
25600
25601 2005-04-28  Wim Taymans  <wim@fluendo.com>
25602
25603         * ext/theora/theoradec.c: (_inc_granulepos),
25604         (theora_dec_sink_event), (theora_handle_comment_packet),
25605         (theora_handle_type_packet), (theora_handle_header_packet),
25606         (theora_handle_data_packet), (theora_dec_chain),
25607         (theora_dec_change_state):
25608         Refactor a bit, use STREAM_LOCK.
25609
25610 2005-04-28  Wim Taymans  <wim@fluendo.com>
25611
25612         * ext/alsa/Makefile.am:
25613         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
25614         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
25615         (gst_alsa_link), (gst_alsa_close_audio):
25616         * ext/alsa/gstalsaplugin.c: (plugin_init):
25617         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
25618         (gst_alsasink_dispose), (gst_alsasink_base_init),
25619         (gst_alsasink_class_init), (gst_alsasink_init),
25620         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
25621         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
25622         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
25623         (gst_alsasink_reset):
25624         * ext/alsa/gstalsasink.h:
25625         Implement alsasink with simple open/write/close API. 
25626         Make alsa dir build by disabling compilation of code.
25627
25628 2005-04-28  Wim Taymans  <wim@fluendo.com>
25629
25630         * gst-libs/gst/audio/Makefile.am:
25631         * gst-libs/gst/audio/audio.h:
25632         * gst-libs/gst/audio/audioclock.c:
25633         * gst-libs/gst/audio/audioclock.h:
25634         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
25635         (gst_audio_clock_class_init), (gst_audio_clock_init),
25636         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
25637         * gst-libs/gst/audio/gstaudioclock.h:
25638         * gst-libs/gst/audio/gstaudiosink.c:
25639         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25640         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25641         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25642         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25643         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
25644         (gst_audiosink_create_ringbuffer):
25645         * gst-libs/gst/audio/gstbaseaudiosink.c:
25646         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
25647         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
25648         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
25649         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
25650         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
25651         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
25652         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
25653         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25654         * gst-libs/gst/audio/gstbaseaudiosink.h:
25655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25656         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
25657         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25658         (gst_ringbuffer_release), (gst_ringbuffer_play),
25659         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
25660         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
25661         (gst_ringbuffer_set_sample), (wait_segment),
25662         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
25663         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
25664         * gst-libs/gst/audio/gstringbuffer.h:
25665         Make ringbuffer faster and more simple by removing the locks
25666         in the playback thread.
25667         Add sample accurate playback based on buffer sample offsets.
25668         Make the baseaudiosink provide a clock.
25669         Parse caps in the base class.
25670         Correctly handle seeking, flushing and state changes.
25671
25672 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
25673
25674         * configure.ac:
25675         * gst/audioconvert/Makefile.am:
25676         * gst/audioscale/Makefile.am:
25677           Fix part of the build.  Come on guys, autogen didn't even work :)
25678
25679 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25680
25681         * configure.ac:
25682         * gst-libs/gst/Makefile.am:
25683         * gst-libs/gst/media-info/.cvsignore:
25684         * gst-libs/gst/media-info/Makefile.am:
25685         * gst-libs/gst/media-info/README:
25686         * gst-libs/gst/media-info/media-info-priv.c:
25687         * gst-libs/gst/media-info/media-info-priv.h:
25688         * gst-libs/gst/media-info/media-info-test.c:
25689         * gst-libs/gst/media-info/media-info.c:
25690         * gst-libs/gst/media-info/media-info.h:
25691         * gst-libs/gst/media-info/media-info.vcproj:
25692         * pkgconfig/Makefile.am:
25693         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
25694         * pkgconfig/gstreamer-media-info.pc.in:
25695           Remove media-info, which is also successed by playbin (see Totem
25696           implementation).
25697
25698 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25699
25700         * configure.ac:
25701         * examples/Makefile.am:
25702         * examples/gstplay/.cvsignore:
25703         * examples/gstplay/Makefile.am:
25704         * examples/gstplay/player.c:
25705         * gst-libs/gst/Makefile.am:
25706         * gst-libs/gst/play/.cvsignore:
25707         * gst-libs/gst/play/Makefile.am:
25708         * gst-libs/gst/play/play.c:
25709         * gst-libs/gst/play/play.h:
25710         * gst-libs/gst/play/play.vcproj:
25711         * pkgconfig/Makefile.am:
25712         * pkgconfig/gstreamer-play-uninstalled.pc.in:
25713         * pkgconfig/gstreamer-play.pc.in:
25714           Remove libgstplay, playbin is now the official successor.
25715
25716 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25717
25718         * configure.ac:
25719         * gst-libs/gst/Makefile.am:
25720         * gst-libs/gst/xwindowlistener/Makefile.am:
25721         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
25722         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
25723           Remove deprecated xwindowlistener (I've moved xwindowlistening
25724           in the v4l/v4l2 plugins over to serverside).
25725
25726 2005-04-25  David Schleef  <ds@schleef.org>
25727
25728         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
25729         to examples/dynparams.  Examples do not belong interspersed with
25730         source code.
25731         * examples/dynparams/demo-dparams.c:
25732         * gst/sine/Makefile.am:
25733         * gst/sine/demo-dparams.c:
25734
25735 2005-04-25  David Schleef  <ds@schleef.org>
25736
25737         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
25738         * gst-libs/gst/audio/Makefile.am:
25739         * gst-libs/gst/riff/Makefile.am:
25740         * gst-libs/gst/tag/Makefile.am:
25741         * gst-libs/gst/video/Makefile.am:
25742         * gst-libs/gst/xwindowlistener/Makefile.am:
25743
25744         Convert to 0.9 API, seems to work:
25745         * sys/ximage/Makefile.am:
25746         * sys/ximage/ximagesink.c:
25747
25748 2005-04-24  David Schleef  <ds@schleef.org>
25749
25750         Link plugins against libraries:
25751         * ext/alsa/Makefile.am:
25752         * gst/tcp/Makefile.am:
25753
25754         Remove asm code that should be in liboil
25755         * gst/videoscale/Makefile.am:
25756         * gst/videoscale/videoscale_x86_asm.s:
25757
25758         gettext wants these checked in:
25759         * po/af.po:
25760         * po/az.po:
25761         * po/cs.po:
25762         * po/en_GB.po:
25763         * po/hu.po:
25764         * po/it.po:
25765         * po/nb.po:
25766         * po/nl.po:
25767         * po/or.po:
25768         * po/sq.po:
25769         * po/sr.po:
25770         * po/sv.po:
25771         * po/uk.po:
25772         * po/vi.po:
25773
25774 2005-04-24  David Schleef  <ds@schleef.org>
25775
25776         Convert gst_main() to g_main_loop_run()
25777         * gst/playback/decodetest.c: (main):
25778         * gst/playback/test2.c: (main):
25779         * gst/playback/test3.c: (main):
25780         * gst/playback/test4.c: (main):
25781
25782         Link plugins against libraries:
25783         * ext/libvisual/Makefile.am:
25784         * sys/xvimage/Makefile.am:
25785
25786 2005-04-24  David Schleef  <ds@schleef.org>
25787
25788         * configure.ac: Remove idct and resample libs
25789         * gst-libs/gst/Makefile.am: same
25790
25791         Remove usage of gst_library_load():
25792         * ext/alsa/gstalsaplugin.c: (plugin_init):
25793         * ext/libvisual/visual.c: (plugin_init):
25794         * ext/ogg/gstogg.c: (plugin_init):
25795         * ext/theora/theora.c: (plugin_init):
25796         * ext/vorbis/vorbis.c: (plugin_init):
25797         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
25798         * gst/audioscale/gstaudioscale.c:
25799         * gst/adder/gstadder.c: (plugin_init):
25800         * gst/audioconvert/plugin.c: (plugin_init):
25801         * sys/ximage/ximagesink.c: (plugin_init):
25802         * sys/xvimage/xvimagesink.c: (plugin_init):
25803         * gst/tcp/gsttcpplugin.c: (plugin_init):
25804
25805         Link plugins against libraries:
25806         * ext/ogg/Makefile.am:
25807         * ext/theora/Makefile.am:
25808         * ext/vorbis/Makefile.am:
25809         * gst/audioconvert/Makefile.am:
25810
25811         Create proper libraries:
25812         * gst-libs/gst/riff/Makefile.am:
25813         * gst-libs/gst/audio/Makefile.am:
25814         * gst-libs/gst/video/Makefile.am:
25815
25816         Move resample library to audioscale plugin directory:
25817         * gst-libs/gst/resample/Makefile.am:
25818         * gst-libs/gst/resample/README:
25819         * gst-libs/gst/resample/dtof.c:
25820         * gst-libs/gst/resample/dtos.c:
25821         * gst-libs/gst/resample/functable.c:
25822         * gst-libs/gst/resample/private.h:
25823         * gst-libs/gst/resample/resample.c:
25824         * gst-libs/gst/resample/resample.h:
25825         * gst-libs/gst/resample/resample.vcproj:
25826         * gst-libs/gst/resample/test.c:
25827         * gst/audioscale/Makefile.am:
25828         * gst/audioscale/README:
25829         * gst/audioscale/dtof.c:
25830         * gst/audioscale/dtos.c:
25831         * gst/audioscale/functable.c:
25832         * gst/audioscale/private.h:
25833         * gst/audioscale/resample.c:
25834         * gst/audioscale/resample.h:
25835         * gst/audioscale/test.c:
25836
25837         Move tagedit library to gst-libs:
25838         * gst-libs/gst/tag/Makefile.am:
25839         * gst-libs/gst/tag/gstid3tag.c:
25840         * gst-libs/gst/tag/gsttagediting.c:
25841         * gst-libs/gst/tag/gsttageditingprivate.h:
25842         * gst-libs/gst/tag/gstvorbistag.c:
25843         * gst/tags/Makefile.am:
25844         * gst/tags/gstid3tag.c:
25845         * gst/tags/gstvorbistag.c:
25846
25847         Fix for core changes:
25848         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
25849         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
25850         (gst_sinesrc_getrange):
25851
25852 2005-04-23  David Schleef  <ds@schleef.org>
25853
25854         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
25855         in gst-plugins in a long time, and properly belongs in liboil.
25856         * gst-libs/gst/idct/Makefile.am:
25857         * gst-libs/gst/idct/README:
25858         * gst-libs/gst/idct/dct.h:
25859         * gst-libs/gst/idct/doieee:
25860         * gst-libs/gst/idct/fastintidct.c:
25861         * gst-libs/gst/idct/floatidct.c:
25862         * gst-libs/gst/idct/idct.c:
25863         * gst-libs/gst/idct/idct.h:
25864         * gst-libs/gst/idct/idtc.vcproj:
25865         * gst-libs/gst/idct/ieeetest.c:
25866         * gst-libs/gst/idct/intidct.c:
25867
25868 2005-04-20  Wim Taymans  <wim@fluendo.com>
25869
25870         * docs/design-audiosinks.txt:
25871         * gst-libs/gst/audio/Makefile.am:
25872         * gst-libs/gst/audio/TODO:
25873         * gst-libs/gst/audio/gstaudiosink.c:
25874         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
25875         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
25876         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
25877         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
25878         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
25879         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
25880         (gst_audiosink_class_init), (gst_audiosink_init),
25881         (gst_audiosink_create_ringbuffer):
25882         * gst-libs/gst/audio/gstaudiosink.h:
25883         * gst-libs/gst/audio/gstbaseaudiosink.c:
25884         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
25885         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
25886         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
25887         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
25888         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
25889         (gst_baseaudiosink_create_ringbuffer),
25890         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
25891         * gst-libs/gst/audio/gstbaseaudiosink.h:
25892         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
25893         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
25894         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
25895         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
25896         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
25897         (gst_ringbuffer_play), (gst_ringbuffer_pause),
25898         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25899         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25900         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25901         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25902         * gst-libs/gst/audio/gstringbuffer.h:
25903         An attempt at a set of audio base classes together with some
25904         design docs.
25905
25906 2005-04-20  Wim Taymans  <wim@fluendo.com>
25907
25908         * gst/audioconvert/Makefile.am:
25909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25910         (gst_audio_convert_caps_remove_format_info),
25911         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25912         (gst_audio_convert_channels):
25913         Link against audio libs.
25914         Fix audio convert plugin.
25915
25916 2005-04-20  Wim Taymans  <wim@fluendo.com>
25917
25918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25919         (gst_ogg_demux_sink_activate):
25920         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25921         (theora_set_header_on_caps), (theora_enc_sink_event),
25922         (theora_enc_chain):
25923         Fix theora encoder.
25924
25925 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25926
25927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25928         * gst/playback/gstdecodebin.c: (find_compatibles):
25929           Work with staticpadtemplates in elementfactories.
25930
25931 2005-04-12  Wim Taymans  <wim@fluendo.com>
25932
25933         * gst/playback/README:
25934         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25935         (compare_ranks), (print_feature), (gst_decode_bin_init),
25936         (dynamic_create), (dynamic_free), (find_compatibles),
25937         (mimetype_is_raw), (close_pad_link), (got_redirect),
25938         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25939         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25940         (gst_decode_bin_change_state):
25941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25942         (gst_play_base_bin_init), (group_destroy), (group_commit),
25943         (check_queue), (queue_overrun), (queue_threshold_reached),
25944         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25945         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25946         (got_redirect), (setup_source), (play_base_eos),
25947         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25948         (gst_play_base_bin_remove_element):
25949         * gst/playback/gstplaybasebin.h:
25950         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25951         (gst_play_bin_init), (gst_play_bin_dispose),
25952         (gst_play_bin_set_property), (gen_video_element),
25953         (gen_text_element), (gen_audio_element), (remove_sinks),
25954         (gst_play_bin_send_event):
25955         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25956         (stream_info_change_state), (gst_stream_info_set_mute):
25957         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25958         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25959         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25960         (gst_stream_selector_chain):
25961         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25962         (main):
25963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25964         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25965         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25966         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25967         Raw and crude port of decodebin. 
25968         Make playbin compile.
25969
25970 2005-04-06  Wim Taymans  <wim@fluendo.com>
25971
25972         * ext/gnomevfs/Makefile.am:
25973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25974         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25975         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25976         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25977         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25978         (gst_gnomevfssrc_stop):
25979         * ext/ogg/Makefile.am:
25980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25981         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25982         * ext/theora/Makefile.am:
25983         * ext/theora/theoradec.c: (_inc_granulepos),
25984         (theora_dec_sink_event), (theora_dec_chain):
25985         * ext/vorbis/Makefile.am:
25986         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25987         (vorbis_dec_sink_event), (vorbis_dec_chain):
25988         * gst-libs/gst/audio/Makefile.am:
25989         * sys/xvimage/Makefile.am:
25990         Make gnomevfssrc extend the source base class.
25991         Fix linking against libs in various plugins.
25992
25993 2005-04-06  Andy Wingo  <wingo@pobox.com>
25994
25995         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25996         GST_BASE_LIBS.
25997
25998         * configure.ac: Add check and AC_SUBST for libgstbase.
25999
26000 2005-03-31  Wim Taymans  <wim@fluendo.com>
26001
26002         * examples/seeking/Makefile.am:
26003         * examples/seeking/cdparanoia.c: (main):
26004         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
26005         (play_cb), (pause_cb), (stop_cb), (main):
26006         * examples/seeking/playbin.c:
26007         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
26008         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
26009         (make_sid_pipeline), (make_vorbis_pipeline),
26010         (make_theora_pipeline), (make_vorbis_theora_pipeline),
26011         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
26012         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
26013         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
26014         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
26015         (stop_cb), (main):
26016         * examples/seeking/spider_seek.c:
26017         * examples/seeking/vorbisfile.c:
26018         * ext/gnomevfs/Makefile.am:
26019         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
26020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
26021         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
26022         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
26023         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
26024         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
26025         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
26026         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
26027         * ext/ogg/README:
26028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
26029         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
26030         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
26031         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
26032         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
26033         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
26034         (gst_ogg_pad_event), (gst_ogg_pad_reset),
26035         (gst_ogg_demux_factory_filter), (compare_ranks),
26036         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
26037         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
26038         (gst_ogg_chain_new), (gst_ogg_chain_free),
26039         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
26040         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
26041         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
26042         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
26043         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
26044         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
26045         (gst_ogg_demux_get_prev_page),
26046         (gst_ogg_demux_deactivate_current_chain),
26047         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
26048         (gst_ogg_demux_bisect_forward_serialno),
26049         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
26050         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
26051         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
26052         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
26053         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
26054         (gst_ogg_demux_change_state), (gst_ogg_print):
26055         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
26056         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
26057         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
26058         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
26059         (gst_ogg_mux_loop):
26060         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
26061         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
26062         (theora_dec_src_convert), (theora_dec_sink_convert),
26063         (theora_dec_src_query), (theora_dec_src_event),
26064         (theora_dec_sink_event), (theora_dec_chain),
26065         (theora_dec_change_state):
26066         * ext/theora/theoraenc.c: (gst_theora_enc_init),
26067         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
26068         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
26069         (theora_enc_change_state):
26070         * ext/vorbis/Makefile.am:
26071         * ext/vorbis/oggvorbisenc.c:
26072         * ext/vorbis/oggvorbisenc.h:
26073         * ext/vorbis/vorbis.c: (plugin_init):
26074         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
26075         (vorbis_dec_src_query), (vorbis_dec_src_event),
26076         (vorbis_dec_sink_event), (vorbis_dec_chain),
26077         (vorbis_dec_change_state):
26078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
26079         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
26080         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
26081         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
26082         (gst_vorbisenc_change_state):
26083         * ext/vorbis/vorbisenc.h:
26084         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
26085         * gst-libs/gst/audio/audioclock.c:
26086         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
26087         (gst_audiofilter_init), (gst_audiofilter_chain):
26088         * gst-libs/gst/audio/testchannels.c: (main):
26089         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
26090         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
26091         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
26092         (gmip_find_track_streaminfo), (gmip_find_track_format):
26093         * gst-libs/gst/media-info/media-info.c:
26094         (gst_media_info_read_idler):
26095         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
26096         (gst_play_get_all_by_interface):
26097         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
26098         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
26099         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
26100         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
26101         (gst_riff_parse_info):
26102         * gst-libs/gst/riff/riff-read.h:
26103         * gst-libs/gst/riff/riff.c: (plugin_init):
26104         * gst-libs/gst/video/Makefile.am:
26105         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
26106         (gst_videosink_class_init), (gst_videosink_get_type):
26107         * gst-libs/gst/video/videosink.h:
26108         * gst/audioconvert/bufferframesconvert.c:
26109         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
26110         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
26111         * gst/audioconvert/channelmixtest.c: (main):
26112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
26113         (gst_audio_convert_chain),
26114         (gst_audio_convert_caps_remove_format_info),
26115         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
26116         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
26117         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
26118         (gst_audio_convert_buffer_to_default_format),
26119         (gst_audio_convert_buffer_from_default_format),
26120         (gst_audio_convert_channels):
26121         * gst/audioconvert/gstchannelmix.h:
26122         * gst/ffmpegcolorspace/avcodec.h:
26123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26124         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
26125         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
26126         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
26127         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
26128         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
26129         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
26130         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
26131         (mpeg_video_type_find), (mpeg_video_stream_type_find),
26132         (dv_type_find):
26133         * gst/videotestsrc/gstvideotestsrc.c:
26134         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
26135         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
26136         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
26137         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
26138         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
26139         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
26140         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
26141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26142         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
26143         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
26144         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
26145         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
26146         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
26147         (gst_xvimagesink_navigation_send_event),
26148         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
26149         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
26150         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
26151         * sys/xvimage/xvimagesink.h:
26152         Plugin port to 0.9, ogg/theora playback should work in the seek
26153         example now.
26154         Removed old examples.
26155         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
26156         explained in 0.9 TODO doc.
26157
26158
26159 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26160
26161         * autogen.sh:
26162         * configure.ac:
26163         * ext/Makefile.am:
26164         * gst/Makefile.am:
26165         * po/POTFILES.in:
26166         * po/af.po:
26167         * po/az.po:
26168         * po/cs.po:
26169         * po/en_GB.po:
26170         * po/hu.po:
26171         * po/it.po:
26172         * po/nb.po:
26173         * po/nl.po:
26174         * po/or.po:
26175         * po/sq.po:
26176         * po/sr.po:
26177         * po/sv.po:
26178         * po/uk.po:
26179         * po/vi.po:
26180         * sys/Makefile.am:
26181         * testsuite/Makefile.am:
26182           remove a whole bunch of plugins.  This module now contains a set
26183           of free reference plugins/elements as agreed.
26184
26185 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
26186
26187         * configure.ac:
26188           hunting season on 0.9 is now OPEN
26189
26190 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26191
26192         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
26193           Kick the hell out of gcc for not warning me about a symbol conflict.
26194
26195 2005-02-22  Luca Ognibene  <luogni@tin.it>
26196
26197         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26198
26199         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
26200           Don't leak caps string (fixes #168134)
26201
26202         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
26203         (gst_jpegenc_init), (gst_jpegenc_finalize),
26204         (gst_jpegenc_change_state):
26205           Don't leak line buffers and context struct (fixes #168133).
26206
26207 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
26208
26209         * configure.ac:
26210         * ext/dirac/gstdiracdec.cc:
26211         (gst_diracdec_chain):
26212           Since dirac 0.5.0 the framerate in dirac is expressed as a
26213           rational number. Fix build and up requirement to 0.5.0, and
26214           also pass parameters to gst_diracdec_link in the right order
26215           (fixes #167959).
26216
26217 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
26218
26219         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
26220         * ext/faad/gstfaad.h:
26221         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
26222         certain invalid muxed streams, where some packets will contain 
26223         junk after decoder data. Partially fixes #149158.
26224
26225 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
26226         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
26227           Make sure we only write to writable buffers
26228
26229 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
26230
26231         * gst-libs/gst/riff/riff-media.c:
26232         (gst_riff_create_audio_caps_with_data):
26233           Do actually fix invalid RIFF fmt header values for alaw
26234           and mulaw audio instead of just saying so.
26235
26236         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
26237           Give gst_riff_create_audio_caps_with_data() a chance to
26238           fix up broken format header fields before extracting any
26239           parameters from the header. (fixes #167633)
26240
26241 2005-02-19  Martin Holters  <martin.holters@gmx.de>
26242
26243         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26244
26245         * gst/audioconvert/bufferframesconvert.c:
26246         (buffer_frames_convert_link):
26247           Don't leak othercaps. (fixes #167878)
26248
26249 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
26250
26251         * configure.ac:
26252         * ext/libvisual/visual.c: (gst_visual_srclink),
26253         (gst_visual_change_state):
26254           Support libvisual 0.2.0.
26255
26256 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
26257
26258         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
26259         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
26260           Use same rowstrides for I420 as used everywhere else.
26261
26262 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
26263
26264         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
26265           Declare variables at beginning of block and make gcc-2.95 happy
26266           (fixes # 167482, patch by Gergely Nagy).
26267           
26268         * gst/tcp/gsttcpclientsrc.c:
26269         * gst/tcp/gsttcpclientsrc.h:
26270           Move some includes into the header, so that struct sockaddr_in is
26271           defined when it should be defined on FreeBSD as well (fixes
26272           #167483).
26273           
26274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
26275           Don't pass uninitialised values to setsockopt() here either.
26276
26277 2005-02-17  Luca Ognibene  <luogni at tin dot it>
26278
26279         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
26280
26281         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
26282           Don't pass uninitialised values to setsockopt(). (fixes #167704)
26283
26284 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26285
26286         * gst/playback/gstplaybin.c: (add_sink):
26287           Invert bin_add/link order to workaround deadlock in opt.
26288
26289 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26290
26291         * gst/modplug/gstmodplug.cc:
26292           Add missing break causing position queries to fail.
26293
26294 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26295
26296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
26297           Granpos can apparently be -1, which screws up calculations...
26298
26299 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
26300
26301         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
26302         (gst_ximagesink_send_pending_navigation),
26303         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
26304         (gst_ximagesink_init):
26305         * sys/ximage/ximagesink.h:
26306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
26307         (gst_xvimagesink_send_pending_navigation),
26308         (gst_xvimagesink_navigation_send_event),
26309         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
26310         * sys/xvimage/xvimagesink.h:
26311           Use a mutex protected list to marshal navigation
26312           events into the stream thread from whichever thread
26313           sends them.
26314
26315 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
26316
26317         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
26318           Display current position and track length; misc. clean-ups.
26319           
26320         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
26321         (speed_init), (speed_chain):
26322           Add query function, so that the stream length and current position
26323           get adjusted when queried (note that current position queries may
26324           still be wrong if the audio sink returns values based on buffer
26325           timestamps instead of passing on the query).
26326
26327 2005-02-13  Benjamin Otte  <otte@gnome.org>
26328
26329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26330         (gst_audio_convert_channels):
26331           create channel conversion matrix when linking
26332         * gst/audioconvert/.cvsignore:
26333         * gst/audioconvert/Makefile.am:
26334         * gst/audioconvert/channelmixtest.c: (main):
26335           add (ugly) test that ensures stereo <=> mono conversion works
26336           correctly
26337
26338 2005-02-13  Benjamin Otte  <otte@gnome.org>
26339
26340         * gst/audioconvert/gstchannelmix.h:
26341           include missing header file
26342         * gst/audioconvert/gstchannelmix.c:
26343         (gst_audio_convert_fill_compatible):
26344           use same sign for both channels when converting to/from compatible
26345           channel. Previously used different signs made the signals cancel
26346           each other out and appear like silence. (fixes #167269)
26347
26348 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26349
26350         * gst/ffmpegcolorspace/avcodec.h:
26351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26352         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26353         (gst_ffmpegcsp_avpicture_fill):
26354         * gst/ffmpegcolorspace/imgconvert.c:
26355           Convert to and from YV12 (fixes #156379).
26356
26357 2005-02-12  Julien MOUTTE  <julien@moutte.net>
26358
26359         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
26360         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
26361         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
26362         (gst_ximagesink_expose), (gst_ximagesink_set_property),
26363         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
26364         methods from chain and negotiation and vice versa (Fixes #166142).
26365         * sys/ximage/ximagesink.h: Add stream_lock.
26366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
26367         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26368         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26369         (gst_xvimagesink_expose): Check for xcontext before trying to link.
26370
26371 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
26372
26373         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
26374           Don't send "Hey! You gave me a NULL pointer you naughty person" as
26375           error message when we can't open the DVD device (when dvdnav_open()
26376           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
26377           the above). Send something more useful instead (fixes #167117).
26378
26379 2005-02-11  Julien MOUTTE  <julien@moutte.net>
26380
26381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
26382         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
26383         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
26384         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
26385         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
26386         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
26387         methods from chain and negotiation and vice versa (Fixes #166142).
26388         Fix a possible bug of images in the buffer pool being discarded because
26389         we are looking at the wrong geometry.
26390         * sys/xvimage/xvimagesink.h: Add stream_lock.
26391
26392 2005-02-11  David Schleef  <ds@schleef.org>
26393
26394         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
26395         unsigned int. (fixes #167128)
26396
26397 2005-02-11  David Schleef  <ds@schleef.org>
26398
26399         * gst/librfb/Makefile.am: Testing stuff before committing is
26400           for wimps... and people with fast machines.  Fix stupid
26401           mistake.
26402
26403 2005-02-11  David Schleef  <ds@schleef.org>
26404
26405         * configure.ac: Pull in librfb from my CVS tree, because it is
26406           too small and annoying to be separate.  Move rfbsrc plugin
26407           to gst/.
26408         * ext/Makefile.am:
26409         * ext/librfb/Makefile.am:
26410         * ext/librfb/gstrfbsrc.c:
26411         * gst/librfb/Makefile.am:
26412         * gst/librfb/gstrfbsrc.c:
26413         * gst/librfb/rfb.c:
26414         * gst/librfb/rfb.h:
26415         * gst/librfb/rfbbuffer.c:
26416         * gst/librfb/rfbbuffer.h:
26417         * gst/librfb/rfbbytestream.c:
26418         * gst/librfb/rfbbytestream.h:
26419         * gst/librfb/rfbcontext.h:
26420         * gst/librfb/rfbdecoder.c:
26421         * gst/librfb/rfbdecoder.h:
26422         * gst/librfb/rfbutil.h:
26423
26424 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
26425
26426         * gst/speed/Makefile.am:
26427         * gst/speed/demo-mp3.c: (main):
26428         * gst/speed/filter.func:
26429         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
26430         (speed_class_init), (speed_init), (speed_chain_int16),
26431         (speed_chain_float32), (speed_chain), (speed_set_property),
26432         (speed_get_property), (speed_change_state):
26433         * gst/speed/gstspeed.h:
26434           Fix speed element and make it chain-based (fixes #156467),
26435           and make it handle more than one channel.
26436
26437 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
26438
26439         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
26440         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
26441         (gst_dtsdec_chain), (gst_dtsdec_change_state):
26442         * ext/dts/gstdtsdec.h:
26443           Don't clobber the stack constructing the channels array.
26444           Make the element chain-based. DTS tracks can now be played.
26445           
26446 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
26447
26448         * gst-libs/gst/audio/multichannel.h:
26449         * gst-libs/gst/gconf/gconf.h:
26450         * gst-libs/gst/idct/idct.h:
26451         * gst-libs/gst/media-info/media-info-priv.h:
26452         * gst-libs/gst/play/play.h:
26453         * gst-libs/gst/resample/private.h:
26454         * gst-libs/gst/resample/resample.h:
26455         * gst-libs/gst/riff/riff-ids.h:
26456         * gst-libs/gst/video/video.h:
26457         * gst-libs/gst/video/videosink.h:
26458           Add G_BEGIN_DECLS and G_END_DECLS around headers where
26459           missing, so that they work when included from C++ code.
26460
26461 2005-02-09  David Schleef  <ds@schleef.org>
26462
26463         * testsuite/gst-lint: Check for non-statically scoped
26464           parent_class variables.  This won't be a problem once
26465           plugins are loaded with RTLD_LOCAL.
26466
26467 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * ext/mplex/gstmplexibitstream.cc:
26470           gcc madness.
26471
26472 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26473
26474         * ext/ogg/gstogmparse.c:
26475         * gst/debug/gstnavigationtest.c:
26476           Die, thou faulty symbol pollutors (non-static parent_class).
26477
26478 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * ext/mplex/gstmplexibitstream.cc:
26481           Fix event handling (#165525).
26482
26483 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26484
26485         * ext/mikmod/gstmikmod.c:
26486         * gst/modplug/gstmodplug.cc:
26487           Add missing endianness to template (fixes #165509).
26488
26489 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
26492           Fix wrong order of reading of optional bytes (#165290).
26493
26494 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26497           Implement FILLER event awareness.
26498
26499 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
26502           Fix track calculations (#166208).
26503
26504 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26505
26506         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
26509         * ext/libpng/gstpngenc.c:
26510           Fix byte-order, use proper fixed caps. Fixes #164197.
26511
26512 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
26513
26514         * configure.ac:
26515           Add dvdlpcmdec 
26516
26517         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
26518         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
26519           Don't push buffers if the src pad isn't negotiated yet.
26520           
26521         * gst/audioconvert/gstaudioconvert.c:
26522         (gst_audio_convert_buffer_to_default_format),
26523         (gst_audio_convert_buffer_from_default_format):
26524           Add support for 24-bit width.
26525
26526         * gst/dvdlpcmdec/.cvsignore:
26527         * gst/dvdlpcmdec/Makefile.am:
26528         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
26529         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
26530         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
26531         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
26532         (plugin_init):
26533         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
26534           New decoder for rearranging DVD LPCM into our audio/x-raw-int
26535           format. Needs support for the channels maps if someone can find 
26536           a DVD LPCM track with > 2 channels.
26537
26538         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
26539         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
26540         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
26541         * gst/mpegstream/gstdvddemux.h:
26542         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26543         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
26544         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
26545         * gst/mpegstream/gstmpegdemux.h:
26546         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
26547         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
26548         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
26549         (gst_mpeg_parse_handle_src_query),
26550         (gst_mpeg_parse_handle_src_event):
26551           Use audio/x-dvd-lpcm for LPCM output.
26552           Add DTS output.
26553
26554 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
26555
26556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26557
26558         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
26559         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
26560           Add BGRA handling (#165736).
26561
26562 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
26563
26564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26565
26566         * gst/law/alaw-decode.c: (alawdec_link):
26567         * gst/law/alaw-encode.c: (alawenc_link):
26568         * gst/law/mulaw-decode.c: (mulawdec_link):
26569         * gst/law/mulaw-encode.c: (mulawenc_link):
26570           Fix caps memleaks (#166600).
26571
26572 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
26573
26574         * ext/tarkin/mem.h:
26575         * ext/tarkin/wavelet.h:
26576         * ext/tarkin/yuv.h:
26577         * gst/ffmpegcolorspace/avcodec.h:
26578           Include "_stdint.h" instead of <stdint.h>. Fixes build on
26579           systems that don't have stdint.h, like Solaris9 (fixes #166631).
26580
26581 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26582
26583         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
26584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
26585         (gst_xvimagesink_change_state):
26586           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
26587           Xv video (and thereby regenerate Xv colourkey) in clear() so
26588           that PLAY -> READY -> PLAY works (fixes #162504).
26589
26590 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26591
26592         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
26593           Switch to list instead of range, since MJPEG-devices really just
26594           support decimations, not any size.
26595
26596 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26597         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
26598         (gst_mpeg2dec_reset), (free_all_buffers),
26599         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
26600         * ext/mpeg2dec/gstmpeg2dec.h:
26601           The libmpeg2 user-allocated buffer management is awkward, 
26602           to say the least. Hopefully this fixes things.
26603
26604 2005-02-04  Andy Wingo  <wingo@pobox.com>
26605
26606         * gst/audioconvert/bufferframesconvert.c
26607         (buffer_frames_convert_fixate): New function, fixates to 256
26608         frames per buffer by default. (Much better than 1.)
26609         (buffer_frames_convert_init): Set the fixate function for both src
26610         and sink pad.
26611         (buffer_frames_convert_link): After success setting nonfixed caps,
26612         get the negotiated caps so we can know how many buffer-frames it
26613         will be. No idea how this worked at all before.
26614
26615 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
26616
26617         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
26618         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
26619         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
26620         (handle_sequence), (handle_picture):
26621         * ext/mpeg2dec/gstmpeg2dec.h:
26622           Rearrange buffer tracking and refcounting and refactor
26623           a little for readability. 
26624
26625 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
26626         * sys/v4l/gstv4l.c: (plugin_init):
26627         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
26628         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
26629         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
26630         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
26631         * sys/v4l/gstv4ljpegsrc.h:
26632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
26633         * sys/v4l/v4l_calls.h:
26634         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
26635         (gst_v4lsrc_get_fps):
26636         * sys/v4l/v4lsrc_calls.h:
26637           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
26638           you jpeg inside rgb frames" driver.
26639           Don't error in the v4lsrc link function, just return 
26640           REFUSED.
26641
26642 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
26645         (gst_qcamsrc_open):
26646           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
26647
26648 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26649
26650         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26651           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
26652
26653 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26654
26655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
26656           Reset negotiated state on PAUSED->READY.
26657
26658 2005-02-02  David Schleef  <ds@schleef.org>
26659
26660         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
26661         whereever possible.  (Fixes #165997)
26662         * examples/capsfilter/capsfilter1.c: (main):
26663         * examples/dynparams/filter.c: (create_ui):
26664         * examples/seeking/cdparanoia.c: (get_track_info), (main):
26665         * examples/seeking/chained.c: (main):
26666         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
26667         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
26668         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
26669         (make_mpeg_pipeline), (make_mpegnt_pipeline):
26670         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26671         * examples/switch/switcher.c: (main):
26672         * ext/dv/demo-play.c: (main):
26673         * ext/faad/gstfaad.c: (gst_faad_change_state):
26674         * ext/mad/gstmad.c: (gst_mad_chain):
26675         * ext/smoothwave/demo-osssrc.c: (main):
26676         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
26677         (gst_gconf_render_bin_from_description),
26678         (gst_gconf_get_default_audio_sink),
26679         (gst_gconf_get_default_video_sink),
26680         (gst_gconf_get_default_audio_src),
26681         (gst_gconf_get_default_video_src),
26682         (gst_gconf_get_default_visualization_element):
26683         * gst/level/demo.c: (main):
26684         * gst/level/plot.c: (main):
26685         * gst/playback/gstplaybin.c: (gen_video_element),
26686         (gen_audio_element):
26687         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
26688         * gst/playondemand/demo-mp3.c: (setup_pipeline):
26689         * gst/sine/demo-dparams.c: (main):
26690         * gst/spectrum/demo-osssrc.c: (main):
26691         * gst/speed/demo-mp3.c: (main):
26692         * gst/volume/demo.c: (main):
26693         * testsuite/embed/embed.c: (main):
26694
26695 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26696
26697         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
26698         (gst_tcpclientsink_finalize):
26699         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
26700         (gst_tcpclientsrc_finalize):
26701         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
26702         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
26703         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
26704         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
26705           Don't leak the hostname when shutting down.
26706           In tcpserversrc, take a copy of the default hostname.
26707
26708 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26709
26710         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
26711           Set caps to systemstream=TRUE.
26712
26713 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * testsuite/Makefile.am:
26716           Fix more OSX buildbots.
26717
26718 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
26719
26720         * ext/mpeg2dec/gstmpeg2dec.c:
26721           Don't send things to NULL PAD_PEERs
26722
26723         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
26724           Copy-on-write the incoming buffer.
26725
26726         * gst/mpegstream/gstdvddemux.h:
26727         * gst/mpegstream/gstmpegclock.h:
26728         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26729         (normal_seek), (gst_mpeg_demux_handle_src_event):
26730         * gst/mpegstream/gstmpegdemux.h:
26731         * gst/mpegstream/gstmpegpacketize.h:
26732         * gst/mpegstream/gstmpegparse.c:
26733         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
26734         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
26735         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
26736         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
26737         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
26738         * gst/mpegstream/gstmpegparse.h:
26739         * gst/mpegstream/gstrfc2250enc.h:
26740           Various changes to the way time is computed that make seeking and
26741           total time estimation much better here.
26742           Use G_BEGIN/END_DECLS instead of __cplusplus
26743
26744         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
26745           Use gst_buffer_stamp instead of only copying the TIMESTAMP
26746
26747 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26748
26749         * gst/subparse/gstsubparse.c:
26750           Fix OSX buildbot.
26751
26752 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26753
26754         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
26755         (theora_enc_chain), (theora_enc_change_state):
26756         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
26757         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
26758         (gst_vorbisenc_change_state):
26759         * ext/vorbis/vorbisenc.h:
26760           Set granulepos and timestamp correctly for streams not
26761           starting at 0, taking into account the initial delay.
26762
26763 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
26764
26765         * gst/mpegstream/gstdvddemux.c:
26766           Add audio/x-dts to audio pad template caps
26767
26768 2005-01-30  David Schleef  <ds@schleef.org>
26769
26770         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
26771         (create_context), (gst_polypsink_link): Fix silly endianness
26772         bug.  Add some debugging.  Remove float from caps; it doesn't
26773         work.  Attempt to get remote audio working.
26774
26775 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26776
26777         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
26778           Add 3IV2 fourcc.
26779
26780 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26781
26782         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
26783         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
26784         (gst_avi_demux_stream_data):
26785         * gst/avi/gstavidemux.h:
26786           Invert DIB images. Fixes #132341.
26787
26788 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26791         (gst_ffmpegcsp_chain):
26792           D'oh, reference the palette data, not the palette structure.
26793           Fixes color distortion in #132341.
26794
26795 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26796
26797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
26798           PAR can be non-fixed when not provided as argument (#162626).
26799
26800 2005-01-29  David Moore  <dcm@acm.org>
26801
26802         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26805         (gst_qtdemux_loop_header):
26806           Re-apply patch from #142272 that allows non-seekable sources,
26807           re-proposed by Daniel Drake <dsd@gentoo.org>.
26808
26809 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26810
26811         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
26812           Use the src template for creating the src pad (#162330).
26813
26814 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26815
26816         * configure.ac:
26817         * ext/musepack/Makefile.am:
26818         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
26819         (gst_musepackdec_init), (gst_musepackdec_dispose),
26820         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
26821         (gst_musepack_stream_init), (gst_musepackdec_loop),
26822         (gst_musepackdec_change_state):
26823         * ext/musepack/gstmusepackdec.cpp:
26824         * ext/musepack/gstmusepackdec.h:
26825         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
26826         (gst_musepack_reader_read), (gst_musepack_reader_seek),
26827         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
26828         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
26829         * ext/musepack/gstmusepackreader.cpp:
26830         * ext/musepack/gstmusepackreader.h:
26831           Update to 1.1 API (#165446).
26832
26833 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26834
26835         * ext/Makefile.am:
26836           Unbreak buildbot.
26837
26838 2005-01-28  Andy Wingo  <wingo@pobox.com>
26839
26840         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
26841         to reflect a different dubious internet source. Add a reference
26842         and some commentary.
26843
26844 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26845
26846         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
26847         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
26848         * gst/playback/gststreamselector.h:
26849           Be more selective when we're redoing caps negotiation from
26850           within the chain function on a stream change.
26851
26852 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * configure.ac:
26855         * ext/Makefile.am:
26856         * ext/amrnb/Makefile.am:
26857         * ext/amrnb/amrnb.c: (plugin_init):
26858         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
26859         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
26860         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
26861         (gst_amrnbdec_state_change):
26862         * ext/amrnb/amrnbdec.h:
26863         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
26864         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
26865         (gst_amrnbparse_init), (gst_amrnbparse_formats),
26866         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
26867         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
26868         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
26869         * ext/amrnb/amrnbparse.h:
26870           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
26871         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
26872           Add AMR-NB/-WB raw formats.
26873         * ext/alsa/gstalsa.c: (gst_alsa_link):
26874           Keep valid time when changing format.
26875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26876         (qtdemux_parse_trak):
26877           Add some more format-specific options (#140141, #143555, #155163).
26878
26879 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26880
26881         * gst/matroska/matroska-demux.c:
26882         (gst_matroska_demux_parse_blockgroup):
26883           Fix logic error in timing of subtitle stream synchronization.
26884         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
26885           Add skip-chunk, which is found in kodak-camera streams.
26886
26887 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26888
26889         * po/LINGUAS:
26890         * po/vi.po:
26891           Adding Vietnamese translation (submitted by Clytie Siddall)
26892
26893 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * gst/playback/gstdecodebin.c: (try_to_link_1):
26896           Use realpad for signal.
26897
26898 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26901           Fix category so decodebin picks it up.
26902
26903 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * ext/mad/Makefile.am:
26906         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26907         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26908         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26909         (found_type), (gst_id3demux_bin_change_state):
26910         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26911         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26912         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26913         (gst_id3_tag_change_state), (plugin_init):
26914         * ext/mad/gstmad.h:
26915           Add id3demuxbin (which is a simple bin consisting of id3demux
26916           and typefind), take over rank from id3demux, remove typefind
26917           code from id3demux. Makes all broken mp3s that I know of work,
26918           and thereby fixes #152688.
26919
26920 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26921
26922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * ext/mad/gstmad.c: (gst_mad_src_event):
26925         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26926           Allow seeks on audio pad, make mad forward those (#164826).
26927         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26928           Set duration (#165335).
26929
26930 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26931
26932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26933         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26934         (gst_asf_demux_process_ext_content_desc),
26935         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26936         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26937         * gst/asfdemux/gstasfdemux.h:
26938           Improve metadata display, e.g. if the metadata comes before the
26939           streams are loaded (which is perfectly valid).
26940
26941 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26942
26943         * tools/gst-launch-ext-m.m:
26944           Fix AVI/ASF pipelines (#165340).
26945
26946 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26947         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26948         build failure on amd64
26949
26950 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26951
26952         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26953         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26954           Check environment variables GST_ID3V2_TAG_ENCODING,
26955           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26956           list of character encodings to force interpretation of non-unicode
26957           strings stored in an ID3v2 tag to a particular encoding. If none
26958           is specified, try to use current locale's encoding, then fall back
26959           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26960         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26961         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26962           Check environment variables GST_ID3V1_TAG_ENCODING,
26963           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26964           list of character encodings to use in case a string encountered
26965           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26966           specified, try to use the current locale's encoding, then fall
26967           back to ISO-8859-1 (which will always succeed).
26968
26969 2005-01-25  Benjamin Otte  <otte@gnome.org>
26970
26971         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26972           - on half framerate, compute the rate in advance so the comparisons
26973             don't compare wrong values
26974           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26975             behaviour
26976           - don't use mad_header_decode anymore, mad_frame_decode does that
26977             automatically
26978           - when getting rid of consumed bytes, reset the stream's skiplen
26979           (fixes #163867)
26980
26981 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26982
26983         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26984           Use 1/2 a second for default max_discont, as PES streams from DVB
26985           seem to have larger spacings in the SCR. 
26986           Fix a typo.
26987
26988 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26989
26990         * gst/playback/gstplaybasebin.c: (group_commit):
26991           Notify delayed stream-info availability.
26992
26993 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26994         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26995         (gst_a52dec_handle_event), (gst_a52dec_chain):
26996         Add some debug output. Check that a discont has a valid
26997         time associated.
26998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26999         (gst_alsa_sink_loop):
27000         Ignore TAG events. A little extra debug for broken timestamps.
27001         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
27002         (dvdnavsrc_change_state):
27003         Ensure we send a discont to engage the link before we send any
27004         other events.
27005         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
27006         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
27007         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
27008         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
27009         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
27010         dvd://title works in totem because typefinding sends a seek that ends
27011         up going back to chapter 1 regardless.
27012         * ext/mpeg2dec/gstmpeg2dec.c:
27013         * ext/mpeg2dec/gstmpeg2dec.h:
27014         Output correct timestamps and handle disconts.
27015         * ext/ogg/gstoggdemux.c: (get_relative):
27016         Small guard against a null dereference.
27017         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
27018         (gst_textoverlay_set_property):
27019         Free memory when done. Don't call gst_event_filler_get_duration on
27020         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
27021         g_warning.
27022         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
27023         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
27024         (gst_sw_srclink), (gst_smoothwave_chain):
27025         Draw solid lines, prettier colours.
27026         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
27027         Add a default palette that'll work for some movies.
27028         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
27029         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
27030         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
27031         * gst/mpegstream/gstdvddemux.h:
27032         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
27033         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
27034         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
27035         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
27036         * gst/mpegstream/gstmpegparse.h:
27037         Use PTM/NAV events when for timestamp adjustment when connected to 
27038         dvdnavsrc. Don't use many discont events where one suffices.
27039         * gst/playback/gstplaybasebin.c: (group_destroy),
27040         (gen_preroll_element), (gst_play_base_bin_add_element):
27041         * gst/playback/gstplaybasebin.h:
27042         Make sure we remove subtitles from the same bin we put them in.
27043         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
27044         (gst_subparse_buffer_format_autodetect),
27045         (gst_subparse_change_state):
27046         Fix some memleaks and invalid accesses.
27047         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
27048         (oggskel_type_find), (cmml_type_find), (plugin_init):
27049         Some typefind functions for Annodex v3.0 files
27050         * gst/wavparse/gstwavparse.h:
27051         GstRiffReadClass is the correct parent class.
27052
27053 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27054
27055         * gst-libs/gst/riff/riff-media.c:
27056         (gst_riff_create_video_caps_with_data):
27057           Add extradata to huffyuv (fixes #165013).
27058         * gst-libs/gst/riff/riff-read.c:
27059         (gst_riff_read_strf_vids_with_data):
27060           Fix extradata extraction if it is in the chunk size.
27061
27062 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
27063
27064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27065
27066         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
27067         (gst_quarktv_change_state), (gst_quarktv_dispose):
27068           Memory free'ing location fix (#164708).
27069
27070 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * gst/playback/gstplaybasebin.c: (group_commit),
27073         (gen_preroll_element), (probe_triggered), (gen_source_element),
27074         (setup_source), (gst_play_base_bin_change_state),
27075         (gst_play_base_bin_add_element):
27076           Don't block for streams.
27077         * gst/playback/gststreaminfo.c: (stream_info_change_state),
27078         (gst_stream_info_set_mute):
27079           Use gst_pad_set_active_recursive.
27080
27081 2005-01-25  Andy Wingo  <wingo@pobox.com>
27082
27083         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
27084         for #ifndef HAVE_XVIDEO.
27085
27086 2005-01-24  Jeffrey C. Ollie
27087
27088         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
27089
27090         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
27091         * ext/gsm/gstgsmdec.h:
27092         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
27093         * ext/gsm/gstgsmenc.h:
27094         Fix rate to 8kHz as per spec, removes obscure errors when no rate
27095         was given by property. Add proper buffer timestamps and offsets.
27096
27097 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27098
27099         * gst-libs/gst/riff/riff-media.c:
27100         (gst_riff_create_audio_caps_with_data):
27101           Audio can be <8000Hz.
27102
27103 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27104
27105         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27106           Explicit state change to workaround refcount bugs.
27107
27108 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27109
27110         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
27111         (gst_avimux_riff_get_avi_header):
27112           Fix...
27113
27114 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27115
27116         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
27117         (gst_riff_read_element_data):
27118         * gst-libs/gst/riff/riff-read.h:
27119           Add _peek version (req'ed in CDXA).
27120         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
27121         (gst_cdxaparse_loop):
27122           Fix parsing in playbin.
27123         * gst/playback/gstdecodebin.c: (close_pad_link):
27124           Ignore current_ pads, they cause major annoyance.
27125
27126 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27129           Safety guard.
27130
27131 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27132
27133         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
27134           Fix padding...
27135
27136 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27137
27138         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
27139           Allow for 0-sized buffers. Fixes length query problems in
27140           starwars.mkv from the testsuite.
27141
27142 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
27143
27144         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
27145         (gst_video_box_i420), (gst_video_box_chain):
27146           Fix row strides for I420 (fixes #163159)
27147           
27148 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27149
27150         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
27151           MPEG2 has a useful rate property, so we can actually use that.
27152           For MPEG-1, continue using the bytes/time properties.
27153
27154 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27155
27156         * gst-libs/gst/riff/riff-media.c:
27157         (gst_riff_create_video_caps_with_data),
27158         (gst_riff_create_video_template_caps):
27159           Add intel-h263.
27160
27161 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27162
27163         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
27164           Fail if caps negotiation fails. Should fix #162184, and should
27165           definately be in there regardless of it fixing the actual bug.
27166         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
27167         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
27168         (gst_avimux_riff_get_avix_header),
27169         (gst_avimux_riff_get_video_header),
27170         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
27171         (gst_avimux_start_file), (gst_avimux_handle_event),
27172         (gst_avimux_change_state):
27173         * gst/avi/gstavimux.h:
27174           Refactor structure writing to use GST_WRITE_UINT macros, add
27175           metadata writing support.
27176
27177 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27178
27179         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
27180           Elements may already be destroyed when this function is called.
27181
27182 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27185         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
27186           More memory leak fixes (#149162).
27187
27188 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
27191         (gst_qtdemux_add_stream):
27192           Fix two memleaks.
27193
27194 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27195
27196         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27197           Argh...
27198
27199 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27200
27201         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
27202           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
27203           when fixating to six channels in Totem.
27204
27205 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27206
27207         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
27208           Fix compile warnings on Solaris 10 buildbot
27209
27210 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27211
27212         * ext/dvdread/dvdreadsrc.c: (_read):
27213           Don't read beyond the last cell in a chapter (fixes 
27214           invalid memory access)
27215
27216 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
27217
27218         * ext/dvdread/stream_labels.c:
27219         (dvdreadsrc_get_audio_stream_labels):
27220           Use NULL for an empty GList instead of g_list_alloc(); fix 
27221           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
27222           of GString (easier to bulk free later)
27223
27224 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27225
27226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27227
27228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27229         (gst_ffmpeg_pixfmt_to_caps):
27230           Fix BGRA32 caps (#164209).
27231
27232 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
27233
27234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27235
27236         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27237         (gst_ffmpeg_caps_to_pixfmt):
27238           alpha_mask can be RGBA/ABGR. Fixes #164265.
27239
27240 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
27241
27242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27243
27244         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
27245         (gst_mpeg2dec_alloc_buffer):
27246         * ext/mpeg2dec/gstmpeg2dec.h:
27247           Crop if decoding size is not the actual image size (#163676).
27248
27249 2005-01-17  Steve Baker  <steve@stevebaker.org>
27250
27251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27252
27253         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
27254         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
27255           Add libsndfile typefind functions (#163309).
27256
27257 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * tools/gst-launch-ext-m.m:
27260           Add .aac, fix .m1v/.m2v (#163891).
27261
27262 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27263
27264         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
27265           Sanity check, don't wait endlessly since the clock might not
27266           actually run at this point (which is a deadlock). Fixes #164069.
27267
27268 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27269
27270         * gst/playback/gstplaybasebin.c: (probe_triggered):
27271           Of course, only pause if group is done...
27272
27273 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27274
27275         * gst/playback/gstplaybasebin.c: (probe_triggered):
27276           Thread safety.
27277
27278 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
27279
27280         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
27281           Don't return state change success when the parent
27282           failed.
27283
27284 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27285
27286         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
27287           Free events (fix memleak in #162905).
27288
27289 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
27290
27291         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27294         (gst_ffmpeg_caps_to_pixfmt):
27295           Fix for depth = 15. Fixes #161675.
27296
27297 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27298
27299         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27300           Set FPS correctly, even for webcams and the like.
27301         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
27302           Don error on setting while capturing.
27303
27304 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27305
27306         * ext/dv/gstdvdec.c:
27307         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27308         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27309           I'm a bad boy. using /1001. to force C to do float division
27310           and not integer division (as it did in my last commit)
27311           Thanks to David I. Lehn for pointing this mistake.
27312
27313 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27314
27315         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27316           Revert Johan's 1.35->1.36 since it breaks compat.
27317
27318 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27319
27320         * ext/dv/gstdvdec.c:
27321         * ext/libfame/gstlibfame.c:
27322         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
27323         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
27324           replace framerate aproximations by their real value
27325           (24000/1001, 30000/1001, 60000/1001)
27326           Finish fixing bug #164049
27327
27328 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27329
27330         * ext/ogg/gstoggmux.c:
27331           eos/bos debugging
27332         * gst/tcp/gstmultifdsink.c:
27333         * gst/tcp/gstmultifdsink.h:
27334         * gst/tcp/gsttcp.c:
27335         * gst/tcp/gsttcp.h:
27336         * gst/tcp/gsttcpclientsink.c:
27337         * gst/tcp/gsttcpclientsrc.c:
27338         * gst/tcp/gsttcpserversink.c:
27339         * gst/tcp/gsttcpserversrc.c:
27340           improve reusability of elements after state changes and errors
27341           make multifdsink throw away streamheaders when receiving new ones
27342
27343 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27346           Fix for if items are already in list...
27347
27348 2005-01-12  Benjamin Otte  <otte@gnome.org>
27349
27350         * gst/adder/gstadder.c: (gst_adder_loop):
27351           fix adder a bit so it doesn't screw up with events as much anymore
27352
27353 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
27354
27355         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
27356         (pixbufscale_scale), (gst_pixbufscale_chain):
27357         * ext/gdk_pixbuf/pixbufscale.h:
27358           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
27359           to ensure rowstrides are calculated the same way as 
27360           ffmpegcolorspace
27361           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
27362           that we pick up duration and offset also.
27363
27364 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * gst/avi/gstavimux.c: (gst_avimux_class_init),
27367         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
27368           Reusability fixes.
27369
27370 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27371
27372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
27373         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
27374         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
27375         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
27376           Update flags when requested.
27377
27378 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
27381           Fix dmix.
27382
27383 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27384
27385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27386         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
27387         (probe_triggered), (new_decoded_pad), (gen_source_element),
27388         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
27389         * gst/playback/gstplaybasebin.h:
27390         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27391         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
27392         (gst_play_bin_change_state):
27393           Implement group-switch signal for use in apps to clear metadata
27394           cache, clean up subtitle, add suburi property instead of # hack,
27395           some error-out fixes.
27396
27397 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27398
27399         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27400           Debug.
27401         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
27402           If we got a state change in the _get handler, don't return success.
27403
27404 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27405
27406         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
27407         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
27408           Make jpegdec quiet on MJPEG decoding
27409         * gst/asfdemux/README:
27410           Fix mimetypes for MJPEG and H263
27411
27412 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27413
27414         * ext/theora/theoradec.c: (theora_dec_chain):
27415           Fix broken code generation by gcc by swapping arguments.
27416         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27417           Fix \n in debug.
27418
27419 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27420
27421         * TODO:
27422           delete this file, it is by far outdated
27423         * ext/alsa/gstalsa.1: remove
27424         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
27425         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
27426         (gst_alsa_get_caps):
27427           Add HW probing for supported sample rates. Fixes #161704
27428
27429 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27430
27431         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27432           Don't crash, biatch! :).
27433
27434 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27435
27436         * ext/musepack/gstmusepackreader.cpp:
27437         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27438           Some work on tags - still doesn't work in playbin...
27439         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27440           Handle events...
27441
27442 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
27445           Also shove tags on kid pads.
27446
27447 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27450           Don't bail on unknown events.
27451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
27452           Don't crash on events before negotiation.
27453         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
27454           Send tags on pads, too.
27455         * gst/playback/gststreamselector.c:
27456         (gst_stream_selector_request_new_pad):
27457           Forward events on first pad if no input was selected yet.
27458
27459 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * gst/playback/gstplaybasebin.c: (setup_substreams):
27462           Don't disable streamtype if the stream doesn't exist, since
27463           then playing a video after audio will disable both and nothing
27464           will happen. Fixes the testsuite.
27465
27466 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27467
27468         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
27469         (gst_v4l_xoverlay_set_xwindow_id):
27470         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
27471         (gst_v4l2_xoverlay_set_xwindow_id):
27472           Add debug categories, fix overlay disabling.
27473
27474 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27475
27476         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
27477         * ext/alsa/gstalsa.h:
27478           Add HW probing for period_count/size and buffer_size MIX/MAX
27479           Adjust default/user defined value if out of bounds
27480           Should fix bug #162024
27481
27482 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27483
27484         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
27485           Fix warning (#161191).
27486
27487 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27488
27489         * ext/dvdread/stream_labels.c:
27490         (dvdreadsrc_get_audio_stream_labels):
27491           Fix warning (init the good variable in switch default)
27492
27493 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
27494
27495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27496
27497         * gst/tta/gstttaparse.c: (gst_tta_src_event):
27498           Fix gcc-2.95 compile (#163485).
27499
27500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27501
27502         * configure.ac:
27503         * ext/flac/gstflacenc.c: (gst_flacenc_init),
27504         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
27505         (gst_flacenc_tell_callback), (gst_flacenc_chain),
27506         (gst_flacenc_change_state):
27507         * ext/flac/gstflacenc.h:
27508           Update for API change in flac-1.1.1. Update requirement in
27509           configure.ac. Fixes #162974.
27510
27511 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27512
27513         * gst/playback/gstplaybasebin.c: (group_destroy):
27514           Remove hack to get rid of assert and get rid of unlinked
27515           signals properly.
27516
27517 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * gst/playback/gstplaybasebin.c: (setup_source):
27520           Set source to NULL so that resources are free'ed. Fixes issues
27521           with playback of CDDA and similar device-accessing things.
27522
27523 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27524
27525         * testsuite/embed/Makefile.am:
27526           test->noinst, fix make test in buildbot.
27527
27528 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27529
27530         * ext/dvdread/stream_labels.c: new file
27531         * ext/dvdread/stream_labels.h: new file
27532         * ext/dvdread/Makefile.am:
27533         * ext/dvdread/dvdreadsrc.c: (_seek_title):
27534           Extract audio stream label from DVD IFO files.
27535           It only dump them on the console for now, still have to
27536           make playbin aware of them.
27537
27538 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27539
27540         * gst/playback/gstplaybasebin.c: (setup_source):
27541           Fix hanging subs.
27542
27543 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27544
27545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27546         (gen_preroll_element), (remove_groups), (setup_subtitle),
27547         (gen_source_element), (setup_source):
27548         * gst/playback/gstplaybasebin.h:
27549           Multiple .sub files is just a stupid idea... Fix some threading
27550           mistakes. Interestingly, external .sub files cause playbin to
27551           hang, I don't know why... Parsing fixes contributed by Fran??ois
27552           Kooman <fkooman@tuxed.net>.
27553
27554 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27555
27556         * testsuite/embed/Makefile.am:
27557           Fix buildbot.
27558
27559 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27560
27561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27562
27563         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
27564         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
27565         (gst_pngenc_set_property):
27566         * ext/libpng/gstpngenc.h:
27567           Add compression level property (#163323).
27568
27569 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27570
27571         * configure.ac:
27572         * examples/capsfilter/capsfilter1.c: (main):
27573         * examples/seeking/spider_seek.c: (make_spider_pipeline):
27574         * ext/dvdread/Makefile.am:
27575         * ext/dvdread/demo-play:
27576         * ext/dvdread/demo-play.c:
27577         * gconf/gstreamer.schemas.in:
27578         * gst-libs/gst/gconf/gconf.c:
27579         * sys/v4l/TODO:
27580         * testsuite/Makefile.am:
27581         * testsuite/embed/Makefile.am:
27582         * testsuite/embed/embed.c: (cb_expose), (main):
27583           Remove all references to xvideosink, fix examples (#140845).
27584         * gst/playback/gstplaybasebin.c: (group_destroy):
27585           Apparently, disposal does not unlink - so do explicitely.
27586         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
27587           Add debug.
27588
27589 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
27590
27591         * README: fix PKG_CONFIG_PATH instructions, what was there
27592         previously was breaking default search path, not nice. 
27593         Fixes #163358
27594
27595 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
27598         (gst_audioscale_chain):
27599           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
27600           when resampling - how the ^@$^!@^! is this possible?!?
27601
27602 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27603
27604         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27605           Reset variables on READY.
27606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
27607         (gst_matroska_mux_loop):
27608           Require data before writing header.
27609
27610 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
27611
27612         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27613
27614         * ext/mad/gstmad.c: (gst_mad_chain):
27615           Don't call mad_stream_sync() directly after recovering sync.
27616           Fixes #151661.
27617
27618 2005-01-09  Martin Eikermann  <meiker@upb.de>
27619
27620         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27621
27622         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
27623         (snapshot_handler), (gst_snapshot_sinkconnect),
27624         (gst_snapshot_chain):
27625           Allocate resources when required, fix recursive signal emission
27626           and fix caps. Fixes #161667.
27627
27628 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
27629
27630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27631
27632         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
27633         (gst_pngdec_chain):
27634           Handle only 8-bppc (bits-per-pixel-component) images, better
27635           error handling and correct strides. Fixes #163177.
27636         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
27637         (gst_pngenc_chain):
27638           Better error handling. Fixes #163348.
27639
27640 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27641
27642         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
27643         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
27644         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
27645         (dvdnavsrc_uri_handler_init):
27646           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
27647         * gst/playback/gstplaybasebin.c: (gen_source_element):
27648           Add MMS to streaming URIs.
27649
27650 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27651
27652         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27653         * sys/xvimage/xvimagesink.c:
27654         (gst_xvimagesink_navigation_send_event):
27655           Check for pad availability before sending event.
27656
27657 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27658
27659         * gst-plugins.spec.in:
27660           Add subparse.
27661
27662 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * configure.ac:
27665           Since we use functions from CVS, up requirement.
27666
27667 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27668
27669         * gst/playback/Makefile.am:
27670         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27671         (group_destroy), (group_commit), (group_is_muted),
27672         (gen_preroll_element), (add_stream), (unknown_type),
27673         (probe_triggered), (preroll_unlinked), (mute_stream),
27674         (silence_stream), (new_decoded_pad), (setup_substreams),
27675         (setup_source), (get_active_source), (mute_group_type),
27676         (muted_group_change_state), (set_active_source),
27677         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
27678         (play_base_eos), (gst_play_base_bin_change_state):
27679         * gst/playback/gstplaybasebin.h:
27680         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
27681         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
27682         (gst_stream_info_dispose), (stream_info_mute_pad),
27683         (stream_info_change_state), (gst_stream_info_set_mute):
27684         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
27685         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
27686         (gst_stream_selector_init), (gst_stream_selector_dispose),
27687         (gst_stream_selector_get_linked_pad),
27688         (gst_stream_selector_get_caps), (gst_stream_selector_link),
27689         (gst_stream_selector_get_linked_pads),
27690         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
27691         * gst/playback/gststreamselector.h:
27692           Adding stream selection support plus required properties for
27693           applications to use this. Fully fixes #100931.
27694
27695 2005-01-08  Benjamin Otte  <otte@gnome.org>
27696
27697         * gst/games/gstpuzzle.c: (nav_event_handler):
27698           - handle nav events differently: forward every event no matter if it
27699             was handled or not.
27700           - translate events
27701           You can now cheat by using navigationtest ! puzzle and moving the
27702           mouse close to the edge of a tile. ;)
27703
27704 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * configure.ac:
27707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27708         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
27709         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
27710         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
27711         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
27712         (gst_ogm_parse_plugin_init):
27713         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
27714         (gst_textoverlay_link), (gst_textoverlay_getcaps),
27715         (gst_textoverlay_event), (gst_textoverlay_video_chain),
27716         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
27717         * ext/pango/gsttextoverlay.h:
27718         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
27719         (gst_matroska_demux_handle_seek_event),
27720         (gst_matroska_demux_sync_streams),
27721         (gst_matroska_demux_parse_blockgroup),
27722         (gst_matroska_demux_subtitle_caps),
27723         (gst_matroska_demux_plugin_init):
27724         * gst/matroska/matroska-ids.h:
27725         * gst/playback/gstdecodebin.c: (close_pad_link):
27726         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
27727         (gen_preroll_element), (remove_groups), (add_stream),
27728         (new_decoded_pad), (setup_subtitles), (gen_source_element),
27729         (setup_source):
27730         * gst/playback/gstplaybasebin.h:
27731         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
27732         * gst/subparse/Makefile.am:
27733         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
27734         (gst_subparse_base_init), (gst_subparse_class_init),
27735         (gst_subparse_init), (gst_subparse_formats),
27736         (gst_subparse_eventmask), (gst_subparse_event),
27737         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
27738         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
27739         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
27740         (parse_mpsub_deinit), (parse_mpsub_init),
27741         (gst_subparse_buffer_format_autodetect),
27742         (gst_subparse_format_autodetect), (gst_subparse_loop),
27743         (gst_subparse_change_state), (gst_subparse_type_find),
27744         (plugin_init):
27745         * gst/subparse/gstsubparse.h:
27746         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
27747         (plugin_init):
27748           Add subtitle support, .sub parser (supports SRT and MPsub),
27749           OGM text support, Matroska UTF-8 text support, deadlock fixes
27750           all over the place, subtitle awareness in decodebin/playbin
27751           and some fixes to textoverlay to handle subtitles in a stream
27752           correctly. Fixes #100931.
27753
27754 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27755
27756         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27757           Check for pad availability before doing a query on it.
27758
27759 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27760
27761         * ext/dv/gstdvdec.c:
27762           really fix bpp24/32 dvdec caps (classic rgba indeed)
27763         * gst/asfdemux/gstasfdemux.c:
27764         (gst_asf_demux_process_ext_content_desc):
27765           don't send text tags if they are empty (bis repetita)
27766
27767 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27768
27769         * ext/dv/gstdvdec.c:
27770          remove unneeded comment from dvdec
27771           (related to DV 4CC codes in AVI files)
27772           moved them in gstreamer/docs/random/mimetypes
27773         * gst/asfdemux/gstasfdemux.c:
27774         (gst_asf_demux_process_ext_content_desc):
27775          don't send text tags if they are empty
27776          fix mem leak on error path
27777         * gst/ffmpegcolorspace/avcodec.h:
27778         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27779         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27780         (gst_ffmpegcsp_avpicture_fill):
27781         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
27782         * gst/ffmpegcolorspace/imgconvert_template.h:
27783          adds BGR32 and BGRA32 to ffmpegcolorspace
27784           (still bad colors, fixing it on next commit)
27785           helps with dvdec outputing BGR32
27786
27787 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27788
27789         * ext/dv/gstdvdec.c:
27790          Fix audio caps i just broke (missing ',')
27791         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
27792         (gst_matroska_mux_reset):
27793          Fix typo + add FIXME about old "x-gst-metadata" crap
27794
27795 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27796
27797         * ext/dv/demo-play.c: (main):
27798          xvideosink -> xvimagesink
27799         * ext/dv/gstdvdec.c:
27800          change rgb 32/32 caps to 24/32 (no alpha)
27801          change nb of channels to be a list (2 or 4, not 2)
27802          change sample rate to be a list (32, 44.1, 48 kHz) not a range
27803         * gst/asfdemux/gstasfdemux.c:
27804         (gst_asf_demux_process_ext_content_desc):
27805          Add 'date/year' to extracted metadata list
27806
27807 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27808
27809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27810           The return value of fixate_to does not imply that the requested
27811           value was set, so don't assume.
27812
27813 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
27814
27815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27816
27817         * ext/libpng/gstpngdec.c:
27818         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
27819         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
27820         * ext/libpng/gstpngenc.h:
27821           Alpha support (encoder; #163161), mime fixage.
27822
27823 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
27824
27825         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27826
27827         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
27828         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
27829         (gst_faac_set_property), (gst_faac_get_property):
27830         * ext/faac/gstfaac.h:
27831           Allow for ADTS output (#153434).
27832
27833 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27834
27835         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
27836           Fix against template (#150576).
27837
27838 2005-01-06  Benjamin Otte  <otte@gnome.org>
27839
27840         * gst/games/gstpuzzle.c: (draw_puzzle):
27841           don't draw a puzzle if either width or height of tiles would be 0.
27842
27843 2005-01-06  Benjamin Otte  <otte@gnome.org>
27844
27845         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
27846         (gst_puzzle_class_init), (gst_puzzle_finalize):
27847           no memleaks, please
27848         (gst_puzzle_create), (gst_puzzle_init),
27849         (gst_puzzle_set_property), (gst_puzzle_setup):
27850           change initialization code around so we don't reshuffle on resize
27851         (draw_puzzle):
27852           fix another stupid typo
27853
27854 2005-01-06  Benjamin Otte  <otte@gnome.org>
27855
27856         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
27857           fix stupid typo that borked copying on YUY2
27858
27859 2005-01-06  Benjamin Otte  <otte@gnome.org>
27860
27861         * gst/games/gstpuzzle.c: (draw_puzzle):
27862           fix edges when image sizes aren't multiples of tile sizes
27863
27864 2005-01-06  Benjamin Otte  <otte@gnome.org>
27865
27866         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
27867           make RGB endianness work correctly
27868         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
27869           refactor and fix race with initial shuffling
27870         (nav_event_handler):
27871           allow using the mouse to puzzle
27872         (draw_puzzle):
27873           insist on tiles having width and height as multiples of 4 to get
27874           clean YUV image handling
27875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
27876         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
27877           s/DEBUG/LOG/ for common messages
27878         (gst_xvimagesink_navigation_send_event):
27879           fix mouse event translation to not include screen PAR
27880         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
27881           fix mouse event translation to actually work
27882
27883 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27884
27885         * gst/asfdemux/gstasfdemux.c:
27886         (gst_asf_demux_process_ext_content_desc):
27887          Extract TrackNumber metadata + clean up code
27888         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
27889          Hope this is the good fix (var used unitialised)
27890
27891 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27892
27893         * ext/faad/gstfaad.c: (gst_faad_chain):
27894           Only increment timestamp if it's valid. Fixes raw AAC streams.
27895
27896 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27897
27898         * configure.ac:
27899         * gst/games/Makefile.am:
27900         * gst/games/gstpuzzle.c:
27901           add a puzzle game with...
27902         * gst/games/gstvideoimage.c:
27903         * gst/games/gstvideoimage.h:
27904           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27905           from videotestsrc and made into something that would be a nice
27906           library for a lot of other plugins.
27907
27908 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27909
27910         * configure.ac:
27911          don't compile faad plugin if a RC of 2.0 is found
27912          Fixes #155346 (and FC1 buildbot)
27913         * gst/asfdemux/gstasfdemux.c:
27914         (gst_asf_demux_process_ext_content_desc):
27915          try to make Solaris compiler happier
27916
27917 2005-01-06  Paul Jack  <pjack@sfaf.org>
27918
27919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27920
27921         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27922           Fix segfault (#161667).
27923
27924 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27927           Fix framerate reporting.
27928
27929 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27930
27931         * gst-libs/gst/riff/riff-ids.h:
27932         * gst/wavenc/riff.h:
27933          Add AMR (VBR and CBR) ids to riff.h audio codec list
27934         * gst/asfdemux/gstasfdemux.c:
27935         (gst_asf_demux_process_ext_content_desc),
27936         (gst_asf_demux_process_object):
27937           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27938
27939 2005-01-05  Martin Eikermann  <meiker@upb.de>
27940
27941         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27942
27943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27944         (gst_dvd_demux_handle_discont):
27945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27946         (gst_mpeg_demux_handle_discont):
27947           Recreate pads on new-media (#160730).
27948         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27949           Send discont even if manager changes timestamps (#161929).
27950
27951 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27952
27953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27954
27955         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27956           Fix invalid memory access (#159211).
27957
27958 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27959
27960         * examples/gstplay/player.c: (main):
27961           Don't iterate.
27962         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27963           Add visualizations.
27964         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27965         (gst_a52dec_handle_frame):
27966           Set duration.
27967         * ext/dvdnav/gst-dvd:
27968           Add audioconvert. Fixes #161325.
27969         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27970           Explicitely case to gint64. Possible valgrind error.
27971         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27972         (gst_play_tick_callback), (gst_play_change_state),
27973         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27974         (gst_play_set_location), (gst_play_get_location),
27975         (gst_play_seek_to_time), (gst_play_set_data_src),
27976         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27977         (gst_play_set_visualization), (gst_play_connect_visualization),
27978         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27979         (gst_play_new):
27980           Use playbin. Fixes #139749 and #147744.
27981         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27982           Add genre tag.
27983         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27984         (audioscale_get_type), (gst_audioscale_base_init),
27985         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27986         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27987         (gst_audioscale_link), (gst_audioscale_get_buffer),
27988         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27989         (gst_audioscale_init), (gst_audioscale_dispose),
27990         (gst_audioscale_chain), (gst_audioscale_set_property),
27991         (gst_audioscale_get_property), (plugin_init):
27992           Indent properly.
27993         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27994           Fix LPCM.
27995         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27996         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27997         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27998           Add more metadata (fixes #162656).
27999
28000 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28001
28002         * configure.ac:
28003           back to cvs
28004
28005 === release 0.8.7 ===
28006
28007 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28008
28009         * NEWS:
28010         * RELEASE:
28011         * configure.ac:
28012           releasing 0.8.7, "Hyperspace"
28013
28014 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
28017
28018         * gst/playback/gstplaybasebin.c:
28019          Fix for #162924 - free caps after use, not before
28020
28021 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28022
28023         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28024
28025         * gst/playback/gstplaybasebin.c:
28026         * gst/wavparse/gstwavparse.c:
28027           Fix for #154773 - fixes playback of small .wav files
28028
28029 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28030
28031         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28032
28033         * gst/audioscale/gstaudioscale.c:
28034           Fix for #162819 - make audioscale reusable
28035           Fixes playback of more than one file with playbin/totem
28036
28037 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28038
28039         * gst/ffmpegcolorspace/avcodec.h:
28040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28041         * gst/ffmpegcolorspace/imgconvert.c:
28042           clean up the mess that made me cry and avoid needless duplication
28043
28044 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
28045
28046         * gst/ffmpegcolorspace/imgconvert.c:
28047           give some indication of why we're segfaulting
28048
28049 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28050
28051         * configure.ac:
28052           Fix indentation, fix v4l2 plugin detection.
28053         * ext/Makefile.am:
28054           Fix libmms location (Maciej, use diff -u!).
28055         * ext/alsa/gstalsa.c: (gst_alsa_init):
28056           Initialize caps cache to NULL.
28057         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28058           Only change state on audiosink if it exists.
28059
28060 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
28061
28062         * gst/matroska/matroska-demux.c:
28063         * gst/matroska/matroska-ids.h:
28064         * gst/matroska/matroska-demux.h:
28065         Fix Vorbis streams failing to decode in some files, where cluster_time
28066         isn't 0, because then it doesn't send codec_priv before actual data.
28067         Remove time-based test and replace it with marker set on beginning of
28068         new stream
28069
28070 2004-12-28  David Schleef  <ds@schleef.org>
28071
28072         Merge patch from Ronald fixing problems with streaming
28073         text.
28074         * ext/cairo/gstcairo.c: (plugin_init):
28075         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28076         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28077         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28078         (gst_textoverlay_font_init), (gst_textoverlay_init),
28079         (gst_textoverlay_set_property):
28080         * ext/cairo/gsttextoverlay.h:
28081
28082 2004-12-27  David Schleef  <ds@schleef.org>
28083
28084         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
28085         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
28086         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
28087         (gst_textoverlay_font_init), (gst_textoverlay_init),
28088         (gst_textoverlay_set_property): Improvements to actually
28089         render text as white on black outline on video, including
28090         font selection and horizontal/vertical alignment.  (Ronald's
28091         christmas present)
28092         * ext/cairo/gsttextoverlay.h:
28093
28094 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28095
28096         * ext/ogg/gstogg.c:
28097         * ext/ogg/gstogmparse.c:
28098           fix ogm[audio/video]parse plugin registration
28099           (riff won't load if bytestream is already loaded)
28100
28101 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28102
28103         * gst/audioconvert/gstchannelmix.c:
28104           fix for GLIB < 2.4
28105
28106 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28107
28108         * Makefile.am:
28109         * configure.ac:
28110           disable docs again until it actually passes make distcheck.
28111
28112 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28113
28114         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
28115         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
28116         (plugin_init):
28117           Add 3GP (variables name Q3GP because they can't start with a
28118           number). Add samr audio fourcc (used in .3gp files), decoder
28119           is work in progress. Also do a GST_WARNING instead of ERROR
28120           in case of unknown nodes, to decrease output.
28121
28122 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28123
28124         * Makefile.am:
28125           really fix dist
28126
28127 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28128
28129         * configure.ac:
28130         * ext/speex/gstspeexdec.h:
28131         * ext/speex/gstspeexenc.h:
28132           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
28133           Fix detection code in configure.ac
28134
28135 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28136
28137         * gst/matroska/matroska-demux.c:
28138         (gst_matroska_demux_parse_blockgroup):
28139           Save position, so that queries give proper return values. Don't
28140           know how this could ever have worked before...
28141
28142 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28143
28144         * configure.ac:
28145           Put additional LAME check inside the conditional.  Fixes #152339
28146
28147 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28148
28149         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28150         (gst_avi_demux_stream_scan):
28151           Add some more debug. Fix logic error when setting movi offset
28152           while reading index.
28153
28154 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28155
28156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28157         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
28158         (gst_avi_demux_process_next_entry):
28159           Add some debugging. Better detection of broken indexes and the
28160           accompanying index recovery. No infinite loops on state changes
28161           when we're still in our loopfunction.
28162
28163 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28164
28165         * configure.ac:
28166           Fix up.
28167
28168 2004-12-22  Archana Shah  <archana.shah@wipro.com>
28169
28170         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
28171
28172         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
28173           Normalizing the value before setting
28174         (gst_sunaudiomixer_get_volume):
28175           Normalizing the value after getting. Fixes bug# 161980
28176
28177 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28178
28179         * Makefile.am: Make sure docs gets disted
28180         * docs/Makefile.am: Make sure all needed files get disted
28181         * gst-plugins.spec.in: latest updates
28182
28183 2004-12-22  Wim Taymans  <wim@fluendo.com>
28184
28185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28186         Revert patch 1.38 as clock distribution over schedulers does
28187         not work correcly in the core yet.
28188
28189 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28190
28191         * sys/oss/README: remove this file, which predates my birth
28192           (and which content is by far outdated)
28193
28194 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
28195
28196         * Makefile.am:
28197         * configure.ac:
28198         * docs/Makefile.am:
28199         * docs/libs/Makefile.am:
28200         * docs/libs/gst-plugins-libs-docs.sgml:
28201         * docs/libs/gst-plugins-libs-sections.txt:
28202         * docs/libs/tmpl/gstgconf.sgml:
28203         * docs/upload.mak:
28204         * docs/version.entities.in:
28205           Added boilerplate gtk-doc files for plugin-libs documentation.
28206
28207 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28208
28209         * gst/auparse/gstauparse.c: fix int and float audio caps
28210
28211 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28212
28213         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28214         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28215           g_assert() can be a macro, don't use #ifdef inside it.
28216
28217 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
28218
28219         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28220
28221         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
28222         (gst_videorate_init), (gst_videorate_chain),
28223         (gst_videorate_change_state):
28224           Event handling (fixes #159986).
28225
28226 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28227
28228         * gst-libs/gst/riff/riff-media.c:
28229         (gst_riff_create_video_caps_with_data):
28230           Add BLZ0 (Blizzard's version of DivX) fourcc.
28231
28232 2004-12-18  David Schleef  <ds@schleef.org>
28233
28234         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
28235         portability fix.
28236
28237 2004-12-18  David Schleef  <ds@schleef.org>
28238
28239         * gst/tta/ttadec.h: Disable some header code that isn't used
28240         and clearly isn't portable.
28241
28242 2004-12-18  David Schleef  <ds@schleef.org>
28243
28244         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
28245         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28246         (avcodec_get_pix_fmt), (avpicture_layout),
28247         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
28248         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
28249         Fix code to not use GCC extensions (and c99 extensions that
28250         Forte does not like.)
28251
28252 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28253
28254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28255
28256         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
28257         (gst_deinterlace_chain):
28258           Rowstride fixes. Fixes #161039.
28259         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
28260         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
28261         (gst_video_crop_getcaps), (gst_video_crop_link),
28262         (gst_video_crop_i420), (gst_video_crop_chain),
28263         (gst_video_crop_change_state):
28264           Rework of negotiation. Actually works now. Fixes #158650.
28265
28266 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28267
28268         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
28269           That was very stupid.
28270
28271 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28272
28273         * gst/matroska/matroska-demux.c:
28274         (gst_matroska_demux_parse_blockgroup):
28275           Fix possible crasher.
28276
28277 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28278
28279         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
28280         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
28281           Lace sizes can be zero.
28282
28283 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28284
28285         * ext/musepack/gstmusepackdec.cpp:
28286           Fetch error return values. Fixes #161624.
28287         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
28288           Really EOS.
28289
28290 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28291
28292         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
28293           Work for truncated (unfinished download etc.) files. Fixes #160514.
28294
28295 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28296
28297         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28298           Fix for integer overflow. Makes #156001 not crash. Probably masks
28299           the real bug.
28300
28301 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28302
28303         * gst/ac3parse/gstac3parse.c: (plugin_init):
28304           Parsers never have ranks. Fixes #159651.
28305
28306 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28307
28308         * gst/playback/gstdecodebin.c: (compare_ranks):
28309           make sure the facotries are ordered the same every time even if they
28310           have the same rank by using the name
28311         * gst/playback/gstdecodebin.c: (find_compatibles):
28312           make sure we don't add factories to the list twice
28313
28314 2004-12-16  David Schleef  <ds@schleef.org>
28315
28316         * configure.ac: look for musepack headers as musepack/*.h
28317         (fixes #159847)
28318         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
28319         * ext/musepack/gstmusepackreader.h: same
28320
28321 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * gst-libs/gst/riff/riff-read.c:
28324         (gst_riff_read_strf_auds_with_data):
28325           Read extradata correctly (fixes #155879).
28326
28327 2004-12-16  David Schleef  <ds@schleef.org>
28328
28329         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
28330         audio.  does _not_ attempt or allow conversion unless channels
28331         is 1 or 2.
28332
28333 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28334
28335         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
28336
28337 2004-12-16  David Schleef  <ds@schleef.org>
28338
28339         * gst/audioscale/gstaudioscale.c: the resample library only
28340         handles 1 or 2 channels.  Change caps to compensate.
28341
28342 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28343
28344         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
28345         (gst_matroska_demux_audio_caps):
28346           Some MPEG-AAC hacks, because else it doesn't work...
28347
28348 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28349
28350         * gst-libs/gst/riff/riff-media.c:
28351         (gst_riff_create_video_caps_with_data),
28352         (gst_riff_create_video_template_caps):
28353           Add h264.
28354
28355 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28356
28357         * gst-libs/gst/audio/Makefile.am:
28358           Try to fix buildbot.
28359
28360 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28361
28362         * gst/tcp/gstmultifdsink.c:
28363           Clean up and uniformize debugging.
28364
28365 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
28366
28367         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28368
28369         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
28370         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
28371         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
28372         (gst_mpeg_demux_change_state):
28373           Reset on ready. Fixes 160276.
28374
28375 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28376
28377         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28380         (gst_ffmpegcsp_pad_link):
28381           Fix memleak (#154815).
28382
28383 2004-12-16  James Bowes  <bowes@cs.dal.ca>
28384
28385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28386
28387         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
28388         (gst_musicbrainz_init), (gst_musicbrainz_chain),
28389         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
28390         * ext/musicbrainz/gsttrm.h:
28391           Add support for using a proxy server when getting a trm id from
28392           the MusicBrainz database (#149613).
28393
28394 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
28395
28396         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28397
28398         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
28399         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
28400           Fix memleaks (#157233).
28401
28402 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
28403
28404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28405
28406         * gst-libs/gst/resample/resample.c: (gst_resample_close):
28407         * gst-libs/gst/resample/resample.h:
28408         * gst/audioscale/gstaudioscale.c:
28409           Fix memleak (#159215).
28410
28411 2004-12-16  Toni Willberg  <toniw@iki.fi>
28412
28413         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28414
28415         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
28416         * sys/oss/oss_probe.c: (main):
28417           Check for mono/stereo support (similar to samplerate probing),
28418           fixes #159433. Also add missing copyright header to oss_probe.c.
28419
28420 2004-12-15  David Schleef  <ds@schleef.org>
28421
28422         * configure.ac: add audioresample and cairo plugins.  Remove
28423         HAVE_MMX stuff, because it's not used.
28424         * ext/Makefile.am: same
28425         * ext/audioresample/Makefile.am: You are not ready for an
28426         audio resampling element based on audioresample.
28427         * ext/audioresample/gstaudioresample.c:
28428         * ext/audioresample/gstaudioresample.h:
28429         * ext/cairo/Makefile.am: You are not ready for overlay elements
28430         based on cairo.  Don't look too closely, these elements kinda
28431         suck right now.
28432         * ext/cairo/gstcairo.c: new
28433         * ext/cairo/gsttextoverlay.c: new
28434         * ext/cairo/gsttextoverlay.h: new
28435         * ext/cairo/gsttimeoverlay.c: new
28436         * ext/cairo/gsttimeoverlay.h: new
28437         * gst-libs/gst/media-info/media-info-priv.h: fix compile
28438         problem with compilers that don't support variadic macros.
28439
28440 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
28441
28442         Reviewed by:  David Schleef  <ds@schleef.org>
28443
28444         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
28445         Bala, registering sunaudiosrc (oops!), and cleaning up code a
28446         bit.  Also ran indent-gst.
28447         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
28448         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
28449         (gst_sunaudiosrc_setparams):
28450
28451 2004-12-14  David Schleef  <ds@schleef.org>
28452
28453         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
28454         output rate to 16000.  Should fix #160235.
28455
28456 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28457
28458         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
28459         Add typefinding for mpeg2 pes streams
28460
28461 2004-12-13  David Schleef  <ds@schleef.org>
28462
28463         * configure.ac:  Applied patch from bug #143659, making default
28464         sources and sinks OS-dependent (for Solaris), and added code
28465         for OS/X.
28466         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
28467
28468 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28469
28470         * gst-libs/gst/riff/riff-media.c:
28471           forgot to add h2.64 to avidemux template caps
28472
28473 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28474
28475         * gst/wavenc/riff.h:
28476         * gst-libs/gst/riff/riff-media.c:
28477         * gst-libs/gst/riff/riff-ids.h:
28478         * gst/avi/gstavimux.c
28479         add 4CC code for VideoSoft h264 in AVI (VSSH)
28480           fixes bug #160655
28481         remove s323 from riff, it's quicktime specific :(
28482
28483 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28484
28485         * gst/asfdemux/README
28486         * gst/wavenc/riff.h
28487         * gst-libs/gst/riff/riff-ids.h
28488         * gst-libs/gst/riff/riff-media.c
28489         * gst/qtdemux/qtdemux.c:
28490           add new 4CC codes for h263 related codecs
28491           fixes partially bug #155163
28492
28493 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
28494
28495         * configure.ac: Update polyaudio requirement to 0.7
28496         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
28497
28498 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28499
28500         * gst/interleave/deinterleave.c:
28501         fix my name's spelling! :)
28502
28503 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
28504
28505         * AUTHORS ChangeLog
28506         * gst/auparse/gstauparse.c
28507         * gst/interleave/deinterleave.c
28508         * gst/law/:
28509                 alaw-decode.c alaw-encode.c
28510                 mulaw-decode.c mulaw-encode.c
28511         * gst/oneton/gstoneton.c
28512         * sys/osxaudio/:
28513                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
28514         * sys/osxvideo/:
28515                 cocoawindow.h cocoawindow.m
28516                 osxvideosink.h osxvideosink.m
28517
28518         put the same mail address for Zaheer Abbas Merali everywhere
28519
28520 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28521
28522         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
28523           Align by packetsize, and assert that we a packet available before
28524           playing. The first makes webstreams work (they often include
28525           trailing padding data in a packet), the second allows pausing a
28526           ASF stream in totem without getting demux errors afterwards.
28527
28528 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28529
28530         * ext/ogg/gstoggdemux.c: (get_relative):
28531           Check for non-NULL before accessing member (end-of-chain).
28532
28533 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28534
28535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28536         (cdparanoia_set_property), (cdparanoia_get_property):
28537         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
28538         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
28539         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28540         (dvdreadsrc_init), (dvdreadsrc_set_property),
28541         (dvdreadsrc_get_property):
28542         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
28543         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
28544           Synchronize property names where not yet the case. Devices are
28545           now device=X, other versions are deprecated (but still exist).
28546           Also use g_free() unconditionally.
28547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28548         (setup_source), (gst_play_base_bin_get_property):
28549           Expose source.
28550
28551 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28552
28553         * configure.ac: move GCONF macro outside conditional for the am
28554           conditional. Fixes #160439
28555
28556 2004-12-08  David Schleef  <ds@schleef.org>
28557
28558         * tools/gst-visualise-m.m: Switch to elements that currently
28559         exist.
28560
28561 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
28564           We love wrong commas.
28565
28566 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28567
28568         * gst/matroska/matroska-demux.c:
28569         (gst_matroska_demux_handle_src_query):
28570           Don't set DEFAULT, unsupported - makes length display incorrectly
28571           in some cases.
28572
28573 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28574
28575         * gst/monoscope/README: remove blurb about files being GPL
28576         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
28577         * gst/monoscope/monoscope.c: Change license to BSD with explanation
28578           monoscope is now effectively LGPL licensed
28579
28580 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
28581
28582         * gst/monoscope/README: Update information to be more correct
28583         * gst/monoscope/convolve.c: Relicense to LGPL
28584         * gst/monoscope/convolve.h: Relicense to LGPL
28585
28586 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
28587
28588         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28589           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
28590         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
28591           set default_duration for mpeg1 audio
28592
28593 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28594
28595         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
28596         * ext/alsa/gstalsa.h:
28597           refactor big chunks of the core caps negotiation code to make it
28598           a lot faster, because people claim it's really slow
28599           (actually, just cache the getcaps when the device is opened)
28600
28601 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28602
28603         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
28604         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
28605         (gst_a52dec_handle_frame), (gst_a52dec_chain),
28606         (gst_a52dec_change_state), (plugin_init):
28607         * ext/a52dec/gsta52dec.h:
28608           Do something useful with timestamps. Make chain-based (since
28609           there's really no reason to be loopbased).
28610         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
28611           Update current_byte/frame correctly.
28612
28613 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28614
28615         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
28616         (gst_ape_demux_stream_init):
28617           Forward tags, too.
28618
28619 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28620
28621         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
28622           Let's make sure we're done typefinding when detecting tags.
28623
28624 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28625
28626         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
28627         (gst_ebml_read_init), (gst_ebml_read_use_event),
28628         (gst_ebml_read_element_id), (gst_ebml_peek_id),
28629         (gst_ebml_read_seek), (gst_ebml_read_skip),
28630         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
28631         (gst_ebml_read_master):
28632         * gst/matroska/ebml-read.h:
28633         * gst/matroska/matroska-demux.c:
28634         (gst_matroska_demux_parse_contents),
28635         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
28636           Disgustingly evil hack for working around INTERRUPT events and
28637           their extremely annoying habit of being a pain in the ass. We
28638           simply peek a cluster before reading any of it.
28639
28640 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28641
28642         * ext/musepack/gstmusepackdec.cpp:
28643           There's also floating point libmusepacks.
28644
28645 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28646
28647         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
28648         (gst_faad_chanpos_to_gst), (gst_faad_chain):
28649           Set DURATION even if source buffer didn't. Also use increasing
28650           timestamps.
28651         * gst-libs/gst/riff/riff-media.c:
28652         (gst_riff_create_audio_caps_with_data):
28653           Block_align can have larger values than 8192.
28654
28655 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28656
28657         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
28658         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
28659         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
28660         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
28661           Fix caps.
28662
28663 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28664
28665         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28666           Fix logic bug.
28667
28668 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
28671           Yay, another one.
28672
28673 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28674
28675         * ext/esd/esdsink.c: (gst_esdsink_chain):
28676           Make error actually say something useful (fixes #156798).
28677         * gst-libs/gst/riff/riff-media.c:
28678         (gst_riff_create_video_caps_with_data),
28679         (gst_riff_create_video_template_caps):
28680           Add Intel Video 5.0 fourcc (IV50).
28681
28682 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
28683
28684         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
28685         detection on mono and stereo mp3 files.
28686
28687 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28688
28689         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28690           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
28691           the contained stream).
28692
28693 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28694
28695         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
28696           Oops, remove debug.
28697
28698 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
28699
28700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28701
28702         * gst/law/alaw-decode.c: (alawdec_getcaps):
28703         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
28704           Prevent warnings when negotiating caps (fixes #159338).
28705
28706 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28707
28708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28709         (gst_ffmpegcsp_chain):
28710           Remove old leftover that shouldn't be there...
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-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
28717           Don't forward DISCONT events (fixes #159684).
28718
28719 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28720
28721         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
28722           Unlink manually since sometimes bin disposal (and therefore
28723           pad unlinking) is delayed, which will cause a new media file
28724           to not be able to start playing instantly.
28725
28726 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28727
28728         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
28729           On mute of an unlinked stream, check for pad availability so
28730           we don't crash on unlinked pad.
28731
28732 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28733
28734         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
28735         (gst_avi_demux_massage_index):
28736           Fix quite humiliating bug in omitting 0-sized index chunks but
28737           forgetting to count them for timestamps.
28738
28739 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28740
28741         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28742           Actually leave the loop if we failed to sync. Don't crash.
28743
28744 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28745
28746         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
28747         (gst_dvd_demux_process_private):
28748         * gst/mpegstream/gstdvddemux.h:
28749           Fix crash (#159759). Doesn't work, though. :-(.
28750
28751 2004-11-28  Benjamin Otte  <otte@gnome.org>
28752
28753         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28754           more overwriting protection due to modifying channels one by one
28755           instead of all at once
28756
28757 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28758
28759         * gst/audioconvert/gstchannelmix.c:
28760         (gst_audio_convert_fill_normalize):
28761           Normalize using absolute values.
28762
28763 2004-11-28  Julien MOUTTE  <julien@moutte.net>
28764
28765         * configure.ac:
28766         * ext/Makefile.am:
28767         * ext/directfb/Makefile.am:
28768         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
28769         (gst_directfbvideosink_get_pixel_format),
28770         (gst_directfbvideosink_get_format_from_fourcc),
28771         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
28772         (gst_directfbvideosink_sink_link),
28773         (gst_directfbvideosink_change_state),
28774         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
28775         (gst_directfbvideosink_buffer_alloc),
28776         (gst_directfbvideosink_interface_supported),
28777         (gst_directfbvideosink_interface_init),
28778         (gst_directfbvideosink_navigation_send_event),
28779         (gst_directfbvideosink_navigation_init),
28780         (gst_directfbvideosink_set_property),
28781         (gst_directfbvideosink_get_property),
28782         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
28783         (gst_directfbvideosink_base_init),
28784         (gst_directfbvideosink_class_init),
28785         (gst_directfbvideosink_get_type), (plugin_init):
28786         * ext/directfb/directfbvideosink.h: Adding a first version of
28787         directfbvideosink.
28788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
28789         more.
28790
28791 2004-11-28  Benjamin Otte  <otte@gnome.org>
28792
28793         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
28794           walk the samples backwards if out_channels > in_channels so we don't
28795           overwrite data
28796
28797 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28798
28799         * gst/audioconvert/Makefile.am:
28800         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
28801         (gst_audio_convert_link), (gst_audio_convert_change_state),
28802         (gst_audio_convert_channels):
28803         * gst/audioconvert/gstchannelmix.c:
28804         (gst_audio_convert_unset_matrix),
28805         (gst_audio_convert_fill_identical),
28806         (gst_audio_convert_fill_compatible),
28807         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
28808         (gst_audio_convert_fill_others),
28809         (gst_audio_convert_fill_normalize),
28810         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
28811         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
28812         * gst/audioconvert/gstchannelmix.h:
28813           Implement a channel mixer.
28814
28815 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
28816
28817         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
28818         * ext/alsa/gstalsa.h:
28819         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
28820         Make alsasink actually honor gst_element_set_clock and use that
28821         clock instead of its internal one.
28822
28823 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28824
28825         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
28826         (gst_play_base_bin_change_state): nullify source and decoder when
28827         going from READY to NULL so that we don't try to do weird stuff with
28828         them when going from NULL to READY
28829         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
28830         instead of g_object_unref
28831         (gen_video_element), (gen_audio_element): more refcounting fixes, now
28832         it should be correct
28833         (gst_play_bin_change_state): don't call remove_sinks if we are
28834         currently disposing the object
28835
28836 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
28839           Don't forget bass if it's there. Else left channel is silent...
28840
28841 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
28844         (gst_a52dec_change_state):
28845           Don't do sample adjusting anymore, we use float audio now.
28846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
28847           Don't fixate to non-existing properties.
28848
28849 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28850
28851         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
28852         (gst_a52dec_change_state):
28853           Advertise that we can do surround sound.
28854
28855 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28856
28857         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
28858           Add buffer-frames=0.
28859         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
28860         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
28861         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
28862         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
28863         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
28864         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
28865         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
28866         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
28867         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
28868         * ext/dvdread/dvdreadsrc.h:
28869           Add seeking, querying for bytes, sectors, title, angle and
28870           chapter. Handle multiple chapters. Relicense to LGPL because
28871           Billy agreed on that (thanks Billy!).
28872
28873 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
28874
28875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
28876         call parent dispose method
28877
28878 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
28879
28880         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
28881         (gst_audio_clock_get_internal_time):
28882         Fix active <-> inactive transitions: ensure time value always
28883         grows and avoid abrupt value changes.
28884
28885 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
28886
28887         * configure.ac:
28888         * gst/tta/Makefile.am:
28889         * gst/tta/crc32.h:
28890         * gst/tta/filters.h:
28891         * gst/tta/gsttta.c:
28892         * gst/tta/gstttadec.c:
28893         * gst/tta/gstttadec.h:
28894         * gst/tta/gstttaparse.c:
28895         * gst/tta/gstttaparse.h:
28896         * gst/tta/ttadec.h:
28897           added TTA parser and decoder
28898
28899 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28900
28901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28902         (probe_triggered), (check_queue), (buffer_underrun),
28903         (buffer_running), (buffer_overrun), (gen_source_element),
28904         (setup_source):
28905         * gst/playback/gstplaybasebin.h:
28906           Implement buffering. Needs some more work.
28907
28908 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28909
28910         * ext/theora/theoradec.c: (theora_dec_chain):
28911           Fix ilog mask range overflow.
28912
28913 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28914
28915         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28916           Don't omit the last (which in case of dmix is the only :) )
28917           channel count. Don't set channels if <= 2.
28918
28919 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28920
28921         * gst/playback/gstplaybin.c: (gen_video_element),
28922         (gen_audio_element): Removed 2 obsolete comments
28923
28924 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28925
28926         * ext/vorbis/oggvorbisenc.c
28927         * ext/vorbis/vorbisenc.c :
28928           change description fields of those plugins to differentiate them
28929           (pitivi show Encoders by description, they had the same one)
28930
28931 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28932
28933         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28934
28935         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28936         (gst_play_bin_set_property), (gen_video_element),
28937         (gen_audio_element):
28938           Refcounting fixes for provided audio-/videosinks.
28939
28940 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28941
28942         * gst/playback/gstplaybin.c: (gen_video_element),
28943         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28944           Don't reference all sinks, but only the video- and audiosinks.
28945           The vis. element should be disposed when we're done with it.
28946           We don't have any reason to keep it around. This fixes warnings
28947           when reusing playbin for playing multiple audio files with
28948           vis. enabled. Also release audio device on pause - idea stolen
28949           from Rhythmbox.
28950
28951 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28952
28953         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28954         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28955         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28956         * ext/alsa/gstalsaplugin.c: (plugin_init):
28957         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28958         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28959         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28960         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28961         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28962         (gst_faad_change_state), (plugin_init):
28963         * ext/faad/gstfaad.h:
28964         * ext/vorbis/vorbis.c: (plugin_init):
28965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28966         * gst-libs/gst/audio/Makefile.am:
28967         * gst-libs/gst/audio/audio.c: (plugin_init):
28968         * gst-libs/gst/audio/multichannel.c:
28969         (gst_audio_check_channel_positions),
28970         (gst_audio_get_channel_positions),
28971         (gst_audio_set_channel_positions),
28972         (gst_audio_set_structure_channel_positions_list),
28973         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28974         (gst_audio_fixate_channel_positions):
28975         * gst-libs/gst/audio/multichannel.h:
28976         * gst-libs/gst/audio/testchannels.c: (main):
28977         * gst/audioconvert/gstaudioconvert.c:
28978         (gst_audio_convert_class_init), (gst_audio_convert_init),
28979         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28980         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28981         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28982         * gst/audioconvert/plugin.c: (plugin_init):
28983           Surround sound support.
28984
28985 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28986
28987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28988           Fix position for discont if we're close as well. Nitpicking, but
28989           saves a few milliseconds of extra waiting or skipping.
28990
28991 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28992
28993         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28994           We sometimes need parsers for playback, so add those too.
28995
28996 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * configure.ac:
28999         * gst/apetag/Makefile.am:
29000         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
29001         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
29002         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
29003         (gst_ape_demux_get_src_query_types),
29004         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
29005         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
29006         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
29007         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
29008         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
29009         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
29010         (gst_ape_demux_change_state):
29011         * gst/apetag/apedemux.h:
29012         * gst/apetag/apetag.c: (plugin_init):
29013         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
29014         (plugin_init):
29015           APE v1/2 tag reader plus typefind function.
29016
29017 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29018
29019         * configure.ac:
29020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29021         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29022           Remove hacks for older core. Require newer core version
29023           accordingly.
29024
29025 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29026
29027         * gst/cdxaparse/Makefile.am:
29028         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
29029         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
29030         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
29031         * gst/cdxaparse/gstcdxaparse.h:
29032         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
29033         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
29034         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
29035         (gst_cdxastrip_get_src_query_types),
29036         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
29037         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
29038         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
29039         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
29040         * gst/cdxaparse/gstcdxastrip.h:
29041           SVCD/VCD header stripping separated from CDXA image parsing.
29042         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29043         (plugin_init):
29044           Add VCD/SVCD header typefinding for VCD/SVCD.
29045         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
29046         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
29047         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
29048         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
29049         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
29050         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
29051         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
29052         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
29053         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
29054         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
29055         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
29056         * sys/vcd/vcdsrc.h:
29057           Fix up, add seeking, querying, URI interface. Works in totem now.
29058
29059 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29060
29061         * configure.ac:
29062           back to CVS
29063
29064 === release 0.8.6 ===
29065
29066 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
29067
29068         * NEWS:
29069         * RELEASE:
29070         * configure.ac:
29071         * po/af.po:
29072         * po/az.po:
29073         * po/cs.po:
29074         * po/en_GB.po:
29075         * po/hu.po:
29076         * po/it.po:
29077         * po/nb.po:
29078         * po/nl.po:
29079         * po/or.po:
29080         * po/sq.po:
29081         * po/sr.po:
29082         * po/sv.po:
29083         * po/uk.po:
29084           releasing 0.8.6, "IOU Love"
29085
29086 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29087
29088         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29089
29090         * gst/playback/gstplaybasebin.c:
29091           Fix unplayable files error handling.  Fixes #158365
29092
29093 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29094
29095         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
29096
29097         * gst/typefind/gsttypefindfunctions.c:
29098           Fix broken mp3 typefinding.  Fixes #158375
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         * ext/ogg/gstoggdemux.c:
29105           Fix sync on broken files.  Fixes #158976
29106
29107 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29108
29109         patch by: Edward Hervey <bilboed@bilboed.com>
29110
29111         * ext/libpng/gstpngenc.c:
29112           Copy over buffer properties.  Fixes #158832
29113
29114 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29115
29116         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
29117
29118         * ext/dvdread/dvdreadsrc.c:
29119           Fixes invalid reads (#158462)
29120
29121 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29122
29123         * sys/v4l/gstv4lsrc.c:
29124         * sys/v4l/gstv4lsrc.h:
29125         * sys/v4l/v4lsrc_calls.c:
29126           Probe less and cache it.  Fixes #159187.
29127
29128 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29129
29130         * gst/videorate/gstvideorate.c:
29131           Handle all video formats. Fixes #159186.
29132
29133 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
29134         * gst/synaesthesia/gstsynaesthesia.c:
29135         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
29136         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
29137         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
29138         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
29139         (gst_synaesthesia_change_state), (plugin_init):
29140         Fix up synaesthesia to work under different samplerates/ buffer sizes.
29141         Force 320x200 output, as that's the only thing the underlying
29142         synaesthesia implementation supports. Still needs to be made
29143         re-entrant.
29144
29145 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29146
29147         * configure.ac:
29148           Fix mpeg2enc configure check (similar to mplex check below).
29149
29150 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
29151
29152         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29153
29154         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29155           Fix for gcc-2.95 (fixes #158221).
29156
29157 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29158
29159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29160           Re-add clock distribution hack (until new core is released).
29161           Fixes #158125.
29162
29163 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
29164         * configure.ac:
29165           fix mplex configure check segfaulting on some systems (bug #140994)
29166
29167 2004-11-13  Benjamin Otte  <otte@gnome.org>
29168
29169         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
29170           add debugging
29171         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29172           do a wait when we enter the loop func with no data available to
29173           write instead of getting into an 100% CPU loop by just returning and
29174           being called again by the scheduler
29175
29176 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
29177
29178         * configure.ac:
29179         * ext/libvisual/visual.c: (gst_visual_get_type),
29180         (libvisual_log_handler), (gst_visual_getcaps),
29181         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
29182         (plugin_init):
29183           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
29184         * ext/smoothwave/Makefile.am:
29185         * ext/smoothwave/demo-osssrc.c: (main):
29186         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
29187         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
29188         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
29189         (plugin_init):
29190         * ext/smoothwave/gstsmoothwave.h:
29191           Make gstsmoothwave a working element in the 20th century.
29192
29193         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
29194           Fix incorrect link function
29195
29196 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/volume/gstvolume.c:
29199           Allow buffer-frames=0.
29200
29201 2004-11-12 Iain <iaingnome@gmail.com>
29202
29203         * configure.ac: Check for polypaudio
29204
29205         * ext/Makefile.am: Build the polyp dir
29206
29207         * ext/polyp: The polypsink sources.
29208
29209 2004-10-30 Iain <iaingnome@gmail.com>
29210
29211         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
29212         caps to reflect the new number of channels.
29213
29214 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29215
29216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29217           Fix for negotiation order problem. This would show when the
29218           ALSA loopfuction was called before any other function. ALSA
29219           wouldn't do anything because we're not negotiated yet, leading
29220           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
29221
29222 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29223
29224         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29225
29226         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
29227           No warnings (#157986).
29228
29229 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29230
29231         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29232           Prefer apev1/2 and id3v1 (at end of file) over musepack.
29233
29234 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
29237           Signal no-more-pads (so it works in playbin).
29238
29239 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29240
29241         * ext/musepack/gstmusepackreader.cpp:
29242           Workaround for older core.
29243
29244 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29245
29246         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
29247           Actually test for odd width/height rather than testing whether
29248           a temporary variable that was 0 before we subtracted 1 is now
29249           not equal to zero (which it always is).
29250
29251 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29252
29253         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
29254         Fix compilation if HAVE_XVIDEO is not defined
29255
29256 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29257
29258         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
29259         Fix compilation if HAVE_XVIDEO is not defined
29260
29261 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
29262
29263         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
29264         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
29265         (gst_goom_change_state), (plugin_init):
29266         Use the bytestream adapter so goom doesn't depend on the input
29267         buffer size.
29268         Add a debug category
29269
29270 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29271
29272         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29273           Only set hardware parameters *after* negotiation. Before
29274           negotiation, it will set ANY and that seems to cause crashes
29275           (see e.g. #151288, #153227).
29276
29277 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29278
29279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
29280           This seems to be antique leftover. It needs to pass error
29281           checking.
29282         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
29283         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
29284         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
29285         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
29286           Fix GstXOverlay implementation (#151059).
29287
29288 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29289
29290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29291           Don't assert (#157853).
29292
29293 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29294
29295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
29296           Fix bytes/samples confustion.
29297         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
29298           Fix for underrun (#144389).
29299
29300 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29301
29302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
29303           Disable halfway-seek for pending release (since it needs a new
29304           core release).
29305
29306 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29307
29308         * sys/v4l/gstv4lsrc.c:
29309         * sys/v4l/gstv4lsrc.h:
29310         * sys/v4l/v4lsrc_calls.c:
29311           add autoprobe-fps property so we can separate autoprobing parts
29312
29313 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
29314
29315         * sys/v4l/gstv4lsrc.c:
29316         * sys/v4l/v4lsrc_calls.c:
29317         initialise fourcc to catch unset fourcc's, and debug
29318
29319 2004-11-09  Wim Taymans  <wim@fluendo.com>
29320
29321         * gst/playback/README:
29322         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29323         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29324         (gst_play_bin_dispose), (gst_play_bin_set_property),
29325         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
29326         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
29327         (gst_play_bin_get_formats), (gst_play_bin_convert),
29328         (gst_play_bin_get_query_types), (gst_play_bin_query):
29329         Cleanups and some more documentation.
29330
29331 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
29332
29333         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
29334         (gst_cacasink_init), (gst_cacasink_chain):
29335         * ext/libcaca/gstcacasink.h:
29336         Cacasink inherits from VideoSink, so let that store the clock.
29337
29338 2004-11-09  Wim Taymans  <wim@fluendo.com>
29339
29340         * gst/playback/README:
29341         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
29342         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
29343         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
29344         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
29345         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
29346         (setup_sinks):
29347         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
29348         (gst_stream_info_is_mute), (gst_stream_info_set_property):
29349         * gst/playback/gststreaminfo.h:
29350         Updated README.
29351         Only switch groups if all streams have muted (EOSed).
29352         Send Tags in sync with the stream playback instead of in
29353         the playback/preroll phase.
29354         Some cleanups, free the fakesrc elements.
29355
29356 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29357
29358         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
29359           buffer-frames property was missing
29360         * ext/arts/gst_arts.c:
29361           rate missing from sinkcaps
29362         * ext/audiofile/gstafparse.c:
29363         * ext/audiofile/gstafsink.c:
29364         * ext/audiofile/gstafsrc.c:
29365         * ext/swfdec/gstswfdec.c:
29366           int audio doesn't know buffer-frames
29367         * ext/cdparanoia/gstcdparanoia.c:
29368           int audio doesn't know chunksize either
29369         * ext/nas/nassink.c:
29370           it's endianness, not endianess
29371         * gst-libs/gst/audio/audio.h:
29372           make float standard pad template caps really describe float
29373         * gst/law/mulaw.c: (linear_factory):
29374           signed only, please
29375         * gst/mpegstream/gstdvddemux.c:
29376           widths of 20 are not valid
29377
29378 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
29379
29380         Submitted by: Luca Ferretti <elle.uca@infinito.it>
29381
29382         * po/LINGUAS:
29383         * po/it.po:
29384           Add Italian
29385
29386 2004-11-08  Wim Taymans  <wim@fluendo.com>
29387
29388         * gst/playback/README:
29389         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
29390         * gst/playback/gstplaybasebin.c: (probe_triggered),
29391         (gst_play_base_bin_change_state):
29392         Updated README, added more comments for fixmes etc..
29393
29394 2004-11-08  Wim Taymans  <wim@fluendo.com>
29395
29396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
29397         We can remove this hack now.
29398
29399 2004-11-08  Wim Taymans  <wim@fluendo.com>
29400
29401         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
29402         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29403         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29404         Only mix AYUV for maximum quality.
29405
29406 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29407
29408         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
29409         (gst_ogg_demux_push), (gst_ogg_pad_push):
29410           Let's act as if we're synchronized now! :).
29411         * ext/theora/theoradec.c: (theora_dec_chain):
29412           Add some debug.
29413
29414 2004-11-08  Wim Taymans  <wim@fluendo.com>
29415
29416         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29417         (gst_alpha_set_property), (gst_alpha_sink_link),
29418         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
29419         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
29420         (gst_alpha_init_params), (gst_alpha_chain):
29421         Implement alpha functions for AYUV too, this increases
29422         accuracy quite a bit.
29423
29424 2004-11-08  Wim Taymans  <wim@fluendo.com>
29425
29426         * gst/ffmpegcolorspace/avcodec.h:
29427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29428         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
29429         (gst_ffmpegcsp_avpicture_fill):
29430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29431         (gst_ffmpegcsp_caps_remove_format_info):
29432         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29433         (shrink12), (img_get_alpha_info), (deinterlace_line),
29434         (deinterlace_line_inplace):
29435         * gst/ffmpegcolorspace/imgconvert_template.h:
29436         Added AYUV colorspace and handle RGBA a bit more respectful.
29437
29438 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29439
29440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29441           Actually always send a discont (cornercase when resending the
29442           same serial-tagged chain twice).
29443
29444 2004-11-08  Julien MOUTTE  <julien@moutte.net>
29445
29446         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
29447         (gst_ximagesink_finalize):
29448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
29449         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
29450
29451 2004-11-08  Wim Taymans  <wim@fluendo.com>
29452
29453         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
29454         Don't segfault on NULL data.
29455
29456 2004-11-08  Wim Taymans  <wim@fluendo.com>
29457
29458         * gst/playback/gstdecodebin.c: (unlinked):
29459         * gst/playback/gstplay-marshal.list:
29460         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29461         (gst_play_base_bin_init), (group_create), (get_active_group),
29462         (get_building_group), (group_destroy), (group_commit),
29463         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
29464         (add_element_stream), (no_more_pads), (probe_triggered),
29465         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
29466         (state_change), (setup_source), (gst_play_base_bin_get_property),
29467         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
29468         (gst_play_base_bin_link_stream),
29469         (gst_play_base_bin_get_streaminfo):
29470         * gst/playback/gstplaybasebin.h:
29471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29472         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
29473         Add support for chained ogg files. Prepare for playlist
29474         support. This patch introduces the concept of pad groups, which
29475         together compose one playable media file.
29476
29477 2004-11-07  David Schleef  <ds@schleef.org>
29478
29479         * testsuite/gst-lint: Check for pad templates that aren't statically
29480         scoped.
29481
29482 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29483
29484         * configure.ac:
29485         * ext/Makefile.am:
29486         * ext/musepack/Makefile.am:
29487         * ext/musepack/gstmusepackdec.cpp:
29488         * ext/musepack/gstmusepackdec.h:
29489         * ext/musepack/gstmusepackreader.cpp:
29490         * ext/musepack/gstmusepackreader.h:
29491           Add musepack decoder.
29492         * ext/faad/gstfaad.c: (gst_faad_base_init):
29493           Make pad templates static.
29494         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29495         (plugin_init):
29496           Add musepack typefinder, make mp3 typefinding work halfway stream,
29497           which doesn't actually work yet because id3demux doesn't implement
29498           _get_length().
29499
29500 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29501
29502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29503         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
29504           Fix interrupt event handling (#144436).
29505
29506 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29507
29508         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
29509           Hide unused glory.
29510
29511 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29512
29513         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29514
29515         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
29516           Fix weird caps (#157548).
29517
29518 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29519
29520         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29521
29522         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
29523           Add missing NULL terminator (#157543).
29524
29525 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29526
29527         * gst/tcp/gsttcp.h:
29528         * gst/tcp/gsttcpclientsink.c:
29529         * gst/tcp/gsttcpclientsrc.c:
29530         * gst/tcp/gsttcpserversink.c:
29531         * gst/tcp/gsttcpserversrc.c:
29532           ports can go up to 65535.  Move common defines to gsttcp.h
29533
29534 2004-11-05  Wim Taymans  <wim@fluendo.com>
29535
29536         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
29537         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
29538         Added two more colorspaces.
29539
29540 2004-11-05  Wim Taymans  <wim@fluendo.com>
29541
29542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29543         (gst_ffmpegcsp_avpicture_fill):
29544         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29545         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
29546         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
29547         More stride fixes.
29548
29549 2004-11-05  Wim Taymans  <wim@fluendo.com>
29550
29551         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
29552         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
29553         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29554         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
29555         (gst_videomixer_loop):
29556         More stride fixes.
29557
29558 2004-11-05  Benjamin Otte  <otte@gnome.org>
29559
29560         * ext/mad/gstmad.c: (gst_mad_chain):
29561           don't overflow data buffer. Flush not needed sync data when syncing
29562           failed.
29563
29564 2004-11-04  Wim Taymans  <wim@fluendo.com>
29565
29566         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29567         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
29568         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
29569         (gst_alpha_init_params), (gst_alpha_chain),
29570         (gst_alpha_change_state):
29571         Updated the chroma keying algorithm with something more
29572         sophisticated.
29573
29574 2004-11-03  Wim Taymans  <wim@fluendo.com>
29575
29576         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
29577         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
29578         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
29579         Fix stride issues. Does not completely work for odd
29580         heights.
29581
29582 2004-11-03  Wim Taymans  <wim@fluendo.com>
29583
29584         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
29585         (gst_alpha_chroma_key), (gst_alpha_chain):
29586         Fix stride issues. Does not completely work for odd
29587         heights.
29588
29589 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
29590
29591         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29592         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
29593         leak fixes
29594
29595 2004-11-03  Wim Taymans  <wim@fluendo.com>
29596
29597         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29598         (gst_ffmpegcsp_avpicture_fill):
29599         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
29600         (avpicture_alloc):
29601         * gst/ffmpegcolorspace/imgconvert_template.h:
29602         Use correct _fill function to get correct strides.
29603
29604 2004-11-02  David Schleef  <ds@schleef.org>
29605
29606         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29607         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
29608         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
29609         Change all g_print()s to debugging.  Add a bunch of consistency
29610         checks.
29611
29612 2004-11-02  Wim Taymans  <wim@fluendo.com>
29613
29614         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29615         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
29616         (unlinked), (no_more_pads), (close_link):
29617         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
29618         (unknown_type), (add_element_stream), (new_decoded_pad),
29619         (removed_decoded_pad), (setup_source):
29620         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
29621         (gst_stream_info_class_init), (gst_stream_info_init),
29622         (gst_stream_info_new), (gst_stream_info_dispose),
29623         (stream_info_mute_pad), (gst_stream_info_set_property),
29624         (gst_stream_info_get_property):
29625         * gst/playback/gststreaminfo.h:
29626         Fix playback of multiple files.
29627         a slightly different approach to handling dynamic pad removals.
29628         This one only looks at pads that we have linked.
29629
29630 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
29631
29632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
29633         free" warning from libc.
29634
29635 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29636
29637         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29638         (get_unconnected_element), (remove_starting_from), (pad_removed),
29639         (close_link):
29640           Implement support for dynamic pad changing. We listen to "live"
29641           pad removals (i.e. while playing) and re-setup autoplugging
29642           after that. Playbasebin/playbin need some more work for this
29643           to finally work, but decodebin supports (and replugs) chained
29644           ogg now.
29645
29646 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
29647
29648         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
29649         (gst_alsa_finalize):
29650         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
29651         (gst_cdaudio_finalize):
29652         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29653         (cdparanoia_finalize):
29654         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
29655         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
29656         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29657         (dvdreadsrc_finalize):
29658         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
29659         (gst_flacdec_finalize):
29660         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
29661         (gst_flacenc_finalize):
29662         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
29663         (gst_gnomevfssink_finalize):
29664         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
29665         (gst_gnomevfssrc_finalize):
29666         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
29667         (gst_fameenc_finalize):
29668         * ext/nas/nassink.c: (gst_nassink_class_init),
29669         (gst_nassink_finalize):
29670         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
29671         (gst_sdlvideosink_class_init):
29672         * ext/sndfile/gstsf.c: (gst_sf_dispose):
29673         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
29674         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
29675         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
29676         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
29677         (gst_x_window_listener_dispose):
29678         * gst/audioscale/gstaudioscale.c:
29679         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
29680         (play_on_demand_finalize):
29681         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
29682         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
29683         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
29684         (cdplayer_finalize):
29685         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
29686         (gst_glimagesink_class_init):
29687         * sys/oss/gstosselement.c: (gst_osselement_class_init),
29688         (gst_osselement_finalize):
29689         * sys/oss/gstosssink.c: (gst_osssink_dispose):
29690         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
29691         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
29692           Fixes a bunch of problems with finalize and dispose functions,
29693           either assumptions that dispose is only called once, or not calling
29694           the parent class dispose/finalize function
29695
29696 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
29697
29698         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
29699           added two api precondition guards
29700           use g_strdup with getenv to fix crash when using ENVVAR
29701
29702 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
29703         * ext/esd/esdsink.c: (gst_esdsink_class_init),
29704         (gst_esdsink_finalize):
29705         Use a finalize function, not dispose, and more importantly,
29706         call the parent class finalize function too
29707
29708 2004-11-01  Johan Dahlin  <johan@gnome.org>
29709
29710         * ext/ogg/gstoggdemux.c:
29711         * gst/tags/gstvorbistag.c:
29712         Plug leaks.
29713
29714 2004-10-31  Benjamin Otte  <otte@gnome.org>
29715
29716         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29717           lotsa memleaks today. But they're all small...
29718
29719 2004-10-31  Benjamin Otte  <otte@gnome.org>
29720
29721         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29722           another memleak crushed
29723
29724 2004-10-31  Benjamin Otte  <otte@gnome.org>
29725
29726         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
29727           fix memleak
29728
29729 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29730
29731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29732           Hack to prevent crash when going to READY inside signal handler
29733           while this function is active.
29734
29735 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29736
29737         * gst/ffmpegcolorspace/Makefile.am:
29738         * gst/ffmpegcolorspace/avcodec.h:
29739         * gst/ffmpegcolorspace/common.h:
29740         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
29741         * gst/ffmpegcolorspace/dsputil.h:
29742         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
29743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
29744         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
29745         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
29746         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
29747         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
29748         (gst_ffmpegcsp_avpicture_fill):
29749         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
29750         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
29751         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
29752         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
29753         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
29754         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
29755         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
29756         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
29757         * gst/ffmpegcolorspace/imgconvert.c:
29758         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
29759         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
29760         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
29761         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
29762         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
29763         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
29764         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
29765         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
29766         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
29767         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
29768         (grow21), (grow22), (grow41), (grow44), (conv411),
29769         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
29770         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
29771         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
29772         (avpicture_free), (is_yuv_planar), (img_convert),
29773         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
29774         (deinterlace_line_inplace), (deinterlace_bottom_field),
29775         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
29776         * gst/ffmpegcolorspace/imgconvert_template.h:
29777         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
29778         * gst/ffmpegcolorspace/mmx.h:
29779         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
29780         (av_fast_realloc), (av_mallocz_static), (av_free_static),
29781         (av_freep), (avcodec_get_context_defaults),
29782         (avcodec_alloc_context), (avcodec_init):
29783           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
29784           handling plus update from ffmpeg CVS. Large clean-up.
29785
29786 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29787
29788         * gst/playback/Makefile.am:
29789           We need the marshallers for decodebin, too.
29790
29791 2004-10-30  David Schleef  <ds@schleef.org>
29792
29793         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
29794           quicktime typefinding work with 64-bit offsets.
29795
29796 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
29797
29798         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
29799           Set EOS on the element when processing an EOS event.
29800         * ext/speex/gstspeexdec.h:
29801         * ext/speex/gstspeexenc.h:
29802           Only keep a const ptr to the mode
29803         * gst-libs/gst/riff/riff-media.c:
29804         (gst_riff_create_audio_caps_with_data),
29805         (gst_riff_create_audio_template_caps):
29806           Allow WMAV3, with up to 6 channels.
29807         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
29808           Don't call gst_pad_set_event_function on a sink pad.
29809         * gst/mpegstream/gstdvddemux.c:
29810         (gst_dvd_demux_get_subpicture_stream),
29811         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
29812           Copy the explicit caps that were set across to the cur_* pads,
29813           instead of trying to use a possibly non-existent negotiated caps.
29814           Reset the type of subpicture pads to UNKNOWN after calling
29815           init_stream, so that the caps get set.
29816
29817 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
29818
29819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29820
29821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29822           Don't touch buffer if it is of size 0 (fixes #151064).
29823
29824 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29825
29826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
29827           Synchronized discont handling.
29828
29829 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29830
29831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29832         (gst_ogg_demux_push):
29833           Make seeking sort-of exact again (fixes #156387).
29834
29835 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29836
29837         * gst/playback/gstplaybasebin.c: (unknown_type),
29838         (add_element_stream), (new_decoded_pad),
29839         (gst_play_base_bin_change_state):
29840         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
29841         (gst_stream_info_init), (gst_stream_info_new),
29842         (gst_stream_info_dispose), (gst_stream_info_get_property):
29843         * gst/playback/gststreaminfo.h:
29844           Make caps explicitely available. Makes testing for unsupported
29845           types possible. Improves error reporting.
29846
29847 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29848
29849         * gst/audioconvert/gstaudioconvert.c:
29850         (gst_audio_convert_buffer_to_default_format):
29851           Really don't touch read-only buffers (#156563).
29852
29853 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
29854
29855         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29856
29857         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29858           Fix memleak (#155223).
29859
29860 2004-10-29  Wim Taymans  <wim@fluendo.com>
29861
29862         * gst/tcp/.cvsignore:
29863         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
29864         (gst_multifdsink_class_init), (gst_multifdsink_init),
29865         (gst_multifdsink_add), (gst_multifdsink_remove),
29866         (gst_multifdsink_remove_client_link), (is_sync_frame),
29867         (gst_multifdsink_new_client),
29868         (gst_multifdsink_handle_client_write),
29869         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29870         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
29871         (gst_multifdsink_get_property):
29872         * gst/tcp/gstmultifdsink.h:
29873         Added burst on connect sync_method, deprecated sync_clients,
29874         streamlined the sync code some more.
29875
29876 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
29879         (gst_play_base_bin_change_state):
29880           Improve error reporting.
29881
29882 2004-10-28  Wim Taymans  <wim@fluendo.com>
29883
29884         * gst/tcp/Makefile.am:
29885         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
29886         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
29887         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
29888         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
29889         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
29890         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
29891         (gst_fdset_wait):
29892         Added more locks around fdset structures. Fixed/reworked
29893         the poll array resizing code.
29894         Added stress test for fdset.
29895
29896 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29897
29898         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29899         fix build
29900
29901 2004-10-28  Benjamin Otte  <otte@gnome.org>
29902
29903         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29904           fix link function to always query channels and query width for
29905           floats
29906         * configure.ac:
29907           add equalizer dir
29908         * gst/equalizer/Makefile.am:
29909         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29910         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29911         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29912         (arg_to_scale), (setup_filter),
29913         (gst_iir_equalizer_compute_frequencies),
29914         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29915         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29916         (plugin_init):
29917           add an equalizer
29918
29919 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29920
29921         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29922
29923         * po/LINGUAS:
29924         * po/nb.po:
29925           Added Norwegian Bokmaal translation
29926
29927 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29928
29929         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29930           Don't break on options (fixes #156488).
29931
29932 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29933
29934         * configure.ac:
29935         * ext/cdaudio/Makefile.am:
29936         * sys/Makefile.am:
29937           fix build on older automake
29938
29939 2004-10-26  Wim Taymans  <wim@fluendo.com>
29940
29941         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29942         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29943         Allow a little margin when negotiating the framerate.
29944
29945 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29946
29947         * gst/level/gstlevel.c:
29948           synchonised naming of pads and pad-templates
29949
29950 2004-10-26  Wim Taymans  <wim@fluendo.com>
29951
29952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29953         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29954         (_find_streams_check), (gst_ogg_demux_push):
29955         Fix EOS again. Needs to be done in a better way. We should not
29956         remove the pad if there is no new chained stream.
29957
29958 2004-10-26 Iain <iaingnome@gmail.com>
29959
29960         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29961         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29962         of the caps.
29963         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29964         pad.
29965         (interleave_release_pad): Remove the pad.
29966         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29967         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29968         the set device.
29969         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29970         attrs
29971         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29972         (gst_xvimagesink_finalize): Free the par.
29973
29974 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29975
29976         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29977         (gst_avimux_stop_file):
29978           First calculate the rate, and only then use it. Hdr.rate is a
29979           multiple and not a derivative of hdr.scale. Scale is not the
29980           same as blockalign but is solely related to rate.
29981
29982 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29985         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29986           Implement seeking.
29987
29988 2004-10-25  James Henstridge  <james@jamesh.id.au>
29989
29990         Reviewed by:  David Schleef  <ds@schleef.org>
29991
29992         * examples/gstplay/player.c: (got_stream_length), (main):
29993         * examples/seeking/cdplayer.c: (update_scale):
29994         * examples/seeking/seek.c: (format_value), (update_scale):
29995         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29996         (stop_seek):
29997         Build fixes on AMD64.
29998
29999 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30000
30001         reviewed by: Ronald Bultje <rbultje at gnome dot org>
30002
30003         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
30004         Fix for some v4l cards which hang in v4lsrc
30005
30006 2004-10-25  Wim Taymans  <wim@fluendo.com>
30007
30008         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
30009         (gst_ogg_demux_push), (gst_ogg_chains_clear):
30010         Make sure to remove the pad when a new chain is
30011         encountered. Set some vars to NULL so we don't try
30012         to reference freed memory.
30013
30014 2004-10-25  Wim Taymans  <wim@fluendo.com>
30015
30016         * examples/seeking/Makefile.am:
30017         * examples/seeking/cdplayer.c: (update_scale):
30018         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
30019         * examples/seeking/playbin.c: (make_playerbin_pipeline),
30020         (format_value), (update_scale), (iterate), (start_seek),
30021         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
30022         (print_usage), (main):
30023         Added some more examples, update others.
30024
30025 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30026
30027         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30028         * ext/speex/gstspeexdec.c: (speex_dec_chain):
30029         * ext/theora/theoradec.c: (theora_dec_chain):
30030         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30031           Add codec-name metadata.
30032
30033 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
30034
30035         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30036
30037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30038         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30039         * ext/alsa/gstalsamixertrack.h:
30040         * po/POTFILES.in:
30041           ALSA mixer track label internationalization (#154054).
30042
30043 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30044
30045         * ext/theora/theoradec.c: (theora_dec_chain):
30046           Export bitrate as metadata.
30047
30048 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30049
30050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30051         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30052         * ext/alsa/gstalsamixertrack.h:
30053           Fix names, fix loop.
30054
30055 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
30058         (speex_dec_convert):
30059           sinkconvert function so oggdemux can get the file length (totem).
30060
30061 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
30062
30063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30064
30065         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
30066           Don't push incomplete packets.
30067         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
30068           Fix MPEG-4 audio typefinding.
30069
30070 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * sys/v4l/Makefile.am:
30073         * sys/v4l/gstv4l.c: (plugin_init):
30074         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
30075         (gst_v4lelement_init), (gst_v4lelement_dispose),
30076         (gst_v4lelement_change_state):
30077         * sys/v4l/gstv4lelement.h:
30078         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
30079         (gst_v4l_xoverlay_close), (idle_refresh),
30080         (gst_v4l_xoverlay_set_xwindow_id):
30081         * sys/v4l/gstv4lxoverlay.h:
30082         * sys/v4l/v4l-overlay_calls.c:
30083         * sys/v4l/v4l_calls.h:
30084         * sys/v4l2/Makefile.am:
30085         * sys/v4l2/gstv4l2.c: (plugin_init):
30086         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
30087         (gst_v4l2element_init), (gst_v4l2element_dispose),
30088         (gst_v4l2element_change_state):
30089         * sys/v4l2/gstv4l2element.h:
30090         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
30091         (gst_v4l2_xoverlay_close), (idle_refresh),
30092         (gst_v4l2_xoverlay_set_xwindow_id):
30093         * sys/v4l2/gstv4l2xoverlay.h:
30094         * sys/v4l2/v4l2-overlay_calls.c:
30095         * sys/v4l2/v4l2_calls.h:
30096           Remove client-side overlay handling, use the X-server v4l plugin
30097           for that. Nicer overlay, less code. Also make the plugin
30098           compileable without X (but then without overlay, obviously).
30099           Makes xwindowlistener obsolete, should we remove that?
30100
30101 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
30104         (gst_osssrc_src_query):
30105         * sys/oss/gstosssrc.h:
30106           OK, so people want offset in DEFAULT. This time, actually fix all
30107           cases.
30108         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30109           Add FPS properly.
30110
30111 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30112
30113         * gst/asfdemux/gstasfmux.c:
30114         * gst/avi/gstavimux.c:
30115           Framerate.
30116
30117 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30118
30119         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
30120           Fix properties (channel, norm, frequency).
30121
30122 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30123
30124         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
30125           Flag typo.
30126         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
30127           No warnings.
30128
30129 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30130
30131         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
30132           Fix hang.
30133
30134 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30135
30136         * sys/v4l2/gstv4l2element.h:
30137           Yet Another Hack (tm) for kernel header borkedness.
30138         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
30139         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
30140         (gst_v4l2src_link), (gst_v4l2src_getcaps),
30141         (gst_v4l2src_change_state):
30142         * sys/v4l2/gstv4l2src.h:
30143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
30144         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
30145           Fix caps, keep track of state, work.
30146
30147 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30148
30149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
30150           Quiet.
30151
30152 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30153
30154         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30155           Don't mix bytes and samples.
30156
30157 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30158
30159         * ext/ogg/gstoggmux.c:
30160           Basic pad template which accepts OGM tracks, speex, flac, vorbis
30161           and theora. Any is incorrect.
30162         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
30163           Fix caps.
30164         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
30165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
30166         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
30167         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
30168         * sys/v4l/gstv4lmjpegsrc.h:
30169         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
30170         (gst_v4lsrc_change_state):
30171         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
30172         (gst_v4lmjpegsrc_capture_stop):
30173           Fix caps. Keep track of internal state. Work.
30174
30175 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30176
30177         * ext/Makefile.am:
30178           Fix the build fixes.
30179
30180 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30181
30182         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30183         (gst_ogg_demux_src_event), (_find_chain_seek),
30184         (gst_ogg_pad_push):
30185           Check for pad availability before using it.
30186         * ext/ogg/gstoggdemux.c: (_find_chain_process):
30187           Fix parsing of chained ogg. Needs more work on the decoder side.
30188
30189 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30190
30191         * gst/spectrum/Makefile.am:
30192         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
30193         (idle_func):
30194           Fix demo and reenable it. Yes, I'm currently playing with audio
30195           analysis tools
30196
30197 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30198
30199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30200           We love it if files that start at zero work too...
30201
30202 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30203
30204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30205           Handle files with missing EOS headers.
30206
30207 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30208
30209         * gst/tcp/gsttcpserversink.c:
30210         (gst_tcpserversink_handle_server_read),
30211         (gst_tcpserversink_init_send):
30212         Zero some variables first (need for accept not to return EINVAL)
30213
30214 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30217         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
30218         * ext/theora/theoradec.c: (theora_dec_sink_convert),
30219         (theora_dec_chain):
30220         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
30221         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
30222           Seeking and querying finetune.
30223
30224 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30225
30226         * configure.ac:
30227         * ext/Makefile.am:
30228         * ext/raw1394/Makefile.am:
30229           fix the build
30230
30231 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30232
30233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30234           Wrong return.
30235         * gst/playback/Makefile.am:
30236         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
30237         * gst/playback/gstplay-marshal.list:
30238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
30239           Fix marshallers.
30240
30241 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30242
30243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
30244           Silence.
30245
30246 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30247
30248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30249         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30250         (gst_ogg_pad_push):
30251           Yay for non-lineair granulepos in theora.
30252
30253 2004-10-18  Wim Taymans  <wim@fluendo.com>
30254
30255         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
30256         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
30257         * ext/dv/gstdvdec.h:
30258         Make sure we renegotiate aspect ratio when the camera switches.
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_push):
30264           Start at zero.
30265         * ext/theora/theoradec.c: (theora_dec_chain):
30266           Skip headers. Bad idea for chained ogg, but fixes seeking.
30267
30268 2004-10-18  Wim Taymans  <wim@fluendo.com>
30269
30270         * configure.ac:
30271         I swear, this is the last time I touch this.
30272
30273 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30274
30275         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30276         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
30277         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
30278           Faster seeking.
30279         * ext/theora/theoradec.c: (theora_dec_sink_convert):
30280           Time-to-default conversion.
30281         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
30282           Don't error on unknown packets, just skip. We should probably
30283           read them if we want to support chained ogg.
30284
30285 2004-10-18  Wim Taymans  <wim@fluendo.com>
30286
30287         * configure.ac:
30288         Added cdaudio to wrong list.
30289
30290 2004-10-18  Wim Taymans  <wim@fluendo.com>
30291
30292         * configure.ac:
30293         Revive cdaudio.
30294
30295 2004-10-18  Wim Taymans  <wim@fluendo.com>
30296
30297         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
30298         (gst_dvdec_video_link), (gst_dvdec_push):
30299         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30300         (gst_smokeenc_resync), (gst_smokeenc_chain):
30301         Fix mimetype on smoke encoder.
30302         Add aspect ratio to dvdec. Not sure if these
30303         values are correct though....
30304
30305 2004-10-18  Wim Taymans  <wim@fluendo.com>
30306
30307         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
30308         Fix vorbis property descriptions and ranges.
30309
30310 2004-10-18  Wim Taymans  <wim@fluendo.com>
30311
30312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
30313         Really do nothing when no data is available.
30314         Go to the playing state when the stream is not seekable
30315         instead of failing.
30316
30317 2004-10-18  Wim Taymans  <wim@fluendo.com>
30318
30319         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
30320         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
30321         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
30322         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
30323         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
30324         Added uri handler for cd://
30325         Port to new API.
30326
30327 2004-10-18  Wim Taymans  <wim@fluendo.com>
30328
30329         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30330         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30331         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30332         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30333         (remove_prerolls), (unknown_type), (add_element_stream),
30334         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
30335         (gst_play_base_bin_remove_element),
30336         (gst_play_base_bin_link_stream):
30337         * gst/playback/gstplaybin.c: (gen_video_element),
30338         (gen_vis_element), (remove_sinks), (setup_sinks):
30339         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30340         (gst_stream_info_get_type), (gst_stream_info_class_init),
30341         (gst_stream_info_init), (gst_stream_info_new),
30342         (gst_stream_info_dispose), (stream_info_mute_pad),
30343         (gst_stream_info_set_property), (gst_stream_info_get_property):
30344         * gst/playback/gststreaminfo.h:
30345         Add sink padtemplate to decodebin.
30346         Added some more comments.
30347         Make queue size configurable in playbasebin.
30348         Added possibility to use elements as sinks (ex cdaudio).
30349
30350 2004-10-15  Wim Taymans  <wim@fluendo.com>
30351
30352         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
30353         (gst_speexenc_chain):
30354         Fix speex timestamps so that it gets muxed properly.
30355
30356 2004-10-15  Wim Taymans  <wim@fluendo.com>
30357
30358         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
30359         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
30360         (gst_dv1394src_init), (gst_dv1394src_dispose),
30361         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
30362         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
30363         (gst_dv1394src_event), (gst_dv1394src_get_formats),
30364         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
30365         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
30366         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
30367         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
30368         * ext/raw1394/gstdv1394src.h:
30369         Added conversion/query functions.
30370         Update buffer timestamps,
30371         Added signals.
30372         Added uri dv:// so it might play from the firewire in playbin.
30373         Fix a possible leak.
30374         Added debugging.
30375
30376 2004-10-15  Wim Taymans  <wim@fluendo.com>
30377
30378         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
30379         (gst_dv1394src_init), (gst_dv1394src_set_property),
30380         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
30381         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
30382         * ext/raw1394/gstdv1394src.h:
30383         Added AV/C VTR control support needed for some cameras.
30384         Added automatic port detection.
30385         Added properties for selecting the channel.
30386         The configure.ac script is not yet updated to reflect the
30387         new libavc1394 and librom1394 dependencies.
30388
30389 2004-10-15  Wim Taymans  <wim@fluendo.com>
30390
30391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30392         (qtdemux_parse), (gst_qtdemux_handle_esds):
30393         An esds box is not a container.
30394         Fix parsing of mp4v boxes.
30395         Do not try to renegotiate fps for each frame. Need to
30396         find a better method. This should fix mp4 playback.
30397
30398 2004-10-14  David Schleef  <ds@schleef.org>
30399
30400         * configure.ac: update for swfdec-0.3 and liboil-0.2
30401         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
30402         * ext/swfdec/gstswfdec.h: same
30403         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
30404         * gst/videotestsrc/videotestsrc.c: same
30405
30406 2004-10-14  Wim Taymans  <wim@fluendo.com>
30407
30408         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30409         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30410         (is_sync_frame), (gst_multifdsink_new_client),
30411         (gst_multifdsink_handle_client_write),
30412         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30413         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30414         Turn warnings into info.
30415         Don't allow a state change in the streaming thread.
30416
30417 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
30418
30419         * ext/vorbis/oggvorbisenc.c:
30420         * ext/vorbis/vorbisdec.c:
30421           fix template sample rate
30422
30423 2004-10-13  Wim Taymans  <wim@fluendo.com>
30424
30425         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
30426         Decoding the header first fixes some problems in resyncing
30427         in more mp3s.
30428
30429 2004-10-12  Wim Taymans  <wim@fluendo.com>
30430
30431         * gst/playback/gstplaybin.c: (gen_video_element),
30432         (gen_vis_element), (remove_sinks), (setup_sinks):
30433         Added vis plugin support, need to configure the vis
30434         element to activate it.
30435
30436 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30437
30438         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
30439         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
30440           Some debug.
30441         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30442         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
30443         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
30444         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
30445         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30446         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
30447         * gst/avi/gstavidemux.h:
30448           Support for openDML-2.0 indx/ix## chunks. Support for broken index
30449           recovery (where, if part of the index is broken, we will still read
30450           the rest of the index and recover the broken part by stream
30451           scanning). More broken media support. EOS workarounds. General AVI
30452           braindamage headache recovery. Aspirin included.
30453
30454 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30455
30456         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
30457         (cdparanoia_event), (cdparanoia_query):
30458           Get rid of hideous lead-in.
30459
30460 2004-10-11  Wim Taymans  <wim@fluendo.com>
30461
30462         * gst/playback/gstplaybasebin.c: (setup_source):
30463         Wrong var used to get g_list_next.
30464
30465 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30466
30467         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
30468         (cdparanoia_get), (cdparanoia_open):
30469           Report discid as metadata, add duration.
30470
30471 2004-10-11  Wim Taymans  <wim@fluendo.com>
30472
30473         * gst/playback/gstplaybasebin.c: (setup_source):
30474         Cleanup the previous pipeline a little earlier for the
30475         case that a source element provides raw data.
30476
30477 2004-10-11  Benjamin Otte  <otte@gnome.org>
30478
30479         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
30480           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
30481           consuming the last 128 bytes, even though it was valid mp3 data.
30482
30483 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30484
30485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30486         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
30487         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30488         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
30489
30490 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30491
30492         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
30493         Fix for webcams that support only specific width or height
30494
30495 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
30496
30497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30498
30499         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
30500           Fix wrong discont event setup (fixes #154967).
30501
30502 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
30503
30504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30505
30506         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30507           Error out on invalid data (fixes #154807).
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         * ext/dvdread/dvdreadsrc.c: (_read):
30514           Make titles > 0 work again (fixes #154834).
30515
30516 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30517
30518         * gst-libs/gst/riff/riff-media.c:
30519         (gst_riff_create_video_template_caps):
30520           WMV3 missing in template caps.
30521
30522 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30523
30524         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30525           OK, so the original code was too strict. It makes random AVI files
30526           hang for seconds upon opening, which is unacceptable and is far
30527           beyond the original goal of getting multiple chunks for one-chunk
30528           sounc stream files. So now do just that.
30529
30530 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30531
30532         * gst/playback/gstplaybasebin.c: (setup_source),
30533         (gst_play_base_bin_change_state):
30534           Actually clean up streaminfo if output fails. This would trigger
30535           if, for example, there was no CD in the drive. No preroll, so
30536           a streaminfo structure is created, but the subsequent state change
30537           of the thread fails.
30538         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
30539           Don't change state if parent failed.
30540
30541 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30542
30543         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
30544         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
30545         (gen_video_element), (remove_sinks):
30546           Add small bits of code for screenshot handling.
30547
30548 2004-10-08  Wim Taymans  <wim@fluendo.com>
30549
30550         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
30551         (gen_video_element), (gen_audio_element), (setup_sinks):
30552         Don't assume the user provided sinks are named "sink"...
30553
30554 2004-10-08  Wim Taymans  <wim@fluendo.com>
30555
30556         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
30557         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
30558         (gst_play_base_bin_link_stream):
30559         Do not try to autoplug sources that generate raw streams like
30560         cdparanoia.
30561         disconnect the preroll overrun signal when we don't need it anymore.
30562
30563 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
30564
30565         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30566         Added reworked patch from #154903 from milosz derezynski (deadchip).
30567
30568 2004-10-08  Wim Taymans  <wim@fluendo.com>
30569
30570         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
30571         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
30572         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
30573         (cdparanoia_convert), (cdparanoia_uri_get_type),
30574         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
30575         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
30576         * ext/cdparanoia/gstcdparanoia.h:
30577         This adds the cdda://<tracknum> uri.
30578
30579 2004-10-08  Wim Taymans  <wim@fluendo.com>
30580
30581         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
30582         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30583         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30584         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
30585         (unknown_type), (gst_play_base_bin_remove_element),
30586         (gst_play_base_bin_link_stream):
30587         * gst/playback/gstplaybasebin.h:
30588         * gst/playback/gstplaybin.c: (gst_play_bin_init),
30589         (gst_play_bin_set_property), (gen_video_element),
30590         (gen_audio_element), (setup_sinks):
30591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
30592         (gst_stream_info_get_type), (gst_stream_info_class_init),
30593         (gst_stream_info_init), (gst_stream_info_new),
30594         (gst_stream_info_dispose), (stream_info_mute_pad),
30595         (gst_stream_info_set_property), (gst_stream_info_get_property):
30596         * gst/playback/gststreaminfo.h:
30597         Reuse the audio and video bins.
30598         Some internal cleanups in the stream selection code.
30599
30600 2004-10-08  Julien MOUTTE  <julien@moutte.net>
30601
30602         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30603         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30604         * sys/ximage/ximagesink.h:
30605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30606         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30607         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
30608         not coming from those elements. Moreover these elements should not keep
30609         the xid they have been given when in NULL state.
30610
30611 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30612
30613         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
30614         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
30615         * sys/ximage/ximagesink.h:
30616         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
30617         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
30618         * sys/xvimage/xvimagesink.h:
30619           Actually only create a new toplevel window if we're not gonna
30620           embed it right after.
30621
30622 2004-10-07  Wim Taymans  <wim@fluendo.com>
30623
30624         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
30625         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
30626         * gst/playback/gstplaybin.c: (setup_sinks):
30627         Implement muting/unmuting of streams, mute streams that are not
30628         used.
30629
30630 2004-10-07  Wim Taymans  <wim@fluendo.com>
30631
30632         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
30633         (plugin_init):
30634         Added lame audio/x-ac3 typefind function.
30635
30636 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30637
30638         * configure.ac:
30639           bump nano to cvs
30640
30641 === release 0.8.5 ===
30642
30643 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30644
30645         * NEWS:
30646         * RELEASE:
30647         * configure.ac:
30648           releasing 0.8.5, "Take You On"
30649
30650 2004-10-06  Wim Taymans  <wim@fluendo.com>
30651
30652         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30653         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
30654         (no_more_pads), (close_link), (type_found):
30655         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30656         * gst/playback/gstplaybin.c: (gen_video_element):
30657         Do not signal the no_more_pads after the first pad when
30658         we are plugging a non dynamic element with multiple
30659         output pads (like swfdec, dvdec, ...).
30660
30661 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30662
30663         * configure.ac:
30664           bump for prerelease
30665
30666 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30667
30668         * gst/wavparse/gstwavparse.c:
30669           add ATRAC3 to STATIC CAPS to fix a warning
30670
30671         * gst/matroska/ebml-read.c:
30672         * gst-libs/gst/riff/riff-read.c:
30673           fix typos
30674
30675 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30676
30677         * gst-libs/gst/riff/riff-media.c:
30678           generate caps for ATRAC3 audio streams
30679
30680         * gst/realmedia/rmdemux.c:
30681           generate caps for ATRAC3 audio streams
30682
30683 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30684
30685         * gst/wavparse/Makefile.am
30686         * gst/wavparse/riff.h
30687         * gst/wavparse/wavparse.vcproj
30688           riff.h removal (unused and duplication with riff-ids.h)
30689
30690 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30691
30692         * gst/wavparse/gstwavparse.h
30693           remove duplicated defines for audio codec codes
30694
30695         * gst-libs/gst/riff/riff-ids.h
30696         * gst/wavenc/riff.h:
30697           add "4CC" code for ATRAC3 audio streams
30698           add "4CC" code for ITU_G721_ADPCM (unused for now)
30699
30700 2004-10-06  Wim Taymans  <wim@fluendo.com>
30701
30702         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
30703         Actually _do_ negotiation. Pass gdouble as arg instead
30704         of guint64 for the framerate.
30705
30706 2004-10-06  Wim Taymans  <wim@fluendo.com>
30707
30708         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
30709         (find_compatibles), (close_pad_link), (try_to_link_1),
30710         (no_more_pads), (close_link), (type_found):
30711         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30712         * gst/playback/gstplaybin.c: (gen_video_element),
30713         (gen_audio_element):
30714         Set state on newly added element to READY so that negotiation
30715         can happen ASAP.
30716         Addes some more debug info.
30717         Do not try to plug pads with multiple caps structures or ANY
30718         because it is too dangerous since we do not do dynamic
30719         replugging.
30720
30721 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
30722
30723         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
30724
30725         * po/LINGUAS:
30726         * po/or.po:
30727           add Oriya translation
30728
30729 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30730
30731         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30732           Prevent overwrite of size member. Makes audio sound crappy.
30733
30734 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30735
30736         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30737         Add rmvb to the list of known RealMedia extensions
30738
30739 2004-10-05  Wim Taymans  <wim@fluendo.com>
30740
30741         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
30742         (mngdec_openstream), (mngdec_closestream),
30743         (mngdec_handle_sink_event), (mngdec_readdata),
30744         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
30745         (mngdec_getcanvasline), (mngdec_refresh),
30746         (gst_mngdec_change_state):
30747         Set the framerate correctly.
30748
30749 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30752           There was something wrong with the index massaging.
30753
30754 2004-10-04  Wim Taymans  <wim@fluendo.com>
30755
30756         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
30757         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
30758         (gst_smokedec_chain):
30759         * ext/jpeg/gstsmokedec.h:
30760         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
30761         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
30762         * ext/jpeg/gstsmokeenc.h:
30763         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
30764         (smokecodec_decode_new), (smokecodec_info_free),
30765         (smokecodec_set_quality), (smokecodec_get_quality),
30766         (smokecodec_set_threshold), (smokecodec_get_threshold),
30767         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
30768         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
30769         (smokecodec_encode), (smokecodec_parse_id),
30770         (smokecodec_parse_header), (smokecodec_decode):
30771         * ext/jpeg/smokecodec.h:
30772         * ext/jpeg/smokeformat.h:
30773         Updated smoke, new bitstream, allows embedding in ogg.
30774
30775 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30776
30777         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
30778           Fix seeking in some files. All this code is no longer needed (and
30779           actually breaks stuff) because we now synchronize the full index
30780           right when reading the header.
30781
30782 2004-10-04  Wim Taymans  <wim@fluendo.com>
30783
30784         * configure.ac:
30785         configure update for libmng.
30786
30787 2004-10-04  Wim Taymans  <wim@fluendo.com>
30788
30789         * ext/libmng/Makefile.am:
30790         * ext/libmng/gstmng.c: (plugin_init):
30791         * ext/libmng/gstmng.h:
30792         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
30793         (gst_mngdec_base_init), (gst_mngdec_class_init),
30794         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
30795         (gst_mngdec_loop), (gst_mngdec_get_property),
30796         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
30797         (mngdec_closestream), (mngdec_handle_sink_event),
30798         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
30799         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
30800         (gst_mngdec_change_state):
30801         * ext/libmng/gstmngdec.h:
30802         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
30803         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
30804         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
30805         (gst_mngenc_chain), (gst_mngenc_get_property),
30806         (gst_mngenc_set_property):
30807         * ext/libmng/gstmngenc.h:
30808         Added basic MNG decoder. Needs more work. The encoder does
30809         not work yet.
30810
30811 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30812
30813         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
30814         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
30815         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
30816           Don't hang on length=0 chunks. Some negotiation fixes. Signal
30817           no-more-pads.
30818
30819 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
30820
30821         * configure.ac:
30822           you need at least 1.0.4 of speex
30823
30824 2004-10-04 Iain <iaingnome@gmail.com>
30825
30826         * ext/speex/gstspeexdec.h: Revert the includes changes.
30827
30828         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
30829
30830 2004-09-30 Iain <iaingnome@gmail.com>
30831
30832         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
30833         found during init or set as a property instead of hardcoding /dev/audio
30834
30835 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30836
30837         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
30838         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
30839         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
30840         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
30841         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
30842         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
30843         (gst_rmdemux_dump_data):
30844           Use debug category, fix EOS handling. filesrc ! rmdemux now
30845           works.
30846
30847 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30848
30849         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
30850         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
30851         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
30852           Improve allocation, cutting and sorting of the index. How takes a
30853           few seconds instead of minutes.
30854
30855 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
30856
30857         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
30858           fixed compilation
30859
30860 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30861
30862         * gst-libs/gst/riff/riff-media.c:
30863         (gst_riff_create_video_caps_with_data),
30864         (gst_riff_create_video_template_caps):
30865           Add wing commander format mimetype/fourccs.
30866         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
30867           Don't crash if some value is 0.
30868
30869 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30870
30871         * gst-libs/gst/riff/riff-media.c:
30872         (gst_riff_create_video_caps_with_data),
30873         (gst_riff_create_video_template_caps):
30874           Add DIB fourcc (raw, palettized 8-bit RGB).
30875         * gst-libs/gst/riff/riff-read.c:
30876         (gst_riff_read_strf_vids_with_data):
30877           Oops, fix strf_data reading bug.
30878         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
30879           Use a non-NULL tag.
30880         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
30881           Time for hacks. Sorry Dave. At least one quicktime movie (a
30882           trailer) that I've encountered contains multiple video tracks.
30883           One of those is the actual video track, the other are one-frame
30884           tracks (images). Unfortunately, the number of frames according
30885           to the trak header is 1 for each, so that doesn't help. So
30886           instead, I look at the duration and discard tracks with a
30887           duration shorter than 20% of the length of the stream. Better
30888           than nothing.
30889
30890 2004-10-01  Christian Schaller <christian@fluendo.com>
30891
30892         * ext/ivorbis/vorbis.c:
30893           Patch from Phil Blundell (Bug 152341)
30894
30895 2004-10-01  Wim Taymans  <wim@fluendo.com>
30896
30897         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
30898         (speex_dec_get_formats), (speex_dec_convert),
30899         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30900         (speex_dec_chain), (gst_speexdec_get_property),
30901         (gst_speexdec_set_property):
30902         Small cleanups.
30903
30904 2004-10-01  Wim Taymans  <wim@fluendo.com>
30905
30906         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30907         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30908         (gst_wavparse_other), (gst_wavparse_loop),
30909         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30910         (gst_wavparse_srcpad_event):
30911         * gst/wavparse/gstwavparse.h:
30912         Added some more debugging info.
30913         Fix the case where the length of the file is 0.
30914         Make sure we seek to sample borders.
30915
30916 2004-10-01  Wim Taymans  <wim@fluendo.com>
30917
30918         * gst/playback/README:
30919         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30920         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30921         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30922         Add some debug info to decodebin, update README
30923
30924 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30925
30926         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30927           Don't use g_print(); use GST_DEBUG().
30928
30929 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30930
30931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30932         (gst_ogg_mux_queue_pads):
30933           Handle EOS properly.
30934
30935 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30936
30937         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30938
30939         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30940         (gst_faad_chain), (gst_faad_change_state):
30941         * ext/faad/gstfaad.h:
30942           Allow playback of raw (unframed) MPEG AAC files (#148993).
30943
30944 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30945
30946         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30947
30948         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30949           Throw error if we didn't recognize the stream. Fixes #152289.
30950
30951 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30954           Fix negotiation.
30955
30956 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30957
30958         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30959
30960         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30961           Fix memleak.
30962
30963 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30964
30965         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30966
30967         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30968           Solve #152805.
30969         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30970           Solve 152806.
30971
30972 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * gst-libs/gst/riff/riff-media.c:
30975         (gst_riff_create_video_caps_with_data),
30976         (gst_riff_create_audio_caps_with_data):
30977           Add codec_data handling (like asfdemux used to do).
30978         * gst/asfdemux/gstasf.c: (plugin_init):
30979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30980         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30981           Use riff-media for caps creation instead of our own (mostly
30982           broken) copy of its functions.
30983
30984 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30985
30986         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30987           Don't actually error out if we get another return value than
30988           -EINVAL. Opposite to what I first thought, drivers have random
30989           return values for this, although -EINVAL is the expected return
30990           value. Since this is not fatal, we shouldn't use
30991           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30992
30993 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30994
30995         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30996         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30997         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30998         (dvdreadsrc_get), (dvdreadsrc_open_file),
30999         (dvdreadsrc_change_state):
31000           Fix. Don't do one big huge loop around the whole DVD, that will
31001           cache all data and thus eat sizeof(dvd) (several GB) before we
31002           see something.
31003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31004           Actually NULL'ify event after using it.
31005         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
31006         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
31007         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
31008         (gst_ebml_read_seek), (gst_ebml_read_skip):
31009           Handle events.
31010         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
31011         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
31012         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
31013           Fix timing (this will probably break if I seek using menus, but
31014           I didn't get there yet). VOBs and normal DVDs should now work.
31015           Add a mpeg2-only pad with high rank so this get autoplugged for
31016           MPEG-2 movies.
31017         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
31018         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
31019         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
31020         (gst_mpeg_demux_get_audio_stream),
31021         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
31022         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
31023           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
31024           MPEG-1 but use dvddemux for MPEG-2.
31025         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31026         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
31027         (gst_mpeg_parse_parse_packhead):
31028           Timing. Only add pad template if it exists. Add sink template from
31029           class and not from ourselves. This means we will always use the
31030           correct sink template even if it is not the one defined in this
31031           file.
31032
31033 2004-09-29  Wim Taymans  <wim@fluendo.com>
31034
31035         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
31036         (gst_mpeg_demux_parse_pes):
31037         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31038         Fix playback of mpeg again, timestamps where screwed up by
31039         patch 1.61.
31040
31041 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31042
31043         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
31044           Only return true if we actually filled something in. Prevents
31045           player applications from showing a random length for flac files.
31046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
31047         (gst_riff_read_use_event), (gst_riff_read_handle_event),
31048         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
31049         (gst_riff_read_strf_vids_with_data),
31050         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
31051           OK, ok, so I implemented event handling. Apparently it's normal
31052           that we receive random events at random points without asking
31053           for it.
31054         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
31055         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31056         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
31057         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
31058         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
31059         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
31060         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
31061         * gst/avi/gstavidemux.h:
31062           Implement non-lineair chunk handling and subchunk processing.
31063           The first solves playback of AVI files where the audio and video
31064           data of individual buffers that we read are not synchronized.
31065           This should not happen according to the wonderful AVI specs, but
31066           of course it does happen in reality. It is also a prerequisite for
31067           the second. Subchunk processing allows us to cut chunks in small
31068           pieces and process each of these pieces separately. This is
31069           required because I've seen several AVI files with incredibly large
31070           audio chunks, even some files with only one audio chunk for the
31071           whole file. This allows for proper playback including seeking.
31072           This patch is supposed to fix all AVI A/V sync issues.
31073         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
31074         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
31075           Work.
31076         * gst/modplug/gstmodplug.cc:
31077           Proper return value setting for the query() function.
31078         * gst/playback/gstplaybasebin.c: (setup_source):
31079           Being in non-playing state (after, e.g., EOS) is not necessarily
31080           a bad thing. Allow for that. This fixes playback of short files.
31081           They don't actually playback fully now, because the clock already
31082           runs. This means that small files (<500kB) with a small length
31083           (<2sec) will still not or barely play. Other files, such as mod
31084           or flx, will work correctly, however.
31085
31086 2004-09-28  Wim Taymans  <wim@fluendo.com>
31087
31088         * ext/speex/gstspeex.c: (plugin_init):
31089         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
31090         (gst_speex_dec_class_init), (speex_dec_get_formats),
31091         (speex_get_event_masks), (speex_get_query_types),
31092         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
31093         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
31094         (gst_speexdec_get_property), (gst_speexdec_set_property),
31095         (speex_dec_change_state):
31096         * ext/speex/gstspeexdec.h:
31097         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
31098         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
31099         (gst_speexenc_base_init), (gst_speexenc_class_init),
31100         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
31101         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
31102         (gst_speexenc_src_query), (gst_speexenc_init),
31103         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
31104         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
31105         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
31106         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
31107         (gst_speexenc_chain), (gst_speexenc_get_property),
31108         (gst_speexenc_set_property), (gst_speexenc_change_state):
31109         * ext/speex/gstspeexenc.h:
31110         Rewrote speex encoder, make sure it can be embedded in ogg.
31111         Implemented speex decoder.
31112
31113 2004-09-28  Christian Schaller <christian@fluendo.com>
31114
31115         * configure.ac:
31116         Remove kioslave plugin. Markey is brewing a new working one
31117         * ext/Makefile.am: Remove kioslave plugin
31118         * ext/kio: remove
31119         * gst-plugins.spec.in: remove kio plugin from spec
31120
31121 2004-09-27  Wim Taymans  <wim@fluendo.com>
31122
31123         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31124         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
31125         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
31126         (gst_multifdsink_new_client),
31127         (gst_multifdsink_handle_client_write),
31128         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31129         (gst_multifdsink_handle_clients):
31130         * gst/tcp/gstmultifdsink.h:
31131         Make syncing to keyframes actually work for new clients and lagging
31132         clients.
31133
31134 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31135
31136         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
31137         (gst_navigationtest_handle_src_event), (draw_box_planar411),
31138         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
31139         * gst/debug/gstnavigationtest.h:
31140           make navigationtest display button-press and button-release events
31141
31142 2004-09-26 Iain <iaingnome@gmail.com>
31143
31144         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
31145         the channels have received a new media event.
31146         (interleave_buffered_loop): Compresses a new media event on all
31147         channels into one.
31148
31149 2004-09-26 Iain <iaingnome@gmail.com>
31150
31151         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
31152         call the sinkpad's default event handler and not the srcpads. He also
31153         says this is confusing :)
31154         (gst_wavenc_stop_file): Company says that seek events only go upstream
31155         we should send a discontinuous downstream instead.
31156
31157 2004-09-25  Christian Schaller <christian@fluendo.com>
31158
31159         * Update SPEC file to be usable in conjunction with Fedora Core,
31160           Fedora.us and freshrpms packages
31161         * Fix typo in multifilesrc test Makefile
31162
31163 2004-09-24  Wim Taymans  <wim@fluendo.com>
31164
31165         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
31166         Only signal the no_more_pads signal when we have
31167         added the stream to our list.
31168
31169 2004-09-24  Wim Taymans  <wim@fluendo.com>
31170
31171         * gst/playback/gstplaybasebin.c: (remove_prerolls),
31172         (new_decoded_pad):
31173         * gst/playback/gstplaybasebin.h:
31174         * gst/playback/gstplaybin.c: (setup_sinks):
31175         Don't try to preroll or decode more than one audio/video
31176         track.
31177
31178 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31179
31180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
31181           Throw error if we failed to find a suitable output. This should
31182           throw an error if we successfully set up a pipeline (e.g. because
31183           we recognized a media file) but found no decodable streams in it
31184           (e.g. because it contains only media stream types for which we
31185           have no decoders, or because it's not a media type).
31186
31187 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31188
31189         * ext/dirac/Makefile.am:
31190         * ext/dirac/gstdirac.cc:
31191         * ext/dirac/gstdiracdec.cc:
31192         * ext/dirac/gstdiracdec.h:
31193           Do something. Don't actually know if this works because I don't
31194           have a demuxer yet.
31195         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
31196           Add channels=1 to caps returned from _getcaps().
31197         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
31198         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
31199         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
31200         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
31201         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
31202         (gst_ogm_parse_change_state):
31203           Separate between audio/video so ogmaudioparse actually uses the
31204           audio pad templates. Both audio and video work now, including
31205           autoplugging. Also use sometimes-srcpad hack.
31206         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
31207           Handle events better. Don't hang on infinite loops.
31208         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
31209         (gst_avi_demux_init), (gst_avi_demux_reset),
31210         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
31211         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
31212         (gst_avi_demux_change_state):
31213         * gst/avi/gstavidemux.h:
31214           Improve A/V sync. Still not perfect.
31215         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
31216         (gst_ebml_read_skip):
31217           Handle events better.
31218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
31219         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
31220         (qtdemux_audio_caps):
31221           Add IMA4. Improve event handling. Save offset after a seek when
31222           the headers are at the end of the file so that we don't end up in
31223           an infinite loop.
31224         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
31225           Add low-priority typefind support for files with no length.
31226
31227 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31228
31229         * testsuite/multifilesink/Makefile.am:
31230         fix typo
31231
31232 2004-09-22  Julien MOUTTE  <julien@moutte.net>
31233
31234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
31236         mistakes from thaytan's patches.
31237
31238 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31239
31240         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
31241           For completeness, XSync in the destroy function as xvimage does.
31242
31243 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
31244
31245         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31246            Correct caps negotiation
31247         * gst/volume/gstvolume.c: (volume_chain_float),
31248         (volume_chain_int16):
31249            Modify debug output to be little more informative
31250         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
31251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31252         (gst_xvimagesink_xvimage_destroy):
31253           Add XSync calls after detaching from the shared memory segment to
31254           avoid a crash.
31255
31256 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31257
31258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31259         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
31260         * ext/vorbis/vorbis.c: (plugin_init):
31261         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
31262         (gst_vorbisenc_chain):
31263         * ext/vorbis/vorbisenc.h:
31264         remove explicit newmedia support from oggmux and vorbisenc
31265         add debug category to vorbisenc
31266         * gst/multifilesink/gstmultifilesink.c:
31267         (gst_multifilesink_class_init), (gst_multifilesink_init),
31268         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
31269         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
31270         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
31271         (plugin_init):
31272         * gst/multifilesink/gstmultifilesink.h:
31273         add support for streamheader in multifilesink
31274
31275 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31276
31277         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
31278         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
31279         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
31280           Prevent infinite loops. More correct error reporting.
31281         * gst/auparse/gstauparse.c: (gst_auparse_chain):
31282           Error out if negotiation fails.
31283         * gst/playback/gstplaybasebin.c: (setup_source),
31284         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
31285         (gst_play_base_bin_found_tag):
31286           Error/tag forwarding. Pre-roll fixes for source errors on state
31287           changes (e.g. "file does not exist") to prevent hangs.
31288
31289 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31290
31291         * testsuite/multifilesink/Makefile.am:
31292         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
31293         (gst_newmedia_class_init), (gst_newmedia_init),
31294         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31295         (newfile_signal), (test_signal), (main):
31296         * testsuite/multifilesink/multifilesrc_test.c: (main):
31297         * testsuite/multifilesink/oggtheora_test.c:
31298         (gst_newmedia_base_init), (gst_newmedia_class_init),
31299         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31300         (test_format), (newfile_signal), (test_signal), (main):
31301         * testsuite/multifilesink/oggvorbis_test.c:
31302         (gst_newmedia_base_init), (gst_newmedia_class_init),
31303         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
31304         (test_format), (newfile_signal), (test_signal), (main):
31305         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
31306         (gst_newmedia_class_init), (gst_newmedia_init),
31307         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31308         (newfile_signal), (test_signal), (main):
31309         New media tests
31310
31311 2004-09-20  Christian Schaller <christian@fluendo.com>
31312
31313         * Fix mikmod license to LGPL as they have relicensed
31314         * Move Dirac and Effectv into LGPL section of README_license
31315
31316 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31317
31318         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
31319         (gst_mad_change_state):
31320           Allow for mp3 rate/channels changes. However, only very
31321           conservatively. Reason that we *have* to enable this is smiply
31322           because the mad find_sync() function is not good enough, it will
31323           regularly sync on random data as valid frames and therefore make
31324           us provide random caps as *final* caps of the stream. The best fix
31325           I could think of is to simply require several of the same stream
31326           changes in a row before we change caps.
31327           The actual testcase that works now is #
31328         * ext/ogg/Makefile.am:
31329         * ext/ogg/gstogg.c: (plugin_init):
31330         * ext/ogg/gstogmparse.c:
31331           OGM support (video only for now; I need an audio sample file).
31332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
31333         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
31334         (gst_asf_demux_add_video_stream):
31335           WMV extradata.
31336         * gst/playback/gstplaybasebin.c: (unknown_type):
31337           Don't error out on single unknown-types after all. It's wrong.
31338           If we found type of video and audio but not of a subtitle stream,
31339           it will still error out (which is unwanted). Will find a better fix
31340           later on.
31341         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
31342         (ogmaudio_type_find), (plugin_init):
31343           OGM support.
31344
31345 2004-09-20  Johan Dahlin  <johan@gnome.org>
31346
31347         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
31348         after setting caps.
31349
31350 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31351
31352         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
31353         * gst/wavenc/gstwavenc.h:
31354         Added newmedia support to wavenc
31355
31356 2004-09-17  Wim Taymans  <wim@fluendo.com>
31357
31358         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
31359         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31360         (gst_fdset_fd_can_write), (gst_fdset_wait):
31361         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
31362         (gst_multifdsink_init), (gst_multifdsink_add),
31363         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
31364         (gst_multifdsink_remove_client_link),
31365         (gst_multifdsink_client_queue_buffer),
31366         (gst_multifdsink_handle_client_write),
31367         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
31368         (gst_multifdsink_close), (gst_multifdsink_change_state):
31369         * gst/tcp/gstmultifdsink.h:
31370         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31371         (gst_tcpserversink_removed):
31372         Small cleanups in fdset.c
31373         Use a hastable to map fd to the client structure for faster
31374         lookup in _remove and get_stats.
31375         Added virtual function to close the fds.
31376         Handle clients even when the select/poll call was unblocked because
31377         of a command.
31378         Implement syncing to keyframe in the recovery procedure.
31379
31380 2004-09-16 Iain <iaingnome@gmail.com>
31381
31382         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
31383         try caps.
31384
31385 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31386
31387         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
31388           Caps are only set if the type of the stream is unknown, but this
31389           is initialized in ->init_stream(), so set to UNKNOWN after calling
31390           ->init_stream() so that capsnego starts.
31391
31392 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31393
31394         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31395         (gst_avi_demux_stream_data):
31396           Just hardcode for raw audio then. AVI audio sucks.
31397
31398 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
31399
31400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
31401         * gst/matroska/matroska-mux.c: (audiosink_templ),
31402         (gst_matroska_mux_audio_pad_link):
31403         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
31404         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
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           Try to fix a/v sync issues.
31411
31412 2004-09-15  David Schleef  <ds@schleef.org>
31413
31414         * configure.ac: remove NASM check, since we don't use it.  Update
31415         dirac check to 0.4
31416         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
31417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31418         Initialized variables.
31419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
31420         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
31421         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
31422         SVQ3 format
31423
31424 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31425
31426         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31427         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
31428         * gst/avi/gstavidemux.h:
31429           Fix for compressed audio (mp3) timestamp generation. How did this
31430           ever work?
31431
31432 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31433
31434         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
31435           Volume is a double not a float.
31436
31437 2004-09-15  Wim Taymans  <wim@fluendo.com>
31438
31439         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
31440         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
31441         Don't close the fd in multifdsink as we didn't open it in the
31442         first place. Some cleanups.
31443
31444 2004-09-15  Wim Taymans  <wim@fluendo.com>
31445
31446         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31448         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31449         Fix the case where the muxer would mark pages as delta
31450         frames when they are not (vorbis only ogg).
31451
31452 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31453
31454         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
31455         (gst_play_base_bin_change_state):
31456           Handle the case where we failed to setup a clear pipeline. This
31457           will throw an error (or EOS, another nice case) and if you don't
31458           catch that, the app will wait for the signal forever (and thus
31459           hang).
31460
31461 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31462
31463         * ext/gnomevfs/gstgnomevfssink.c:
31464         (gst_gnomevfssink_uri_get_protocols):
31465         * ext/gnomevfs/gstgnomevfssrc.c:
31466         (gst_gnomevfssrc_uri_get_protocols):
31467         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31468         * ext/gnomevfs/gstgnomevfsuri.h:
31469           Use _uri_new() instead of _open(), so it doesn't take as long and
31470           Christophe's computer won't hang.
31471         * gst/playback/gstplaybasebin.c: (unknown_type):
31472           Throw error on unknown media type, so apps actually display it.
31473
31474 2004-09-14  Brian Cameron  <brian.cameron@sun.com
31475
31476         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
31477           this script to work on Solaris since bash shell handles echo
31478           differenly than bash.
31479
31480 2004-09-17  Wim Taymans  <wim@fluendo.com>
31481
31482         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
31483         (setup_source), (gst_play_base_bin_set_property),
31484         (gst_play_base_bin_add_element):
31485         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
31486         Some more work on making sure seeking pauses the pipeline and
31487         that changing the uri actually does something.
31488
31489 2004-09-17  Wim Taymans  <wim@fluendo.com>
31490
31491         * gst/tcp/gstfdset.c: (gst_fdset_wait):
31492         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
31493         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
31494         (gst_tcpserversink_close):
31495         Be a bit more paranoid when freeing memory.
31496
31497 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31498
31499         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
31500         (qtdemux_parse_trak):
31501           Don't crash by dividing by zero (see sample movie in #126922).
31502
31503 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31504
31505         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
31506           Don't touch non-existing data (fixes crash on file in #140147).
31507
31508 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31509
31510         * gst/playback/gstplaybasebin.c:
31511         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
31512           Handle double disposals, and proper change of URIs.
31513
31514 2004-09-13  Martin Eikermann <meiker@upb.de>
31515
31516         * gst/mpegstream/gstmpegparse.c:
31517           fix synchronistation for streams recorded from digital PCR
31518           fixes bug #119376
31519
31520 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31521
31522         * ext/gnomevfs/Makefile.am:
31523         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
31524         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
31525         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
31526         (gst_gnomevfssink_uri_get_type),
31527         (gst_gnomevfssink_uri_get_protocols),
31528         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
31529         (gst_gnomevfssink_uri_handler_init),
31530         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
31531         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
31532         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
31533         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
31534         (gst_gnomevfssrc_uri_get_type),
31535         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
31536         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
31537         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
31538         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
31539         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
31540         * ext/gnomevfs/gstgnomevfsuri.h:
31541           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
31542           of fake URIs to see which this version of Gnome-VFS likes, and
31543           uses that for the Gst-URI interface. Makes playbin support http://
31544           streams. Also fix up some stupid behaviour in gnomevfssrc.
31545
31546 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31547
31548         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
31549         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
31550         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
31551         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
31552           Update mixer (to sync with other sessions) if we try to obtain
31553           a new value. This makes alsamixer work accross applications.
31554         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
31555           Only call sync functions if we're running, else alsalib asserts.
31556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
31557           Sometimes fails to compile. Possibly a gcc bug.
31558         * gst/playback/gstplaybin.c: (gen_video_element),
31559         (gen_audio_element):
31560           Add a reference to an application-provided object, because we lose
31561           this same reference if we add it to the bin. If we don't do this,
31562           we can only use this object once and thus crash if we go from
31563           ready to playing, back to ready and back to playing again.
31564           Also add an audioscale element because several cheap soundcards -
31565           like mine - don't support all samplerates.
31566         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
31567         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
31568           Fix wrong order or PAR calls. Makes automatically obtained PAR
31569           from the X server atually being used.
31570
31571 2004-09-12  David Schleef  <ds@schleef.org>
31572
31573         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
31574         #151887, #152102, #152247.
31575         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
31576         * examples/seeking/cdparanoia.c: same
31577         * examples/seeking/cdplayer.c: same
31578         * examples/seeking/seek.c: same
31579         * examples/seeking/spider_seek.c: same
31580         * examples/seeking/vorbisfile.c: same
31581         * examples/stats/mp2ogg.c: same
31582         * ext/esd/esdsink.c: (gst_esdsink_class_init),
31583         (gst_esdsink_dispose): Dispose of element properly.
31584         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
31585         fixes.
31586         * ext/nas/nassink.c: (gst_nassink_class_init),
31587         (gst_nassink_dispose): Dispose of element correctly.
31588         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
31589         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31590         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31591         Fix 64-bit warning.
31592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31593         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31594         Fix 64-bit warning.
31595
31596 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
31597
31598         * configure.ac : change speex detection as 1.1.6 now uses
31599           .pc/pkg-config and they changed their headers location.
31600
31601 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
31602
31603         * gst/matroska/matroska-mux.h:
31604         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
31605         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31606         (gst_matroska_mux_write_data):
31607           Write multiple blocks/frames per cluster.
31608                 Write meta-seek information (seek heads).
31609
31610 2004-09-09  Scott Wheeler <wheeler@kde.org>
31611
31612         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
31613         (gst_play_bin_set_property), (gst_play_bin_get_property),
31614         (gen_audio_element), (gen_audio_element):
31615           Add a volume element / property to the pipeline.
31616
31617 2004-09-07  Wim Taymans  <wim@fluendo.com>
31618
31619         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
31620         Copy timestamps from the master pad to the output buffers.
31621
31622 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31623
31624         * ext/raw1394/gstdv1394src.c:
31625           throw errors when applicable
31626
31627 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
31628
31629         * gst/matroska/ebml-ids.h:
31630         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
31631         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
31632         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
31633           automatically convert unix time <-> ebml time when reading/writing
31634           a date, use gst_ebml_write_uint to write CUETIME,
31635           not gst_ebml_write_date.
31636         * gst/matroska/matroska-ids.h:
31637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
31638         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
31639         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
31640         (gst_matroska_mux_write_data):
31641           Write track and segment UIDs, write muxing date, write
31642           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
31643           Create cues for audio only files.
31644
31645 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
31646
31647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
31648         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
31649           Re-commit ALSA switches.
31650         * gst/adder/gstadder.c: (gst_adder_loop):
31651           64-bit fix (#151416).
31652         * gst/debug/progressreport.c: (gst_progressreport_report):
31653           64-bit fix (#151419).
31654         * gst/matroska/matroska-demux.c:
31655         (gst_matroska_demux_parse_contents):
31656           64-bit fix (#151420).
31657         * gst/playback/test3.c: (update_scale):
31658           64-bit fix (#151421).
31659
31660 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31661
31662         * configure.ac:
31663           bump nano to cvs
31664
31665 === release 0.8.4 ===
31666
31667 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31668
31669         * configure.ac: releasing 0.8.4, "Alias"
31670
31671 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
31672
31673         * ext/theora/Makefile.am:
31674           fix makefile.  Fixes #151462.
31675
31676 2004-08-30  Wim Taymans  <wim@fluendo.com>
31677
31678         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
31679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31680         (gst_multifdsink_remove_client_link),
31681         (gst_multifdsink_client_queue_buffer),
31682         (gst_multifdsink_handle_client_write):
31683         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
31684         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
31685         Fix some memory leaks.
31686
31687 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31688
31689         Patch by: David Schleef
31690
31691         * configure.ac:
31692         * sys/Makefile.am:
31693           rename our detection macro for V4L2.  Fixes #151236.
31694
31695 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31696
31697         Patch by: David Schleef
31698
31699         * configure.ac:
31700           check to define LAMEPRESET.  Fixes #151232.
31701
31702 2004-08-27  David Schleef  <ds@schleef.org>
31703
31704         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
31705         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
31706         (gst_glimagesink_fixate):  Move local variable declarations to
31707         make gcc-2.95 happy.
31708
31709 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31710
31711         * configure.ac:
31712           bump nano for prerelease
31713
31714 2004-08-27  David Schleef  <ds@schleef.org>
31715
31716         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
31717         * sys/sunaudio/gstsunaudiosrc.c:
31718         * sys/sunaudio/gstsunaudiosrc.h:
31719
31720 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
31721
31722         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
31723         handle EOS correctly
31724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
31725         * gst/matroska/matroska-mux.h:
31726         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
31727         VFW compatibility mode
31728
31729 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31730
31731         patch by: Zaheer Abbas Merali
31732
31733         * ext/ogg/gstoggmux.c:
31734         * ext/vorbis/vorbisenc.c:
31735         * ext/vorbis/vorbisenc.h:
31736           handle NEWMEDIA
31737
31738 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
31739
31740         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
31741         fix byte order reversion on little endian machines.
31742         * gst/matroska/matroska-mux.c: (audiosink_templ),
31743         (gst_matroska_mux_audio_pad_link):
31744         add TTA codec to the list of supported codecs.
31745         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
31746         (gst_matroska_mux_start), (gst_matroska_mux_finish),
31747         (gst_matroska_mux_write_data):
31748         * gst/matroska/matroska-mux.h:
31749         write segment duration correctly, write muxing app string, fixes bugs
31750         #140897 and #140898.
31751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
31752         wait for all pads to be negotiated before starting to mux.
31753
31754 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31755
31756         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
31757         * ext/lame/gstlame.h:
31758         Added new media support to lame
31759
31760 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
31761
31762         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
31763         send vorbis headers at the beginning of a stream, fixes bug #141554.
31764         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
31765         bug #148950.
31766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
31767         (gst_matroska_demux_plugin_init):
31768         * gst/matroska/matroska-ids.h:
31769         enable demuxing of TTA audio streams, fixes bug #148951.
31770         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
31771         enable typefinding for TTA audio files, fixes bug #148711.
31772         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
31773         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
31774         fixes playback of packed bitstream and xvid with bframes, bug #135407.
31775
31776 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
31777
31778         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
31779         (gst_riff_read_element_data), (gst_riff_read_seek),
31780         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
31781         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
31782         <teuf@gnome.org>
31783
31784 2004-08-23 Iain <iaingnome@gmail.com>
31785
31786         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
31787         tags. They appear to be handled differently to normal.
31788         (tag_list_to_id3_tag_foreach): Ditto.
31789
31790 2004-08-22  Wim Taymans  <wim@fluendo.com>
31791
31792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31793         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31794         Make sure we never send -1 granulepos.
31795
31796 2004-08-20  Wim Taymans  <wim@fluendo.com>
31797
31798         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
31799         (gst_ogg_mux_loop):
31800         I will accept bitchslappings with non sharp objects.
31801
31802 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31803
31804         * configure.ac:
31805         Clean up the test for lame presets
31806
31807 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31808
31809         * configure.ac:
31810         * ext/lame/Makefile.am:
31811         * ext/lame/gstlame.c: (gst_lame_class_init),
31812         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31813         Only enable lame presets if version of lame has presets in API
31814
31815 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
31816         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
31817         * gst/udp/gstudpsrc.h:
31818           Don't call gst_pad_push in a get function. Fixes #150449
31819
31820 2004-08-18  Wim Taymans  <wim@fluendo.com>
31821
31822         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
31823         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
31824         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31825         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31826         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31827         (gst_fdset_wait):
31828         * gst/tcp/gstfdset.h:
31829         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31830         (gst_multifdsink_client_queue_buffer),
31831         (gst_multifdsink_handle_client_write):
31832         * gst/tcp/gstmultifdsink.h:
31833         Some extra checks in gstfdset.
31834         Only use send() when the fd is a socket. Don't try to
31835         read from write only fds.
31836
31837 2004-08-18  Wim Taymans  <wim@fluendo.com>
31838
31839         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
31840         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
31841         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31842         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31843         (gst_fdset_wait):
31844         Add more locking and bounds checking.
31845
31846 2004-08-18  Wim Taymans  <wim@fluendo.com>
31847
31848         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
31849         Realloc test fdset in the lock and right before starting
31850         the poll call. Bump the limit to 4096.
31851
31852 2004-08-17  David Schleef  <ds@schleef.org>
31853
31854         * sys/sunaudio/Makefile.am:
31855         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
31856         of rates and channels.  Make debugging less obnoxious.
31857
31858         Patch from Balamurali Viswanathan implementing a mixer for
31859         Sun audio.  (bug #144091):
31860         * sys/sunaudio/gstsunelement.c:
31861         * sys/sunaudio/gstsunelement.h:
31862         * sys/sunaudio/gstsunmixer.c:
31863         * sys/sunaudio/gstsunmixer.h:
31864
31865 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31866
31867         * gst/audioscale/gstaudioscale.c:
31868         * gst/audioscale/gstaudioscale.h:
31869         made audioscale resample from any sample rate to any sample rate
31870
31871 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31872
31873         * ext/libpng/gstpngdec.c:
31874           error out on unsupported types
31875
31876 2004-08-17  Iain <iaingnome@gmail.com>
31877
31878         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
31879         mid_side and loose_mid_side properties if its a stereo stream.
31880
31881 2004-08-17  Wim Taymans  <wim@fluendo.com>
31882
31883         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31884         (theora_get_formats), (theora_dec_src_convert),
31885         (theora_dec_sink_convert), (theora_dec_src_query),
31886         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31887         Add a debug line.
31888
31889 2004-08-17  Wim Taymans  <wim@fluendo.com>
31890
31891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
31892         (gst_ogg_pad_push):
31893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
31894         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
31895         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
31896         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
31897         Mark delta units in the muxer.
31898         Try to decode the packet after an out-of-sync error from
31899         libogg.
31900
31901 2004-08-17  Wim Taymans  <wim@fluendo.com>
31902
31903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31904         (gst_multifdsink_init), (gst_multifdsink_add),
31905         (gst_multifdsink_client_queue_buffer),
31906         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31907         * gst/tcp/gstmultifdsink.h:
31908         Added option to send a keyframe to clients as the first buffer.
31909         Make timeout property writable.
31910
31911 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31912
31913         patch by: Wim Taymans
31914
31915         * gst/tcp/gstfdset.c:
31916         * gst/tcp/gstmultifdsink.c:
31917           fix index comparison, should include 0
31918
31919 2004-08-16  Wim Taymans  <wim@fluendo.com>
31920
31921         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31922         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31923         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31924         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31925         (gst_fdset_wait):
31926           copy when reallocing for poll so the select arguments don't get
31927           changed during the call
31928
31929 2004-08-16  Wim Taymans  <wim@fluendo.com>
31930
31931         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31932         (gst_theora_enc_class_init), (theora_enc_sink_link),
31933         (theora_buffer_from_packet), (theora_enc_chain):
31934         Fix bug where buffers were not marked as keyframes
31935         correctly.
31936
31937 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31938
31939         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31940         (gst_lame_preset_get_type), (gst_lame_class_init):
31941         describe the enum values for vbr mode and presets more verbosely
31942
31943 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31944
31945         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31946         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31947         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31948         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31949         * ext/lame/gstlame.h:
31950         add preset property to lame so it can use lame presets
31951
31952 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31953
31954         * ext/lame/gstlame.c: (gst_lame_get_property):
31955         whoops forgot break, thanks teuf
31956
31957 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31958
31959         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31960         (gst_lame_class_init), (gst_lame_src_getcaps),
31961         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31962         (gst_lame_get_property), (gst_lame_setup):
31963         * ext/lame/gstlame.h:
31964         fix lame's broken vbr stuff, allow it to resample if need be, and also
31965         make xing header optional
31966
31967 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31968
31969         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31970         added getcaps function so samplerate doesnt get fixated to silly values
31971
31972 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31973
31974         * ext/lame/gstlame.c: (gst_lame_src_link):
31975         revert previous fix
31976
31977 2004-08-12  Johan Dahlin  <johan@gnome.org>
31978
31979         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31980         checks. Doesn't matter what state we are in. Interfaces are a
31981         compile time thing, not runtime. It also broke the python bindings.
31982
31983 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31984
31985         * ext/lame/gstlame.c: (gst_lame_src_link):
31986         made source pad link function check if sinkpad is ok..fixes the problem
31987         where core fixates the output rate of lame stupidly
31988
31989 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31990
31991         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31992         * sys/v4l/v4l_calls.c:
31993         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31994           fix fixate function to handle nonsimple caps.
31995           remove bogus check in _link
31996           cleanups
31997
31998 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31999
32000         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
32001         set default compression ratio parameter to 0.0 so bitrate parameter
32002         works :)
32003
32004 2004-08-11  David Schleef  <ds@schleef.org>
32005
32006         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
32007
32008 2004-08-11  David Schleef  <ds@schleef.org>
32009
32010         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
32011         before.
32012
32013 2004-08-11  David Schleef  <ds@schleef.org>
32014
32015         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
32016
32017 2004-08-11  David Schleef  <ds@schleef.org>
32018
32019         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
32020           license field
32021         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
32022         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
32023           LGPL.
32024         * gst/auparse/gstauparse.c: Fix plugin license field.
32025         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
32026         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
32027         * gst/rtp/gstrtp.c: Fix plugin license field.
32028
32029 2004-08-11  Wim Taymans  <wim@fluendo.com>
32030
32031         * gst/tcp/Makefile.am:
32032         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
32033         (ensure_size), (gst_fdset_new), (gst_fdset_free),
32034         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
32035         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
32036         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
32037         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
32038         (gst_fdset_fd_can_write), (gst_fdset_wait):
32039         * gst/tcp/gstfdset.h:
32040         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32041         (gst_multifdsink_class_init), (gst_multifdsink_init),
32042         (gst_multifdsink_add), (gst_multifdsink_remove),
32043         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32044         (gst_multifdsink_remove_client_link),
32045         (gst_multifdsink_handle_client_read),
32046         (gst_multifdsink_client_queue_data),
32047         (gst_multifdsink_client_queue_caps),
32048         (gst_multifdsink_client_queue_buffer),
32049         (gst_multifdsink_handle_client_write),
32050         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32051         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32052         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32053         (gst_multifdsink_close):
32054         * gst/tcp/gstmultifdsink.h:
32055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32056         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32057         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
32058         (gst_tcpserversink_close):
32059         * gst/tcp/gsttcpserversink.h:
32060         Abstracted away the select call, implemented poll (yes we ran into
32061         the 1024 limit in production).
32062
32063 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
32064
32065         * gst/tcp/gsttcp.c:
32066         * gst/tcp/gsttcpplugin.c:
32067           improve debuggging, remove assert
32068
32069 2004-08-10  Wim Taymans  <wim@fluendo.com>
32070
32071         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
32072         (gst_client_status_get_type), (gst_multifdsink_class_init),
32073         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
32074         (gst_multifdsink_handle_client_read),
32075         (gst_multifdsink_handle_client_write),
32076         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32077         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
32078         (gst_multifdsink_get_property):
32079         * gst/tcp/gstmultifdsink.h:
32080         * gst/tcp/gsttcp-marshal.list:
32081         Starting to prepare for specifying buffer time in other units
32082         than buffers. Expose remove reason in signal.
32083
32084 2004-08-10  Wim Taymans  <wim@fluendo.com>
32085
32086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
32087         (gst_multifdsink_remove), (gst_multifdsink_clear),
32088         (gst_multifdsink_remove_client_link),
32089         (gst_multifdsink_handle_client_read),
32090         (gst_multifdsink_client_queue_data),
32091         (gst_multifdsink_client_queue_buffer),
32092         (gst_multifdsink_handle_client_write),
32093         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
32094         (gst_multifdsink_chain), (gst_multifdsink_close):
32095         * gst/tcp/gstmultifdsink.h:
32096         Added more debugging info. Changed the way clients are
32097         removed from the lists. Fixed a bug where a bad file descriptor
32098         could cause many clients to be removed.
32099
32100 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32101
32102         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
32103           allow all pixel-aspect-ratios, not just 1:1
32104
32105 2004-08-09  David Schleef  <ds@schleef.org>
32106
32107         * sys/glsink/ARB_multitexture.h:  Remove old files.
32108         * sys/glsink/EXT_paletted_texture.h:
32109         * sys/glsink/NV_register_combiners.h:
32110         * sys/glsink/gstgl_nvimage.c:
32111         * sys/glsink/gstgl_pdrimage.c:
32112         * sys/glsink/gstgl_rgbimage.c:
32113         * sys/glsink/gstglsink.c:
32114         * sys/glsink/gstglsink.h:
32115         * sys/glsink/gstglxwindow.c:
32116         * sys/glsink/regcomb_yuvrgb.c:
32117
32118 2004-08-09  David Schleef  <ds@schleef.org>
32119
32120         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
32121         GL sink plugin.  (Bug #147302)
32122
32123         * configure.ac: Test for OpenGL
32124         * sys/Makefile.am: Use test for OpenGL
32125         * sys/glsink/Makefile.am:
32126         * sys/glsink/glimagesink.c: rewrite
32127         * sys/glsink/glimagesink.h: rewrite
32128
32129 2004-08-09  David Schleef  <ds@schleef.org>
32130
32131         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
32132         sane framerates.
32133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
32134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
32135         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
32136
32137 2004-08-09  Wim Taymans  <wim@fluendo.com>
32138
32139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32140         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32141         (gst_multifdsink_client_remove),
32142         (gst_multifdsink_handle_client_read),
32143         (gst_multifdsink_handle_client_write),
32144         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32145         Do a bit more logging, make the client_read code more robust.
32146
32147 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32148
32149         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
32150         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
32151         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
32152         (gst_jpegdec_init), (gst_jpegdec_chain):
32153         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
32154         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
32155           cleanups, debugging fixes and memleak plugging
32156
32157 2004-08-09  Wim Taymans  <wim@fluendo.com>
32158
32159         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32160         (theora_get_formats), (theora_dec_src_convert),
32161         (theora_dec_sink_convert), (theora_dec_src_query),
32162         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
32163         (theora_dec_change_state):
32164         Don't crash on missing header packets.
32165
32166 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32167
32168         * po/LINGUAS:
32169         * po/sq.po:
32170           Added Albanian translation (Laurent Dhima)
32171         * po/cs.po:
32172           updated
32173
32174 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32175
32176         * ext/lame/gstlame.c:
32177           fix/add debugging
32178
32179 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
32180
32181         * sys/ximage/ximagesink.c:
32182         * sys/xvimage/xvimagesink.c:
32183           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
32184
32185 2004-08-06  Wim Taymans  <wim@fluendo.com>
32186
32187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32188         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32189         (gst_multifdsink_client_remove),
32190         (gst_multifdsink_handle_client_read),
32191         (gst_multifdsink_handle_client_write),
32192         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32193         Make sure we don't try to read more from a client that what
32194         ioctl says us or we deadlock.
32195
32196 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
32199         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
32200         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32201           decouple running_time and n_frames so it can handle changing
32202           framerate while running
32203
32204 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
32205
32206         * po/nl.po:
32207         * po/sv.po:
32208           updated translations
32209
32210 2004-08-04  Benjamin Otte  <otte@gnome.org>
32211
32212         * gst/videotestsrc/gstvideotestsrc.c:
32213         (gst_videotestsrc_get_capslist), (generate_capslist),
32214         (plugin_init):
32215           generate the list of supported caps at startup and reuse it instead
32216           of always generating it
32217
32218 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32219
32220         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
32221           whoops, last checkin broke normal build
32222
32223 2004-08-03  Benjamin Otte  <otte@gnome.org>
32224
32225         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
32226         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
32227         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
32228         (gst_alsa_mixer_get_option):
32229         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
32230         (dvdnavsrc_print_event):
32231         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
32232         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
32233         (gst_ogg_mux_pad_unlink):
32234         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
32235         (gst_multipart_mux_pad_unlink):
32236         * gst/videofilter/gstvideobalance.c:
32237         (gst_videobalance_colorbalance_set_value):
32238         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
32239         (gst_videomixer_pad_unlink):
32240         * po/uk.po:
32241         * sys/oss/gstossmixer.c:
32242         * sys/v4l/gstv4lcolorbalance.c:
32243         * sys/v4l/gstv4ltuner.c:
32244         * sys/v4l/v4lsrc_calls.c:
32245         * sys/v4l2/gstv4l2colorbalance.c:
32246         * sys/v4l2/gstv4l2tuner.c:
32247           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
32248
32249 2004-08-03  Benjamin Otte  <otte@gnome.org>
32250
32251         * examples/dynparams/filter.c: (ui_control_create):
32252         * examples/gstplay/player.c: (print_tag):
32253         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
32254         * ext/gdk_pixbuf/gstgdkanimation.c:
32255         (gst_gdk_animation_iter_may_advance):
32256         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
32257         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
32258         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
32259         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
32260         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
32261         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
32262         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
32263         * gst/sine/demo-dparams.c: (main):
32264         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
32265         * testsuite/alsa/formats.c: (create_pipeline):
32266         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
32267           fixes for G_DISABLE_ASSERT and friends
32268         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
32269         (mp3_type_frame_length_from_header), (mp3_type_find),
32270         (plugin_init):
32271           require mp3 typefinding to have at least MIN_HEADERS valid headers
32272           add typefinding for AAC adts files
32273
32274 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
32275
32276         * sys/ximage/ximagesink.c:
32277         (gst_ximagesink_calculate_pixel_aspect_ratio):
32278         * sys/xvimage/xvimagesink.c:
32279         (gst_xvimagesink_calculate_pixel_aspect_ratio):
32280         Make sure we calculate pixel-aspect-ratio using floating point maths
32281
32282 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32283
32284         * po/uk.po:
32285           updated translation
32286
32287 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
32288
32289         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
32291           add debugging for display PAR calculation
32292
32293 2004-08-02  David Schleef  <ds@schleef.org>
32294
32295         * configure.ac: Fix mikmod CFLAGS.
32296
32297 2004-07-27  Benjamin Otte  <otte@gnome.org>
32298
32299         * gst/audioscale/gstaudioscale.c:
32300         - fix templates to only support S16, it's the only format that works
32301         - make caps nego code use try_set_caps_nonfixed and fixation instead
32302         of try_set_caps twice, which is not nice for autopluggers
32303         - change rank to secondary, so autopluggers can pick it up after
32304         audioconvert
32305
32306 2004-08-02  Iain <iain@prettypeople.org>
32307
32308         * gst/interleave/interleave.c (interleave_init),
32309         (interleave_request_new_pad),
32310         (interleave_pad_removed),
32311         (interleave_buffered_loop): Use the real pad count, not the artificial
32312         one.
32313
32314 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32315
32316         * configure.ac: bump nano back to development
32317
32318 === release 0.8.3 ===
32319
32320 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32321
32322         * configure.ac: releasing 0.8.3, "Water"
32323
32324 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32325
32326         * sys/xvimage/xvimagesink.c:
32327         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32328         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
32329         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
32330         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32331         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32332         * sys/xvimage/xvimagesink.h:
32333           apply similar PAR fixes as to ximagesink
32334
32335 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32336
32337         patch from: Benjamin Otte
32338
32339         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
32340           add link function to lame.  Fixes #148986.
32341
32342 2004-08-02  Johan Dahlin  <johan@gnome.org>
32343
32344         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
32345         fix debugging log
32346
32347 2004-07-30  David Schleef  <ds@schleef.org>
32348
32349         * gst/videomixer/Makefile.am: Fix things that should have been
32350         fixed in the last checkin.
32351
32352 2004-07-30  David Schleef  <ds@schleef.org>
32353
32354         * gst/multipart/Makefile.am: Fix things that should have been
32355         fixed in the last checkin.
32356
32357 2004-07-30  David Schleef  <ds@schleef.org>
32358
32359         * testsuite/multifilesink/Makefile.am: Fix unused variable.
32360
32361 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32362
32363         * configure.ac:
32364           bump nano for prerelease
32365         * po/af.po:
32366         * po/az.po:
32367         * po/cs.po:
32368         * po/en_GB.po:
32369         * po/hu.po:
32370         * po/nl.po:
32371         * po/sr.po:
32372         * po/sv.po:
32373         * po/uk.po:
32374           updates
32375
32376 2004-07-30  Wim Taymans  <wim@fluendo.com>
32377
32378         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32379         (gst_multifdsink_add), (gst_multifdsink_remove),
32380         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
32381         (gst_multifdsink_client_remove),
32382         (gst_multifdsink_handle_client_write),
32383         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
32384         * gst/tcp/gstmultifdsink.h:
32385         Recover from a select with a bad file descriptor by removing
32386         the client.
32387
32388 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
32389
32390         * configure.ac:
32391           fix requirement of core
32392         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
32393         (gst_play_pipeline_setup):
32394           don't use colorspace element.  do use hermescolorspace element.
32395           make macro to get a colorspace element.
32396           mark strings for translation.
32397         * po/POTFILES.in:
32398           add play.c
32399         * po/af.po:
32400         * po/az.po:
32401         * po/cs.po:
32402         * po/en_GB.po:
32403         * po/hu.po:
32404         * po/nl.po:
32405         * po/sr.po:
32406         * po/sv.po:
32407         * po/uk.po:
32408           update translations
32409
32410 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32411
32412         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
32413         fix default for newmedia flag
32414
32415 2004-07-30  Wim Taymans  <wim@fluendo.com>
32416
32417         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32418         (gst_theora_dec_init), (theora_get_formats),
32419         (theora_dec_src_convert), (theora_dec_sink_convert),
32420         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32421         (theora_dec_chain), (theora_dec_set_property),
32422         (theora_dec_get_property):
32423         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
32424         (gst_theora_enc_class_init), (gst_theora_enc_init),
32425         (theora_enc_sink_link), (theora_enc_chain),
32426         (theora_enc_set_property), (theora_enc_get_property):
32427         Added cropping option to theora decoder.
32428         Added border option to theora encoder.
32429
32430 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32431
32432         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32433         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32434         (gst_pngenc_set_property):
32435         * ext/libpng/gstpngenc.h:
32436         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
32437
32438 2004-07-30  Wim Taymans  <wim@fluendo.com>
32439
32440         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32441         (theora_enc_sink_link), (theora_enc_chain),
32442         (theora_enc_set_property), (theora_enc_get_property):
32443         Fix encoding of non-multiple-of-16 video.
32444
32445 2004-07-29  David Schleef  <ds@schleef.org>
32446
32447         * configure.ac: make test for audiofile more strict
32448
32449 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
32450
32451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32452           give different names to typefind functions
32453
32454 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32455
32456         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32457         (gst_ximagesink_calculate_pixel_aspect_ratio),
32458         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
32459         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
32460         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
32461         (gst_ximagesink_get_property), (gst_ximagesink_init):
32462         * sys/ximage/ximagesink.h:
32463           allocate PAR's dynamically.
32464           use autodetected PAR if no object-set PAR is given.
32465           add workaround for directfb's X not setting physical size.
32466           fix to xvimagesink will follow tomorrow.
32467
32468 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32469
32470         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
32471         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
32472         (gst_shout2send_get_type), (gst_shout2send_set_clock),
32473         (gst_shout2send_class_init), (gst_shout2send_init),
32474         (set_shout_metadata), (gst_shout2send_set_metadata),
32475         (gst_shout2send_chain), (gst_shout2send_set_property),
32476         (gst_shout2send_get_property), (gst_shout2send_connect),
32477         (gst_shout2send_change_state):
32478         * ext/shout2/gstshout2.h:
32479         - fix for sending mp3 audio to icecast2 server, if pad link function not
32480         called before PAUSED state
32481         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
32482         - added tagging support for mp3 audio broadcasted
32483         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
32484         debug info
32485
32486 2004-07-28  Wim Taymans  <wim@fluendo.com>
32487
32488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
32489         (gst_ogg_demux_push):
32490         Return query failure when we don't know the length of
32491         an ogg stream insteda of returning TRUE with a bogus value.
32492
32493 2004-07-28  Wim Taymans  <wim@fluendo.com>
32494
32495         * ext/theora/theoradec.c: (theora_get_formats),
32496         (theora_dec_src_convert), (theora_dec_sink_convert),
32497         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32498         (theora_dec_chain):
32499         Don't screw up the 1 Chroma for 1 luma sample situation when we
32500         have an odd offset/width by adding a black border in those cases.
32501
32502 2004-07-28  Wim Taymans  <wim@fluendo.com>
32503
32504         * ext/theora/theoradec.c: (theora_get_formats),
32505         (theora_dec_src_convert), (theora_dec_sink_convert),
32506         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32507         (theora_dec_chain):
32508         * ext/theora/theoraenc.c: (theora_enc_sink_link):
32509         Added first attempt at cropping of the image as required by the
32510         theora spec. We need more properties in the caps (offset_x,
32511         offset_y,stride) to implement this correctly.
32512
32513 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
32514
32515         * ext/dvdnav/README:
32516           Update the README to use dvddemux
32517         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
32518           Ensure getcaps returns a subset of the template caps
32519         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
32520         (gst_mpeg2subt_init):
32521           Ensure getcaps returns a subset of the template caps
32522         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
32523         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
32524         (gst_dvd_demux_get_subpicture_stream),
32525         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
32526         * gst/mpegstream/gstdvddemux.h:
32527           Set the explicit caps on the current_video pad before pushing
32528           anything
32529         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32530         (gst_mpeg_demux_get_audio_stream):
32531           Free caps used to gst_pad_set_explicit_caps, which takes a const
32532           GstCaps *
32533
32534 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
32535
32536         * configure.ac: update GStreamer requirement to 0.8.4 because of
32537           GstFraction.
32538
32539 2004-07-28  Wim Taymans  <wim@fluendo.com>
32540
32541         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
32542         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
32543         Add the pad to the element after setting up the caps. This
32544         makes it a lot easier to autoplug.
32545
32546 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32547
32548         * gst/median/gstmedian.c:
32549         * gst/mpeg2subt/gstmpeg2subt.c:
32550         * gst/mpegaudioparse/gstmpegaudioparse.c:
32551         * gst/mpegstream/gstdvddemux.c:
32552         * gst/mpegstream/gstmpegdemux.c:
32553         * gst/mpegstream/gstmpegpacketize.c:
32554         * gst/rtjpeg/gstrtjpeg.c:
32555         * gst/rtjpeg/gstrtjpegdec.c:
32556         * gst/rtjpeg/gstrtjpegenc.c:
32557         * gst/sine/gstsinesrc.c:
32558         * gst/smooth/gstsmooth.c:
32559         * gst/smpte/gstsmpte.c:
32560         * gst/smpte/gstsmpte.h:
32561         * gst/stereo/gststereo.c:
32562         * gst/videofilter/gstgamma.c:
32563         * gst/videofilter/gstvideobalance.c:
32564         * gst/videofilter/gstvideofilter.c:
32565         * gst/videofilter/gstvideoflip.c:
32566         * gst/videoscale/gstvideoscale.c:
32567         * gst/videoscale/videoscale.c:
32568         * gst/videotestsrc/gstvideotestsrc.c:
32569         * gst/videotestsrc/videotestsrc.c:
32570         * gst/wavenc/gstwavenc.c:
32571         * gst/wavparse/gstwavparse.c:
32572           fix local includes and 64 bits constants
32573
32574 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32575
32576         * win32/gst.sln:
32577         * gst-libs/gst/*/*.vcproj:
32578         * gst/*/*.vcproj:
32579           more working plugins
32580
32581 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32582
32583         * testsuite/alsa/Makefile.am:
32584         * testsuite/alsa/srcstate.c:
32585         add test for alsasrc changing state
32586
32587 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32588
32589         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
32590         (gst_silence_get):
32591         * gst/silence/gstsilence.h:
32592         fix silence generation for 16bit raw audio
32593
32594 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32595
32596         * gst/matroska/matroska-demux.c:
32597         (gst_matroska_demux_parse_metadata),
32598         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
32599         * gst/mpegaudio/common.c:
32600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
32601         (gst_videoscale_getcaps), (gst_videoscale_link),
32602         (gst_videoscale_src_fixate), (gst_videoscale_init),
32603         (gst_videoscale_finalize):
32604         * gst/videoscale/gstvideoscale.h:
32605         * gst/videotestsrc/gstvideotestsrc.c:
32606         (gst_videotestsrc_get_capslist):
32607         * gst/wavenc/gstwavenc.c:
32608         * sys/oss/gstossmixer.c: (fill_labels):
32609         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
32610         (gst_ximagesink_handle_xevents),
32611         (gst_ximagesink_calculate_pixel_aspect_ratio),
32612         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
32613         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
32614         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
32615         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
32616         (gst_ximagesink_init), (gst_ximagesink_class_init):
32617         * sys/ximage/ximagesink.h:
32618         * sys/xvimage/xvimagesink.c:
32619         (gst_xvimagesink_calculate_pixel_aspect_ratio),
32620         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
32621         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32622         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
32623         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
32624         * sys/xvimage/xvimagesink.h:
32625           first batch of pixel aspect ratio commits.
32626
32627 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32628
32629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32630         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
32631         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
32632           handle stride, needs work if we want to move stride handling
32633           upstream, but works correctly for our purposes.
32634
32635 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32636
32637         * gst/videoscale/README:
32638           add testing examples
32639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
32640         (gst_videoscale_chain):
32641         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32642         (gst_videoscale_get_size):
32643           add get_size function that handles stride like videotestsrc.
32644           fixes conversion for YUV formats for as much as I can test them.
32645
32646 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32647
32648         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32649         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
32650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32651         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32652         (gst_xvimagesink_xvimage_put):
32653           further cleanups, logging, error handling and synchronizing
32654
32655 2004-07-27  Wim Taymans  <wim@fluendo.com>
32656
32657         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32658         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32659         (gst_videomixer_pad_set_property),
32660         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32661         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32662         (gst_videomixer_class_init), (gst_videomixer_init),
32663         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
32664         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
32665         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
32666         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
32667         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
32668         (gst_videomixer_loop), (plugin_init):
32669         Be a nicer negotiation citizen and provide a getcaps function on
32670         the srcpad. This also fixes a crash when resizing.
32671
32672 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32673
32674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32675         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
32676
32677 2004-07-27  Wim Taymans  <wim@fluendo.com>
32678
32679         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
32680         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
32681         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
32682         (gst_pngenc_set_property):
32683         * ext/libpng/gstpngenc.h:
32684         Added snapshot property to pngenc.
32685         removed g_print from pngdec
32686
32687 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
32688
32689         * gst/ac3parse/ac3parse.vcproj
32690         * gst/adder/adder.vcproj
32691         * gst/alpha/alpha.vcproj
32692         * gst/alpha/alphacolor.vcproj
32693         * gst/asfdemux/asf.vcproj
32694         * gst/audioconvert/audioconvert.vcproj
32695         * gst/audiorate/audiorate.vcproj
32696         * gst/audioscale/audioscale.vcproj
32697         * gst/auparse/auparse.vcproj
32698         * gst/avi/avi.vcproj
32699         * gst/cdxaparse/cdxaparse.vcproj
32700         * gst/chart/chart.vcproj
32701         * gst/colorspace/colorspace.vcproj
32702         * gst/cutter/cutter.vcproj
32703         * gst/debug/debug.vcproj
32704         * gst/debug/efence.vcproj
32705         * gst/debug/navigationtest.vcproj
32706         * gst/deinterlace/deinterlace.vcproj
32707         * gst/effectv/effectv.vcproj
32708         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32709         * gst/filter/filter.vcproj
32710         * gst/flx/flxdec.vcproj
32711         * gst/goom/goom.vcproj
32712         * gst/interleave/interleave.vcproj
32713         * gst/law/alaw.vcproj
32714         * gst/law/mulaw.vcproj
32715         * gst/matroska/matroska.vcproj
32716         * gst/median/median.vcproj
32717         * gst/mixmatrix/mixmatrix.vcproj
32718         * gst/mpeg1sys/mpeg1systemencode.vcproj
32719         * gst/mpeg1videoparse/mp1videoparse.vcproj
32720         * gst/mpeg2sub/mpeg2subt.vcproj
32721         * gst/mpegaudio/mpegaudio.vcproj
32722         * gst/mpegaudioparse/mpegaudioparse.vcproj
32723         * gst/mpegstream/mpegstream.vcproj
32724         * gst/multifilesink/multifilesink.vcproj
32725         * gst/multipart/multipart.vcproj
32726         * gst/oneton/oneton.vcproj
32727         * gst/overlay/overlay.vcproj
32728         * gst/passthrough/passthrough.vcproj
32729         * gst/qtdemux/qtdemux.vcproj
32730         * gst/realmedia/rmdemux.vcproj
32731         * gst/rtjpeg/rtjpeg.vcproj
32732         * gst/rtp/rtp.vcproj
32733         * gst/silence/silence.vcproj
32734         * gst/sine/sinesrc.vcproj
32735         * gst/smooth/smooth.vcproj
32736         * gst/smpte/smpte.vcproj
32737         * gst/spectrum/spectrum.vcproj
32738         * gst/speed/speed.vcproj
32739         * gst/stereo/stereo.vcproj
32740         * gst/switch/switch.vcproj
32741         * gst/tags/tagedit.vcproj
32742         * gst/tcp/tcp.vcproj
32743         * gst/typefind/typefindfunctions.vcproj
32744         * gst/udp/udp.vcproj
32745         * gst/videobox/videobox.vcproj
32746         * gst/videocrop/videocrop.vcproj
32747         * gst/videodrop/videodrop.vcproj
32748         * gst/videofilter/gamma.vcproj
32749         * gst/videofilter/videobalance.vcproj
32750         * gst/videofilter/videofilter.vcproj
32751         * gst/videofilter/videoflip.vcproj
32752         * gst/videoflip/videoflip.vcproj
32753         * gst/videomixer/videomixer.vcproj
32754         * gst/videorate/videorate.vcproj
32755         * gst/videoscale/videoscale.vcproj
32756         * gst/videotestsrc/videotestsrc.vcproj
32757         * gst/virtualdub/virtualdub.vcproj
32758         * gst/volenv/volenv.vcproj
32759         * gst/volume/volume.vcproj
32760         * gst/wavenc/wavenc.vcproj
32761         * gst/wavparse/wavparse.vcproj
32762         * gst/y4m/y4menc.vcproj
32763         * gst-libs/gst/audio/audio.vcproj
32764         * gst-libs/gst/audio/audiofilter.vcproj
32765         * gst-libs/gst/colorbalance/colorbalance.vcproj
32766         * gst-libs/gst/idct/idtc.vcproj
32767         * gst-libs/gst/media-info/media-info.vcproj
32768         * gst-libs/gst/mixer/mixer.vcproj
32769         * gst-libs/gst/navigation/navigation.vcproj
32770         * gst-libs/gst/play/play.vcproj
32771         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
32772         * gst-libs/gst/resample/resample.vcproj
32773         * gst-libs/gst/riff/riff.vcproj
32774         * gst-libs/gst/tuner/tuner.vcproj
32775         * gst-libs/gst/video/video.vcproj
32776         * gst-libs/gst/xoverlay/xoverlay.vcproj
32777           avoid problems with math.h, fix release dependancy
32778           rename GStreamer-0.8.lib to libgstreamer.lib
32779
32780 2004-07-27  Julien MOUTTE  <julien@moutte.net>
32781
32782         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
32784         the atom is not available we have to unlock the mutex. Fixes #148023
32785
32786 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32787
32788         * gst-libs/gst/media-info/media-info.h:
32789           issue for a vararg macro with MSVC
32790
32791 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32792
32793         * gst/effectv/effectv.vcproj
32794         * gst-libs/gst/idct/idct.vcproj:
32795         * gst-libs/gst/media-info/media-info.vcproj:
32796         * gst-libs/gst/navigation/navigation.vcproj:
32797         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32798         * gst-libs/gst/video/video.vcproj:
32799         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32800           fixes for build problems
32801
32802 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32803
32804         * gst-libs/gst/audio/audio.def:
32805         * gst-libs/gst/audio/riff.def:
32806           add some definitions needed by plugins
32807
32808 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32809
32810         * gst/asfdemux/gstasfmux.c
32811           Fix some 64 bits constants to be glib friendly
32812
32813 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32814
32815         * gst/ac3parse/gstac3parse.c
32816         * gst/audioscale/gstaudioscale.c
32817         * gst/auparse/gstauparse.c
32818         * gst/colorspace/gstcolorspace.c
32819         * gst/colorspace/yuv2rgb.h
32820           local include fixes
32821
32822 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32823
32824         * win32/gst.sln
32825           add more plugins to the build
32826
32827 2004-07-26  Julien MOUTTE  <julien@moutte.net>
32828
32829         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
32830         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
32831
32832 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32833
32834         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
32835         (gst_level_set_property), (gst_level_get_property),
32836         (gst_level_base_init), (gst_level_class_init):
32837           add debugging categories.  cleanups.
32838
32839 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32840
32841         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32842         (gst_videoscale_planar411), (gst_videoscale_planar400),
32843         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
32844         (gst_videoscale_scale_nearest_str1),
32845         (gst_videoscale_scale_nearest_str2),
32846         (gst_videoscale_scale_nearest_str4),
32847         (gst_videoscale_scale_nearest_16bit),
32848         (gst_videoscale_scale_nearest_24bit):
32849           fixed stride issues
32850           tested with 320x240 -> 321, 322, 324 x240
32851           tested with YV12, I420, YUY2, UYVY
32852           fixed packed422rev (don't think it could have worked before)
32853           by testing with UYVY
32854
32855 2004-07-26  Benjamin Otte  <otte@gnome.org>
32856
32857         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
32858         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
32859         (plugin_init):
32860           add debugging category, add error checks like checking return values
32861           of setup calls, make sure it still works after
32862           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
32863
32864 2004-07-26  Wim Taymans  <wim@fluendo.com>
32865
32866         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
32867         (gst_mpeg_demux_get_audio_stream),
32868         (gst_mpeg_demux_process_private):
32869         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
32870         Check for error codes from the negotiation functions. Make sure
32871         we really set the pad caps when a new pad is created.
32872
32873 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32874
32875         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
32876         (gst_ffmpeg_caps_to_pix_fmt):
32877         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
32878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32879         (gst_ffmpegcolorspace_pad_link):
32880           don't make function do two things at the same time without reason.
32881
32882 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32883
32884         * gst/ac3parse/ac3parse.vcproj
32885         * gst/adder/adder.vcproj
32886         * gst/alpha/alpha.vcproj
32887         * gst/alpha/alphacolor.vcproj
32888         * gst/asfdemux/asf.vcproj
32889         * gst/audioconvert/audioconvert.vcproj
32890         * gst/audiorate/audiorate.vcproj
32891         * gst/audioscale/audioscale.vcproj
32892         * gst/auparse/auparse.vcproj
32893         * gst/avi/avi.vcproj
32894         * gst/cdxaparse/cdxaparse.vcproj
32895         * gst/chart/chart.vcproj
32896         * gst/colorspace/colorspace.vcproj
32897         * gst/cutter/cutter.vcproj
32898         * gst/debug/debug.vcproj
32899         * gst/debug/efence.vcproj
32900         * gst/debug/navigationtest.vcproj
32901         * gst/deinterlace/deinterlace.vcproj
32902         * gst/effectv/effectv.vcproj
32903         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32904         * gst/filter/filter.vcproj
32905         * gst/flx/flxdec.vcproj
32906         * gst/goom/goom.vcproj
32907         * gst/interleave/interleave.vcproj
32908         * gst/law/alaw.vcproj
32909         * gst/law/mulaw.vcproj
32910         * gst/matroska/matroska.vcproj
32911         * gst/median/median.vcproj
32912         * gst/mixmatrix/mixmatrix.vcproj
32913         * gst/mpeg1sys/mpeg1systemencode.vcproj
32914         * gst/mpeg1videoparse/mp1videoparse.vcproj
32915         * gst/mpeg2sub/mpeg2subt.vcproj
32916         * gst/mpegaudio/mpegaudio.vcproj
32917         * gst/mpegaudioparse/mpegaudioparse.vcproj
32918         * gst/mpegstream/mpegstream.vcproj
32919         * gst/multifilesink/multifilesink.vcproj
32920         * gst/multipart/multipart.vcproj
32921         * gst/oneton/oneton.vcproj
32922         * gst/overlay/overlay.vcproj
32923         * gst/passthrough/passthrough.vcproj
32924         * gst/qtdemux/qtdemux.vcproj
32925         * gst/realmedia/rmdemux.vcproj
32926         * gst/rtjpeg/rtjpeg.vcproj
32927         * gst/rtp/rtp.vcproj
32928         * gst/silence/silence.vcproj
32929         * gst/sine/sinesrc.vcproj
32930         * gst/smooth/smooth.vcproj
32931         * gst/smpte/smpte.vcproj
32932         * gst/spectrum/spectrum.vcproj
32933         * gst/speed/speed.vcproj
32934         * gst/stereo/stereo.vcproj
32935         * gst/switch/switch.vcproj
32936         * gst/tags/tagedit.vcproj
32937         * gst/tcp/tcp.vcproj
32938         * gst/typefind/typefindfunctions.vcproj
32939         * gst/udp/udp.vcproj
32940         * gst/videobox/videobox.vcproj
32941         * gst/videocrop/videocrop.vcproj
32942         * gst/videodrop/videodrop.vcproj
32943         * gst/videofilter/gamma.vcproj
32944         * gst/videofilter/videobalance.vcproj
32945         * gst/videofilter/videofilter.vcproj
32946         * gst/videofilter/videoflip.vcproj
32947         * gst/videoflip/videoflip.vcproj
32948         * gst/videomixer/videomixer.vcproj
32949         * gst/videorate/videorate.vcproj
32950         * gst/videoscale/videoscale.vcproj
32951         * gst/videotestsrc/videotestsrc.vcproj
32952         * gst/virtualdub/virtualdub.vcproj
32953         * gst/volenv/volenv.vcproj
32954         * gst/volume/volume.vcproj
32955         * gst/wavenc/wavenc.vcproj
32956         * gst/wavparse/wavparse.vcproj
32957         * gst/y4m/y4menc.vcproj
32958           more plugins supported under windows
32959
32960 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32961
32962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32963         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32964         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32966         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32967           Add debugging statements.  Use the sizes as returned by the
32968           *CreateImage calls.
32969
32970 2004-07-26  Johan Dahlin  <johan@gnome.org>
32971
32972         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32973         the pad is negotiated.
32974
32975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32976
32977 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32978
32979         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32980         * gst-libs/gst/idct/idct.vcproj:
32981         * gst-libs/gst/media-info/media-info.vcproj:
32982         * gst-libs/gst/mixer/mixer.vcproj:
32983         * gst-libs/gst/navigation/navigation.vcproj:
32984         * gst-libs/gst/play/play.vcproj:
32985         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32986         * gst-libs/gst/resample/resample.vcproj:
32987         * gst-libs/gst/tuner/tuner.vcproj:
32988         * gst-libs/gst/video/video.vcproj:
32989         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32990           more plugins supported under windows
32991
32992 2004-07-25 Iain <iain@prettypeople.org>
32993
32994         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32995         pad now rather than when the pad is created because state changes wipe
32996         explicit caps (fixes #148043).
32997
32998 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32999
33000         reviewed by Benjamin Otte  <otte@gnome.org>
33001
33002         * ext/mad/gstmad.c:
33003           fix mad plugin crashing on Sun (fixes #148289)
33004
33005 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33006
33007         * gst/avi/avi.def:
33008         * gst/avi/avi.vcproj:
33009         * gst/matroska/matroska.def:
33010         * gst/matroska/matroska.vcproj:
33011           remove unused .def files
33012
33013 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33014
33015         * gst-libs/gst/audio/gstaudiofilter.c:
33016           Clean the local include
33017
33018 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33019
33020         * win32/gst.sln:
33021         * gst-libs/gst/audio/audio.def:
33022         * gst-libs/gst/audio/audio.vcproj:
33023         * gst-libs/gst/audio/audiofilter.vcproj:
33024         * gst-libs/gst/audio/riff.def:
33025         * gst-libs/gst/audio/riff.vcproj:
33026         * gst-libs/gst/gst-libs.def:
33027         * gst-libs/gst/gst-libs.vcproj:
33028         * gst/avi/avi.vcproj:
33029         * gst/avi/avi.vcproj:
33030           Copy the files where needed after building, cleaner projects
33031
33032 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
33033
33034         * gst/matroska/ebml-write.c:
33035           Fix some 64 bits constants to be glib friendly
33036
33037 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
33038
33039         * win32/gst.sln:
33040         * gst-libs/gst/gst-libs.def:
33041         * gst-libs/gst/gst-libs.vcproj:
33042         * gst/matroska/matroska.def:
33043         * gst/matroska/matroska.vcproj:
33044           Add the preliminary canvas to build plugins on Win32
33045
33046 2004-07-23  Benjamin Otte  <otte@gnome.org>
33047
33048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33049           don't enfore negotiation from source side, it breaks
33050           sinesrc ! audioconvert ! osssink
33051
33052 2004-07-22  David Schleef  <ds@schleef.org>
33053
33054         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
33055         for ELF files, since they can easily be recognized as audio/mpeg.
33056         (bug #147441)
33057
33058 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33059
33060         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
33061         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
33062         (gst_videoscale_scale_nearest_24bit),
33063         (gst_videoscale_scale_nearest_16bit):
33064           fix 16bit and 24bit for stride (24bit might need testing)
33065           don't pretend we do more than one algorithm
33066
33067 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33068
33069         * configure.ac:
33070         * gst/Makefile.am:
33071         * gst/multifilesink/Makefile.am:
33072         * gst/multifilesink/gstmultifilesink.c:
33073         (gst_multifilesink_get_formats),
33074         (gst_multifilesink_get_query_types), (_do_init),
33075         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
33076         (gst_multifilesink_init), (gst_multifilesink_dispose),
33077         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
33078         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
33079         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
33080         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
33081         (gst_multifilesink_chain), (gst_multifilesink_change_state),
33082         (gst_multifilesink_uri_get_type),
33083         (gst_multifilesink_uri_get_protocols),
33084         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
33085         (gst_multifilesink_uri_handler_init), (plugin_init):
33086         * gst/multifilesink/gstmultifilesink.h:
33087         * testsuite/Makefile.am:
33088         * testsuite/multifilesink/Makefile.am:
33089         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
33090         (gst_newmedia_class_init), (gst_newmedia_init),
33091         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
33092         (newfile_signal), (test_signal), (main):
33093         multifilesink plugin for creating new files every time a new media
33094         discontinuity event occurs
33095
33096 2004-07-22  Wim Taymans  <wim@fluendo.com>
33097
33098         * gst/alpha/Makefile.am:
33099         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
33100         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
33101         (gst_alpha_color_init), (gst_alpha_color_set_property),
33102         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
33103         (transform), (gst_alpha_color_chain),
33104         (gst_alpha_color_change_state), (plugin_init):
33105         Stupid plugin to to RGBA to AYUV conversion because none of
33106         the colorspace plugins can handle that yet.
33107
33108 2004-07-22  Wim Taymans  <wim@fluendo.com>
33109
33110         * examples/seeking/seek.c: (update_scale), (main):
33111         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33112         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33113         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33114         (gst_decode_bin_init), (gst_decode_bin_dispose),
33115         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33116         (no_more_pads), (close_link), (type_found),
33117         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33118         (plugin_init):
33119         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33120         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33121         (gst_play_base_bin_dispose), (queue_overrun),
33122         (gen_preroll_element), (remove_prerolls), (unknown_type),
33123         (no_more_pads), (new_stream), (setup_source),
33124         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33125         (play_base_eos), (gst_play_base_bin_change_state),
33126         (gst_play_base_bin_add_element),
33127         (gst_play_base_bin_remove_element),
33128         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33129         (gst_play_base_bin_unlink_stream),
33130         (gst_play_base_bin_get_streaminfo):
33131         * gst/playback/gstplaybin.c: (gen_video_element),
33132         (gen_audio_element):
33133         * gst/playback/gststreaminfo.h:
33134         More playback updates, attempt to fix things after the state change
33135         breakage.
33136
33137 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33138
33139         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
33140         (gst_videoscale_scale_nearest_16bit):
33141           comment algorithm
33142
33143 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
33144
33145         * gst/videotestsrc/gstvideotestsrc.c:
33146         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
33147         (gst_videotestsrc_init), (gst_videotestsrc_get),
33148         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
33149         (gst_videotestsrc_get_property):
33150         * gst/videotestsrc/gstvideotestsrc.h:
33151         * gst/videotestsrc/videotestsrc.c:
33152         * gst/videotestsrc/videotestsrc.h:
33153           cleanup and commenting
33154
33155 2004-07-21  Wim Taymans  <wim@fluendo.com>
33156
33157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
33158         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
33159         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
33160         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
33161         (_find_chain_get_unknown_part), (_find_streams_check),
33162         (gst_ogg_demux_push), (gst_ogg_pad_push):
33163         * ext/theora/theoradec.c: (theora_get_formats),
33164         (theora_dec_src_convert), (theora_dec_sink_convert),
33165         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
33166         (theora_dec_chain):
33167         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33168         (vorbis_dec_convert), (vorbis_dec_src_query),
33169         (vorbis_dec_src_event), (vorbis_dec_event):
33170         More seeking fixes, oggdemux now supports seeking to time and
33171         uses the downstream element to convert granulepos to time.
33172         Seeking in theora-only ogg files now works.
33173
33174 2004-07-21  Wim Taymans  <wim@fluendo.com>
33175
33176         * ext/theora/theoradec.c: (gst_theora_dec_init),
33177         (theora_get_formats), (theora_get_event_masks),
33178         (theora_get_query_types), (theora_dec_src_convert),
33179         (theora_dec_sink_convert), (theora_dec_src_query),
33180         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
33181         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
33182         (vorbis_get_event_masks), (vorbis_get_query_types),
33183         (gst_vorbis_dec_init), (vorbis_dec_convert),
33184         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
33185         Added query/convert/formats functions to vorbis and theora decoders
33186         so that the outside world can use them too. Fixed seeking on an
33187         ogg/theora/vorbis file by disabling the seeking seeking on the
33188         theora srcpad.
33189
33190 2004-07-21  Julien MOUTTE  <julien@moutte.net>
33191
33192         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
33193         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
33194         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
33195         images creation for both elements. We don't create the image on caps
33196         nego or renego, we just destroy the internal one if present if it does
33197         not match the needs. The chain function takes care of creating a new
33198         image when needed.
33199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
33200         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
33201         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
33202         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
33203         the image format information. The buffer pool checks for the context
33204         image format and discard images with different formats.
33205         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
33206
33207 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33208
33209         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
33210         (gst_ffmpegcolorspace_chain):
33211           no point in doing any chaining if the pad we want to push from
33212           isn't usable.
33213
33214 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33215
33216         * gst-libs/gst/riff/riff-media.c:
33217         (gst_riff_create_audio_caps_with_data):
33218           Fix double end-to-native symbol conversion (#148021).
33219
33220 2004-07-20  David Schleef  <ds@schleef.org>
33221
33222         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
33223         Don't use an Atom that doesn't exist.
33224
33225 2004-07-20  Wim Taymans  <wim@fluendo.com>
33226
33227         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33228         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33229         (gst_multifdsink_client_remove),
33230         (gst_multifdsink_handle_client_write),
33231         (gst_multifdsink_queue_buffer):
33232         * gst/tcp/gstmultifdsink.h:
33233         More multifdsink stats. Avoid deadlock by releasing locks
33234         before sending out a signal.
33235
33236 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33237
33238         * po/LINGUAS:
33239         * po/hu.po:
33240           added Hungarian translation (Laszlo Dvornik)
33241
33242 2004-07-20  Wim Taymans  <wim@fluendo.com>
33243
33244         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33245         (gst_multifdsink_add), (gst_multifdsink_client_remove),
33246         (gst_multifdsink_handle_client_write),
33247         (gst_multifdsink_queue_buffer):
33248         * gst/tcp/gsttcp-marshal.list:
33249         Fixed the stupid marshal definition.
33250
33251 2004-07-20  Wim Taymans  <wim@fluendo.com>
33252
33253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33254         (gst_multifdsink_init), (gst_multifdsink_add),
33255         (gst_multifdsink_client_remove),
33256         (gst_multifdsink_handle_client_write),
33257         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
33258         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
33259         (gst_multifdsink_init_send):
33260         * gst/tcp/gstmultifdsink.h:
33261         Added more stats, added timeout for a client, fixed some typos
33262         and added some comments.
33263
33264 2004-07-20  Wim Taymans  <wim@fluendo.com>
33265
33266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
33267         (gst_multifdsink_add), (gst_multifdsink_get_stats),
33268         (gst_multifdsink_client_remove),
33269         (gst_multifdsink_handle_client_write):
33270         * gst/tcp/gstmultifdsink.h:
33271         * gst/tcp/gsttcp-marshal.list:
33272         Added get_stats method that returns a GValueArray of
33273         stats values.
33274
33275 2004-07-19  Benjamin Otte  <otte@gnome.org>
33276
33277         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
33278           make sure longname, description and author are valid UTF-8
33279
33280 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33281
33282         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
33283         (gst_ximagesink_set_property):
33284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
33285         (gst_xvimagesink_set_property):
33286           make sure SYNCHRONOUS is respected after getting the X context
33287
33288 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33289
33290         * gst/matroska/matroska-demux.c:
33291         (gst_matroska_demux_handle_src_event),
33292         (gst_matroska_demux_parse_blockgroup):
33293         * gst/matroska/matroska-ids.h:
33294           add BlockReference tag and ignore it to clear out log.
33295           ignore NAVIGATION events to clear out log.
33296
33297 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33298
33299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
33300         (gst_matroska_demux_add_stream):
33301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
33302           add debug categories
33303
33304 2004-07-16  Wim Taymans  <wim@fluendo.com>
33305
33306         * ext/libpng/Makefile.am:
33307         * ext/libpng/gstpng.c: (plugin_init):
33308         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
33309         (gst_pngdec_get_type), (gst_pngdec_base_init),
33310         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
33311         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
33312         * ext/libpng/gstpngdec.h:
33313         Added png decoder.
33314
33315 2004-07-16  Julien MOUTTE  <julien@moutte.net>
33316
33317         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
33318         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
33319         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
33320         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
33321         (gst_ximagesink_buffer_alloc):
33322         * sys/ximage/ximagesink.h:
33323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33324         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
33325         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
33326         (gst_xvimagesink_buffer_alloc):
33327         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
33328         again. Using internal data pointer of the x(v)image to store image's
33329         data to be coherent with the buffer alloc mechanism. Investigated the
33330         image destruction code to be sure that everything gets freed correctly.
33331
33332 2004-07-16  Wim Taymans  <wim@fluendo.com>
33333
33334         * gst-libs/gst/riff/riff-read.c:
33335         (gst_riff_read_strf_vids_with_data),
33336         (gst_riff_read_strf_auds_with_data):
33337         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33338         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
33339         Make sure we don't create 0 sized subbuffers in riff-read.
33340         Signal the no more pads signal after reading the avi header.
33341
33342 2004-07-16  Wim Taymans  <wim@fluendo.com>
33343
33344         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33345         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
33346         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
33347         (gst_decode_bin_init), (gst_decode_bin_dispose),
33348         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33349         (no_more_pads), (close_link), (type_found),
33350         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33351         (gst_decode_bin_change_state), (plugin_init):
33352         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33353         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33354         (gst_play_base_bin_dispose), (queue_overrun),
33355         (gen_preroll_element), (remove_prerolls), (unknown_type),
33356         (no_more_pads), (new_stream), (setup_source),
33357         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
33358         (play_base_eos), (gst_play_base_bin_change_state),
33359         (gst_play_base_bin_add_element),
33360         (gst_play_base_bin_remove_element),
33361         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33362         (gst_play_base_bin_unlink_stream),
33363         (gst_play_base_bin_get_streaminfo):
33364         * gst/playback/gstplaybasebin.h:
33365         Better error recovery. Added configurable preroll queue size. Faster
33366         detection of no-more-pads.
33367
33368 2004-07-16  Wim Taymans  <wim@fluendo.com>
33369
33370         * gst-libs/gst/video/video.h:
33371         Added 32 bits RGBA. Not sure if we should use another mime-type
33372         for alpha rgb. Currently the presence of the alpha_mask property
33373         signals an alpha channel.
33374
33375 2004-07-16  Wim Taymans  <wim@fluendo.com>
33376
33377         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
33378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33379         FPS seems to be 0.0 to MAX everywhere else.
33380
33381 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33382
33383         * gst-libs/gst/riff/riff-media.c:
33384         (gst_riff_create_video_caps_with_data):
33385           mp42/mp43 (no caps) exist too.
33386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
33387           Set pixel_width/height; we've got them in-caps.
33388         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33389         * gst/wavparse/gstwavparse.c: (plugin_init):
33390           Both are valid primary.
33391         * sys/oss/gstossmixer.c:
33392           Remove i18n hack and enable translations.
33393
33394 2004-07-15  Benjamin Otte  <otte@gnome.org>
33395
33396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
33397         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
33398           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
33399
33400 2004-07-15  Benjamin Otte  <otte@gnome.org>
33401
33402         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33403         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
33404         (gst_alsa_close_audio):
33405           disable some of the debugging code for now. Writing debugging to a
33406           buffer is broken in current alsalib releases.
33407
33408 2004-07-12  Benjamin Otte  <otte@gnome.org>
33409
33410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
33411           use bufferpools
33412
33413 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33414
33415         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
33416         (theora_dec_src_query), (theora_dec_event):
33417         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
33418           add debugging categories.  Remove \n's.
33419
33420 2004-07-13  Johan Dahlin  <johan@gnome.org>
33421
33422         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
33423         (gst_play_bin_get_property): Impl.
33424
33425 2004-07-13  Wim Taymans  <wim@fluendo.com>
33426
33427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
33428         When trying to find the stream length, seek back N pages
33429         instead of just one, where N is the number of streams in
33430         the current chain.
33431
33432 2004-07-13  Wim Taymans  <wim@fluendo.com>
33433
33434         * gst-libs/gst/riff/riff-media.c:
33435         (gst_riff_create_audio_caps_with_data),
33436         (gst_riff_create_audio_caps),
33437         (gst_riff_create_audio_template_caps):
33438         * gst-libs/gst/riff/riff-media.h:
33439         * gst-libs/gst/riff/riff-read.c:
33440         (gst_riff_read_strf_vids_with_data),
33441         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
33442         * gst-libs/gst/riff/riff-read.h:
33443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
33444         (gst_avi_demux_add_stream):
33445         Set codec_data on caps for avidemuxer.
33446
33447 2004-07-12  David Schleef  <ds@schleef.org>
33448
33449         * configure.ac: Fix test for Objective C
33450
33451 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
33452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
33453         (gst_gdk_pixbuf_chain):
33454           Add svg and pcx to template caps, and ensure that getcaps returns a
33455           subset of the template caps.
33456           Copy each row manually for output, as gdkpixbuf may pad the
33457           rowstride to a 32-bit word boundary.
33458
33459 2004-07-12  Wim Taymans  <wim@fluendo.com>
33460
33461         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
33462         (gst_riff_create_video_template_caps):
33463         Fix the template caps to include some more media types.
33464
33465 2004-07-12  Wim Taymans  <wim@fluendo.com>
33466
33467         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33468         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33469         (compare_ranks), (print_feature), (gst_decode_bin_init),
33470         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33471         (try_to_link_1), (new_pad), (close_link), (type_found),
33472         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33473         (gst_decode_bin_change_state), (plugin_init):
33474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33475         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33476         (gst_play_base_bin_dispose), (queue_overrun),
33477         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33478         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33479         (gst_play_base_bin_get_property), (play_base_eos),
33480         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33481         (gst_play_base_bin_remove_element),
33482         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33483         (gst_play_base_bin_unlink_stream),
33484         (gst_play_base_bin_get_streaminfo):
33485         * gst/playback/gstplaybasebin.h:
33486         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33487         (gst_play_bin_class_init), (gst_play_bin_init),
33488         (gst_play_bin_dispose), (gst_play_bin_set_property),
33489         (gst_play_bin_get_property), (gen_video_element),
33490         (gen_audio_element), (remove_sinks), (setup_sinks),
33491         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33492         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33493         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33494         (gst_play_bin_query), (plugin_init):
33495         * gst/playback/test4.c: (main):
33496         More fixes on reusing of the element.
33497
33498 2004-07-11  Benjamin Otte  <otte@gnome.org>
33499
33500         * ext/mad/gstmad.c: (normal_seek):
33501           allow seeking for other methods than just SET
33502
33503 2004-07-11  Andy Wingo  <wingo@pobox.com>
33504
33505         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
33506         float, "any" caps -> buffer_frames=[0,MAX].
33507
33508         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
33509         doesn't intersect our caps with the template any more. Do it
33510         ourselves.
33511         (interleave_buffered_loop): Use g_newa instead of malloc/free.
33512
33513 2004-07-09  Wim Taymans  <wim@fluendo.com>
33514
33515         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33516         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33517         (compare_ranks), (print_feature), (gst_decode_bin_init),
33518         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33519         (try_to_link_1), (new_pad), (close_link), (type_found),
33520         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33521         (gst_decode_bin_change_state), (plugin_init):
33522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33523         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33524         (gst_play_base_bin_dispose), (queue_overrun),
33525         (gen_preroll_element), (remove_prerolls), (no_more_pads),
33526         (new_stream), (setup_source), (gst_play_base_bin_set_property),
33527         (gst_play_base_bin_get_property), (play_base_eos),
33528         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
33529         (gst_play_base_bin_remove_element),
33530         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33531         (gst_play_base_bin_unlink_stream),
33532         (gst_play_base_bin_get_streaminfo):
33533         * gst/playback/gstplaybasebin.h:
33534         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33535         (gst_play_bin_class_init), (gst_play_bin_init),
33536         (gst_play_bin_dispose), (gst_play_bin_set_property),
33537         (gst_play_bin_get_property), (gen_video_element),
33538         (gen_audio_element), (remove_sinks), (setup_sinks),
33539         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
33540         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33541         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33542         (gst_play_bin_query), (plugin_init):
33543         * gst/playback/test4.c: (main):
33544         Work on object reuse and seeking.
33545
33546 2004-07-09  Wim Taymans  <wim@fluendo.com>
33547
33548         * examples/seeking/seek.c: (iterate):
33549         Don't consume all CPU in the idle loop.
33550
33551 2004-07-09  Wim Taymans  <wim@fluendo.com>
33552
33553         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
33554         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
33555         Add pad to element *after* setting the pad functions so that
33556         the scheduler can use the correct ones.
33557
33558 2004-07-09  Wim Taymans  <wim@fluendo.com>
33559
33560         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33561         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
33562         Sync to keyframe after seek
33563
33564 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33565
33566         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
33567         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33568         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
33569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
33570         * ext/libvisual/visual.c: (gst_visual_change_state):
33571         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
33572         * ext/theora/theoradec.c: (theora_dec_change_state):
33573         * ext/theora/theoraenc.c: (theora_enc_change_state):
33574         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
33575         * gst-libs/gst/navigation/navigation.c:
33576         * gst/adder/gstadder.c: (gst_adder_change_state):
33577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
33578         (gst_audio_convert_get_buffer):
33579         * gst/multipart/multipartdemux.c:
33580         (gst_multipart_demux_change_state):
33581         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
33582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
33583         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
33584         * gst/videoscale/gstvideoscale.c:
33585         (gst_videoscale_handle_src_event):
33586         * gst/volume/gstvolume.c: (volume_chain_int16):
33587           don't assert in state change, this should be done by the base
33588           GstElement class.
33589           various debugging fixes.
33590
33591 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33592
33593         * configure.ac:
33594         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33595         (gst_play_dispose), (gst_play_set_location),
33596         (gst_play_set_data_src), (gst_play_set_video_sink),
33597         (gst_play_set_audio_sink), (gst_play_set_visualization),
33598         (gst_play_connect_visualization), (gst_play_get_sink_element),
33599         (gst_play_get_all_by_interface):
33600         * gst-libs/gst/play/play.h:
33601           add new method to get elements implementing an interface.
33602           add various error logging
33603
33604 2004-07-08  Wim Taymans  <wim@fluendo.com>
33605
33606         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
33607         (make_mpeg_pipeline), (make_mpegnt_pipeline),
33608         (make_playerbin_pipeline), (query_durations_elems),
33609         (query_durations_pads), (query_positions_elems),
33610         (query_positions_pads), (update_scale), (iterate), (stop_seek),
33611         (main):
33612         Added playbin seeking example.
33613
33614 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33615
33616         * gst-libs/gst/play/play.c: (gst_play_set_location),
33617         (gst_play_set_data_src), (gst_play_set_video_sink),
33618         (gst_play_set_audio_sink), (gst_play_set_visualization),
33619         (gst_play_connect_visualization), (gst_play_get_framerate):
33620           use a macro to look up elements from hash table
33621
33622 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33623
33624         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
33625         (gst_play_get_length_callback), (gst_play_set_location),
33626         (gst_play_seek_to_time), (gst_play_set_data_src),
33627         (gst_play_set_video_sink), (gst_play_set_audio_sink),
33628         (gst_play_set_visualization), (gst_play_connect_visualization),
33629         (gst_play_get_sink_element):
33630         - add debugging info
33631         - fix looking up sink elements by iterating over complete caps
33632         - put everything except for source and autoplugger in a complete bin
33633
33634 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33635
33636         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
33637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
33638         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
33639         (gst_alsa_sink_write), (gst_alsa_sink_loop):
33640         * ext/alsa/gstalsasink.h:
33641         - add debugging info
33642         - clean up schizophrenia of data/buffer/event
33643         - fix double event unref error
33644
33645 2004-07-08  Wim Taymans  <wim@fluendo.com>
33646
33647         * gst/playback/Makefile.am:
33648         Add headers to noinst
33649
33650 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33651
33652         * tools/gst-launch-ext-m.m:
33653         * tools/gst-launch-ext.1.in:
33654           convert to the third millenium
33655
33656 2004-07-07  David Schleef  <ds@schleef.org>
33657
33658         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
33659
33660 2004-07-07  Wim Taymans  <wim@fluendo.com>
33661
33662         * gst/playback/Makefile.am:
33663         * gst/playback/README:
33664         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33665         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33666         (compare_ranks), (print_feature), (gst_decode_bin_init),
33667         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
33668         (try_to_link_1), (new_pad), (close_link), (type_found),
33669         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
33670         (plugin_init):
33671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
33672         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
33673         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
33674         (gen_preroll_element), (no_more_pads), (new_stream),
33675         (setup_source), (gst_play_base_bin_set_property),
33676         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
33677         (gst_play_base_bin_add_element),
33678         (gst_play_base_bin_remove_element),
33679         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
33680         (gst_play_base_bin_unlink_stream),
33681         (gst_play_base_bin_get_streaminfo):
33682         * gst/playback/gstplaybasebin.h:
33683         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33684         (gst_play_bin_class_init), (gst_play_bin_init),
33685         (gst_play_bin_dispose), (gst_play_bin_set_property),
33686         (gst_play_bin_get_property), (gen_video_element),
33687         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
33688         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
33689         (gst_play_bin_get_formats), (gst_play_bin_convert),
33690         (gst_play_bin_get_query_types), (gst_play_bin_query),
33691         (plugin_init):
33692         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
33693         (gst_stream_info_get_type), (gst_stream_info_class_init),
33694         (gst_stream_info_init), (gst_stream_info_new),
33695         (gst_stream_info_dispose), (gst_stream_info_set_property),
33696         (gst_stream_info_get_property):
33697         * gst/playback/gststreaminfo.h:
33698         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
33699         (main):
33700         * gst/playback/test2.c: (main):
33701         * gst/playback/test3.c: (update_scale), (main):
33702         More playbin fixes. Added README. Do better element filtering.
33703         Added base class to preroll media. Added test apps.
33704
33705 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33706
33707         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
33708         * ext/mpeg2dec/gstmpeg2dec.h:
33709           various debugging improvements.  Reset stream to next picture
33710           instead of sequence header, otherwise seeks cannot work.
33711
33712 2004-07-07  Wim Taymans  <wim@fluendo.com>
33713
33714         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33715         (gst_video_box_class_init), (gst_video_box_set_property),
33716         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
33717         Use pad_alloc where possible.
33718
33719 2004-07-07  Wim Taymans  <wim@fluendo.com>
33720
33721         * sys/oss/gstosselement.c: (gst_osselement_reset),
33722         (gst_osselement_parse_caps):
33723         * sys/oss/gstosselement.h:
33724         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33725         Fix offset on osssrc.
33726
33727 2004-07-07  Wim Taymans  <wim@fluendo.com>
33728
33729         * ext/theora/theora.c: (plugin_init):
33730         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
33731         (theora_dec_src_query), (theora_dec_chain):
33732         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33733         (theora_enc_sink_link), (theora_buffer_from_packet),
33734         (theora_push_packet), (theora_enc_chain):
33735         Fix theora granulepos calculation.
33736         Fix overflow in duration/position calculation.
33737         Bump rank to PRIMARY for theoradec.
33738         Use granulepos of last packet to calculate position.
33739         Set keyframe flag on buffers when needed.
33740
33741 2004-07-06  David Schleef  <ds@schleef.org>
33742
33743         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
33744         serious?  (Fixed, obviously.)
33745
33746 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
33747
33748         * po/LINGUAS:
33749         * po/cs.po:
33750           added Czech translation (Miloslav Trmac)
33751
33752 2004-07-05  Wim Taymans  <wim@fluendo.com>
33753
33754         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33755         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33756         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33757         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33758         (close_link), (type_found), (gst_decode_bin_set_property),
33759         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
33760         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
33761         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
33762         (gst_decode_bin_query), (plugin_init):
33763         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33764         (gst_play_bin_class_init), (gst_play_bin_init),
33765         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
33766         (get_video_element), (new_pad), (setup_source),
33767         (gst_play_bin_set_property), (gst_play_bin_get_property),
33768         (gst_play_bin_change_state), (gst_play_bin_add_element),
33769         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33770         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33771         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33772         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33773         * gst/playback/test.c: (main):
33774         More fixes, cleaned up playbin, make it use decodebin. Added
33775         threaded property to playbin.
33776
33777 2004-07-05  Wim Taymans  <wim@fluendo.com>
33778
33779         * configure.ac:
33780         * gst/playback/Makefile.am:
33781         * gst/playback/decodetest.c: (main):
33782         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
33783         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
33784         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
33785         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
33786         (close_link), (type_found), (gst_decode_bin_set_property),
33787         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
33788         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
33789         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
33790         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
33791         (plugin_init):
33792         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
33793         (gst_play_bin_class_init), (gst_play_bin_init),
33794         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
33795         (collect_sink_pads), (find_compatibles), (close_pad_link),
33796         (try_to_link_1), (new_pad), (close_link), (type_found),
33797         (setup_source), (gst_play_bin_set_property),
33798         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
33799         (compare_ranks), (gst_play_bin_collect_factories),
33800         (gst_play_bin_change_state), (gst_play_bin_add_element),
33801         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
33802         (gst_play_bin_send_event), (gst_play_bin_get_formats),
33803         (gst_play_bin_convert), (gst_play_bin_get_query_types),
33804         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
33805         * gst/playback/test.c: (main):
33806         Added some playback helper elements and some test apps, very alpha
33807         still.
33808
33809 2004-07-04  Benjamin Otte  <otte@gnome.org>
33810
33811         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33812           only restart audio when we indeed have an xrun to fix repeated
33813           xruns. Fix suggested by Giuliano Pochini.
33814
33815 2004-07-03  David Schleef  <ds@schleef.org>
33816
33817         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
33818         call to gst_debug_log() if debugging is disabled (bug #145118)
33819
33820 2004-07-03  Benjamin Otte  <otte@gnome.org>
33821
33822         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
33823           use our own functions for restarting the alsa device.
33824         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33825           I should apply patches myself - use MIN for the third argument, not
33826           the second, this fixes seeking
33827
33828 2004-07-02  David Schleef  <ds@schleef.org>
33829
33830         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
33831         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
33832         do with the logic.
33833
33834 2004-07-02  David Schleef  <ds@schleef.org>
33835
33836         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
33837         output buffers.  Fix logic mistake.  (bug #144866)
33838
33839 2004-07-02  David Schleef  <ds@schleef.org>
33840
33841         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
33842         on X.  (bug #144753)
33843
33844 2004-07-02  David Schleef  <ds@schleef.org>
33845
33846         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
33847         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
33848         (bug #144624)
33849         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
33850         (gst_osselement_rate_probe_check): Add another workaround for
33851         buggy drivers (bug #145336)
33852
33853 2004-07-02  David Schleef  <ds@schleef.org>
33854
33855         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
33856         Most systems don't have MSG_NOSIGNAL.
33857
33858 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33859
33860         * Makefile.am:
33861         * gst-libs/gst/colorbalance/Makefile.am:
33862         * gst-libs/gst/mixer/Makefile.am:
33863         * gst-libs/gst/play/Makefile.am:
33864         * gst-libs/gst/tuner/Makefile.am:
33865           (hopefully) fix both install and dist and make error message useful.
33866           needs testing across automakes.
33867
33868 2004-07-02  Benjamin Otte  <otte@gnome.org>
33869
33870         * ext/ogg/gstogg.c: (plugin_init):
33871           we require bytestream now
33872         * ext/ogg/gstoggdemux.c:
33873           huge diff to implement chain setup in a fast and generic way. This
33874           improves tag reading and startup of huge files (read: Theora videos)
33875           quite a bit. It probably contains bugs, too, so please test.
33876           Seeking is not improved to the fast method.
33877
33878 2004-06-29  Wim Taymans  <wim@fluendo.com>
33879
33880         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
33881         * ext/ogg/gstoggmux.c:
33882         Fix memleak in oggdemux when running unconnected pads.
33883         doc update in mux, start working on keyframe mode.
33884
33885 2004-06-29  Benjamin Otte  <otte@gnome.org>
33886
33887         * sys/oss/gstosssink.c:
33888         * sys/oss/gstosssrc.c:
33889           advertise correct template caps - we indeed do non-native endianness
33890           and 8bit audio has no endianness
33891         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
33892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
33893           avoid (wrong) duplications in getcaps function and return
33894           template caps
33895
33896 2004-06-29  Wim Taymans  <wim@fluendo.com>
33897
33898         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33899         (gst_multifdsink_class_init), (gst_multifdsink_add),
33900         (gst_multifdsink_remove), (gst_multifdsink_clear),
33901         (gst_multifdsink_client_remove),
33902         (gst_multifdsink_handle_client_read),
33903         (gst_multifdsink_client_queue_data),
33904         (gst_multifdsink_client_queue_caps),
33905         (gst_multifdsink_client_queue_buffer),
33906         (gst_multifdsink_handle_client_write),
33907         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33908         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33909         (gst_multifdsink_init_send), (gst_multifdsink_close):
33910         Fix wrong GList iteration that could crash the server when
33911         more then 2 clients disconnect at the same time. Read all the
33912         pending commands in one batch to recover from command storms under
33913         very heavy load.
33914
33915 2004-06-28  Wim Taymans  <wim@fluendo.com>
33916
33917         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33918         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33919         (gst_videomixer_pad_set_property),
33920         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33921         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33922         (gst_videomixer_class_init), (gst_videomixer_init),
33923         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33924         (pad_zorder_compare), (gst_videomixer_sort_pads),
33925         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33926         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33927         (gst_videomixer_update_queues), (gst_videomixer_loop),
33928         (plugin_init):
33929         Avoid divide by zero, choose masterpad as the pad with the highest
33930         framerate.
33931
33932 2004-06-27  Julien Moutte  <julien@moutte.net>
33933
33934         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33935         (gst_ximagesink_xwindow_new):
33936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33937         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33938         function directly. We might want to call it from somewhere else one day.
33939
33940 2004-06-27  Julien Moutte  <julien@moutte.net>
33941
33942         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33943         (gst_ximagesink_xwindow_new):
33944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33945         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33946         window decorations.
33947
33948 2004-06-27  Wim Taymans  <wim@fluendo.com>
33949
33950         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33951         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33952         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33953         (gst_dvdec_set_property), (gst_dvdec_get_property):
33954         * ext/dv/gstdvdec.h:
33955         Implement drop_factor property to lower the framerate with
33956         a factor.
33957
33958 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33959
33960         * gst-libs/gst/colorbalance/Makefile.am:
33961         * gst-libs/gst/mixer/Makefile.am:
33962         * gst-libs/gst/play/Makefile.am:
33963         * gst-libs/gst/tuner/Makefile.am:
33964           unbreak Company's fix that didn't install the -enum.h files
33965
33966 2004-06-27  Wim Taymans  <wim@fluendo.com>
33967
33968         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33969         (gst_dvdec_change_state):
33970         * ext/dv/gstdvdec.h:
33971         Fix timestamp, duration and offset of the buffers.
33972
33973 2004-06-27  Wim Taymans  <wim@fluendo.com>
33974
33975         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33976         (gst_multifdsink_class_init), (gst_multifdsink_add),
33977         (gst_multifdsink_remove), (gst_multifdsink_clear),
33978         (gst_multifdsink_client_remove),
33979         (gst_multifdsink_handle_client_read),
33980         (gst_multifdsink_client_queue_data),
33981         (gst_multifdsink_client_queue_caps),
33982         (gst_multifdsink_client_queue_buffer),
33983         (gst_multifdsink_handle_client_write),
33984         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33985         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33986         (gst_multifdsink_init_send), (gst_multifdsink_close):
33987         * gst/tcp/gstmultifdsink.h:
33988         * gst/tcp/gsttcpserversink.c:
33989         (gst_tcpserversink_handle_server_read),
33990         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33991         More multifdsink fixes, more recovery policy fixes.
33992         Removed stupid g_print
33993
33994 2004-06-26  Wim Taymans  <wim@fluendo.com>
33995
33996         * gst/tcp/Makefile.am:
33997         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33998         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33999         (gst_multifdsink_class_init), (gst_multifdsink_init),
34000         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
34001         (gst_multifdsink_handle_client_read),
34002         (gst_multifdsink_client_queue_data),
34003         (gst_multifdsink_client_queue_caps),
34004         (gst_multifdsink_client_queue_buffer),
34005         (gst_multifdsink_handle_client_write),
34006         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
34007         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
34008         (gst_multifdsink_chain), (gst_multifdsink_set_property),
34009         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
34010         (gst_multifdsink_close), (gst_multifdsink_change_state):
34011         * gst/tcp/gstmultifdsink.h:
34012         * gst/tcp/gsttcpplugin.c: (plugin_init):
34013         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
34014         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
34015         (gst_tcpserversink_handle_server_read),
34016         (gst_tcpserversink_handle_select),
34017         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
34018         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34019         * gst/tcp/gsttcpserversink.h:
34020         Added multifdsink, made tcpserversink a subclass of fdsink, removed
34021         one of the locks, added recovery policy to multifdsink.
34022
34023 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34024
34025         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34026           fix decision for when getting frames with same timestamp
34027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34028         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34029         (gst_v4lsrc_get_property):
34030         * sys/v4l/gstv4lsrc.h:
34031           add latency offset property
34032
34033 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34034
34035         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
34036         (plugin_init):
34037           fix debugging. add category.
34038
34039 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34040
34041         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
34042           fix wrong offsets
34043
34044 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34045
34046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34047         (gst_alsa_src_get_time), (gst_alsa_src_loop),
34048         (gst_alsa_src_change_state):
34049           return a time that is in sync with the element's processing
34050
34051 2004-06-25  Wim Taymans  <wim@fluendo.com>
34052
34053         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34054         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34055         (gst_tcpserversink_client_remove),
34056         (gst_tcpserversink_handle_client_read),
34057         (gst_tcpserversink_client_queue_data),
34058         (gst_tcpserversink_client_queue_caps),
34059         (gst_tcpserversink_client_queue_buffer),
34060         (gst_tcpserversink_handle_client_write),
34061         (gst_tcpserversink_queue_buffer),
34062         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
34063         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
34064         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
34065         (gst_tcpserversink_close):
34066         * gst/tcp/gsttcpserversink.h:
34067         Serversink rewrite. Really do non blocking writes to clients and
34068         maintain an internal queue to handle slower clients while not
34069         disturbing fast clients.
34070
34071 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
34072
34073         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34074           better debug, don't override OFFSET and OFFSET_END
34075
34076 2004-06-25  Iain <iain@prettypeople.org>
34077
34078         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
34079         name=source for the wavparse pipeline.
34080
34081 2004-06-24  Johan Dahlin  <johan@gnome.org>
34082
34083         * ext/theora/theoraenc.c (theora_enc_chain): Call
34084         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
34085         streamheader caps are set correctly.
34086
34087 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34088
34089         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34090         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
34091           respect minimum bitrate; same could be done for max bitrate
34092
34093 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34094
34095         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
34096         (gst_vorbisenc_setup):
34097           fix sample rate range
34098
34099 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34100
34101         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
34102         (gst_oggvorbisenc_setup):
34103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
34104         (gst_vorbisenc_setup):
34105           resolve ambiguities in code and description
34106
34107 2004-06-24  Wim Taymans  <wim@fluendo.com>
34108
34109         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
34110         * ext/alsa/gstalsa.h:
34111         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34112         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
34113         Use alsa trigger_tstamp to get the timestamp of the first
34114         sample in the buffer for more precise sync. Some cleanups.
34115
34116 2004-06-24  Wim Taymans  <wim@fluendo.com>
34117
34118         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
34119         (gst_audiorate_init), (gst_audiorate_chain),
34120         (gst_audiorate_set_property), (gst_audiorate_get_property):
34121         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34122         (gst_videorate_chain):
34123         Added some logging, fixed an overflow bug in videorate.
34124
34125 2004-06-24  Benjamin Otte  <otte@gnome.org>
34126
34127         * ext/kio/Makefile.am:
34128           fix for builddir != srcdir and distcheck
34129
34130 2004-06-24  Benjamin Otte  <otte@gnome.org>
34131
34132         * gst-libs/gst/colorbalance/Makefile.am:
34133         * gst-libs/gst/mixer/Makefile.am:
34134         * gst-libs/gst/play/Makefile.am:
34135         * gst-libs/gst/tuner/Makefile.am:
34136         * gst/tcp/Makefile.am:
34137         * sys/dxr3/Makefile.am:
34138           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
34139           tarball.
34140           Also add all *.list files that were missing.
34141         * Makefile.am:
34142           add a distcheck hook to ensure the above doesn't happen again.
34143
34144 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
34145
34146         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
34147
34148 2004-06-23  Colin Walters  <walters@redhat.com>
34149
34150         * m4/Makefile.am: Distribute gst-fionread.m4.
34151
34152 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34153
34154         * configure.ac: back to dev
34155
34156 2004-06-23  Wim Taymans  <wim@fluendo.com>
34157
34158         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
34159         (gst_alsa_xrun_recovery):
34160         * ext/alsa/gstalsa.h:
34161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
34162         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
34163         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
34164         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
34165         (gst_alsa_src_loop):
34166         Add clock to alsasrc. Take new capture timestamp when
34167         restarting after an overrun. Split up some functions between
34168         alsasrc and alsasink.
34169
34170 === release 0.8.2 ===
34171
34172 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
34173
34174         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34175         (gst_alsa_change_state), (gst_alsa_update_avail),
34176         (gst_alsa_xrun_recovery):
34177         * ext/alsa/gstalsa.h:
34178         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34179           merge back changes from release
34180
34181 2004-06-23  Wim Taymans  <wim@fluendo.com>
34182
34183         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
34184         (gst_audiorate_init), (gst_audiorate_chain),
34185         (gst_audiorate_set_property), (gst_audiorate_get_property):
34186         Implement sample dropping and notify
34187
34188 2004-06-22  Wim Taymans  <wim@fluendo.com>
34189
34190         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34191         (theora_enc_sink_link), (theora_buffer_from_packet),
34192         (theora_push_packet), (theora_enc_chain):
34193         Some cleanups, make sure the timestamps are correct.
34194
34195 2004-06-22  Wim Taymans  <wim@fluendo.com>
34196
34197         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
34198         (gst_alsa_change_state), (gst_alsa_update_avail),
34199         (gst_alsa_xrun_recovery):
34200         * ext/alsa/gstalsa.h:
34201         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34202         Cleanups, take queued samples into account when reporting
34203         the time.
34204
34205 2004-06-22  Wim Taymans  <wim@fluendo.com>
34206
34207         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34208         (gst_videorate_init):
34209         Initialize the property as well.
34210
34211 2004-06-22  Wim Taymans  <wim@fluendo.com>
34212
34213         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
34214         (gst_videorate_init), (gst_videorate_chain),
34215         (gst_videorate_set_property), (gst_videorate_get_property):
34216         Add property to make videorate silent.
34217         Add property to prefer new frames over old ones.
34218
34219 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34220
34221         * sys/osxvideo/Makefile.am:
34222         Workaround so that the osxvideo .so file gets linked with the
34223         Cocoa, OpenGL and QuickTime frameworks
34224
34225 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34226
34227         * sys/osxaudio/Makefile.am:
34228         Workaround so that the osxaudio .so file gets linked with the
34229         CoreAudio framework
34230
34231 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34232
34233         * configure.ac:
34234         Whoops, my fault...fixed build issues
34235
34236 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34237
34238         * configure.ac:
34239         Add objective-c support if running in Darwin/Mac OS X
34240         * sys/Makefile.am:
34241         * sys/osxvideo:
34242         * sys/osxvideo/Makefile.am:
34243         * sys/osxvideo/osxvideosink.h:
34244         * sys/osxvideo/osxvideosink.m:
34245         * sys/osxvideo/cocoawindow.h:
34246         * sys/osxvideo/cocoawindow.m:
34247         Add osxvideosink, a cocoa-based osx video sink
34248
34249
34250 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
34251         * ext/dvdnav/gst-dvd:
34252         Grab the gconf key from the right spot
34253         * gst/debug/gstnavseek.c: (gst_navseek_init),
34254         (gst_navseek_segseek), (gst_navseek_handle_src_event),
34255         (gst_navseek_chain):
34256         * gst/debug/gstnavseek.h:
34257           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
34258           and loop parameters of a segment seek.
34259         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
34260         (gst_videotestsrc_get_event_masks),
34261         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
34262         * gst/videotestsrc/gstvideotestsrc.h:
34263           Add seeking support to videotestsrc
34264           Initialise the timestamp_offset variable.
34265
34266 2004-06-18  Wim Taymans  <wim@fluendo.com>
34267
34268         * ext/sidplay/gstsiddec.cc:
34269         Fix negotiation and set correct end offset.
34270
34271 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
34272
34273         * configure.ac: branch and prerelease
34274
34275 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34276
34277         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
34278         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
34279         (gst_tcpclientsrc_init_receive):
34280         * gst/tcp/gsttcpclientsrc.h:
34281           read caps when connecting to server for GDP so we set them correctly
34282
34283 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34284
34285         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
34286           notify drops and duplicates
34287         * gst/videoscale/videoscale.c: (videoscale_get_structure):
34288           no good reason to limit ourselves to 100x100
34289
34290 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34291
34292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
34293         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
34294         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34295         (gst_v4lsrc_get_property):
34296         * sys/v4l/gstv4lsrc.h:
34297         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34298         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34299         (gst_v4l_set_audio):
34300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
34301         (gst_v4lsrc_try_capture):
34302         * sys/v4l/v4lsrc_calls.h:
34303           change try_palette to more general try_capture
34304           add autoprobe option so we can turn off autoprobing
34305           various fixes
34306
34307 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
34308
34309         * configure.ac:
34310           add videorate
34311         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
34312         (gst_ximagesink_class_init):
34313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
34314         (gst_xvimagesink_class_init):
34315           run them as finalize, not dispose, since dispose can be invoked
34316           multiple times
34317
34318 2004-06-17  Wim Taymans  <wim@fluendo.com>
34319
34320         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
34321         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
34322         * ext/alsa/gstalsa.h:
34323         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34324         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
34325         (gst_alsa_src_change_state):
34326         * ext/alsa/gstalsasrc.h:
34327         Make the xrun code timestamp and offset the buffers correctly.
34328         moved the clock to the base class, use alsa methods to get time.
34329         Do correct timestamping on outgoing buffers.
34330
34331 2004-06-17  Wim Taymans  <wim@fluendo.com>
34332
34333         * gst/audiorate/Makefile.am:
34334         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
34335         (gst_audiorate_base_init), (gst_audiorate_class_init),
34336         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
34337         (gst_audiorate_set_property), (gst_audiorate_get_property),
34338         (gst_audiorate_change_state), (plugin_init):
34339         Added an audiorate converter that fills in gaps.
34340
34341 2004-06-17  Johan Dahlin  <johan@gnome.org>
34342
34343         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
34344
34345 2004-06-16  Wim Taymans  <wim@fluendo.com>
34346
34347         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
34348         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34349         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34350         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34351         (gst_v4lsrc_get_property):
34352         * sys/v4l/gstv4lsrc.h:
34353         Added a copy mode to v4lsrc where it will output a copied version
34354         of its internal hardware buffer.
34355         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
34356         can't | them.
34357
34358 2004-06-16  Wim Taymans  <wim@fluendo.com>
34359
34360         * sys/oss/gstosssrc.c: (gst_osssrc_get):
34361         Timestamp fixes.
34362
34363 2004-06-16  Wim Taymans  <wim@fluendo.com>
34364
34365         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
34366         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
34367         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
34368         (gst_v4lsrc_get_property):
34369         * sys/v4l/gstv4lsrc.h:
34370         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34371         Added a sync mode enum property to control v4lsrc timestamp method
34372         Removed the use-fixed-fps property and moved functionality in
34373         the enum.
34374         Don't error on an error value from v4l-conf, it might not always
34375         be a real error.
34376
34377 2004-06-16  Wim Taymans  <wim@fluendo.com>
34378
34379         * gst/videorate/Makefile.am:
34380         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
34381         (gst_videorate_base_init), (gst_videorate_class_init),
34382         (gst_videorate_getcaps), (gst_videorate_link),
34383         (gst_videorate_init), (gst_videorate_chain),
34384         (gst_videorate_set_property), (gst_videorate_get_property),
34385         (gst_videorate_change_state), (plugin_init):
34386         Added a video timestamp corrector.
34387
34388 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34389
34390         fixed a potential leak with previous commit
34391
34392         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34393
34394 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34395
34396         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34397         Added missing refcount, fixes bug #144425
34398         Cheers Tim for finding the bug
34399
34400 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
34401
34402         * sys/v4l/gstv4l.c: (plugin_init):
34403         * sys/v4l/gstv4lcolorbalance.c:
34404         * sys/v4l/gstv4lcolorbalance.h:
34405         * sys/v4l/gstv4lelement.c:
34406         * sys/v4l/gstv4lelement.h:
34407         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
34408         * sys/v4l/gstv4lmjpegsink.h:
34409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34410         * sys/v4l/gstv4lmjpegsrc.h:
34411         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34412         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34413         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
34414         * sys/v4l/gstv4lsrc.h:
34415         * sys/v4l/gstv4ltuner.c:
34416         * sys/v4l/gstv4ltuner.h:
34417         * sys/v4l/gstv4lxoverlay.c:
34418         * sys/v4l/gstv4lxoverlay.h:
34419         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
34420         (gst_v4l_set_window), (gst_v4l_enable_overlay):
34421         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34422         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
34423         (gst_v4l_set_audio):
34424         * sys/v4l/v4l_calls.h:
34425         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
34426         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
34427         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
34428         (gst_v4lmjpegsink_playback_init),
34429         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
34430         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
34431         (gst_v4lmjpegsink_playback_stop),
34432         (gst_v4lmjpegsink_playback_deinit):
34433         * sys/v4l/v4lmjpegsink_calls.h:
34434         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
34435         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
34436         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
34437         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
34438         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
34439         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
34440         * sys/v4l/v4lmjpegsrc_calls.h:
34441         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34442         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
34443         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
34444         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
34445         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
34446         (gst_v4lsrc_try_palette):
34447         * sys/v4l/v4lsrc_calls.h:
34448           bunch of paranoia cleanups
34449
34450 2004-06-14  David Schleef  <ds@schleef.org>
34451
34452         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
34453         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
34454         Send discont events and change timestamps appropriately when
34455         we get a seek event.  (bug #144240)
34456         * ext/cdparanoia/gstcdparanoia.h:
34457
34458 2004-06-14  Benjamin Otte  <otte@gnome.org>
34459
34460         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
34461           snd_pcm_hw_params_set_rate  since the latter fails for no good
34462           reason on some setups.
34463
34464 2004-06-14  David Schleef  <ds@schleef.org>
34465
34466         * gst/volume/demo.c: (value_changed_callback): exp10() is not
34467         standard.  Thank you for playing.
34468
34469 2004-06-14  Wim Taymans  <wim@fluendo.com>
34470
34471         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
34472         Patch 1.3 broke the ordering of the colorspace info and
34473         made the plugin basically work by coincidence, reordered
34474         the info.
34475
34476 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34477
34478         * ext/lame/gstlame.c:
34479         * ext/mad/gstmad.c:
34480           sync caps.  Make sure mad can only output a list of rates, not
34481           a full range.  In the future, have three caps lists for each of the
34482           mpeg versions.  Change mpegversion to a double as well.
34483
34484 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
34485
34486         * gst/volume/.cvsignore:
34487         * gst/volume/Makefile.am:
34488         * gst/volume/demo.c: (value_changed_callback), (idler),
34489         (setup_gui), (main):
34490           added small demo app
34491
34492 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
34493         * ext/esd/esdsink.c: (gst_esdsink_change_state):
34494         * ext/esd/esdsink.h:
34495         Close the esd connection on pause, because esd will just wait -
34496         blocking all other esd clients indefinitely.
34497
34498 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
34499
34500         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
34501           previous commit with GST_DEBUG
34502
34503 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34504
34505         * configure.ac:
34506           add a header check for a dvdread header in dvdnav.  Fixes #133002
34507
34508 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34509
34510         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
34511         * gst/tcp/gsttcpclientsink.h:
34512         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
34513         * gst/tcp/gsttcpclientsrc.h:
34514         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
34515         (gst_tcpserversink_handle_server_read),
34516         (gst_tcpserversink_init_send):
34517         * gst/tcp/gsttcpserversink.h:
34518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
34519         * gst/tcp/gsttcpserversrc.h:
34520         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
34521         version of IP)
34522
34523 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34524
34525         * configure.ac:
34526         Added ogg library so that OSX detects libtheora properly
34527
34528 2004-06-11  Wim Taymans  <wim@fluendo.com>
34529
34530         * ext/theora/theoradec.c: (theora_dec_chain),
34531         (theora_dec_change_state):
34532         Don't try to decode frames before we received a keyframe.
34533
34534 2004-06-11  Wim Taymans  <wim@fluendo.com>
34535
34536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34537         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34538         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34539         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34540         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34541         Added property to set the maximum delay of a page.
34542
34543 2004-06-10  Wim Taymans  <wim@fluendo.com>
34544
34545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
34546         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
34547         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34548         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
34549         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
34550         Added max-delay property to control the maximum amount
34551         of data to put in one page.
34552
34553 2004-06-10  Wim Taymans  <wim@fluendo.com>
34554
34555         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34556         (gst_theora_enc_init), (theora_enc_sink_link),
34557         (theora_buffer_from_packet), (theora_enc_set_property),
34558         (theora_enc_get_property):
34559         Set duration on encoded buffer, added some more properties
34560
34561 2004-06-10  Wim Taymans  <wim@fluendo.com>
34562
34563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
34564         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
34565         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
34566         * ext/theora/theoraenc.c: (theora_enc_chain):
34567         Fix refcounting bugs
34568
34569 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34570
34571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
34572         (gst_asf_demux_loop), (gst_asf_demux_process_file),
34573         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
34574         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
34575         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
34576         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
34577         (gst_asf_demux_change_state):
34578         * gst/asfdemux/gstasfdemux.h:
34579           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
34580           feels like. I think we should set a new requirement for demuxers
34581           from now on to implement sane loop functions, data loops, query
34582           and seek functions before first commit into CVS. And this commit
34583           fixes all of the above.
34584
34585 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
34586
34587         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
34588           vorbis comments are properly encoded in UTF-8 before adding them
34589           to a GstTagList
34590
34591 2004-06-09  Benjamin Otte  <otte@gnome.org>
34592
34593         * ext/alsa/gstalsa.c: (add_channels):
34594           handle min <= max correctly
34595         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
34596         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
34597           add fixation functions so we fixate correctly. No preferring of alaw
34598           anymore because it's the first structure.
34599         * ext/alsa/gstalsa.h:
34600         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
34601         (gst_alsa_hw_params_dump):
34602           add functions to ease debugging in alsalib
34603         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34604         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34605         (gst_alsa_start_audio):
34606           only specify hw params if we really setup a format (fixes #134007 -
34607           or at least works around it)
34608
34609 2004-06-09  Wim Taymans  <wim@fluendo.com>
34610
34611         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
34612         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
34613         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
34614         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
34615         (gst_ogg_mux_loop):
34616         Use stream caps to setup the initial pages in the ogg stream.
34617         Correctly set the streamheader caps on the srcpad.
34618
34619 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
34620
34621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
34622         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
34623         (gst_v4lsrc_getcaps):
34624         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
34625         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
34626           add querying of fps lists for webcams.  Negotiating to a framerate
34627           now works.
34628
34629 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34630
34631         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
34632         (theora_push_buffer), (theora_push_packet),
34633         (theora_set_header_on_caps), (theora_enc_chain):
34634           mark buffers and put on streamheader, raw theora streaming
34635           now works too, whee
34636
34637 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34638
34639         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34640         (gst_tcp_gdp_read_caps):
34641           do a looping read for caps and GDP headers too
34642
34643 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34644
34645         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34646         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
34647           return EOS instead of NULL in _get
34648
34649 2004-06-08  Wim Taymans  <wim@fluendo.com>
34650
34651         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
34652         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
34653         (gst_tcp_gdp_write_caps):
34654         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34655         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34656         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
34657         Memory leak fixes
34658
34659 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34660
34661         * ext/vorbis/Makefile.am:
34662         * ext/vorbis/vorbis.c: (plugin_init):
34663         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
34664         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
34665         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
34666         (vorbis_parse_change_state):
34667         * ext/vorbis/vorbisparse.h:
34668           adding a vorbisparse element that marks the buffers, streaming
34669           raw vorbis using GDP now works, whee
34670
34671 2004-06-08  Wim Taymans  <wim@fluendo.com>
34672
34673         * ext/jpeg/Makefile.am:
34674         * ext/jpeg/README:
34675         * ext/jpeg/gstjpeg.c: (plugin_init):
34676         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
34677         (gst_smokedec_base_init), (gst_smokedec_class_init),
34678         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
34679         * ext/jpeg/gstsmokedec.h:
34680         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
34681         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
34682         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
34683         (gst_smokeenc_resync), (gst_smokeenc_chain),
34684         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
34685         * ext/jpeg/gstsmokeenc.h:
34686         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
34687         (smokecodec_flush_destination), (smokecodec_term_destination),
34688         (smokecodec_init_source), (smokecodec_fill_input_buffer),
34689         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
34690         (smokecodec_term_source), (smokecodec_encode_new),
34691         (smokecodec_decode_new), (smokecodec_info_free),
34692         (smokecodec_set_quality), (smokecodec_get_quality),
34693         (smokecodec_set_threshold), (smokecodec_get_threshold),
34694         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
34695         (find_best_size), (abs_diff), (put), (smokecodec_encode),
34696         (smokecodec_parse_header), (smokecodec_decode):
34697         * ext/jpeg/smokecodec.h:
34698         Added a new simple jpeg based codec
34699
34700 2004-06-08  Wim Taymans  <wim@fluendo.com>
34701
34702         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34703         (gst_multipart_mux_loop):
34704         Fix memory leak
34705
34706 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34707
34708         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
34709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
34710         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
34711         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
34712         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
34713         * gst/tcp/gsttcpserversink.h:
34714           take streamheader into account
34715
34716 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34717
34718         * gst/level/Makefile.am:
34719         * gst/level/gstlevel.c: (gst_level_class_init):
34720           clean up marshal generation
34721
34722 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
34723
34724         * gst/tcp/Makefile.am:
34725         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
34726         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
34727         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
34728         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
34729         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
34730         (gst_tcpclientsrc_get_property):
34731         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
34732         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
34733         (gst_tcpserversink_handle_client_read),
34734         (gst_tcpserversink_handle_client_write),
34735         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
34736         * gst/tcp/gsttcpserversink.h:
34737           add signals client-added and client-removed
34738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
34739         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
34740         (gst_tcpserversrc_get_property):
34741         uniformized, change default protocol to NONE
34742         * gst/tcp/gsttcp-marshal.list: added
34743 2004-06-07  Benjamin Otte  <otte@gnome.org>
34744
34745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34746           handle discont events if they happen before caps nego
34747
34748 2004-06-07  Wim Taymans  <wim@fluendo.com>
34749
34750         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34751         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34752         (gst_multipart_demux_plugin_init):
34753         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34754         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34755         (gst_multipart_mux_change_state):
34756         Small updates, fix a memleak
34757
34758 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34759
34760         * configure.ac: OSS portability
34761         * ext/arts/gst_arts.c: idem
34762         * sys/oss/gstosselement.c: idem
34763         * sys/oss/gstossmixer.c: idem
34764         * sys/oss/gstosssink.c: idem
34765         * sys/oss/gstosssrc.c: idem
34766         * sys/oss/oss_probe.c: idem
34767           - check for soundcard.h in different places for some BSD
34768
34769 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
34770
34771         * AUTHORS:
34772         Add me to the authors file
34773         * configure.ac:
34774         Increase the libdv requirement to >= version 0.100
34775         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
34776         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
34777         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
34778         * ext/dv/gstdvdec.h:
34779         Add support for the new_media flag when sending DISCONT events
34780         Make the querying work when video pad is not linked
34781
34782 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34783
34784         reviewed by Benjamin Otte  <otte@gnome.org>
34785
34786         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
34787           create a NULL-initialized array of pads, so we don't think they
34788           exist already. (fixes #143130)
34789
34790 2004-06-07  Benjamin Otte  <otte@gnome.org>
34791
34792         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
34793         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
34794         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
34795           don't use // coments
34796
34797 2004-06-07  Benjamin Otte  <otte@gnome.org>
34798
34799         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
34800           cast to GstClockTime to get higher granularity
34801         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34802           use gst_element_set_time_delay to get the exact time
34803         * ext/mad/gstmad.c: (gst_mad_chain):
34804           use the negotiated rate instead of the current frame's rate which
34805           might be wrong because of bit errors. This avoids emitting totally
34806           bogus timestamps and screwing sync.
34807         (fixes #143454)
34808
34809 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
34810
34811         reviewed by Benjamin Otte  <otte@gnome.org>
34812
34813         * gst/adder/gstadder.c: (gst_adder_loop):
34814           properly error out when no negotiation has happened yet. (fixes
34815           #143032)
34816
34817 2004-06-06  Benjamin Otte  <otte@gnome.org>
34818
34819         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
34820           forward correctly transformed offset in discont events. Based on
34821           patch by Arwed v. Merkatz. (fixes #142851)
34822
34823 2004-06-06  David Schleef  <ds@schleef.org>
34824
34825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
34826         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
34827         problems on several systems.
34828
34829 2004-06-06  Benjamin Otte  <otte@gnome.org>
34830
34831         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
34832           use explicit caps on the srcpad
34833         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34834           properly error out if caps couldn't be set (fixes #142764)
34835
34836 2004-06-06  Benjamin Otte  <otte@gnome.org>
34837
34838         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
34839         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
34840         (gst_alsa_start_audio):
34841           - don't call set_periods_integer anymore, it breaks the
34842           configuration randomly
34843           - call snd_pcm_hw_params_set_access directly instead of using masks
34844           - don't fail if the sw_params can't be set, just use the default
34845           params and hope it works. Alsalib has weird issues when you touch
34846           sw_params and does no proper error reporting about what failed.
34847         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
34848         (gst_alsa_close_audio):
34849           make our alsa debugging go via gst debugging and not conditionally
34850           defined
34851         * ext/alsa/gstalsa.h:
34852           add ALSA_DEBUG_FLUSH macro
34853         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
34854         (plugin_init):
34855           wrap alsa errors to be printed via the gst debugging system and not
34856           spammed to stderr
34857
34858 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34859
34860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
34861         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
34862         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
34863         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
34864         (qtdemux_parse_trak):
34865         * gst/qtdemux/qtdemux.h:
34866           Bitch. Also known as seeking, querying & co.
34867         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
34868         (gst_osssink_change_state):
34869         * sys/oss/gstosssink.h:
34870           Resyncing is for weenies, this hack is no longer needed and was
34871           broken anyway (since it - unintendedly - always leaves resync to
34872           TRUE).
34873
34874 2004-06-05  Andrew Turner <zxombie@hotpop.com>
34875
34876         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
34877         * gst/tcp/gsttcpclientsrc.h: idem
34878           - define MSG_NOSIGNAL if not done
34879           - include unistd.h for off_t
34880           (fixes #143749)
34881
34882 2004-06-05  Benjamin Otte  <otte@gnome.org>
34883
34884         * configure.ac:
34885         * ext/kio/Makefile.am:
34886           check for qt's moc preprocessor explicitly and use it
34887
34888 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34889
34890         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
34891           don't get a signal for EPIPE on socket writes
34892           (somebody check if this works on other platforms)
34893
34894 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34895
34896         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
34897         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34898           check error condition on available samples correctly
34899
34900 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34901
34902         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34903           avoid a segfault
34904         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34905         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34906         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34907         (gst_tcpserversrc_gdp_read_header):
34908          use ssize_t over size_t since the former is signed and thus the
34909          check for error codes can work
34910
34911 2004-06-02  Wim Taymans  <wim@fluendo.com>
34912
34913         reviewed by: Johan
34914
34915         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34916         (gst_multipart_mux_loop):
34917         Oops
34918
34919 2004-06-02  Wim Taymans  <wim@fluendo.com>
34920
34921         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34922         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34923         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34924         (gst_multipart_mux_change_state):
34925         Added configurable boundary specifier, added the value as a
34926         caps field as well.
34927
34928 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34929
34930         * gst/tcp/gsttcp.c:
34931         * gst/tcp/gsttcpclientsrc.c:
34932         * gst/tcp/gsttcpclientsrc.h:
34933         * gst/tcp/gsttcpserversrc.c:
34934           - portability fix, to compile on OSX
34935             (fixes #143146)
34936
34937         * sys/osxaudio/gstosxaudioelement.c:
34938         * sys/osxaudio/gstosxaudiosink.c:
34939         * sys/osxaudio/gstosxaudiosrc.c:
34940           - compilation warnings on OSX
34941             (fixes #143153)
34942
34943 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34944
34945         * ext/vorbis/vorbisdec.c : sign warning fixes
34946
34947         * gst-libs/gst/mixer/mixertrack.c :
34948           do no use defines which are glib 2.4 specific
34949
34950 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34951
34952         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34953           buffer since libflac doesn't expect it (reports a sync error when
34954           it encounters that)
34955
34956
34957 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34958
34959         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34960         * gst-libs/gst/mixer/mixertrack.c:
34961         (gst_mixer_track_get_property), (get_mixer_track_init),
34962         (get_mixer_track_get_property): Added property accessors
34963         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34964         * gst-libs/gst/mixer/mixeroptions.c:
34965         (gst_mixer_options_get_values): Added
34966         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34967         * gst-libs/gst/mixer/mixer.c: Fixed comment
34968
34969
34970 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34971
34972         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34973           improve error messages on open
34974
34975
34976 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34977
34978         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34979           check if v4l-conf is in path
34980
34981 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34982
34983         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34984           change assert to a more readable error message
34985
34986 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34987
34988         * gst-libs/gst/tuner/tunerchannel.h:
34989           - add a freq_multiplicator field to make the conversion
34990             between internal frequency unit and Hz
34991         * sys/v4l/gstv4lelement.c:
34992         * sys/v4l2/gstv4l2element.c:
34993           - change default video device to /dev/video0
34994         * sys/v4l/v4l_calls.c:
34995         * sys/v4l2/v4l2_calls.c:
34996           - we only expose frequency to the user in Hz instead of
34997             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34998
34999 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
35000         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
35001           Initialise b_o_s and e_o_s variables
35002         * gst-libs/gst/riff/riff-media.c:
35003         (gst_riff_create_video_caps_with_data):
35004           Add some unusual fourcc's from mplayer avi's
35005         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
35006           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
35007           autoplugging.
35008
35009 2004-05-28  Wim Taymans  <wim@fluendo.com>
35010
35011         * configure.ac:
35012         * gst/alpha/Makefile.am:
35013         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
35014         (gst_alpha_get_type), (gst_alpha_base_init),
35015         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
35016         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
35017         (gst_alpha_chroma_key), (gst_alpha_chain),
35018         (gst_alpha_change_state), (plugin_init):
35019         A plugin to add an alpha channel to I420 video. Can optionally do
35020         chroma keying.
35021         * gst/multipart/Makefile.am:
35022         * gst/multipart/multipart.c: (plugin_init):
35023         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
35024         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
35025         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
35026         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
35027         (gst_multipart_demux_change_state),
35028         (gst_multipart_demux_plugin_init):
35029         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
35030         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
35031         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
35032         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
35033         (gst_multipart_mux_pad_unlink),
35034         (gst_multipart_mux_request_new_pad),
35035         (gst_multipart_mux_handle_src_event),
35036         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
35037         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
35038         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
35039         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
35040         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
35041         send multipart jpeg images to a browser.
35042         * gst/videobox/Makefile.am:
35043         * gst/videobox/README:
35044         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
35045         (gst_video_box_get_type), (gst_video_box_base_init),
35046         (gst_video_box_class_init), (gst_video_box_init),
35047         (gst_video_box_set_property), (gst_video_box_get_property),
35048         (gst_video_box_sink_link), (gst_video_box_i420),
35049         (gst_video_box_ayuv), (gst_video_box_chain),
35050         (gst_video_box_change_state), (plugin_init):
35051         Crops or adds borders around an image. can do alpha channel
35052         borders as well.
35053         * gst/videomixer/Makefile.am:
35054         * gst/videomixer/README:
35055         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
35056         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
35057         (gst_videomixer_pad_get_sink_event_masks),
35058         (gst_videomixer_pad_get_property),
35059         (gst_videomixer_pad_set_property),
35060         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
35061         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
35062         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
35063         (gst_videomixer_base_init), (gst_videomixer_class_init),
35064         (gst_videomixer_init), (gst_videomixer_request_new_pad),
35065         (gst_videomixer_handle_src_event),
35066         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
35067         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
35068         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
35069         (gst_videomixer_loop), (gst_videomixer_get_property),
35070         (gst_videomixer_set_property), (gst_videomixer_change_state),
35071         (plugin_init):
35072         Generic video mixer plugin, can handle multiple inputs all with
35073         different framerates and video sizes. Is fully alpha channel
35074         aware.
35075
35076 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35077
35078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35079           Select first track as master track. Not sure how else to handle
35080           that...
35081         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
35082           Discard discont events. Should fix #142962.
35083
35084 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35085
35086         * ext/alsa/Makefile.am:
35087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
35088         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
35089         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
35090         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
35091         (gst_alsa_mixer_get_option):
35092         * ext/alsa/gstalsamixer.h:
35093         * ext/alsa/gstalsamixeroptions.c:
35094         (gst_alsa_mixer_options_get_type),
35095         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
35096         (gst_alsa_mixer_options_new):
35097         * ext/alsa/gstalsamixeroptions.h:
35098         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
35099         * ext/alsa/gstalsamixertrack.h:
35100           Add enumerations (as GstMixerOptions). Make correct distinction
35101           between input/output tracks. Add capture/playback private flag.
35102           Use flag to decide on whether to set capture or playback volumes
35103           or switches. Use playback and record switches.
35104         * gst-libs/gst/mixer/Makefile.am:
35105         * gst-libs/gst/mixer/mixer-marshal.list:
35106         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
35107         (gst_mixer_set_option), (gst_mixer_get_option),
35108         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
35109         (gst_mixer_volume_changed), (gst_mixer_option_changed):
35110         * gst-libs/gst/mixer/mixer.h:
35111         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
35112         (gst_mixer_options_class_init), (gst_mixer_options_init),
35113         (gst_mixer_options_dispose):
35114         * gst-libs/gst/mixer/mixeroptions.h:
35115           Add GstMixerOptions.
35116         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
35117           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
35118           broken device detection on computers with multiple OSS sound
35119           cards.
35120
35121 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35122
35123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35124           fixate nicely even when the peer is not negotiating
35125
35126 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35127
35128         * gst/audioconvert/gstaudioconvert.c:
35129         (gst_audio_convert_parse_caps):
35130           make sure we don't allow depth > width
35131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
35132           fixate endianness to G_BYTE_ORDER as default
35133         * gst/audioscale/gstaudioscale.c:
35134           we don't handle another endianness as host-endianness
35135
35136 2004-05-25  David Schleef  <ds@schleef.org>
35137
35138         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
35139
35140 2004-05-24  Benjamin Otte  <otte@gnome.org>
35141
35142         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
35143         (gst_oggvorbisenc_setup):
35144           properly fail when we can't setup the vorbis encoder due to
35145           unsupported settings
35146         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
35147         (gst_vorbisenc_setup):
35148           same
35149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35150           fix case where warnings occured when one pad was unlinked while the
35151           other's link function was called
35152
35153 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
35154
35155         * gst/tcp/Makefile.am:
35156           use GST_ENABLE_NEW
35157
35158 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35159
35160         * gst-libs/gst/resample/private.h:
35161           don't use optimizations that are #if 0'ed
35162
35163 2004-05-24  Wim Taymans  <wim@fluendo.com>
35164
35165         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
35166         Fix potential division by zero error and hopefully get
35167         the position query right to get correct timestamps on avi
35168         audio.
35169
35170 2004-05-24  Wim Taymans  <wim@fluendo.com>
35171
35172         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
35173         (gst_videoscale_scale_nearest_str2),
35174         (gst_videoscale_scale_nearest_str4),
35175         (gst_videoscale_scale_nearest_32bit),
35176         (gst_videoscale_scale_nearest_24bit),
35177         (gst_videoscale_scale_nearest_16bit):
35178         Fix the scaling algorithm and avoid a buffer overflow.
35179         removed the while loop in the scaling function as it
35180         was used for point sampling only.
35181
35182 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35183
35184         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35185         (gst_id3_tag_class_init), (gst_id3_tag_init),
35186         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
35187         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
35188         (gst_id3_tag_send_tag_event):
35189           lots of fixes to make id3mux work and id3demux work correctly
35190
35191 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35192
35193         * ext/Makefile.am:
35194           add rules to build shout2send (was removed by accident
35195           when this module was no more marked experimental/broken)
35196
35197 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35198
35199         * ext/shout2/gstshout2.c:
35200         * ext/shout2/gstshout2.h:
35201           adding a "connection problem" signal to shout2send
35202           (fixes #142954)
35203
35204 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
35205
35206         * ext/kio/kioreceiver.cpp:
35207         * ext/kio/kioreceiver.h:
35208           fix sign comparison issues
35209
35210 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35211
35212         * gst/cdxaparse/gstcdxaparse.c:
35213         * gst/cdxaparse/gstcdxaparse.h:
35214           some renaming
35215           add some checks/sanity
35216           prepare for seek addition
35217
35218         * sys/sunaudio/gstsunaudio.c:
35219           remove exported dupe init function
35220
35221 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
35222
35223         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
35224         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
35225           Fix format conversion and position querying.
35226         * gst/debug/progressreport.c: (gst_progressreport_report):
35227           Don't output a bogus total value that we didn't query.
35228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
35229           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
35230           only a blank window after xine has been used.
35231
35232 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
35233
35234         * m4/as-arts.m4:
35235           sync with upstream version to fix test on FC2
35236           readd with -ko to preserve Id header
35237
35238 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35239
35240         * configure.ac:
35241           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
35242         * gst/tcp/gsttcpclientsrc.c: idem
35243         * gst/tcp/gsttcpserversink.c: idem
35244         * gst/tcp/gsttcpserversrc.c: idem
35245         * m4/gst-fionread.m4: idem
35246
35247         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
35248
35249         * configure.ac: enable speex plugin for speex 1.1.5+
35250         * ext/speex/gstspeexenc.c: fix cast warning
35251
35252         * ext/esd/README: fix typo
35253
35254 2004-05-20  David Schleef  <ds@schleef.org>
35255
35256         * configure.ac: Minor cosmetic change to convince the buildbot to
35257         reautogen.
35258         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
35259         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
35260         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
35261         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
35262         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
35263         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
35264         More hacking.  Plays audio now.
35265
35266 2004-05-20  David Schleef  <ds@schleef.org>
35267
35268         * configure.ac:
35269         * sys/Makefile.am:
35270
35271 2004-05-20  David Schleef  <ds@schleef.org>
35272
35273         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
35274         * sys/osxaudio/gstosxaudio.c:
35275         * sys/osxaudio/gstosxaudioelement.c:
35276         * sys/osxaudio/gstosxaudioelement.h:
35277         * sys/osxaudio/gstosxaudiosink.c:
35278         * sys/osxaudio/gstosxaudiosink.h:
35279         * sys/osxaudio/gstosxaudiosrc.c:
35280         * sys/osxaudio/gstosxaudiosrc.h:
35281
35282 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35283
35284         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
35285         (gst_vorbisenc_chain):
35286           put the codec headers on the caps as streamheader as well as
35287           pushing them out
35288
35289 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35290
35291         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35292         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
35293         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
35294         split up push_packet into two functions
35295
35296 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35297
35298         * gst/tcp/.cvsignore:
35299           ignore enums
35300         * gst/tcp/Makefile.am:
35301         * gst/tcp/README:
35302         * gst/tcp/gsttcp.c:
35303         * gst/tcp/gsttcp.h:
35304         * gst/tcp/gsttcpclientsink.c:
35305         * gst/tcp/gsttcpclientsink.h:
35306         * gst/tcp/gsttcpclientsrc.c:
35307         * gst/tcp/gsttcpclientsrc.h:
35308         * gst/tcp/gsttcpplugin.c:
35309         * gst/tcp/gsttcpserversink.c:
35310         * gst/tcp/gsttcpserversink.h:
35311         * gst/tcp/gsttcpserversrc.c:
35312         * gst/tcp/gsttcpserversrc.h:
35313           add new tcp elements
35314
35315 2004-05-19  Wim Taymans  <wim@fluendo.com>
35316
35317         * gst/law/mulaw-conversion.c: (mulaw_encode):
35318         Fix overflow bug in ulaw encoding.
35319
35320 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35321
35322         * ext/mad/gstmad.c: (gst_mad_handle_event):
35323           don't unref the event twice
35324
35325 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35326
35327         * configure.ac:
35328           remove -Wno-sign-compare
35329
35330 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35331
35332         * configure.ac:
35333           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
35334           if you want to work against glib 2.2 and 2.4
35335
35336 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35337
35338         * gst/tcp/Makefile.am:
35339         * gst/tcp/gsttcp.c:
35340         * gst/tcp/gsttcp.h:
35341         * gst/tcp/gsttcpsink.h:
35342         * gst/tcp/gsttcpsrc.h:
35343           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
35344
35345 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35346
35347         * gst/debug/tests.c: (md5_get_value):
35348           fix segfault on gst-inspect
35349
35350 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35351
35352         * gst/debug/testplugin.c:
35353         * gst/debug/tests.c:
35354         * gst/debug/tests.h:
35355           add new extensible and configurable testing element. Current tests
35356           include buffer count, stream length, timestamp/duration matching and
35357           md5.
35358         * gst/debug/Makefile.am:
35359         * gst/debug/gstdebug.c: (plugin_init):
35360           add infrastructure for new element
35361
35362 2004-05-19  Johan Dahlin  <johan@gnome.org>
35363
35364         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
35365         ending of the array. Fixes gst-inspect segfault on ppc.
35366
35367 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35368
35369         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
35370
35371         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
35372
35373 2004-05-18  David Schleef  <ds@schleef.org>
35374
35375         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
35376         warnings (bugs, actually) noticed by gcc but not forte.
35377
35378 2004-05-18  David Schleef  <ds@schleef.org>
35379
35380         * sys/sunaudio/Makefile.am:
35381         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
35382
35383 2004-05-18  David Schleef  <ds@schleef.org>
35384
35385         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
35386         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
35387         to allow qtdemux to use non-seekable streams. (bug #142272)
35388
35389 2004-05-18  David Schleef  <ds@schleef.org>
35390
35391         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
35392         (gst_resample_sinc_ft_float): Remove use of static temporary
35393         buffer.  This code was obviously not supposed to last long, but
35394         it's stuck in our ABI, so it required a little hack to make it
35395         ABI-compatible.  Fixes #142585.
35396         * gst-libs/gst/resample/resample.h: same.
35397
35398 2004-05-18  David Schleef  <ds@schleef.org>
35399
35400         * configure.ac: Add sunaudio
35401         * examples/Makefile.am: make gstplay depend on gconf
35402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
35403         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
35404         (convert_table_lookup), (img_convert): remove c99-isms
35405         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
35406           unsigned, to fix a warning on Solaris
35407         * gst/mpeg1sys/systems.c: bcopy->memcpy
35408         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
35409         * sys/Makefile.am: Add sunaudio
35410
35411 2004-05-18  Wim Taymans  <wim@fluendo.com>
35412
35413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
35414         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
35415         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
35416         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
35417         (gst_ogg_mux_loop):
35418         Fix an ugly memleak where the muxer didn't flush enough ogg
35419         pages. This also resulted in badly muxed ogg files.
35420
35421 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35422
35423         * gst/asfdemux/asfheaders.c :
35424         * gst/asfdemux/asfheaders.h :
35425         * gst/asfdemux/gstasfdemux.c :
35426           - fix ASF_OBJ_PADDING guid
35427           - add 3 new object guids (language list, metadata,
35428             extended stream properties)
35429           - add a function to parse extended header objects
35430
35431 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35432
35433         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
35434           remove leftover debugging g_print
35435
35436 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35437
35438         * ext/mad/gstmad.c: (gst_mad_handle_event):
35439           Fix for when the first format in a discont event is not a
35440           byte-based one. Should fix #137710.
35441
35442 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35443
35444         * m4/a52.m4 : fix compilation with -Wall -Werror
35445         * m4/libfame.m4 : idem
35446         * m4/libmikmod.m4 : idem
35447
35448 2004-05-17  Benjamin Otte  <otte@gnome.org>
35449
35450         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35451           signal the new tags before giving up the reference
35452
35453 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35454
35455         * ext/shout2/gstshout2.c:
35456           use application/ogg instead of application/x-ogg (patch by Patrick
35457           Guimond, fixes #142432)
35458         * sys/oss/gstosselement.c: (gst_osselement_reset),
35459         (gst_osselement_sync_parms):
35460           don't set fragment size unless specified (fixes #142493)
35461
35462 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35463
35464         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
35465           fixes #142664
35466
35467 2004-05-17  Benjamin Otte  <otte@gnome.org>
35468
35469         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
35470           compute offsets correctly for internal buffers so timestamps are set
35471           correctly when we can't seek. Also handle cases where there are no
35472           offsets. (based on a patch by David Moore, fixes #142507)
35473
35474 2004-05-17  Benjamin Otte  <otte@gnome.org>
35475
35476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35477           use correct variable when determining amount of data to skip so we
35478           don't skip into the void and segfault
35479
35480 2004-05-16  Benjamin Otte  <otte@gnome.org>
35481
35482         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35483           Hi, I'm a memleak
35484
35485 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35486
35487         * gst/asfdemux/gstasfdemux.c:
35488           - fix a mem leak and always propagate tags
35489           - add WMV3 to known video codecs (but no decoder yet)
35490           - replace "surplus data" at end of audio header for what
35491             it is : codec specific data
35492           - fix a typo
35493
35494 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
35495
35496         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
35497
35498         * gst-libs/gst/audio/audioclock.c:
35499           Fix wrong return type (#142205).
35500
35501 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35502
35503         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
35504           Ignore CRCs by default (fixes #142566).
35505
35506 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35507
35508         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
35509         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
35510         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
35511         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
35512         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
35513         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
35514           Fix for cases where we fail to attach to a mixer.
35515
35516 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35517
35518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
35519           Don't touch events after not owning them anymore.
35520         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
35521         (gst_wavparse_fmt), (gst_wavparse_other),
35522         (gst_wavparse_handle_seek), (gst_wavparse_loop),
35523         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
35524         (gst_wavparse_srcpad_event):
35525         * gst/wavparse/gstwavparse.h:
35526           Add seeking, fix querying.
35527
35528 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35529
35530         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35531           - process comments even if they don't end with \0\0
35532             g_convert would ignore them if present and works well without them
35533
35534 2004-05-16  Benjamin Otte  <otte@gnome.org>
35535
35536         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
35537           simplify caps
35538
35539 2004-05-16  Benjamin Otte  <otte@gnome.org>
35540
35541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35542           don't write to memory we might not write to - g_convert does that
35543           for us anyway (fixes #142613)
35544         (gst_asf_demux_audio_caps):
35545           comment out gst_util_dump_mem
35546
35547 2004-05-16  Benjamin Otte  <otte@gnome.org>
35548
35549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35550           compute correct expected timestamps after seek (broken since
35551           last commit)
35552         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
35553           rename element and debugging category to gdkpixbufscale
35554
35555 2004-05-16  Benjamin Otte  <otte@gnome.org>
35556
35557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
35558           add error checking to snd_pcm_delay and remove duplicate call to
35559           snd_pcm_delay that caused issues (see inline code comments)
35560         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
35561           make more readable and fix return value when snd_pcm_delay fails
35562         (fixes #142586)
35563
35564 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
35565         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
35566         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
35567         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
35568         (gst_pixbufscale_link), (gst_pixbufscale_init),
35569         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
35570         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
35571         (gst_pixbufscale_get_property), (pixbufscale_init):
35572         * ext/gdk_pixbuf/pixbufscale.h:
35573         Add these files I forgot earlier
35574
35575 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
35576         * ext/gdk_pixbuf/Makefile.am:
35577         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
35578         * ext/gdk_pixbuf/gstgdkpixbuf.h:
35579         Add new pixbufscale element to scale RGB video
35580         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
35581         and HYPER interpolation correctly.
35582         * ext/theora/theoraenc.c: (theora_enc_chain),
35583         Discard buffer and return if explicit caps could not be set
35584         (theora_enc_get_property):
35585         Make _get return kbps for the bitrate consistent with
35586         the _set function.
35587
35588
35589 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35590
35591         * ext/libvisual/visual.c: (gst_visual_chain):
35592           add missing visual_audio_analyze
35593
35594 2004-05-14  David Schleef  <ds@schleef.org>
35595
35596         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
35597         is killed while we're playing.
35598         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
35599         gst_element_no_more_pads().
35600
35601 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35602
35603         * gst-libs/gst/riff/riff-read.c :
35604           - fix INFO tag extraction in RIFF/AVI files
35605             because gst_event_unref (event) also freed taglist
35606           - avoid a mem leak
35607
35608 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35609
35610         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
35611         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
35612
35613         * gst/auparse/gstauparse.c :
35614           - add code (commented for now) to support audio/x-adpcm on src pad
35615             (we have no decoder for those layout yet)
35616
35617         * gst/cdxaparse/gstcdxaparse.c :
35618         * gst/cdxaparse/gstcdxaparse.h :
35619           - partial rewrite using RiffRead (ripped iain's wavparse code)
35620
35621         * gst/rtp/gstrtpL16enc.c : typo
35622         * gst/rtp/gstrtpgsmenc.c : typo
35623
35624 2004-05-13  Benjamin Otte  <otte@gnome.org>
35625
35626         * configure.ac:
35627           check for exact version of libvisual, it's not supposed to be
35628           API/ABI stable yet
35629
35630 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35631
35632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
35633           signal no-more-pads
35634
35635 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35636
35637         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
35638         Report which format was used for GST_FORMAT_DEFAULT
35639         * gst/debug/Makefile.am:
35640         * gst/debug/gstdebug.c: (plugin_init):
35641         * gst/debug/progressreport.c: (gst_progressreport_base_init),
35642         (gst_progressreport_class_init), (gst_progressreport_init),
35643         (gst_progressreport_report), (gst_progressreport_set_property),
35644         (gst_progressreport_get_property), (gst_progressreport_chain),
35645         (gst_progressreport_plugin_init):
35646         Add progressreport element for testing.
35647
35648 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35649
35650         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
35651         * sys/v4l/gstv4lsrc.h:
35652         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35653         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35654         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
35655         (gst_v4lsrc_grab_frame):
35656           add more debugging
35657           send a discont at start
35658
35659 2004-05-12  Colin Walters  <walters@redhat.com>
35660
35661         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
35662         inflooping if we can't find a chunk.  Or in other words, don't blow
35663         chunks if we don't have a chunk to blow.
35664
35665 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
35666         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
35667         Remove old debug output
35668         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
35669         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
35670         (gst_dvdec_set_property), (gst_dvdec_get_property):
35671         Change the quality setting to an enum, so it works from gst-launch
35672         Don't renegotiate a non-linked pad. Allows audio only decoding.
35673         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
35674         (gst_deinterlace_link), (gst_deinterlace_init):
35675         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35676         (gst_videodrop_link):
35677         Some caps negotiation fixes
35678
35679 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35680
35681         * ext/tarkin/gsttarkin.c :
35682           - Change RANK from NONE to PRIMARY
35683         * ext/gdk_pixbuf/gstgdkpixbuf.c :
35684           - Change RANK from NONE to MARGINAL
35685         * ext/divx/gstdivxenc.c :
35686           - Change RANK from PRIMARY to NONE (encoder/spider issue)
35687
35688 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
35689
35690         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
35691         (gst_vorbisenc_push_packet):
35692           copy a function that was added between 1.0 and 1.0.1 until we
35693           depend on worthwhile features of post-1.0
35694
35695 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35696
35697         * configure.ac:
35698           enable shout2 by default
35699         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
35700         (gst_shout2send_base_init), (gst_shout2send_init),
35701         (gst_shout2send_connect), (gst_shout2send_change_state):
35702         * ext/shout2/gstshout2.h:
35703           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
35704           #142262)
35705         * ext/theora/theora.c: (plugin_init):
35706           don't set rank on encoders
35707
35708 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
35709
35710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
35711           Use codec_data property instead of flag1 and flag2 for wma
35712
35713 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35714
35715         * gst/cdxaparse/gstcdxaparse.c :
35716           - Add mpegversion to CAPS to make it link
35717           - Rank is as GST_RANK_SECONDARY instead of NONE
35718         * gst/auparse/gstauparse.c :
35719           - Document all audio encoding we can encounter from Solaris 9
35720             headers and libsndfile information.
35721           - Increase max. rate from 48000 to 192000 (to match other elements)
35722           - Don't try to play junk data between header and samples
35723
35724 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35725
35726         * ext/libvisual/visual.c: (gst_visual_getcaps):
35727           use the right caps depending on endianness (I hope)
35728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
35729           use GST_RANK_NONE for all non-decoding elements or spider gets
35730           mighty confused
35731
35732 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35733
35734         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
35735           Fix some odd cases and fix BE metadata parsing of unicode16 text.
35736
35737 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35738
35739         * gst/switch/gstswitch.c: (gst_switch_release_pad),
35740         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
35741         (gst_switch_loop), (gst_switch_get_type):
35742           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
35743           HEADERS. Had to be said.
35744
35745 2004-05-10  David Schleef  <ds@schleef.org>
35746
35747         * configure.ac: Add prototype Dirac support.
35748         * ext/Makefile.am:
35749         * ext/dirac/Makefile.am:
35750         * ext/dirac/gstdirac.cc:
35751         * ext/dirac/gstdiracdec.cc:
35752
35753 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35754
35755         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
35756         (gst_auparse_init), (gst_auparse_chain),
35757         (gst_auparse_change_state):
35758           Hack around spider. Remove me some day please.
35759
35760 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35761
35762         * gst/auparse/gstauparse.c: (gst_auparse_chain):
35763           Fix for some uninitialized variables in previous patch, also
35764           makes it work. Fixes #142286 while we're at it.
35765
35766 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35767
35768         * gst/auparse/gstauparse.c:
35769                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
35770                 only unsupported formats are ADPCM/CCITT G.72x
35771                 reviewed by Ronald
35772         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
35773
35774 2004-05-10  Wim Taymans  <wim@fluendo.com>
35775
35776         * ext/vorbis/Makefile.am:
35777         * ext/vorbis/README:
35778         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
35779         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
35780         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
35781         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
35782         (gst_oggvorbisenc_convert_sink),
35783         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
35784         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
35785         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
35786         (get_constraints_string), (update_start_message),
35787         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
35788         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
35789         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
35790         * ext/vorbis/oggvorbisenc.h:
35791         * ext/vorbis/vorbis.c: (plugin_init):
35792         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
35793         (raw_caps_factory), (gst_vorbisenc_class_init),
35794         (gst_vorbisenc_init), (gst_vorbisenc_setup),
35795         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
35796         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
35797         * ext/vorbis/vorbisenc.h:
35798         Added a raw vorbis encoder to be used with the oggmuxer.
35799         We still need the old encoder for some gnome applications,
35800         read the README to find out how that works.
35801         The raw encoder is called "rawvorbisenc" until 0.9.
35802
35803 2004-05-10  Wim Taymans  <wim@fluendo.com>
35804
35805         * ext/ogg/gstogg.c: (plugin_init):
35806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
35807         (gst_ogg_print):
35808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
35809         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
35810         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
35811         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
35812         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
35813         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
35814         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
35815         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
35816         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
35817         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
35818         Added an ogg muxer.
35819         Small typo fixes in the demuxer.
35820
35821 2004-05-10  Wim Taymans  <wim@fluendo.com>
35822
35823         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35824         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35825         (theora_enc_change_state), (theora_enc_set_property),
35826         (theora_enc_get_property):
35827         Mark the last packet with an EOS flag which is not really needed
35828         in gstreamer.
35829         Do some better video framerate initialisation.
35830         Update the buffer timestamp.
35831
35832 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
35833
35834         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
35835         Return the result of the parent state change call
35836
35837 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35838
35839         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
35840         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
35841         * gst/law/alaw-encode.c : (idem)
35842         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
35843         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
35844         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
35845
35846 2004-05-09  Benjamin Otte  <otte@gnome.org>
35847
35848         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
35849           don't use a fixed buffer size when writing variable length data to
35850           it. Fixes memory corruption and makes alsasrc work
35851
35852 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35853
35854         * ext/gnomevfs/gstgnomevfssink.c:
35855         (_gst_boolean_allow_overwrite_accumulator),
35856         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
35857           Run glib's default signal handler (??) in RUN_CLEANUP rather than
35858           RUN_LAST, and don't use that to set the accumulator value because
35859           then it's always FALSE.
35860
35861 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35862
35863         * gst-libs/gst/riff/riff-media.c:
35864         (gst_riff_create_video_caps_with_data),
35865         (gst_riff_create_audio_caps),
35866         (gst_riff_create_audio_template_caps):
35867         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
35868           Fix for unaligned RIFF files (i.e. where all the chunks together
35869           in a LIST chunk are not of the same size as the size given in
35870           the LIST chunk header). Fixes several odd WAVE files. Also fix
35871           ADPCM (block_align property) in audio, so that wavparse based
35872           on this works now as it used to stand-alone.
35873
35874 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
35875
35876         reviewed by Benjamin Otte  <otte@gnome.org>
35877
35878         * ext/a52dec/gsta52dec.c:
35879         * ext/divx/gstdivxdec.c:
35880         * ext/divx/gstdivxenc.c:
35881         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
35882         * ext/faac/gstfaac.c: (gst_faac_base_init):
35883         * ext/faad/gstfaad.c: (gst_faad_base_init):
35884         * ext/ivorbis/vorbisfile.c:
35885         * ext/lame/gstlame.c:
35886         * ext/libfame/gstlibfame.c:
35887         * ext/mpeg2enc/gstmpeg2enc.cc:
35888         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
35889         * ext/sidplay/gstsiddec.cc:
35890         * ext/speex/gstspeexdec.c:
35891         * ext/speex/gstspeexenc.c:
35892         * ext/xvid/gstxviddec.c:
35893         * ext/xvid/gstxvidenc.c:
35894           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
35895           (fixes #142193)
35896
35897 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35898
35899         * ext/alsa/gstalsa.c: (device_list),
35900         (gst_alsa_class_probe_devices):
35901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35902           Fix alsa oddness in mixer after the combination of using mixer
35903           in source/sink elements and using hw:x,y instead of just hw:x.
35904
35905 2004-05-09  Benjamin Otte  <otte@gnome.org>
35906
35907         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35908         (gst_wavparse_create_sourcepad):
35909           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35910           sourcepads
35911
35912 2004-05-09  Benjamin Otte  <otte@gnome.org>
35913
35914         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35915           allow discont events before caps nego
35916
35917 2004-05-08  Benjamin Otte  <otte@gnome.org>
35918
35919         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35920           don't leak events
35921
35922 2004-05-08  Benjamin Otte  <otte@gnome.org>
35923
35924         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35925         (gst_level_change_state), (gst_level_init):
35926         * gst/level/gstlevel.h:
35927           figure out if we're initialized directly instead of keeping a
35928           variable that's wrong in 90% of cases
35929           don't initialize pads and then leak them and use a new unitialized
35930           pad. (fixes #142084)
35931           these were bugs so n00bish I didn't find them for an hour :/
35932
35933 2004-05-08 Iain <iain@prettypeople.org>
35934
35935         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35936         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35937         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35938         return the length that was read.
35939         (gst_riff_read_strf_auds): Allow fmt tags as well.
35940
35941 2004-05-07  David Schleef  <ds@schleef.org>
35942
35943         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35944         signed char assumption in faad.h.
35945
35946 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35947
35948         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35949           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35950
35951 2004-05-07  Colin Walters  <walters@redhat.com>
35952
35953         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35954         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35955         function.
35956         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35957         Add dispose function.
35958
35959 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35960         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35961           Fix caps nego and pad templates. RGB mode caps should
35962           work now.
35963         * ext/dvdnav/gst-dvd:
35964           Move mpeg2dec inside the thread because otherwise the
35965           queue rejects cap changes mid-stream
35966         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35967         (gst_mpeg2dec_flush_decoder):
35968           For mpeg2dec > 0.4.0, call the flush function instead of
35969           manually extracting all in-flight frames.
35970         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35971         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35972           Change mime type video/dv go video/x-dv to match the
35973           rest of gst-plugins
35974
35975 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35976
35977         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35979         (gst_alsa_sink_class_init):
35980         * ext/alsa/gstalsasink.h:
35981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35982         (gst_alsa_src_class_init):
35983         * ext/alsa/gstalsasrc.h:
35984           Make alsasink/src a subclass of alsamixer so that mixer stuff
35985           shows up in gst-rec. Needs some finetuning.
35986
35987 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35988
35989         * ext/lame/gstlame.c: (gst_lame_chain):
35990           simplify
35991         * ext/mad/gstmad.c: (gst_mad_handle_event):
35992           fix event leak
35993         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35994           be able to detect mp3 files < 4096 bytes
35995
35996 2004-05-06  Wim Taymans  <wim@fluendo.com>
35997
35998         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35999         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
36000         (theora_enc_set_property), (theora_enc_get_property):
36001         Also encode the first frame, cleanup some code.
36002
36003 2004-05-06  Wim Taymans  <wim@fluendo.com>
36004
36005         * ext/mpeg2enc/gstmpeg2enc.cc:
36006         Forward events first before deciding that negotiation was
36007         not performed.
36008
36009 2004-05-06  Wim Taymans  <wim@fluendo.com>
36010
36011         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
36012         First process the events before deciding that negotiation
36013         was not performed.
36014
36015 2004-05-06  Wim Taymans  <wim@fluendo.com>
36016
36017         * ext/theora/Makefile.am:
36018         * ext/theora/theora.c: (plugin_init):
36019         * ext/theora/theoradec.c: (theora_dec_change_state):
36020         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
36021         (gst_theora_enc_class_init), (gst_theora_enc_init),
36022         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
36023         (theora_enc_chain), (theora_enc_change_state),
36024         (theora_enc_set_property), (theora_enc_get_property):
36025         Added a theora encoder, grouped the encoder and decoder into the
36026         same plugin.
36027
36028 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36029
36030         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36031         (gst_jpegenc_chain):
36032         fix DURATION on outgoing buffers
36033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
36034         debug using time formats
36035         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
36036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36037         (gst_xvimagesink_sink_link):
36038         windows with width/height 0 generate X errors, so don't allow them
36039
36040 2004-05-05  Wim Taymans  <wim@fluendo.com>
36041
36042         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
36043         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
36044         (gst_mpeg2dec_negotiate_format):
36045         * ext/mpeg2dec/gstmpeg2dec.h:
36046           removed the static pad template so that we can add the
36047           more accurate framerate value to the caps.
36048
36049
36050 2004-05-04  Benjamin Otte  <otte@gnome.org>
36051
36052         * configure.ac:
36053           check for kdemacros.h, too (should fix #141821)
36054         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
36055           don't crash if no header was sent, but nicely error out (fixes part
36056           of #141554)
36057
36058 2004-05-04  Wim Taymans  <wim@fluendo.com>
36059
36060         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
36061         parent dispose function to avoid segfault on destroy.
36062
36063 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36064
36065         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
36066         (plugin_init):
36067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
36068         (gst_xvimagesink_sink_link):
36069         clean up debugging caps
36070         also recreate xvimage when format has changed
36071
36072 2004-05-04  Benjamin Otte  <otte@gnome.org>
36073
36074         * ext/libvisual/Makefile.am:
36075         * ext/libvisual/visual.c: (gst_visual_class_init),
36076         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
36077         (gst_visual_srclink), (gst_visual_chain),
36078         (gst_visual_change_state), (plugin_init):
36079           use a GstAdapter to correctly adapt buffer sizes - allows using a
36080           framerate
36081
36082 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36083
36084         * sys/v4l/gstv4lelement.h:
36085         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
36087         (gst_v4lsrc_buffer_free):
36088         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
36089         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
36090         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
36091         (gst_v4lsrc_requeue_frame):
36092         move some debugging categories around
36093         query for fps index and set accordingly if found
36094
36095 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36096
36097         * ext/lame/gstlame.c:
36098         correct defaults that lame_init puts out of range
36099
36100 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36101
36102         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
36103         (gst_divxenc_class_init):
36104         fix range since -1 is the default
36105         * gst/mpeg1sys/gstmpeg1systemencode.c:
36106         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
36107         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
36108         (gst_rtjpegdec_chain):
36109         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
36110         (gst_rtjpegenc_chain):
36111         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
36112         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
36113         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
36114         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
36115         * sys/v4l/gstv4lsrc.c:
36116         * sys/v4l/v4l_calls.c: (gst_v4l_open):
36117         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
36118         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
36119         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
36120         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
36121           remove gst_info calls
36122
36123 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36124
36125         * Makefile.am:
36126         * po/af.po:
36127         * po/az.po:
36128         * po/en_GB.po:
36129         * po/nl.po:
36130         * po/sr.po:
36131         * po/sv.po:
36132           Updated translations
36133
36134 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
36135
36136         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36137           refactor/comment code
36138
36139 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36140
36141         * gst/asfdemux/Makefile.am:
36142         * gst/asfdemux/asfheaders.c:
36143         * gst/asfdemux/asfheaders.h:
36144         * gst/asfdemux/gstasf.c: (plugin_init):
36145         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
36146         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
36147         (gst_asf_demux_setup_pad):
36148         * gst/asfdemux/gstasfdemux.h:
36149         * gst/asfdemux/gstasfmux.c:
36150         * gst/asfdemux/gstasfmux.h:
36151           Add tagging support to demuxer, split out registration in its own
36152           file instead of in demux (hacky), and prevent having some tables
36153           in our memory multiple times (in asfheaders.h).
36154
36155 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36156
36157         * gst/matroska/matroska-demux.c:
36158         (gst_matroska_demux_parse_metadata):
36159         * gst/matroska/matroska-ids.h:
36160           Basic tag reading support.
36161
36162 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36163
36164         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
36165           Really detect ac-3 audio.
36166         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
36167           really detect matroska files (off-by-1).
36168
36169 2004-04-30  David Schleef  <ds@schleef.org>
36170
36171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36172         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
36173         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
36174         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
36175         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
36176         hackage -- parse a lot more atoms, extract a few tags.  One might even
36177         mistake this for tag support.  Maybe it is.
36178         * gst/qtdemux/qtdemux.h:
36179
36180 2004-04-30  Colin Walters  <walters@verbum.org>
36181
36182         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
36183
36184 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
36185
36186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36187         (gst_ffmpegcolorspace_getcaps):
36188           remove broken nego fix
36189
36190 2004-04-30  Benjamin Otte  <otte@gnome.org>
36191
36192         * configure.ac:
36193         * ext/Makefile.am:
36194         * ext/libvisual/Makefile.am:
36195         * ext/libvisual/visual.c:
36196           add initial support for libvisual (http://libvisual.sourceforge.net)
36197           libvisual is still quite alpha, so expect crashes in there :)
36198
36199 2004-04-29  David Schleef  <ds@schleef.org>
36200
36201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
36202         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
36203         up qtdemux to make it spit out codec_data.  Do _not_ look at this
36204         code; you will no longer respect me.
36205
36206 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
36207
36208         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
36209         * ext/alsa/gstalsa.h :
36210         change alsa pcm device discovery to find more than 1 device
36211         per card. code review by Ronald.
36212
36213 2004-04-29  David Schleef  <ds@schleef.org>
36214
36215         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
36216         Add a check for a driver bug on FreeBSD.  (bug #140565)
36217
36218 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36219
36220         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
36221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36222         (gst_jpegenc_getcaps):
36223           move format setting to inner loop
36224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36225         (gst_ffmpegcolorspace_getcaps):
36226           use GST_PAD_CAPS if available so that we use already negotiated
36227           caps
36228         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
36229         (qtdemux_parse_moov), (qtdemux_parse):
36230           extra debugging
36231         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
36232         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
36233           move hardcoded path to DEFINE
36234
36235 2004-04-28  David Schleef  <ds@schleef.org>
36236
36237         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
36238         (bug #140064)
36239
36240 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36241
36242         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36243           Don't probe for playback device if we're a source element. Fixes
36244           #139658.
36245
36246 2004-04-29  Benjamin Otte  <otte@gnome.org>
36247
36248         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
36249         (gst_id3_tag_chain):
36250           rewrite buffer offset
36251
36252 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36253
36254         * configure.ac:
36255         * ext/Makefile.am:
36256         * ext/dts/Makefile.am:
36257         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
36258         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
36259         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
36260         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
36261         (gst_dtsdec_loop), (gst_dtsdec_change_state),
36262         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
36263         (plugin_init):
36264         * ext/dts/gstdtsdec.h:
36265           New DTS decoder.
36266         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
36267         (gst_faad_srcconnect):
36268           Add ESDS atom handling (.m4a).
36269
36270 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36271
36272         * ext/divx/gstdivxdec.c: (plugin_init):
36273           Remove comment that makes no sense.
36274         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
36275           Fix for obvious typo that resulted in warnings during gst-register.
36276         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
36277         (gst_xviddec_sink_link):
36278           Fix caps negotiation a bit better.
36279         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36280           We call this 'codec_data', not 'esds'.
36281
36282 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36283
36284         * gst/monoscope/gstmonoscope.c:
36285           make sure we only provide 256x128
36286         * gst/monoscope/monoscope.c: (monoscope_init):
36287           assert size of 256x128
36288
36289 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36290
36291         * Makefile.am:
36292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
36293         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
36294           fixate to max width and height of device
36295
36296 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36297
36298         * Makefile.am:
36299         * sys/v4l/gstv4l.c:
36300         * sys/v4l/gstv4lsrc.c:
36301         * sys/v4l/v4l_calls.c:
36302         * sys/v4l/v4lsrc_calls.c:
36303           fix for qc-usb driver which fakes having more than one buffer
36304           by handing the same buffer twice, which confused GStreamer's/v4lsrc
36305           buffer_free override
36306           add debugging
36307
36308 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
36309
36310         * Makefile.am:
36311         * gst/videotestsrc/gstvideotestsrc.c:
36312         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
36313         (gst_videotestsrc_init), (gst_videotestsrc_get),
36314         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
36315         * gst/videotestsrc/gstvideotestsrc.h:
36316           add num-buffers property
36317
36318         2004-04-26  Benjamin Otte  <otte@gnome.org>
36319
36320         * ext/mad/gstid3tag.c: (plugin_init):
36321           set id3mux rank to NONE so it doesn't confuse spider
36322           require audio/mpeg,mpegversion=1 in id3mux
36323
36324 2004-04-26  Benjamin Otte  <otte@gnome.org>
36325
36326         * configure.ac:
36327           detect faad correctly as non-working if it's indeed non-working
36328
36329 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36330
36331         * Makefile.am:
36332         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
36333         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
36334         fix _getcaps so it only negotiates to its supported format
36335
36336 2004-04-25  Benjamin Otte  <otte@gnome.org>
36337
36338         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36339           fix memleak
36340
36341 2004-04-23  Benjamin Otte  <otte@gnome.org>
36342
36343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36344           audio/x-raw-int with height rules! not. Now it's depth.
36345
36346 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36347
36348         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
36349         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
36350         (gst_wavparse_loop):
36351           Missing variable initialization. Add handling of DVI ADPCM. Fix
36352           mis-parsing of LIST chunks. This works around a bug where we mis-
36353           parse non-aligning LIST chunks (so LIST chunks where the contents
36354           don't align with the actual LIST size). The correct fix is to use
36355           rifflib, I'm not going to fix wavparse - too much work. All this
36356           fixes #104878.
36357
36358 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
36359
36360         reviewed by Benjamin Otte  <otte@gnome.org>
36361
36362         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
36363           fix shoutcast not working (fixes #140844)
36364
36365 2004-04-22  Benjamin Otte  <otte@gnome.org>
36366
36367         * ext/hermes/gsthermescolorspace.c:
36368         (gst_hermes_colorspace_caps_remove_format_info):
36369         * gst/colorspace/gstcolorspace.c:
36370         (gst_colorspace_caps_remove_format_info):
36371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36372         (gst_ffmpegcolorspace_caps_remove_format_info):
36373           s/gst_caps_simplify/gst_caps_do_simplify/
36374
36375 2004-04-22  Benjamin Otte  <otte@gnome.org>
36376
36377         * gst-libs/gst/riff/riff-media.c:
36378         (gst_riff_create_video_caps_with_data):
36379           mpegversion is an int
36380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
36381           don't try to create pad templates with NULL caps, use any caps
36382           instead.
36383
36384 2004-04-20  David Schleef  <ds@schleef.org>
36385
36386         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
36387         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
36388         (bug #140384)
36389
36390 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36391
36392         reviewed by David Schleef
36393
36394         * ext/mad/gstid3tag.c: Add stdlib.h
36395         * gst/rtp/gstrtpgsmenc.c: same
36396         * gst/tags/gstid3tag.c: same
36397         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
36398         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
36399         GST_DISABLE_LOADSAVE use.
36400         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
36401         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
36402         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
36403         atol(3)).
36404         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
36405         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
36406         strtoul(3)).
36407         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
36408         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
36409         $(ID3_CFLAGS).
36410         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
36411         $(LIBFAME_CFLAGS).
36412
36413 2004-04-20  David Schleef  <ds@schleef.org>
36414
36415         * gst/realmedia/rmdemux.c:  This was supposed to part of the
36416         last checkin.  Same idea.
36417
36418 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
36419
36420         reviewed by David Schleef
36421
36422         * configure.ac: bump required gstreamer version to 0.8.1.1
36423         because of following changes [--ds]
36424
36425         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
36426         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
36427         (gst_riff_read_header):  Use GST_READ_UINT*
36428         macros to access possibly unaligned memory.
36429
36430         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
36431         (mp3_type_find):  Use GST_READ_UINT*
36432         macros to access possibly unaligned memory.
36433         (mp3_type_find, mpeg1_parse_header, qt_type_find)
36434         (speex_type_find): Likewise
36435
36436         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
36437
36438         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
36439         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
36440         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
36441         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
36442         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
36443         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
36444         macros to access possibly unaligned memory.
36445
36446         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
36447         Likewise.
36448
36449         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
36450         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
36451
36452         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36453         Likewise.
36454
36455         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
36456         (gst_mpeg2subt_chain_subtitle): Likewise.
36457
36458         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
36459         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
36460         Likewise.
36461
36462         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
36463         Likewise.
36464
36465         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
36466         Likewise.
36467
36468         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
36469         Likewise.
36470
36471 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36472
36473         * configure.ac:
36474           update required version of GStreamer because of GST_TIME_FORMAT
36475
36476 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36477
36478         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
36479           remove leftover g_print
36480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36481           don't try setting only a subset of the caps. We don't want to kill
36482           autoplugging on purpose
36483
36484 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36485
36486         * sys/ximage/ximagesink.c: (plugin_init):
36487         * sys/xvimage/xvimagesink.c: (plugin_init):
36488           add debugging categories
36489
36490 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
36491
36492         * po/en_GB.po:
36493         * po/LINGUAS:
36494           Adding en_GB translation (Gareth Owen)
36495
36496 2004-04-20  David Schleef  <ds@schleef.org>
36497
36498         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36499         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
36500         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
36501         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
36502         A number of new features and hacks to extract the esds atom and
36503         put it into the caps.  (bug #137724)
36504
36505 2004-04-19  David Schleef  <ds@schleef.org>
36506
36507         * gconf/Makefile.am: Fix for non-GNU make
36508         * gst-libs/gst/Makefile.am: Change directory order to handle
36509         GstPlay linking with gstinterfaces
36510         * gst-libs/gst/audio/make_filter: make use of tr portable
36511         * gst-libs/gst/play/Makefile.am: Add intended \
36512         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
36513         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
36514         function prototype instead of void *.
36515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
36516         macro.
36517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36518         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
36519         * gst/videofilter/make_filter: make use of tr portable
36520         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
36521
36522 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
36523
36524         * po/LINGUAS:
36525         * po/uk.po:
36526           Added Ukrainian translation (Maxim V. Dziumanenko)
36527
36528 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36529
36530         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
36531         (gst_gsmdec_link), (gst_gsmdec_chain):
36532           Fix capsnego, simplify chain function slightly.
36533         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
36534           Add GSM.
36535
36536 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36537
36538         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
36539         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
36540         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
36541           Hack to make wavparse work with spider (always -> sometimes pad).
36542           Fixes #135862 && #140411.
36543
36544 2004-04-18  Benjamin Otte  <otte@gnome.org>
36545
36546         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36547         (gst_osselement_rate_probe_check),
36548         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
36549           get rid of \n in debug output
36550
36551 2004-04-17  Iain <iain@prettypeople.org>
36552
36553         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
36554         not just EOS.
36555
36556 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36557
36558         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
36559         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
36560         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
36561         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
36562         (gst_id3_tag_src_link), (gst_id3_tag_chain),
36563         (gst_id3_tag_change_state), (plugin_init):
36564           deprecate id3tag element and replace with id3demux/id3mux.
36565           great side effect: this ugly file is now even uglier, yay!
36566         * ext/mad/gstmad.h:
36567           remove non-available function
36568           update for new get_type
36569
36570 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36571
36572         * configure.ac:
36573           require mpeg2dec >= 0.4.0
36574
36575 2004-04-17  Benjamin Otte  <otte@gnome.org>
36576
36577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
36578         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
36579         (gst_xvimagesink_set_xwindow_id):
36580           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
36581           assorted cleanup fixes.
36582
36583 2004-04-16  David Schleef  <ds@schleef.org>
36584
36585         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
36586         * sys/xvimage/xvimagesink.h: same
36587
36588 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36589
36590         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36591           Fix GST_ELEMENT_ERROR with (NULL)
36592
36593 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36594
36595         * gst-libs/gst/riff/riff-media.c:
36596         (gst_riff_create_video_caps_with_data):
36597           Add div[3456] as fourccs for DivX 3 (fixes #140137).
36598
36599 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36600
36601         * gst-libs/gst/riff/riff-media.c:
36602         (gst_riff_create_video_caps_with_data),
36603         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
36604         (gst_riff_create_video_template_caps),
36605         (gst_riff_create_audio_template_caps):
36606         * gst-libs/gst/riff/riff-media.h:
36607         * gst-libs/gst/riff/riff-read.c:
36608         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
36609         * gst-libs/gst/riff/riff-read.h:
36610         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36611           Add MS RLE support. I added some functions to read out strf chunks
36612           into strf chunks and the data behind it. This is usually color
36613           palettes (as in RLE, but also in 8-bit RGB). Also use those during
36614           caps creation. Lastly, add ADPCM (similar to wavparse - which
36615           should eventually be rifflib based).
36616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
36617         (gst_matroska_demux_init), (gst_matroska_demux_reset):
36618         * gst/matroska/matroska-demux.h:
36619           Remove placeholders for some prehistoric tagging system. Didn't add
36620           support for any tag system really anyway.
36621         * gst/qtdemux/qtdemux.c:
36622           Add support for audio/x-m4a (MPEG-4) through spider.
36623         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36624         (gst_wavparse_loop):
36625           ADPCM support (#135862). Increase max. buffer size because we
36626           cannot split buffers for ADPCM (screws references) and I've seen
36627           files with 2048 byte chunks. 4096 seems safe for now.
36628
36629 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36630
36631         * configure.ac: bump nano to 1
36632
36633 === release 0.8.1 ===
36634
36635 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36636
36637         * configure.ac: releasing 0.8.1, "Comforting Sounds"
36638
36639 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36640
36641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36642           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
36643           Fixes #140058
36644
36645 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36646
36647         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
36648           lower rank of dvddemux so that it's not used for mpeg playback.
36649
36650 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36651
36652         * configure.ac:
36653           save libs correctly when checking mad
36654
36655 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36656
36657         * ext/mad/gstid3tag.c: (plugin_init):
36658           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
36659
36660 2004-04-13  David Schleef  <ds@schleef.org>
36661
36662         * common/m4/gst-feature.m4: Call -config scripts with
36663         --plugin-libs if it is supported.
36664         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
36665         JPEG images are image/jpeg.
36666         * gst/debug/Makefile.am:
36667         * gst/debug/negotiation.c: (gst_negotiation_class_init),
36668         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
36669         (gst_negotiation_update_caps), (gst_negotiation_get_property),
36670         (gst_negotiation_plugin_init): Add a property that acts like
36671         filter caps.
36672         * testsuite/gst-lint:  Move license checking to be a standard
36673         test.
36674
36675 2004-04-13  David Schleef  <ds@schleef.org>
36676
36677         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
36678         patch from Sebastien Cote (bug #139958)
36679
36680 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36681
36682         * examples/gstplay/Makefile.am:
36683         * examples/gstplay/player.c: (main):
36684           make the commandline player example use gconf settings
36685
36686 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36687
36688         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
36689         (gst_cacasink_sinkconnect), (gst_cacasink_init),
36690         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
36691           init/end library during state transition, not object
36692           creation/disposal.  get rid of custom dispose handler.
36693
36694
36695 2004-04-12  Christian Schaller <Uraeus@gnome.org>
36696
36697         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
36698         be a symlink
36699
36700 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36701
36702         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
36703           Handle JUNK chunks inside data section. Prevents warnings.
36704
36705 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36706
36707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36708         (gst_riff_create_video_template_caps):
36709           Add MS video v1.
36710         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
36711         (gst_avi_demux_stream_data):
36712           Add support for "rec-list" chunks.
36713
36714 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36715
36716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
36717           Fix another codecname mismatch.
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           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
36723           so that MJPEG plays back.
36724
36725 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36726
36727         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
36728         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
36729         * gst/mpeg1videoparse/gstmp1videoparse.h:
36730           Fix for some slight mis-cuts in buffer parsing, and for some
36731           potential overflows or faults-causers. Adds disconts. Also fixes
36732           #139105 while we're at it.
36733
36734 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36735
36736         * configure.ac:
36737         * sys/v4l2/gstv4l2element.h:
36738           Workaround for missing struct v4l2_buffer declaration in Suse 9
36739           and Mandrake 10 linux/videodev2.h header file (#135919).
36740
36741 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36742
36743         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
36744           Bail out if no filename was given.
36745
36746 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36747
36748         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
36749         (gst_v4l2_fourcc_from_structure):
36750           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
36751           Y41B somewhere).
36752
36753 2004-04-09  Benjamin Otte  <otte@gnome.org>
36754
36755         * ext/gnomevfs/gstgnomevfssink.c:
36756         (_gst_boolean_allow_overwrite_accumulator),
36757         (gst_gnomevfssink_class_init):
36758           fix erase signal - if any handler returns false the file will not be
36759           overwritten. If no handler is connected, the file will not be
36760           overwritten either.
36761           renamed signal to "allow-overwrite"
36762         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
36763           free string when adding it to ID3 failed
36764         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
36765           unref event when done
36766         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
36767           free caps
36768         * gst/typefind/gsttypefindfunctions.c:
36769         (mpeg_video_stream_type_find):
36770           fix invalid read
36771
36772 2004-04-08  David Schleef  <ds@schleef.org>
36773
36774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36775         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
36776
36777 2004-04-08  David Schleef  <ds@schleef.org>
36778
36779         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
36780         we don't support (bug #139532)
36781
36782 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36783
36784         * ext/mad/gstmad.c: (gst_mad_handle_event),
36785         (gst_mad_check_caps_reset), (gst_mad_chain),
36786         (gst_mad_change_state):
36787           only set explicit caps if they haven't been set before for
36788           this stream.  MPEG-audio sample rate/channels aren't allowed
36789           to change in-stream.
36790           Fixes #139382
36791
36792 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36793
36794         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
36795         (_gst_boolean_did_something_accumulator),
36796         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
36797         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
36798         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
36799         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
36800         (gst_gnomevfssink_change_state):
36801           Fix erase signal. Don't erase by default. Remove handoff signal.
36802           Remove erase property. Don't segfault. General cleanup.
36803
36804 2004-04-07  Benjamin Otte  <otte@gnome.org>
36805
36806         * gst-libs/gst/gconf/test-gconf.c: (main):
36807           add missing gst_init
36808
36809 2004-04-07  Benjamin Otte  <otte@gnome.org>
36810
36811         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36812           free the mutexes, too
36813
36814 2004-04-07  Benjamin Otte  <otte@gnome.org>
36815
36816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
36817           actually free the URI string
36818         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
36819           compute offset correctly when passing discont events
36820         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36821           don't leak discont events
36822         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
36823           add some missing breaks so caps aren't copied randomly
36824         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
36825           if we realloc memory, we better use it
36826
36827 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36828
36829         * ext/mad/gstmad.c: (normal_seek):
36830           fix GST_FORMAT_TIME usage
36831
36832 2004-04-05  David Schleef  <ds@schleef.org>
36833
36834         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
36835         a deprecated function (hack!)
36836
36837 2004-04-05  Benjamin Otte  <otte@gnome.org>
36838
36839         * ext/esd/esdmon.c: (gst_esdmon_get):
36840           fix nonterminated vararg and memleak
36841
36842 2004-04-05  Benjamin Otte  <otte@gnome.org>
36843
36844         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
36845         (gst_ladspa_init), (gst_ladspa_force_src_caps),
36846         (gst_ladspa_set_property), (gst_ladspa_get_property),
36847         (gst_ladspa_instantiate), (gst_ladspa_activate),
36848         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
36849           clean up debugging
36850
36851 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
36852
36853         reviewed by Benjamin Otte  <otte@gnome.org>
36854
36855         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
36856           check for broken LADSPA parameters (fixes #138635)
36857
36858 2004-04-05  Benjamin Otte  <otte@gnome.org>
36859
36860         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
36861           advertise buffer-frames correctly on sinkpads
36862
36863 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36864
36865         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
36866         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
36867         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
36868         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
36869         (gst_mad_check_caps_reset), (gst_mad_chain):
36870         add more debugging, only reset caps when we're not in error state
36871
36872 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36873
36874         * ext/mad/gstmad.c: add debugging category, comment + cleanups
36875
36876 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36877
36878         reviewed by Benjamin Otte  <otte@gnome.org>
36879
36880         * configure.ac:
36881           fix == in test(1) operator
36882
36883 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
36884
36885         reviewed by Benjamin Otte  <otte@gnome.org>
36886
36887         * configure.ac:
36888           fix --export-symblos-regex to a working regex.
36889
36890 2004-04-04  Benjamin Otte  <otte@gnome.org>
36891
36892         * sys/oss/.cvsignore:
36893           add for oss_probe
36894
36895 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
36896
36897         reviewed by Benjamin Otte  <otte@gnome.org>
36898
36899         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36900           add missing 'new_media' argument (fixes #138168)
36901         * gst/matroska/matroska-demux.c:
36902         (gst_matroska_demux_handle_seek_event):
36903           add vararg terminator (fixes #138169)
36904
36905 2004-04-02  David Schleef  <ds@schleef.org>
36906
36907         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36908         disted (bug #138914)
36909
36910 2004-04-01  Benjamin Otte  <otte@gnome.org>
36911
36912         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36913         (gst_alsa_close_audio):
36914           handle case better where a soundcard can't pause
36915         * ext/ogg/gstoggdemux.c:
36916           don't crash when we get events but don't have pads yet
36917
36918 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36919
36920         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36921           throw an error if we couldn't probe any caps.
36922
36923 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36924
36925         * ext/dvdnav/gst-dvd:
36926         Add a really simple sample DVD player
36927
36928 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36929
36930         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36931         (gst_a52dec_push), (gst_a52dec_handle_event),
36932         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36933         (gst_a52dec_change_state):
36934         * ext/a52dec/gsta52dec.h:
36935           Use a debug category, Output timestamps correctly
36936           Emit tag info, Handle events, tell liba52dec about cpu
36937           capabilities so it can use MMX etc.
36938         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36939           Fix a crasher accessing invalid memory
36940         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36941         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36942         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36943         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36944         (dvdnavsrc_query):
36945           Some support for byte-format seeking.
36946           Small fixes for still frames and menu button overlays
36947         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36948         (gst_mpeg2dec_alloc_buffer):
36949           Use a debug category. Adjust the report level of several items to
36950           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36951           so it doesn't lose the GstBuffer pointer
36952         * gst/debug/Makefile.am:
36953         * gst/debug/gstdebug.c: (plugin_init):
36954         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36955         (gst_navseek_base_init), (gst_navseek_class_init),
36956         (gst_navseek_init), (gst_navseek_seek),
36957         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36958         (gst_navseek_get_property), (gst_navseek_chain),
36959         (gst_navseek_plugin_init):
36960         * gst/debug/gstnavseek.h:
36961           Add the navseek debug element for seeking back and forth in a
36962           video stream using arrow keys.
36963         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36964         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36965         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36966         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36967         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36968         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36969         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36970         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36971         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36972         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36973         * gst/mpeg2sub/gstmpeg2subt.h:
36974           Pretty much a complete rewrite. Now a loopbased element. May still
36975           require work to properly synchronise subtitle buffers.
36976         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36977         (gst_dvd_demux_send_subbuffer):
36978         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36979           Don't attempt to create subbuffers of size 0
36980           Reduce a couple of error outputs to warnings.
36981         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36982         (gst_y4mencode_chain):
36983         Output the y4m frame header correctly.
36984
36985 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36986
36987         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36988           throw errors instead of allowing SIGFPE
36989
36990 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36991
36992         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36993         (gst_gconf_render_bin_from_key):
36994           leak plugging and style fixing
36995
36996 2004-03-31  David Schleef  <ds@schleef.org>
36997
36998         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36999         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
37000         (bug #138225)
37001         * gst/debug/Makefile.am:
37002         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
37003         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
37004         plugin.
37005         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
37006         (gst_negotiation_base_init), (gst_negotiation_class_init),
37007         (gst_negotiation_init), (gst_negotiation_getcaps),
37008         (gst_negotiation_pad_link), (gst_negotiation_chain),
37009         (gst_negotiation_set_property), (gst_negotiation_get_property),
37010         (gst_negotiation_plugin_init):  New element to talk about random
37011         negotiation things happening in a pipeline.
37012
37013 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37014
37015         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
37016           fix integer addition with help of Stefan Kost
37017
37018 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37019
37020         * po/nl.po: updated Dutch translation (Elros Cyriatan)
37021
37022 2004-03-30  David Schleef  <ds@schleef.org>
37023
37024         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
37025         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
37026         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
37027         (bug #137504)
37028         * ext/mpeg2dec/gstmpeg2dec.h:
37029
37030 2004-03-30  David Schleef  <ds@schleef.org>
37031
37032         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
37033
37034 2004-03-30  David Schleef  <ds@schleef.org>
37035
37036         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
37037         Michael Petullo) to handle .mov
37038
37039 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37040
37041         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
37042         (gst_osselement_rate_check_rate):
37043           probe caps correctly for sound cards that only support one format
37044
37045 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37046
37047         * ext/kio/kiosrc.cpp: (process_events):
37048           update handling event processing if inside KDE - untested
37049
37050 2004-03-29  David Schleef  <ds@schleef.org>
37051
37052         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
37053         by 2 to not interfere with other colorspaces.
37054         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
37055         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
37056         one to not interfere with ffmpeg_colorspace.
37057
37058 2004-03-29  David Schleef  <ds@schleef.org>
37059
37060         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
37061         aren't in the caps.
37062         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
37063         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
37064
37065 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37066
37067         * gst-libs/gst/riff/riff-media.c:
37068           fail on error, don't try to set stuff on NULL caps
37069
37070 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37071
37072         * configure.ac:
37073         * ext/Makefile.am:
37074         * ext/kio/Makefile.am:
37075         * ext/kio/kioreceiver.cpp:
37076         * ext/kio/kioreceiver.h:
37077         * ext/kio/kiosrc.cpp:
37078         * ext/kio/kiosrc.h:
37079           add experimental kiosrc plugin
37080         * ext/alsa/gstalsaplugin.c: (plugin_init):
37081           initialize debugging category only when we're sure registering the
37082           plugins worked.
37083
37084 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37085
37086         * examples/gstplay/player.c: (main):
37087         * gst-libs/gst/play/play.c: (gst_play_class_init),
37088         (gst_play_set_location), (gst_play_set_data_src),
37089         (gst_play_set_video_sink), (gst_play_set_audio_sink),
37090         (gst_play_set_visualization), (gst_play_connect_visualization):
37091           check return values of element_set_state and return FALSE where
37092           failed
37093
37094 2004-03-29  Benjamin Otte  <otte@gnome.org>
37095
37096         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
37097           try harder to check if an event is really a discont
37098
37099 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
37100
37101         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
37102         * po/az.po:
37103
37104 2004-03-28  Benjamin Otte  <otte@gnome.org>
37105
37106         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
37107         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
37108         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
37109           get rid of non-standard "..." ranges in case statements.
37110
37111 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
37112
37113         * gst/mpegstream/gstmpegdemux.c:
37114         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
37115         specific functionality split to the new dvddemux element.
37116         * gst/mpegstream/gstdvddemux.c:
37117         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
37118         streams, derived from mpegdemux.
37119         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
37120         up. SCR based timestamp rewriting can be turned off (will probably
37121         completely disappear soon).
37122         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
37123         hacking. General cleanup. All printf statements replaced by
37124         debugging messages. Almost complete libdvdnav support.
37125         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
37126         by events. New properties for audio and subpicture languages.
37127         (dvdnavsrc_update_highlight): Now uses events.
37128         (dvdnavsrc_user_op): Cleaned up.
37129         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
37130         based). Lots of cleanup, and propper support for most libdvdnav
37131         events.
37132         (dvdnavsrc_make_dvd_event): New function.
37133         (dvdnavsrc_make_dvd_nav_packet_event): New function.
37134         (dvdnavsrc_make_clut_change_event): New function.
37135
37136 2004-03-26  Benjamin Otte  <otte@gnome.org>
37137
37138         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
37139           fix bug where typefinding would claim it's theora whenever less then
37140           7 bytes of data were available
37141
37142 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37143
37144         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
37145         (gst_alawdec_base_init), (gst_alawdec_class_init),
37146         (gst_alawdec_init), (gst_alawdec_chain):
37147         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
37148         (gst_alawenc_base_init), (gst_alawenc_class_init),
37149         (gst_alawenc_init), (gst_alawenc_chain):
37150         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
37151         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
37152         (gst_mulawdec_init), (gst_mulawdec_chain):
37153         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
37154         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
37155         (gst_mulawenc_init), (gst_mulawenc_chain):
37156           Fix capsnego in all four, remove the unused property functions and
37157           simplify the chain functions slightly. I guess we could use macros
37158           or something similar for those, since the code is so similar, but
37159           I'm currently too lazy...
37160
37161 2004-03-24  David Schleef  <ds@schleef.org>
37162
37163         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
37164         (gst_osselement_close_audio), (gst_osselement_probe_caps),
37165         (gst_osselement_get_format_structure),
37166         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
37167         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
37168         (gst_osselement_rate_int_compare): Add code to handle rate probing
37169         (bug #120883)
37170         * sys/oss/gstosselement.h: same
37171         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
37172         Use rate probing provided by osselement.
37173         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
37174
37175 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37176
37177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
37178         (gst_xvidenc_get_property):
37179           ulong/int mess-up.
37180
37181 2004-03-24  David Schleef  <ds@schleef.org>
37182
37183         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
37184         (gst_speexdec_init):
37185         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
37186         (gst_speexenc_init):  Create the pad template correctly (from
37187         the static pad template, not a NULL pointer.)
37188
37189 2004-03-25  Benjamin Otte  <otte@gnome.org>
37190
37191         * gst/debug/Makefile.am:
37192         * gst/debug/breakmydata.c:
37193           add element that quasi-randomly changes bytes in the stream.
37194           Intended use is robustness checking of demuxers and decoders in
37195           media tests.
37196
37197 2004-03-24  Benjamin Otte  <otte@gnome.org>
37198
37199         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37200         (gst_alsa_probe_hw_params):
37201         * ext/alsa/gstalsa.h:
37202           debugging output fixes
37203
37204 2004-03-24  Benjamin Otte  <otte@gnome.org>
37205
37206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
37207           don't g_return_if_fail if element is PLAYING, fail silently as every
37208           other element.
37209         * gst/effectv/gstquark.c: (gst_quarktv_chain):
37210           only fix needed for cast lvalue issues in gst-plugins
37211         * gst/volenv/gstvolenv.c: (gst_volenv_init):
37212           add proxy_getcaps
37213
37214 2004-03-24  Benjamin Otte  <otte@gnome.org>
37215
37216         * gst/level/gstlevel.c: (gst_level_init):
37217           add proxying getcaps function, so level doesn't advertise impossible
37218           caps
37219
37220 2004-03-24  David Schleef  <ds@schleef.org>
37221
37222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37223         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
37224         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
37225         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
37226         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
37227         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
37228         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
37229         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
37230         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
37231         messages.  Divide the chunk size by the compression ratio
37232         (needed for MACE audio)
37233
37234 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37235
37236         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37237           Fix buffer overflow read error.
37238
37239 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37240
37241         * ext/alsa/gstalsa.h:
37242           Remove unused entry.
37243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
37244           Add cinepak.
37245         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
37246         (gst_videodrop_link), (gst_videodrop_chain):
37247           Fix, sort of. Was horribly broken with new capsnego. Bah...
37248
37249 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
37250
37251         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
37252         (plugin_init):
37253         Add a monkeysaudio typefind function
37254
37255 2004-03-23  Johan Dahlin  <johan@gnome.org>
37256
37257         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
37258         (gst_play_video_fixate): Check so the structure has the field
37259         before trying to fixate them, this makes it possible to have
37260         fakesinks for video and audio output without printing errors on
37261         the output console.
37262
37263 2004-03-22  David Schleef  <ds@schleef.org>
37264
37265         * sys/oss/Makefile.am:
37266         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
37267         (check_rate), (add_rate):  Rate probing test app.
37268
37269 2004-03-21  Benjamin Otte  <otte@gnome.org>
37270
37271         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37272         (_fixate_caps_to_int), (gst_audio_convert_fixate):
37273           add a fixation function that pretty much does the right thing (fixes
37274           #137556)
37275
37276 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
37277
37278         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
37279
37280 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
37281
37282         reviewed by: Benjamin Otte  <otte@gnome.org>
37283
37284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
37285           terminate gst_event_new_discontinuous correctly (fixes parts of
37286           #137711)
37287
37288 2004-03-19  David Schleef  <ds@schleef.org>
37289
37290         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
37291         since it doesn't depend on X, and it's part of our ABI.
37292
37293 2004-03-19  Iain <iain@prettypeople.org>
37294
37295         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
37296         is_int in the structure, not the local variable.
37297
37298 2004-03-19  David Schleef  <ds@schleef.org>
37299
37300         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
37301         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
37302         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
37303         Improvements in caps negotiation.
37304
37305 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37306
37307         * po/LINGUAS:
37308         * po/af.po:
37309           adding Afrikaans (Petri Jooste)
37310
37311 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37312
37313         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37314         (gst_ffmpegcolorspace_chain):
37315         throw error instead of g_critical (#137588)
37316
37317 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37318
37319         * Makefile.am:
37320         * configure.ac:
37321           dist common and m4 correctly
37322         * po/sv.po:
37323
37324 2004-03-17  David Schleef  <ds@schleef.org>
37325
37326         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
37327         (bug #137348)
37328
37329 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37330
37331         * po/LINGUAS:
37332         * po/sv.po:
37333           adding Swedish translation (Christian Rose)
37334
37335 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37336
37337         * Makefile.am: use release.mak
37338
37339 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37340
37341         * common/ChangeLog:
37342         * common/gst-autogen.sh:
37343           add some explanation about the version detection
37344         * configure.ac:
37345           fix X check
37346
37347 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37348
37349         * configure.ac: bump nano to 1
37350
37351 === release 0.8.0 ===
37352
37353 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37354
37355         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
37356
37357 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37358
37359         * configure.ac:
37360           update libtool version
37361         * gst-libs/gst/media-info/Makefile.am:
37362           actually use libtool version
37363
37364 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37365
37366         * configure.ac: fix speex detection to work with 1.0 but not 1.1
37367
37368 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37369
37370         * configure.ac:
37371         * gst-plugins.spec.in:
37372         * pkgconfig/Makefile.am:
37373         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
37374         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37375         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37376         * pkgconfig/gstreamer-libs.pc.in:
37377         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37378         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37379         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
37380         * pkgconfig/gstreamer-plugins.pc.in:
37381           remove @VERSION@ from some of the pc files since core and plugins
37382           are decoupled.
37383           created gstreamer-plugins.pc as it's a better name, but keeping
37384           -libs around for now to get fixes upstream done first.
37385
37386 2004-03-15  Julien MOUTTE <julien@moutte.net>
37387
37388         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
37389         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
37390         * gst-libs/gst/play/play.h:
37391
37392 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * *.c, *.cc: don't mix tabs and spaces
37395
37396 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37397
37398         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37399           use the new ffmpegcolorspace
37400         * gst-plugins.spec.in:
37401           package new colorspace and media-info
37402         * configure.ac:
37403         * pkgconfig/Makefile.am:
37404           fix some more disting issues
37405         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
37406         * pkgconfig/gstreamer-media-info.pc.in:
37407           generate media-info pc files
37408
37409 2004-03-15  Johan Dahlin  <johan@gnome.org>
37410
37411         * *.h: Revert indenting
37412
37413 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37414
37415         * configure.ac:
37416           adding ffmpegcolorspace element
37417         * gst/ffmpegcolorspace/Makefile.am:
37418         * gst/ffmpegcolorspace/avcodec.h:
37419         * gst/ffmpegcolorspace/common.h:
37420         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
37421         * gst/ffmpegcolorspace/dsputil.h:
37422         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
37423         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
37424         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
37425         (gst_ffmpeg_caps_to_pix_fmt):
37426         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
37427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
37428         (gst_ffmpegcolorspace_caps_remove_format_info),
37429         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
37430         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
37431         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
37432         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
37433         (gst_ffmpegcolorspace_set_property),
37434         (gst_ffmpegcolorspace_get_property),
37435         (gst_ffmpegcolorspace_register):
37436         * gst/ffmpegcolorspace/imgconvert.c:
37437         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
37438         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
37439         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
37440         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
37441         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
37442         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
37443         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
37444         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
37445         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
37446         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
37447         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
37448         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
37449         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
37450         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
37451         (img_get_alpha_info), (deinterlace_line),
37452         (deinterlace_line_inplace), (deinterlace_bottom_field),
37453         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
37454         * gst/ffmpegcolorspace/imgconvert_template.h:
37455         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
37456         * gst/ffmpegcolorspace/mmx.h:
37457         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
37458           adding ffmpegcolorspace element supplied by Ronald after cleaning
37459           up and pulling in the right bits of upstream source.
37460           I'm sure a better C/compiler wizard could do some cleaning up (for
37461           example use GLIB's malloc stuff), but as a first pass this
37462           works very well
37463
37464 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
37465
37466         * ext/alsa/gstalsa.h:
37467           I assume Ronald forgot to commit the change to have cardname
37468           as a struct member.  Expect some public spanking at the next
37469           opportunity.
37470
37471 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37472
37473         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
37474         (gst_alsa_open_audio), (gst_alsa_close_audio):
37475         * ext/alsa/gstalsa.c:
37476           Don't open the device if we're a mixer (= padless).
37477         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
37478         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
37479         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
37480           Open mixer during state change rather than during object
37481           initialization. Also, get a device name. Currently in a somewhat
37482           hackish fashion, but I didn't really find something better.
37483
37484 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
37485
37486         * *.c, *.h: run gst-indent
37487
37488 2004-03-14  Benjamin Otte  <otte@gnome.org>
37489
37490         * gst/modplug/gstmodplug.cc:
37491         * gst/modplug/gstmodplug.h:
37492           set correct timestamps on outgoing buffers
37493
37494 2004-03-14  Benjamin Otte  <otte@gnome.org>
37495
37496         * gst/modplug/gstmodplug.cc:
37497           handle events - don't do crap when a discont arrives that's not
37498           necessary
37499           This allows correct loading and playback of mods in Rhythmbox
37500
37501 2004-03-14  Benjamin Otte  <otte@gnome.org>
37502
37503         * configure.ac:
37504         * gst-libs/gst/gconf/Makefile.am:
37505         * pkgconfig/Makefile.am:
37506           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
37507           they get rebuilt properly
37508         * configure.ac:
37509           when checking for vorbis, try pkgconfig first.
37510         * gst/modplug/gstmodplug.cc:
37511           add fixate function
37512
37513 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37514
37515         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
37516           Fix for obvious mistake, where we first shift the offset and then
37517           read a samplesize element assuming the old offset. Note that this
37518           part still has something weird, i.e. my movies containing those
37519           don't actually play well, but at least there's something that looks
37520           like sound now.
37521
37522 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
37523         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
37524         (plugin_init):
37525         Add a typefind function for speex format
37526
37527 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37528
37529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
37530         (gst_asf_demux_setup_pad):
37531           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
37532           instead of 0. Reason is simple: some elements have a fps range
37533           of 1-max instead of 0-max. So now ASF video actually works.
37534
37535 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37536
37537         * po/LINGUAS:
37538         * po/sr.po:
37539           adding serbian as a language
37540
37541 2004-03-13  Benjamin Otte  <otte@gnome.org>
37542
37543         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37544           return taglist correctly from _get function, don't gst_pad_push it.
37545           (fixes #137042)
37546
37547 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37548         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37549
37550 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37551
37552         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
37553         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
37554         (gst_alsa_mixer_track_new):
37555         * ext/alsa/gstalsamixertrack.h:
37556           Fix ancient leftovers... MixerTrack is a GObject.
37557
37558 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37559
37560         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
37561         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
37562           Don't block during probing...
37563
37564 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37565
37566         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
37567         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
37568         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
37569         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
37570         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
37571         (gst_alsa_open_audio), (gst_alsa_close_audio):
37572         * ext/alsa/gstalsa.h:
37573           Add propertyprobe interface implementation, add some device-name
37574           property, all this so that it looks good in gnome-volume-control.
37575
37576 2004-03-12  David Schleef  <ds@schleef.org>
37577
37578         * configure.ac: the Hermes library controls hermescolorspace, not
37579         colorspace.
37580         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37581         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
37582         not /* */
37583         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
37584         * ext/sdl/sdlvideosink.h: ditto.
37585         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
37586
37587 2004-03-12  Benjamin Otte  <otte@gnome.org>
37588
37589         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
37590         (gst_x_overlay_got_xwindow_id):
37591         * gst-libs/gst/xoverlay/xoverlay.h:
37592           replace XID with unsigned long to get rid of the xlibs dependency in
37593           XOverlay (fixes #137004)
37594
37595 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
37596         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
37597         (gst_agingtv_setup):
37598         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
37599         (gst_dicetv_base_init), (gst_dicetv_class_init),
37600         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
37601         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
37602         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
37603         (gst_edgetv_setup), (gst_edgetv_rgb32):
37604         * gst/effectv/gsteffectv.c:
37605         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
37606         (gst_quarktv_set_property):
37607         * gst/effectv/gstrev.c: (gst_revtv_get_type),
37608         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
37609         (gst_revtv_setup), (gst_revtv_rgb32):
37610         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
37611         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
37612         (gst_shagadelictv_init), (gst_shagadelictv_setup),
37613         (gst_shagadelictv_rgb32):
37614         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
37615         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
37616         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
37617         * gst/effectv/gstwarp.c:
37618         Port everything that can be ported to videofilter and fix up the caps.
37619         Can someone with a big-endian machine please check these?
37620
37621 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37622
37623         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
37624         (gst_osssink_chain), (gst_osssink_change_state):
37625           Latest fixes for A/V sync, audio playback and such. This is about
37626           all... MPEG playback issues are mostly related to the async build-
37627           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
37628
37629 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37630
37631         patch from: Stephane Loeuillet
37632
37633         * configure.ac:
37634           use pkg-config for some libraries, falling back to the old .m4 way
37635           (fixes #131270)
37636         * m4/libdv.m4:
37637           removed
37638
37639 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
37640
37641         * configure.ac:
37642         * tools/Makefile.am:
37643         * tools/Makefile.in:
37644         * tools/gst-launch-ext-m.m:
37645         * tools/gst-launch-ext.1.in:
37646         * tools/gst-visualise-m.m:
37647         * tools/gst-visualise.1:
37648         * tools/gst-visualise.1.in:
37649           reorganizing generation of script tools
37650
37651 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37652
37653         * ext/divx/gstdivxdec.c:
37654           Downgrade priority. We prefer ffdec_mpeg4.
37655         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
37656         (gst_faad_chain), (gst_faad_change_state):
37657           Fix capsnego. Doesn't work for some sounds because we don't have
37658           a 5:1 to stereo element.
37659         * ext/xvid/gstxvid.c: (plugin_init):
37660           Add priority.
37661         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
37662         (gst_osssink_change_state):
37663           Add discont handling.
37664
37665 2004-03-09  Colin Walters  <walters@verbum.org>
37666
37667         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
37668         conversion.
37669
37670 2004-03-09  Benjamin Otte  <otte@gnome.org>
37671
37672         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37673           the signals take 2 arguments
37674
37675 2004-03-09  David Schleef  <ds@schleef.org>
37676
37677         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
37678         (gst_alsa_fixate): Add fixate function.  (bug #136686)
37679         * ext/alsa/gstalsa.h:
37680         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
37681
37682 2004-03-09  Benjamin Otte  <otte@gnome.org>
37683
37684         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
37685         (gst_mikmod_change_state):
37686         * ext/mikmod/gstmikmod.h:
37687           make mikmod's loop function not loop infinitely and call
37688           gst_element_yield anymore
37689         * gst/modplug/gstmodplug.cc:
37690           fix pad negotiation (fixes #136590)
37691
37692 2004-03-09  David Schleef  <ds@schleef.org>
37693
37694         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
37695         doesn't conflict with the internal colorspace plugin.
37696         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
37697         satisfy the crappy-ass shell shipped by a certain vendor.
37698         * gst/videofilter/make_filter: same (bug #135299)
37699
37700 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37701
37702         * configure.ac: bump nano to 1
37703
37704 === release 0.7.6 ===
37705
37706 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37707
37708         * configure.in: releasing 0.7.6, "There"
37709
37710 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37711
37712         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37713         * pkgconfig/gstreamer-play.pc.in:
37714           synchronize the two
37715
37716 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37717
37718         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
37719         (cdparanoia_open), (cdparanoia_event):
37720           fix/add error handling
37721         * po/POTFILES.in:
37722           add cdparanoia source
37723         * tools/Makefile.am:
37724           make scripts executable
37725
37726 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
37727
37728         * configure.ac:
37729         * ext/vorbis/Makefile.am:
37730         * sys/Makefile.am:
37731           remove id3types, vorbisfile and xvideosink from the build (#133783)
37732
37733 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37734
37735         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37736           Fix metadata read crash (#136537).
37737
37738 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37739
37740         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
37741         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
37742           adding mime types, fixing the one-stop function
37743
37744 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37745
37746         * ext/nas/nassink.c and /ext/nas/nassink.h:
37747         More NAS love from Arwed von Merkatz
37748         So lets all sing 'Can you feel the NAS tonight'
37749
37750 2004-03-08  Christian Schaller <Uraeus@gnome.org>
37751
37752         * tools/gst-launch-ext.in:
37753         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
37754
37755 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37756
37757         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
37758         (gst_mpeg2dec_init):
37759         remove the user_data pad for now, because it is being used in
37760         fixating causing MPEG playback to fixate on 1000 Hz for playback.
37761         If someone knows how to fix this properly, please do.
37762
37763 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
37764
37765         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37766         (gst_osssink_get_time):
37767         add a warning, IMO this won't get triggered anymore, remove later
37768
37769 2004-03-07  David Schleef  <ds@schleef.org>
37770
37771         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
37772         format (bug #136470)
37773
37774 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
37775
37776         * gst-libs/Makefile.am:
37777         * gst-libs/gst/media-info/Makefile.am:
37778         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
37779         (error_callback), (gst_media_info_error_create),
37780         (gst_media_info_error_element), (gmip_init), (gmip_reset),
37781         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
37782         * gst-libs/gst/media-info/media-info-priv.h:
37783         * gst-libs/gst/media-info/media-info-test.c: (main):
37784         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
37785         (gst_media_info_class_init), (gst_media_info_instance_init),
37786         (gst_media_info_set_source), (gst_media_info_read_with_idler),
37787         (gst_media_info_read_idler), (gst_media_info_read):
37788         * gst-libs/gst/media-info/media-info.h:
37789         fixed, should work now
37790
37791 2004-03-07  Christian Schaller <Uraeus@gnome.org>
37792
37793         * ext/nas/nassink.c:
37794         A bunch of NAS fixes from Arwed von Merkatz
37795
37796 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37797
37798         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
37799         (qtdemux_parse_trak):
37800           Fix crash (j might be greater than n_samples, in which case we're
37801           writing outside the allocated space for the array) and memleak.
37802
37803 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37804
37805         * sys/oss/gstosssink.c: (gst_osssink_chain):
37806           And another caller that couldn't handle delay < 0 (unsigned
37807           integer overflow). Video now continues playing on an audio
37808           buffer underrun, and the clock continues working. Audio still
37809           stalls.
37810
37811 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37812
37813         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37814         (gst_osssink_get_time):
37815           get_delay() may return values lower than 0. In those cases, we
37816           should not actually cast to *unsigned* int64, that will break
37817           stuff horribly. In my case, it screwed up A/V sync in movies
37818           in totem rather badly.
37819
37820 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37821
37822         * ext/faac/gstfaac.c: (gst_faac_chain):
37823         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37824         * ext/libpng/gstpngenc.c: (user_write_data):
37825         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37826         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37827         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37828         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37829         Fix several misuse of gst_buffer_merge (it doesn't take ownership
37830         of any buffer), should fix some leaks. I hope I didn't unref buffers
37831         that shouldn't be...
37832
37833 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37834
37835         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
37836         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
37837         (error_callback), (gmi_reset), (gmi_seek_to_track),
37838         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
37839         (gmip_find_type_post), (gmip_find_stream_post),
37840         (gmip_find_track_streaminfo_post):
37841         * gst-libs/gst/media-info/media-info-priv.h:
37842         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
37843         (info_print), (main):
37844         * gst-libs/gst/media-info/media-info.c:
37845         (gst_media_info_error_create), (gst_media_info_error_element),
37846         (gst_media_info_instance_init), (gst_media_info_get_property),
37847         (gst_media_info_new), (gst_media_info_set_source),
37848         (gst_media_info_read_idler), (gst_media_info_read):
37849         * gst-libs/gst/media-info/media-info.h:
37850           first pass at making this work again.  This seems to work on
37851           tagged ogg/vorbis and mp3 files.
37852
37853 2004-03-06  Benjamin Otte  <otte@gnome.org>
37854
37855         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37856           fix huge leak: gst_buffer_merge doesn't unref the first argument
37857           itself.
37858
37859 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37860
37861         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
37862           report layer/mode/emphasis
37863
37864 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37865
37866         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
37867
37868 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37869
37870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
37871           signal serial
37872
37873 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37874
37875         * ext/vorbis/vorbis.c: (plugin_init):
37876         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
37877         (gst_vorbis_dec_init), (vorbis_dec_event):
37878         add debug category
37879         make vorbisdec handle _BYTE and _TIME queries
37880
37881 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37882
37883         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
37884           from the xing header
37885
37886 2004-03-06  Benjamin Otte  <otte@gnome.org>
37887
37888         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
37889         (gst_audio_convert_link), (gst_audio_convert_change_state),
37890         (gst_audio_convert_buffer_from_default_format):
37891           do conversions from/to float correctly, fix some caps nego errors,
37892           export correct supported caps in template and getcaps, use correct
37893           caps in try_set_caps functions
37894
37895 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37896
37897         For some reason, I only committed a ChangeLog entry yesterday and
37898         not the corresponding code...
37899         * ext/mad/gstmad.c: Fix detection of Xing headers
37900         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37901
37902 2004-03-06  Benjamin Otte  <otte@gnome.org>
37903
37904         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37905         (gst_ogg_demux_src_query):
37906           make sure to handle the case where there's no current chain
37907           gracefully.
37908
37909 2004-03-05  David Schleef  <ds@schleef.org>
37910
37911         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37912         Add fixate function. (bug #131128)
37913         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37914         (gst_sdlvideosink_fixate):  Add fixate function.
37915         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37916         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37917         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37918         Fix missing break that was causing ulaw to be interpreted as
37919         raw int.
37920
37921 2004-03-05  David Schleef  <ds@schleef.org>
37922
37923         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37924         Fix code that ignores return value of gst_buffer_merge().
37925         (bug #114560)
37926         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37927         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37928         * testsuite/gst-lint:  Check for above.
37929
37930 2004-03-05  David Schleef  <ds@schleef.org>
37931
37932         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37933         caps and throw an element error.  (bug #136334)
37934
37935 2004-03-05  David Schleef  <ds@schleef.org>
37936
37937         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37938         (gst_faad_chain): Fix negotiation.
37939         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37940         key and button events.
37941         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37942         dung heap of code.
37943         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37944         depends on gconf
37945         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37946         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37947         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37948         function to encourage better negotiation, particularly between
37949         audioconvert and osssink.
37950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37951         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37952         more important.
37953         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37954         typefinding.
37955         * gst/vbidec/vbiscreen.c:  Add glib header
37956         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37957
37958 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37959
37960         * ext/mad/gstmad.c: Fix detection of Xing headers
37961         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37962
37963 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37964
37965         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37966         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37967           debug updates
37968
37969 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37970
37971         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37972         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37973         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37974         files, and report the parsed length as a GST_TAG_DURATION tag.
37975         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37976
37977 2004-03-05  Benjamin Otte  <otte@gnome.org>
37978
37979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37980           convert channels correctly. convert correctly to unsigned.
37981
37982 2004-03-05  Julien MOUTTE <julien@moutte.net>
37983
37984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37985         we have a window before clearing it.
37986
37987 2004-03-05  Julien MOUTTE <julien@moutte.net>
37988
37989         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37990         have a window before clearing it.
37991
37992 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37993
37994         * gconf/gstreamer.schemas.in:
37995         * gst-libs/gst/gconf/Makefile.am:
37996           version installation path the same way as for 0.6
37997         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37998         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37999         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38000           remove comment that was fixed
38001
38002 2004-03-05  David Schleef  <ds@schleef.org>
38003
38004         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
38005         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
38006         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
38007         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
38008         Add prototype code for handling seeking and querying.
38009
38010 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38011
38012         * examples/gstplay/player.c: (main):
38013           Initialize variables to NULL. Prevents a segfault because the
38014           (uninitialized) variable is not NULL, resulting in a crash on
38015           trying to reach error->message.
38016
38017 2004-03-05  Benjamin Otte  <otte@gnome.org>
38018
38019         * gst/audioconvert/gstaudioconvert.c:
38020         (gst_audio_convert_buffer_to_default_format):
38021         make float=>int conversion work correctly even in cornercases.
38022
38023 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
38024
38025         * debian/README.Debian:
38026         * debian/build-deps:
38027         * debian/changelog:
38028         * debian/control:
38029         * debian/control.in:
38030         * debian/copyright:
38031         * debian/gstreamer-a52dec.files:
38032         * debian/gstreamer-aa.files:
38033         * debian/gstreamer-alsa.files:
38034         * debian/gstreamer-alsa.manpages:
38035         * debian/gstreamer-arts.files:
38036         * debian/gstreamer-artsd.files:
38037         * debian/gstreamer-audiofile.files:
38038         * debian/gstreamer-avifile.files:
38039         * debian/gstreamer-cdparanoia.files:
38040         * debian/gstreamer-colorspace.files:
38041         * debian/gstreamer-doc.files:
38042         * debian/gstreamer-dv.files:
38043         * debian/gstreamer-dvd.files:
38044         * debian/gstreamer-esd.files:
38045         * debian/gstreamer-festival.files:
38046         * debian/gstreamer-flac.files:
38047         * debian/gstreamer-gconf.conffiles:
38048         * debian/gstreamer-gconf.files:
38049         * debian/gstreamer-gconf.postinst:
38050         * debian/gstreamer-gnomevfs.files:
38051         * debian/gstreamer-gsm.files:
38052         * debian/gstreamer-http.files:
38053         * debian/gstreamer-jack.files:
38054         * debian/gstreamer-jpeg.files:
38055         * debian/gstreamer-mad.files:
38056         * debian/gstreamer-mikmod.files:
38057         * debian/gstreamer-misc.files:
38058         * debian/gstreamer-mpeg2dec.files:
38059         * debian/gstreamer-oss.files:
38060         * debian/gstreamer-plugin-apps.files:
38061         * debian/gstreamer-plugin-apps.manpages:
38062         * debian/gstreamer-plugin-libs-dev.files:
38063         * debian/gstreamer-plugin-libs.files:
38064         * debian/gstreamer-plugin-template.postinst:
38065         * debian/gstreamer-plugin-template.postrm:
38066         * debian/gstreamer-sdl.files:
38067         * debian/gstreamer-sid.files:
38068         * debian/gstreamer-vorbis.files:
38069         * debian/gstreamer-x.files:
38070         * debian/mk.control:
38071         * debian/rules:
38072         Debian package info not maintained here.
38073
38074 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38075
38076         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
38077         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
38078         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
38079         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
38080         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
38081         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
38082         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
38083         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
38084         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
38085         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
38086         * gst-libs/gst/colorbalance/colorbalance.c:
38087         (gst_color_balance_class_init):
38088         * gst-libs/gst/colorbalance/colorbalancechannel.c:
38089         (gst_color_balance_channel_class_init):
38090         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
38091         * gst-libs/gst/play/play.c: (gst_play_class_init):
38092         * gst-libs/gst/propertyprobe/propertyprobe.c:
38093         (gst_property_probe_iface_init):
38094         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
38095         * gst-libs/gst/tuner/tunerchannel.c:
38096         (gst_tuner_channel_class_init):
38097         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
38098         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
38099         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
38100         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
38101         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
38102         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
38103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
38104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
38105         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
38106           fix signals to use - instead of _
38107         * ext/libcaca/gstcacasink.h:
38108         * ext/sdl/sdlvideosink.h:
38109           fix header rename
38110
38111 2004-03-04  David Schleef  <ds@schleef.org>
38112
38113         * testsuite/gst-lint:  Add a check for bad signal names.
38114
38115 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
38116
38117         reviewed by David Schleef
38118
38119         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
38120         modified the alpha channel and caused a warning. (bug #136192)
38121
38122 2004-04-03  Christian Schaller <Uraeus@gnome.org>
38123
38124         * gst-plugins.spec.in:
38125         Change names of plugins to actually be correct. Try to keep things
38126         alphabetical to avoid getting beat up by Thomas
38127
38128 2004-03-03  Julien MOUTTE <julien@moutte.net>
38129
38130         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
38131         Using ximagesink as a default if no gconf key found. We should
38132         probably consider using alsasink instead of osssink for the audio
38133         part.
38134
38135 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38136
38137         * configure.ac:
38138           fix --with-plugins, don't think it ever worked before
38139         * gst-plugins.spec.in:
38140           even more updates
38141
38142 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38143
38144         * ext/sdl/sdlvideosink.h:
38145         * sys/ximage/ximagesink.h:
38146         * sys/xvideo/xvideosink.h:
38147         * sys/xvimage/xvimagesink.h:
38148           Fix for move of gstvideosink.h -> videosink.h.
38149
38150 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38151
38152         * gst-libs/gst/xwindowlistener/Makefile.am:
38153           this is a plugin library, not a library
38154
38155 2004-03-01  David Schleef  <ds@schleef.org>
38156
38157         * AUTHORS:  Added some names.  Add yourself if you're still
38158         missing.
38159
38160 2004-03-01  David Schleef  <ds@schleef.org>
38161
38162         * MAINTAINERS: Add
38163
38164 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38165
38166         * gst-plugins.spec.in: clean up spec file
38167
38168 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38169
38170         * gst-libs/gst/video/Makefile.am:
38171         * gst-libs/gst/video/gstvideosink.c:
38172         * gst-libs/gst/video/gstvideosink.h:
38173           rename gstvideosink.h to videosink.h to match other headers
38174         * gst/mixmatrix/Makefile.am:
38175           fix plugin filename
38176         * gst/tags/Makefile.am: fix plugin filename
38177
38178 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38179
38180         * gst/tags/Makefile.am: fix plugin filename
38181
38182 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38183
38184         * examples/gstplay/player.c: (got_time_tick), (main):
38185           add error handler
38186           display time_tick more readably
38187         * gst/mixmatrix/Makefile.am:
38188           fix plugin file name
38189
38190 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
38191
38192         * sys/oss/gstosselement.c: (gst_osselement_probe),
38193         (device_combination_append), (gst_osselement_class_probe_devices):
38194         * sys/oss/gstosselement.h:
38195           Reworked enumeration of oss dsps and mixers so that gst-mixer works
38196           on my system using alsa oss emulation, fixes bug #135597
38197
38198 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38199
38200         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
38201         (gst_videodrop_chain), (gst_videodrop_change_state):
38202         * gst/videodrop/gstvideodrop.h:
38203           Work based on timestamp of input data, not based on the expected
38204           framerate from the input. The consequence is that this element now
38205           not only scales framerates, but also functions as a framerate
38206           corrector or framerate stabilizer/constantizer.
38207
38208 2004-02-27  David Schleef  <ds@schleef.org>
38209
38210         patches from jmmv@menta.net (Julio M. Merino Vidal)
38211
38212         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
38213         GST_ELEMENT_ERROR call (bug #135634)
38214         * gst/interleave/interleave.c: (interleave_buffered_loop),
38215         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
38216         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
38217         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
38218         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
38219         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
38220         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
38221         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
38222         Fix GST_ELEMENT_ERROR call.
38223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
38224         GST_ELEMENT_ERROR call.
38225
38226 2004-02-27  Benjamin Otte  <otte@gnome.org>
38227
38228         * gst-libs/gst/audio/audio.h:
38229           add macro to make sure header isn't included twice
38230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
38231           don't use gst_buffer_free
38232         * gst/playondemand/filter.func:
38233           don't use gst_data_free. Free data only once.
38234
38235 2004-02-26  David Schleef  <ds@schleef.org>
38236
38237         * gst-libs/gst/colorbalance/Makefile.am:
38238         * gst-libs/gst/mixer/Makefile.am:
38239         * gst-libs/gst/tuner/Makefile.am:
38240         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
38241         should not be disted, -marshal.h files should not be installed,
38242         and -enum.h files _should_ be installed.  Fix to make this the
38243         case.
38244
38245 === release 0.7.5 ===
38246
38247 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
38248
38249         * configure.ac: release 0.7.5, "Under The Sea"
38250
38251 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38252
38253         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
38254         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
38255         * gst/videoscale/gstvideoscale.c:
38256         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
38257           assorted debug/warning fixes
38258
38259 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38260
38261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
38262         (gst_videoscale_init), (gst_videoscale_chain),
38263         (gst_videoscale_set_property), (plugin_init):
38264         * gst/videoscale/gstvideoscale.h:
38265         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
38266         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
38267         (gst_videoscale_planar400), (gst_videoscale_packed422),
38268         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
38269         (gst_videoscale_24bit), (gst_videoscale_16bit),
38270         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
38271         (gst_videoscale_scale_plane_slow),
38272         (gst_videoscale_scale_point_sample),
38273         (gst_videoscale_scale_nearest),
38274         (gst_videoscale_scale_nearest_str2),
38275         (gst_videoscale_scale_nearest_str4),
38276         (gst_videoscale_scale_nearest_32bit),
38277         (gst_videoscale_scale_nearest_24bit),
38278         (gst_videoscale_scale_nearest_16bit):
38279         add debugging category and use it properly
38280         fix use of GST_PTR_FORMAT
38281
38282 2004-02-25  Andy Wingo  <wingo@pobox.com>
38283
38284         * gst/interleave/interleave.c (interleave_buffered_loop): Always
38285         push only when channel->buffer is NULL. Prevents segfaults doing
38286         the state change after a nonlocal exit, like a scheme exception.
38287
38288         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
38289         Handle the case where the intersected caps is empty.
38290
38291 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
38292
38293         * gst/law/mulaw-decode.c: (mulawdec_link):
38294         * gst/law/mulaw.c: (plugin_init):
38295           fix mulawdec so it actually works again
38296
38297 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
38298
38299         reviewed by: David Schleef  <ds@schleef.org>
38300
38301         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
38302         (gst_gamma_init), (gst_gamma_set_property),
38303         (gst_gamma_get_property), (gst_gamma_calculate_tables),
38304         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
38305         for RGB, with separate r g and b correction factors. (#131167)
38306
38307 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
38308
38309         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
38310           only signal tags for bitrate if they're > 0 (#134894)
38311
38312 2004-02-24  David Schleef  <ds@schleef.org>
38313
38314         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
38315         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
38316         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
38317         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
38318         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
38319         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
38320         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
38321         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
38322         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
38323         category.  Attempt to fix timestamp calculation.
38324
38325 2004-02-24  Johan Dahlin  <johan@gnome.org>
38326
38327         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
38328
38329 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38330
38331         * configure.ac:
38332         * gconf/Makefile.am:
38333         * gconf/gstreamer.schemas:
38334         * gst-libs/gst/gconf/Makefile.am:
38335         * gst-libs/gst/gconf/gconf.c:
38336           version gconf schemas and install locations
38337
38338 2004-02-23  Benjamin Otte  <otte@gnome.org>
38339
38340         * ext/xine/xineinput.c: (gst_xine_input_dispose):
38341         (gst_xine_input_subclass_init):
38342           call parent dispose.
38343           change pad template for CD reader correctly
38344         * ext/xine/Makefile.am:
38345         * ext/xine/gstxine.h:
38346         * ext/xine/xine.c: (plugin_init):
38347         * ext/xine/xineaudiosink.c:
38348           wrap audio sinks, too
38349         * gst-libs/gst/resample/private.h:
38350         * gst-libs/gst/resample/resample.c: (gst_resample_init),
38351         (gst_resample_reinit), (gst_resample_scale),
38352         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
38353         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
38354         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
38355         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
38356         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
38357         * gst-libs/gst/resample/resample.h:
38358         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
38359         (gst_audioscale_class_init), (gst_audioscale_link),
38360         (gst_audioscale_get_buffer), (gst_audioscale_init),
38361         (gst_audioscale_chain), (gst_audioscale_set_property),
38362         (gst_audioscale_get_property):
38363         * gst/audioscale/gstaudioscale.h:
38364           s/resample_*/gst_resample_*/i to not clobber namespaces
38365
38366 2004-02-23  Julien MOUTTE  <julien@moutte.net>
38367
38368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
38369         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
38370         (gst_riff_create_video_template_caps),
38371         (gst_riff_create_audio_template_caps),
38372         (gst_riff_create_iavs_template_caps):
38373         * gst-libs/gst/riff/riff-media.h:
38374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
38375         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
38376         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
38377         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
38378         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
38379         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
38380         (gst_matroska_demux_plugin_init): First batch implementing audio and
38381         video codec tags in demuxers.
38382
38383 2004-02-22  Benjamin Otte  <otte@gnome.org>
38384
38385         * ext/xine/Makefile.am:
38386         * ext/xine/gstxine.h:
38387         * ext/xine/xine.c: (plugin_init):
38388         * ext/xine/xineinput.c:
38389           add input plugin wrapper. Playback from files, http, mms and cdda
38390           works.
38391         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
38392           remove leftover G_GNUC_UNUSED
38393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
38394         (gst_asf_demux_identify_guid):
38395           improve debugging output
38396
38397 2004-02-22  Benjamin Otte  <otte@gnome.org>
38398
38399         reported by: Padraig O'Briain <padraig.obriain@sun.com>
38400
38401         * autogen.sh:
38402           replace test -e with test -x for mkinstalldirs to be more portable.
38403           (fixes #134816)
38404
38405 2004-02-22  Benjamin Otte  <otte@gnome.org>
38406
38407         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
38408
38409         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
38410           set rank to PRIMARY
38411         * gst/volume/gstvolume.c: (plugin_init):
38412           set rank to NONE
38413         fixes #134960
38414
38415 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
38416
38417         reviewed by Benjamin Otte  <otte@gnome.org>
38418
38419         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38420           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
38421
38422 2004-02-22  Benjamin Otte  <otte@gnome.org>
38423
38424         * configure.ac:
38425           export [_]*{gst,Gst,GST}.* symbols from plugins
38426
38427 2004-02-22  Christophe Fergeau <teuf@gnome.org>
38428
38429         reviewed by: Benjamin Otte  <otte@gnome.org>
38430
38431         * ext/lame/gstlame.c: (add_one_tag):
38432         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
38434         (gst_vorbisenc_metadata_set1):
38435         * gst/tags/gstid3tag.c:
38436         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
38437           apply fixes from bugs #135042 (lame can't write tags) and #133817
38438           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
38439
38440 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
38441
38442         * configure.ac: Export only gst_plugin_desc from plugins.
38443          Note that this change only makes any effect with Linux using libtool
38444          1.5.2 or higher. Otherwise it is silently ignored, but it would build
38445          fine. And don't try to have several versions of libtool in different
38446          directories.
38447
38448 2004-02-20  Andy Wingo  <wingo@pobox.com>
38449
38450         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
38451         interleave respectively.
38452
38453         * gst/interleave/deinterleave.c: New plugin: deinterleave
38454         (replaces on oneton).
38455         * gst/interleave/interleave.c: New plugin: interleave.
38456         * gst/interleave/plugin.h: Support file.
38457         * gst/interleave/plugin.c: Support file.
38458
38459         * configure.ac: Remove intfloat and oneton, add interleave.
38460
38461         * ext/sndfile/gstsf.c: Handle events better.
38462
38463         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
38464         and float2int operation. int2float has scheduling problems as
38465         noted in in2float_chain.
38466
38467 2004-02-20  Benjamin Otte  <otte@gnome.org>
38468
38469         * ext/xine/Makefile.am:
38470         * ext/xine/gstxine.h:
38471         * ext/xine/xine.c:
38472         * ext/xine/xineaudiodec.c:
38473         * ext/xine/xinecaps.c:
38474           add first version of xine plugin wrapper. Currently only wraps the
38475           QDM2 win32 DLL, and even that only in proof-of-concept quality.
38476         * configure.ac:
38477         * ext/Makefile.am:
38478           add xine plugin wrapper, disabled by default. Use --enable-xine to
38479           build. Note that it'll segfault on gst-register if you don't remove
38480           the goom and tvtime post plugins from xine.
38481         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
38482         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
38483           add extradata parsing for QDM2.
38484           change around debugging prints.
38485
38486 2004-02-19  Benjamin Otte  <otte@gnome.org>
38487
38488         * ext/lame/gstlame.c: (gst_lame_chain):
38489         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38490           use gst_tag_list_insert when you want to insert tags
38491
38492 2004-02-18  David Schleef  <ds@schleef.org>
38493
38494         * configure.ac:  Move massink to gst-rotten
38495         * ext/Makefile.am:
38496         * ext/mas/Makefile.am:
38497         * ext/mas/massink.c:
38498         * ext/mas/massink.h:
38499
38500 2004-02-18  David Schleef  <ds@schleef.org>
38501
38502         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
38503         typefinding, since it seems to be worse than nothing.
38504         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
38505         atom to recognize .mp4 and .m4a files as video/quicktime.
38506
38507 2004-02-18  David Schleef  <ds@schleef.org>
38508
38509         * gst/sine/demo-dparams.c: (quit_live),
38510         (dynparm_log_value_changed), (dynparm_value_changed), (main):
38511         Use double dparams, not float.
38512         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38513         (gst_sinesrc_init): Change sync default to FALSE, since multiple
38514         sync'd elements don't really work correctly.
38515         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
38516         (volume_update_volume), (volume_get_property):  Change dparam
38517         to double.
38518
38519 2004-02-18  Julien MOUTTE  <julien@moutte.net>
38520
38521         * sys/ximage/ximagesink.c:
38522         (gst_ximagesink_xwindow_update_geometry),
38523         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38524         (gst_ximagesink_change_state), (gst_ximagesink_expose),
38525         (gst_ximagesink_init): Rework the way software video scaling works. So
38526         now we check on each chain call if the video frames are feeling the
38527         window. If not we try to renegotiate caps. On failure we memorize that
38528         and we won't try again for that PLAYING sessions.
38529         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
38530         failure.
38531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
38532         synchronous flag.
38533
38534 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38535
38536         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
38537           break up _link so we can give a better debug message for errors
38538
38539 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38540
38541         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38542           set up debug category
38543
38544 2004-02-18  Julien MOUTTE <julien@moutte.net>
38545
38546         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38547         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
38548         the way renegotiation work. The event handling function is not taking
38549         care of external windows and renegotiate method check for pad flags
38550         NEGOTIATING. Should fix : #133209
38551
38552 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38553
38554         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
38555         pad is negotiating before trying renegotiation.
38556
38557 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
38558
38559         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38560           pass on all possible mime types as typefind hints
38561
38562 2004-02-17  Julien MOUTTE <julien@moutte.net>
38563
38564         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
38565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
38566         possible SHM leak if we crash. All other apps using XShm are doing
38567         that.
38568
38569 2004-02-17  Julien MOUTTE  <julien@moutte.net>
38570
38571         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38572         (gst_ximagesink_expose): Renegotiate size on expose.
38573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
38574         size on expose.
38575
38576 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38577
38578         * testsuite/alsa/sinesrc.c:
38579           cosmetic fix to fix compile issue with gcc 2.95.4
38580
38581 2004-02-16  Julien MOUTTE <julien@moutte.net>
38582
38583         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
38584         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
38585         failed opening the audio device.
38586         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
38587         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
38588         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
38589         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
38590         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
38591         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
38592         (gst_ximagesink_change_state), (gst_ximagesink_chain),
38593         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
38594         Removing some useless g_return_if_fail like wingo suggested.
38595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
38596         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
38597         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38598         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
38599         (gst_xvimagesink_update_colorbalance),
38600         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
38601         (gst_xvimagesink_xcontext_clear),
38602         (gst_xvimagesink_get_fourcc_from_caps),
38603         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
38604         (gst_xvimagesink_set_xwindow_id),
38605         (gst_xvimagesink_colorbalance_list_channels),
38606         (gst_xvimagesink_colorbalance_set_value),
38607         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
38608         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
38609
38610 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
38611
38612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
38613           throw error when not negotiated instead of asserting
38614
38615 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38616
38617         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
38618         correct data refcounting.
38619
38620 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38621
38622         * gst/switch/gstswitch.c: (gst_switch_change_state),
38623         (gst_switch_class_init): Cleaning the sinkpads correctly on state
38624         change, mostly the EOS flag.
38625
38626 2004-02-15  Julien MOUTTE  <julien@moutte.net>
38627
38628         * examples/gstplay/player.c: (got_eos), (main): Adding some
38629         output for debugging.
38630         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
38631         timeouts if we go to any state different from PLAYING.
38632         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
38633         more EOS bugs in riff lib.
38634
38635 2004-02-14  Julien MOUTTE  <julien@moutte.net>
38636
38637         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
38638         visualization until i find a way to fix switch correctly.
38639         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
38640         EOS arrives.
38641         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38642         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
38643         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
38644         Reworked switch to get a more correct behaviour with events and refing
38645         of data stored in sinkpads.
38646         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
38647         we don't pull from a pad in EOS.
38648
38649 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38650
38651         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38652           remove v1 tag even if we can't read it (makes sure we don't detect
38653           it again)
38654
38655 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38656
38657         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
38658         (gst_alsa_xrun_recovery):
38659         * ext/alsa/gstalsa.h:
38660           try xrun recovery when wait failed. Make xrun recovery function
38661           return TRUE/FALSE to indicate success. (might fix #134354)
38662
38663 2004-02-13  David Schleef  <ds@schleef.org>
38664
38665         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
38666         (dynparm_value_changed), (main): Convert from float to double.
38667         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
38668
38669 2004-02-13  David Schleef  <ds@schleef.org>
38670
38671         * gst/silence/gstsilence.c: (gst_silence_class_init),
38672         (gst_silence_set_clock), (gst_silence_get),
38673         (gst_silence_set_property), (gst_silence_get_property):
38674         * gst/silence/gstsilence.h: Add sync property.
38675         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38676         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
38677         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
38678         * gst/sine/gstsinesrc.h: Add sync property.
38679
38680 2004-02-13  David Schleef  <ds@schleef.org>
38681
38682         * gst/intfloat/gstint2float.c: (conv_f32_s16),
38683         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
38684
38685 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38686
38687         * configure.ac:
38688         * ext/Makefile.am:
38689         * gst-libs/ext/Makefile.am:
38690           move ffmpeg plugin to gst-ffmpeg module
38691
38692 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
38693
38694         * configure.ac: use GST_ARCH to detect architecture
38695
38696 2004-02-12  Julien MOUTTE  <julien@moutte.net>
38697
38698         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
38699
38700 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
38701
38702         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
38703           classify LADSPA plugins based on number of src/sink pads
38704           (#133663, Stefan Kost)
38705         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
38706           fix dparams registration
38707           (#133528, Stefan Kost)
38708         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
38709           fix use of isprint and use g_ascii_isprint instead
38710           (#133316, Stefan Kost)
38711
38712 2004-02-11  David Schleef  <ds@schleef.org>
38713
38714         Convert a few inner loops to use liboil.  This is currently
38715         optional, and is only enabled if liboil is present (duh!).
38716         * configure.ac: Check for liboil-0.1
38717         * gst/intfloat/Makefile.am:
38718         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
38719         (gst_int2float_chain_gint16):
38720         * gst/videofilter/Makefile.am:
38721         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
38722         (tablelookup_u8), (gst_videobalance_planar411):
38723         * gst/videotestsrc/Makefile.am:
38724         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
38725         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
38726         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
38727         (paint_hline_RGB565), (paint_hline_xRGB1555):
38728
38729 2004-02-11  David Schleef  <ds@schleef.org>
38730
38731         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
38732         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
38733         (gst_colorspace_getcaps), (gst_colorspace_link),
38734         (gst_colorspace_base_init), (gst_colorspace_init),
38735         (gst_colorspace_chain), (gst_colorspace_change_state),
38736         (plugin_init): Merge Ronald's patch (bug #117897) and update
38737         for new caps and negotiation.  Seems to work, although it
38738         shows off bugs in lcs.
38739
38740 2004-02-11  David Schleef  <ds@schleef.org>
38741
38742         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
38743         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
38744
38745 2004-02-11  David Schleef  <ds@schleef.org>
38746
38747         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
38748         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
38749         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
38750         Add server and port properties
38751
38752 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38753
38754         * m4/a52.m4:
38755         * m4/aalib.m4:
38756         * m4/as-ffmpeg.m4:
38757         * m4/as-liblame.m4:
38758         * m4/as-slurp-ffmpeg.m4:
38759         * m4/check-libheader.m4:
38760         * m4/esd.m4:
38761         * m4/freetype2.m4:
38762         * m4/gconf-2.m4:
38763         * m4/glib.m4:
38764         * m4/gst-alsa.m4:
38765         * m4/gst-artsc.m4:
38766         * m4/gst-ivorbis.m4:
38767         * m4/gst-matroska.m4:
38768         * m4/gst-sdl.m4:
38769         * m4/gst-shout2.m4:
38770         * m4/gst-sid.m4:
38771         * m4/gtk.m4:
38772         * m4/libdv.m4:
38773         * m4/libfame.m4:
38774         * m4/libmikmod.m4:
38775         * m4/ogg.m4:
38776         * m4/vorbis.m4:
38777           fix underquotedness of macros (#133800)
38778         * m4/as-avifile.m4:
38779         * m4/xmms.m4:
38780           removed because no longer used
38781
38782 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
38783
38784         * configure.ac:
38785           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
38786           by autopoint (fixes #132996)
38787
38788 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38789
38790         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
38791         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
38792         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
38793         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
38794           fix memleaks
38795
38796 2004-02-11  David Schleef  <ds@schleef.org>
38797
38798         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
38799         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
38800         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
38801         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
38802         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
38803         (gst_jpegenc_class_init), (gst_jpegenc_init),
38804         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
38805         (gst_jpegenc_chain), (gst_jpegenc_set_property),
38806         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
38807         * ext/jpeg/gstjpegenc.h: Fix negotiation.
38808
38809 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38810
38811         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
38812         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
38813         * ext/mikmod/gstmikmod.h:
38814           fix caps negotiation in mikmod
38815         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
38816           output debug information
38817
38818 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38819
38820         * gst-libs/gst/colorbalance/Makefile.am:
38821         * gst-libs/gst/navigation/Makefile.am:
38822         * gst-libs/gst/xoverlay/Makefile.am:
38823           remove unused GST_OPT_CFLAGS from Makefiles
38824           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
38825
38826 2004-02-07  David Schleef  <ds@schleef.org>
38827
38828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
38829         push events to pads that haven't been created (#133508)
38830
38831 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
38832
38833         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
38834         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
38835         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
38836         (gst_dvdec_loop), (gst_dvdec_change_state):
38837         Second attempt at committing a working dvdec element.
38838
38839 2004-02-06  David Schleef  <ds@schleef.org>
38840
38841         Build fixes for OS X: (see #129600)
38842         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
38843         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
38844         (gst_riff_read_strf_iavs):
38845         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38846         (gst_avi_demux_stream_odml):
38847         * gst/playondemand/Makefile.am:
38848         * gst/rtp/rtp-packet.c:
38849
38850 2004-02-05  David Schleef  <ds@schleef.org>
38851
38852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
38853         last change, because it Just Doesn't Compile.
38854
38855 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38856
38857         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
38858           skip undecodable id3v2 tag instead of keeping it
38859
38860 2004-02-05  David Schleef  <ds@schleef.org>
38861
38862         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
38863         Unref leaked buffer.  (Noticed by Ronald)
38864
38865 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
38866
38867         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38868         Sync requires with other checks.  >= vs =.
38869
38870 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
38871
38872         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
38873         (gst_dvdec_video_link), (gst_dvdec_loop):
38874         * ext/dv/gstdvdec.h:
38875           rework the caps negotiation so that dvdec works again instead
38876           of just segfaulting.
38877
38878 === release 0.7.4 ===
38879
38880 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
38881
38882         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
38883         * configure.ac: changed for release
38884
38885 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
38886
38887         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
38888         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
38889         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
38890         * pkgconfig/gstreamer-play-uninstalled.pc.in:
38891           reworked patch by David Lehn to fix libdir and includedir for
38892           uninstalled libraries
38893           removed play and gconf from gstreamer-libs since they have their
38894           own pkgconfig files
38895
38896 2004-02-04  David Schleef  <ds@schleef.org>
38897
38898         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38899         memleak.
38900
38901 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38902
38903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38904           use correct GST_TAG_ENCODER tag
38905
38906 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38907
38908         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38909           be sure to stop the clock when going to paused
38910         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38911           reset number of transmitted when going to ready.
38912         fixes #132935
38913
38914 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38915
38916         reviewed by Benjamin Otte
38917
38918         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38919           extract track count (fixes #133410)
38920
38921 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38922
38923         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38924           that should be !=, not == (fixes #132519)
38925
38926 2004-02-04  David Schleef  <ds@schleef.org>
38927
38928         Make sure set_explicit_caps() is called before adding pad.
38929         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38930         * gst/id3/gstid3types.c: (gst_id3types_loop):
38931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38932         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38933
38934 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38935
38936         * configure.ac:
38937           bump nano to 2, first prerelease
38938           put back AM_PROG_LIBTOOL
38939
38940 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38941
38942         * testsuite/alsa/Makefile.am:
38943           these are user test apps, not automatic testsuite tests
38944
38945 2004-02-04  David Schleef  <ds@schleef.org>
38946
38947         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38948         * gst/mpeg1videoparse/gstmp1videoparse.c:
38949         (mp1videoparse_parse_seq):
38950         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38951         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38952         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38953         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38954         (gst_xvideosink_getcaps):
38955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38956         * testsuite/gst-lint: more tests
38957
38958 2004-02-04  David Schleef  <ds@schleef.org>
38959
38960         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38961         with the code that they would expand to.
38962         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38963         (gst_flacdec_get_src_query_types),
38964         (gst_flacdec_get_src_event_masks):
38965         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38966         (gst_gnomevfssrc_get_query_types),
38967         (gst_gnomevfssrc_get_event_mask):
38968
38969 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38970
38971         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38972         (gst_sinesrc_dispose):
38973           fix memleak by properly disposing sinesrc
38974
38975 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38976
38977         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38978         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38979         an overlay to redraw the image because it has been exposed.
38980         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38981         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38982         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38983         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38984         interface
38985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38986         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38987         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38988         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38989         interface
38990
38991 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38992
38993         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38994           more memleak fixage
38995
38996 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38997
38998         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38999         * gst/typefind/gsttypefindfunctions.c:
39000           fix memleaks shown by gst-typefind
39001
39002 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39003
39004         * common/glib-gen.mak:
39005           add hack rule to touch .Plo files
39006         * gst-libs/gst/colorbalance/Makefile.am:
39007         * gst-libs/gst/mixer/Makefile.am:
39008         * gst-libs/gst/play/Makefile.am:
39009         * gst-libs/gst/tuner/Makefile.am:
39010           remove glib_root variable
39011
39012 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39013
39014         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
39015           set explicit caps before adding the element, so the autopluggers can
39016           plug correctly.
39017         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
39018         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
39019         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39020         (dv_type_find):
39021           fix memleaks in typefind functions. gst_type_find_suggest takes a const
39022           argument.
39023
39024 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
39025
39026         * gst-libs/gst/colorbalance/Makefile.am:
39027         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
39028         * gst-libs/gst/colorbalance/colorbalance.c:
39029         * gst-libs/gst/colorbalance/colorbalance.h:
39030         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
39031         * gst-libs/gst/mixer/Makefile.am:
39032         * gst-libs/gst/mixer/mixer-marshal.list:
39033         * gst-libs/gst/mixer/mixer.c:
39034         * gst-libs/gst/mixer/mixer.h:
39035         * gst-libs/gst/mixer/mixermarshal.list:
39036         * gst-libs/gst/play/Makefile.am:
39037         * gst-libs/gst/play/play.h:
39038         * gst-libs/gst/tuner/Makefile.am:
39039         * gst-libs/gst/tuner/tuner-marshal.list:
39040         * gst-libs/gst/tuner/tuner.c:
39041         * gst-libs/gst/tuner/tuner.h:
39042         * gst-libs/gst/tuner/tunermarshal.list:
39043           use new glib-gen.mak snippet to clean up Makefile.am
39044           fix various bugs in Makefile.am's
39045
39046 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39047
39048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39049           handle chain parsing correctly in the multichain case
39050         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
39051         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
39052         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
39053         (theora_dec_chain):
39054           handle events and queries correctly
39055
39056 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39057
39058         * .cvsignore:
39059         Ignore generated file _stdint.h.
39060
39061 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39062
39063         * gst-libs/gst/colorbalance/Makefile.am:
39064         * gst-libs/gst/colorbalance/colorbalance.h:
39065         * gst-libs/gst/mixer/Makefile.am:
39066         * gst-libs/gst/mixer/mixer.h:
39067         * gst-libs/gst/play/Makefile.am:
39068         * gst-libs/gst/play/play.h:
39069         * gst-libs/gst/tuner/Makefile.am:
39070         * gst-libs/gst/tuner/tuner.h:
39071         Generate enum type code with glib-mkenums.
39072         * gst-libs/gst/colorbalance/.cvsignore:
39073         * gst-libs/gst/mixer/.cvsignore:
39074         * gst-libs/gst/play/.cvsignore:
39075         * gst-libs/gst/tuner/.cvsignore:
39076         Ignore generated files.
39077
39078 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39079
39080         * gst-libs/gst/audio/.cvsignore:
39081         Ignore generated file.
39082         * gst-libs/gst/audio/Makefile.am:
39083         Do not install example filter.
39084
39085 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
39086
39087         * examples/switch/.cvsignore:
39088         Ignore generated file.
39089
39090 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39091
39092         * common/m4/ax_create_stdint_h.m4:
39093         * configure.ac:
39094           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
39095           _stdint.h.
39096         * Makefile.am:
39097           remove generated _stdint.h in DISTCLEANFILES
39098         * ext/a52dec/gsta52dec.c:
39099           include _stdint.h for a52dec. (should fix #133064)
39100
39101 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39102
39103         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
39104         (gst_tag_to_vorbis_comments):
39105         Add replaygain support to vorbistag
39106
39107 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
39108         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39109         (gst_ffmpeg_caps_to_extradata):
39110           Fix SVQ3 caps flag properties
39111           Use glib macro for bytes swap
39112
39113 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39114
39115         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39116         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39117         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39118         * ext/sndfile/gstsf.c: (plugin_init):
39119         * gst/avi/gstavi.c: (plugin_init):
39120         * sys/dxr3/dxr3init.c: (plugin_init):
39121         * sys/oss/gstossaudio.c: (plugin_init):
39122         * sys/v4l/gstv4l.c: (plugin_init):
39123         * sys/v4l2/gstv4l2.c: (plugin_init):
39124           remove textdomain calls
39125         * po/nl.po:
39126           update Dutch translation
39127
39128 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39129
39130         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
39131         (gst_play_set_audio_sink): Moving volume in the audio thread for
39132         instantaneous volume change. Maybe i will add another volume in front
39133         of visualization later, not sure yet though.
39134
39135 2004-02-02  Julien MOUTTE  <julien@moutte.net>
39136
39137         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
39138         (gst_ximagesink_handle_xevents): Better X events handling, only take
39139         the latest events for configure and motion.
39140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
39141
39142 2004-02-02  Jon Trowbridge  <trow@gnu.org>
39143
39144         reviewed by: David Schleef  <ds@schleef.org>
39145
39146         Fix memory leaks:
39147         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
39148         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
39149
39150 2004-02-02  David Schleef  <ds@schleef.org>
39151
39152         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
39153         of lines.
39154         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
39155         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39156         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
39157         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39158         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
39159         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
39160         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
39161         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
39162         (gst_float2_2_int_link):
39163         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
39164         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
39165         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
39166         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
39167         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
39168         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
39169         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
39170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
39171         * testsuite/gst-lint: Add tests for bzero and ;;
39172
39173 2004-02-02  David Schleef  <ds@schleef.org>
39174
39175         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
39176
39177 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39178
39179         * ext/aalib/gstaasink.c: (gst_aasink_open):
39180         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39182         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39183         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39184         (gst_afsink_close_file):
39185         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39186         (gst_afsrc_close_file):
39187         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39188         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39189         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39190         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39191         * ext/esd/esdmon.c: (gst_esdmon_get):
39192         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
39193         * ext/faac/gstfaac.c: (gst_faac_chain):
39194         * ext/faad/gstfaad.c: (gst_faad_chain):
39195         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39196         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39197         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39198         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39199         (gst_flacdec_loop):
39200         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39201         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39202         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39203         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39204         (gst_gnomevfssink_close_file):
39205         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39206         (gst_gnomevfssrc_open_file):
39207         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39208         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39209         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39210         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39211         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39212         * ext/mad/gstmad.c: (gst_mad_chain):
39213         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39214         * ext/mpeg2dec/gstmpeg2dec.c:
39215         * ext/mpeg2enc/gstmpeg2enc.cc:
39216         * ext/mplex/gstmplex.cc:
39217         * ext/mplex/gstmplexibitstream.cc:
39218         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39219         (gst_ogg_demux_push):
39220         * ext/raw1394/gstdv1394src.c:
39221         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39222         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39223         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39224         (gst_sf_loop):
39225         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39226         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
39227         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39228         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39229         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39230         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39231         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39232         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39233         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39234         (gst_riff_read_element_data), (gst_riff_read_seek),
39235         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39236         * gst/adder/gstadder.c: (gst_adder_loop):
39237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39238         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39239         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39240         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39241         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39242         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39243         * gst/goom/gstgoom.c: (gst_goom_chain):
39244         * gst/id3/gstid3types.c: (gst_id3types_loop):
39245         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39246         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39247         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39248         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39249         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39250         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39251         (gst_ebml_read_float), (gst_ebml_read_header):
39252         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39253         (gst_matroska_demux_parse_blockgroup):
39254         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39255         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39256         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39257         * gst/silence/gstsilence.c: (gst_silence_get):
39258         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39259         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39260         * gst/speed/gstspeed.c: (speed_loop):
39261         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39262         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39263         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39264         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39265         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39266         (gst_wavparse_loop):
39267         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39268         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39269         (dxr3audiosink_close):
39270         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39271         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39272         (dxr3videosink_close), (dxr3videosink_write_data):
39273         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39274         * sys/oss/gstosssink.c: (gst_osssink_chain):
39275         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39276         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39277         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39278         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39279         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
39280         (gst_v4l_set_window), (gst_v4l_enable_overlay):
39281         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39282         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39283         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39284         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39285         (gst_v4l_set_audio):
39286         * sys/v4l/v4l_calls.h:
39287         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39288         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39289         (gst_v4lmjpegsink_playback_init),
39290         (gst_v4lmjpegsink_playback_start):
39291         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
39292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39293         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39294         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39295         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39296         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39297         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39298         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39299         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39300         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39301         (gst_v4l2_get_output), (gst_v4l2_set_output),
39302         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39303         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39304         (gst_v4l2_set_attribute):
39305         * sys/v4l2/v4l2_calls.h:
39306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39307         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39308         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39309         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39310         (gst_v4l2src_capture_stop):
39311         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39312         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39313         (gst_ximagesink_chain):
39314         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39315         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39316         (gst_xvideosink_xwindow_new):
39317         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39318         (gst_xvimagesink_chain):
39319
39320 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39321
39322         * gst/volume/gstvolume.c: (gst_volume_set_volume),
39323         (gst_volume_get_volume), (volume_class_init), (volume_init),
39324         (volume_chain_int16), (volume_update_volume):
39325         * gst/volume/gstvolume.h:
39326           make code more readable by removing magic numbers
39327           make mixer interface export 0-100 range
39328           make it internally map to 0.0-1.0 range so users don't distort
39329           output by putting the sliders at full volume
39330
39331 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39332
39333         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
39334         (gst_play_state_change), (gst_play_seek_to_time):
39335         block the tick callback for 0.5 secs after doing a seek
39336
39337 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
39338
39339         * gst-libs/gst/play/play.c: (gst_play_new):
39340           check for GError
39341
39342 2004-02-01  Julien MOUTTE  <julien@moutte.net>
39343
39344         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
39345         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
39346         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
39347         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
39348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
39349         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
39350
39351 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
39352
39353         * configure.ac:
39354         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39355           check for a function added in vorbis 1.1
39356
39357 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39358
39359         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
39360         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
39361           really start/stop clock only on PLAYING <=> PAUSED
39362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39363           remove \n from debugging lines
39364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
39365           make it work when seeking does not
39366         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39367           reset on DISCONT
39368
39369 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39370
39371         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
39372           start clock on PAUSED=>PLAYING, not later
39373         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39374           extract correct time for different discont formats
39375         (gst_alsa_sink_get_time):
39376           don't segfault when no format is negotiated yet, just return 0
39377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39378         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
39379         (gst_ogg_pad_push):
39380           handle flush and discont events correctly
39381         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
39382           handle discont events correctly
39383
39384 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
39385
39386         * gst-libs/gst/play/play.c: (gst_play_error_quark),
39387         (gst_play_error_create), (gst_play_error_plugin),
39388         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
39389         * gst-libs/gst/play/play.h:
39390           add error handling during creation
39391         * examples/gstplay/player.c: (main):
39392           use new gst_play_new
39393
39394
39395 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39396
39397         * ext/theora/theoradec.c: (theora_dec_chain):
39398           make comments work
39399         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
39400         (vorbis_dec_src_event), (vorbis_dec_chain):
39401           add encoder tag, fix tag reading to be more error tolerant, change
39402           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
39403           gst_pad_event_default.
39404         * gst/tags/gstvorbistag.c:
39405         (gst_tag_list_from_vorbiscomment_buffer):
39406           undefine function specific define at end of function
39407
39408 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
39409
39410         * ext/flac/gstflac.c: (plugin_init):
39411         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
39412         * ext/flac/gstflacdec.h:
39413         * ext/flac/gstflacenc.h:
39414           Fix typos
39415
39416 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
39417
39418         * examples/gstplay/player.c: s/gstplay.h/play.h/
39419
39420 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39421
39422         * gst-libs/gst/play/Makefile.am:
39423         * gst-libs/gst/play/gstplay.c:
39424         * gst-libs/gst/play/gstplay.h:
39425         * gst-libs/gst/play/play.c:
39426           more surgery, operation complete
39427
39428 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39429
39430         * gst-libs/gst/play/play.old.c:
39431         * gst-libs/gst/play/play.old.h:
39432           after CVS surgery by moving, remove
39433         * gst-libs/gst/play/playpipelines.c:
39434           remove
39435
39436         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
39437           add negotiation error
39438
39439 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39440
39441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
39442         (gst_ogg_demux_push):
39443           add some seeking debug info
39444           send a flush when seeking
39445
39446 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39447
39448         * configure.ac:
39449           use AC_C_INLINE
39450         * configure.ac:
39451         * ext/Makefile.am:
39452         * ext/theora/Makefile.am:
39453         * ext/theora/theoradec.c:
39454           add theora video decoder. Does just do simple decoding for now and
39455           has been tested against Theora cvs only. It only works when theora
39456           is compiled with --enable-static.
39457         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
39458           always reset packetno on DISCONT
39459
39460 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39463           Fix audio.
39464
39465 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39466
39467         * gst/mpegaudioparse/gstmpegaudioparse.c:
39468         (mp3_type_frame_length_from_header):
39469           Fix header parsing - stolen from ffmpeg (thank you! :) ).
39470
39471 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39472
39473         * ext/esd/esdsink.c: (gst_esdsink_init):
39474           Since we have static pad template caps, we don't need to negotiate;
39475           either the core errors out or we know the format.
39476
39477 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39478
39479         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39480         (gst_riff_read_seek):
39481         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39482         (gst_ebml_read_seek):
39483           Fix event handling.
39484
39485 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39486
39487         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39488           removee video/x-theora from vp3 decoder, it doesn't handle raw
39489           theora streams
39490         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
39491           fix bug with finalizing element that never went to PAUSED
39492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
39493           length and position queries were swapped
39494         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
39495         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
39496         (vorbis_dec_src_event):
39497           implement querying time and bytes
39498
39499 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
39500
39501         * just about every source file:
39502           gst_element_error -> GST_ELEMENT_ERROR
39503
39504 2004-01-29  Julien MOUTTE  <julien@moutte.net>
39505
39506         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
39507         emiting FLUSH and even before DISCONT.
39508         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
39509         get the best instant seeking as possible yay!
39510
39511 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39512
39513         * gst/mpeg1videoparse/gstmp1videoparse.c:
39514         (gst_mp1videoparse_real_chain):
39515           Committed wrong version last week... Grr... Didn't notice until now.
39516
39517 2004-01-29  Julien MOUTTE <julien@moutte.net>
39518
39519         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
39520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
39521         have_xwindow_id signal in xwindow_create.
39522
39523 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39524
39525         * ext/ogg/gstoggdemux.c:
39526           lots of changes - mainly support for chained bitstreams, seeking,
39527           querying and bugfixes of course
39528         * ext/vorbis/Makefile.am:
39529         * ext/vorbis/vorbisdec.c:
39530         * ext/vorbis/vorbisdec.h:
39531           add vorbisdec raw vorbis decoder
39532         * ext/vorbis/vorbis.c: (plugin_init):
39533           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
39534         * gst/intfloat/Makefile.am:
39535         * gst/intfloat/float22int.c:
39536         * gst/intfloat/float22int.h:
39537         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
39538           add float2intnew plugin. It converts multichannel interleaved float to
39539           multichannel interleaved int. The name should probably be changed.
39540         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
39541         (plugin_init):
39542           add typefinding for raw theora video so oggdemux can detect it.
39543
39544 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39545
39546         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
39547         sink element first.
39548         * gst/videoscale/gstvideoscale.c:
39549         (gst_videoscale_handle_src_event): Fixing src event handler.
39550
39551 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39552
39553         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
39554         (gst_v4lsrc_open), (gst_v4lsrc_close),
39555         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
39556         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
39557         * sys/v4l/gstv4lsrc.h:
39558         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
39559         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
39560           Implement resizing... Hack. But that's why v4l is b0rked...
39561
39562 2004-01-28  Julien MOUTTE <julien@moutte.net>
39563
39564         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
39565         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
39566         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
39567         (gst_ximagesink_xwindow_destroy):
39568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
39569         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
39570         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
39571         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
39572         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
39573         correctly cleaning the image created to check xshm calls on succes,
39574         added a lot of XSync calls in X11 functions, and fixed a segfault when
39575         no image format was defined before negotiation happened.
39576
39577 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39578
39579         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
39580           use gst_element_get_time to get correct time
39581
39582 2004-01-28  Julien MOUTTE  <julien@moutte.net>
39583
39584         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
39585         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
39586         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
39587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
39588         (gst_xvimagesink_check_xshm_calls),
39589         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
39590         X plugins are now able to detect that XShm calls will fail even if the
39591         server claims that it has XShm support (remote displays most of the
39592         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
39593         so that we use non XShm functions. This feature is almost useless for
39594         xvimagesink as Xv is not supported on remote displays anyway, but
39595         it might happen than even on the local display XShm calls fail.
39596
39597 2004-01-27  David Schleef  <ds@schleef.org>
39598
39599         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
39600         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
39601         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
39602         changed esdsink to only use 44100,16,2, since esd sucks at rate
39603         conversion and esdsink has had difficulty negotiating.
39604
39605 2004-01-27  Julien MOUTTE <julien@moutte.net>
39606
39607         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
39608         (gst_play_seek_to_time): Fixing the way to get current position.
39609
39610 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39611
39612         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
39613           use gst_element_get_time to get correct time
39614
39615 2004-01-27  Julien MOUTTE <julien@moutte.net>
39616
39617         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
39618         fix ever... Inverting 2 lines of code make spider autoplug correctly
39619         tagged mp3 !
39620
39621 2004-01-27  David Schleef  <ds@schleef.org>
39622
39623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39624         Use gst_pad_try_set_caps_nonfixed().
39625
39626 2004-01-27  David Schleef  <ds@schleef.org>
39627
39628         * gst/ac3parse/gstac3parse.c: update to checklist 5
39629         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
39630         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
39631         * gst/audioscale/gstaudioscale.c: same
39632         * gst/auparse/gstauparse.c: same
39633         * gst/avi/gstavidemux.c: same
39634
39635 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39636
39637         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
39638           stop processing after EOS
39639
39640 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39641
39642         * gst/asfdemux/asfheaders.h:
39643         * gst/asfdemux/gstasfdemux.c:
39644         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
39645         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
39646         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
39647           lot's of fixes to make data extraction simpler and get the code
39648           architecture and compiler independant. Add debugging category
39649         * gst/goom/gstgoom.c: (gst_goom_change_state):
39650           reset channel count on PAUSED=>READY, not READY=>PAUSED
39651
39652 2004-01-26  Colin Walters  <walters@verbum.org>
39653
39654         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
39655         code to pull a bigger buffer in iradio mode.  This as a side effect
39656         makes typefinding work.
39657
39658 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39659
39660         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39661         Fix SVQ3 decoding on PPC
39662
39663 2004-01-26  Julien MOUTTE <julien@moutte.net>
39664
39665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
39666         that one managed to stay there... Fixed.
39667
39668 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
39669
39670         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
39671         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
39672         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
39673         (qtdemux_video_caps):
39674         * gst/qtdemux/qtdemux.h:
39675         Add SVQ3 specific flags to qtdemux and ffmpeg
39676
39677 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39678
39679         * gst-libs/gst/audio/audio.h:
39680           remove buffer-frames from audio caps
39681         * gst/audioconvert/gstaudioconvert.c:
39682           fix plugin to really work.
39683
39684 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39685
39686         * gst-libs/gst/mixer/mixer.c:
39687         * gst-libs/gst/propertyprobe/propertyprobe.c:
39688         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
39689         (gst_tuner_find_channel_by_name):
39690         * gst-libs/gst/tuner/tuner.h:
39691           Add gtk-doc style comments. Also fix a function name.
39692
39693 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39694
39695         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
39696         (gst_divxdec_negotiate):
39697           Fix for new capsnego - also fixes gst-player with divxdec.
39698
39699 2004-01-25  Julien MOUTTE  <julien@moutte.net>
39700
39701         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39702         (gst_play_identity_handoff), (gst_play_set_location),
39703         (gst_play_set_visualization), (gst_play_connect_visualization): Another
39704         try in visualization implementation. Still have an issue with switch
39705         blocking when pulling from video_queue and only audio comes out of
39706         spider.
39707         * gst/switch/gstswitch.c: (gst_switch_release_pad),
39708         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
39709         release method. And check if the pad is usable before pulling.
39710
39711 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39712
39713         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
39714         (gst_videobalance_init),
39715         (gst_videobalance_colorbalance_list_channels),
39716         (gst_videobalance_colorbalance_set_value),
39717         (gst_videobalance_colorbalance_get_value),
39718         (gst_videobalance_update_properties),
39719         (gst_videobalance_update_tables_planar411),
39720         (gst_videobalance_planar411):
39721         * gst/videofilter/gstvideobalance.h:
39722           Implement lookup-tables. +/- 10x faster.
39723
39724 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39725
39726         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39727         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39728           The index reading was broken. The rest worked fine, but the whole
39729           goal of my rewrite was to make avidemux readable, and this was
39730           not at all readable. Please use typed variables.
39731
39732 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39733
39734         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39735           Additional pad usability check.
39736         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39737         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
39738         (gst_mp1videoparse_real_chain):
39739           Fix MPEG video stream parsing. The original plugin had several
39740           issues, including not timestamping streams where the source was
39741           not timestamped (this happens with PTS values in mpeg system
39742           streams, but MPEG video is also a valid stream on its own so
39743           that needs timestamps too). We use the display time code for that
39744           for now. Also, if one incoming buffer contains multiple valid
39745           frames, we push them all on correctly now, including proper EOS
39746           handling. Lastly, several potential segfaults were fixed, and we
39747           properly sync on new sequence/gop headers to include them in next,
39748           not previous frames (since they're header for the next frame, not
39749           the previous). Also see #119206.
39750         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
39751         (bpf_from_header):
39752           Move caps setting so we only do it after finding several valid
39753           MPEG-1 fraes sequentially, not right after the first one (which
39754           might be coincidental).
39755         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
39756         (mpeg_video_type_find), (mpeg_video_stream_type_find),
39757         (plugin_init):
39758           Add unsynced MPEG video stream typefinding, and change some
39759           probability values so we detect streams rightly. The idea is as
39760           follows: I can have an unsynced system stream which contains
39761           video. In the current code, I would randomly get a type for either
39762           system or video stream type found, because the probabilities are
39763           being calculated rather randomly. I now use fixed values, so we
39764           always prefer system stream if that was found (and that is how it
39765           should be). If no system stream was found, we can still identity                the stream as video-only.
39766
39767 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39768
39769         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
39770         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
39771           don't write to buffer. Extract data without the need of
39772           __attribute__ ((packed))
39773
39774 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39775
39776         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
39777         (mpeg1_sys_type_find):
39778           Fix MPEG-1 stream typefinding.
39779
39780 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39781
39782         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
39783           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
39784
39785 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39786
39787         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
39788         * ext/esd/gstesd.c: (plugin_init):
39789           private debugging, better error reporting
39790
39791 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39792
39793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
39794         (gst_riff_read_init), (gst_riff_read_change_state):
39795         * gst-libs/gst/riff/riff-read.h:
39796           Remove stuff fromold metadata system.
39797
39798 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39799
39800         * ext/ogg/gstoggdemux.c:
39801           Fix wrong file comment.
39802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
39803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
39804           Add metadata reading properly.
39805
39806 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
39807
39808         * ext/Makefile.am:
39809           Fix nas DIST_SUBDIRS
39810           Uraeus:
39811           Fix bug where make distcheck doesn't get run on adding stuff to
39812           the build.
39813
39814 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39815
39816         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
39817         * ext/divx/gstdivxdec.h:
39818           Fix divx3 ("msmpeg4") playback using divxdec.
39819
39820 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39821
39822         * gst/typefind/gsttypefindfunctions.c:
39823         (mp3_type_frame_length_from_header): fix bug in length computation
39824         (mp3_type_find): improve debugging output
39825
39826 2004-01-23  Julien MOUTTE  <julien@moutte.net>
39827
39828         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39829         (gst_play_set_location), (gst_play_seek_to_time),
39830         (gst_play_set_audio_sink), (gst_play_set_visualization),
39831         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
39832         the pipeline from scratch. Visualization is back and switch went out as
39833         i realized it was not possible to use the way i wanted.
39834         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
39835         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
39836         clearing in state change from READY to NULL. So that one can clean the
39837         X ressources keeping the element.
39838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39839         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
39840         (gst_xvimagesink_colorbalance_set_value),
39841         (gst_xvimagesink_colorbalance_get_value),
39842         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
39843         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
39844         change from READY to NULL and fixed some stupid bugs in colorbalance
39845         get/set values. Also added the following feature : when nobody tries to
39846         set some values to the colorbalance levels before the xcontext is
39847         grabbed, then when creating channels list from Xv attributes we set the
39848         internal values to the Xv defaults. This way we handle buggy Xv drivers
39849         that set default hue values far from the middle of the range (Thanks
39850         to Jon Trowbridge for pointing that issue).
39851         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
39852         colorbalance levels have been set before xcontext is grabbed.
39853
39854 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39855
39856         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
39857           Fix the ossmixer case where we shouldn't open /dev/dsp* because
39858           it might block operations (which is bad for a mixer).
39859
39860 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39861
39862         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
39863         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
39864         (gmip_find_type_pre):
39865         * gst-libs/gst/media-info/media-info-priv.h:
39866         * gst-libs/gst/media-info/media-info.c:
39867         (gst_media_info_instance_init), (gst_media_info_read_idler):
39868         add fakesink to get caps on decoder src pad again
39869         fix callback prototype to match new have_type signal signature
39870
39871 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
39872
39873         * gst/adder/gstadder.c: (gst_adder_link):
39874           fix non-compile and cut-n-paste code
39875
39876 2004-01-21  David Schleef  <ds@schleef.org>
39877
39878         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
39879         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
39880         (gst_swfdec_init), (gst_swfdec_change_state):
39881         * ext/swfdec/gstswfdec.h:
39882         Fix negotiation.
39883         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
39884         (gst_adder_request_new_pad): Fix negotiation.
39885         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
39886         Add a fixate function.
39887         * gst/intfloat/gstfloat2int.c:
39888         * gst/intfloat/gstfloat2int.h:
39889         * gst/intfloat/gstint2float.c:
39890         * gst/intfloat/gstint2float.h:
39891         Completely rewrite the negotiation.  Doesn't quite work yet,
39892         due to some buffer-frames problem.
39893
39894 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
39895
39896         * ext/gnomevfs/gstgnomevfssrc.c:
39897         * sys/v4l2/v4l2_calls.h:
39898           fix includes for distcheck
39899
39900 2004-01-21  Christian Schaller <uraeus@gnome.org>
39901
39902         * ext/nas/
39903         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39904         based on earlier patch from Laurent Vivier
39905
39906 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39907
39908         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39909         Fix wma caps property
39910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39911         Fix typo (flags1 and flags2)
39912
39913 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39914
39915         * gst-libs/gst/media-info/media-info-priv.c:
39916         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39917         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39918         (gmip_find_stream), (gmip_find_track_metadata),
39919         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39920         (gmip_find_track_format):
39921         * gst-libs/gst/media-info/media-info-priv.h:
39922         * gst-libs/gst/media-info/media-info-test.c: (main):
39923         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39924         (gst_media_info_read_idler), (gst_media_info_read):
39925         * gst-libs/gst/media-info/media-info.h:
39926           register debugging category and use it for debugging
39927
39928 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39929
39930         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39931         (gst_vorbisfile_new_link):
39932           signal streaminfo through tags
39933
39934 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39935
39936         * ext/mplex/gstmplex.cc:
39937         * ext/mplex/gstmplexibitstream.cc:
39938           g++ doesn't like NULL in our i18n/error macros, should be
39939           either (NULL) or ("").
39940
39941 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39942
39943         * sys/dxr3/dxr3audiosink.c:
39944         * sys/dxr3/dxr3init.c:
39945         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39946         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39947           Fix more error error error errors (missing includes here).
39948
39949 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39950
39951         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39952           fix thomas' error errors.
39953
39954 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39955
39956         * ext/mpeg2enc/gstmpeg2enc.cc:
39957           fix error errors.
39958
39959 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39960
39961         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39962         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39963           Fix for new error system.
39964
39965 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39966
39967         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39968           fix for new error reporting
39969
39970 2004-01-20  David Schleef  <ds@schleef.org>
39971
39972         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39973         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39974         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39975         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39976         and neither is 100+, most likely.
39977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39978         (gst_xvimagesink_getcaps): same
39979
39980 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39981
39982         * configure.ac:
39983           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39984           clashes with ffmpeg.
39985
39986 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39987
39988         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39989         (gst_switch_init): Fixed switch element : proxying link and setting
39990         caps from src to sink on request.
39991
39992 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39993
39994         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39995         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39996         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39997         fix element_error
39998
39999 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40000
40001         * sys/v4l/v4l_calls.h:
40002         * sys/v4l2/v4l2_calls.h:
40003           element_error fixes
40004
40005 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40006
40007         * gst-libs/gst/gst-i18n-plugin.h:
40008           add locale.h
40009           remove config.h inclusion
40010
40011 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40012
40013         * autogen.sh:
40014           adding autopoint invocation
40015         * Makefile.am:
40016         * configure.ac:
40017         * gst-libs/gst/gettext.h:
40018           adding gettext bits
40019         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
40020         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
40021         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
40022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40023         (gst_gnomevfssink_close_file):
40024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
40025         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
40026         * gst-libs/gst/gst-i18n-plugin.h:
40027         * gst/avi/gstavi.c: (plugin_init):
40028         * sys/dxr3/dxr3init.c: (plugin_init):
40029         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
40030         * sys/oss/gstossaudio.c: (plugin_init):
40031         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40032         * sys/v4l/gstv4l.c: (plugin_init):
40033         * sys/v4l/v4l_calls.c: (gst_v4l_open):
40034         * sys/v4l2/gstv4l2.c: (plugin_init):
40035         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40036         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
40037         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
40038         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
40039         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
40040         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
40041           make sure locale and translation domain are set
40042           fix translated strings
40043         * po/.cvsignore:
40044         * po/LINGUAS:
40045         * po/Makevars:
40046         * po/POTFILES.in:
40047         * po/nl.po:
40048           put translation files into place
40049         * sys/xvideo/imagetest.c: (main):
40050         * ext/dv/demo-play.c: (main):
40051           fix unnecessary translations
40052
40053 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
40054
40055         * ext/sndfile/gstsf.c:
40056         * gst/avi/gstavimux.c:
40057         * ext/audiofile/gstafsink.c:
40058         * ext/audiofile/gstafsrc.c:
40059         * ext/gnomevfs/gstgnomevfssink.c:
40060         * ext/gnomevfs/gstgnomevfssrc.c:
40061         * sys/oss/gstosselement.c:
40062         * sys/v4l/v4l_calls.h:
40063           fix i18n include
40064
40065 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40066
40067         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
40068         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
40069         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
40070         (gst_v4l2_get_output), (gst_v4l2_set_output),
40071         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
40072         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
40073         (gst_v4l2_set_attribute):
40074         update to new error handling
40075
40076 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40077
40078         * ext/sidplay/gstsiddec.cc:
40079         * gst/modplug/gstmodplug.cc:
40080           parenthese NULL because C++ seems angry about it
40081
40082 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
40083
40084         * gst-libs/gst/gst-i18n-plugin.h:
40085           add skeleton i18n stuff, but needs to be further implemented
40086
40087 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
40088
40089         * examples/gstplay/player.c: (main):
40090         * ext/aalib/gstaasink.c: (gst_aasink_open):
40091         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
40092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
40093         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
40094         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
40095         (gst_afsink_close_file):
40096         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
40097         (gst_afsrc_close_file):
40098         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
40099         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40100         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
40101         * ext/esd/esdmon.c: (gst_esdmon_get):
40102         * ext/esd/esdsink.c: (gst_esdsink_chain):
40103         * ext/faac/gstfaac.c: (gst_faac_chain):
40104         * ext/faad/gstfaad.c: (gst_faad_chain):
40105         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
40106         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40107         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
40108         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
40109         (gst_flacdec_loop):
40110         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
40111         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
40112         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
40113         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
40114         (gst_gnomevfssink_close_file):
40115         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
40116         (gst_gnomevfssrc_open_file):
40117         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
40118         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
40119         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
40120         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
40121         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
40122         * ext/mad/gstmad.c: (gst_mad_chain):
40123         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
40124         * ext/mpeg2dec/gstmpeg2dec.c:
40125         * ext/mpeg2enc/gstmpeg2enc.cc:
40126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40127         * ext/mplex/gstmplex.cc:
40128         * ext/mplex/gstmplexibitstream.cc:
40129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
40130         (gst_ogg_demux_push), (gst_ogg_pad_push):
40131         * ext/raw1394/gstdv1394src.c:
40132         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
40133         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
40134         * ext/sidplay/gstsiddec.cc:
40135         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
40136         (gst_sf_loop):
40137         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
40138         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
40139         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
40140         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
40141         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
40142         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
40143         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
40144         * gst-libs/gst/Makefile.am:
40145         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
40146         (gst_riff_read_element_data), (gst_riff_read_seek),
40147         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
40148         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
40149         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
40150         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
40151         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
40152         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
40153         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
40154         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40155         * gst/goom/gstgoom.c: (gst_goom_chain):
40156         * gst/id3/gstid3types.c: (gst_id3types_loop):
40157         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
40158         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
40159         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
40160         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
40161         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
40162         (gst_ebml_read_float), (gst_ebml_read_header):
40163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
40164         (gst_matroska_demux_parse_blockgroup):
40165         * gst/modplug/gstmodplug.cc:
40166         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
40167         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40168         * gst/oneton/gstoneton.c: (gst_oneton_chain):
40169         * gst/silence/gstsilence.c: (gst_silence_get):
40170         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40171         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
40172         * gst/speed/gstspeed.c: (speed_loop):
40173         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
40174         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40175         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
40176         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
40177         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
40178         (gst_wavparse_loop):
40179         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
40180         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
40181         (dxr3audiosink_close):
40182         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
40183         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
40184         (dxr3videosink_close), (dxr3videosink_write_data):
40185         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
40186         * sys/oss/gstosselement.h:
40187         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
40188         (gst_osssink_chain):
40189         * sys/oss/gstosssrc.c: (gst_osssrc_get):
40190         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
40192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
40193         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
40194         (gst_v4l_enable_overlay):
40195         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
40196         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
40197         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
40198         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
40199         (gst_v4l_set_audio):
40200         * sys/v4l/v4l_calls.h:
40201         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
40202         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
40203         (gst_v4lmjpegsink_playback_init),
40204         (gst_v4lmjpegsink_playback_start):
40205         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
40206         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
40207         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
40208         (gst_v4lmjpegsrc_requeue_frame):
40209         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
40210         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
40211         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
40212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
40213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
40214         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
40215         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
40216         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
40217         (gst_v4l2src_capture_stop):
40218         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
40219         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40220         (gst_ximagesink_chain):
40221         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
40222         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
40223         (gst_xvideosink_xwindow_new):
40224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40225         (gst_xvimagesink_chain):
40226         use new error signal, function and categories
40227
40228 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
40229
40230         * configure.ac:
40231         * ext/Makefile.am:
40232         * ext/musicbrainz/gsttrm.c:
40233         * ext/musicbrainz/gsttrm.h:
40234         * ext/musicbrainz/Makefile.am:
40235         Add a trm plugin
40236
40237 2004-01-18  Julien MOUTTE  <julien@moutte.net>
40238
40239         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
40240         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
40241         synchronous property for debugging.
40242         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
40243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40244         (gst_xvimagesink_set_property): Moving a pointer declaration to a
40245         smaller block, fixing indent.
40246
40247 2004-01-16  David Schleef  <ds@schleef.org>
40248
40249         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
40250         property affects the video stream.
40251         * sys/xvimage/xvimagesink.c:
40252         * sys/xvimage/xvimagesink.h:
40253         Add synchronous property for debugging.  Should probably be
40254         disabled in non-CVS builds.  Make sure that the Xv attribute
40255         exists before we set it (crash!).  Fix a silly float bug that
40256         caused colorbalance to just not work.
40257
40258 2004-01-17  Christian Schaller <Uraeus@gnome.org>
40259
40260         * tools/gst-launch-ext.in - update for new plugins
40261
40262 2004-01-16  David Schleef  <ds@schleef.org>
40263
40264         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
40265         already-freed caps.
40266
40267 2994-01-16  Christian Schaller <Uraeus@gnome.org>
40268
40269         * Update spec for new colorspace plugin and libcaca plugin
40270         * Fix compilation of libcaca plugin (clock -> id)
40271
40272 2004-01-16  Julien MOUTTE <julien@moutte.net>
40273
40274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
40275         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
40276         (gst_xvimagesink_set_xwindow_id),
40277         (gst_xvimagesink_colorbalance_set_value),
40278         (gst_xvimagesink_colorbalance_get_value),
40279         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40280         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
40281         correct colorbalance properties. They can now be set when the element
40282         is still in NULL state. The values will be committed to the Xv Port
40283         when xcontext is initialized.
40284         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
40285         brightness int values in the GstXvImagesink structure.
40286
40287 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40288
40289         * gst-libs/gst/Makefile.am:
40290           restructure so having local patches works easier.
40291
40292 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40293
40294         * ext/mpeg2enc/Makefile.am:
40295         * ext/mpeg2enc/gstmpeg2enc.cc:
40296         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40297           Bugfix with respect to EOS handling.
40298
40299 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40300
40301         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40302           Link with right caps (else, it segfaults).
40303         * ext/mplex/gstmplexjob.cc:
40304           Fix for slight API change in 1.6.1.93 release of mjpegtools.
40305
40306 2004-01-15  David Schleef  <ds@schleef.org>
40307
40308         * gst-libs/gst/audio/Makefile.am:
40309         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
40310         from the template.
40311         * gst-libs/gst/audio/gstaudiofilter.c:
40312         * gst-libs/gst/audio/gstaudiofilter.h:
40313         Add bytes_per_sample and size and n_samples calculation.
40314         * gst-libs/gst/audio/gstaudiofilterexample.c:
40315         Remove, now autogenerated.
40316         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
40317         Moved from gstaudiofilterexample, object name changed, code added
40318         so that it actually works.
40319         * gst-libs/gst/audio/make_filter:
40320         Script to build an audiofilter subclass from the template.
40321         * gst/colorspace/Makefile.am:
40322         * gst/colorspace/yuv2yuv.c:
40323         Remove file, since it's GPL, and we don't use it.
40324
40325 2004-01-15  Julien MOUTTE  <julien@moutte.net>
40326
40327         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
40329         them use the buffer free function to test how the buffer was allocated.
40330
40331 2004-01-15  David Schleef  <ds@schleef.org>
40332
40333         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
40334         that handles osssink fallback.
40335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
40336         (gst_audio_convert_getcaps):
40337         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
40338         Add audio/x-qdm2 for QDM2 audio.
40339         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
40340         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
40341         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
40342         Decrease minimum size to 16x16.
40343         * gst/wavparse/gstwavparse.c:
40344         Convert disabled pad template caps to new caps.
40345         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40347         (gst_xvimagesink_chain): Throw element error when display cannot
40348         be opened.  Increase minimum framerate to 1.0.  Check the data
40349         free function on a buffer to make sure it is the type we expect
40350         before manipulating it.
40351
40352 2004-01-15  Julien MOUTTE <julien@moutte.net>
40353
40354         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40355         (gst_videobalance_colorbalance_set_value): Implement passthru if
40356         settings are in the middle.
40357         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
40358
40359 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40360
40361         * gst/videofilter/Makefile.am:
40362         * gst/volume/Makefile.am:
40363           Since we use videofilter symbols, link to it.
40364
40365 2004-01-15  Julien MOUTTE <julien@moutte.net>
40366
40367         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
40368         mixer interface type to HARDWARE.
40369         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
40370         type to SOFTWARE.
40371         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
40372         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
40373         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
40374         (gst_volume_interface_init), (gst_volume_list_tracks),
40375         (gst_volume_set_volume), (gst_volume_get_volume),
40376         (gst_volume_set_mute), (gst_volume_mixer_init),
40377         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
40378         (volume_init): Implementing mixer interface.
40379         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
40380         * sys/oss/gstosselement.c: (gst_osselement_get_type),
40381         (gst_osselement_change_state): Removing some trailing commas in
40382         structures.
40383         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
40384         interface type to HARDWARE.
40385         * sys/v4l/gstv4lcolorbalance.c:
40386         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
40387         type to HARDWARE.
40388         * sys/v4l2/gstv4l2colorbalance.c:
40389         (gst_v4l2_color_balance_interface_init): Setting colorbalance
40390         interface type to HARDWARE.
40391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
40392         same code than ximagesink for event handling.
40393
40394 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40395
40396         * ext/snapshot/Makefile.am:
40397         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
40398         (gst_snapshot_chain):
40399         * ext/snapshot/gstsnapshot.h:
40400           This has to be a joke... Snapshot should be connected to a tee,
40401           colorspace element before it and EOS after that, where the other
40402           src of the tee receives normal data.
40403           The current way is *wrong*.
40404
40405 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40406
40407         * ext/hermes/gsthermescolorspace.c:
40408           Fix another compile error. Same as below.
40409
40410 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40411
40412         * gst/colorspace/gstcolorspace.c:
40413         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
40414         (gst_colorspace_i420_to_yv12):
40415           Fix compiling... Didn't test if it actually works.
40416
40417 2004-01-15  David Schleef  <ds@schleef.org>
40418
40419         * configure.ac:
40420         * gst/colorspace/Makefile.am:
40421         * gst/colorspace/gstcolorspace.c:
40422         * gst/colorspace/gstcolorspace.h:
40423         * gst/colorspace/yuv2rgb.c:
40424         * gst/colorspace/yuv2rgb.h:
40425         Duplicate the ext/hermes colorspace plugin, and remove Hermes
40426         code and GPL code.  Fix for new caps negotiation.  Rewrite
40427         much of the format handling code, and some of the conversion
40428         code.  Basically, rewrote almost everything.  This element
40429         handles I420, YV12 to RGB conversions.
40430         * ext/hermes/Makefile.am:
40431         * ext/hermes/gsthermescolorspace.c:
40432         Rename colorspace to hermescolorspace.  Fix negotiation issues.
40433         Remove non-Hermes related code.  This element handles lots of
40434         RGB to RGB conversions, but no YUV.
40435         * ext/hermes/gstcolorspace.c:
40436         * ext/hermes/gstcolorspace.h:
40437         * ext/hermes/rgb2yuv.c:
40438         * ext/hermes/yuv2rgb.c:
40439         * ext/hermes/yuv2rgb.h:
40440         * ext/hermes/yuv2rgb_mmx16.s:
40441         * ext/hermes/yuv2yuv.c:
40442         * ext/hermes/yuv2yuv.h:
40443         Remove old code.
40444
40445 2004-01-14  Colin Walters  <walters@verbum.org>
40446
40447         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
40448         they've already been.
40449
40450 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40451
40452         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
40453           assume tag mode when pad is not connected
40454
40455 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40456
40457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40458           Don't update the time of the clock
40459         (gst_alsa_sink_loop):
40460           sync to the clock given to alsasink, not the own clock
40461         * sys/oss/gstosssink.c: (gst_osssink_chain):
40462           sync to the clock
40463         (gst_osssink_change_state):
40464           activate the clock
40465         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40467           remove bogus code that made DISCONT events unhandled
40468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
40469           explicitly case to double in _set_simple. (fixes 2nd warning in bug
40470           #131502)
40471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
40472         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
40473         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
40474           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
40475           2nd warning in bug #131502)
40476
40477 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40478
40479         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
40480         (gst_videobalance_colorbalance_set_value),
40481         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
40482         for colorbalance interface implementation.
40483         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
40484         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
40485         (gst_ximagesink_dispose), (gst_ximagesink_init),
40486         (gst_ximagesink_class_init): Adding DISPLAY property.
40487         * sys/ximage/ximagesink.h: Adding display_name to store display.
40488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40489         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
40490         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
40491         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
40492         properties (they still need polishing though for gst-launch use : no
40493         xcontext yet, i ll do that tomorrow).
40494         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
40495
40496 2004-01-14  Julien MOUTTE  <julien@moutte.net>
40497
40498         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
40499         (gst_play_set_location), (gst_play_set_visualization): Preparing
40500         switch integration, adding videobalance in the pipeline.
40501
40502 2004-01-14  Julien MOUTTE <julien@moutte.net>
40503
40504         * gst-libs/gst/colorbalance/colorbalance.c:
40505         (gst_color_balance_class_init): Adding a default type.
40506         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
40507         the type.
40508         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
40509         (gst_videobalance_dispose), (gst_videobalance_class_init),
40510         (gst_videobalance_init), (gst_videobalance_interface_supported),
40511         (gst_videobalance_interface_init),
40512         (gst_videobalance_colorbalance_list_channels),
40513         (gst_videobalance_colorbalance_set_value),
40514         (gst_videobalance_colorbalance_get_value),
40515         (gst_videobalance_colorbalance_init): Implementing colorbalance
40516         interface.
40517         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
40518         list.
40519         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
40520         bug which was triggering a BadAccess X error when setting an overlay
40521         before pad was really negotiated.
40522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
40523         Using the colorbalance type macro.
40524
40525 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40526
40527         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
40528         (gst_flacenc_chain):
40529           handle tags correctly
40530         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
40531           extract ID3v1 tags correctly
40532
40533 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40534
40535         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
40536         (plugin_init):
40537           Improve matroska typefinding for odd-typed headers...
40538
40539 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40540
40541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40542           Fix for using incremental number on padnames.
40543
40544 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40545
40546         * ext/divx/gstdivxdec.c:
40547         * ext/divx/gstdivxenc.c:
40548           Set category to divx4linux instead of divx (too generic).
40549         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40550         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
40551         (gst_wavparse_loop), (gst_wavparse_change_state):
40552         * gst/wavparse/gstwavparse.h:
40553           fix parsing of WAV files with non-standard fmt-tag size and fix
40554           skipping of unrecognized chunks... Someone please fix this thing
40555           to use rifflib so all this is automated.
40556         * sys/v4l/Makefile.am:
40557         * sys/v4l2/Makefile.am:
40558           Add X_CFLAGS because we depend on X (for overlay).
40559
40560 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
40561
40562         * ext/mpeg2dec/gstmpeg2dec.c:
40563           Don't issue a timestamp unless we tagged the frame
40564           with a PTS.
40565
40566 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40567
40568         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
40569           Query the audio element to get the time, not the clock. We're
40570           interested in the element's time here.
40571
40572 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40573
40574         * ext/aalib/gstaasink.c: (gst_aasink_chain):
40575         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
40576         * ext/esd/esdsink.c: (gst_esdsink_chain):
40577         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
40578         * ext/mas/massink.c: (gst_massink_chain):
40579         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
40580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
40581         (gst_matroska_demux_parse_metadata):
40582         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
40583         (gst_mpeg_parse_release_locks):
40584         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
40585         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
40586         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40587         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
40588         (gst_osssink_change_state):
40589         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
40590         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40591         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
40592         (gst_xvideosink_release_locks):
40593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
40594           use element time.
40595         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
40596         (gst_alsa_clock_stop):
40597         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
40598         (gst_audio_clock_get_internal_time):
40599           simplify for use with new clocking code.
40600         * testsuite/alsa/Makefile.am:
40601         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
40602           fix testsuite for new caps system
40603
40604 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40605
40606         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
40607         * ext/flac/gstflacenc.c: (add_one_tag):
40608           length is already host endian, no need to convert. Fixes playback of
40609           tagged files on PPC. (bug #128384)
40610
40611 2004-01-13  Julien MOUTTE <julien@moutte.net>
40612
40613         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
40614         colorbalance interface stating if it is hardware based or software
40615         based.
40616         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
40617         Removing a trailing comma.
40618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40619         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
40620         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
40621         the documentation seems to be wrong on the -1000 to 1000 interval.
40622
40623 2004-01-12  David Schleef  <ds@schleef.org>
40624
40625         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
40626         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
40627         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
40628         Fix negotiation.  Add a bufferalloc function for the sink pad,
40629         and generally clean up some of the code.
40630
40631 2004-01-12  Julien MOUTTE <julien@moutte.net>
40632
40633         * gst-libs/gst/colorbalance/colorbalancechannel.c:
40634         (gst_color_balance_channel_dispose): Adding safety check in dispose
40635         method.
40636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
40637         (gst_xvimagesink_xcontext_clear),
40638         (gst_xvimagesink_interface_supported),
40639         (gst_xvimagesink_colorbalance_list_channels),
40640         (gst_xvimagesink_colorbalance_set_value),
40641         (gst_xvimagesink_colorbalance_get_value),
40642         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
40643         Adding colorbalance interface support to set XV parameters such as
40644         HUE, BRIGHTNESS, CONTRAST, SATURATION.
40645         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
40646         interface.
40647
40648 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40649
40650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
40651         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
40652         (gst_audio_convert_init), (gst_audio_convert_set_property),
40653         (gst_audio_convert_get_property), (gst_audio_convert_chain),
40654         (gst_audio_convert_link),
40655         (gst_audio_convert_buffer_to_default_format),
40656         (gst_audio_convert_buffer_from_default_format), (plugin_init):
40657           - implement _getcaps and use it
40658           - improve linking
40659           - remove float caps since no float conversion is actually done
40660           - remove properties and arguments that were to be used for rate
40661             conversion
40662
40663 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40664
40665         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
40666         (gst_audio_structure_set_int):
40667         * gst-libs/gst/audio/audio.h:
40668           add helper functions for _getcaps matching the standard audio
40669           templates
40670
40671 2004-01-12  David Schleef  <ds@schleef.org>
40672
40673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
40674         Test that pad is negotiated before getting its caps.
40675
40676 2004-01-12  Julien MOUTTE <julien@moutte.net>
40677
40678         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
40679         analyzing the pads of an element the bin is mostly in READY state so
40680         no caps were negotiated. This helper function needs to work with
40681         _get_caps directly then. I was not freeing them though, added that to
40682         fix the mem leak.
40683
40684 2004-01-12  Julien MOUTTE <julien@moutte.net>
40685
40686         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
40687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
40688         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
40689         than the free_func.
40690
40691 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
40692
40693         * sys/oss/gstossaudio.c: (plugin_init):
40694         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
40695         * sys/oss/gstosselement.h:
40696           make an oss debugging category
40697           make failure more descriptive
40698
40699 2004-01-11  David Schleef  <ds@schleef.org>
40700
40701         * ext/ffmpeg/gstffmpeg.c:
40702         * ext/ffmpeg/gstffmpegcodecmap.c:
40703         * ext/ffmpeg/gstffmpegdec.c:
40704         * ext/ffmpeg/gstffmpegenc.c:
40705         * ext/ffmpeg/gstffmpegprotocol.c:
40706         * ext/gdk_pixbuf/gstgdkanimation.c:
40707         * ext/jpeg/gstjpeg.c:
40708         * ext/libpng/gstpng.c:
40709         * ext/mpeg2dec/perftest.c:
40710         * ext/speex/gstspeex.c:
40711         * gst-libs/gst/resample/dtos.c:
40712         * gst/intfloat/gstintfloatconvert.c:
40713         * gst/oneton/gstoneton.c:
40714         * gst/rtjpeg/RTjpeg.c:
40715         * gst/rtp/gstrtp.c:
40716         * sys/dxr3/dxr3init.c:
40717         * sys/glsink/gstgl_nvimage.c:
40718         * sys/glsink/gstgl_pdrimage.c:
40719         * sys/glsink/gstglsink.c:
40720         * testsuite/gst-lint:
40721         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
40722
40723 2004-01-11  David Schleef  <ds@schleef.org>
40724
40725         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
40726         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
40727         * ext/gdk_pixbuf/gstgdkanimation.c:
40728         (gst_gdk_animation_iter_create_pixbuf):
40729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40730         (gst_gdk_pixbuf_chain):
40731         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40732         * ext/jack/gstjack.c: (gst_jack_change_state):
40733         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
40734         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
40735         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
40736         * gst/videofilter/gstvideofilter.c:
40737         (gst_videofilter_set_output_size):
40738         Remove all usage of gst_pad_get_caps(), and replace it with
40739         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
40740
40741 2004-01-11  David Schleef  <ds@schleef.org>
40742
40743         * configure.ac:
40744         * ext/Makefile.am: Fixes to make ext/libcaca compile.
40745         * ext/divx/gstdivxdec.c:
40746         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
40747         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
40748         handle images that span multiple buffers.  Now work with both
40749         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
40750         * ext/gdk_pixbuf/gstgdkpixbuf.h:
40751         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
40752         video/video.h changes
40753         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
40754         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40755         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
40756         of GstData free function.
40757         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40758         same.
40759
40760 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40761
40762         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
40763         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
40764         (gst_v4l2element_get_property):
40765         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
40766           add norm, channel and frequency properties.
40767         * sys/v4l2/gstv4l2tuner.c:
40768           fixes for tuner interface changes
40769         * sys/v4l2/gstv4l2element.h:
40770         * sys/v4l2/gstv4l2src.c:
40771         * sys/v4l2/gstv4l2src.h:
40772         * sys/v4l2/v4l2src_calls.c:
40773         * sys/v4l2/v4l2src_calls.h:
40774           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
40775
40776 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40777
40778         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
40779         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
40780         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
40781         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
40782         * gst-libs/gst/tuner/tuner.h:
40783           GObjects aren't const.
40784           Add find_by_name functions.
40785           Add checks to _changed functions.
40786         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
40787         (gst_v4l_tuner_get_norm):
40788           Fixes for above.
40789
40790 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40791
40792         * gst-libs/gst/video/video.h:
40793           Fix caps template names to be understandable.
40794           Prefix everything with GST_VIDEO.
40795         * ext/aalib/gstaasink.c:
40796         * ext/divx/gstdivxdec.c:
40797         * ext/divx/gstdivxenc.c:
40798         * ext/gdk_pixbuf/gstgdkpixbuf.c:
40799         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
40800         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
40801         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
40802         * ext/libcaca/gstcacasink.c:
40803         * ext/libpng/gstpngenc.c: (raw_caps_factory):
40804         * ext/snapshot/gstsnapshot.c:
40805         * ext/swfdec/gstswfdec.c:
40806         * ext/xvid/gstxviddec.c:
40807         * ext/xvid/gstxvidenc.c:
40808         * gst/chart/gstchart.c:
40809         * gst/deinterlace/gstdeinterlace.c:
40810         * gst/effectv/gsteffectv.c:
40811         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
40812         * gst/goom/gstgoom.c:
40813         * gst/median/gstmedian.c:
40814         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
40815         (gst_monoscope_srcconnect), (gst_monoscope_chain):
40816         * gst/overlay/gstoverlay.c:
40817         * gst/smooth/gstsmooth.c:
40818         * gst/smpte/gstsmpte.c:
40819         * gst/synaesthesia/gstsynaesthesia.c:
40820         * gst/videocrop/gstvideocrop.c:
40821         * gst/videodrop/gstvideodrop.c:
40822         * gst/y4m/gsty4mencode.c:
40823         * sys/qcam/gstqcamsrc.c:
40824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
40825           Make them work with new video.h file.
40826         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40827         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40829         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40830           Make it work with new buffer allocation system.
40831
40832 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40833
40834         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
40835         pad_alloc_buffer implementation to use ->srcpad
40836         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
40837         pad_alloc_buffer implementation to use ->srcpad
40838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
40839         pad_alloc_buffer implementation to use ->srcpad
40840         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
40841         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
40842         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40843         a reference to everything we need.
40844         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
40845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
40846         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
40847         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
40848         a reference to everything we need.
40849         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
40850
40851 2004-01-11  David Schleef  <ds@schleef.org>
40852
40853         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
40854         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
40855         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
40856         structure members.
40857         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
40858         value during a resize/renegotiation.
40859         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
40860         gst_pad_alloc_buffer();
40861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40862         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
40863         structure members.
40864         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
40865         Fix for rename of buffer private structure members.
40866         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40867         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
40868         Fix for rename of buffer private structure members.
40869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40870         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
40871         Fix for rename of buffer private structure members.
40872
40873 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
40874
40875         reviewed by: David Schleef <ds@schleef.org>
40876
40877         * gst/videofilter/Makefile.am:
40878         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
40879         from the patch by ds to fit in with recent make_filter changes.
40880
40881 2004-01-11  Julien MOUTTE  <julien@moutte.net>
40882
40883         * configure.ac: Adding examples/switch/Makefile
40884         * examples/Makefile.am: Adding examples/switch
40885         * examples/switch/Makefile.am: Adding switcher example.
40886         * examples/switch/switcher.c: (got_eos), (idle_iterate),
40887         (switch_timer), (main): Adding an example demonstrating switch usage
40888         with 2 videotestsrc showing different patterns.
40889         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
40890         (gst_switch_init): Fixing switch with the new caps system.
40891
40892 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40893
40894         * gst-libs/gst/video/video.h:
40895           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
40896           They should probably be like
40897           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
40898
40899 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40900
40901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40902         (qtdemux_parse_trak):
40903           fix audio chunk size/timestamp calculation
40904
40905 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40906
40907         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40908           fix SVQ3 caps
40909
40910 2004-01-11  Steve Baker  <steve@stevebaker.org>
40911
40912         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40913         (gst_agingtv_base_init), (gst_agingtv_class_init),
40914         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40915         (gst_agingtv_set_property), (gst_agingtv_get_property):
40916         Port agingTV to videofilter
40917
40918 2004-01-09  Julien MOUTTE <julien@moutte.net>
40919
40920         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40921         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40922
40923 2004-01-09  Julien MOUTTE <julien@moutte.net>
40924
40925         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40926         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40927         * gst-libs/gst/xoverlay/xoverlay.c:
40928         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40930         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40931         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40932         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40933         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40934         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40935         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40936         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40937         interface implementation to handle xid being 0 and fix some bugs
40938         triggered by Benjamin's testcase.
40939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40940         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40941         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40942         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40943         interface implementation to handle xid being 0 and fix some bugs
40944         triggered by Benjamin's testcase.
40945
40946 2004-01-09  David Schleef  <ds@schleef.org>
40947
40948         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40949         mouse pointer events.  It works.
40950
40951 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40952
40953         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40954           Use explicit caps - fix capsnego.
40955         * ext/xvid/gstxviddec.c:
40956         * ext/xvid/gstxvidenc.c:
40957           Remove macro-inside-macro which caused compile errors.
40958         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40959           Error out if it's not a RIFF file. Else we error out without
40960           gst_element_error() which is not good...
40961
40962 2004-01-08  David Schleef  <ds@schleef.org>
40963
40964         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40965         Fix pad_link function to handle formats that ffmpeg returns
40966         as multiple caps structures.
40967         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40968         Only complain if source buffer is _smaller_ than expected.
40969         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40970         (gst_videoscale_handle_src_event): Resize navigation events
40971         when passing them upstream.
40972         * gst/videotestsrc/gstvideotestsrc.c:
40973         * gst/videotestsrc/gstvideotestsrc.h:
40974         * gst/videotestsrc/videotestsrc.c:
40975         * gst/videotestsrc/videotestsrc.h:
40976         Rewrite many of the buffer painting functions to handle odd
40977         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40978         been verified to work with my video card.
40979         * testsuite/gst-lint:  Add check for elements calling
40980         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40981
40982 2004-01-08  David Schleef  <ds@schleef.org>
40983
40984         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40985         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40986
40987 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40988
40989         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40990         configure event is not emiting the desired size signal. That fixes
40991         aspect ratio issues with gst-player.
40992
40993 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40994
40995         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40996           Fix capsnego.
40997
40998 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40999
41000         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
41001         public method to fire size signal.
41002
41003 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41004
41005         * examples/gstplay/Makefile.am: Adding the interface library.
41006         * gst-libs/gst/play/Makefile.am: Adding the interface library.
41007         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
41008         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
41009         GST_IS_X_OVERLAY before signal connect.
41010         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
41011         Removing the have_video_size signal.
41012         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
41013         and associated public method.
41014         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41015         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
41016         signal.
41017         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
41018         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
41019         signal.
41020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
41021         Using XOverlay public method to fire size signal.
41022
41023 2004-01-07  David Schleef  <ds@schleef.org>
41024
41025         * gst/videofilter/Makefile.am:
41026         * gst/videofilter/gstvideotemplate.c:
41027         * gst/videofilter/make_filter:
41028         Create gstvideoexample.c in a srcdir!=builddir friendly way.
41029         Convert make_filter to /bin/sh script.
41030
41031 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
41032
41033         * gst/modplug/gstmodplug.cc: fix element description
41034
41035 2004-01-07  Julien MOUTTE  <julien@moutte.net>
41036
41037         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41038         (got_video_size): Adding some new lines in g_print calls.
41039         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41040         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
41041         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
41042         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
41043         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
41044         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
41045         Complete code review, reverting some stuff i disagree with, adding
41046         some fixes : time synchronization on invalid timestamps, renegotiation
41047         of private window.
41048         * sys/ximage/ximagesink.h:
41049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
41050         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
41051         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
41052         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
41053         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
41054         (gst_xvimagesink_buffer_new),
41055         (gst_xvimagesink_navigation_send_event),
41056         (gst_xvimagesink_set_xwindow_id),
41057         (gst_xvimagesink_get_desired_size),
41058         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
41059         stuff i disagree with, adding some fixes : Renegotiation of private
41060         window, implementing get_desired_size.
41061
41062 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41063
41064         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
41065         (gst_afsink_handle_event):
41066         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
41067         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
41068         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
41069         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
41070         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
41071           Fix for instantiate-test (see core). Also remove dead code from
41072           jpegenc (which still needs fixing, but that's lower on my TODO
41073           list...).
41074         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
41075           Never return NULL as caps.
41076
41077 2004-01-07  David Schleef  <ds@schleef.org>
41078
41079         * configure.ac:
41080         * ext/Makefile.am:
41081         * ext/librfb/Makefile.am:
41082         * ext/librfb/gstrfbsrc.c:
41083         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
41084         is the protocol used by VNC.
41085
41086 2004-01-07  David Schleef  <ds@schleef.org>
41087
41088         * gst/videofilter/gstvideotemplate.c:
41089         * gst/videofilter/gstvideotemplate.h:
41090         * gst/videofilter/make_filter:
41091         Merge videotemplate header into source file.
41092         * gst/effectv/Makefile.am:
41093         * gst/effectv/gsteffectv.c: (plugin_init):
41094         * gst/effectv/gstwarp.c:
41095         Make warpTV a subclass of videofilter.
41096
41097 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41098
41099         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
41100           Add guard against invalid utf-8 conversions in mad. Just in case.
41101
41102 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41103
41104         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41105           Fix for bug shown by poisoning
41106
41107 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41108
41109         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
41110         (gst_v4lmjpegsrc_buffer_free):
41111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
41112         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
41113         (gst_v4lsrc_buffer_free):
41114           Fix for removed bufferpools.
41115
41116 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41117
41118         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
41119         Fix caps negotiation.
41120
41121         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
41122         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
41123         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
41124         (dvdnavsrc_event):
41125         * ext/mpeg2dec/gstmpeg2dec.c:
41126         * gst-libs/gst/navigation/navigation.c:
41127         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
41128         * gst-libs/gst/navigation/navigation.h:
41129         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
41130         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
41131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
41132         Super-simple first version of mouse and keyboard events. Clicking
41133         on a DVD menu now works, although it may not take you where you
41134         expected.
41135
41136         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41137         * gst/videotestsrc/gstvideotestsrc.c:
41138         (gst_videotestsrc_src_fixate):
41139         These fixate functions were broken - they never actually
41140         fixated :)
41141
41142 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41143
41144         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
41145         (gst_icecastsend_init):
41146           fix for new caps system.
41147         * gst-libs/gst/mixer/mixertrack.h:
41148         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
41149           Add 'master track' flag (for tools like ACME that only want to
41150           change the main volume).
41151
41152 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
41153
41154         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
41155         (gst_xvid_csp_to_caps):
41156         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
41157         * ext/xvid/gstxvidenc.c:
41158         ifdef out ARGB type when it isn't available
41159         in xvidcore 1.0.0beta2
41160
41161 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41162
41163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
41164           When we have received a new SCR right in the first buffer after
41165           a seek (so in the same cycle that handles the discont), we should
41166           handle the buffer instead of unreffing it, else we lose data.
41167
41168 2004-01-06  Iain <iain@prettypeople.org>
41169
41170         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
41171           buffer-frames caps too.
41172
41173         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
41174           caps that we need, don't destroy them all and rebuild them. And when
41175           creating src pads, use the src pad template rather than the sink...
41176
41177 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41178
41179         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
41180           Add pad to element *after* setting functions such as event handler.
41181           Without this, the scheduler (opt) will link pads, set the event
41182           handler from the default event function (dispatcher in gstpad.c)
41183           and *after* that, we will set our own event function, which will
41184           thus never be used (and thus mpegdemux doesn't handle events).
41185
41186 2004-01-04  David Schleef  <ds@schleef.org>
41187
41188         Fix the fixate functions to handle new prototype:
41189         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
41190         * gst/videotestsrc/gstvideotestsrc.c:
41191         (gst_videotestsrc_src_fixate):
41192         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
41193         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
41194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
41195
41196 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41197
41198         * sys/ximage/ximagesink.h:
41199         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
41200         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
41201         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
41202         (gst_ximagesink_xoverlay_init):
41203           assorted fixes to make (re)embedding work
41204         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
41205         (gst_ximagesink_get_desired_size):
41206           implement desired size additions to XOverlay
41207
41208 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41209
41210         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
41211         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
41212         (gst_x_overlay_got_desired_size):
41213         * gst-libs/gst/xoverlay/xoverlay.h:
41214           Add optional "desired size" signal and querying.
41215
41216 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41217
41218         * gst/matroska/matroska-demux.c:
41219         (gst_matroska_demux_parse_blockgroup):
41220           Fix EBML-laced block parsing. Diffs are relative to previous
41221           lace, not the first lace. Thanks to Mosu from the Matroska
41222           team for detecting this.
41223         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41224         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
41225         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
41226         (gst_wavparse_change_state):
41227         * gst/wavparse/gstwavparse.h:
41228           Quickfix for capsnego.
41229
41230 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41231
41232         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
41233           Fix indenting, fix pad creation.
41234
41235 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41236
41237         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
41238         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
41239         (gst_xviddec_sink_link):
41240           Implement src_getcaps() so proper size caps is negotiated.
41241
41242 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41243
41244         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
41245           Finish flac decoder on EOS. See #116178.
41246
41247 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41248
41249         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
41250         (gst_matroska_demux_add_stream):
41251         * gst/matroska/matroska-ids.h:
41252           Add getcaps() function to fix capsnego...
41253
41254 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41255
41256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41257         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
41258         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
41259           Fix more integer overflows. Again, see #126967.
41260
41261 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41262
41263         * ext/mpeg2dec/gstmpeg2dec.c:
41264           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
41265           #130416.
41266
41267 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41268
41269         * configure.ac:
41270         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
41271         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
41272         * ext/xvid/gstxvid.h:
41273         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
41274         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
41275         (gst_xviddec_src_link), (gst_xviddec_sink_link),
41276         (gst_xviddec_change_state):
41277         * ext/xvid/gstxviddec.h:
41278         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
41279         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
41280         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
41281         (gst_xvidenc_link), (gst_xvidenc_set_property),
41282         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
41283         * ext/xvid/gstxvidenc.h:
41284           Update xvid plugin to latest xvid (1.0.0-beta3) API.
41285
41286 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41287
41288         * gst/rtp/rtp-packet.c:
41289           Add sys/types.h include, since OS X doesn't define in_addr_t
41290           in netinet/in.h, like it does on Linux (see #129600).
41291
41292 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
41293
41294         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
41295
41296         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
41297           Correct logic of dispose function (see #129306).
41298
41299 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41300
41301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
41302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
41303         (gst_mpeg_parse_init):
41304         * gst/mpegstream/gstmpegparse.h:
41305           Remove clock (which was never provided, i.e. dead code), and
41306           also fix integer overflows at high PTS values (see #126967).
41307
41308 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41309
41310         * ext/flac/gstflacdec.c:
41311         * ext/libpng/gstpngenc.h:
41312         * ext/mikmod/gstmikmod.h:
41313           OS X fixes (see #126628).
41314
41315 2004-01-02  David Schleef  <ds@schleef.org>
41316
41317         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
41318         (gst_alsa_src_base_init): Remove bogus "src" request pad.
41319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
41320         (gst_mpeg_parse_class_init): Move pad template registration
41321         to class_init, since the derived class (mpegdemux) doesn't
41322         want them.
41323
41324 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41325
41326         * sys/ximage/Makefile.am:
41327         * sys/xvideo/Makefile.am:
41328         * sys/xvimage/Makefile.am:
41329           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
41330           after installation (see #127664).
41331
41332 2004-01-02  David Schleef  <ds@schleef.org>
41333
41334         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
41335         (gst_ffmpegenc_connect):  Negotiation fixes.
41336         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
41337         Remove inappropriate gst_caps_free().
41338         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41339         Reenable Ronald's internal resize code, since the core handles
41340         it correctly now.
41341
41342 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41343
41344         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
41345         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
41346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
41347           Fix pad template stuff.
41348
41349 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41350
41351         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
41352         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
41353           fix signed integer reading/writing.
41354
41355 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41356
41357         * ext/alsa/README:
41358           Remove outdated document
41359
41360 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
41361
41362         * gst/cutter/gstcutter.c: (gst_cutter_init):
41363           src pad was being created twice - oops.
41364
41365 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41366
41367         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41368           Comment out internal resize. It doesn't handle the resulting
41369           XEvent internally, does another try_set_caps() which leads to
41370           a really nice loop.
41371           Real fix will come when Julien and Dave are awake. ;).
41372
41373 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41374
41375         * ext/mpeg2enc/gstmpeg2enc.cc:
41376           fix const/nonconst compile issue.
41377
41378 2004-01-02  David Schleef  <ds@schleef.org>
41379
41380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
41381         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
41382         Add fixate function and a check for bad formats.
41383
41384 2004-01-01  David Schleef  <ds@schleef.org>
41385
41386         Negotiation fixes:
41387         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
41388         (gst_audiofilter_init):
41389         * gst/debug/efence.c: (gst_efence_init):
41390         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
41391         (gst_deinterlace_init):
41392         * gst/volume/gstvolume.c: (volume_connect):
41393
41394 2004-01-01  David Schleef  <ds@schleef.org>
41395
41396         Convert elements to use gst_pad_use_explicit_caps() where
41397         appropriate:
41398         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
41399         * ext/audiofile/gstafparse.c: (gst_afparse_init),
41400         (gst_afparse_open_file):
41401         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
41402         (gst_afsrc_open_file):
41403         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
41404         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
41405         (gst_ffmpegdec_chain):
41406         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
41407         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
41408         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
41409         (gst_gdk_pixbuf_chain):
41410         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
41411         (gst_jpegdec_chain):
41412         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
41413         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
41414         (gst_mikmod_negotiate):
41415         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
41416         (gst_mpeg2dec_negotiate_format):
41417         * ext/mpeg2enc/gstmpeg2enc.cc:
41418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
41419         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
41420         (gst_speexdec_sinkconnect):
41421         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
41422         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
41423         (gst_vorbisfile_new_link):
41424         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
41425         (gst_ac3parse_chain):
41426         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
41427         (gst_asf_demux_setup_pad):
41428         * gst/auparse/gstauparse.c: (gst_auparse_init),
41429         (gst_auparse_chain):
41430         * gst/id3/gstid3types.c: (gst_id3types_loop):
41431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
41432         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
41433         (mp1videoparse_parse_seq):
41434         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
41435         (bpf_from_header):
41436         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
41437         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
41438         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
41439         (gst_mpeg_parse_send_data):
41440         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
41441         (gst_qtdemux_add_stream):
41442         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
41443         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
41444         (gst_wavparse_parse_fmt):
41445
41446 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41447
41448         * configure.ac:
41449           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
41450           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
41451           it therefore uses the wrong include paths. Too bad... Note
41452           that 1.6.1.93 is not release yet. ;).
41453           Also add a check for mplex, which is now using the lib'ified
41454           mplex from mjpegtools, too.
41455         * ext/ffmpeg/gstffmpegcodecmap.c:
41456           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
41457           issues. I don't think ffmpeg handles 3ivx correctly, so this
41458           probably won't work. But it won't hurt either.
41459         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
41460         (gst_ffmpegdec_chain):
41461         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
41462         (gst_ffmpegenc_chain_audio):
41463           Fix memleak in audio encoding. Close codec if open fails, this
41464           calls the cleanup routines so we can re-use the context.
41465         * ext/mpeg2enc/gstmpeg2enc.cc:
41466           Fix pad template names/types, fix memory issue with getcaps().
41467         * ext/mpeg2enc/gstmpeg2encoder.cc:
41468         * ext/mpeg2enc/gstmpeg2encoder.hh:
41469           Fix compile issue with new caps system (const thingy).
41470         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41471         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
41472           We read a first frame right on initing, so that we have a caps
41473           when we init the output. This caps is cached in padprivate and
41474           read as first frame.
41475         * ext/mplex/Makefile.am:
41476         * ext/mplex/gstmplex.cc:
41477         * ext/mplex/gstmplex.h:
41478         * ext/mplex/gstmplex.hh:
41479         * ext/mplex/gstmplexibitstream.cc:
41480         * ext/mplex/gstmplexibitstream.hh:
41481         * ext/mplex/gstmplexjob.cc:
41482         * ext/mplex/gstmplexjob.hh:
41483         * ext/mplex/gstmplexoutputstream.cc:
41484         * ext/mplex/gstmplexoutputstream.hh:
41485           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
41486           had issues, didn't do capsnego, supported only a subset of the
41487           mplex features and required a mplex fork in our local CVS. Plus
41488           that it worked agaist a very old mplex version. Rewriting was
41489           faster than updating it.
41490         * gst-libs/ext/Makefile.am:
41491         * gst-libs/ext/mplex/INSTRUCT:
41492         * gst-libs/ext/mplex/Makefile.am:
41493         * gst-libs/ext/mplex/README:
41494         * gst-libs/ext/mplex/TODO:
41495         * gst-libs/ext/mplex/ac3strm_in.cc:
41496         * gst-libs/ext/mplex/audiostrm.hh:
41497         * gst-libs/ext/mplex/audiostrm_out.cc:
41498         * gst-libs/ext/mplex/aunit.hh:
41499         * gst-libs/ext/mplex/bits.cc:
41500         * gst-libs/ext/mplex/bits.hh:
41501         * gst-libs/ext/mplex/buffer.cc:
41502         * gst-libs/ext/mplex/buffer.hh:
41503         * gst-libs/ext/mplex/fastintfns.h:
41504         * gst-libs/ext/mplex/format_codes.h:
41505         * gst-libs/ext/mplex/inputstrm.cc:
41506         * gst-libs/ext/mplex/inputstrm.hh:
41507         * gst-libs/ext/mplex/lpcmstrm_in.cc:
41508         * gst-libs/ext/mplex/mjpeg_logging.cc:
41509         * gst-libs/ext/mplex/mjpeg_logging.h:
41510         * gst-libs/ext/mplex/mjpeg_types.h:
41511         * gst-libs/ext/mplex/mpastrm_in.cc:
41512         * gst-libs/ext/mplex/mpegconsts.cc:
41513         * gst-libs/ext/mplex/mpegconsts.h:
41514         * gst-libs/ext/mplex/mplexconsts.hh:
41515         * gst-libs/ext/mplex/multplex.cc:
41516         * gst-libs/ext/mplex/outputstream.hh:
41517         * gst-libs/ext/mplex/padstrm.cc:
41518         * gst-libs/ext/mplex/padstrm.hh:
41519         * gst-libs/ext/mplex/stillsstream.cc:
41520         * gst-libs/ext/mplex/stillsstream.hh:
41521         * gst-libs/ext/mplex/systems.cc:
41522         * gst-libs/ext/mplex/systems.hh:
41523         * gst-libs/ext/mplex/vector.cc:
41524         * gst-libs/ext/mplex/vector.hh:
41525         * gst-libs/ext/mplex/videostrm.hh:
41526         * gst-libs/ext/mplex/videostrm_in.cc:
41527         * gst-libs/ext/mplex/videostrm_out.cc:
41528         * gst-libs/ext/mplex/yuv4mpeg.cc:
41529         * gst-libs/ext/mplex/yuv4mpeg.h:
41530         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
41531         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
41532           We don't fork mjpegtools' mplex in our CVS anymore.
41533         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
41534         (gst_avi_demux_add_stream):
41535         * gst/avi/gstavidemux.h:
41536           Add getcaps() function for proper caps nego. This makes some
41537           parts of AVI playback/reading work.
41538         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
41539           Resize window on new capsnego. This is probably wrong, but
41540           I'm still committing it because with current capsnego, the
41541           first successfull capsnego is auto-fixated, therefore rounded
41542           down to the lowest values in the caps. this results in a 16x16
41543           XWindow that is not reized when real capsnego finishes.
41544           Dave, I see more cases of this, do you know a proper solution?
41545         * tools/gst-launch-ext.in:
41546           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
41547
41548 2003-12-31  David Schleef  <ds@schleef.org>
41549
41550         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
41551         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
41552           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
41553
41554 2003-12-30  David Schleef  <ds@schleef.org>
41555
41556         * ext/ffmpeg/gstffmpegcolorspace.c:
41557         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
41558         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
41559         (gst_ffmpegcsp_chain): Negotiation fixes
41560         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
41561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
41562         (gst_audio_convert_link), (gst_audio_convert_channels):
41563         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
41564         (gst_audioscale_link), (gst_audioscale_get_buffer),
41565         (gst_audioscale_chain): Negotiation fixes
41566         * gst/audioscale/gstaudioscale.h:
41567         * gst/videofilter/gstvideofilter.c:
41568         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
41569         (gst_videofilter_link), (gst_videofilter_init),
41570         (gst_videofilter_set_output_size), (gst_videofilter_setup),
41571         (gst_videofilter_find_format_by_structure):
41572         * gst/videofilter/gstvideofilter.h: Negotiation fixes
41573         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
41574         (gst_videoscale_link):
41575         * gst/videoscale/videoscale.c: (videoscale_get_structure),
41576         (videoscale_find_by_structure), (gst_videoscale_setup):
41577         * gst/videoscale/videoscale.h: Negotiation fixes
41578         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
41579         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
41580         function, restrict resizing to a multiple of 4 (hack until
41581         everyone supports odd sizes correctly).
41582
41583 2003-12-29  Colin Walters  <walters@verbum.org>
41584
41585         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
41586         signed.
41587
41588 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
41589
41590         * ext/sndfile/gstsf.c: (gst_sf_loop):
41591           Fix warning about discarding const qualifier
41592
41593 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
41594
41595         * gst/cutter/gstcutter.c:
41596         * gst/videoscale/gstvideoscale.c:
41597         * gst/volenv/gstvolenv.c:
41598         * gst-libs/gst/audio/audio.c:
41599         * gst-libs/gst/video/video.c:
41600           Fix warnings
41601
41602 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41603
41604         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
41605           Don't send ALSA debugging to stderr.
41606         * ext/alsa/gstalsa.h:
41607           Use GST_WARNING instead of g_warning when ALSA functions fail.
41608
41609 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41610
41611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
41612           Free XVAdapterInfo correctly.
41613
41614 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41615
41616         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
41617         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
41618           Make id3tag use correct caps nego.
41619
41620 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
41621
41622         * ext/ivorbis/vorbis.c:
41623         * ext/ivorbis/vorbisenc.h:
41624         * ext/ivorbis/vorbisfile.c:
41625           Modify so that it uses the new caps things
41626
41627 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41628
41629         * testsuite/spider/spider1.c: (main):
41630         * testsuite/spider/spider2.c: (main):
41631         * testsuite/spider/spider3.c: (main):
41632           Make tests compile again. They probably don't work.
41633
41634 2003-12-24  Colin Walters  <walters@verbum.org>
41635
41636         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
41637         we can't fixate the caps anymore.
41638
41639 2003-12-23  David Schleef  <ds@schleef.org>
41640
41641         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
41642         * sys/oss/gstosssink.c: (gst_osssink_init),
41643         (gst_osssink_sink_fixate): Add fixate function.
41644
41645 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41646
41647         * ext/ffmpeg/gstffmpegcodecmap.c:
41648         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
41649         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
41650         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
41651         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
41652         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
41653         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
41654         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
41655           fix typo in RGB masks, and move back to "old" colorspace
41656           capsnego code until whoever wrote this new crap has actually
41657           tested it so that it works.
41658           And yes, this works, keep it that way please.
41659
41660 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41661
41662         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
41663         (gst_divxdec_init), (gst_divxdec_negotiate):
41664         * ext/divx/gstdivxdec.h:
41665         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
41666         (gst_divxenc_init):
41667         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
41668         (gst_faac_sinkconnect), (gst_faac_srcconnect):
41669         * ext/mpeg2enc/gstmpeg2enc.cc:
41670         * ext/mpeg2enc/gstmpeg2encoder.cc:
41671         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
41672         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
41673         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
41674         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
41675         (dxr3spusink_init):
41676         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
41677         (dxr3videosink_init):
41678           Fix caps breakage after Dave's caps branch merge.
41679
41680 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41681
41682         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
41683           Fix for 24bpp display.
41684
41685 2003-12-23  Colin Walters  <walters@verbum.org>
41686
41687         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
41688         a GnomeVFSHandle directly.
41689
41690 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41691
41692         * gst/volume/Makefile.am:
41693         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
41694         (volume_base_init), (volume_init):
41695           Reenable volume element and fix to work with new caps stuff.
41696           Rhythmbox needs this.
41697
41698 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41699
41700         * gst/qtdemux/qtdemux.c: (plugin_init):
41701           qtdemux requires bytestream
41702
41703 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41704
41705         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
41706           Fix remaining caps handling errors due to CAPS merge.
41707
41708 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
41709
41710         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
41711         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
41712         (gst_faad_srcconnect):
41713           Port to new caps system.
41714
41715 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41716
41717         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
41718         (got_video_size), (main): using g_print instead of g_message.
41719         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
41720         signal which was not emitted because of "switch" element added to the
41721         bin but not connected. (Removing from the bin temporarily)
41722
41723 2003-12-21  Julien MOUTTE  <julien@moutte.net>
41724
41725         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
41726         find X development files. I don't understand the previous tests and
41727         they fail on my debian/ppc unstable. This one works.
41728         * examples/gstplay/player.c: (main): Set the pipeline to READY before
41729         exiting.
41730         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
41731         (gst_play_set_video_sink), (gst_play_set_audio_sink),
41732         (gst_play_set_visualization): Add some safety checks in set_ methods
41733         and state_change. This was throwing some ugly CRITICAL messages when
41734         pipeline was getting disposed and casts were failing.
41735
41736 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
41737
41738         * configure.ac:
41739           Improve mpeg2enc detection. This is for distributions that do
41740           ship mjpegtools, but without mpeg2enc. Also does object check
41741           for might there ever be ABI incompatibility.
41742         * ext/mpeg2enc/gstmpeg2enc.cc:
41743           Add Andrew as second maintainer (he's helping me), and also add
41744           an error if no caps was set. This happens if I pull before capsnego
41745           and that's something I should solve sometime else.
41746         * gst/matroska/matroska-demux.c:
41747         (gst_matroska_demux_parse_blockgroup):
41748           Fix time parsing.
41749         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
41750         (gst_matroska_mux_track_header):
41751           Add caps to templates.
41752         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
41753           Add mpegversion=1 to prevent confusion with MPEG/AAC.
41754         * gst/mpegstream/gstmpegdemux.c:
41755           Remove layer since it causes warnings about unfixed caps.
41756         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
41757           Fix obvious typo (we error out if caps were set, we should of
41758           course error out if *no* caps were set).
41759         * sys/oss/gstosselement.c: (gst_osselement_convert):
41760           Fix format conversion, we confused bits/bytes.
41761         * sys/oss/gstosselement.h:
41762           Improve documentation for 'bps'.
41763         * sys/v4l/TODO:
41764           Remove stuff about plugins that need removing - this was done
41765           ages ago.
41766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
41767         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
41768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
41769         (gst_v4lsrc_src_query):
41770         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
41771         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
41772           Add get_query_types(), get_formats() and query() functions.
41773
41774 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
41775
41776         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
41777           * moved CVS to freedesktop.org